Paul Beckingham
17fc9e5a91
CmdHistory: Migrated from ViewText to Table
2018-05-13 20:41:39 -04:00
Paul Beckingham
cc438b4411
CmdCalendar: Migrated from ViewText to Table
2018-05-13 20:41:23 -04:00
Paul Beckingham
9be1494357
CmdInfo: Added Table::forceColor
2018-05-13 20:41:02 -04:00
Paul Beckingham
2c07858bd3
CmdInfo: Migrated from ViewText to Table
2018-05-13 20:40:47 -04:00
Paul Beckingham
c69dfba6bb
CmdProjects: Migrated from ViewText to Table
2018-05-13 20:40:04 -04:00
Paul Beckingham
c1d4cea638
CmdCommands: Migrated from ViewText to Table
2018-05-13 20:39:54 -04:00
Paul Beckingham
245b0c58c6
CmdColumns: Migrated from ViewText to Table
2018-05-13 20:39:45 -04:00
Paul Beckingham
9042477415
CmdShow: Migrated from ViewText to Table
2018-05-13 20:39:34 -04:00
Paul Beckingham
d551dff4cf
CmdTimesheet: Migrated from ViewText to Table
2018-05-13 20:39:21 -04:00
Paul Beckingham
2ec89e68ba
CmdColor: Conencted rc.color to Table::forceColor
2018-05-13 20:39:10 -04:00
Paul Beckingham
ff6dcee84c
CmdColor: Migrated from ViewText to Table
2018-05-13 20:39:01 -04:00
Paul Beckingham
8db15d143b
CmdStats: Migrated from ViewText to Table
2018-05-13 20:38:52 -04:00
Paul Beckingham
a4c2ec0440
CmdReports: Migrated from ViewText to Table
2018-05-13 20:38:41 -04:00
Paul Beckingham
cd2fe40a59
CmdHelp: Migrated from ViewText to Table
2018-05-13 20:38:29 -04:00
Paul Beckingham
7a0707342b
CmdTags: Migrated from ViewText to Table
2018-05-13 20:38:20 -04:00
Paul Beckingham
624ccd12fc
CmdVersion: Migrated from ViewText to Table
2018-05-13 20:38:05 -04:00
Paul Beckingham
2fb589b131
CmdStats: Converted from ISO8601 to Datetime/Duration
2018-05-13 20:36:46 -04:00
Paul Beckingham
b53a585756
CmdSummary: Converted from ISO8601 to Duration
2018-05-13 20:36:19 -04:00
Paul Beckingham
6b55c54af9
CmdBurndown: Converted from ISO8601 to Duration
2018-05-13 20:36:04 -04:00
Paul Beckingham
86d3ec5cee
CmdInfo: Converted from ISO8601 to Datetime/Duration
2018-05-13 20:35:54 -04:00
Paul Beckingham
1a4db03d5e
CmdEdit: Converted from ISO8601 to Datetime/Duration
2018-05-13 20:35:12 -04:00
Paul Beckingham
a6c8303839
text: Eliminated module
2018-05-13 20:32:05 -04:00
Paul Beckingham
ec84d0f372
util: Migrated optionalBlankLine from text
2018-05-13 20:31:47 -04:00
Paul Beckingham
232d266fb5
text: Removed local join/split implementation
2018-05-13 20:28:24 -04:00
Paul Beckingham
db0f8d33e1
util: Removed confirm
2018-05-13 20:27:57 -04:00
Paul Beckingham
060787a5db
calc: Migration to libshared
2018-05-13 20:26:57 -04:00
Paul Beckingham
8a43f4902d
libhsared: migrating from local to libshared
2018-05-13 20:26:34 -04:00
Paul Beckingham
764ada3a17
CmdDiagnostics: Made sure file existence is checked before readability
2018-05-13 20:21:52 -04:00
Paul Beckingham
197f130593
Context: Eliminated render timer
2018-05-13 20:21:22 -04:00
Paul Beckingham
161ebc1166
CmdEdit: Migrated from Nibbler to Pig
2018-05-13 20:15:41 -04:00
Paul Beckingham
6345b0c7de
CmdUDAs: Migrated from ViewText to Table
2018-05-13 20:15:25 -04:00
Paul Beckingham
6ad736346f
CmdContext: Migrated from ViewText to Table
2018-05-13 20:15:07 -04:00
Paul Beckingham
814d7d69fa
Cleanup: Don't use string literals when character literals are needed
2018-05-13 20:14:11 -04:00
Paul Beckingham
35e518cbc2
Cleanup: Don't use string literals when character literals are needed
2018-05-13 20:11:49 -04:00
Paul Beckingham
d33a62ffa6
libshared: Integrated the submodule
...
- Integrated RX.
2018-05-13 19:58:52 -04:00
Paul Beckingham
ea2faa0607
TW-1795: Calendar underline on Day padding
...
- Thanks to Renato Alves.
2018-05-13 19:44:59 -04:00
Tomas Babej
2467200a3b
CmdPurge: Handle child tasks of recurrence templates
2018-05-13 19:24:53 -04:00
Tomas Babej
3e65c3af5e
CmdPurge: Simplify implementation
2018-05-13 19:24:21 -04:00
Tomas Babej
c04bdc48aa
CmdPurge: Move dependency handling into separate method
2018-05-13 19:23:59 -04:00
Tomas Babej
894eb3ab79
CmdPurge: Prompt before purging a task
2018-05-13 19:23:40 -04:00
Tomas Babej
ffce61da4b
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.
2018-05-13 19:21:56 -04:00
Tomas Babej
909b2e2713
CmdPurge: Remove purged tasks from dependencies
2018-05-13 19:21:34 -04:00
Tomas Babej
70a0e256b0
CmdPurge: Add initial implementation
2018-05-13 19:21:14 -04:00
Paul Beckingham
cbdd04e506
CmdDiagnostics: Typo
2018-05-13 19:19:52 -04:00
Paul Beckingham
48167f53eb
Cleanup: Converted all sprintf to snprintf
2018-05-13 19:11:52 -04:00
Paul Beckingham
abefdd506c
Cleanup: Removed redundant processing of OS name
2018-05-13 19:10:06 -04: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
Tomas Babej
72f8fec136
CmdAdd: Display a specific feedback message for recurrence template tasks
2016-02-06 12:24:45 -05:00
Paul Beckingham
724a4a02a0
Code formatting
2016-02-06 12:13:19 -05:00
Paul Beckingham
5e4d387d83
Diagnostics: Added missing \n characters
2016-02-04 15:46:59 -05:00