Commit Graph

36 Commits (ef594e87e0ed8dbf24b3b45f8dcccaf67a2d1eb7)

Author SHA1 Message Date
Christian Stimming 759312dd10 [glibmm] Unify naming convention of member methods: Always use underscore naming.
15 years ago
Christian Stimming 58ed6b9863 [Cutecash] Fix code to work with glibmm wrappers.
15 years ago
Christian Stimming 3c31952bc7 [Cutecash] Rename get() member to gobj() to increase compatibility to future gtkmm wrappers.
15 years ago
Christian Stimming b2e8c5d2de GSoC Cutecash project by Nitish Dodagatta (last half)
15 years ago
Christian Stimming 3ac46f5572 GSoC Cutecash project by Nitish Dodagatta (first half)
15 years ago
Christian Stimming dd3cdd66db [Cutecash] Set QCoreApplication properties used by QSettings in a single place, constructor.
15 years ago
Christian Stimming 2f9ec4381f Cutecash: Adapt to removed icon file.
16 years ago
Christian Stimming d5742f24fc Cutecash: Fix memory leak of missing cleanup of RecentFileMenu object.
16 years ago
Christian Stimming ad0ddae5e6 Cutecash: Implement entering new transactions in the register.
17 years ago
Christian Stimming 07d25ab17b Cutecash: Add deletion of rows/transactions (through "Cut"). With Undo. Hee Hee.
17 years ago
Christian Stimming 4e3be7b89c Cutecash: Fix file loading, saving, and save-as. Works fine now.
17 years ago
Christian Stimming 19ca6a75c1 Cutecash: Add Commodity wrapper. Use gnc-exp-parser for numbers.
17 years ago
Christian Stimming 4212c0c786 Cutecash: Enable entering of more cells in register. Some code cleanup. Add class documentation.
17 years ago
Christian Stimming 81ec044f82 Enable editing of the "Description" column in the split list view - WITH UNDO!
17 years ago
Christian Stimming 0f09fc5e32 Cutecash: Add QUndoStack to implement all editing through the Command pattern and make it undoable.
17 years ago
Christian Stimming 4bb186ef14 Cutecash: Enable closing and re-opening the different tab views.
17 years ago
Christian Stimming cec36eea50 Cutecash: Add Recent-File menu.
17 years ago
Christian Stimming 95fa70fec6 Cutecash: Add Timespec conversion to QDateTime. Add display of transaction date in register tabs.
17 years ago
Christian Stimming c6065b0afa Cutecash: Display account balance in tree and split amount in account register.
17 years ago
Christian Stimming 190f7bac1a Cutecash: Add gnc::Numeric wrapper for gnc_numeric.
17 years ago
Christian Stimming cad5dc6214 Implement a table widget with the list of the splits of one account, and open this if an account in the tree is double-clicked.
17 years ago
Christian Stimming 4f2d9bb34c Cutecash: Add progress bar during loading the file.
17 years ago
Christian Stimming c1c706c0ef Implement the account list data model as a specialization of the account tree model.
17 years ago
Christian Stimming 2e40a324b3 Cutecash: Add a tree view of the accounts.
17 years ago
Christian Stimming d6a0ecd174 Cutecash: Remove QSharedPointer because manual delete is sufficient.
17 years ago
Christian Stimming 18f663de25 Adapt cutecash to r18842.
17 years ago
Christian Stimming c6e43486f8 Cutecash: Fix extern "C" usage: Must not enclose system includes, supposedly.
17 years ago
Christian Stimming 3aac125c18 Add copyright notices in cutecash source code files.
17 years ago
Christian Stimming c804244c17 Cutecash: Copy some more icons into the program. Add a clickable hyperlink.
17 years ago
Christian Stimming 2d045b67ae Adapt cmake to the file move in r18811.
17 years ago
Christian Stimming dffacfefc7 Finish cmake build system for the C++ experiment.
17 years ago
Christian Stimming 6087cfd688 C++ experiment: Extend the AccountModel into a table with name and description.
17 years ago
Christian Stimming dbb5d0ddda C++ experiment: Add first simple model/view widget for the loaded account list.
17 years ago
Christian Stimming b71802aefd Some more C++ work. Opening an existing file works, even though nothing is visible so far.
17 years ago
Christian Stimming 68b8878ab5 More C++/Qt4 frontend work.
17 years ago
Christian Stimming cfd3a5b33e Add example main window in C++ and Qt that links against gnucash-engine.
17 years ago