~claydoh/kmymoney/+git/master:work/isInTaxReports

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

Branch merges

Branch information

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

Recent commits

19076ed... by Dawid Wróbel

Add MyMoneyAccount::isInTaxReports(), setIsInTaxReports()

Refactor the code to use it instead of comparing the key/value directly

Also refactor the keys/values to use QLatin1String()

7c68ca1... by Dawid Wróbel

Simplify Balance/TotalBalance Columns

In order for the Balance auto-stretching to work properly:
- remove TotalBalance column, which effectively was a mirror of Balance
  column
- un-hide the Balance column and use it in-place of TotalBalance
- since Column::TotalBalance enum value was removed, the assigned
  column IDs had changed, so need to reset the user column settings
- since we're already doing this, take opportunity and completely
  rearrange the order in Column enum, which corresponds to the
  default order of the columns shown in the UI, making it saner.
- also run clang-format where applicable

52f354c... by Dawid Wróbel

Auto-size Account/Institution/Category views headers

- Configures the columns to dynamically auto-stretch according to
content.
- Except for the first column, which stretches to the maximum

88e4d38... by Dawid Wróbel

Use Unicode for Checkmark columns, align to center

- use Unicode checkmark for "YES/NO" columns instead of an icon
- which allows us to easily center them horizontally in the columns

c366fae... by Dawid Wróbel

Add metainfo.yaml for KApiDox to generate plugin API

b747e0b... by Dawid Wróbel

Move Plugin API classes to a separate folder

In order for the kapidox to correctly build the API documentation
without also scanning the actual plugin implementations, move the
interfaces to a separate kmymoney/interfaces folder.

Also run clang-format on affected files.

References #7

8c2c0c3... by Thomas Baumgart <email address hidden>

Update local copy of category to reflect state

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

Don't allow mapping an account twice to some online source

8d7793f... by Thomas Baumgart <email address hidden>

Only skip the current view

7bd9d8e... by Thomas Baumgart <email address hidden>

Update local copy of account to reflect state