| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Method str_kvs_fnc_split() had to be replaced with the original version, since the newer one relied on Qt5's QStringRef
|
| |
|
|
|
|
| |
* Port to (and require) Qt 5.15. Drop KDE4 support, implement KDE5 support where needed.
---------
Co-authored-by: Fabio Bas <fabio.bas@officineinformatiche.net>
|
| | |
|
| |
|
| |
Fixes #2151.
|
| | |
|
| |
|
|
|
|
|
| |
* Fixed stripleft to return empty string instead of nothing when an empty string is passed
* Removed unused variables
* Simplified functions
* Fixed the split function to allow for splitting on empty string
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
+ Dont use double quotes to emphasise words in normal circumstances.
+ improve indenting + consistency (good for readability when editing source)
+ also replace single quotes
|
| |
|
|
| |
Arfrever
|
| | |
|
| |
|
|
| |
Someone was a bad boy and misused the search and replace blindly. :D
|
| |
|
|
| |
opinion -> option
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6407 17fca916-40b9-46aa-a4ea-0a15b648b75c
|
| |
|
|
| |
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6365 17fca916-40b9-46aa-a4ea-0a15b648b75c
|
| |
|
|
| |
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6364 17fca916-40b9-46aa-a4ea-0a15b648b75c
|
| |
|
|
| |
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6363 17fca916-40b9-46aa-a4ea-0a15b648b75c
|
| |
|
|
| |
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6338 17fca916-40b9-46aa-a4ea-0a15b648b75c
|
| |
|
|
| |
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6337 17fca916-40b9-46aa-a4ea-0a15b648b75c
|
| |
|
|
|
|
| |
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
|
| |
|
|
| |
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6257 17fca916-40b9-46aa-a4ea-0a15b648b75c
|
| |
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5962 17fca916-40b9-46aa-a4ea-0a15b648b75c
|
| |
|
|
|
|
| |
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
|
| |
|
|
| |
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5879 17fca916-40b9-46aa-a4ea-0a15b648b75c
|
| |
|
|
|
|
| |
rightfromfirst, rightfromlast; updated documentation and added examples. Fixes #1164, based on TheRipper's patch
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5878 17fca916-40b9-46aa-a4ea-0a15b648b75c
|
| |
|
|
| |
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5876 17fca916-40b9-46aa-a4ea-0a15b648b75c
|
| |
|
|
| |
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5839 17fca916-40b9-46aa-a4ea-0a15b648b75c
|
| |
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5459 17fca916-40b9-46aa-a4ea-0a15b648b75c
|
| |
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5381 17fca916-40b9-46aa-a4ea-0a15b648b75c
|
| |
|
|
|
|
|
|
|
| |
strings have changed!;
updated translation files;
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5328 17fca916-40b9-46aa-a4ea-0a15b648b75c
|
| |
|
|
| |
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5254 17fca916-40b9-46aa-a4ea-0a15b648b75c
|
| |
|
|
| |
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5242 17fca916-40b9-46aa-a4ea-0a15b648b75c
|
| |
|
|
| |
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5237 17fca916-40b9-46aa-a4ea-0a15b648b75c
|
| |
|
|
| |
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5233 17fca916-40b9-46aa-a4ea-0a15b648b75c
|
| |
|
|
|
|
| |
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
|
| |
|
|
| |
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5225 17fca916-40b9-46aa-a4ea-0a15b648b75c
|
| |
|
|
| |
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5141 17fca916-40b9-46aa-a4ea-0a15b648b75c
|
| |
|
|
| |
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5075 17fca916-40b9-46aa-a4ea-0a15b648b75c
|
| |
|
|
|
|
| |
no precision parameter is specified
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5074 17fca916-40b9-46aa-a4ea-0a15b648b75c
|
| |
|
|
| |
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4982 17fca916-40b9-46aa-a4ea-0a15b648b75c
|
| |
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4944 17fca916-40b9-46aa-a4ea-0a15b648b75c
|