Paul Beckingham
a41839b242
ColProject: Removed obsolete code
2016-01-09 23:04:47 -05:00
Paul Beckingham
926f85ea7c
ColParent: Removed obsolete code
2016-01-09 23:04:14 -05:00
Paul Beckingham
383d596516
ColModified: Removed obsolete code
2016-01-09 23:03:02 -05:00
Paul Beckingham
639cd27ef0
ColMask: Removed obsolete code
2016-01-09 23:02:22 -05:00
Paul Beckingham
1b368d5ff9
ColIMask: Removed obsolete code
2016-01-09 22:59:32 -05:00
Paul Beckingham
a084aac4ca
ColID: Removed obsolete code
2016-01-09 22:58:24 -05:00
Paul Beckingham
dc2f5425fa
ColEntry: Removed obsolete code
2016-01-09 22:56:01 -05:00
Paul Beckingham
bf038b37ac
ColEnd: Removed obsolete code
2016-01-09 22:55:24 -05:00
Paul Beckingham
886c030452
ColDue: Removed obsolete code
2016-01-09 22:54:45 -05:00
Paul Beckingham
f011f6e23f
ColDescription: Removed obsolete method
2016-01-09 22:53:30 -05:00
Paul Beckingham
a5c4f35e06
ColDepends: Removed obsolete method
2016-01-09 22:52:10 -05:00
Paul Beckingham
07027abf99
Column: Removed obsolete method
2016-01-09 22:41:42 -05:00
Paul Beckingham
08d5db0b49
Hooks: Removed obsolete methods
2016-01-09 22:38:18 -05:00
Paul Beckingham
54fac39f85
Eval: Removed obsolete method
2016-01-09 22:36:13 -05:00
Paul Beckingham
7c5ddee4e5
Filter: Removed obsolete method
2016-01-09 22:34:54 -05:00
Paul Beckingham
88ed4d0035
TDB2: Removed obsolete method
2016-01-09 22:33:06 -05:00
Paul Beckingham
15e96eb02f
Color: Removed obsolete methods
2016-01-09 22:29:07 -05:00
Paul Beckingham
da96962b00
Variant: Removed obsolete method
2016-01-09 22:26:58 -05:00
Paul Beckingham
83701168a4
DOM: Remove obsolete methods
2016-01-09 22:24:55 -05:00
Misty De Meo
3215e3d78e
RX: test for presence of REG_ENHANCED
...
Instead of checking for Darwin, check whether REG_ENHANCED is defined,
since that's the only difference between the two options.
This fixes compiling on older versions of OS X, where REG_ENHANCED is
not defined.
2015-12-31 17:18:08 -05:00
Misty De Meo
be35dde6f0
FS: include sys/syslimits.h on OS X
...
This fixes an issue where PATH_MAX isn't defined on some versions of
OS X.
2015-12-31 17:06:54 -05:00
Paul Beckingham
641d232dea
Copyright: Updated to 2016
2015-12-31 15:06:43 -05:00
Tomas Babej
c25a7ff085
Config: Replace due.remaining with due.relative in defaults
2015-12-29 11:03:11 -05:00
Tomas Babej
cd95282c10
ColTypeDate: Add relative formatter
2015-12-29 11:03:05 -05:00
Paul Beckingham
7d6a7266d3
Config: Removed unused 'dom' configuration settings.
2015-12-27 09:29:37 -05:00
Tomas Babej
510d2e6377
Config: Remove redundant configuration variable shell.prompt
2015-12-26 13:26:08 -05:00
Paul Beckingham
aafb33287d
TW-1733: taskwarrior 2.5.0 can not compile FreeBSD 10.1
...
- Thanks to ribbon.
2015-12-23 08:09:40 -05:00
Paul Beckingham
22979bb13d
Build: Added missing include
2015-12-22 11:07:38 -05:00
Paul Beckingham
7b15ab8c22
List: Refactored listDiff
2015-12-22 08:58:46 -05:00
Paul Beckingham
900ad3c26b
UDA: indicator column did not properly default to 'U'
...
- Thanks to JDufault.
2015-12-16 14:57:58 -05:00
Paul Beckingham
fc55a5521f
Context: Removed parentheses for readability
2015-11-24 07:54:23 -05:00
Paul Beckingham
f92219e5cd
CmdInfo: Switched to use indices to make fewer string copies
2015-11-24 07:53:32 -05:00
Wilhelm Schuermann
e5916d0feb
JSON: Slightly improve json::encode() performance
...
More efficient string concatenation combined with a lookup table for
JSON encodings leads to 2% improvement for "export" performance test,
3% improvement for "import" performance test.
2015-11-22 16:09:08 +01:00
Paul Beckingham
d6d867c1cf
TW-1658: rc override to non-existent alternate rc quietly uses default
...
- Thanks to David Patrick.
- The 'rc:' argument now means 'use all defaults', which assumes
'data.location=~/.task', so this will not work for anyone using a different
location.
2015-11-18 08:25:49 -05:00
Paul Beckingham
f7d0f500fc
TW-1481: Unable to assign a completed task as dependency
...
- Thanks to Tomas Babej.
2015-11-17 13:56:40 -05:00
Paul Beckingham
253fd35dc7
TW-1425: The 'age' format rounds in odd ways
...
- While duration formats are still not configurable, the break points for
formatting units is shifted to be a little more predictable.
- Thanks to Black Ops testing.
2015-11-17 07:47:20 -05:00
Paul Beckingham
ba098d790f
TW-1500: Dates formatted as ".age", ".remaining", or ".countdown" often give blank results
...
- The 'age' column regained the ability to show negative durations.
- The 'countdown' and 'remaining' continue to show only positive values, by
design.
- Thanks to Jeremy John Reeder.
2015-11-16 07:41:41 -05:00
Paul Beckingham
a6f8d93fe1
CmdVersion: Color only used for tty
2015-11-15 14:40:37 -05:00
Paul Beckingham
ec779bb0e8
CmdTimesheet: Color only used for tty
2015-11-15 14:39:08 -05:00
Paul Beckingham
271e28f609
CmdSync: Color only used for tty
2015-11-15 14:35:28 -05:00
Paul Beckingham
d8124d1aad
CmdHistory: Color only used for tty
2015-11-15 14:31:55 -05:00
Paul Beckingham
116e5adaf2
CmdContext: Color only used for tty
2015-11-15 14:29:09 -05:00
Paul Beckingham
30a2ab8ea8
CmdShow: Color only used for tty
2015-11-15 14:24:31 -05:00
Paul Beckingham
c4f7e1a869
CmdTags: Color only used for tty
2015-11-15 14:22:18 -05:00
Paul Beckingham
9442df8342
CmdSummary: Color only used for tty
2015-11-15 14:21:55 -05:00
Paul Beckingham
802ff9df05
CmdUDAs: Color only used for tty
2015-11-15 14:21:38 -05:00
Paul Beckingham
7dc035d9ff
CmdProjects: Color only used for tty
2015-11-15 14:20:43 -05:00
Paul Beckingham
9e2c6f8d47
CmdReports: Color only used for tty
2015-11-15 14:20:17 -05:00
Paul Beckingham
a863abf2b0
CmdStats: Color only used for tty
2015-11-15 14:19:12 -05:00
Paul Beckingham
79189c448c
TW-1723: task info causes segfault
...
- Thanks to Roman Golovin.
- Calls like 'context.columns[name]' autovivify the key 'name' with a default
ctor value, which ends up polluting the context.columns map with every unique
attribute name, which is a lot of 'annotation_nnnnnnnnnn' attributes.
2015-11-15 12:57:26 -05:00