Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge pull request #154 from fbriere/feature/inhibit-idle-session | Luboš Doležel | 2020-02-23 | -0/+17 |
|\ | | | | | 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 progress | Frédéric Brière | 2019-07-13 | -0/+17 |
| | | | | | | | | | | | | | | | | | | 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 window | Frédéric Brière | 2019-06-30 | -0/+6 |
|/ | | | | Closes #126 | |||
* | Include <QRegExpValidator> explicitly | Michal Kubecek | 2018-06-06 | -0/+1 |
| | | | | | | | Since Qt 5.11, generated ui_getprofilename.h no longer includes QHeaderView which breaks the chain that included qvalidator.h in getprofilename.cpp. As it feels rather fragile to rely on such indirect includes, let's include <QRegExpValidator> explicitly in each file using QRegExpValidator class. | |||
* | Replace (old) FSF postal address with URL in header files | Frédéric Brière | 2016-10-02 | -2/+1 |
| | | | | | | Wording copied from https://www.gnu.org/licenses/gpl-howto.en.html Fixes #25, fixes #71 | |||
* | Fix the selection of enabled startup profiles (fixes #30) | Lubos Dolezel | 2016-01-03 | -1/+2 |
| | ||||
* | Added OSD with mute and hangup buttons (resolves #10) | Lubos Dolezel | 2015-06-08 | -0/+3 |
| | ||||
* | Application fully ported to Qt4 (no Qt3Support used any more) | Lubos Dolezel | 2015-06-04 | -37/+37 |
| | ||||
* | syssettingsform ported to Qt4 | Lubos Dolezel | 2015-06-03 | -45/+39 |
| | ||||
* | Twinkle now compiles with Qt4 uic, but crashes at runtime (due to GUI calls ↵ | Lubos Dolezel | 2015-06-02 | -0/+528 |
from outside the main thread) |