aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/file
Commit message (Collapse)AuthorAgeFilesLines
* Changes that will need to be reworked.Gravatar Fabio Bas2023-10-181-2/+9
| | | | | 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
* Port to (and require) Qt 5.15. Drop KDE4 support, fix KDE5 (#2541)Gravatar ctrlaltca2023-07-081-3/+3
| | | | | | * Port to (and require) Qt 5.15. Drop KDE4 support, implement KDE5 support where needed. --------- Co-authored-by: Fabio Bas <fabio.bas@officineinformatiche.net>
* Convert 0s and NULLs to nullptrGravatar IceN9ne2018-12-031-1/+1
|
* Support OpenSSL 1.1.0 (#2223)Gravatar Vladimir Panteleev2017-12-111-6/+12
| | | Fixes #2151.
* Fix wrapping of <pre> in the docs.Gravatar wodim2017-08-311-14/+14
| | | | Fixes #2288
* Make Windows code Unicode-aware (#2219)Gravatar wodim2017-05-241-3/+9
|
* Miscellaneous documentation fixesGravatar OmegaPhil2017-02-231-140/+129
|
* Apply clang-tidy: modernize-use-nullptrGravatar Alexey Sokolov2016-04-301-4/+4
|
* Apply clang-formatGravatar Alexey Sokolov2016-04-291-223/+250
|
* Improve foreach loopGravatar Alexey Sokolov2016-04-261-2/+2
| | | | @staticfox
* libkvifile: Use for range loopGravatar staticfox2016-04-251-4/+4
|
* Add support to windows unc remote path in module FileGravatar Noldor732016-04-221-99/+120
|
* Revert "Add support to windows unc remote path in module File; code ↵Gravatar staticfox2016-04-211-120/+99
| | | | | | fix/enhancement in KVS classes" This reverts commit 741e768cfef3d1aa86d057b667f6bb4f1375f78d.
* Add support to windows unc remote path in module File; code fix/enhancement ↵Gravatar Noldor732016-04-211-99/+120
| | | | in KVS classes
* documentation: formatting/indentation + minor syntax fixesGravatar un1versal2016-03-141-41/+73
| | | | | | + Dont use double quotes to emphasise words in normal circumstances. + improve indenting + consistency (good for readability when editing source) + also replace single quotes
* src/modules typos: capitalize, formatting, consistency and syntax fixesGravatar un1versal2015-12-191-2/+2
|
* libkvifile: typos, capitalization and consistency fixesGravatar un1versal2015-12-051-40/+39
|
* 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
|
* Clean up trailing whitespaces and excess newlinesGravatar Matt Ullman2015-10-181-1/+0
| | | | | Oh how I can already hear the sound of angry villagers with pitchforks running over to my desk
* [ci skip] cpp file typos and capitalization correctionsGravatar un1versal2015-10-081-4/+4
|
* Make file.mkdir smarterGravatar Szymon Tomasz Stefanek2015-10-041-4/+13
|
* - massive trailing whitespace cleanup (yes, one of these "you can hate me ↵Gravatar Robert Förster2014-11-211-5/+5
| | | | | | | | | 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
* - bump to QT 4.7 (we have no QT 4.8 specific code)Gravatar Robert Förster2014-02-271-4/+1
| | | | | | | - 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
* - some fixing for cmake 3Gravatar Robert Förster2014-02-271-4/+2
| | | | | | | | - compile with WIN32_LEAN_AND_MEAN - fix compilation with qt5 on windows, thanks to d00p for the transparency fix - some work on windows resource files (still in progress) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6370 17fca916-40b9-46aa-a4ea-0a15b648b75c
* more avoid openssl deprecation under osxGravatar Fabio Bas2013-06-201-0/+8
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6342 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Fix $file.readLinesGravatar Szymon Tomasz Stefanek2012-12-221-4/+14
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6299 17fca916-40b9-46aa-a4ea-0a15b648b75c
* convert cmake files to lowercase statements prehistoric cmake versions ↵Gravatar Robert Förster2012-10-041-3/+3
| | | | | | required uppercase, but lowercase is now preferred so change it (yeah feel free to hate me for this commit ) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6267 17fca916-40b9-46aa-a4ea-0a15b648b75c
* qt5 support: cmake build system updateGravatar Fabio Bas2012-09-281-3/+0
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6257 17fca916-40b9-46aa-a4ea-0a15b648b75c
* (Maybe) compile also with qt 4.6.2Gravatar Szymon Tomasz Stefanek2012-07-021-1/+4
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6199 17fca916-40b9-46aa-a4ea-0a15b648b75c
* admin: obliterate convert files and svn_fixsvnignore.sh, people should use ↵Gravatar Robert Förster2012-01-141-9/+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
* quick fixGravatar Elvio Basello2012-01-091-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6046 17fca916-40b9-46aa-a4ea-0a15b648b75c
* quick fixGravatar Elvio Basello2012-01-091-5/+6
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6045 17fca916-40b9-46aa-a4ea-0a15b648b75c
* hopefully fixed win32 compilationGravatar Fabio Bas2012-01-091-1/+1
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6044 17fca916-40b9-46aa-a4ea-0a15b648b75c
* added $file.time() function;Gravatar Elvio Basello2012-01-081-101/+185
| | | | | | | | cleaned code; improved hungarian notation; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6041 17fca916-40b9-46aa-a4ea-0a15b648b75c
* some fixes on documentationGravatar wodim2011-09-111-6/+6
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5966 17fca916-40b9-46aa-a4ea-0a15b648b75c
* droppped cryptopp dependency, as per resolution #4 of last week's ml ↵Gravatar Fabio Bas2011-08-241-89/+3
| | | | | | discussion. Cryptopp will live in the 4.1-qtsockets branch and will maybe be re-merged in the future if it will catch up in sync with the openssl implementation git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5943 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Fixed typos found by Lintian.Gravatar Kai Wasserbäch2011-05-071-3/+3
| | | | | | | | | This commit fixes: I: kvirc: spelling-error-in-binary usr/bin/kvirc writeable writable I: kvirc: spelling-error-in-binary usr/lib/kvirc/4.1/modules/libkvioptions.so allows to allows one to I: kvirc: spelling-error-in-binary usr/lib/kvirc/4.1/modules/libkvipopupeditor.so allows to allows one to git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5830 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Fixed diskspace functionGravatar Noldor2011-04-301-8/+6
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5812 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Fix compilation under winGravatar Noldor2011-04-301-5/+5
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5811 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Added file.diskspace function (working on linux, macos and win)Gravatar Noldor2011-04-301-0/+58
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5810 17fca916-40b9-46aa-a4ea-0a15b648b75c
* daily documentation fix by OmegaPhilGravatar Fabio Bas2011-04-041-7/+7
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5752 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Don't make Crypto++ and OpenSSL support mutally exclusive.Gravatar Kai Wasserbäch2011-02-112-6/+2
| | | | | | | | | This allows using SSL encrypted connections and still use Crypto++ for the remaining cryptographic functions. Signed-off-by: Kai Wasserbäch <curan@debian.org> git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5466 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Some cmake-related changes:Gravatar Fabio Bas2011-02-071-4/+4
| | | | | | | | | cleaned up the KVIRC_BUILD_FLAGS mess, now every #ifdef used in the code should have its own #define/#undef in kvi_sysconfig.h removed the old WITH_* family of flags, use the native cmake WANT_* options that avoids caching problems and permits to both set and unset the option use WANT_CRYPTOPP for cryptopp code (was: WANT_NO_EMBEDDED_CODE), and disable WANT_OPENSSL when the user wants tom switch to cryptopp updated INSTALL file accordingly git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5430 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Fixed typos, updated .po files, updated spanish translationGravatar wodim2011-01-201-2/+2
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5381 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-6/+6
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5237 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Beginning of 'the big rename & cleanup'. File names should match class ↵Gravatar Szymon Tomasz Stefanek2010-12-251-13/+13
| | | | | | 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
* documentation fixes on file module by OmegaPhilGravatar Fabio Bas2010-12-211-6/+14
| | | | git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5215 17fca916-40b9-46aa-a4ea-0a15b648b75c
* Add file.writeBytes and $file.readBytes(). Fix a buggie in the parameter ↵Gravatar Szymon Tomasz Stefanek2010-10-091-11/+193
| | | | | | processor triggered when array params are requested git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5048 17fca916-40b9-46aa-a4ea-0a15b648b75c