summaryrefslogtreecommitdiffstats
path: root/src/gui/mphoneform.h
Commit message (Collapse)AuthorAgeLines
* Add a "Show/Hide window" entry to the systray icon menuFrédéric Brière2019-06-30-0/+2
| | | | | | | | | 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.)
* Fix couple of warningsPalo Kisa2016-03-21-2/+2
|
* Added incoming call popup (resolves #14)Lubos Dolezel2015-06-10-0/+2
|
* Added OSD with mute and hangup buttons (resolves #10)Lubos Dolezel2015-06-08-1/+8
|
* Correct system tray icon behavior (fixes #1)Lubos Dolezel2015-06-05-1/+3
|
* Application fully ported to Qt4 (no Qt3Support used any more)Lubos Dolezel2015-06-04-15/+15
|
* Twinkle now compiles with Qt4 uic, but crashes at runtime (due to GUI calls ↵Lubos Dolezel2015-06-02-0/+206
from outside the main thread)