summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/connector-tool.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-7/+7
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Format connector codeSylvain Chiron2017-12-261-29/+29
| | | | Signed-off-by: Sylvain Chiron <chironsylvain@orange.fr>
* Fix some mismatched tagsAlex Valavanis2014-03-301-1/+1
| | | (bzr r13230)
* Changed some return types from gint to bool.Markus Engel2014-03-271-4/+4
| | | (bzr r13220)
* Cleaned up includes of tools / revert experimental casting macro ↵Markus Engel2014-03-261-12/+21
| | | | | replacements from r13061 (bzr r13216)
* Added some consts. Turned functions to member functions.Markus Engel2014-03-021-1/+24
| | | (bzr r13089)
* Moved and renamed some tool-related files.Markus Engel2013-11-091-0/+135
(bzr r12785)