Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add a "Show/Hide window" entry to the systray icon menu | Frédéric Brière | 2019-06-30 | -0/+11 |
| | | | | | | | | | It's customary for applications embedding themselves in the system tray to offer a "Show/Hide window" menu entry on right-click, even for those applications which offer the same functionality via a single left-click. (Thanks to qBittorrent for the idea of using QMenu::aboutToShow to update the label of this menu entry.) | |||
* | Save window state/geometry, incl. main splitter (resolves #7) | Lubos Dolezel | 2015-06-11 | -2/+2 |
| | ||||
* | Re-added missing icon for main window | Lubos Dolezel | 2015-06-04 | -1/+5 |
| | ||||
* | Qt 5 now supported | Lubos Dolezel | 2015-06-04 | -28/+28 |
| | ||||
* | Application fully ported to Qt4 (no Qt3Support used any more) | Lubos Dolezel | 2015-06-04 | -106/+113 |
| | ||||
* | Fixed optional feature enabling | Lubos Dolezel | 2015-06-02 | -1/+1 |
| | | | | | Hide Diamondcard support Other fixes | |||
* | Twinkle now compiles with Qt4 uic, but crashes at runtime (due to GUI calls ↵ | Lubos Dolezel | 2015-06-02 | -2108/+2479 |
| | | | | from outside the main thread) | |||
* | GUI build in progress. | Lubos Dolezel | 2015-06-01 | -2677/+1955 |
| | | | | The next step is to adapt .ui.h files to use Qt4 UIC-generated headers. | |||
* | Qt4 port step 8: disable buddy list tooltip | Michal Kubecek | 2015-04-15 | -1/+0 |
| | | | | This will need rewriting to event handler. Disable for now. | |||
* | Qt4 port step 4: add missing forward declarations | Michal Kubecek | 2015-04-15 | -0/+1 |
| | ||||
* | Qt4 port step 3: hide cursor properties temporarily | Michal Kubecek | 2015-04-15 | -36/+36 |
| | | | | | Qt4 doesn't seem to process them in 3.3. ui files correctly. Disable them until ui files are converted to native Qt4. | |||
* | initial checkin | Michal Kubecek | 2015-04-13 | -0/+2851 |
Check in contents of upstream 1.4.2 tarball, exclude generated files. |