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
40f35d6494
Dependency: Don't use string literals when character literals are needed
2016-10-16 22:46:39 -04:00
inbinder
6f0a3c12de
Src: rules.cpp changed Task::get to Task::has in colorizeProjectNone function
2016-10-16 13:45:28 -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
5403675100
libshared: Updated to d84d1bc70b14c85af771bb5cc7299c290d5372b5
2016-10-14 20:51:19 -04:00
Paul Beckingham
4d83ed8588
ColScheduled: Removed unused includes
2016-10-14 19:02:46 -04:00
Paul Beckingham
184e89cddd
ColParent: Removed unused includes
2016-10-14 19:02:28 -04:00
Paul Beckingham
ba0674b53f
ColMask: Removed unused includes
2016-10-14 19:02:17 -04:00
Paul Beckingham
03c404bc8f
ColIMask: Removed unused includes
2016-10-14 19:02:06 -04:00
Paul Beckingham
df1cf61421
ColDue: Removed unused includes
2016-10-14 19:01:46 -04:00
Paul Beckingham
0df3e3b0d9
ColDescription: Don't use string literals when character literals are needed
2016-10-14 18:58:31 -04:00
Paul Beckingham
66915635c8
Build: Eliminated compiler warning
2016-09-09 21:37:37 -04:00
Paul Beckingham
0b729b5d97
Config: Changed to 0/1 boolean values for the defaults.
...
- Deprecated use of alternate Boolean configuration settings. Use values "0" for
off, and "1" for on. Avoid used of "on", "off", "true", "t", "false", "f",
"yes", "y", "no", "n".
2016-09-04 16:11:59 -04:00
Paul Beckingham
d025f3deb6
TW-1778: Unicode strings are truncated in task description
...
- Thanks to Andrew, bjonnh, OKOMPer, Vladimir.
2016-08-31 17:48:45 -04:00
Paul Beckingham
394b7174cf
L10N: Updated error message to not refer to only pending tasks
2016-08-22 09:19:18 -04:00
Paul Beckingham
d648e0ae44
libshared: Integrated FS
2016-06-26 09:15:08 -04:00
Paul Beckingham
befab82c04
DOM: Eiminated Nibbler
2016-06-25 18:16:34 -04:00
Paul Beckingham
143e149de5
libshared: Added Table
2016-06-25 18:09:36 -04:00
Paul Beckingham
43de419cdd
libshared: Integrated utf8, wcwidth
2016-06-25 17:52:20 -04:00
Paul Beckingham
802020a7bb
Git: Now ignores liblibshared.a
2016-06-25 17:28:15 -04:00
Paul Beckingham
8291e97e87
libshared: Integrated JSON
2016-06-25 17:27:57 -04:00
Paul Beckingham
2e8763364b
libshared: Integrated the submodule
...
- Integrated RX.
2016-06-25 17:22:27 -04:00
Paul Beckingham
77b443ce8b
libshared: Added libshared
2016-06-25 17:12:00 -04:00
Paul Beckingham
d031d4282f
TW-1820: Install with -DLANGUAGE=2 flag not work.
...
- Thanks to E. Manuel Cerr'on Angeles
2016-06-14 19:39:30 -04:00
Paul Beckingham
504c49090b
L10N: Removed unused strings
2016-06-14 19:36:52 -04:00
Paul Beckingham
ed7097d5da
Task: Made better use of ::sameN methods
2016-05-30 14:11:29 -04:00
Paul Beckingham
630a1530e0
Task: Added QUARTER virtual tag
2016-05-30 14:11:07 -04:00
Paul Beckingham
dd72bed28a
ISO8601: Added ::sameQuarter
2016-05-30 14:04:49 -04:00
Paul Beckingham
af8434b845
TW-1807: dateformat lacks a flag to display day of week
...
- Thanks to Ellington Santos.
2016-05-20 14:41:08 -05:00
Paul Beckingham
2720ea5a30
TW-1806: project:ide is not allowed
...
- Thanks to Slaven ʙanovic.
2016-05-20 11:13:46 -05:00
Paul Beckingham
53b526074f
Cleanup: Removed debug output
2016-05-20 10:56:20 -05:00
Paul Beckingham
30c81c3046
ColTypeDate: Fixed countdown format only showing values in the past
2016-05-08 16:37:19 -04:00
Paul Beckingham
d27cb75ec1
util: Corrected comment
2016-05-08 16:36:25 -04:00
Paul Beckingham
70dc1cc9ae
L10N: Fixed ambiguity in the esp-ESP localization
...
- Thanks to Fidel Mato.
2016-04-28 21:02:09 -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
f3147a512c
feedback: Use task identifiers instead of IDs
...
During construction of a feedback string for a dependency change,
a list of IDs of the dependencies was used. However, if the tasks
being referred to are already deleted / completed, their respective
IDs are all 0s.
Use shortened UUIDs in such case.
2016-04-03 09:35:18 -04:00
Paul Beckingham
b2d49f3973
Task: Deprecated the 'DUETODAY' virtual tag, which is a synonym for the 'TODAY'
...
virtual tag.
- Thanks to Tomas Babej
2016-03-29 07:52:38 -04:00
Lynoure Braakman
6a790e3675
juhannus as an alternative name for midsommarafton
2016-03-27 16:48:34 -04:00
Tomas Babej
cc324fdb8d
validate: Pending tasks cannot have end attribute set
2016-03-22 19:33:24 -04:00
Tomas Babej
10018dac18
dependencyIsCircular: Do not visit one node multiple times
2016-03-21 21:55:55 -04:00
Tomas Babej
58a0e9c2e4
l10n: Propagate the purge-related strings into language files
2016-03-20 14:40:16 -04:00
Tomas Babej
ec38b3afd8
CmdPurge: Handle child tasks of recurrence templates
2016-03-20 14:40:01 -04:00
Tomas Babej
4465b48f75
TDB2: Fix wrong comment
2016-03-20 14:39:56 -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
Paul Beckingham
6bca92a488
L10N: Propagated new strings to all LANGS
2016-03-19 22:00:09 -04:00