aboutsummaryrefslogtreecommitdiffstats
path: root/src/kvilib/file
Commit message (Expand)AuthorAgeFilesLines
* Changes that will need to be reworked.•••QFont changed the weight scale in Qt6, in order to use them we'd need to fix all configuration files in all themes. QStreamConverter only supports Utf8/16/32 and Latin1 before Qt6.5. Stick to qt5compat's QTextCodec by now Gravatar Fabio Bas2023-10-181-5/+20
* Qt6: QStringList is a typedef now, avoid forward declarationsGravatar Fabio Bas2023-10-181-1/+1
* Remove usages of Q_FOREACH. Fixes #2385Gravatar IceN9ne2018-05-221-2/+2
* Remove unused/useless codeGravatar IceN9ne2018-04-221-4/+0
* Fix Coverity complaints about uninitialized member variablesGravatar IceN9ne2018-04-141-1/+1
* Cleanup included filesGravatar IceN9ne2016-10-2810-22/+19
* 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. Gravatar un1versal2016-06-141-1/+0
* various cosmetic: consistent comment format•••+ remove separators to make it consistent. Gravatar un1versal2016-05-172-4/+4
* cleanups: remove more dead code odd spacesGravatar un1versal2016-05-073-72/+8
* Cleanup random separators with no commentsGravatar un1versal2016-05-061-1/+2
* Apply clang-tidy: modernize-loop-convertGravatar Alexey Sokolov2016-04-301-4/+4
* Apply clang-tidy: modernize-use-defaultGravatar Alexey Sokolov2016-04-302-4/+2
* Apply clang-tidy: modernize-use-nullptrGravatar Alexey Sokolov2016-04-303-6/+6
* Apply clang-formatGravatar Alexey Sokolov2016-04-2910-271/+299
* copyright headers: fix broken boilerplate wording linkss -> terms and opinion...Gravatar un1versal2015-11-2810-10/+10
* Copyright Headers: Cosmetic typos irc -> IRCGravatar un1versal2015-10-284-4/+4
* [ci skip] various header files, typos correctionsGravatar un1versal2015-10-081-1/+1
* Add package.extractField command to extract binary images from kvirc packages...Gravatar Szymon Tomasz Stefanek2015-10-042-0/+21
* Add package management moduleGravatar Szymon Tomasz Stefanek2015-09-153-0/+38
* More work on theme packingGravatar Szymon Tomasz Stefanek2015-08-272-2/+13
* - 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-212-6/+6
* fixes #1384•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6330 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar wodim2013-05-071-1/+1
* admin: obliterate convert files and svn_fixsvnignore.sh, people should use pr...•••sprinkle around some svn:ignore, svn:eol-style and svn:mime-type stuff, also remove mime-type property which does not exist, it should be svn:mime-type instead git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6052 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2012-01-141-20/+0
* KviCString: removed duplicate setLength/setLen, added padRight•••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 Gravatar Fabio Bas2011-07-231-1/+1
* fixed theme loading•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5553 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2011-03-071-2/+2
* removed old helper functions•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5436 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2011-02-081-1/+1
* Fix for KviFile on big endian machines•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5426 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2011-02-061-6/+6
* Some addon-related fixes•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5409 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2011-02-022-18/+22
* Fixed a bug in the package reader•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5399 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Noldor2011-01-271-4/+7
* improved doxygen documentation;•••updated italian translation git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5388 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2011-01-241-2/+2
* more work killing QString helpers•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5336 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2011-01-103-5/+4
* killed some QString helpers. Pay attention to the localizations: format strin...•••updated translation files; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5328 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2011-01-103-15/+9
* moved around some header hopefully minimizing recompilation times on small ch...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5280 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-12-311-0/+1
* Kill the 'extern' specifier which is optional and actually confusing here•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5258 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-12-291-30/+30
* Don't expose package writer internals•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5257 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-12-294-52/+77
* setLastError() is protected...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5256 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-12-291-7/+8
* More file splitting•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5255 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-12-297-1185/+1341
* More renames, fix the spelling of KVIrc etc...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5254 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-12-294-4/+4
* Beginning of 'the big rename & cleanup'. File names should match class names,...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5229 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-12-256-51/+51
* applied typo fixes for the "file" and "config" modules (thank OmegaPhil)•••fixed fsf address in python/pythoncore modules fixed "space before comma" in documentation/coments/code regenerated translations git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4954 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-08-311-2/+2
* cleaned code: removed all instances of debug•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4805 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2010-08-072-4/+4
* More addon tweaks•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4531 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-06-271-17/+33
* Rework the addon pack dialog.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4520 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2010-06-261-4/+6
* fixed typo•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4324 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2010-05-151-1/+1
* fixed infinite loop on corrupted theme installation (could cause a problem wi...•••fixed theme error reporting git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4311 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2010-05-081-2/+3
* added doxygen comments•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4267 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2010-04-192-83/+95
* removed old Qt3 wrappers;•••improved hungarian notation; added doxygen comments; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4260 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2010-04-184-92/+251
* improved hungarian notation•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3984 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2010-02-172-133/+142
* [KVIrc] (trunk) Code clean-ups.••• cppcheck ([0]) found quite a few errors and possible memory leaks. I've started to fix a few: - [./src/kvilib/file/kvi_fileutils.cpp:325]: (error) Mismatching allocation and deallocation: buf - [./src/kvilib/system/kvi_locale.cpp:817]: (possible error) Memory leak: c - [./src/kvirc/kernel/kvi_app_setup.cpp:709]: (possible error) Memory leak: cfgMainGroup - [./src/kvirc/kernel/kvi_app_setup.cpp:906]: (possible error) Memory leak: cfgMainGroup [0] http://sourceforge.net/projects/cppcheck/ git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3983 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Kai Wasserbäch2010-02-171-1/+2
* 2 missing bytes from previous commit•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3727 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2009-12-211-1/+1