Paul Beckingham
17f4b0fdbc
CmdBurndown: Migrated from ISO8601d to Datetime
2016-12-17 22:01:56 -05:00
Paul Beckingham
ead550cbef
CmdTimesheet: Migrated from ISO8601d to Datetime
2016-12-17 21:53:28 -05:00
Paul Beckingham
1658998864
CmdSummary: Migrated from ViewText to Table
2016-12-17 20:14:13 -05:00
Paul Beckingham
6db3ff7c06
CmdHistory: Migrated from ViewText to Table
2016-12-17 20:02:49 -05:00
Paul Beckingham
0a8fb12dc5
CmdCalendar: Migrated from ViewText to Table
2016-12-17 17:37:47 -05:00
Paul Beckingham
1e7f451093
CmdInfo: Added Table::forceColor
2016-12-17 17:31:21 -05:00
Paul Beckingham
79c1a94289
CmdInfo: Migrated from ViewText to Table
2016-12-17 17:30:44 -05:00
Paul Beckingham
8ca1878856
CmdProjects: Migrated from ViewText to Table
2016-12-17 14:47:12 -05:00
Paul Beckingham
8eaf9f7adc
CmdCommands: Migrated from ViewText to Table
2016-12-17 14:46:19 -05:00
Paul Beckingham
68253639cd
CmdColumns: Migrated from ViewText to Table
2016-12-17 14:22:37 -05:00
Paul Beckingham
d40305f566
CmdShow: Migrated from ViewText to Table
2016-12-17 14:21:48 -05:00
Paul Beckingham
4bd8ff9834
CmdTimesheet: Migrated from ViewText to Table
2016-12-17 14:20:07 -05:00
Paul Beckingham
e73c4ef138
CmdColor: Conencted rc.color to Table::forceColor
2016-12-17 14:19:25 -05:00
Paul Beckingham
ecdb96f7e1
CmdColor: Migrated from ViewText to Table
2016-12-17 13:40:46 -05:00
Paul Beckingham
b5922fbfd1
CmdStats: Migrated from ViewText to Table
2016-12-17 13:38:53 -05:00
Paul Beckingham
2f590bcebc
CmdReports: Migrated from ViewText to Table
2016-12-17 13:37:12 -05:00
Paul Beckingham
359b148844
CmdHelp: Migrated from ViewText to Table
2016-12-17 13:36:06 -05:00
Paul Beckingham
25d42347c8
CmdTags: Migrated from ViewText to Table
2016-12-17 13:34:27 -05:00
Paul Beckingham
998b110b02
CmdVersion: Migrated from ViewText to Table
2016-12-17 13:27:20 -05:00
Paul Beckingham
b51e8a2945
CmdStats: Converted from ISO8601 to Datetime/Duration
2016-12-11 23:52:18 -05:00
Paul Beckingham
bbce4da1c9
CmdSummary: Converted from ISO8601 to Duration
2016-12-11 23:48:39 -05:00
Paul Beckingham
61b4e36b2c
CmdBurndown: Converted from ISO8601 to Duration
2016-12-11 23:13:27 -05:00
Paul Beckingham
72076abc74
CmdInfo: Converted from ISO8601 to Datetime/Duration
2016-12-11 22:27:18 -05:00
Paul Beckingham
cb82795d86
CmdEdit: Converted from ISO8601 to Datetime/Duration
2016-12-11 22:06:47 -05:00
Paul Beckingham
b2ad9e96bd
text: Eliminated module
2016-12-11 17:51:44 -05:00
Paul Beckingham
87757fb36f
util: Migrated optionalBlankLine from text
2016-12-11 17:46:06 -05:00
Paul Beckingham
3c6ce4e0fc
text: Removed local join/split implementation
2016-12-07 01:14:16 -05:00
Paul Beckingham
6cdb0d4b95
util: Removed confirm
2016-12-06 07:32:19 -05:00
Paul Beckingham
0ed7fa8b2a
calc: Migration to libshared
2016-12-06 07:23:25 -05:00
Paul Beckingham
355620c640
libhsared: migrating from local to libshared
2016-12-06 07:20:45 -05:00
Paul Beckingham
68dac1b6c6
CmdDiagnostics: Made sure file existence is checked before readability
2016-11-19 09:43:39 -05:00
Paul Beckingham
e906b20014
Context: Eliminated render timer
2016-11-13 13:42:48 -05:00
Paul Beckingham
363415878c
CmdEdit: Migrated from Nibbler to Pig
2016-10-16 23:16:09 -04:00
Paul Beckingham
0400d99c7a
CmdUDAs: Migrated from ViewText to Table
2016-10-16 22:53:52 -04:00
Paul Beckingham
fda27a46bf
CmdContext: Migrated from ViewText to Table
2016-10-16 22:47:26 -04: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
2e8763364b
libshared: Integrated the submodule
...
- Integrated RX.
2016-06-25 17:22:27 -04:00
Paul Beckingham
1625dd6f10
TW-1795: Calendar underline on Day padding
...
- Thanks to Renato Alves.
2016-04-15 07:55:21 -04:00
Tomas Babej
ec38b3afd8
CmdPurge: Handle child tasks of recurrence templates
2016-03-20 14:40:01 -04:00
Tomas Babej
56a897511f
CmdPurge: Simplify implementation
2016-03-20 14:39:51 -04:00
Tomas Babej
b0336dfd50
CmdPurge: Move dependency handling into separate method
2016-03-20 14:39:46 -04:00
Tomas Babej
fd0d2fc917
CmdPurge: Prompt before purging a task
2016-03-20 14:39:43 -04:00
Tomas Babej
2b88260531
CmdPurge: Require GC run prior to execution
...
Since TDB2::purge method allows purging of the tasks only
on competed.data file, we need to make sure that all the tasks
that were supposed to be moved to completed.data have been
moved - in other words, we need to run GC.
This allows for diract usage of purge after delete, that is:
$ task <filter> delete
$ task <filter> purge
working as expected.
2016-03-19 21:46:29 -04:00
Tomas Babej
b3652800da
CmdPurge: Remove purged tasks from dependencies
2016-03-19 21:46:24 -04:00
Tomas Babej
1caa9daec0
CmdPurge: Add initial implementation
2016-03-19 21:46:21 -04:00
Paul Beckingham
7af844fde5
CmdDiagnostics: Typo
2016-03-17 17:17:22 -04:00
Paul Beckingham
2d20f4d57b
Cleanup: Converted all sprintf to snprintf
2016-02-25 00:19:38 -05:00
Paul Beckingham
549b970e49
Cleanup: Removed redundant processing of OS name
2016-02-24 23:43:23 -05:00
Paul Beckingham
28810447d1
TW-1768: Task sync failed: "Either your credentials are incorrect, or your account doesn't exist on the Taskserver."
...
- Thanks to Konstantin.
2016-02-08 22:54:41 -05:00