Paul Beckingham
5d0e6c3435
Feature - #336 prepend command
...
- Added feature #336 which gives task a 'prepend' command for symmetry
with the 'append' command.
2009-12-04 22:47:44 -05:00
Paul Beckingham
56a0997ecf
Bug Fix
...
- Next report once again shows up in the help output.
2009-07-06 19:06:04 -04:00
Paul Beckingham
652f9b3c0a
Merge branch '1.8.0' of git@github.com:pbeckingham/task into 1.8.0
...
Conflicts:
i18n/strings.sv-SE
2009-06-30 18:36:11 -04:00
Paul Beckingham
ed49546eac
I18N
...
- Removed obsolete 'undelete' string.
2009-06-30 18:35:06 -04:00
Federico Hernandez
4c65fa1291
Fixed problems with double word strings where single word strings are required.
2009-06-30 22:37:18 +02:00
Paul Beckingham
53155fcc34
Bug Fix - parsing
...
- Now properly enumerates ambiguous commands.
- Now properly enumerates ambiguous colors.
- Now displays suitable error when a command like "task x" is entered.
2009-06-25 22:21:43 -04:00
Federico Hernandez
39da7bddfd
Added dummy tips file for German and Swedish
2009-06-22 08:23:01 +02:00
Paul Beckingham
52fb6abb9b
Enhancement - tips
...
- Added new tips file, in the correct format (unix fortune), with
dummy entries. If we are to support a "task tip" command in future
versions, we need to start gathering the tips now.
2009-06-21 12:01:30 -04:00
Paul Beckingham
fab37d3383
Enhancment - interactive shell
...
- At the request of several, and the great example of John Florian,
task has an interactive shell.
2009-06-21 08:39:53 -04:00
Federico Hernandez
0fe4a850df
Initial german localization
2009-06-16 00:55:15 +02:00
Federico Hernandez
f98abbe036
Intitial swedish localization.
2009-06-15 00:43:39 +02:00
Paul Beckingham
9d48faa759
Enhancements - T2::legacyParse
...
- T2 can now parse all supported legacy formats (ff2, ff3) as well as
ff4.
- Added tag and attribute support to T2.
- Added T2 unit tests for all formats.
2009-06-07 22:17:11 -04:00
Paul Beckingham
24f31eeb00
Enhancements - Cmd object
...
- New Cmd object to handle localized commands, customReports and general
command parsing.
- Localized new Subst methods.
- Relocate guess method from parse.cpp to text.cpp.
- Converted Att object to use new valid/parse scheme.
- Unit tests for Cmd object.
- Fixed att.t.cpp unit tests.
2009-06-07 14:00:14 -04:00
Paul Beckingham
ffa0c6e758
I18N L10N - Subst
...
- Localized strings in Subst.
2009-06-07 00:46:58 -04:00
Paul Beckingham
7965bd5b4f
I18N - color.cpp
...
- Localized color.cpp, fingers ache.
- Made a couple of parse.cpp functions non-static.
2009-06-06 23:31:04 -04:00
Paul Beckingham
db52cf7327
I18N - Record
...
- Localized Record object.
- Remove copy ctor, operator= from Duration - unnecessary.
2009-06-06 22:06:02 -04:00
Paul Beckingham
bc13f0be48
Interactive - stub
...
- Added stub code for the interactive version of task.
2009-06-06 17:41:24 -04:00
Paul Beckingham
f43e47a739
I18N L10N - Sequence
...
- Sequence object localized.
- StringTable changed to inherit from std::map.
- StringTable copy constructor, assignment operator removed.
- Various source files tagged for further l10n work.
2009-06-06 14:11:18 -04:00
Paul Beckingham
531cffdc7f
I18N - L10N
...
- Localized first strings in Context.
2009-06-04 23:13:17 -04:00
Paul Beckingham
2faa256a55
Enhancements - i18n
...
- Added attribute modifiers.
- Tagged all Mod strings for processing.
2009-06-01 21:38:59 -04:00
Paul Beckingham
75c220c352
Enhancements - i18n & Subst
...
- Created initial, empty strings files.
- Converted Subst to use Nibbler.
2009-06-01 00:15:08 -04:00
Paul Beckingham
3274f1f0a6
I18N - Sample strings files, header
...
- Began proposed format for strings file.
- Began corresponding header file for string IDs.
2009-05-31 19:45:25 -04:00