Commit graph

478 commits

Author SHA1 Message Date
Tomas Babej
7676f89a5a util: Allow setting maximum sizes for vertical/horizontal splits 2015-04-08 19:49:53 +02:00
Tomas Babej
f6638ac018 util: Improve TaskWarrior color parsing as to support rgb encoded values 2015-04-08 17:20:17 +02:00
Tomas Babej
a7612b378f taskwiki: Highlight current line during TaskWikiAnnotate and TaskWikiMod command prompts 2015-04-08 17:11:36 +02:00
Tomas Babej
73e8d32ed0 util: Add current_line_highlighted context manager 2015-04-08 17:10:50 +02:00
Tomas Babej
7611c519ba taskwiki: Make all the splits highlight cursorline in the original window 2015-04-08 17:08:16 +02:00
Tomas Babej
490cb2ca65 util: Make show_in_split set cursorline in the original window 2015-04-08 17:06:50 +02:00
Tomas Babej
6d5407720a syntax: Remove now redundant highlight definitions 2015-04-08 17:05:46 +02:00
Tomas Babej
b23a4ac748 taskwiki: Use taskwarrior config as primary source for the color definitions 2015-04-08 17:04:57 +02:00
Tomas Babej
8cab1cbd38 util: Add method to convert TW color definition to vim highlight definition 2015-04-08 17:02:04 +02:00
Tomas Babej
d5d8e2347e tests: Update viewport inspection assumptions 2015-04-07 00:01:27 +02:00
Tomas Babej
1ec33cd496 syntax: Add highlighting for the deleted tasks 2015-04-06 22:46:07 +02:00
Tomas Babej
94eed59c0d vwtask: Denote deleted tasks with 'D' 2015-04-06 22:42:12 +02:00
Tomas Babej
43ede329d5 taskwiki: Add command mappings using leader 2015-04-06 22:41:55 +02:00
Tomas Babej
52e692cf1b viewport: Do not show parent recurrent tasks by default 2015-04-06 20:47:40 +02:00
Tomas Babej
ebb638a989 tests: Add tests for the TaskWikiDone command 2015-04-06 20:47:06 +02:00
Tomas Babej
588e514e93 taskwiki: Add TaskWikiDone command 2015-04-06 20:40:36 +02:00
Tomas Babej
6d27e26a78 viewport: Sort new tasks in the entry order implicitly 2015-04-06 01:26:48 +02:00
Tomas Babej
ade6f2da41 regexp: Enforce that viewport starts at the begging of the line 2015-04-06 01:26:21 +02:00
Tomas Babej
d9f67cf37f vwtask: Assign correct taskwarrior instance inherited from viewport, if available 2015-04-05 23:53:53 +02:00
Tomas Babej
cade9497e9 viewport: Store taskwarrior instance inside the viewport 2015-04-05 23:38:56 +02:00
Tomas Babej
cbe88d9623 regexps: Accomodate for source indicator inside the heading 2015-04-05 23:36:05 +02:00
Tomas Babej
961d405107 regexps: Remove redundant Project definition 2015-04-05 23:35:45 +02:00
Tomas Babej
130b017d93 cache: Raise an exception when the TW instance could not be found 2015-04-05 23:35:29 +02:00
Tomas Babej
3654c3fb46 syntax: Amend UUID concealment syntax rules to accomodate data sources 2015-04-05 21:53:22 +02:00
Tomas Babej
f842e1aa25 tests: Add test for adding a task to a different data source 2015-04-05 21:45:29 +02:00
Tomas Babej
d590deaaa0 tests: Add MultipleSourceTest base class 2015-04-05 21:45:05 +02:00
Tomas Babej
d7a1af75ef tests: Make execution of IntegrationTest more granular 2015-04-05 21:37:31 +02:00
Tomas Babej
b15de95edf vwtask: ShortUUID can be compared only with ShortUUID objects 2015-04-05 21:27:51 +02:00
Tomas Babej
e5adf64719 cache: load_tasks: Do not pre-load tasks without uuid 2015-04-05 21:27:27 +02:00
Tomas Babej
68efe7e1f9 cache: Iteration over vim-dictionaries is not possible using iteritems 2015-04-05 21:26:01 +02:00
Tomas Babej
da6efe51dc regexp: Make task regexp work both with specified data source and without it 2015-04-05 21:25:13 +02:00
Tomas Babej
f1d2d068fb cache: Move to more efficient loading of Task objects before VimwikiTask objects 2015-04-04 22:41:32 +02:00
Tomas Babej
89c9bad70d Cache: Use the TaskWarrior instance of the closest Task for Splits and SelectedTasks actions 2015-04-04 22:29:36 +02:00
Tomas Babej
a1da9eb1f0 ShortUUID: Add string representation of short uuid form 2015-04-04 22:29:00 +02:00
Tomas Babej
d0bbba7b92 VimwikiTask: Add find_closest method 2015-04-04 22:28:40 +02:00
Tomas Babej
a5b0aa85fb VimwikiTask: Further changes related to ShortUUUID being the only key 2015-04-04 22:27:57 +02:00
Tomas Babej
c340a56c8f WarriorStore: Extend with values and iteritems methods 2015-04-04 22:26:52 +02:00
Tomas Babej
545c8c48f0 tests: Test for proper location of the default TaskWarrior object 2015-04-04 22:26:22 +02:00
Tomas Babej
1a2c158002 ShortUUID: Properly represent UUID in the taskwiki files 2015-04-04 20:02:33 +02:00
Tomas Babej
9969fbf89a Make ShortUUID contain explicit TaskWarrior instance reference 2015-04-04 19:54:51 +02:00
Tomas Babej
d11eaf4e7c cache: Make Task cache accept only ShortUUIDs as keys 2015-04-04 19:53:28 +02:00
Tomas Babej
76f88e2cfa taskwiki: Do not handle taskwiki_taskrc/data_location globally anymore 2015-04-04 19:00:51 +02:00
Tomas Babej
4ad855e11a regexp: Accomodate TW instance indicator sign in UUID regexp 2015-04-04 19:00:51 +02:00
Tomas Babej
cfe2e8ce28 taskwiki: Add WarriorStore which accomodates all TW database instances 2015-04-04 17:33:40 +02:00
Tomas Babej
31f73086c9 coverage: Measure more properly by invoking the measurements in a separate python file 2015-04-04 11:39:03 +02:00
Tomas Babej
98d8716192 tests: Add test for viewport inspection 2015-04-04 11:12:07 +02:00
Tomas Babej
b61d606eca tests: Add test for canceling annotation 2015-04-04 09:05:47 +02:00
Tomas Babej
5f662d2a6e tests: Add tests for annotating manually 2015-04-04 09:00:52 +02:00
Tomas Babej
a0909940eb tests: Fix incorrect test assumption 2015-04-04 00:34:51 +02:00
David J Patrick
50b368a2cf Update taskwiki vim documentation 2015-04-02 20:19:10 +02:00