aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects
Commit message (Expand)AuthorAgeFilesLines
* Convert 0s and NULLs to nullptrGravatar IceN9ne2018-12-034-6/+6
* Use override where possible and remove unnecessary usages of the virtual keyw...Gravatar IceN9ne2018-11-2837-53/+53
* Remove unnecessary usages of the inline keyword per language evolution.Gravatar IceN9ne2018-11-281-1/+1
* Remove Q_UNUSED macrosGravatar IceN9ne2018-11-289-24/+3
* Fix compiler warnings in the code.Gravatar IceN9ne2018-11-272-2/+2
* Apply all modernize-* fixes from clang-tidy except for modernize-use-autoGravatar Alexey Sokolov2018-11-148-40/+54
* List object updates; fix #2384••• * fix a crash in $eof(); * add a boolean "reverse" parameter to $sort Gravatar Fabio Bas2018-08-191-1/+24
* Remove usages of Q_FOREACH. Fixes #2385Gravatar IceN9ne2018-05-221-11/+6
* Fix undefined behavior involving lifetime of temporariesGravatar IceN9ne2018-04-221-6/+6
* Remove unused/useless codeGravatar IceN9ne2018-04-221-1/+0
* Fix Coverity complaints about uninitialized member variablesGravatar IceN9ne2018-04-144-14/+14
* General code cleanup and coverity fixes - mostly fixes uninitialized membersGravatar IceN9ne2017-10-212-8/+6
* Fix typo in manual & bug in alias (#2311)•••* fix typo in manual The function 'objects.clearObjects' is called in the manual as 'objects.clear' * fix for bug in alias 'clearobjects' The function 'objects.clearObjects' was called in the alias clearobjects as 'objects.clear' Gravatar minduser002017-09-281-4/+4
* small typo (#2305)•••Stray space in parameter "No Focus" must be "NoFocus".Gravatar minduser002017-09-101-1/+1
* Fix wrapping of <pre> in the docs.•••Fixes #2288 Gravatar wodim2017-08-3110-123/+123
* Remove lots of redundant line feeds around block elements in the docs.Gravatar wodim2017-08-253-12/+12
* push and pull po{t}s, typo fixesGravatar Dessa2017-05-242-2/+2
* Miscellaneous documentation fixesGravatar OmegaPhil2017-02-231-0/+2
* Fixes unintentional hiding of local variable in nested scopeGravatar IceN9ne2017-02-021-1/+1
* Fix #2077Gravatar Fabio Bas2017-01-282-1/+38
* KvsObject_widget: Add additional size functionsGravatar IceN9ne2016-11-302-0/+106
* KvsObject_painter: Fix potential memory leak in class function penGravatar IceN9ne2016-11-061-9/+7
* KvsObject_pixmap: Fix potential memory leak in class function pixelGravatar IceN9ne2016-11-061-9/+7
* Cleanup included filesGravatar IceN9ne2016-10-284-4/+4
* KvsObjectLayout: Use correct macroGravatar staticfox2016-08-151-2/+2
* remove unused variables•••@AndrioCelos is that it? Gravatar un1versal2016-08-071-2/+0
* Textbrowser : fix loading HTML files on Windows•••fixes #2076 Gravatar un1versal2016-08-071-1/+1
* documentation: typos + formatting fixesGravatar un1versal2016-08-013-14/+13
* documentaion: formatting fixesGravatar un1versal2016-07-272-5/+5
* KvsObject_groupBox: must add a hashtag else it wont fly as a real commentGravatar un1versal2016-07-211-3/+4
* KvsObject_groupBox.cpp: Fix documentation commentsGravatar un1versal2016-07-211-3/+6
* separators and copyright headers cleanups•••+ add copyright boilerplate to KviDebugContext.cpp probably more source files exist with no copyright boilerplate. this was a by chance find. Gravatar un1versal2016-06-143-3/+0
* source: cosmetic cleanupsGravatar un1versal2016-06-131-4/+0
* Expand the multilineedit class. Resolves kvirc/KVIrc#1985. (#1987)Gravatar Andrio Celos2016-05-242-16/+114
* wheeeeeeeeeeGravatar staticfox2016-05-223-8/+8
* various cosmetic: consistent comment format•••+ remove separators to make it consistent. Gravatar un1versal2016-05-174-5/+0
* Various fixesGravatar un1versal2016-05-151-1/+1
* cleanup: remove more ancient commented code p3Gravatar un1versal2016-05-088-129/+10
* cleanup: separators and spacingGravatar un1versal2016-05-083-3/+1
* cleanup duplicate includesGravatar un1versal2016-05-041-2/+0
* Apply clang-tidy: modernize-loop-convertGravatar Alexey Sokolov2016-04-308-25/+23
* Apply clang-tidy: modernize-use-defaultGravatar Alexey Sokolov2016-04-308-23/+11
* Apply clang-tidy: modernize-use-overrideGravatar Alexey Sokolov2016-04-302-33/+33
* Apply clang-tidy: modernize-use-nullptrGravatar Alexey Sokolov2016-04-3031-211/+211
* Update my clang-format to 3.8.0•••Don't sort includes Gravatar Alexey Sokolov2016-04-304-8/+7
* Apply clang-formatGravatar Alexey Sokolov2016-04-29109-10813/+11476
* KvsObject_layout: minor indenting + spacing cleanupGravatar un1versal2016-04-271-10/+7
* Noldor73 “The journey of a thousand miles begins with one step.”•••That first step is RTFM https://git-scm.com/docGravatar un1versal2016-04-261-2/+2
* add .directory files to .gitignore [ci skip]Gravatar Dessa2016-04-261-4/+0
* Fix completer in KVS class lineeditGravatar Noldor732016-04-262-5/+27