Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Print summary list of failed doc tests if any | Alexis Hildebrandt | 2014-02-09 | 1 | -3/+6 | |
| | | | ||||||
| * | | Add support to check documentation examples with inline data | Alexis Hildebrandt | 2014-02-07 | 2 | -34/+69 | |
| | | | ||||||
| * | | Check examples in documentation when running tests | Alexis Hildebrandt | 2014-02-07 | 3 | -23/+203 | |
|/ / | | | | | | | | | The DocTests.py script will parse a given texinfo file for specially marked examples, run the ledger command from the example, and check the result against the example output from the documentation. | |||||
* | | Merge pull request #239 from afh/pull/copyright | Craig Earls | 2014-02-04 | 1 | -1/+1 | |
|\ \ | | | | | | | | | | | | | Bump copyright notice to 2014 in the documentation Thanks. | |||||
| * | | Bump copyright notice to 2014 in the documentation | Alexis Hildebrandt | 2014-02-04 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge pull request #238 from mbork/master | Craig Earls | 2014-02-04 | 1 | -36/+42 | |
|\ \ \ | | | | | | | | | | | | | | | | | Add option ledger-complete-ignore-case Thanks! This works very well. | |||||
| * | | | Add option ledger-complete-ignore-case | Marcin Borkowski | 2014-02-03 | 1 | -36/+42 | |
| | | | | | | | | | | | | | | | | and change ledger-pcomplete accordingly | |||||
* | | | | Merge pull request #237 from afh/pull/linux-rpath | John Wiegley | 2014-02-04 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / |/| | | | Correctly set runtime path on Linux on install | |||||
| * | | | Correctly set runtime path on Linux on install | Alexis Hildebrandt | 2014-02-03 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Merge pull request #235 from afh/pull/acprep-saucy | John Wiegley | 2014-02-02 | 1 | -2/+21 | |
|\ \ \ | | | | | | | | | Update dependencies installation | |||||
| * | | | Update dependencies installation | Alexis Hildebrandt | 2014-02-02 | 1 | -2/+21 | |
| | | | | | | | | | | | | | | | | for Ubuntu Saucy Salamander | |||||
* | | | | Merge pull request #236 from afh/pull/copyright | Steve Purcell | 2014-02-02 | 145 | -146/+146 | |
|\ \ \ \ | |/ / / |/| / / | |/ / | Bump copyright information to 2014 | |||||
| * / | Bump copyright information to 2014 | Alexis Hildebrandt | 2014-02-02 | 145 | -146/+146 | |
|/ / | ||||||
* | | update travis notification settings | Johann Klähn | 2014-02-01 | 1 | -0/+5 | |
| | | ||||||
* | | initialize member variables of posts_to_org_table | Johann Klähn | 2014-02-01 | 1 | -1/+2 | |
| | | | | | | | | This fixes test/baseline/cmd-org.test when built with clang. | |||||
* | | Correct log output for acprep check | Alexis Hildebrandt | 2014-02-01 | 1 | -1/+1 | |
| | | ||||||
* | | Add continuous integration using Travis CI | Alexis Hildebrandt | 2014-02-01 | 2 | -0/+11 | |
| | | ||||||
* | | Update dependencies installation | Alexis Hildebrandt | 2014-02-01 | 1 | -5/+45 | |
| | | | | | | | | for Mac Hombrew and Ubuntu Precise Pangolin | |||||
* | | Create default scope from python session only if needed | Alexis Hildebrandt | 2014-02-01 | 1 | -3/+5 | |
| | | | | | | | | | | | | Fixes test failures introduced with the commit "Create default scope to read journal" a9078767b8224a223f8942a1cb80d4544024387b | |||||
* | | python module file suffix is platform dependent | Johann Klähn | 2014-02-01 | 1 | -3/+13 | |
| | | ||||||
* | | Fix shared library and python module | Alexis Hildebrandt | 2014-02-01 | 1 | -3/+12 | |
| | | | | | | | | | | Conflicts: src/CMakeLists.txt | |||||
* | | no RENAME option on older CMake versions | Johann Klähn | 2014-02-01 | 1 | -2/+9 | |
| | | | | | | | | | | The RENAME option for install(TARGETS ...) does not seem to be available on all CMake versions. | |||||
* | | build shared library/python module, clean up CMake | Johann Klähn | 2014-02-01 | 3 | -19/+38 | |
| | | | | | | | | | | libledger will now be built as a shared library. You can 'import ledger' from python IFF you copy libledger.so to ledger.so or create a symlink. | |||||
* | | Merge pull request #231 from afh/dev/pylib | John Wiegley | 2014-01-27 | 3 | -0/+15 | |
|\ \ | | | | | | | Create shared python module | |||||
| * | | Make time-colon commodity flag available to python | Alexis Hildebrandt | 2014-01-27 | 1 | -0/+1 | |
| | | | ||||||
| * | | Create default scope to read journal | Alexis Hildebrandt | 2014-01-27 | 1 | -0/+5 | |
| | | | | | | | | | when using ledger python module | |||||
| * | | Build and shared python module | Alexis Hildebrandt | 2014-01-27 | 1 | -0/+9 | |
|/ / | | | | | when building library | |||||
* | | Merge pull request #229 from EvilBit/master | Johann Klähn | 2014-01-25 | 1 | -2/+12 | |
|\ \ | | | | | | | Fixed emacs lisp compilation | |||||
| * | | Move emacs lisp installation destination to subdirectory | Oskar Kohout | 2014-01-04 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fix emacs lisp build chain | Oskar Kohout | 2014-01-04 | 1 | -1/+11 | |
| | | | ||||||
* | | | Fixed some formatting problems and fixed bug 1007 aligning decimal comma ↵ | Craig Earls | 2014-01-13 | 2 | -63/+63 | |
| | | | | | | | | | | | | amounts with period thousand separators. | |||||
* | | | Fix issue in ledger-fully-complete-xact to deal with possible trailing ↵ | Craig Earls | 2014-01-13 | 1 | -8/+13 | |
| | | | | | | | | | | | | spaces after a payee | |||||
* | | | ledger-mode: only modify completion-at-point-functions locally | Steve Purcell | 2014-01-07 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | Without this patch, the addition of pcomplete-completions-at-point leaks into the global value of completion-at-point-functions. See #227 | |||||
* | | | Backed out recent changes that broke the complete cycling behavior. | Craig Earls | 2014-01-07 | 4 | -77/+32 | |
| | | | ||||||
* | | | Merge pull request #230 from purcell/fix-csv-commodity-column | John Wiegley | 2014-01-06 | 2 | -3/+3 | |
|\ \ \ | |/ / |/| | | Commodity column in default CSV format should match the displayed amount | |||||
| * | | Commodity column in default CSV format should match the displayed amount | Steve Purcell | 2014-01-06 | 2 | -3/+3 | |
|/ / | | | | | | | | | | | | | | | If one uses --exchange to force CSV display amounts into a particular currency, then the commodity output column should match that currency. Without this patch, the commodity column contains the original commodity, not the commodity for the exported amount. | |||||
* | | Merge pull request #228 from the-kenny/emacs-prompt-effective-date | Craig Earls | 2014-01-02 | 3 | -13/+33 | |
|\ \ | | | | | | | Emacs: Improve effictive-date-handling | |||||
| * | | Use `ledger-read-date' where applicable. | Moritz Ulrich | 2014-01-02 | 1 | -3/+4 | |
| | | | ||||||
| * | | `ledger-read-date': Use `ledger-minibuffer-history'. | Moritz Ulrich | 2014-01-02 | 1 | -1/+2 | |
| | | | ||||||
| * | | ledger-reconcile: Add option to insert an effective date when clearing ↵ | Moritz Ulrich | 2014-01-02 | 1 | -1/+9 | |
| | | | | | | | | | | | | transactions. | |||||
| * | | `ledger-insert-effective-date': use `ledger-read-date'. | Moritz Ulrich | 2014-01-02 | 1 | -9/+8 | |
| | | | | | | | | | | | | | | | | | | | | | Running `ledger-insert-effective-date' will now prompt for a date with a pre-filled value of the `(ledger-year-and-month)' ("2014/01/"). Just pressing RET without inserting the 'day'-portion will insert the date of today. | |||||
| * | | Add `ledger-read-date' - Read date & default to today. | Moritz Ulrich | 2014-01-02 | 1 | -0/+11 | |
|/ / | ||||||
* | | Merge pull request #227 from 4ourbit/patch-2 | Craig Earls | 2014-01-01 | 5 | -34/+84 | |
|\ \ | | | | | | | | | | | | | More context-aware ledger pcomplete rules. Thanks. | |||||
| * | | Fix for pcomplete Metadata rule. | 4ourbit | 2014-01-01 | 1 | -0/+2 | |
| | | | ||||||
| * | | Plugging ledger pcomplete into completion-at-point. | 4ourbit | 2014-01-01 | 2 | -0/+6 | |
| | | | | | | | | | | | | Added documentation on how to use pcomplete transparently via completion-at-point. | |||||
| * | | Context-aware pcomplete rules. | 4ourbit | 2013-12-31 | 3 | -34/+76 | |
|/ / | | | | | | | | | | | | | | | | | Provide completions based on information retrieved with 'ledger-context-at-point'. To support step-by-step completion of transactions some more patterns were added to 'ledger-line-config'. The actual completion rules mostly reuse some of the convenient input commands that are buried in ledger-mode. Using the standard pcomplete termination string (" ") to allow a "context switch" at the end of each completion step. | |||||
* | | Merge pull request #226 from the-kenny/emacs-bugfixes | Craig Earls | 2013-12-29 | 5 | -47/+95 | |
|\ \ | | | | | | | | | | | | | Bugfixes & Improvements for Emacs Support Thanks! | |||||
| * | | ledger-mode: Introduce `ledger-default-date-format'. | Moritz Ulrich | 2013-12-30 | 4 | -9/+16 | |
| | | | | | | | | | | | | | | | | | | Some elisp functions depend on a date-format supplied in ~/.ledgerrc. Change these by introducing a default ("%Y/%m/%d"). Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de> | |||||
| * | | Improve `ledger-insert-effective-date'. | Moritz Ulrich | 2013-12-30 | 1 | -10/+27 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The function now replaces already existing effective dates in the same line. With a prefix (C-u C-c C-t), remove the current effective date. Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de> | |||||
| * | | ledger-mode: Add `ledger-remove-effective-date'. | Moritz Ulrich | 2013-12-30 | 1 | -0/+23 | |
| | | | | | | | | | | | | Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de> |