Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fix spelling errors | Jose Riha | 2020-02-20 | -21/+21 |
| | ||||
* | 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. | |||
* | PAI Header option | Grzegorz Woźniak | 2017-04-13 | -0/+2 |
| | ||||
* | Merge pull request #80 from fbriere/bug/number-conversion-multiple | Luboš Doležel | 2016-10-05 | -3/+3 |
|\ | | | | | Fix two issues with multiple number conversion rules in UserProfileForm | |||
| * | Display number conversions in forward order for UserProfileForm | Frédéric Brière | 2016-10-03 | -1/+1 |
| | | ||||
| * | Actually iterate over rows in UserProfileForm::get_number_conversions() | Frédéric Brière | 2016-10-03 | -2/+2 |
| | | ||||
* | | 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 | |||
* | Replaced Boost regex dependency with C++11 regex | Luboš Doležel | 2015-07-04 | -2/+2 |
| | ||||
* | Further work on G.729A integration (issue #15) | Lubos Dolezel | 2015-06-15 | -0/+8 |
| | ||||
* | fix some compiler warnings | Michal Kubecek | 2015-06-12 | -3/+3 |
| | ||||
* | Application fully ported to Qt4 (no Qt3Support used any more) | Lubos Dolezel | 2015-06-04 | -112/+111 |
| | ||||
* | More Qt3 -> Qt4 porting, now only the main window remains | Lubos Dolezel | 2015-06-03 | -11/+6 |
| | ||||
* | userprofileform ported Qt4; small style change in historyform | Lubos Dolezel | 2015-06-03 | -129/+162 |
| | ||||
* | Twinkle now compiles with Qt4 uic, but crashes at runtime (due to GUI calls ↵ | Lubos Dolezel | 2015-06-02 | -0/+1507 |
from outside the main thread) |