Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated copyrights to 2003-2010 | John Wiegley | 2010-03-05 | 1 | -1/+1 |
| | |||||
* | Added some missing calls to add_post | John Wiegley | 2009-11-11 | 1 | -0/+1 |
| | |||||
* | Timeclock events now record their file position | John Wiegley | 2009-11-11 | 1 | -35/+25 |
| | |||||
* | Timeclock entries can now have notes | John Wiegley | 2009-11-11 | 1 | -6/+17 |
| | | | | | | | | | | Example of a tagged entry: i 2009/11/01 12:00:00 Account Payee ; :Foo: o 2009/11/01 13:00:00 Two spaces or a tab must separate account from payee, and payee from note. | ||||
* | Enabled use of pre-compiled headers by default | John Wiegley | 2009-03-10 | 1 | -0/+2 |
| | |||||
* | Reduced the #include dependency tree to a minimum | John Wiegley | 2009-03-04 | 1 | -0/+4 |
| | |||||
* | Changed many assert() calls to VERIFY() | John Wiegley | 2009-03-04 | 1 | -1/+1 |
| | |||||
* | Marked all strings needing internationalization | John Wiegley | 2009-02-25 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | These strings are now collected automagically in the file po/ledger.pot. If you'd like to produce a translation, just run this command after building Ledger: msginit -l LOCALE -o LANG.po -i po/ledger.pot Where LOCALE is a string like de or en_GB, and LANG is a short descriptive word for your language. Then send me this .po file so I can commit it to the Ledger sources (alternatively, you could maintain the file in a fork on GitHub), and setup the build script to format and install your new message catalog during a "make install". | ||||
* | The Great Renaming, Part II | John Wiegley | 2009-02-23 | 1 | -27/+27 |
| | | | | | The last commit did not contain the majority of changes because of a slight mishap. This contains the real changeset. | ||||
* | When clocking out, call total_seconds() | John Wiegley | 2009-02-20 | 1 | -1/+1 |
| | |||||
* | Largely removed all of Ledger's use of global variables, for the REPL's sake. | John Wiegley | 2009-02-04 | 1 | -1/+1 |
| | |||||
* | Added braces to avoid a compiler warning. | John Wiegley | 2009-02-03 | 1 | -2/+4 |
| | |||||
* | Refactored the textual parser, to allow easy extensions in Python. | John Wiegley | 2009-01-29 | 1 | -5/+8 |
| | |||||
* | Refactored the timelog code into its own file. | John Wiegley | 2009-01-29 | 1 | -0/+145 |