summaryrefslogtreecommitdiffstats
path: root/src/gui/numberconversionform.cpp
Commit message (Collapse)AuthorAgeLines
* Include <QRegExpValidator> explicitlyMichal Kubecek2018-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.
* Replaced Boost regex dependency with C++11 regexLuboš Doležel2015-07-04-2/+2
|
* Application fully ported to Qt4 (no Qt3Support used any more)Lubos Dolezel2015-06-04-4/+4
|
* automatic conversion of numberconversionform.uiMichal Kubecek2015-04-19-0/+79