summaryrefslogtreecommitdiffstats
path: root/src/sys_settings.cpp
Commit message (Collapse)AuthorAgeLines
* Merge branch 'master' into jackaudiojackaudioThomas Groman2020-09-21-2/+38
|\
| * Merge pull request #154 from fbriere/feature/inhibit-idle-sessionLuboš Doležel2020-02-23-0/+21
| |\ | | | | | | 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 progressFrédéric Brière2019-07-13-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | Merge pull request #148 from fbriere/feature/disable-incoming-call-popupLuboš Doležel2020-02-23-0/+15
| |\ \ | | | | | | | | Add configuration option to disable incoming call popup window
| | * | Add configuration option to disable incoming call popup windowFrédéric Brière2019-06-30-0/+15
| | |/ | | | | | | | | | Closes #126
| * / Use a mutex in all t_sys_settings getters/setters, even boolFrédéric Brière2019-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.
* / added initial framework to hold jack codeThomas Groman2019-10-27-0/+9
|/
* Replace (old) FSF postal address with URL in header filesFrédéric Brière2016-10-02-2/+1
| | | | | | Wording copied from https://www.gnu.org/licenses/gpl-howto.en.html Fixes #25, fixes #71
* Crash fixesLubos Dolezel2015-07-28-6/+6
|
* Changed website in about dialogLubos Dolezel2015-07-13-1/+1
|
* Further work on G.729A integration (issue #15)Lubos Dolezel2015-06-15-0/+9
|
* Added OSD with mute and hangup buttons (resolves #10)Lubos Dolezel2015-06-08-0/+15
|
* historyform ported to Qt4Lubos Dolezel2015-06-03-1/+1
|
* replace common C++ by GNU uCommon/commoncppMichal Kubecek2015-04-13-1/+1
| | | | Also requires version 2 of libccrtp and libzrtpcpp.
* initial checkinMichal Kubecek2015-04-13-0/+2048
Check in contents of upstream 1.4.2 tarball, exclude generated files.