summaryrefslogtreecommitdiffstats
path: root/src/server/sessionnamewindow
Commit message (Collapse)AuthorAgeFilesLines
* Clean up and modernize codeSimon Rettberg2022-10-302-22/+19Star
| | | | | | | - static "new-style" signal->slot connections - Fix a lot of things Clang-Tidy complained about - Move includes to .cpp files and use forward decls in .h - Don't use <QtWidgets> and <QtCore>, but specific includes instead
* Modernize cmake file and project structure a bitSimon Rettberg2022-10-302-1/+67
|
* [server] SessionNameWindow: Set focus to text box on openSimon Rettberg2018-07-191-0/+1
|
* port to qt5Jonathan Bauer2017-11-152-2/+2
| | | | | | | * got rid of the Win32/X11 differentiation * due to QT5, additional packages are needed to compile ** libqt5x11extras5-dev ** libqt5svg5-dev
* refactoring.Christian Klinger2016-09-301-2/+2
|
* astyle.Christian Klinger2016-09-292-15/+18
|
* feature completeChristian Klinger2016-04-222-9/+20
|
* first layout of a virtual keyboard, but no logic yetChristian Klinger2016-04-212-0/+12
|
* Correct indenting by tabsManuel Schneider2014-07-211-6/+6
|
* Changes the ConnectionWidows gui to a relative layout. Added a stacked widget toManuel Schneider2014-05-061-4/+4
| | | | | change between checkmark and the rest. Changed the non expressive names of ui elements.
* Changes the approach of Qt Gui initialization to the member pointer ↵Manuel Schneider2014-05-061-3/+2Star
| | | | approach. This means multiple inheritance is avoided and the form is now a member pointer of the class. Immlicitely renamed some ui elements for clearification. Again changed unnecessary use of QDialog to QWidget.
* Set autofocus session fieldManuel Schneider2014-04-221-0/+1
|
* Fix comments, add (very few) documentation commentsSimon Rettberg2014-04-181-1/+1
|
* Initial commitsr2013-02-042-0/+106