summaryrefslogtreecommitdiffstats
path: root/src/gui/selectuserform.cpp
Commit message (Collapse)AuthorAgeLines
* Merge pull request #79 from fbriere/bug/selectuserformLuboš Doležel2016-10-05-2/+1
|\ | | | | Fix two issues with SelectUserForm
| * List users in forward order in SelectUserForm::show()Frédéric Brière2016-10-03-1/+1
| |
| * Fix double incrementation in SelectUserForm::validate()Frédéric Brière2016-10-03-1/+0
| |
* | 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
* Application fully ported to Qt4 (no Qt3Support used any more)Lubos Dolezel2015-06-04-5/+5
|
* selectuserform ported to Qt4Lubos Dolezel2015-06-03-26/+27
|
* Twinkle now compiles with Qt4 uic, but crashes at runtime (due to GUI calls ↵Lubos Dolezel2015-06-02-0/+166
from outside the main thread)