Conversation
Remove dependency on widgets module
Popup size is now equal to minimum size of the window
QT_QMAKE_EXECUTABLE is only defined in QtCreator
This is more explicit and consistent with the quick-controls-conf command. File name is checked to be qhot-profile.json
By default item is stretched to the window size, otherwise window resizes to the loaded item. Remove Shortcut F3, wasn't working anymore
|
Are you willing to include these features? |
|
Hi @Jeruntu, I'm tremendous sorry for the delay to answer and review your PR! Will do it today. |
qml/main.qml
Outdated
|
|
||
| import QtGraphicalEffects 1.0 | ||
|
|
||
| import QtQml.Models 2.2 |
There was a problem hiding this comment.
They are necessary for windows deployment, without it the *deployqt binaries will not provide the necessary files to execute run these libraries.
| @@ -0,0 +1,88 @@ | |||
| # This file is used to ignore files which are generated | |||
There was a problem hiding this comment.
this file contains a bunch of stuff that should not exist in this project, I think that is not a good idea to have it.
README.md
Outdated
|
|
||
| - **F1** Launch popup to change background | ||
| - **F2** Toggles visibility: maximized, full screen, back to default | ||
| - **F3** After changing window size, reset window to loaded component size |
There was a problem hiding this comment.
From the code they are ALT+F1, since ALT+F1 is a common shortcut between window managers, I believe that we should change the code to use only F1, F2 and etc.
|
Hi @Jeruntu I fixed mostly of the commits and they are in master branch already, the visibility and stretch functionalities are still not there, since they need a bit of rebase and logic update to work with the master branch now, but I can do that in the next weekend if you don't do it until there. |
1bdfa80 to
8b04a99
Compare
Features
It is long list and there are other small changes. Let me know if you would like to split it into smaller PR's.