aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects
Commit message (Collapse)AuthorAgeFilesLines
* KvsObjectLayout: Use correct macroGravatar staticfox2016-08-151-2/+2
|
* remove unused variablesGravatar un1versal2016-08-071-2/+0
| | | | | | @AndrioCelos is that it?
* Textbrowser : fix loading HTML files on WindowsGravatar un1versal2016-08-071-1/+1
| | | | fixes #2076
* 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 cleanupsGravatar un1versal2016-06-143-3/+0
| | | | | | + add copyright boilerplate to KviDebugContext.cpp probably more source files exist with no copyright boilerplate. this was a by chance find.
* 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 formatGravatar un1versal2016-05-174-5/+0
| | | | + remove separators to make it consistent.
* 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.0Gravatar Alexey Sokolov2016-04-304-8/+7
| | | | Don't sort includes
* 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.”Gravatar un1versal2016-04-261-2/+2
| | | That first step is RTFM https://git-scm.com/doc
* add .directory files to .gitignore [ci skip]Gravatar Dessa2016-04-261-4/+0
|
* Fix completer in KVS class lineeditGravatar Noldor732016-04-262-5/+27
|
* Revert "Fix setCompleter function in KVS class lineedit"Gravatar staticfox2016-04-241-22/+4
| | | | This reverts commit c9c241d28fa173316d64adf7024494da34336f16.
* Revert "Code fix/enhancements in KVS class tablewidget"Gravatar staticfox2016-04-242-359/+29
| | | | This reverts commit b497c565738e6cb27d27fc6c17802cd1c6383103.
* Fix setCompleter function in KVS class lineeditGravatar Noldor732016-04-241-4/+22
|
* Code fix/enhancements in KVS class tablewidgetGravatar Noldor732016-04-242-29/+359
|
* Fix #1928. Disallow creation of KVS layout objects with QToolBar widgets as ↵Gravatar Szymon Tomasz Stefanek2016-04-241-0/+7
| | | | parent.
* general: Some cleanups, some refactorsGravatar staticfox2016-04-231-1/+1
|
* KVS: More small cleanupsGravatar staticfox2016-04-222-48/+42
|
* KVS: Small cleanupsGravatar staticfox2016-04-224-25/+25
|
* Revert "Add support to windows unc remote path in module File; code ↵Gravatar staticfox2016-04-213-381/+33
| | | | | | fix/enhancement in KVS classes" This reverts commit 741e768cfef3d1aa86d057b667f6bb4f1375f78d.
* Add support to windows unc remote path in module File; code fix/enhancement ↵Gravatar Noldor732016-04-213-33/+381
| | | | in KVS classes
* KvsObject_socket: CleanupGravatar staticfox2016-04-201-12/+9
|
* Fix in kvs socket class: incomingConnectionEventGravatar Noldor732016-04-202-11/+15
|
* Remove all ifdefs related to older versions of Qt.Gravatar wodim2016-04-076-32/+8
| | | | Now that we only support Qt 5 we will no longer need these.
* documentation: formatting/indentation + minor syntax fixesGravatar un1versal2016-03-1434-1064/+988
| | | | | | + Dont use double quotes to emphasise words in normal circumstances. + improve indenting + consistency (good for readability when editing source) + also replace single quotes
* cleanup: add or remove empty lines between documentation blocks & codeGravatar un1versal2016-03-146-9/+2
|
* Drop support of Qt4 from CMakeListsGravatar Alexey Sokolov2016-01-311-13/+11
| | | | | | All C++ #ifdefs are still there... See #1650 Also switch Travis to Qt5
* run codespell to fix some typos, run mkabouttext.pl, fix typos reported by ↵Gravatar Dessa2016-01-314-4/+4
| | | | Arfrever
* Fix false friend.Gravatar wodim2016-01-041-1/+1
|
* various files: typos/consistency and capitalization see notes below.Gravatar un1versal2015-12-196-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://techbase.kde.org/Projects/Usability/HIG/Capitalization This was just done last minute over some notes I had made during earlier similar fixes. * dont capitalize prepositions/conjunctions with less than 5 letters + fix wrong plural. * freenode is all lowercase instance only. * tooltips are not Camel Case capitalization style either. * some centered text on a dialog when all the etxt is left aligned looks off, tootips we can give a pass to. * Tree items are Camel Case * Typos in Unknow channel modes * more tooltips in the Channel Mode/Ban Masks/Invite but flawed design on these The tooltips text doubles up as title one isnt capitalized and the other is... So now none are in this area only since unlike toolbars thers no test display here and its passable. Alternative is to fix these dialogs and toolbars and tbh I cant do it. * cannot vs can't : these are consistency fixes for strings and debug messages only. * about dialog group titles "Runtime Info" "Build Info" are Camel Cased as per capitalization guidelines, but label are like all other labels. s spaces tyyt
* src/modules: typos, consistency capitalize, fomatting and indenting fixesGravatar un1versal2015-12-1923-380/+322
| | | | these contains in addition the whitespace changes
* src/modules typos: capitalize, formatting, consistency and syntax fixesGravatar un1versal2015-12-1925-143/+148
|
* Remove deprecated and unused QMatrix referencesGravatar TheReign2015-12-132-2/+0
|
* copyright headers: fix broken boilerplate wording linkss -> terms and ↵Gravatar un1versal2015-11-28100-100/+100
| | | | opinion -> option
* fix the crazy formatting on help filesGravatar un1versal2015-11-232-21/+22
|