~claydoh/kmymoney/+git/master:work/33-use-qt-resource-system-for-all-the-extra-files-we-ship

Last commit made on 2021-04-28
Get this branch:
git clone -b work/33-use-qt-resource-system-for-all-the-extra-files-we-ship https://git.launchpad.net/~claydoh/kmymoney/+git/master

Branch merges

Branch information

Name:
work/33-use-qt-resource-system-for-all-the-extra-files-we-ship
Repository:
lp:~claydoh/kmymoney/+git/master

Recent commits

00f85e2... by Dawid Wróbel

Call quit() on the qApp() when closing the app

9c3d7a2... by Dawid Wróbel

Refactor ReportTable to use KMMUrl

e180bea... by Dawid Wróbel

Revisit Check Printing plugin

- Use QTextEdit instead of QWebkit/WebEngine
- embed the default template using Qt Resources
- allow overriding the default template with a custom one
- fix settings dialog's window title
- move tempaltes to their own subfolder
- update the manual

18d5d15... by Dawid Wróbel

Add KMMUrl convenience class replacing QUrl

Makes fromUserInput() and toLocalFile() handle the Qt Resources
URLs ("qrc:/").

06086a3... by Dawid Wróbel

 Remove obsolete KMyMoneyUtils::findResource()

3f265fe... by Dawid Wróbel

Make reports load CSS from resources

d43c8e2... by Dawid Wróbel

Remove redundant QUrl() calls from welcome page

9473bfd... by Dawid Wróbel

Make reconciliation report load CSS from resources

09482a9... by Dawid Wróbel

Load welcome and home pages from resources

c0ca717... by Dawid Wróbel

Add warning that icons.qrc is being autogenerated