summaryrefslogtreecommitdiffstats
path: root/src/gui/mphoneform.ui
Commit message (Collapse)AuthorAgeLines
* Set the windowTitle property of callToolbarFrédéric Brière2020-03-30-0/+3
| | | | | | | The window title of a toolbar is displayed in the default context menu of the main window. Closes #195
* Add a "Show/Hide window" entry to the systray icon menuFrédéric Brière2019-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 Dolezel2015-06-11-2/+2
|
* Re-added missing icon for main windowLubos Dolezel2015-06-04-1/+5
|
* Qt 5 now supportedLubos Dolezel2015-06-04-28/+28
|
* Application fully ported to Qt4 (no Qt3Support used any more)Lubos Dolezel2015-06-04-106/+113
|
* Fixed optional feature enablingLubos Dolezel2015-06-02-1/+1
| | | | | Hide Diamondcard support Other fixes
* Twinkle now compiles with Qt4 uic, but crashes at runtime (due to GUI calls ↵Lubos Dolezel2015-06-02-2108/+2479
| | | | from outside the main thread)
* GUI build in progress.Lubos Dolezel2015-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 tooltipMichal Kubecek2015-04-15-1/+0
| | | | This will need rewriting to event handler. Disable for now.
* Qt4 port step 4: add missing forward declarationsMichal Kubecek2015-04-15-0/+1
|
* Qt4 port step 3: hide cursor properties temporarilyMichal Kubecek2015-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 checkinMichal Kubecek2015-04-13-0/+2851
Check in contents of upstream 1.4.2 tarball, exclude generated files.