taskwarrior/src
2015-09-26 15:38:25 -04:00
..
columns Column: Missing include 2015-09-10 00:03:03 -04:00
commands CmdCalendar: Converted from Date::daysInMonth to ISO8601d::daysInMonth 2015-09-26 14:09:51 -04:00
l10n CmdEdit: Do not allow concurrent edits 2015-09-16 20:24:13 -04:00
.gitignore CMake: Fixed regex that excludes files for tarball 2015-09-07 17:43:26 -04:00
cal Calendar Shortcut 2011-07-16 13:20:26 -04:00
calc.cpp calc: Removed Eval::disambiguity. 2015-07-01 17:52:51 -04:00
calendar Calendar Shortcut 2011-07-16 13:20:26 -04:00
CLI2.cpp Bug: The 'filter' verbosity token code was missing 2015-09-19 15:22:03 -04:00
CLI2.h CLI2: Pseudo-args demoted to config settings 2015-09-12 09:03:15 -04:00
CMakeLists.txt Duration: Obsolete, removed 2015-08-12 11:41:15 -04:00
Color.cpp Color: Removed FEATURE_COLOR conditional compile 2015-09-10 22:17:25 -04:00
Color.h Color: Removed FEATURE_COLOR conditional compile 2015-09-10 22:17:25 -04:00
Config.cpp Config: Cleaned up verbose entry - it is defaults, not documentation. 2015-09-20 09:18:05 -04:00
Config.h Cleanup: Combined File, Path and Directory into FS 2015-05-25 10:11:41 -04:00
Context.cpp ISO8601d: Added ::minimumMatchLength 2015-09-26 12:57:57 -04:00
Context.h Context: Add timer that measures the total command duration explicitly 2015-09-12 17:36:57 -04:00
Date.cpp Date: Removed unused ::easter method 2015-09-26 13:19:20 -04:00
Date.h Date: Removed unused ::easter method 2015-09-26 13:19:20 -04:00
Dates.cpp Dates: Converted from Date::daysInMonth to ISO8601d::daysInMonth 2015-09-26 14:12:23 -04:00
Dates.h Updated copyright to 2015 2015-01-01 00:00:41 -05:00
dependency.cpp TW-1688: task fails to import 2015-09-11 07:49:29 -04:00
DOM.cpp ISO8601p: Renamed ::_value to ::_period 2015-09-26 12:17:57 -04:00
DOM.h DOM: Dead code removal 2015-07-17 15:16:18 -04:00
Eval.cpp Eval: Removed useless comment 2015-09-07 12:36:23 -04:00
Eval.h Eval: Removed ::ambiguity 2015-07-01 17:54:36 -04:00
feedback.cpp feedback: Replace taskDiff method by Task inequality operator 2015-09-05 17:19:18 -04:00
Filter.cpp Filter: When GC is turned off, disable the query shortcuts, which do not apply. 2015-09-19 07:49:55 -04:00
Filter.h Filter: Implemented ::hasMiscellaneous 2015-08-28 07:24:50 -04:00
FS.cpp Cleanup: Combined File, Path and Directory into FS 2015-05-25 10:11:41 -04:00
FS.h Cleanup: Combined File, Path and Directory into FS 2015-05-25 10:11:41 -04:00
Hooks.cpp Hooks: Converted from CLI to CLI2 2015-06-14 22:29:23 -04:00
Hooks.h Hooks: Implement "Hooks v2" API 2015-04-01 11:44:37 +02:00
i18n.h TW-1605: Japanese translation for Taskwarrior 2015-04-28 20:11:11 -04:00
interactive.cpp Typo: Error in comment. 2015-06-06 10:38:23 -04:00
ISO8601.cpp ISO8601d: Added ::operator- 2015-09-26 15:38:25 -04:00
ISO8601.h ISO8601d: Added ::operator- 2015-09-26 15:38:25 -04:00
JSON.cpp JSON: Made ::dump const, because it should be 2015-07-27 20:48:45 -04:00
JSON.h JSON: Made ::dump const, because it should be 2015-07-27 20:48:45 -04:00
legacy.cpp Renamed 2.4.5 to 2.5.0 2015-09-07 22:54:17 +02:00
lex.cpp Lexer: Dead code removal 2015-07-17 14:59:42 -04:00
Lexer.cpp Lexer: Updated list of Unicode space characters 2015-09-15 17:02:59 -04:00
Lexer.h CLI2: Expand DOM references in single-token values 2015-09-07 11:49:55 -04:00
main.cpp Updated copyright to 2015 2015-01-01 00:00:41 -05:00
main.h Color: Removed FEATURE_COLOR conditional compile 2015-09-10 22:17:25 -04:00
Msg.cpp Msg: Dead code removal 2015-07-17 19:38:11 -04:00
Msg.h Msg: Dead code removal 2015-07-17 19:38:11 -04:00
Nibbler.cpp Nibbler: Improve import performance 2015-09-15 18:14:18 +02:00
Nibbler.h Nibbler: Improve import performance 2015-09-15 18:14:18 +02:00
recur.cpp Footnote: New 'recur' verbosity token 2015-08-23 20:36:06 -04:00
rules.cpp Rules: Added parens to fix conditional 2015-09-04 00:10:34 -04:00
RX.cpp RC: Conditional compilation regarding REG_ENHANCED. 2015-07-25 01:04:11 -04:00
RX.h RX: Dead code removal 2015-07-17 14:44:31 -04:00
sort.cpp sort: Do not use Variant to sort UDA strings 2015-09-13 09:16:07 -04:00
Task.cpp TW-1700: modify tags behavior changed 2015-09-21 07:28:26 -04:00
Task.h Urgency: Replace 'next' coefficient with configuration entry 2015-09-04 08:10:36 -04:00
TDB2.cpp Context: No longer calls Context methods while dtor is running. 2015-09-25 07:57:43 -04:00
TDB2.h Context: No longer calls Context methods while dtor is running. 2015-09-25 07:57:43 -04:00
text.cpp Dates: Added exact-match 'eaѕter' logic 2015-07-24 22:57:47 -04:00
text.h Plumbing: Move basic format() calls to templates 2015-06-09 11:13:44 +02:00
Timer.cpp Timer: Added static ::now method for timestamps 2015-09-12 14:02:13 -04:00
Timer.h Timer: Added static ::now method for timestamps 2015-09-12 14:02:13 -04:00
TLSClient.cpp TLS: Diagnostics 2015-04-26 20:52:34 -04:00
TLSClient.h Updated copyright to 2015 2015-01-01 00:00:41 -05:00
tw Symlink 2013-09-01 13:53:24 -04:00
utf8.cpp UTF8: Moved variable into lower scope 2015-04-04 09:55:54 -04:00
utf8.h Updated copyright to 2015 2015-01-01 00:00:41 -05:00
util.cpp TW-1655: Inform "No changes made." when quitting early due to signal 2015-08-14 17:20:16 -04:00
util.h Portability: Use fcntl instead of flock 2015-05-02 11:47:39 -04:00
Variant.cpp Variant: Duration replaced by ISO8601p 2015-08-12 08:04:29 -04:00
Variant.h Variant: Dead code removal 2015-07-17 14:23:06 -04:00
ViewTask.cpp C++11: Cleaned up program framework with range-based for 2015-05-11 17:50:53 -04:00
ViewTask.h Updated copyright to 2015 2015-01-01 00:00:41 -05:00
ViewText.cpp ViewText: Dead code removal 2015-07-17 14:13:31 -04:00
ViewText.h ViewText: Dead code removal 2015-07-17 14:13:31 -04:00
wcwidth6.cpp UTF8: Latest wcwidth.c from Markus Kuhn. 2015-07-17 23:45:32 -04:00