~claydoh/kmymoney/+git/master:work/403196_master

Last commit made on 2021-06-22
Get this branch:
git clone -b work/403196_master https://git.launchpad.net/~claydoh/kmymoney/+git/master

Branch merges

Branch information

Name:
work/403196_master
Repository:
lp:~claydoh/kmymoney/+git/master

Recent commits

f95985b... by Dawid Wróbel

Also include categories in Legacy Ledger's accounts list

This is a pro-forma backport of 403196 fix from 5.1 to master.
It only applies to the legacy ledger, but still doing it for the
sake of consistency with 5.1.

7c43bc6... by Dawid Wróbel

New Account: prefill Account Type, fix Liabilities lookup

- prefill the new account type using the currently selected account
- this also fixes preselecting the parent account on the hierarchy page
for accounts of Liability type
- refactors the code to use the m_currentAccount, which always reflects
the currently selected account thanks to updateActions()

e09382d... by Dawid Wróbel

Remove KMyMoneyTitleLabel

KMyMoneyTitleLabel is against modern UI guidelines, needlessly
occupying the app's workspace, while not adding anything in return. On
top of it, its implementation was causing the title's font color or its
background mismatching system theme, which ended up in visual glitches.

– remove KMyMoneyTitleLabel
– reimplement KMyMoneyWizard::setTitle() to set the QDialog's window
title instead.
- also run clang-format on source files

Relates to #16

a968657... by Thomas Baumgart <email address hidden>

Implement enter schedule using new transaction editor

ec8943a... by Dawid Wróbel

Keep reconciliation dialog from growing to excessive size

BUG: 405204

(cherry picked from commit 7ea71b3c1afa4ed4d688bf0b660b6bc9ca603f73)

9f18ecb... by l10n daemon script <email address hidden>

SVN_SILENT made messages (.desktop file) - always resolve ours

In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"

f218b77... by l10n daemon script <email address hidden>

GIT_SILENT made messages (after extraction)

c0ab1dc... by Thomas Baumgart <email address hidden>

Replace schedule editor with new implementation

The next step in getting rid of the old register code

ee255df... by Thomas Baumgart <email address hidden>

Align right margin of tag container with other widgets

003683b... by Thomas Baumgart <email address hidden>

Add models for occurrences and payment methods