summaryrefslogtreecommitdiffstats
path: root/src/server/clicklabel
Commit message (Collapse)AuthorAgeFilesLines
* Clean up and modernize codeSimon Rettberg2022-10-301-5/+4Star
| | | | | | | - 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
* port to qt5Jonathan Bauer2017-11-151-1/+1
| | | | | | | * got rid of the Win32/X11 differentiation * due to QT5, additional packages are needed to compile ** libqt5x11extras5-dev ** libqt5svg5-dev
* Increase compiler warnings, fix a lot of those instancesSimon Rettberg2016-11-151-1/+1
| | | | | | - Add explicit casts - Comment out unused params - Remove ignored const return types
* Several small changes.Björn Hagemeister2014-09-051-2/+2
|
* Correct indenting by tabsManuel Schneider2014-07-211-3/+3
|
* Adding comments for each method in the .cpp files and class definition in ↵Björn Hagemeister2014-04-282-1/+12
| | | | the .h files.
* Initial commitsr2013-02-042-0/+39