aboutsummaryrefslogtreecommitdiffstats
path: root/src/kvilib/file
Commit message (Collapse)AuthorAgeFilesLines
* Changes that will need to be reworked.Gravatar Fabio Bas2023-10-181-5/+20
| | | | | 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
* 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 cleanupsGravatar un1versal2016-06-141-1/+0
| | | | | | + add copyright boilerplate to KviDebugContext.cpp probably more source files exist with no copyright boilerplate. this was a by chance find.
* various cosmetic: consistent comment formatGravatar un1versal2016-05-172-4/+4
| | | | + remove separators to make it consistent.
* 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 ↵Gravatar un1versal2015-11-2810-10/+10
| | | | opinion -> option
* 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 ↵Gravatar Szymon Tomasz Stefanek2015-10-042-0/+21
| | | | packages. Will be used in the web site.
* 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 ↵Gravatar Robert Förster2014-11-212-6/+6
| | | | | | | | | 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
* fixes #1384Gravatar wodim2013-05-071-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6330 17fca916-40b9-46aa-a4ea-0a15b648b75c
* admin: obliterate convert files and svn_fixsvnignore.sh, people should use ↵Gravatar Robert Förster2012-01-141-20/+0
| | | | | | | | proper SVN Props instead 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
* KviCString: removed duplicate setLength/setLen, added padRightGravatar Fabio Bas2011-07-231-1/+1
| | | | | | 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
* fixed theme loadingGravatar Fabio Bas2011-03-071-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5553 17fca916-40b9-46aa-a4ea-0a15b648b75c
* removed old helper functionsGravatar Elvio Basello2011-02-081-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5436 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Fix for KviFile on big endian machinesGravatar Szymon Tomasz Stefanek2011-02-061-6/+6
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5426 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Some addon-related fixesGravatar Szymon Tomasz Stefanek2011-02-022-18/+22
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5409 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Fixed a bug in the package readerGravatar Noldor2011-01-271-4/+7
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5399 17fca916-40b9-46aa-a4ea-0a15b648b75c
* improved doxygen documentation;Gravatar Elvio Basello2011-01-241-2/+2
| | | | | | | updated italian translation git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5388 17fca916-40b9-46aa-a4ea-0a15b648b75c
* more work killing QString helpersGravatar Elvio Basello2011-01-103-5/+4
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5336 17fca916-40b9-46aa-a4ea-0a15b648b75c
* killed some QString helpers. Pay attention to the localizations: format ↵Gravatar Elvio Basello2011-01-103-15/+9
| | | | | | | | | strings have changed!; updated translation files; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5328 17fca916-40b9-46aa-a4ea-0a15b648b75c
* moved around some header hopefully minimizing recompilation times on small ↵Gravatar Fabio Bas2010-12-311-0/+1
| | | | | | changes git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5280 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Kill the 'extern' specifier which is optional and actually confusing hereGravatar Szymon Tomasz Stefanek2010-12-291-30/+30
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5258 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Don't expose package writer internalsGravatar Szymon Tomasz Stefanek2010-12-294-52/+77
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5257 17fca916-40b9-46aa-a4ea-0a15b648b75c
* setLastError() is protected...Gravatar Szymon Tomasz Stefanek2010-12-291-7/+8
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5256 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More file splittingGravatar Szymon Tomasz Stefanek2010-12-297-1185/+1341
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5255 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More renames, fix the spelling of KVIrc etc...Gravatar Szymon Tomasz Stefanek2010-12-294-4/+4
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5254 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Beginning of 'the big rename & cleanup'. File names should match class ↵Gravatar Szymon Tomasz Stefanek2010-12-256-51/+51
| | | | | | 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
* applied typo fixes for the "file" and "config" modules (thank OmegaPhil)Gravatar Fabio Bas2010-08-311-2/+2
| | | | | | | | 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
* cleaned code: removed all instances of debugGravatar Elvio Basello2010-08-072-4/+4
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4805 17fca916-40b9-46aa-a4ea-0a15b648b75c
* More addon tweaksGravatar Szymon Tomasz Stefanek2010-06-271-17/+33
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4531 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Rework the addon pack dialog.Gravatar Szymon Tomasz Stefanek2010-06-261-4/+6
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4520 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed typoGravatar Elvio Basello2010-05-151-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4324 17fca916-40b9-46aa-a4ea-0a15b648b75c
* fixed infinite loop on corrupted theme installation (could cause a problem ↵Gravatar Fabio Bas2010-05-081-2/+3
| | | | | | | | | with themes containing empty files) fixed theme error reporting git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4311 17fca916-40b9-46aa-a4ea-0a15b648b75c
* added doxygen commentsGravatar Elvio Basello2010-04-192-83/+95
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4267 17fca916-40b9-46aa-a4ea-0a15b648b75c
* removed old Qt3 wrappers;Gravatar Elvio Basello2010-04-184-92/+251
| | | | | | | | improved hungarian notation; added doxygen comments; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4260 17fca916-40b9-46aa-a4ea-0a15b648b75c
* improved hungarian notationGravatar Elvio Basello2010-02-172-133/+142
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3984 17fca916-40b9-46aa-a4ea-0a15b648b75c
* [KVIrc] (trunk) Code clean-ups.Gravatar Kai Wasserbäch2010-02-171-1/+2
| | | | | | | | | | | | | | 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
* 2 missing bytes from previous commitGravatar Fabio Bas2009-12-211-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3727 17fca916-40b9-46aa-a4ea-0a15b648b75c