Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | 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. |