Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes to the way annotated prices are displayed | John Wiegley | 2009-02-24 | 1 | -1/+2 |
| | |||||
* | The Great Renaming, Part II | John Wiegley | 2009-02-23 | 1 | -7/+7 |
| | | | | | The last commit did not contain the majority of changes because of a slight mishap. This contains the real changeset. | ||||
* | Fixed bug: -- was not stopping option processing | John Wiegley | 2009-02-22 | 1 | -3/+5 |
| | |||||
* | The --help (-h, -H) options now visit the man page | John Wiegley | 2009-02-21 | 1 | -0/+28 |
| | |||||
* | Added --start-of-week option, used with --weekly | John Wiegley | 2009-02-21 | 1 | -0/+2 |
| | | | | | For example, --start-of-week=monday can be used to report weeks that begin on Mondays. | ||||
* | Don't use auto-widths for widths explicitly given | John Wiegley | 2009-02-20 | 1 | -21/+40 |
| | |||||
* | Rewrote the equity command, which is working again | John Wiegley | 2009-02-20 | 1 | -6/+7 |
| | | | | | | The old implementation used an account formatter, and was very specialized. The new is done as a transaction filter, and works along with everything else, eliminating bugs special to the equity report. | ||||
* | Auto-size register report based on COLUMNS | John Wiegley | 2009-02-19 | 1 | -0/+36 |
| | |||||
* | The sequence -M -p 2004 now equals -p 2004 -M | John Wiegley | 2009-02-19 | 1 | -9/+9 |
| | |||||
* | Added --args-only flags, to ignore init and env | John Wiegley | 2009-02-16 | 1 | -4/+9 |
| | |||||
* | Normalized handling of several report options | John Wiegley | 2009-02-15 | 1 | -16/+3 |
| | |||||
* | Added a "reload" command, for use at the REPL | John Wiegley | 2009-02-13 | 1 | -19/+1 |
| | | | | | | | Created a new function, session_t::reread_journal_files, which throws away all previous state data and reads in the same files again. This is needed to allow Emacs to communicate with Ledger via the REPL, so that it tell Ledger when it has made changes to the user's data file. | ||||
* | Re-enabled some code, and removed a bunch of deadwood. | John Wiegley | 2009-02-12 | 1 | -4/+0 |
| | |||||
* | Fixed the use of --effective and --date-format (-y). | John Wiegley | 2009-02-09 | 1 | -0/+8 |
| | |||||
* | pyinterp.cc shares global session; accept full paths passed to --import. | John Wiegley | 2009-02-08 | 1 | -1/+12 |
| | |||||
* | If a ledger file is specified in .ledgerrc, ignore the environment. | John Wiegley | 2009-02-08 | 1 | -2/+3 |
| | |||||
* | If LEDGER_FILE was seen, ignore LEDGER. | John Wiegley | 2009-02-08 | 1 | -6/+12 |
| | |||||
* | Inverted the default display mode for balance reports. Use -n to collapse | John Wiegley | 2009-02-08 | 1 | -2/+0 |
| | | | | them, as this fits better with what -n does for register reports. | ||||
* | Threw away the "multiple parser" infrastructure. | John Wiegley | 2009-02-07 | 1 | -5/+4 |
| | |||||
* | Allow value expressions to gain access to option settings. | John Wiegley | 2009-02-07 | 1 | -19/+27 |
| | | | | | | | | | | For example, "ledger eval options.limit" prints 0 (for false), but: "ledger -l hello eval options.limit" print "hello"s, since the value of options.limit, once set to a value, is that string. For flag options, such as -Y, eval prints 0 if unset, and 1 if set. This feature allows value expressions to be conditionalized based on the presence of user options. | ||||
* | More revision to the way options are handled; reworked CSV command. | John Wiegley | 2009-02-07 | 1 | -5/+7 |
| | |||||
* | When in the REPL, consider each new command a new "command-line". | John Wiegley | 2009-02-06 | 1 | -1/+3 |
| | |||||
* | Don't push and pop reports unless at a REPL. | John Wiegley | 2009-02-06 | 1 | -3/+3 |
| | |||||
* | Restored all the option handlers from 2.6.2, but not the options themselves. | John Wiegley | 2009-02-06 | 1 | -82/+110 |
| | |||||
* | Moved --pager handler back into report_t. | John Wiegley | 2009-02-05 | 1 | -2/+5 |
| | |||||
* | Greatly simplified the way option and command handlers are defined. | John Wiegley | 2009-02-05 | 1 | -45/+38 |
| | |||||
* | Moved work.cc and global_scope_t into a new global.cc file. | John Wiegley | 2009-02-05 | 1 | -0/+410 |