summaryrefslogtreecommitdiffstats
path: root/src/gui/userprofileform.cpp
Commit message (Collapse)AuthorAgeLines
* Fix spelling errorsJose Riha2020-02-20-21/+21
|
* 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.
* PAI Header optionGrzegorz Woźniak2017-04-13-0/+2
|
* Merge pull request #80 from fbriere/bug/number-conversion-multipleLuboš Doležel2016-10-05-3/+3
|\ | | | | Fix two issues with multiple number conversion rules in UserProfileForm
| * Display number conversions in forward order for UserProfileFormFrédéric Brière2016-10-03-1/+1
| |
| * Actually iterate over rows in UserProfileForm::get_number_conversions()Frédéric Brière2016-10-03-2/+2
| |
* | Replace (old) FSF postal address with URL in header filesFrédéric Brière2016-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 regexLuboš Doležel2015-07-04-2/+2
|
* Further work on G.729A integration (issue #15)Lubos Dolezel2015-06-15-0/+8
|
* fix some compiler warningsMichal Kubecek2015-06-12-3/+3
|
* Application fully ported to Qt4 (no Qt3Support used any more)Lubos Dolezel2015-06-04-112/+111
|
* More Qt3 -> Qt4 porting, now only the main window remainsLubos Dolezel2015-06-03-11/+6
|
* userprofileform ported Qt4; small style change in historyformLubos Dolezel2015-06-03-129/+162
|
* Twinkle now compiles with Qt4 uic, but crashes at runtime (due to GUI calls ↵Lubos Dolezel2015-06-02-0/+1507
from outside the main thread)