Tomas Babej
|
e8d385119a
|
Update NEWS and ChangeLog files with the info about the context
|
2015-02-23 19:25:40 -05:00 |
|
Tomas Babej
|
070fdf60fa
|
localization: Update other locale files
|
2015-02-23 19:22:06 -05:00 |
|
Tomas Babej
|
1278226c16
|
CmdContext: Localize the hardcoded strings
|
2015-02-23 19:22:01 -05:00 |
|
Tomas Babej
|
98410cff42
|
CmdShow: Add context related variables
|
2015-02-23 19:21:57 -05:00 |
|
Tomas Babej
|
ee23a099f2
|
CmdContext: Minor style and message changes
|
2015-02-23 19:21:50 -05:00 |
|
Tomas Babej
|
0ab1dc0c9c
|
man: Update task and taskrc manpages with the information about context
|
2015-02-23 19:21:46 -05:00 |
|
Tomas Babej
|
c2a9bb65e6
|
tests: Add tests for the context feature
|
2015-02-23 19:20:00 -05:00 |
|
Tomas Babej
|
75cf742a55
|
tests: Add taskrc_content property
|
2015-02-23 19:19:55 -05:00 |
|
Tomas Babej
|
dc0502dd9f
|
CLI: Apply context filter directly in getFilter method
|
2015-02-23 19:19:51 -05:00 |
|
Tomas Babej
|
3a77a5f291
|
CLI: Add addContextFilter method
|
2015-02-23 19:19:47 -05:00 |
|
Tomas Babej
|
1abda3900b
|
CLI: Abstract adding new raw filter to a new helper method
|
2015-02-23 19:19:44 -05:00 |
|
Tomas Babej
|
09fe5be086
|
CmdContext: Add show subcommand
|
2015-02-23 19:19:41 -05:00 |
|
Tomas Babej
|
1a3550541b
|
CmdContext: Add support for unsetting context
|
2015-02-23 19:19:38 -05:00 |
|
Tomas Babej
|
371ca27da0
|
CmdContext: Add support for setting context
|
2015-02-23 19:19:35 -05:00 |
|
Tomas Babej
|
5f3dd43893
|
CmdCompletionContext: Implement the context completion list
|
2015-02-23 19:19:32 -05:00 |
|
Tomas Babej
|
edb54a51b3
|
CmdContext: Add list subcommand
|
2015-02-23 19:19:29 -05:00 |
|
Tomas Babej
|
636f6bfd96
|
CmdContext: Add initial implementation of the delete subcommand
|
2015-02-23 19:19:24 -05:00 |
|
Tomas Babej
|
e91063426a
|
CmdContext: Add initial implementation of the context define subcommand
|
2015-02-23 19:19:18 -05:00 |
|
Tomas Babej
|
a4d5ab07e9
|
CmdConfig: Abstract saving and removal of the configuration values into separate methods
|
2015-02-23 19:19:15 -05:00 |
|
Tomas Babej
|
49a7e46eaf
|
CmdContext: Add initial plumbing
|
2015-02-23 19:19:08 -05:00 |
|
Paul Beckingham
|
26aff348d2
|
Lexer
- Replaced old digitsOnly() function with Lexer::isAllDigits.
|
2015-02-22 20:23:00 -05:00 |
|
Paul Beckingham
|
9f82926c65
|
Text
- Removed obsolete noSpaces() function.
|
2015-02-22 18:27:19 -05:00 |
|
Paul Beckingham
|
8791c0a921
|
Lexer
- Migrated old noSpaces() function into Lexer::isOneWord.
|
2015-02-22 18:23:26 -05:00 |
|
Paul Beckingham
|
745aad0d27
|
Lexer
- Renamed Lexer2 to Lexer, it looks good enough to assume control.
|
2015-02-22 18:23:03 -05:00 |
|
Paul Beckingham
|
e1c0d5b130
|
Merge branch '2.4.2' into lexer2
|
2015-02-22 15:26:22 -05:00 |
|
Wilhelm Schuermann
|
0891ed4b57
|
Util
- Closed dangling pipes in execute (), resolving problems when a hook script
forks (thanks to Jens Erat).
|
2015-02-22 14:43:16 -05:00 |
|
Paul Beckingham
|
9898aa15b5
|
Merge branch '2.4.2' into lexer2
|
2015-02-22 14:06:01 -05:00 |
|
Wilhelm Schuermann
|
af772f4c49
|
Util
- Closed dangling pipes in execute (), resolving problems when a hook script
forks.
|
2015-02-22 14:03:30 -05:00 |
|
Wilhelm Schuermann
|
3484e44c7d
|
CMake
- Added workaround for Cygwin build errors.
|
2015-02-22 13:53:53 -05:00 |
|
Paul Beckingham
|
0cf18f3b16
|
Lexer2
- Integrated Lexer2 in place of Lexer. Tests fail.
|
2015-02-22 13:52:14 -05:00 |
|
Paul Beckingham
|
2155bd3969
|
Lexer2
- Implemented ::isAllDigits to distinguish between integers and real numbers.
|
2015-02-21 10:58:07 -08:00 |
|
Paul Beckingham
|
ae6024ef8b
|
Lex
- Added a 'lex' binary to test Lexer2.
|
2015-02-21 10:03:17 -08:00 |
|
Paul Beckingham
|
21553d9044
|
Lexer2
- Implemented ::isDate and ::isDuration.
|
2015-02-21 10:01:59 -08:00 |
|
Paul Beckingham
|
d6e3430e0d
|
Lexer2
- Implemented ::split for typeless tokenization.
|
2015-02-21 09:28:56 -08:00 |
|
Paul Beckingham
|
0d23511cee
|
Lexer2
- Stubbed ::isDate and ::isDuration methods.
|
2015-02-21 09:19:24 -08:00 |
|
Paul Beckingham
|
1128ad8259
|
Lexer2
- Improved ::isUUID lexing.
|
2015-02-20 12:13:11 -08:00 |
|
Paul Beckingham
|
66d5a8ba3d
|
Lexer2
- Migrated new ::isURL and ::isPath methods.
- Migrated new ::tokens method to access all tokens at once.
|
2015-02-20 12:05:03 -08:00 |
|
Paul Beckingham
|
aab93b2cda
|
Lexer2
- Migrated ::dequote method from Lexer.
|
2015-02-19 21:43:22 -08:00 |
|
Paul Beckingham
|
be80bc4ea3
|
Converted to Lexer2.
|
2015-02-19 21:36:04 -08:00 |
|
Paul Beckingham
|
15bec27e03
|
Converted to Lexer2.
|
2015-02-19 21:32:51 -08:00 |
|
Paul Beckingham
|
6683cc7e83
|
Converted to Lexer2.
|
2015-02-19 21:31:47 -08:00 |
|
Paul Beckingham
|
044ca40bb7
|
Merge branch '2.4.2' into lexer2
|
2015-02-19 21:00:27 -08:00 |
|
Wilhelm Schuermann
|
be855af8c4
|
CMake
- Custom compile flags and flags for c++11 ignored even less on OSX now...
|
2015-02-19 19:17:14 -08:00 |
|
Paul Beckingham
|
d10ad5c7af
|
Lexer2
- Copied in the Lexer2 object.
|
2015-02-19 08:54:20 -08:00 |
|
Paul Beckingham
|
1ae4ea2ea3
|
I18N
- Removed unnecessary string termination and exceptions.
- Removed associated localized errors.
|
2015-02-19 08:51:36 -08:00 |
|
Renato Alves
|
d37937d970
|
Tests - add total number of tests to conversion script
|
2015-02-19 14:11:19 +00:00 |
|
Renato Alves
|
51e947064f
|
Tests - merge args.[2-5].t with enpassant.t and convert to python
|
2015-02-19 13:38:27 +00:00 |
|
Renato Alves
|
606a7505d3
|
Tests - convert args.5.t to python
|
2015-02-19 13:02:46 +00:00 |
|
Renato Alves
|
846dd14a9f
|
Tests - convert args.4.t to python
|
2015-02-19 12:56:19 +00:00 |
|
Renato Alves
|
d8f436cca9
|
Tests - convert args.3.t to python
|
2015-02-19 12:54:45 +00:00 |
|