summaryrefslogtreecommitdiff
path: root/src/py_journal.cc
Commit message (Collapse)AuthorAgeFilesLines
* Expose journal_t::read to PythonJohn Wiegley2009-11-071-0/+7
|
* Renamed journal_t::basket to bucketJohn Wiegley2009-11-071-3/+3
|
* Simplified usage of Boost.Python in several casesJohn Wiegley2009-11-051-6/+6
|
* Moved journal reading code into journal_tJohn Wiegley2009-11-051-0/+5
|
* Moved xdata clearing code into each type properJohn Wiegley2009-11-051-0/+2
|
* Transactions, etc., are now accessed by iteratorsJohn Wiegley2009-11-051-1/+11
|
* Added Python interface for journal_tJohn Wiegley2009-11-031-327/+129
|
* Removed some dead codeJohn Wiegley2009-06-271-11/+0
|
* Enabled use of pre-compiled headers by defaultJohn Wiegley2009-03-101-0/+2
|
* Reduced the #include dependency tree to a minimumJohn Wiegley2009-03-041-2/+0
|
* Marked all strings needing internationalizationJohn Wiegley2009-02-251-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 Wiegley2009-02-241-0/+437
This is because soon, I intend to have real Python source files in python/.