Commit Graph

375 Commits

Author SHA1 Message Date
676ad1ae6b Show description from app info in about dialog
if none explicitely specified
2019-05-05 18:40:34 +02:00
72d0e9e6e0 Adapt search path for translations to new config system 2019-05-05 18:37:24 +02:00
7642214a11 Remove AboutDialog c'tor with init list 2019-05-05 18:05:27 +02:00
8c9d834b68 Split style arguments 2019-05-04 23:34:19 +02:00
df120f4b73 Add CLI argument to set Qt scene graph renderer 2019-05-04 23:25:33 +02:00
acb7a0e7d9 Adapt to change in c++utilities API 2019-05-04 23:24:59 +02:00
2ae98f8ba4 Prevent using deprecated Qt features 2019-05-04 22:16:46 +02:00
4de0685c84 Apply clang-format 2019-05-04 21:01:18 +02:00
d8333f3793 Apply cmake-format 2019-05-04 21:01:06 +02:00
850101dce6 Support installing multiple configurations within the same prefix 2019-05-03 01:03:41 +02:00
76f70abdf8 Polish CMake modules 2019-04-22 22:27:00 +02:00
c707591128 Don't mix building static and shared libraries 2019-04-21 16:44:54 +02:00
3502be2826 Adapt to c++utilities v5 2019-04-20 02:43:26 +02:00
9e51708da1 Add detection of ANDROID_APK_TOOLCHAIN_VERSION for 32-bit ARM 2019-03-03 21:43:41 +01:00
8741195cfe Remove libdir before invoking androiddeployqt
Otherwise it might fail to remove that directory on
its own. (Likely after some subdirectory has accidently
been added.)
2019-02-23 13:51:00 +01:00
9dd033996a Fix bundling unnecessary files into APK
So not the entire share folder is bundles. And QML
paths are also not required here (although they contain
come plugin SO files).

There are still unnecessary plugins bundles, though.
2019-02-23 13:48:20 +01:00
12d6ab446e Improve appearance of about dialog 2019-02-17 23:38:16 +01:00
da00c5ada7 about dialog: Allow rich text with links as creator 2019-02-17 23:37:46 +01:00
71cca64360 Bump version 2019-02-17 17:04:33 +01:00
190e58fe67 Apply cmake-format 2019-02-06 17:32:10 +01:00
72d642c892 Allow to specify variables for making APK
So when those variables can not be detected they can at least
be specified manually as command line arguments.
2019-02-03 23:53:22 +01:00
bce8483c15 Update translations 2018-12-22 03:00:24 +01:00
c24d5c5949 Ensure libs from current build get bundled into APK 2018-12-22 02:11:08 +01:00
4ab91f33c0 Add --verbose option to androiddeployqt 2018-12-22 02:10:11 +01:00
dbb9dfec57 Adjust output directory of APK for Qt 5.12.0 2018-12-22 02:09:43 +01:00
3a1af588ce Fix condition to apply qqc2 style 2018-12-15 23:54:00 +01:00
4ed713e6a0 Simplify code for setting widgets style 2018-12-15 23:53:20 +01:00
b7b4467326 Use braces for #if defined(...) 2018-12-08 19:08:42 +01:00
a97906360f Rebuild APK when modifying contents of android subdir
Still does not work when files get added or removed, though
2018-12-08 19:07:54 +01:00
86a84dd3cf Reduce indentation in QtLinkage CMake module 2018-12-05 15:24:04 +01:00
e7b3ec67c5 APK: Handle Qt being configured with custom paths 2018-12-02 21:44:20 +01:00
0bee777a04 APK: Allow forcing debug mode if otherwise in release mode 2018-12-02 21:44:20 +01:00
d61c3b86bd APK: Fix detection for toolchain version when using Clang 2018-12-02 21:44:20 +01:00
530d61fc41 APK: Add check for SDK/NDK path 2018-12-02 21:37:57 +01:00
3369ff8f6c Improve configuration for platform specific capslock detection
* Allow to turn the feature completely off
* Don't use the define unnecessarily in the entire project
2018-10-17 17:37:37 +02:00
6017dbf13b Remove required_icons.sh (replaced by findicons) 2018-10-15 17:44:59 +02:00
8dc2956edf Use override 2018-10-10 21:12:58 +02:00
041c05555f Add toVariantList()/applyVariantList() to ChecklistModel
This makes (de)serializing the state easier when not using
QSettings.
2018-10-10 20:56:46 +02:00
Marius Kittler
36f3c71a66 Make use of ChecklistModel more convenient 2018-10-10 17:47:57 +02:00
390716a330 Allow to sign release APKs 2018-09-18 22:41:28 +02:00
d607cb046e Apply default QQC2 style also when quick-gui arg not present
So it works also under Android (where the usual argument parsing
might not be applied).
2018-09-18 21:49:20 +02:00
881ed0a2cb Add module to create Android APK using androiddeployqt 2018-09-16 00:38:46 +02:00
90ee0c6519 Always link against Qt Qml when Qt Quick GUI enabled 2018-08-31 22:45:24 +02:00
8684451843 Find icons in QML files 2018-08-31 22:44:37 +02:00
e41326fede Sort required icons 2018-08-31 22:44:12 +02:00
e12c60b594 Reduce padding of QtSettingsData 2018-08-12 22:12:16 +02:00
7111dddc5c Adapt PaletteEditor to our coding style 2018-08-12 22:10:31 +02:00
Marius Kittler
fa53b13f73 Fix typo occured -> occurred 2018-07-23 14:45:16 +02:00
c6af8c762e Fix setting default QQC2 style 2018-07-15 19:44:35 +02:00
Marius Kittler
beb0ddcb77 Don't enable D-Bus notification under Android by default 2018-07-13 14:36:00 +02:00