Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge pull request #154 from fbriere/feature/inhibit-idle-session | Luboš Doležel | 2020-02-23 | -0/+8 |
|\ | | | | | 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/+8 |
| | | | | | | | | | | | | | | | | | | 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 Slovak translation | Jose Riha | 2020-02-19 | -0/+1 |
|/ | ||||
* | Port to QtQuick, drop Qt 4 support (resolves #52) | Lubos Dolezel | 2016-01-11 | -18/+1 |
| | ||||
* | Add cmake variable for common libraries | Peter Colberg | 2015-12-29 | -4/+1 |
| | ||||
* | Add cmake variable for common objects | Peter Colberg | 2015-12-29 | -14/+1 |
| | ||||
* | Replaced Boost regex dependency with C++11 regex | Luboš Doležel | 2015-07-04 | -1/+1 |
| | ||||
* | Added G729A decoder/encoder wrappers (issue #15) | Lubos Dolezel | 2015-06-15 | -1/+1 |
| | ||||
* | Added incoming call popup (resolves #14) | Lubos Dolezel | 2015-06-10 | -0/+1 |
| | ||||
* | Added OSD with mute and hangup buttons (resolves #10) | Lubos Dolezel | 2015-06-08 | -4/+5 |
| | ||||
* | Qt 5 now supported | Lubos Dolezel | 2015-06-04 | -45/+34 |
| | ||||
* | Application fully ported to Qt4 (no Qt3Support used any more) | Lubos Dolezel | 2015-06-04 | -2/+1 |
| | ||||
* | historyform ported to Qt4 | Lubos Dolezel | 2015-06-03 | -2/+0 |
| | ||||
* | Ported getaddressform to Qt4 | Lubos Dolezel | 2015-06-02 | -2/+2 |
| | ||||
* | Localization now builds, installs and loads | Lubos Dolezel | 2015-06-02 | -0/+11 |
| | ||||
* | Fixed optional feature enabling | Lubos Dolezel | 2015-06-02 | -1/+1 |
| | | | | | Hide Diamondcard support Other fixes | |||
* | Twinkle now compiles with Qt4 uic, but crashes at runtime (due to GUI calls ↵ | Lubos Dolezel | 2015-06-02 | -5/+43 |
| | | | | from outside the main thread) | |||
* | GUI build in progress. | Lubos Dolezel | 2015-06-01 | -0/+103 |
The next step is to adapt .ui.h files to use Qt4 UIC-generated headers. |