Set to compile as release version.
Fix small compile error.
Version bump to 0.1.20.
Avoid InterestInput settings affecting SalaryInput.
raisePercentEdit and raiseAmountEdit use Preferences.
Update to-do list.
Fix caching of preferences.
Cache saved preferences in RAM to speed them up.
Convert TreeViewSaver to use PreferenceHolder.
Update to-do list a bit.
Use gentle queries for preferences (no errors).
Allow CheckBox preferences to be saved immediat...
SalaryInput amount saved as a preference.
PreferenceHolder caches values and saves to dis...
Create Preference wrapper class.
Use proper value attribute for LineEdit.
Clean up Preference usage in CheckBox.
Split Preference and PreferenceHolder classes.
Fix Transactions maybeMakeVisible for subcatego...
Set to compile as release version.
Disable new-line movement in TreeView to avoid ...
WIP adding new items to the Lineedit's completer.
Avoid proliferation of temporary edits in compl...
Remove black areas for invisible scroll bars in...
Small fixes to compilation for Windows.
Avoid compiler warning for Transactions.
Use C++11 to make programming a bit easier.
Fix expanding of indexes in aligned views when ...
Prevent multiple refreshes in Transactions mayb...
Prevent unnecessary setting of preferences.
Fix maybeMakeVisible() bu the order of layoutAb...
Fix including of subcategories in Transactions.
Allow setting PreferenceCheckBox without settin...
Correct PeristentSqlProxyModel saving of indexes.
Revert "Use more consistent persistent index tr...
Fixup TreeView use of proxy model.
Fix sum view selection model in SalaryInput.
Best effort at restoring TreeView scroll positi...
Consistent hiding of extra aligned views in Fil...
Make TreeView's insertion of a proxy model safer.
WIP fixing SalaryInput current index saving on ...
Prevent sorting by default in AlignedTreeView.
Fix some bugs in FilterableListWidget.
Use more consistent persistent index tracking.
Use FilterableListWidget in Summary form.
Fix deletion in FilterableListWidget, including...
Fix SQL queries for giving a raise in SalaryInput.
Show labels next to filter in FilterableListWid...
Prevent sorting from side views of FilterableLi...
Fix a further ampersand error in DateEdit.
Fix initial selected item in Lists form.
Script to compile for Windows from Linux using ...
Make the use of entities in the Balances view a...
Fix display of extended filter.
Version bump to 0.1.19.
Fix restoring of side views in FilterableListWi...
Fix restoreState() in SalaryInput form.
Fix scrollToEnd for refreshing (only).
Make ComboBox able to check conditions.
Improve detection of children of same view gett...
Finish up and make a note of LineEdit's focus i...
WIP on gentle submissions when window loses focus.
fixup: Remove FlexiView and associated classes.
Remove FlexiView and associated classes.
Remove some obsolete semi-abstract forms.
Make Transactions keep cursor position properly...
Finish moving IncomeInputs to FilterableListWid...
Hide right buttons in Transactions view.
Start moving IncomeInputs to FilterableListWidget.
Fix initial values of Transactions combo boxes.
Small fixups to shared.in.
Make the filter optional in FilterableListWidget.
Slightly improve the stretching layout of Trans...
Fix SortableQueryModel's saving and restoring o...
Fix focus and selected item restore of SalaryIn...
Convert SalaryInput to TreeView (instead of Fle...
Trying to make SalaryInput save and restore pro...
Combine code into widgetReallyLostFocus().
Fix sizeHint() and drawing of DateEdit.
Avoid unneccessary submit (just in case).
Fix spurious submit() in AlignedButtonsModel.
Fix DateEdit's strange ampersand prefix with a ...
Accept a bug where TreeView restores improperly...
Debugging TreeView::restoreState().
Working on fixing AlignedButtonsModel restoring.
Trying to improve saving, restoring and appeara...
Fix AlignedTreeView scrolling in FilterableList...
Fix setCurrentIndex() relating to FilterableLis...
Fix moving of cursor in TreeView with hidden co...
Debugging the new Transactions form with Filter...
More work on FilterableListWidget.
WIP making Transactions use FilterableListWidge...
WIP changing SqlListView to FilterableListWidget.
Merge AbstractFilteredList into Transactions. B...
Remove obsolete items from TODO list.
TreeView acts like FlexiView for tooltips.