Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Expose journal_t::read to Python | John Wiegley | 2009-11-07 | 1 | -0/+7 |
| | |||||
* | Renamed journal_t::basket to bucket | John Wiegley | 2009-11-07 | 1 | -3/+3 |
| | |||||
* | Simplified usage of Boost.Python in several cases | John Wiegley | 2009-11-05 | 1 | -6/+6 |
| | |||||
* | Moved journal reading code into journal_t | John Wiegley | 2009-11-05 | 1 | -0/+5 |
| | |||||
* | Moved xdata clearing code into each type proper | John Wiegley | 2009-11-05 | 1 | -0/+2 |
| | |||||
* | Transactions, etc., are now accessed by iterators | John Wiegley | 2009-11-05 | 1 | -1/+11 |
| | |||||
* | Added Python interface for journal_t | John Wiegley | 2009-11-03 | 1 | -327/+129 |
| | |||||
* | Removed some dead code | John Wiegley | 2009-06-27 | 1 | -11/+0 |
| | |||||
* | 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 | -2/+0 |
| | |||||
* | Marked all strings needing internationalization | John Wiegley | 2009-02-25 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | 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". | ||||
* | Moved python/*.cc files into src/ | John Wiegley | 2009-02-24 | 1 | -0/+437 |
This is because soon, I intend to have real Python source files in python/. |