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

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

Branch merges

Branch information

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

Recent commits

5b5e5fa... by Alexander Lohnau <email address hidden>

Prevent clang-format uglification

d7fbfc4... by Alexander Lohnau <email address hidden>

Refomrat to use 4 spaces with astyle

If you want git blame to ignore formatting revisions run:
git config blame.ignoreRevsFile .git-blame-ignore-revs

Command used: `astyle --indent=spaces=4 --convert-tabs `find -type f -name '*.cpp' -or -name '*.cc' -or -name '*.h'``

4a1a84a... by Alexander Lohnau <email address hidden>

Add clang-format tooling and configuration

597a511... by Thomas Baumgart <email address hidden>

Allow copy_from_breeze to work on MacOS

d8c65d0... by Alexander Maret-Huskinson

Sort favorite reports on home screen by name

The favorite reports on the home view were shown in the order
the reports were created which is not ideal and confusing.

This change sorts the list of favorite reports on the home
view in alphabetical order.

CCBUG: 397918

9875f3b... by Alexander Lohnau <email address hidden>

Add trailing commas to enums

This will cause clang-format not to wrap these
enums and it will lead to cleaner diffs when adding
new values.

79e8e1e... 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"

b8663af... by Dawid Wróbel

Add colorful accounts icon

f82439e... by Dawid Wróbel

Delete INSTALL, instructions in Wiki

b41e372... by Dawid Wróbel

Add CONTRIBUTING