summaryrefslogtreecommitdiffstats
path: root/src/gui/CMakeLists.txt
Commit message (Collapse)AuthorAgeLines
* Port to QtQuick, drop Qt 4 support (resolves #52)Lubos Dolezel2016-01-11-18/+1
|
* Add cmake variable for common librariesPeter Colberg2015-12-29-4/+1
|
* Add cmake variable for common objectsPeter Colberg2015-12-29-14/+1
|
* Replaced Boost regex dependency with C++11 regexLuboš Doležel2015-07-04-1/+1
|
* Added G729A decoder/encoder wrappers (issue #15)Lubos Dolezel2015-06-15-1/+1
|
* Added incoming call popup (resolves #14)Lubos Dolezel2015-06-10-0/+1
|
* Added OSD with mute and hangup buttons (resolves #10)Lubos Dolezel2015-06-08-4/+5
|
* Qt 5 now supportedLubos Dolezel2015-06-04-45/+34
|
* Application fully ported to Qt4 (no Qt3Support used any more)Lubos Dolezel2015-06-04-2/+1
|
* historyform ported to Qt4Lubos Dolezel2015-06-03-2/+0
|
* Ported getaddressform to Qt4Lubos Dolezel2015-06-02-2/+2
|
* Localization now builds, installs and loadsLubos Dolezel2015-06-02-0/+11
|
* 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-5/+43
| | | | from outside the main thread)
* GUI build in progress.Lubos Dolezel2015-06-01-0/+103
The next step is to adapt .ui.h files to use Qt4 UIC-generated headers.