Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | historyform: Sort entries after loading history data | Peter Colberg | 2015-12-30 | -1/+3 |
| | | | | | | | | Call QHeaderView::setSortIndicator() during initialization, which sets the sort column and order, but does not sort the (empty) table. After loading the history data call QTableView::sortByColumn() to sort the entries using the currently selected sort column and order. | |||
* | Fix spelling | Peter Colberg | 2015-12-30 | -55/+55 |
| | ||||
* | Rename the qtranslator variable to appTranslator to avoid confusion with ↵ | Lubos Dolezel | 2015-12-30 | -9/+9 |
| | | | | qtTranslator | |||
* | Unbreak build broken in #40 | Lubos Dolezel | 2015-12-30 | -3/+1 |
| | ||||
* | Qt strings are untranslated | glixx | 2015-12-30 | -0/+8 |
| | | | https://github.com/LubosD/twinkle/issues/27 | |||
* | Add option WITH_GSM to use external gsm library | Peter Colberg | 2015-12-29 | -3/+15 |
| | | | | This permits distributions to build against a packaged gsm library. | |||
* | Add cmake variable for common libraries | Peter Colberg | 2015-12-29 | -8/+19 |
| | ||||
* | Add cmake variable for common objects | Peter Colberg | 2015-12-29 | -16/+7 |
| | ||||
* | Merge pull request #32 from palinek/history_date | Luboš Doležel | 2015-12-01 | -2/+2 |
|\ | | | | | historyform: Fix sorting by time of event | |||
| * | historyform: Fix sorting by time of event | Palo Kisa | 2015-11-12 | -2/+2 |
| | | | | | | | | | | | | | | | | | | When static date/time format was used for "time" column: - sorting by "time" column was broken - locale based format of date/time couldn't be enabled => use the QDateTime for "time" column and leave Qt handle the showed format (based on locale) | |||
* | | Fix IP fields in NAT settings (resolves #35) | Lubos Dolezel | 2015-12-01 | -117/+149 |
|/ | ||||
* | wizard: corrected signal name | Palo Kisa | 2015-10-02 | -1/+1 |
| | ||||
* | Updated Russian translation | Lubos Dolezel | 2015-08-28 | -799/+591 |
| | ||||
* | Fix issue #23 | Lubos Dolezel | 2015-08-25 | -0/+0 |
| | ||||
* | Fix incoming call popup repositioning | Lubos Dolezel | 2015-07-28 | -0/+1 |
| | ||||
* | Crash fixes | Lubos Dolezel | 2015-07-28 | -7/+16 |
| | ||||
* | Print more information on unhandled exceptions | Lubos Dolezel | 2015-07-23 | -0/+18 |
| | ||||
* | Changed website in about dialog | Lubos Dolezel | 2015-07-13 | -1/+1 |
| | ||||
* | A few more Czech translation corrections | Lubos Dolezel | 2015-07-13 | -15/+15 |
| | ||||
* | Even more Czech translation fixes | Lubos Dolezel | 2015-07-13 | -105/+104 |
| | ||||
* | Further correction in Czech translation | Lubos Dolezel | 2015-07-13 | -79/+78 |
| | ||||
* | Reworked Czech translation, updated other .ts files. | Lubos Dolezel | 2015-07-10 | -637/+762 |
| | ||||
* | Introduce a separate 3-way call mutex (#17) | Lubos Dolezel | 2015-07-07 | -23/+8 |
| | ||||
* | Partial lock rework in t_phone (#17). If the app starts crashing or ↵ | Lubos Dolezel | 2015-07-07 | -170/+309 |
| | | | | freezing, this commit is probably to blame. | |||
* | Move some possibly blocking ops into userintf.cpp event queue (#17) | Lubos Dolezel | 2015-07-07 | -16/+35 |
| | ||||
* | Support function calls on event queues (useful for #17) | Lubos Dolezel | 2015-07-07 | -0/+37 |
| | ||||
* | Build fix for a (probably?) broken std::match_results::format() overload | Lubos Dolezel | 2015-07-07 | -1/+3 |
| | ||||
* | Replaced Boost regex dependency with C++11 regex | Luboš Doležel | 2015-07-04 | -27/+27 |
| | ||||
* | Fix profile selection in selectprofileform | Lubos Dolezel | 2015-06-16 | -3/+7 |
| | ||||
* | Fix compiler warnings in src/audio/gsm/src/debug.cpp | Lubos Dolezel | 2015-06-15 | -3/+3 |
| | ||||
* | G.729A support is complete (resolves #15) | Lubos Dolezel | 2015-06-15 | -3/+5 |
| | ||||
* | Further work on G.729A integration (issue #15) | Lubos Dolezel | 2015-06-15 | -0/+45 |
| | ||||
* | Added G729A decoder/encoder wrappers (issue #15) | Lubos Dolezel | 2015-06-15 | -2/+127 |
| | ||||
* | fix some compiler warnings | Michal Kubecek | 2015-06-12 | -8/+9 |
| | ||||
* | style: break too long lines, fix alignment | Michal Kubecek | 2015-06-12 | -54/+99 |
| | ||||
* | Save window state/geometry, incl. main splitter (resolves #7) | Lubos Dolezel | 2015-06-11 | -6/+17 |
| | ||||
* | Some initial changes for G.729A support (issue #15) | Lubos Dolezel | 2015-06-11 | -1/+15 |
| | ||||
* | Remember OSD/popup location (resolves #16) | Lubos Dolezel | 2015-06-11 | -13/+118 |
| | ||||
* | Fix a regression in #13 | Lubos Dolezel | 2015-06-11 | -1/+1 |
| | ||||
* | Added incoming call popup (resolves #14) | Lubos Dolezel | 2015-06-10 | -106/+357 |
| | ||||
* | Fix #13 (calls to GUI from wrong thread) | Lubos Dolezel | 2015-06-10 | -232/+338 |
| | ||||
* | Added OSD with mute and hangup buttons (resolves #10) | Lubos Dolezel | 2015-06-08 | -14/+429 |
| | ||||
* | Visual DTMF feedback, clipboard support (fixes #4 and #5) | Lubos Dolezel | 2015-06-05 | -747/+937 |
| | ||||
* | Bison generates parser.hxx instead of parser.h -> update the include | Lubos Dolezel | 2015-06-05 | -1/+1 |
| | ||||
* | Merge branch 'master' of github.com:LubosD/twinkle | Lubos Dolezel | 2015-06-05 | -10809/+1 |
|\ | ||||
| * | fix Qt4 build | Michal Kubecek | 2015-06-05 | -13/+1 |
| | | | | | | | | | | The Qt5 version of TextBrowserNoAutoLink::setSource() is actually correct for Qt4 as well (unlike the one inherited from old codebase). | |||
| * | drop flex/bison generated files from git | Michal Kubecek | 2015-06-05 | -10796/+0 |
| | | | | | | | | | | There are few more files generated by flex or bison left. Drop them from git and add .gitignore entries. | |||
* | | Correct system tray icon behavior (fixes #1) | Lubos Dolezel | 2015-06-05 | -2/+20 |
|/ | ||||
* | Fix a small UI glitch in system settings | Lubos Dolezel | 2015-06-04 | -21/+21 |
| | ||||
* | Extend copyright till 2015 | Lubos Dolezel | 2015-06-04 | -2/+2 |
| |