summaryrefslogtreecommitdiffstats
path: root/src/gui/main.cpp
Commit message (Collapse)AuthorAgeLines
* Remember OSD/popup location (resolves #16)Lubos Dolezel2015-06-11-0/+6
|
* Correct system tray icon behavior (fixes #1)Lubos Dolezel2015-06-05-0/+2
|
* Qt 5 now supportedLubos Dolezel2015-06-04-28/+36
|
* Application fully ported to Qt4 (no Qt3Support used any more)Lubos Dolezel2015-06-04-19/+19
|
* Localization now builds, installs and loadsLubos Dolezel2015-06-02-1/+6
|
* Ported Q3Process and Q3ProgressDialogLubos Dolezel2015-06-02-1/+0
|
* make passed argc reference persistentMichal Kubecek2015-04-15-1/+1
| | | | | | Qt documentation states that argc passed to QApplication constructor (by reference) must exist for the whole lifetime of the QApplication object. This was not the case in create_user_interface().
* Qt4 port step 5: type safetyMichal Kubecek2015-04-15-5/+5
| | | | Fix various type check errors.
* Qt4 port step 2: apply qt3toqt4Michal Kubecek2015-04-15-5/+5
|
* initial checkinMichal Kubecek2015-04-13-0/+1201
Check in contents of upstream 1.4.2 tarball, exclude generated files.