| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Add KviControlCodes::getExtendedColor | 2019-01-16 | 2 | -0/+101 | ||
| * | Unify KVI_MIRCCOLOR_MAX_FOREGROUND/_BACKGROUND into a single constant•••The distinction is not meaningful. | 2019-01-16 | 1 | -2/+1 | ||
| * | update nsis plugin, remove pre-windows-7 version detection and add some new ones•••appveyor part mostly refs #2418 for build cache invalidation, update isn't really needed | 2019-01-11 | 1 | -112/+115 | ||
| * | KviTalIconAndRichTextItemDelegate: Fix missing override | 2019-01-02 | 1 | -1/+1 | ||
| * | Merge branch 'master' into cpp17 | 2019-01-01 | 2 | -47/+14 | ||
| |\ | ||||||
| | * | Save configuration files atomically so corruption is less likely (#2417)•••* Save configuration files atomically so corruption is less likely * Save configs only if dirty | 2018-12-13 | 2 | -47/+14 | ||
| * | | Convert 0s and NULLs to nullptr | 2018-12-03 | 22 | -159/+154 | ||
| * | | Remove reliance Q_DISABLE_COPY macro | 2018-11-28 | 1 | -4/+2 | ||
| * | | Remove C-style typedef structs | 2018-11-28 | 7 | -16/+16 | ||
| * | | Use override where possible and remove unnecessary usages of the virtual keyw... | 2018-11-28 | 12 | -22/+22 | ||
| * | | Remove unnecessary usages of the inline keyword per language evolution. | 2018-11-28 | 7 | -124/+124 | ||
| * | | Modernize to C++17 | 2018-11-28 | 1 | -2/+2 | ||
| |/ | ||||||
| * | KviTranslator: Fix incorrect signature in override of translate. | 2018-11-28 | 2 | -2/+2 | ||
| * | Remove the keyword register from the code.•••* The register keyword doesn't do anything and is deprecated in C++17. | 2018-11-27 | 1 | -6/+6 | ||
| * | Do not track Linux kernel version•••of build system to make reproducible builds easier. See https://reproducible-builds.org/ for why this is good. | 2018-11-24 | 2 | -30/+0 | ||
| * | SASL: Add support for EXTERNAL method. Closes #2258 | 2018-11-22 | 4 | -3/+59 | ||
| * | Apply all modernize-* fixes from clang-tidy except for modernize-use-auto | 2018-11-14 | 18 | -29/+28 | ||
| * | Use C++14 | 2018-11-14 | 1 | -2/+2 | ||
| * | KviHttpRequest: Fix potential null pointer dereference | 2018-09-04 | 1 | -2/+2 | ||
| * | KviHttp: support relative redirects; fix #2398 (#2399)•••* mac: fix plugin installation * c++11: fix some compiler warnings * KviHttp: support relative redirects; fix #2398 KviUrl: permit modification of the url KviHttpRequest: check for relative redirects and change the url's path | 2018-09-04 | 3 | -3/+79 | ||
| * | Remove usages of Q_FOREACH. Fixes #2385 | 2018-05-22 | 1 | -2/+2 | ||
| * | Remove unused/useless code | 2018-04-22 | 1 | -4/+0 | ||
| * | Fix Coverity complaints about uninitialized member variables | 2018-04-14 | 4 | -4/+4 | ||
| * | remove qt5_use_modules for Qt 5.11•••cmake modules for Qt 5.11 don't have that function anymore, so it needs to be replaced with the standard way of library linkage. downside is that the module listing in the Status page isn't looking too fancy anymore. | 2018-04-14 | 1 | -1/+1 | ||
| * | Support 64-bit X509 certificate serial numbers (#2363)•••Support 64-bit X509 certificate serial numbers Avoid "too large" errors when querying the serial number of a certificate when it doesn't fit in a 32-bit integer. Use strings to query and store certificate serial numbers | 2018-04-11 | 2 | -11/+21 | ||
| * | QRegExp: Enable greedy quantifiers in regex pattern matching. | 2018-02-09 | 1 | -1/+1 | ||
| * | Fix uninitialized variable access | 2017-12-28 | 1 | -0/+1 | ||
| * | Better handling of tabs in KviIrcView. Not perfect but at least they aren't f... | 2017-12-28 | 1 | -0/+1 | ||
| * | Support OpenSSL 1.1.0 (#2223)•••Fixes #2151. | 2017-12-11 | 1 | -10/+41 | ||
| * | General code cleanup and coverity fixes - mostly fixes uninitialized members | 2017-10-21 | 4 | -30/+18 | ||
| * | gettimeofday(): Remove timezone argument•••1) Due to timezone and Daylight Savings, it has been abadonded and deprecated 2) It failed to compile under msvc2017 for whatever reason 3) We've never used it anyway | 2017-09-27 | 3 | -7/+7 | ||
| * | Cmake updates••• * Remove the usage of CMP0026’s LOCATION * fix WANT_STRIP option: fix #2306 * remove WANT_UNIVERSAL_BINARY option (obsolete) * fix bundling of Qt libraries on Osx | 2017-09-21 | 1 | -2/+13 | ||
| * | Add an option to allow the use of smart nickname colours with no background (... | 2017-09-01 | 2 | -8/+13 | ||
| * | Overriding this misspelling | 2017-08-31 | 1 | -1/+1 | ||
| * | Show if the current theme has been overriden with a stylesheet | 2017-08-31 | 1 | -1/+3 | ||
| * | KviRuntimeInfo: Fix the Qt theme detection••• * Fixes #2290 | 2017-08-31 | 1 | -1/+2 | ||
| * | Fix wrapping of <pre> in the docs.•••Fixes #2288 | 2017-08-31 | 1 | -6/+6 | ||
| * | Remove lots of redundant line feeds around block elements in the docs. | 2017-08-25 | 5 | -41/+36 | ||
| * | push and pull po{t}s, typo fixes | 2017-05-24 | 7 | -33/+33 | ||
| * | Make Windows code Unicode-aware (#2219) | 2017-05-24 | 6 | -50/+60 | ||
| * | Build also in debug mode for windows (#2192)•••* Build also in debug mode for windows See #2191 * Don't mix /Od and -O2 on windows build. -O2 comes from perl * Reindent perlcore CMakeLists * Fix debug python build on windows * Rearrange environment vars in appveyor * Try to publish pdb files too * install qts and kvirc's debug pdbs in debug config * use TARGET_PDB_FILE instead | 2017-05-24 | 1 | -0/+1 | ||
| * | KviCryptEngine: Fix typo | 2017-02-23 | 1 | -1/+1 | ||
| * | Miscellaneous documentation fixes | 2017-02-23 | 1 | -25/+25 | ||
| * | KviProxy: Make class member data private | 2017-02-09 | 3 | -75/+45 | ||
| * | KviSignalHandler: Be explicit when ignoring return values of certain functions | 2017-02-03 | 1 | -2/+2 | ||
| * | Encryption: A fix and some code cleanup••• * Fixes spelling error in function name that fails to override base class virtual function * Adds const to functions that should have it * Cleans-up some formatting | 2017-02-02 | 2 | -7/+7 | ||
| * | KviCString: Fix bug in hexToBuffer | 2017-01-16 | 1 | -7/+6 | ||
| * | OS X is dead, long live macOS | 2017-01-15 | 2 | -2/+2 | ||
| * | Remove usage of deprecated QStyle* typedefs | 2016-12-02 | 1 | -1/+1 | ||
| * | KviOggTheoraEncoder: Fix incorrect forward declaration of QRgb•••Fixes #2160 | 2016-11-29 | 1 | -1/+2 | ||
