summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeLines
* Merge pull request #144 from fbriere/issue/143-readline-blocks-cmd-quitLuboš Doležel2020-02-23-17/+93
|\
| * Make Readline non-blocking: Use a self-pipe to break the Readline loopFrédéric Brière2019-06-29-0/+32
| * Make Readline non-blocking: Wrap select(2) around Readline callFrédéric Brière2019-06-29-1/+23
| * Make Readline non-blocking: Relay SIGWINCH to ReadlineFrédéric Brière2019-06-29-0/+16
| * Make Readline non-blocking: Use Readline's callback interfaceFrédéric Brière2019-06-29-19/+25
* | Merge pull request #158 from 4-FLOSS-Free-Libre-Open-Source-Software/patch-1Luboš Doležel2020-02-23-2/+21
|\ \
| * | Add twinkle-console option --sip-port --rtp-port4-FLOSS-Free-Libre-Open-Source-Software2019-07-19-2/+21
| |/
* | Merge pull request #150 from fbriere/issue/88-mutex-lock-failedLuboš Doležel2020-02-23-2/+8
|\ \
| * | Prevent recursive locking of phone_users_mtx in add_phone_user()Frédéric Brière2019-07-03-2/+8
| |/
* | Merge pull request #160 from 4-FLOSS-Free-Libre-Open-Source-Software/patch-2Luboš Doležel2020-02-23-1/+1
|\ \
| * | resolve nat_public_ip hostname for dyndns to work4-FLOSS-Free-Libre-Open-Source-Software2019-08-01-1/+1
| |/
* | Merge pull request #166 from fbriere/issue/165-deadlocks-simpleLuboš Doležel2020-02-23-3/+1
|\ \
| * | Make `t_phone::mutex_3way` recursive to avoid a deadlockFrédéric Brière2019-10-02-1/+1
| * | Remove duplicate mutex lock in `t_phone::end_call()`Frédéric Brière2019-10-02-2/+0
| |/
* | Merge pull request #185 from 4-FLOSS-Free-Libre-Open-Source-Software/patch-3Luboš Doležel2020-02-23-1/+1
|\ \
| * | let gui set MAX_PTIME cutoff 80ms4-FLOSS-Free-Libre-Open-Source-Software2020-01-21-1/+1
| |/
* | Update and fix Czech and Slovak translationsJose Riha2020-02-22-45/+134
* | Run lupdate on lang filesJose Riha2020-02-21-274/+808
* | Fix spelling errorsJose Riha2020-02-20-66/+66
* | Merge pull request #188 from jose1711/sk_translationLuboš Doležel2020-02-20-0/+5819
|\ \
| * | Add Slovak translationJose Riha2020-02-19-0/+5819
| |/
* / Fix typos in Czech translationJose Riha2020-02-19-23/+23
|/
* Change the address of the manual until we have our own up and runningLubos Dolezel2019-06-17-1/+1
* Case insensivity in WWW-Authenticate headerJan Schlüter2019-04-08-1/+1
* audio: Fix parameter setting failure with alsa v1.1.7Palo Kisa2018-11-29-5/+3
* Update Russian translationglixx2018-10-11-87/+324
* Include <QRegExpValidator> explicitlyMichal Kubecek2018-06-06-1/+8
* Fix spelling mistakePeter Colberg2018-03-27-1/+1
* Remove remaining bits of Qt 4 codeFrédéric Brière2018-02-10-32/+0
* Remove some code specific to Qt 4Frédéric Brière2018-02-10-4/+0
* Disambiguate reference to ::bind()Frédéric Brière2018-02-09-4/+4
* bugfix: Signal name was omitted in selectLocalAddress() emitFrédéric Brière2018-02-09-1/+1
* Merge pull request #94 from gwozniak/masterLuboš Doležel2017-11-26-0/+53
|\
| * PAI Header optionGrzegorz Woźniak2017-04-13-0/+53
* | User-Determined User Busy (UDUB)Alexander Traud2017-11-26-2/+2
* | Fix crash in parsing pending message countLubos Dolezel2017-11-15-2/+6
* | Fix DTMF key 3 being sent twice (resolves #95)Lubos Dolezel2017-04-28-1/+0
|/
* Update twinkle_de.tsomni62017-03-09-1/+1
* Small German translation updateEttore Atalan2016-11-04-212/+208
* Fix spelling mistakesPeter Colberg2016-10-28-9/+9
* Move (private) gui_cmd_call/show/hide() methods to their proper locationFrédéric Brière2016-10-05-38/+38
* Have --call/show/hide invoke methods in the GUI threadFrédéric Brière2016-10-05-6/+18
* Merge pull request #79 from fbriere/bug/selectuserformLuboš Doležel2016-10-05-2/+1
|\
| * List users in forward order in SelectUserForm::show()Frédéric Brière2016-10-03-1/+1
| * Fix double incrementation in SelectUserForm::validate()Frédéric Brière2016-10-03-1/+0
* | Merge pull request #80 from fbriere/bug/number-conversion-multipleLuboš Doležel2016-10-05-3/+3
|\ \
| * | Display number conversions in forward order for UserProfileFormFrédéric Brière2016-10-03-1/+1
| * | Actually iterate over rows in UserProfileForm::get_number_conversions()Frédéric Brière2016-10-03-2/+2
| |/
* | Merge pull request #78 from fbriere/issue/73-freeze-on-xferLuboš Doležel2016-10-05-1/+40
|\ \
| * | Skip over the mutex field when copying t_call_info dataFrédéric Brière2016-10-04-1/+40
| |/