Paul Beckingham
7f64c92329
L10N: Improved usage for Taskwarrior commands
2015-10-17 22:33:46 -04:00
Paul Beckingham
1403ad038e
L10N: Improved and localized usage
2015-10-17 22:29:34 -04:00
Paul Beckingham
8e5e294c68
Review: Added auto setup
...
- If the 'reviewed' UDA is not of type 'date', add the proper configuration.
- If the '_reviewed' report is not found, add the proper configuration.
2015-10-17 22:21:19 -04:00
Paul Beckingham
f99ba3c33b
L10N: Localized the intro and prompt strings.
2015-10-17 21:02:10 -04:00
Paul Beckingham
13bf0d1127
ChangeLog: Removed fixes that no longer apply
2015-10-17 14:51:07 -04:00
Paul Beckingham
bd8293ffe1
utf8: Initializer correction
2015-10-17 14:50:45 -04:00
Paul Beckingham
e430083771
wcwidth6: Migrated latest code from Taskwarrior
2015-10-17 14:05:16 -04:00
Paul Beckingham
55548c9f3d
FS: Eliminated compiler warnings
2015-10-12 16:58:20 -04:00
Paul Beckingham
8c7c882b90
C++11: Made use of nullptr
2015-10-12 15:50:58 -04:00
Paul Beckingham
5ed085a2f4
Color: Fixed incorrect used of leading underscore in #define
2015-10-12 15:50:14 -04:00
Paul Beckingham
da4fd02cc5
Cleanup: Eliminated unused arguments
2015-10-12 15:13:43 -04:00
Paul Beckingham
8cf9788060
Bug: Corrected struct initialization in C++11
2015-10-12 15:06:22 -04:00
Paul Beckingham
cf0dc2c77d
Test: Eliminated compiler warnings
2015-10-12 15:05:39 -04:00
Paul Beckingham
841cce1370
CMake: Standardized CMakeLists.txt
2015-10-12 15:05:00 -04:00
Paul Beckingham
1dd60ccffe
Review: Enabled filter that blocks the recently reviewed
2015-08-05 19:43:20 -04:00
Paul Beckingham
7ffbbd33b5
Review: Bug fixes
...
- Fixed bug where the wrong number of reviewed tasks was listed.
- Improved spacing around prompt.
2015-06-03 22:32:48 -04:00
Paul Beckingham
47d45bd793
Diagnostics: Added comments listing proposed additions
2015-06-03 22:32:05 -04:00
Paul Beckingham
ef7a3c97de
Shell: Integrated stubbed command
2015-06-03 22:31:50 -04:00
Paul Beckingham
2d40187fee
Shell: Added a stubbed shell command
2015-06-03 22:29:43 -04:00
Paul Beckingham
13117e4df5
Build: Added missing source files for tests
2015-06-02 16:11:19 -04:00
Paul Beckingham
c1be4df9f7
Bug: Review was using an uninitialized variable to count tasks
2015-06-02 16:09:43 -04:00
Paul Beckingham
3b18b20d17
Review: Usability
...
- Added text banner when the review process begins.
- Changed the color scheme.
2015-06-02 16:02:43 -04:00
Paul Beckingham
0cf6c0eae9
Text: Inherited 'join' function from Taskwarrior.
2015-06-02 15:59:09 -04:00
Paul Beckingham
7cba0b7185
Text: Added ::extractLine and ::wrapText.
2015-06-02 15:41:00 -04:00
Paul Beckingham
ec02a99e50
UTF8: Added Taskwarrior UTF8 code.
2015-06-02 15:40:05 -04:00
Paul Beckingham
4c052c5a95
Review: Improving use of white space.
2015-06-02 15:03:55 -04:00
Paul Beckingham
a4a46dba47
Review: Truncate long task descriptions in banner.
2015-06-02 14:27:03 -04:00
Paul Beckingham
5bd8886b9e
Review: Show task description in banner.
2015-06-02 14:22:36 -04:00
Paul Beckingham
964d1aa93e
Review: Usability/feedback improvements
...
- Added a full-width colored banner to track progress through the review set.
- Added a colored prompt for per-task actions.
- Removed debug output.
2015-06-02 13:03:19 -04:00
Paul Beckingham
077dd52787
Review: Now calculates terminal width, for banner display.
2015-05-31 13:24:50 -04:00
Paul Beckingham
9a5492403e
Docs: Mentioned the need for TASKRC and TASKDATA in non-standard configurations
2015-05-31 10:50:18 -04:00
Paul Beckingham
3f03d0bef5
Testing: Inherited problems and conversion script from Taskwarrior
2015-05-25 13:48:50 -04:00
Paul Beckingham
1a4a19346e
Build: One less missing include
2015-05-25 13:25:26 -04:00
Paul Beckingham
a7937cf27e
Build: One less missing include
2015-05-25 13:24:12 -04:00
Paul Beckingham
e2ca81b041
Build: Looking for a missing include
2015-05-25 13:23:00 -04:00
Paul Beckingham
b783adca92
Cleanup: Migrated ::getResponse into main.cpp
2015-05-25 13:09:07 -04:00
Paul Beckingham
5eb8e6f28a
Docs: Updated to remove 'context', add 'review'.
2015-05-25 13:04:45 -04:00
Paul Beckingham
1494300e42
L10N: Localized review
2015-05-25 12:48:19 -04:00
Paul Beckingham
b794da1cc9
Text: Added more polymorphic formatters
2015-05-25 12:47:38 -04:00
Paul Beckingham
86687adb97
FS: L10N
2015-05-25 11:35:07 -04:00
Paul Beckingham
3c4b2162e1
Review: Snapshot
2015-05-25 11:31:27 -04:00
Paul Beckingham
9d0e051f51
Review: Snapshot
2015-05-25 10:54:32 -04:00
Paul Beckingham
0517ae6e04
Cleanup: Combined File, Path and Directory into FS
...
- The three objects are related and always travel together, so they are now
combined.
2015-05-25 10:40:40 -04:00
Paul Beckingham
5d7c55c7af
Bug: ::execute concatenates output
...
- The ::execute function concatenates output to the std::string provided, which
is almost never wanted. Now it clears first.
2015-05-25 09:27:07 -04:00
Paul Beckingham
2834e14eb5
C++11: N1984 auto
2015-05-24 13:41:23 -04:00
Paul Beckingham
4be49a2d72
Util: inherited 'execute' from Taskwarrior.
2015-05-24 11:03:38 -04:00
Paul Beckingham
6f9a4de3bf
Review: Added stubbed functionality.
2015-05-24 01:22:32 -04:00
Paul Beckingham
7a277f2091
C++11: Removed compiler warning.
2015-05-24 01:21:40 -04:00
Paul Beckingham
7eac7332f0
CMake: Added C++11 requirement
2015-05-24 01:21:23 -04:00
Paul Beckingham
7f712d0926
Review: Added framework
...
- Added 'review' command, which does nothing.
- Removed 'context' command, which now passes to Taskwarrior.
- Removed 'leave' command.
- Removed 'clear' command.
2015-05-23 22:42:03 -04:00