Commit graph

206 commits

Author SHA1 Message Date
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
Paul Beckingham
d485f9440a Documentation
- Added INSTALL file contents (thanks to jonbobbly).
2015-02-16 23:05:07 -05:00
Paul Beckingham
b5d3a4eff8 Updated copyright to 2015 2015-01-01 00:00:44 -05:00
Paul Beckingham
7d95c57819 TW-12
- TS-12 Task focus (thanks to John Florian).
2014-12-21 20:28:44 -05:00
Paul Beckingham
38ad900ad8 TS-10
- TS-10 Context support (thanks to David Patrick).
2014-12-21 20:18:10 -05:00
Paul Beckingham
4e0ed5967d TW-7
- TS-7 Stateful shell feature: previously selected filter (thanks to Ben
       Armstrong).
2014-12-21 20:12:30 -05:00
Paul Beckingham
4634255550 Documentation
- Added notes about context support.
2014-12-21 19:31:00 -05:00
Federico Hernandez
a14ce4ec26 Bumped version numbers in NEWS file 2014-12-22 01:20:50 +01:00
Paul Beckingham
efe8da07be Merge branch 'context' into 1.1.0 2014-12-21 18:56:19 -05:00
Paul Beckingham
a18d8cc579 Prompt
- Fixed crash bug by properly indexing color list.
- Added \001 and \002 readline markers, although it doesn't seem to help much.
2014-12-21 18:55:31 -05:00
Federico Hernandez
ab89e2d21a Readded readme file to dev branch 2014-12-22 00:24:21 +01:00
Federico Hernandez
37f5e05b6a Bumped version number to 1.1.0 2014-12-22 00:20:53 +01:00
Federico Hernandez
c5e6d77cb5 Added SHA1 of tagged release commit 2014-12-22 00:14:31 +01:00
Federico Hernandez
5934dfcefa Release preparations
- Bumping version number and dates
- Cleaning up documentation
2014-12-21 23:42:28 +01:00
Paul Beckingham
699242b08e Unit Tests
- Fixed the regex.
2014-12-21 17:37:50 -05:00
Paul Beckingham
d77766b400 Merge branch '1.0.0' into context 2014-12-21 14:05:33 -05:00
Paul Beckingham
b9fb1226c5 Context
- Added 'context', 'clear' and 'leave' commands for accumulating and managing
  persistent filters.
- Incorporated the filters into the prompt.
2014-12-21 13:57:46 -05:00
Paul Beckingham
1d53c8eda7 Documentation
- Cleaned up AUTHORS and NEWS files.
2014-12-21 13:55:19 -05:00
Paul Beckingham
0985b0ddf3 Documentation
- Updated man page examples, added commands.
2014-12-21 13:14:15 -05:00
Paul Beckingham
f0c65c4ff8 Help
- Help message is currently just a man page reference.
2014-12-21 13:13:32 -05:00