Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge pull request #148 from fbriere/feature/disable-incoming-call-popup | Luboš Doležel | 2020-02-23 | -0/+15 |
|\ | | | | | Add configuration option to disable incoming call popup window | |||
| * | Add configuration option to disable incoming call popup window | Frédéric Brière | 2019-06-30 | -0/+15 |
| | | | | | | | | Closes #126 | |||
* | | Use a mutex in all t_sys_settings getters/setters, even bool | Frédéric Brière | 2019-07-03 | -2/+2 |
|/ | | | | | | | | | | Despite what one might intuitively expect, the C++ standard does not make any guarantee about fundamental types being atomic, not even bool. (In fact, it explicitly mentions the existence of std::atomic<bool> for that purpose.) See https://stackoverflow.com/a/35226186 for more details about this subject. | |||
* | 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 | |||
* | Crash fixes | Lubos Dolezel | 2015-07-28 | -6/+6 |
| | ||||
* | Changed website in about dialog | Lubos Dolezel | 2015-07-13 | -1/+1 |
| | ||||
* | Further work on G.729A integration (issue #15) | Lubos Dolezel | 2015-06-15 | -0/+9 |
| | ||||
* | Added OSD with mute and hangup buttons (resolves #10) | Lubos Dolezel | 2015-06-08 | -0/+15 |
| | ||||
* | historyform ported to Qt4 | Lubos Dolezel | 2015-06-03 | -1/+1 |
| | ||||
* | replace common C++ by GNU uCommon/commoncpp | Michal Kubecek | 2015-04-13 | -1/+1 |
| | | | | Also requires version 2 of libccrtp and libzrtpcpp. | |||
* | initial checkin | Michal Kubecek | 2015-04-13 | -0/+2048 |
Check in contents of upstream 1.4.2 tarball, exclude generated files. |