Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Twinkle 1.10.2 | Lubos Dolezel | 2019-02-14 | -2/+2 |
| | ||||
* | Release 1.10.1 | Lubos Dolezel | 2016-10-07 | -2/+2 |
| | ||||
* | Have CMake check for Ucommon before Commoncpp | Frédéric Brière | 2016-10-03 | -1/+1 |
| | | | | | | | | | | Failure to install uCommon C++ will result in the message "Could NOT find commoncpp development files". This could be confusing, as "commoncpp" may ambiguously refer to either Common C++ (commoncpp2) or uCommon C++ (libcommoncpp). By checking for Ucommon first, the resulting message will be: "Could NOT find ucommon development files", which is clearly unambiguous. | |||
* | Twinkle 1.10.0 | Luboš Doležel | 2016-07-15 | -2/+2 |
| | ||||
* | Port to QtQuick, drop Qt 4 support (resolves #52) | Lubos Dolezel | 2016-01-11 | -18/+6 |
| | ||||
* | Add a simple manual page generated with help2man (fixes #24) | Lubos Dolezel | 2016-01-03 | -0/+3 |
| | ||||
* | Install icons into respective directories in $PREFIX/share/icons (fixes #47) | Lubos Dolezel | 2016-01-03 | -0/+16 |
| | ||||
* | Include <sys/socket.h> when detecting <linux/errqueue.h> | Peter Colberg | 2015-12-30 | -1/+1 |
| | | | | This is consistent with the actual use in `src/sockets/socket.cpp`. | |||
* | Fix detection of <linux/errqueue.h> | Peter Colberg | 2015-12-30 | -1/+2 |
| | | | | Linux ≥ 3.17 requires the definition of `struct timespec`. | |||
* | Add option WITH_GSM to use external gsm library | Peter Colberg | 2015-12-29 | -0/+13 |
| | | | | This permits distributions to build against a packaged gsm library. | |||
* | Set 1.9.0 release date to July 10, 2015 | Lubos Dolezel | 2015-07-10 | -1/+1 |
| | ||||
* | Replaced Boost regex dependency with C++11 regex | Luboš Doležel | 2015-07-04 | -2/+1 |
| | ||||
* | Mark G729 support as complete | Lubos Dolezel | 2015-06-21 | -1/+1 |
| | ||||
* | Add a cmake check for bcg729 (issue #15) | Lubos Dolezel | 2015-06-15 | -0/+15 |
| | ||||
* | Added OSD with mute and hangup buttons (resolves #10) | Lubos Dolezel | 2015-06-08 | -6/+8 |
| | ||||
* | Remove hardcoded compiler debugging options | Michal Kubecek | 2015-06-05 | -1/+1 |
| | | | | Accidentally inserted by commit 83682370bdf2 | |||
* | Visual DTMF feedback, clipboard support (fixes #4 and #5) | Lubos Dolezel | 2015-06-05 | -1/+1 |
| | ||||
* | Qt 5 now supported | Lubos Dolezel | 2015-06-04 | -4/+22 |
| | ||||
* | Application fully ported to Qt4 (no Qt3Support used any more) | Lubos Dolezel | 2015-06-04 | -1/+1 |
| | ||||
* | Fix CMakeLists.txt to always include all required dependencies | Lubos Dolezel | 2015-06-04 | -33/+3 |
| | ||||
* | Document WITH_ALSA; allow user to enable Diamondcard integration | Lubos Dolezel | 2015-06-03 | -3/+5 |
| | ||||
* | Implemented sorting in the address book | Lubos Dolezel | 2015-06-02 | -0/+1 |
| | ||||
* | Removed old build system | Lubos Dolezel | 2015-06-02 | -0/+6 |
| | | | | twinkle.desktop is now installed | |||
* | Fixed optional feature enabling | Lubos Dolezel | 2015-06-02 | -1/+14 |
| | | | | | Hide Diamondcard support Other fixes | |||
* | Twinkle now compiles with Qt4 uic, but crashes at runtime (due to GUI calls ↵ | Lubos Dolezel | 2015-06-02 | -12/+10 |
| | | | | from outside the main thread) | |||
* | GUI build in progress. | Lubos Dolezel | 2015-06-01 | -2/+3 |
| | | | | The next step is to adapt .ui.h files to use Qt4 UIC-generated headers. | |||
* | Console CMake build now complete | Lubos Dolezel | 2015-06-01 | -2/+16 |
| | ||||
* | Many submodules building (no gui yet), with link-time errors | Lubos Dolezel | 2015-06-01 | -0/+65 |
| | ||||
* | Added initial CMakeLists.txt, searching for dependencies (zrtp, ilbc, speex) | Lubos Dolezel | 2015-06-01 | -0/+40 |