Commit Graph

287 Commits

Author SHA1 Message Date
TheAssassin 43c69b060a Update README.md continuous 2020-12-29 02:42:51 +01:00
TheAssassin 5ade129a31 Merge pull request #85 from mnesarco/master
Added Qt6 support
2020-12-29 02:36:08 +01:00
Frank D. Martinez M 271d4ccfc9 Fix CamelCase 2020-12-28 18:17:36 -05:00
Frank D. Martinez M c260677976 Remove default qt version value 2020-12-27 17:59:24 -05:00
Frank D. Martinez M 63271d9a74 Throw exception if Qt version is unsupported 2020-12-27 17:56:02 -05:00
Frank D. Martinez M a0eaec1cf8 Fix c++ style 2020-12-27 17:34:29 -05:00
Frank D. Martinez M 87bc4b91ce Update README 2020-12-27 16:25:51 -05:00
Frank D. Martinez M 4a6e8becc0 Autodetect Qt version 2020-12-27 16:20:05 -05:00
Frank D. Martinez M 2898217d2c Added Qt6 support 2020-12-25 20:00:42 -05:00
TheAssassin 222c61461d Update CMake binaries URLs 2020-12-11 13:01:46 +01:00
TheAssassin 49dc10da1e Switch to GitHub actions 2020-12-11 13:01:46 +01:00
TheAssassin 869b4dc7c4 Update ignore patterns 2020-12-11 13:01:46 +01:00
TheAssassin 5f8bb819cc Merge pull request #80 from igor-sirotin/bugfix/qml-import-paths
Fixed QML imports paths order.
2020-12-04 16:09:37 +01:00
Igor Sirotin 44c1801c72 Merge remote-tracking branch 'remotes/origin/master' into bugfix/qml-import-paths 2020-12-04 10:37:33 +03:00
TheAssassin 7bc917177d Switch to CentOS 7 2020-12-04 02:36:19 +01:00
Igor Sirotin f4450743ae Fixed QML imports paths order.
* InstallQmlPath is now prepended to QML imports instead of appending
* Mentioned this fact in README
2020-12-03 20:36:34 +03:00
TheAssassin f292cc79ab Merge pull request #77 from Guiguiprim/add-3drender
Add 3DRender in modules list (issue #76)
2020-09-09 11:10:32 +02:00
gvallat 56f4194d23 Add 3DRender in modules list 2020-09-08 10:34:32 +02:00
TheAssassin 8c9040e5de Merge pull request #71 from samshawelmtek/master
Relative Path for QML files
2020-07-07 03:02:51 +02:00
Shaw, Samuel 7bc81ef559 Relative Path for QML files
Calculate the relative path to the imported QML file without resolving
symlinks. The path should be resolved lexically.
2020-07-06 07:56:43 +08:00
TheAssassin 4b43bc5d13 Fix deployment of texttospeech plugins
Thanks @julonexus for the hint!

Fixes #70.
2020-06-15 17:58:07 +02:00
TheAssassin 230cdb37c3 Add support for texttospeech plugins deployment
Closes #70.
2020-06-15 17:11:50 +02:00
TheAssassin c370ffac77 Merge pull request #67 from realnc/remove-xdg-qpa
Don't export QT_QPA_PLATFORMTHEME=xdgdesktopportal in the hook script
2020-03-30 01:58:42 +02:00
Nikos Chantziaras 808c206559 Don't export QT_QPA_PLATFORMTHEME=xdgdesktopportal in the hook script
It seems there's distros out there where this plugin doesn't work at all
and prevents the application from opening any file dialogs.
2020-03-22 18:01:48 +02:00
TheAssassin bae08f8592 Merge pull request #63 from realnc/improve-hook-script
Add gtk3 and xdgdesktopportal in apprun hook
2020-02-15 16:10:29 +01:00