summaryrefslogtreecommitdiffstats
path: root/src/gui/syssettingsform.ui
Commit message (Collapse)AuthorAgeLines
* Merge pull request #154 from fbriere/feature/inhibit-idle-sessionLuboš Doležel2020-02-23-0/+13
|\ | | | | Add an option to prevent an idle session while a call is in progress
| * Add an option to prevent an idle session while a call is in progressFrédéric Brière2019-07-13-0/+13
| | | | | | | | | | | | | | | | | | 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
* | Add configuration option to disable incoming call popup windowFrédéric Brière2019-06-30-1/+14
|/ | | | Closes #126
* Added OSD with mute and hangup buttons (resolves #10)Lubos Dolezel2015-06-08-8/+15
|
* Fix a small UI glitch in system settingsLubos Dolezel2015-06-04-21/+21
|
* Add more playback & recording periods, seems to be needed for PulseAudioLubos Dolezel2015-06-04-9/+49
|
* syssettingsform ported to Qt4Lubos Dolezel2015-06-03-1561/+1781
|
* 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-8/+8
| | | | from outside the main thread)
* GUI build in progress.Lubos Dolezel2015-06-01-1699/+1482
| | | | The next step is to adapt .ui.h files to use Qt4 UIC-generated headers.
* initial checkinMichal Kubecek2015-04-13-0/+1854
Check in contents of upstream 1.4.2 tarball, exclude generated files.