0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Minor project changes to build Mac Cocoa version on 10.14 More... 11 months ago
In Qt UI, replaced use of deprecated QFileDialog::setConfirmOverwrite() function with more modern setOption() for later Qt 5 versions. More... over 1 year ago
Updated Qt UI to not use deprecated methods in later Qt 5 versions. (More to do). More... over 1 year ago
Fixed issue in Qt port which meant that the category of scheduled transactions was not set in the form panel correctly. More... over 2 years ago
Bumped Qt version in About dialog to 1.0.1 More... over 2 years ago
Fixed issue with Qt port where the ScheduledTransactionFormPanel wouldn't set or update some fields correctly, leading to invalid properties to ScheduledTransactions in some cases. More... over 2 years ago
Fixed issue with Qt port not recognising QMessageBox result correctly when asking to save modified document. More... over 2 years ago
Added copyright and license comment to the top of Rust prototype source files. More... over 2 years ago
Tweaks and improvements to WIP Rust version. More... over 2 years ago
Minor tweaks and warning suppression to WIP rust version. More... over 2 years ago
Added initial WIP rough draft Rust port of core / cli binary for experimentation. More... over 2 years ago
Minor code condensing in CurrencyValueFormatter class. More... over 2 years ago
Made some minor tweaks and additional comments to some core files. No functional change. More... over 2 years ago
Added basic ability to CLI app to export transaction balances in CSV form to stdout for graphing. More... almost 3 years ago
Tweaks to ChangeLog and README... More... almost 3 years ago
Tweaks to Qt port's CMakeLists.txt to remove commented out stuff and build for Qt 5 by default. More... almost 3 years ago
Improved some signed/unsigned variable issues that could theoretically cause issues, and one or two similar changes. There's still a fair bit of size_t -> uint32_t, but... More... almost 3 years ago
Optimised Graph drawing and painting events in Qt port to only draw/update graphs if their tab is active/visible. This helps prevent flickering in Qt5. More... almost 3 years ago
Added ability to open files on the command line in the Qt port. More... almost 3 years ago
Modified header column alignment in Transactions and ScheduledTransactions views in Qt port to match the alignment of the data. More... almost 3 years ago
Whitespace cleanup in Mac app files. More... almost 3 years ago
Added ability to change the date format in the Qt port via a general preference. Internally, uses a new UICurrencyHandler class. Also attempts to work out the best date format to use by default based off the locale. More... almost 3 years ago
Renamed UICurrencyFormatter to USCurrencyHandler in Qt port, and added the ability to pre-process currency strings before parsing values, so that chars like currency symbols and thousands separators get stripped out, and then the number gets converted to a double correctly, in order to be more robust and user-friendly. More... almost 3 years ago
Made changes to the amount parsing infrastructure in the Qt port, in order to more usefully handle amounts with thousands separator characters or spaces. More... about 3 years ago
Added support for toggling 'cleared' flag of transactions in Qt port by clicking on the checkbox of the transaction item in the 'Cleared' Transaction column of the QTreeView. More... about 3 years ago
Bump version of MacOS app to 1.0.0. More... about 3 years ago
Added About dialog to Qt interface via a Help menu. More... about 3 years ago
Silenced some signed/unsigned comparison warnings in Qt infrastructure. More... about 3 years ago
Added additional info to README.md More... about 3 years ago
Renamed README.txt in qt/ subdir to README.md More... about 3 years ago