Age | Commit message (Collapse) | Author |
|
It was impossible to select and load translations properly.
|
|
* System, Java and CPU architecture (either 32 or 64).
* Java version.
* System memory size in MB.
* Java min/max heap size in MB.
|
|
|
|
|
|
Instead of just checking if the new version started, make sure
it is able to write its IPC key to a file and then use the key
to connect to the process.
|
|
|
|
|
|
FIXME: remove all globals.
|
|
Prevents crash bugs...
|
|
|
|
* Always create main window.
* Properly handle netowrk manager - it was created twice, leading to potential crashes.
|
|
This allows adding images and other bits and pieces to themes.
|
|
Files you can customize are created in themes/custom/
|
|
false
|
|
|
|
Same style, different colors.
|
|
|
|
|
|
Using QDir(dataPath).absolutePath() for the path
|
|
|
|
|
|
instance application.
|
|
|
|
|
|
opened"
This reverts commit 2597bde4f9df5409371da55beabb0f695b853aa3.
|
|
This reverts commit 049317093629f9a24ccec93df4449ce44b83c35e.
|
|
|
|
|
|
|
|
Themes now include Qt styles.
|
|
|
|
|
|
Just running the Java process and giving it params on the command line
|
|
command line output gets printed there
|
|
This was caused by separation of GUI and logic. Now logic has an interface that GUI implements.
It should be expanded upon later.
|
|
|
|
|
|
|
|
|
|
|
|
Essentially do not pass some environment variables to subprocesses:
* LD_PRELOAD
* LD_LIBRARY_PATH
* LD_DEBUG
* QT_PLUGIN_PATH
* QT_FONTPATH
|
|
|
|
|
|
(notifications.json) paths.
|
|
|
|
|
|
|
|
|
|
|
|
|