aboutsummaryrefslogtreecommitdiffstats
path: root/src/kvilib/ext/KviConfigurationFile.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Save configuration files atomically so corruption is less likely (#2417)Gravatar Szymon Tomasz Stefanek2018-12-131-37/+12
| | | | | * Save configuration files atomically so corruption is less likely * Save configs only if dirty
* Cleanup included filesGravatar IceN9ne2016-10-281-0/+3
|
* various cosmetic: consistent comment formatGravatar un1versal2016-05-171-15/+44
| | | | + remove separators to make it consistent.
* cleanups: remove more dead code odd spacesGravatar un1versal2016-05-071-103/+0
|
* cleanup: remove more ancient commneted codeGravatar un1versal2016-05-061-36/+0
|
* cleanup duplicate includesGravatar un1versal2016-05-041-1/+0
|
* Apply clang-tidy: modernize-loop-convertGravatar Alexey Sokolov2016-04-301-4/+4
|
* Apply clang-tidy: modernize-use-nullptrGravatar Alexey Sokolov2016-04-301-3/+3
|
* Apply clang-formatGravatar Alexey Sokolov2016-04-291-203/+246
|
* Protect several hand-crafted blocks from clang-formatGravatar Alexey Sokolov2016-04-291-0/+2
|
* run codespell to fix some typos, run mkabouttext.pl, fix typos reported by ↵Gravatar Dessa2016-01-311-1/+1
| | | | Arfrever
* 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
|
* Added alpha component in color optionsGravatar Noldor2011-04-281-3/+9
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5804 17fca916-40b9-46aa-a4ea-0a15b648b75c
* more work killing QString helpersGravatar Elvio Basello2011-01-101-3/+3
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5336 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
* Kill system memmove, ix86 asm and kvi_memmove stuff: modern gcc coupled to ↵Gravatar Szymon Tomasz Stefanek2010-12-271-2/+2
| | | | | | glibc can do better these times. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5235 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Beginning of 'the big rename & cleanup'. File names should match class ↵Gravatar Szymon Tomasz Stefanek2010-12-251-0/+988
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