| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Apply all modernize-* fixes from clang-tidy except for modernize-use-auto | 2018-11-14 | 8 | -40/+54 | |
| * | List object updates; fix #2384••• * fix a crash in $eof(); * add a boolean "reverse" parameter to $sort | 2018-08-19 | 1 | -1/+24 | |
| * | Remove usages of Q_FOREACH. Fixes #2385 | 2018-05-22 | 1 | -11/+6 | |
| * | Fix undefined behavior involving lifetime of temporaries | 2018-04-22 | 1 | -6/+6 | |
| * | Remove unused/useless code | 2018-04-22 | 1 | -1/+0 | |
| * | Fix Coverity complaints about uninitialized member variables | 2018-04-14 | 4 | -14/+14 | |
| * | General code cleanup and coverity fixes - mostly fixes uninitialized members | 2017-10-21 | 2 | -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' | 2017-09-28 | 1 | -4/+4 | |
| * | small typo (#2305)•••Stray space in parameter "No Focus" must be "NoFocus". | 2017-09-10 | 1 | -1/+1 | |
| * | Fix wrapping of <pre> in the docs.•••Fixes #2288 | 2017-08-31 | 10 | -123/+123 | |
| * | Remove lots of redundant line feeds around block elements in the docs. | 2017-08-25 | 3 | -12/+12 | |
| * | push and pull po{t}s, typo fixes | 2017-05-24 | 2 | -2/+2 | |
| * | Miscellaneous documentation fixes | 2017-02-23 | 1 | -0/+2 | |
| * | Fixes unintentional hiding of local variable in nested scope | 2017-02-02 | 1 | -1/+1 | |
| * | Fix #2077 | 2017-01-28 | 2 | -1/+38 | |
| * | KvsObject_widget: Add additional size functions | 2016-11-30 | 2 | -0/+106 | |
| * | KvsObject_painter: Fix potential memory leak in class function pen | 2016-11-06 | 1 | -9/+7 | |
| * | KvsObject_pixmap: Fix potential memory leak in class function pixel | 2016-11-06 | 1 | -9/+7 | |
| * | Cleanup included files | 2016-10-28 | 4 | -4/+4 | |
| * | KvsObjectLayout: Use correct macro | 2016-08-15 | 1 | -2/+2 | |
| * | remove unused variables•••@AndrioCelos is that it? | 2016-08-07 | 1 | -2/+0 | |
| * | Textbrowser : fix loading HTML files on Windows•••fixes #2076 | 2016-08-07 | 1 | -1/+1 | |
| * | documentation: typos + formatting fixes | 2016-08-01 | 3 | -14/+13 | |
| * | documentaion: formatting fixes | 2016-07-27 | 2 | -5/+5 | |
| * | KvsObject_groupBox: must add a hashtag else it wont fly as a real comment | 2016-07-21 | 1 | -3/+4 | |
| * | KvsObject_groupBox.cpp: Fix documentation comments | 2016-07-21 | 1 | -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. | 2016-06-14 | 3 | -3/+0 | |
| * | source: cosmetic cleanups | 2016-06-13 | 1 | -4/+0 | |
| * | Expand the multilineedit class. Resolves kvirc/KVIrc#1985. (#1987) | 2016-05-24 | 2 | -16/+114 | |
| * | wheeeeeeeeee | 2016-05-22 | 3 | -8/+8 | |
| * | various cosmetic: consistent comment format•••+ remove separators to make it consistent. | 2016-05-17 | 4 | -5/+0 | |
| * | Various fixes | 2016-05-15 | 1 | -1/+1 | |
| * | cleanup: remove more ancient commented code p3 | 2016-05-08 | 8 | -129/+10 | |
| * | cleanup: separators and spacing | 2016-05-08 | 3 | -3/+1 | |
| * | cleanup duplicate includes | 2016-05-04 | 1 | -2/+0 | |
| * | Apply clang-tidy: modernize-loop-convert | 2016-04-30 | 8 | -25/+23 | |
| * | Apply clang-tidy: modernize-use-default | 2016-04-30 | 8 | -23/+11 | |
| * | Apply clang-tidy: modernize-use-override | 2016-04-30 | 2 | -33/+33 | |
| * | Apply clang-tidy: modernize-use-nullptr | 2016-04-30 | 31 | -211/+211 | |
| * | Update my clang-format to 3.8.0•••Don't sort includes | 2016-04-30 | 4 | -8/+7 | |
| * | Apply clang-format | 2016-04-29 | 109 | -10813/+11476 | |
| * | KvsObject_layout: minor indenting + spacing cleanup | 2016-04-27 | 1 | -10/+7 | |
| * | Noldor73 “The journey of a thousand miles begins with one step.”•••That first step is RTFM https://git-scm.com/doc | 2016-04-26 | 1 | -2/+2 | |
| * | add .directory files to .gitignore [ci skip] | 2016-04-26 | 1 | -4/+0 | |
| * | Fix completer in KVS class lineedit | 2016-04-26 | 2 | -5/+27 | |
| * | Revert "Fix setCompleter function in KVS class lineedit"•••This reverts commit c9c241d28fa173316d64adf7024494da34336f16. | 2016-04-24 | 1 | -22/+4 | |
| * | Revert "Code fix/enhancements in KVS class tablewidget"•••This reverts commit b497c565738e6cb27d27fc6c17802cd1c6383103. | 2016-04-24 | 2 | -359/+29 | |
| * | Fix setCompleter function in KVS class lineedit | 2016-04-24 | 1 | -4/+22 | |
| * | Code fix/enhancements in KVS class tablewidget | 2016-04-24 | 2 | -29/+359 | |
| * | Fix #1928. Disallow creation of KVS layout objects with QToolBar widgets as p... | 2016-04-24 | 1 | -0/+7 |
