summaryrefslogtreecommitdiffstats
path: root/src/gui/syssettingsform.h
Commit message (Collapse)AuthorAgeLines
* Add an option to prevent an idle session while a call is in progressFrédéric Brière2019-07-13-0/+1
| | | | | | | | | Having the session marked as idle while a call is in progress could trigger certain actions (such as locking the screen, logging out automatically, or suspending the system) which could be undesirable in this situation. Closes #123
* Application fully ported to Qt4 (no Qt3Support used any more)Lubos Dolezel2015-06-04-1/+1
|
* Twinkle now compiles with Qt4 uic, but crashes at runtime (due to GUI calls ↵Lubos Dolezel2015-06-02-0/+53
from outside the main thread)