summaryrefslogtreecommitdiffstats
path: root/src/gui/main.cpp
Commit message (Collapse)AuthorAgeLines
* 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.