Paul Beckingham
e0917f4397
Documentation
...
- Removed obsolete task-faq.5 man page.
2014-06-07 13:06:19 -04:00
Renato Alves
9846a2e3f2
Portuguese (por-PRT) localization
...
Signed-off-by: Paul Beckingham <paul@beckingham.net>
2014-02-14 22:49:05 -05:00
Fidel Mato
dbabeef54c
Typo in several tips.something files: 'task edit 1' changed to 'task 1 edit'.
2013-04-07 12:56:35 -04:00
Paul Beckingham
66996b5eab
L10N
...
- Added tips.es-ES (thanks to Fidel Mato).
2013-04-07 09:51:37 -04:00
YBSAR
be7628449a
Added French translation of the tips file.
2013-04-03 17:34:36 -04:00
Pietro Cerutti
2274be16d8
Documentation
...
- Italian translation of the tips file.
Signed-off-by: Paul Beckingham <paul@beckingham.net>
2011-08-09 22:46:41 -04:00
Fumihito YOSHIDA
02c2023dc4
i18n
...
- Added tips.ja-JA thanks to Fumihito Yoshida.
Signed-off-by: Paul Beckingham <paul@beckingham.net>
2011-05-14 09:59:05 -04:00
Paul Beckingham
0471c17f12
Build System
...
- Added new src/commands and src/columns intermediate libs.
- Began implementation of the first Command object.
- Began implementation of the first Column object.
- TDB2, Variant updates.
2011-04-23 16:41:37 -04:00
Paul Beckingham
a994baae75
Tips
...
- Added great tip from Michelle Crane.
2011-03-29 23:19:54 -04:00
Paul Beckingham
c502f0216a
i18n
...
- Eliminated StringTable.{h,cpp}.
- Eliminated strings.<locale> files. This is not the way to do it.
2011-03-27 02:06:09 -04:00
Federico Hernandez
10ef12b008
CMake
...
- cmake variables for the different installation paths
(thanks to Pietro Cerutti)
2011-03-01 18:59:40 +01:00
Federico Hernandez
506799cac4
CMake
...
- finalized install target
2011-01-05 01:10:26 +01:00
Federico Hernandez
fb24835ac5
First commit of cmake stubs - more to come
2010-12-29 00:31:20 +01:00
Paul Beckingham
c73f131f32
Eliminated ncurses
...
- Removed autoconf ncurses detection.
- Modified man pages.
- Inserted vitapi replacement code.
- Cached terminal size values for reuse.
- Modified packaging info for OSX.
- Removed -lncurses from unit test makefile.
- Removed obsolete taskrc example.
- Modified (simplified) source build instructions.
2010-12-14 14:40:03 -05:00
Paul Beckingham
1e37d7a784
Diagnostics
...
- Added new 'diagnostics' command to assist with bug reporting,
testing. It answers questions such as "did you compile it yourself?",
and more.
- Specifically, it runs a UUID generation test to prove that the UUIDs
are really unique.
2010-10-20 00:22:20 -04:00
Paul Beckingham
f351bf6dec
Minor Edits
...
- Corrected typo in tips file.
- Added explanatory comment regarding dependency chains.
2010-09-22 22:23:24 -04:00
Cory Donnelly
3b7b7b5b23
i18n
...
- Added a tip.
2010-09-09 15:06:42 -04:00
Paul Beckingham
6e1a386ec8
i18n
...
- Added more tips.
2010-09-05 08:53:48 -04:00
Paul Beckingham
366c59e25d
i18n
...
- Salvaged the tips files from the (now obsolete) 2.0.0 branch.
2010-09-04 12:29:05 -04:00
Paul Beckingham
44fe227595
Product Name Change
...
- Converted all (appropriate) uses of 'task' to 'taskwarrior'.
2010-08-21 12:31:00 -04:00
Federico Hernandez
51e5a18384
Enhancement - #307 show command
...
- introduced new show command to display configuration settings
- config command is used to just set config values
- modified documentation
- modified some unit tests calling 'task config' to 'task show'
2010-06-07 23:35:58 +02:00
Paul Beckingham
e368043fb8
Enhancement - #363 export.ical
...
- Added feature #363 supporting iCalendar export via the 'export.ical'
command.
- Updated documentation.
- Removed unnecessary localization of canonical command names.
2010-05-31 16:05:51 -04:00
Paul Beckingham
d92e80e289
Enhancement - #36 , #37
...
- Added features #36 and #37 , providing annual versions of the 'history'
and 'ghistory' command as 'history.annual' and 'ghistory.annual'.
- Uses new canonical names history.monthly, history.annual, ghistory.monthly
and ghistory.annual, with aliases providing original history and ghistory
commands.
- Updated man pages.
2010-05-30 17:01:38 -04:00
Paul Beckingham
fcbc8a2ee2
Enhancement - #326
...
- Added feature #326 , allowing tasks to be added in the completed state,
by using the 'log' command in place of 'add' (thanks to Cory Donnelly).
- Added log command to task.1 man page.
- Added log command to task-tutorial.5 man page.
- Added log command to help text.
- Added log command unit tests.
2010-05-30 15:20:12 -04:00
Paul Beckingham
0a3ee9f0a7
Portability
...
- Removed obsolete COLOR_* definitions from i18n.h that conflict on Cygwin.
2010-02-12 00:39:07 -05:00
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