Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Print more information on unhandled exceptions | Lubos Dolezel | 2015-07-23 | -0/+18 |
| | ||||
* | Remember OSD/popup location (resolves #16) | Lubos Dolezel | 2015-06-11 | -0/+6 |
| | ||||
* | Correct system tray icon behavior (fixes #1) | Lubos Dolezel | 2015-06-05 | -0/+2 |
| | ||||
* | Qt 5 now supported | Lubos Dolezel | 2015-06-04 | -28/+36 |
| | ||||
* | Application fully ported to Qt4 (no Qt3Support used any more) | Lubos Dolezel | 2015-06-04 | -19/+19 |
| | ||||
* | Localization now builds, installs and loads | Lubos Dolezel | 2015-06-02 | -1/+6 |
| | ||||
* | Ported Q3Process and Q3ProgressDialog | Lubos Dolezel | 2015-06-02 | -1/+0 |
| | ||||
* | make passed argc reference persistent | Michal Kubecek | 2015-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 safety | Michal Kubecek | 2015-04-15 | -5/+5 |
| | | | | Fix various type check errors. | |||
* | Qt4 port step 2: apply qt3toqt4 | Michal Kubecek | 2015-04-15 | -5/+5 |
| | ||||
* | initial checkin | Michal Kubecek | 2015-04-13 | -0/+1201 |
Check in contents of upstream 1.4.2 tarball, exclude generated files. |