Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | 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 | |||
* | Application fully ported to Qt4 (no Qt3Support used any more) | Lubos Dolezel | 2015-06-04 | -11/+12 |
| | ||||
* | Twinkle now compiles with Qt4 uic, but crashes at runtime (due to GUI calls ↵ | Lubos Dolezel | 2015-06-02 | -0/+184 |
from outside the main thread) |