summaryrefslogtreecommitdiffstats
path: root/src/gui/main.cpp
Commit message (Collapse)AuthorAgeLines
* Fix spellingPeter Colberg2015-12-30-3/+3
|
* Rename the qtranslator variable to appTranslator to avoid confusion with ↵Lubos Dolezel2015-12-30-9/+9
| | | | qtTranslator
* Unbreak build broken in #40Lubos Dolezel2015-12-30-3/+1
|
* Qt strings are untranslatedglixx2015-12-30-0/+8
| | | https://github.com/LubosD/twinkle/issues/27
* Print more information on unhandled exceptionsLubos Dolezel2015-07-23-0/+18
|
* 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.