Paul Beckingham
0de169bb10
Copyright 2018
2017-12-31 19:22:07 -05:00
Paul Beckingham
97b038ce29
Recurrence: Broke out handleUntil as a separate function
...
- This means until porocesing is no longer controlled by rc.recurrence, which
was never intended.
2017-04-06 00:29:20 -04:00
Paul Beckingham
1858de5f51
CmdHistory: Corrected date label justification
2017-03-23 22:49:50 -04:00
Paul Beckingham
4c2fa33a08
CmdHistory: Formatting
2017-03-23 01:51:41 -04:00
Paul Beckingham
7c2c9fc5d0
CmdHistory: Fixed bug where all strategies were rendered in the wrong width
2017-03-23 01:51:22 -04:00
Paul Beckingham
2a12aabcf1
CmdHistory: Set no-wrap for ghistory output
2017-03-23 01:06:29 -04:00
Paul Beckingham
66c11f635e
CmdHistory: Removed table header coloring which is handled elsewhere
2017-03-23 01:05:56 -04:00
Paul Beckingham
22da6c2e42
CmdHistory: Formatting
2017-03-23 01:05:14 -04:00
Paul Beckingham
c8fb2f1ddd
CmdHistory: Formatting
2017-03-20 09:10:42 -04:00
Paul Beckingham
aa5d1b4192
CmdHistory: Table headers consistent
2017-03-20 09:10:20 -04:00
Paul Beckingham
e6601e1a28
Docs: Updated docs with new history/ghistory commands.
2017-02-09 19:44:44 -05:00
Lukas Barth
615336f3a8
Adding weekly/daily history commands
2017-02-09 19:14:53 -05:00
Lukas Barth
7be87586c5
Move strategies to cpp file
2017-01-30 16:59:15 -05:00
Paul Beckingham
d8a1120ff2
CmdHistory: Code cleanup
2017-01-29 12:13:30 -05:00
Paul Beckingham
00a4cbf906
CmdHistory: Code Cleanup
...
- Fixed formatting inconsistencies.
- Added Lukas to AUTHORS.
2017-01-27 17:33:20 -05:00
Lukas Barth
91b73270c8
Also refactor ghistory
2017-01-27 14:24:43 -05:00
Lukas Barth
796d5f9629
Refactor history.monthly and history.annual
2017-01-27 14:24:40 -05:00
Paul Beckingham
a50e65a134
Copyright update
2017-01-01 12:30:04 -05:00
Paul Beckingham
0cf056f4b2
CmdHistory: Migrated from ISO8601d to Datetime
2016-12-17 22:13:31 -05:00
Paul Beckingham
6db3ff7c06
CmdHistory: Migrated from ViewText to Table
2016-12-17 20:02:49 -05:00
Paul Beckingham
87757fb36f
util: Migrated optionalBlankLine from text
2016-12-11 17:46:06 -05:00
Paul Beckingham
355620c640
libhsared: migrating from local to libshared
2016-12-06 07:20:45 -05:00
Paul Beckingham
8922728888
Cleanup: Don't use string literals when character literals are needed
2016-10-14 23:11:28 -04:00
Paul Beckingham
95f4989f77
Cleanup: Don't use string literals when character literals are needed
2016-10-14 22:27:34 -04:00
Paul Beckingham
641d232dea
Copyright: Updated to 2016
2015-12-31 15:06:43 -05:00
Paul Beckingham
d8124d1aad
CmdHistory: Color only used for tty
2015-11-15 14:31:55 -05:00
Paul Beckingham
5d9ca9864e
Cmd*: Moved include to top of list, per flint++ recommendation
2015-11-01 19:53:19 -05:00
Paul Beckingham
69c8125ea7
CmdHistory: Migrated from Date to ISO8601d
2015-10-03 19:22:51 -04:00
Paul Beckingham
4f156c407c
Recur: Migrated recurrence from Date to ISO8601d
...
- Changed signature of recur functions, which needed a main.h change, which led
to removing '#include <Date.h>' from main.h, which necessitated adding the
sam include to various other source files. Temporarily.
- Added 'ISO8601d ISO8601d::operator+ (time_t)', because of differences from the
original Date object.
2015-09-30 09:52:09 -04:00
Paul Beckingham
244a80f799
ISO8601: Migrated more Date instances to ISO8601d
2015-09-26 23:20:08 -04:00
Paul Beckingham
68c6afbdd4
ISO8601d: Conversion from Date to ISO8601d
2015-09-26 23:08:29 -04:00
Paul Beckingham
bf80c7d514
Cmd*: Added command DNA, which will ѕoon drive functionality
2015-08-01 15:56:04 -04:00
Paul Beckingham
e0f7983a28
TW-1621: Recurrent parent tasks shouldn't be counted in history
...
- Tthanks to Denis Kasak.
2015-07-29 00:04:16 -04:00
Daniel Shahaf
53a702d79a
zcmdcat: Categorize commands.
2015-07-26 13:55:23 -04:00
Paul Beckingham
5a57dfd70d
C++11: Cleaned up commands code with range-based for
2015-05-11 17:45:15 -04:00
Paul Beckingham
547d9edb55
TW-1484
...
- TW-1484 The 'history' and 'ghistory' reports do not obey rc.color.label.
2015-01-10 15:49:42 -05:00
Paul Beckingham
b7ad091d00
Updated copyright to 2015
2015-01-01 00:00:41 -05:00
Paul Beckingham
9b14f53075
CmdHistory
...
- Removed TDB2::commit.
2014-09-08 00:20:47 -04:00
Paul Beckingham
1561075b51
CmdHistory
...
- Converted from A3 to Filter.
2014-05-24 15:09:08 -04:00
Paul Beckingham
523dce8f32
Code Cleanup
...
- Standardized headers.
2014-02-01 14:33:37 -05:00
Paul Beckingham
8ed92ca498
Copyright
...
- Bumped copyright to 2014, ready for release.
2014-01-01 13:32:22 -05:00
Paul Beckingham
d03c4cda8a
Build Error
...
- Many files were missing an explicit cmake.h include. Some were not including
it at all. Now it's used almost everywhere.
(cherry picked from commit 82ae86979c497e6d1d0c6b2b5a55aa379ec82c98)
2013-06-02 13:57:36 -04:00
Paul Beckingham
773b55d374
Code Cleanup
...
- Removed L10N define. It served its purpose.
2013-04-07 23:50:51 -04:00
Paul Beckingham
1dccd29643
Copyright 2013
...
- Updated copyright notices.
2013-03-04 17:47:12 -05:00
Paul Beckingham
96fe3f42ba
Minor Refactoring
...
- Added support for more type-specific checks of attribute values.
- Added support for more type-specific attribute rendering.
- Improved generalized methods for checking columns in a report.
- Added unit tests.
- Minor code cleanup.
- Added secret hidden feature for internal testing.
2012-02-05 20:56:46 -05:00
Paul Beckingham
e05b3633f2
Bug - Summary report broken linefeeds
...
- Applied same #907 patch for CmdHistory.cpp to CmdSummary.cpp.
2012-01-28 10:43:11 -05:00
Uli Martens
851347fccc
Bug #907
...
- The bug first occured in commit 36ed70ad93
and
seems to be caused by the rewritten break point detection. This adds linefeeds
into the table output, where they're not wanted. This can be fixed by marking
the respective tables as nonbreakable, as done in the attached patch.
Signed-off-by: Paul Beckingham <paul@beckingham.net>
2012-01-18 07:29:08 -05:00
Paul Beckingham
6580095002
Copyright
...
- Year change.
2012-01-02 23:32:10 -05:00
Federico Hernandez
961a1a9366
License
...
- moving from GPL to MIT license
src/commands
2011-10-08 01:13:30 +02:00
Paul Beckingham
5c685153dc
Bug #859
...
- Fixed bug #859 , which used only one color for the 'ghistory.*' report
legends (thanks to Uli Martens).
2011-10-06 23:05:23 -04:00