Menu

Tree [636c18] master /
 History

HTTPS access


File Date Author Commit
 .kdev4 2013-07-07 Richard Donkin Richard Donkin [25c1f3] Add AlignedView and SumQueryModel for Balances ...
 .settings 2012-07-07 Richard Donkin Richard Donkin [1ed49a] Eclipse indentation settings.
 doc 2013-06-07 Richard Donkin Richard Donkin [71f45c] Add release notes and correct email address.
 images 2012-05-10 Richard Donkin Richard Donkin [772586] Add icon for redistribute().
 installers 2014-04-14 Richard Donkin Richard Donkin [b53cf2] Version bump to v0.1.18.
 src 2014-04-14 Richard Donkin Richard Donkin [636c18] Fix a crashing bug in SqlListView.
 table-descrip 2014-02-15 Richard Donkin Richard Donkin [2b0cf1] Speed up accountCategoryBalances view (SQLite >...
 templates 2010-04-24 Richard Donkin Richard Donkin [dce396] Initial release of Budgeter
 tools 2010-04-24 Richard Donkin Richard Donkin [dce396] Initial release of Budgeter
 COPYING 2010-04-24 Richard Donkin Richard Donkin [dce396] Initial release of Budgeter
 COPYING.html 2010-04-24 Richard Donkin Richard Donkin [dce396] Initial release of Budgeter
 Doxyfile 2010-04-24 Richard Donkin Richard Donkin [dce396] Initial release of Budgeter
 FormsMakefile 2010-04-24 Richard Donkin Richard Donkin [dce396] Initial release of Budgeter
 Makefile 2014-03-17 Richard Donkin Richard Donkin [6d4c61] Trying to fix selection in Balances tree view.
 README.txt 2014-04-14 Richard Donkin Richard Donkin [e4373f] Update some documentation.
 RELEASENOTES.txt 2014-04-14 Richard Donkin Richard Donkin [e4373f] Update some documentation.
 TODO.txt 2014-01-19 Richard Donkin Richard Donkin [7800a0] Working on storing form state in QByteArray ins...
 budgeter.kdev4 2012-10-20 Richard Donkin Richard Donkin [f7f674] Add KDevelop project files.
 budgeter.pro 2014-02-17 Richard Donkin Richard Donkin [1810ee] Fix basic compilation with Qt 5.2.
 build.sh 2011-05-30 Richard Donkin Richard Donkin [cf83a3] Added build script to help Eclipse.
 embedded.qrc 2014-02-15 Richard Donkin Richard Donkin [eabb4b] Version bumps for v0.1.16, db_v0.1.12.
 source-archive.sh 2014-02-22 Richard Donkin Richard Donkin [dd4645] Do not archive .git directory with source.

Read Me

This is Budgeter, a program designed to help non-accountants keep track
of their personal finances. For the licence, see COPYING.txt.

The program aims for simplicity and for reducing the burden of budgeting.
It does not follow any accounting standards, does not manage taxes very
well and is not really meant for business use.

To compile the source code, you will need at least:
    GNU C++,
    Qt       (I used version 5.2.1), and
    Make     (I used GNU make version 3.81).
At the command prompt, in the source directory, type:
        qmake
        make clean
        make
and everything should work. (In Windows you may have to
type 'mingw32-make' for the last command. You may also
have to run the commands from the 'src' subdirectory.)
The executable is bin/budgeter[.exe].

To re-make the documentation (in the doc directory) you
will need doxygen. Then just type:
        doxygen
and you will get lots of info.

If you decide to edit some of the forms' files ending with '.in',
you will need to pre-process them to generate '.cpp' files.
To do this you will need the program m4. At the command prompt type:
        make -f FormsMakefile
and then compile the source code as described above.

Have fun!
Richard Donkin, April 2014.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.