summaryrefslogtreecommitdiffstats
path: root/src/userintf.h
Commit message (Collapse)AuthorAgeLines
* Make Readline non-blocking: Use a self-pipe to break the Readline loopFrédéric Brière2019-06-29-0/+1
| | | | | | | | | | Now that we are no longer blocking on Readline calls, we can set up a self-pipe that will let us break out of the Readline loop upon receiving a "quit" command on our local socket, thus (finally) fixing issue #143. (Thanks to https://stackoverflow.com/a/27662212 for the tip!) Fixes #143
* 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
* DTMF event type cleanupMichal Kubecek2016-05-20-4/+4
| | | | | | | DTMF event constants handling is a bit messy as three different types are used in different source files, triggering various compiler warnings. Introduce t_dtmf_ev type and use it everywhere, also replace helper macros by inline functions.
* Move some possibly blocking ops into userintf.cpp event queue (#17)Lubos Dolezel2015-07-07-0/+3
|
* historyform ported to Qt4Lubos Dolezel2015-06-03-1/+1
|
* initial checkinMichal Kubecek2015-04-13-0/+446
Check in contents of upstream 1.4.2 tarball, exclude generated files.