1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-11 07:22:23 +03:00
Commit Graph

391 Commits

Author SHA1 Message Date
Tae Won Ha
39316136e7
GH-293 Tint hidden icons with white 2016-12-04 21:33:45 +01:00
Tae Won Ha
1e2e52f7d9
GH-293 Add go up button
- Delete "set parent as cwd menu item"
2016-12-04 21:19:20 +01:00
Tae Won Ha
a238fc24dc
GH-293 Display title in inner toolbar 2016-12-04 20:37:08 +01:00
Tae Won Ha
b32656f600
GH-293 Add inner tool bar to WorkspaceTool 2016-12-04 20:27:29 +01:00
Tae Won Ha
e88c98428c
GH-293 Add custom view and menu items 2016-12-04 17:04:55 +01:00
Tae Won Ha
d63022e711
GH-293 Make move and close menus 2016-12-04 16:39:56 +01:00
Tae Won Ha
dd7097553a
Merge branch 'develop' into issue/293-filebrowser 2016-12-03 00:00:39 +01:00
Tae Won Ha
bb4f748980 Bump version: v0.11.1-140 2016-12-02 23:54:08 +01:00
Tae Won Ha
c2e3682a0d
GH-293 Enable menu items 2016-12-02 23:42:02 +01:00
Tae Won Ha
c9936aaa3d
Merge branch 'develop' into issue/293-filebrowser 2016-12-02 22:36:11 +01:00
Tae Won Ha
ce90bf1679
GH-293 Add menu to the cog button 2016-12-02 21:58:25 +01:00
Tae Won Ha
d8da577882
Use == for AppearanceData 2016-12-01 22:53:35 +01:00
Tae Won Ha
e24d4ad85a Bump version: snapshot/v0.12.0-SNAPSHOT-20161130.1903-139 2016-11-30 19:10:20 +01:00
Tae Won Ha
36f9d0e7e8
Increment version 2016-11-30 19:03:34 +01:00
Tae Won Ha
c60321855a
GH-354 Use weak instead of unowned for self in closures.
- According to http://stackoverflow.com/questions/24414998/why-does-weak-self-work-but-unowned-self-break-in-a-swift-closure Swift may crash when [unowned self] is used in closures... Why???
2016-11-30 18:59:12 +01:00
Tae Won Ha
7ed4eb619a
GH-293 Use font awesome 2016-11-28 19:34:14 +01:00
Tae Won Ha
13b5d11ec8
GH-293 Add stub buttons 2016-11-28 19:34:14 +01:00
Tae Won Ha
16ee51ef2d
GH-293 Add a stub inner toolbar 2016-11-28 19:34:14 +01:00
Tae Won Ha
367f488e68 Bump version: v0.11.0-138 2016-11-28 19:28:56 +01:00
Tae Won Ha
b291c78ebf Bump version: snapshot/v0.11.0-SNAPSHOT-20161127.1106-137 2016-11-27 11:12:51 +01:00
Tae Won Ha
cb380b0fae
Make the color of the file name white when selected in the buffer list 2016-11-27 11:04:48 +01:00
Tae Won Ha
d75dfc14cb
Guard against non-cwd-changes...
- Should be fixed.
2016-11-27 10:12:35 +01:00
Tae Won Ha
f69efe14f5 Bump version: snapshot/v0.11.0-SNAPSHOT-20161126.2239-136 2016-11-26 22:45:57 +01:00
Tae Won Ha
94423dd375
Merge branch 'issue/351-refactor' into develop 2016-11-26 22:36:29 +01:00
Tae Won Ha
8681e6f8cc
GH-351 Adjust column with after collapsing 2016-11-26 22:32:33 +01:00
Tae Won Ha
6307ee1740
GH-351 Use concurrent map for column width computation 2016-11-26 22:32:33 +01:00
Tae Won Ha
65c342f63c
GH-351 Use concurrent map for column width computation 2016-11-26 22:32:33 +01:00
Tae Won Ha
91255966f1
GH-351 Make update work 2016-11-26 22:32:12 +01:00
Tae Won Ha
8166f0ec72
GH-351 Add substituting to array 2016-11-26 22:32:12 +01:00
Tae Won Ha
bc479d8867
GH-351 Handle deletions 2016-11-26 22:32:07 +01:00
Tae Won Ha
20a64c540c
GH-351 Filter children in one place 2016-11-26 22:31:50 +01:00
Tae Won Ha
e7bd913e2f
GH-351 Add get file browser item for child urls 2016-11-26 22:31:50 +01:00
Tae Won Ha
3d9ccbbc2e
GH-351 Prepare for update implementation 2016-11-26 22:31:50 +01:00
Tae Won Ha
51fea10c66
GH-351 Adjust the column width (correctly hopefully) 2016-11-26 22:31:49 +01:00
Tae Won Ha
0a0b1207aa
GH-351 Experiment with outline view 2016-11-26 22:31:44 +01:00
Tae Won Ha
39dcda2050
GH-351 Remove unused methods 2016-11-25 13:52:33 +01:00
Tae Won Ha
eab2b0f882
GH-351 Store expanded state 2016-11-25 13:19:41 +01:00
Tae Won Ha
9df9954088
GH-351 Use an internal model for file browser 2016-11-25 12:02:55 +01:00
Tae Won Ha
4b841e21f0
GH-351 Add child accessors 2016-11-24 23:49:53 +01:00
Tae Won Ha
770b6bb909
GH-351 Add Copyable protocol and let FileItem implement it 2016-11-24 21:07:50 +01:00
Tae Won Ha
20af9103fa Bump version: snapshot/v0.11.0-SNAPSHOT-20161124.2022-135 2016-11-24 20:28:42 +01:00
Tae Won Ha
bdd9b0b014
GH-297 Reformat 2016-11-24 20:18:43 +01:00
Tae Won Ha
af718bc3e5
GH-297 Use url instead of unescaped path in neovim buffer 2016-11-24 20:18:43 +01:00
Tae Won Ha
2dde944a46
GH-297 Handle also paths with spaces 2016-11-24 20:18:43 +01:00
Tae Won Ha
ea9407b5ad
GH-297 Show (reverse) path info in buffer list 2016-11-24 20:18:43 +01:00
Tae Won Ha
c33595b648
GH-297 Swift3'fy some methods 2016-11-24 20:18:43 +01:00
Tae Won Ha
5a4592e035
GH-297 Swift3'fy some methods 2016-11-24 20:18:43 +01:00
Tae Won Ha
2c91ee32e1 Bump version: snapshot/v0.11.0-SNAPSHOT-20161123.2350-134 2016-11-24 00:02:10 +01:00
Tae Won Ha
8ad99df14a
GH-297 Add @objc annotation 2016-11-23 23:47:59 +01:00
Tae Won Ha
996f76f92c Bump version: snapshot/v0.11.0-SNAPSHOT-20161123.2218-133 2016-11-23 22:24:49 +01:00