Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fix spelling errors | Jose Riha | 2020-02-20 | -2/+2 |
| | ||||
* | Change the address of the manual until we have our own up and running | Lubos Dolezel | 2019-06-17 | -1/+1 |
| | ||||
* | Include <QRegExpValidator> explicitly | Michal Kubecek | 2018-06-06 | -0/+1 |
| | | | | | | | Since Qt 5.11, generated ui_getprofilename.h no longer includes QHeaderView which breaks the chain that included qvalidator.h in getprofilename.cpp. As it feels rather fragile to rely on such indirect includes, let's include <QRegExpValidator> explicitly in each file using QRegExpValidator class. | |||
* | 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 | |||
* | Fix spelling | Peter Colberg | 2015-12-30 | -1/+1 |
| | ||||
* | Save window state/geometry, incl. main splitter (resolves #7) | Lubos Dolezel | 2015-06-11 | -0/+8 |
| | ||||
* | Remember OSD/popup location (resolves #16) | Lubos Dolezel | 2015-06-11 | -3/+2 |
| | ||||
* | Added incoming call popup (resolves #14) | Lubos Dolezel | 2015-06-10 | -106/+132 |
| | ||||
* | Added OSD with mute and hangup buttons (resolves #10) | Lubos Dolezel | 2015-06-08 | -0/+99 |
| | ||||
* | Correct system tray icon behavior (fixes #1) | Lubos Dolezel | 2015-06-05 | -1/+15 |
| | ||||
* | Qt 5 now supported | Lubos Dolezel | 2015-06-04 | -2/+2 |
| | ||||
* | Application fully ported to Qt4 (no Qt3Support used any more) | Lubos Dolezel | 2015-06-04 | -250/+270 |
| | ||||
* | Fixed optional feature enabling | Lubos Dolezel | 2015-06-02 | -26/+33 |
| | | | | | Hide Diamondcard support Other fixes | |||
* | Twinkle now compiles with Qt4 uic, but crashes at runtime (due to GUI calls ↵ | Lubos Dolezel | 2015-06-02 | -0/+3161 |
from outside the main thread) |