aboutsummaryrefslogtreecommitdiffstats
path: root/src/kvilib/core/KviCString.h
Commit message (Collapse)AuthorAgeFilesLines
* KviCString::getToken(): add option to skip empty elements (default off) (#2574)Gravatar ctrlaltca2023-11-301-2/+2
|
* Convert 0s and NULLs to nullptrGravatar IceN9ne2018-12-031-15/+15
|
* Remove the keyword register from the code.Gravatar IceN9ne2018-11-271-6/+6
| | | | * The register keyword doesn't do anything and is deprecated in C++17.
* Cleanup included filesGravatar IceN9ne2016-10-281-3/+2
|
* separators and copyright headers cleanupsGravatar un1versal2016-06-141-37/+2
| | | | | | + add copyright boilerplate to KviDebugContext.cpp probably more source files exist with no copyright boilerplate. this was a by chance find.
* Apply clang-formatGravatar Alexey Sokolov2016-04-291-160/+222
|
* some more typo fixes and a translation bugfixGravatar Dessa2016-02-011-1/+1
| | | | | - apply changes suggested by Arfrever - fix currently untranslatable options module (tx)
* run codespell to fix some typos, run mkabouttext.pl, fix typos reported by ↵Gravatar Dessa2016-01-311-15/+15
| | | | Arfrever
* Do away with the register keyword for variables.Gravatar wodim2015-12-281-1/+1
| | | | > #1793
* copyright headers: fix broken boilerplate wording linkss -> terms and ↵Gravatar un1versal2015-11-281-1/+1
| | | | opinion -> option
* Copyright Headers: Cosmetic typos irc -> IRCGravatar un1versal2015-10-281-1/+1
|
* - massive trailing whitespace cleanup (yes, one of these "you can hate me ↵Gravatar Robert Förster2014-11-211-1/+1
| | | | | | | | | for that" commits) - 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
* KviCString: removed duplicate setLength/setLen, added padRightGravatar Fabio Bas2011-07-231-4/+3
| | | | | | Crypto: splitted Initalization Vector engine to its own file, added real cbc mode to Rijndael engine (wip) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5911 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Load translation catalogues 'on-the-fly' from the default locale directoryGravatar Szymon Tomasz Stefanek2011-03-231-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5671 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More renames, fix the spelling of KVIrc etc...Gravatar Szymon Tomasz Stefanek2010-12-291-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5254 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More renaming and cleanupGravatar Szymon Tomasz Stefanek2010-12-271-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5237 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Yet more renaming and cleanupGravatar Szymon Tomasz Stefanek2010-12-271-14/+11
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5236 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Beginning of 'the big rename & cleanup'. File names should match class ↵Gravatar Szymon Tomasz Stefanek2010-12-251-0/+555
names, when possible. Move classes to one per file. Move C functions to namespaces, if possible. Kill some abbreviations... git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5229 17fca916-40b9-46aa-a4ea-0a15b648b75c