aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects
Commit message (Expand)AuthorAgeFilesLines
* Revert "Add support to windows unc remote path in module File; code fix/enhan...•••This reverts commit 741e768cfef3d1aa86d057b667f6bb4f1375f78d. Gravatar staticfox2016-04-213-381/+33
* Add support to windows unc remote path in module File; code fix/enhancement i...Gravatar Noldor732016-04-213-33/+381
* 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.•••Now that we only support Qt 5 we will no longer need these. Gravatar wodim2016-04-076-32/+8
* documentation: formatting/indentation + minor syntax fixes•••+ Dont use double quotes to emphasise words in normal circumstances. + improve indenting + consistency (good for readability when editing source) + also replace single quotes Gravatar un1versal2016-03-1434-1064/+988
* cleanup: add or remove empty lines between documentation blocks & codeGravatar un1versal2016-03-146-9/+2
* Drop support of Qt4 from CMakeLists•••All C++ #ifdefs are still there... See #1650 Also switch Travis to Qt5 Gravatar Alexey Sokolov2016-01-311-13/+11
* run codespell to fix some typos, run mkabouttext.pl, fix typos reported by Ar...Gravatar Dessa2016-01-314-4/+4
* Fix false friend.Gravatar wodim2016-01-041-1/+1
* various files: typos/consistency and capitalization see notes below.•••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 Gravatar un1versal2015-12-196-14/+14
* src/modules: typos, consistency capitalize, fomatting and indenting fixes•••these contains in addition the whitespace changes Gravatar un1versal2015-12-1923-380/+322
* 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 opinion...Gravatar un1versal2015-11-28100-100/+100
* fix the crazy formatting on help filesGravatar un1versal2015-11-232-21/+22
* Fix invalid use of a pointer already freedGravatar stakewinner002015-11-021-5/+4
* Copyright Headers: Cosmetic typos irc -> IRCGravatar un1versal2015-10-2896-96/+96
* Clean up double semicolonsGravatar Matt Ullman2015-10-271-1/+1
* Clean up trailing whitespaces and excess newlines•••Oh how I can already hear the sound of angry villagers with pitchforks running over to my desk Gravatar Matt Ullman2015-10-1850-95/+7
* [ci skip] cpp files, capitalization, typos, syntax normalization and punctuationGravatar un1versal2015-10-085-13/+13
* [ci skip] no strings - cpp files - typo correctionsGravatar un1versal2015-10-082-3/+3
* [ci skip] various header files, typos correctionsGravatar un1versal2015-10-081-1/+1
* Bye bye MDI. I have probably introduced few minor bugs that I haven't been ab...Gravatar Szymon Tomasz Stefanek2015-09-282-7/+7
* Maybe fix #1530Gravatar Szymon Tomasz Stefanek2015-08-301-0/+3
* Add basic KDE5 support.Gravatar Szymon Tomasz Stefanek2015-08-241-1/+1
* Register http and ftp classes also with Qt5Gravatar Szymon Tomasz Stefanek2015-08-231-6/+2
* Port KVS ftp class to Qt5Gravatar Szymon Tomasz Stefanek2015-08-237-10/+3466
* Port KVS http class to Qt5Gravatar Szymon Tomasz Stefanek2015-08-238-18/+5553
* Some work on the wrapper class•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6428 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2014-12-313-106/+280
* Fix a bug in .dump()•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6418 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2014-12-291-1/+1
* Merge patch by TheReign.••• * Fixes an error in #if format * Fixes compiler warning of lone apostrophe on GNUC compilers git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6408 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2014-12-282-2/+2
* - massive trailing whitespace cleanup (yes, one of these "you can hate me for...•••- apply patch by d00p: show the correct protocol version instead of just "SSLv3/TLSv1", thanks! - fix compilation on qt 5.4 on windows git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6398 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2014-11-216-20/+20
* KVIrc Script: Rename alignment 'WordBreak' to 'Justify'•••Affects labels, hboxes and vboxes Fixes #1469 / https://svn.kvirc.de/kvirc/ticket/1469 git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6393 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar OmegaPhil2014-11-043-6/+9
* - added qt5 phonon support (windows doesn't seem to work, others were not tes...•••- fixed tabs in plist - wrapped #warning into __GNUC__ ifdef - partly revert r6370 the change was quite pointless - update to ExtUtils::ParseXS 3.24 and Devel::PPPort 3.24, also adding a define which the latter suggested - massive update to the numeric table, no function change, some of these make sense to implement, some don't, this commit is merely to complete the listing so i can figure something out, possibly git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6381 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2014-06-012-2/+6
* fix #1468•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6375 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2014-03-301-0/+1
* Doc updates for label class; kudos to OmegaPhil•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6372 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2014-03-251-5/+5
* - bump to QT 4.7 (we have no QT 4.8 specific code)•••- QT4 on MSVC still needs qtmain, the cmake policy does not apply there - fix perl on windows, remove activestate hack, we don't support that anymore git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6371 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2014-02-271-8/+0
* fix #1419•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6360 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2013-10-131-1/+2
* fix sql object documentation•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6329 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar wodim2013-05-071-2/+2
* Fix help of functions in $objects. Thanks to alexzulu for the patch.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6321 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Alexey Sokolov2013-03-071-16/+16
* Fix a typo introduced by the last commit•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6298 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2012-12-223-10/+10
* Compile and run with Qt5.0. Also add a couple of KVS functions for byte order...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6297 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2012-12-2215-48/+48
* Fixed compilation with recent qt5 snapshots:••• * QWebKit has been renamed to QWebKitWidgets * QCleanlooksStyle is not included by default, use QFusionStyle instead This breaks compatibility with qt5-beta1, but beta2 should be right around the corner git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6280 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-10-311-1/+5
* - update KviOsInfo with values from the winsdk8•••- rip out some append libs statements for ws2_32; since we are linking in a way they get added anyway we don't need them (yet) - remove wsock32.lib from kvilib, linking works fine without it - move shlwapi for mingw from root to src/kvirc since that is where the msvc one is and it works - remove envvar hack added in r6273 from perlcore since it is unneeded git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6276 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2012-10-081-9/+0
* - remove -Wl,--no-undefined "handling" as this is not something we should "ju...•••- remove winmm hack now that append libs works - fix some win32 ifs in cmakelists files which should be mingw (check if this stuff is still needed when i get my mingw toolchain up) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6270 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2012-10-051-2/+2
* convert cmake files to lowercase statements prehistoric cmake versions requir...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6267 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2012-10-041-6/+6
* More qt5 porting (qprinter and qftp), removed some warnings•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6263 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-09-292-25/+2
* fix mingw32+automoc compilation•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6261 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-09-292-2/+1
* qt5 support: cmake build system update•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6257 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2012-09-281-34/+1