taskwarrior/src
Paul Beckingham 1b63a2dde5 Documentation: Added the 'rc.obfuscate' setting.
- The 'obfuscate' setting, if set to '1' will replace all text with 'xxx'.
2015-04-26 11:14:05 -04:00
..
columns Performance: Only measures the first fixed-width column row 2015-04-05 16:05:43 -04:00
commands Documentation: Added the 'rc.obfuscate' setting. 2015-04-26 11:14:05 -04:00
l10n L10N: Removed unused strings, add string missing from fra-FRA.h 2015-04-06 20:19:25 -04:00
.gitignore Lex 2015-02-21 10:03:17 -08:00
args.cpp Priority: Converted 'priority' attribute to a UDA 2015-04-04 19:30:33 -04:00
cal Calendar Shortcut 2011-07-16 13:20:26 -04:00
calc.cpp TW-1501 2015-01-08 20:40:29 -05:00
calendar Calendar Shortcut 2011-07-16 13:20:26 -04:00
CLI.cpp C++11: Took advantage of N1757. 2015-04-06 15:30:39 -04:00
CLI.h C++11: Took advantage of N1757. 2015-04-06 15:30:39 -04:00
CMakeLists.txt Lexer 2015-02-22 18:23:03 -05:00
Color.cpp Updated copyright to 2015 2015-01-01 00:00:41 -05:00
Color.h Updated copyright to 2015 2015-01-01 00:00:41 -05:00
Config.cpp Obfuscation: rc.obfuscate=1 hides private details 2015-04-26 10:31:32 -04:00
Config.h Updated copyright to 2015 2015-01-01 00:00:41 -05:00
Context.cpp Priority: Converted 'priority' attribute to a UDA 2015-04-04 19:30:33 -04:00
Context.h TW-1583: Invalid ID displayed after done/delete 2015-03-28 10:36:58 +01:00
Date.cpp Lexer: Migrated ispunct to Lexer::isPunctuation 2015-04-16 23:52:43 -04:00
Date.h Updated copyright to 2015 2015-01-01 00:00:41 -05:00
Dates.cpp Lexer: Migrated isdigit to Lexer::isDigit 2015-04-16 23:33:25 -04:00
Dates.h Updated copyright to 2015 2015-01-01 00:00:41 -05:00
dependency.cpp Updated copyright to 2015 2015-01-01 00:00:41 -05:00
Directory.cpp Portability: FreeBSD 9.3 x86 needs limits.h 2015-04-18 11:38:01 +02:00
Directory.h Updated copyright to 2015 2015-01-01 00:00:41 -05:00
DOM.cpp Build: Disambiguated Variant instantiation that causes 32-bit problems 2015-04-16 22:53:38 -04:00
DOM.h Updated copyright to 2015 2015-01-01 00:00:41 -05:00
Duration.cpp Build: Resolve some more compiler warnings 2015-03-29 18:03:36 -04:00
Duration.h Updated copyright to 2015 2015-01-01 00:00:41 -05:00
Eval.cpp C++11: Took advantage of N1757. 2015-04-06 15:30:39 -04:00
Eval.h C++11: Took advantage of N1757. 2015-04-06 15:30:39 -04:00
feedback.cpp Info: Hide "modified" attribute changes 2015-03-23 16:28:53 +01:00
File.cpp Updated copyright to 2015 2015-01-01 00:00:41 -05:00
File.h Updated copyright to 2015 2015-01-01 00:00:41 -05:00
Filter.cpp Context: Do not apply context for the export command 2015-03-14 17:28:20 -04:00
Filter.h Context: Do not apply context for the export command 2015-03-14 17:28:20 -04:00
Hooks.cpp Hooks: With rc.debug.hooks=2, shows hook arguments 2015-04-05 12:19:55 -04:00
Hooks.h Hooks: Implement "Hooks v2" API 2015-04-01 11:44:37 +02:00
i18n.h Updated copyright to 2015 2015-01-01 00:00:41 -05:00
interactive.cpp Portability 2015-01-04 22:00:08 -05:00
ISO8601.cpp Lexer: Migrated isdigit to Lexer::isDigit 2015-04-16 23:33:25 -04:00
ISO8601.h Updated copyright to 2015 2015-01-01 00:00:41 -05:00
JSON.cpp Updated copyright to 2015 2015-01-01 00:00:41 -05:00
JSON.h Updated copyright to 2015 2015-01-01 00:00:41 -05:00
legacy.cpp Priority: Converted 'priority' attribute to a UDA 2015-04-04 19:30:33 -04:00
lex.cpp Lex 2015-02-27 00:17:56 -05:00
Lexer.cpp Lexer: Migrated ispunct to Lexer::isPunctuation 2015-04-16 23:52:43 -04:00
Lexer.h Lexer: Migrated isalpha to Lexer::isAlpha 2015-04-16 23:24:17 -04:00
main.cpp Updated copyright to 2015 2015-01-01 00:00:41 -05:00
main.h Duration 2015-03-02 16:16:39 -05:00
Msg.cpp Updated copyright to 2015 2015-01-01 00:00:41 -05:00
Msg.h Updated copyright to 2015 2015-01-01 00:00:41 -05:00
Nibbler.cpp Lexer: Migrated ispunct to Lexer::isPunctuation 2015-04-16 23:52:43 -04:00
Nibbler.h Lexer: Migrated ispunct to Lexer::isPunctuation 2015-04-16 23:52:43 -04:00
Path.cpp Updated copyright to 2015 2015-01-01 00:00:41 -05:00
Path.h Updated copyright to 2015 2015-01-01 00:00:41 -05:00
recur.cpp Lexer: Migrated isdigit to Lexer::isDigit 2015-04-16 23:33:25 -04:00
rules.cpp Priority: Converted 'priority' attribute to a UDA 2015-04-04 19:30:33 -04:00
RX.cpp Updated copyright to 2015 2015-01-01 00:00:41 -05:00
RX.h Updated copyright to 2015 2015-01-01 00:00:41 -05:00
sort.cpp Priority: Converted 'priority' attribute to a UDA 2015-04-04 19:30:33 -04:00
Task.cpp C++11: Took advantage of N1757. 2015-04-06 15:30:39 -04:00
Task.h C++11: Took advantage of N1757. 2015-04-06 15:30:39 -04:00
TDB2.cpp TW-1287: default.* values applied to synced tasks 2015-04-02 13:39:20 +02:00
TDB2.h TDB2: Explicitly mark updates done as addition to optimize performance 2015-02-28 16:54:09 -05:00
text.cpp Obfuscation: rc.obfuscate=1 hides private details 2015-04-26 10:31:32 -04:00
text.h Obfuscation: rc.obfuscate=1 hides private details 2015-04-26 10:31:32 -04:00
Timer.cpp Updated copyright to 2015 2015-01-01 00:00:41 -05:00
Timer.h Updated copyright to 2015 2015-01-01 00:00:41 -05:00
TLSClient.cpp Updated copyright to 2015 2015-01-01 00:00:41 -05: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 Util 2015-02-22 14:03:30 -05:00
util.h Updated copyright to 2015 2015-01-01 00:00:41 -05:00
Variant.cpp Build: More changes to address 32-bit builds 2015-04-18 10:26:37 +01:00
Variant.h Build: More changes to address 32-bit builds 2015-04-18 10:26:37 +01:00
ViewTask.cpp Documentation: Added the 'rc.obfuscate' setting. 2015-04-26 11:14:05 -04:00
ViewTask.h Updated copyright to 2015 2015-01-01 00:00:41 -05:00
ViewText.cpp Documentation: Added the 'rc.obfuscate' setting. 2015-04-26 11:14:05 -04:00
ViewText.h C++11: Took advantage of N1757. 2015-04-06 15:30:39 -04:00
wcwidth6.cpp Portability 2014-06-01 19:39:28 -04:00