| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix some c++20 warnings (#2766) | ctrlaltca | 2026-06-10 | 1 | -2/+2 |
| * | KviShortcut: add new ctor to support QKeySequence::StandardKey with more tha... | ctrlaltca | 2024-11-19 | 2 | -0/+9 |
| * | Avoid possible infinite recursion; fix #2505 (#2624) | ctrlaltca | 2024-03-27 | 1 | -2/+2 |
| * | Switch windows CI builds to Github Actions and Qt6 (#2606)•••* Make build compatible with ninja generator
* Remove usage of Qt Windows Extras under qt6
* Avoid compilation noise on UNICODE redefinition
* Remove "KviHeapObject::operator new" signature for debug builds, add placement new operator
* Fix implicit cast of 0 to QFlags
* Fix Avoid ambiguous overload in concatenating strings
* KviIpcSentinel::winEvent - Adapt to changed method signature in qt6
* Remove windows 95/98/me support :)
* appveyor: try switching qt version
* Try creating a github action for windows build
* Remove appveyor config; move windows-only patches into dist/windows/patches | ctrlaltca | 2024-02-24 | 2 | -18/+7 |
| * | KviCString::getToken(): add option to skip empty elements (default off) (#2574) | ctrlaltca | 2023-11-30 | 2 | -4/+12 |
| * | Make shortcuts compatible with qt6; remove unused KviShortcut constructor sin... | Fabio Bas | 2023-10-18 | 2 | -11/+23 |
| * | Port from QRegExp (unavailable on qt6) to KviRegExp, based on QRegularExpression•••Method str_kvs_fnc_split() had to be replaced with the original version, since the newer one relied on Qt5's QStringRef
| Fabio Bas | 2023-10-18 | 1 | -3/+3 |
| * | kvilib: Fix format specifier | craftwar | 2019-09-07 | 1 | -1/+1 |
| * | Convert 0s and NULLs to nullptr | IceN9ne | 2018-12-03 | 6 | -135/+130 |
| * | Remove C-style typedef structs | IceN9ne | 2018-11-28 | 1 | -4/+4 |
| * | Remove unnecessary usages of the inline keyword per language evolution. | IceN9ne | 2018-11-28 | 2 | -8/+8 |
| * | Remove the keyword register from the code.•••* The register keyword doesn't do anything and is deprecated in C++17.
| IceN9ne | 2018-11-27 | 1 | -6/+6 |
| * | Apply all modernize-* fixes from clang-tidy except for modernize-use-auto | Alexey Sokolov | 2018-11-14 | 4 | -6/+6 |
| * | Fix Coverity complaints about uninitialized member variables | IceN9ne | 2018-04-14 | 1 | -1/+1 |
| * | QRegExp: Enable greedy quantifiers in regex pattern matching. | IceN9ne | 2018-02-09 | 1 | -1/+1 |
| * | push and pull po{t}s, typo fixes | Dessa | 2017-05-24 | 4 | -29/+29 |
| * | KviCString: Fix bug in hexToBuffer | IceN9ne | 2017-01-16 | 1 | -7/+6 |
| * | Cleanup included files | IceN9ne | 2016-10-28 | 5 | -8/+11 |
| * | Part 1: Bring KVIrc to the 21st century•••Avoid many un-necessary memory allocations as well as start
the migration to unique pointers where appropriate.
Start migrating out of the KVirc standard library into the C++ standard
library.
| staticfox | 2016-08-03 | 1 | -0/+73 |
| * | readd missing error line, which got deleted some misterious way. (#2061) | un1versal | 2016-07-10 | 1 | -8/+9 |
| * | Revert "Readded removed error in cbb974beb2020ee33c0889470548b50f1c935c1c"•••This reverts commit fac8ef83757fa35bf4073360ec0afb41c6b856b8.
| Jason Iverson | 2016-07-10 | 1 | -2/+1 |
| * | Readded removed error in cbb974beb2020ee33c0889470548b50f1c935c1c | Jason Iverson | 2016-07-10 | 1 | -1/+2 |
| * | 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.
| un1versal | 2016-06-14 | 5 | -49/+9 |
| * | various cosmetic: consistent comment format•••+ remove separators to make it consistent.
| un1versal | 2016-05-17 | 1 | -4/+7 |
| * | KviError: fix remainder formatting consistency | un1versal | 2016-05-06 | 1 | -122/+119 |
| * | cleanup: remove more ancient commneted code | un1versal | 2016-05-06 | 1 | -328/+3 |
| * | cleanup duplicate includes p2 | un1versal | 2016-05-04 | 1 | -1/+0 |
| * | Apply clang-tidy: modernize-use-nullptr | Alexey Sokolov | 2016-04-30 | 2 | -20/+20 |
| * | Apply clang-format | Alexey Sokolov | 2016-04-29 | 15 | -1747/+2381 |
| * | Protect several hand-crafted blocks from clang-format | Alexey Sokolov | 2016-04-29 | 1 | -0/+2 |
| * | Remove all ifdefs related to older versions of Qt.•••Now that we only support Qt 5 we will no longer need these.
| wodim | 2016-04-07 | 1 | -8/+0 |
| * | Fix compilation with WANT_MEMORY_CHECKS | wodim | 2016-04-02 | 1 | -1/+1 |
| * | some more typo fixes and a translation bugfix•••- apply changes suggested by Arfrever
- fix currently untranslatable options module (tx)
| Dessa | 2016-02-01 | 1 | -1/+1 |
| * | run codespell to fix some typos, run mkabouttext.pl, fix typos reported by Ar... | Dessa | 2016-01-31 | 4 | -31/+31 |
| * | Do away with the register keyword for variables.•••> #1793
| wodim | 2015-12-28 | 2 | -66/+66 |
| * | Fix coverity defect 28620 | Szymon Tomasz Stefanek | 2015-12-26 | 1 | -0/+1 |
| * | various files: typos/consistency and capitalization see notes below.•••https://techbase.kde.org/Projects/Usability/HIG/Capitalization
This was just done last minute over some notes I had made during earlier similar fixes.
* dont capitalize prepositions/conjunctions with less than 5 letters + fix wrong plural.
* freenode is all lowercase instance only.
* tooltips are not Camel Case capitalization style either.
* some centered text on a dialog when all the etxt is left aligned looks off, tootips we can give a pass to.
* Tree items are Camel Case
* Typos in Unknow channel modes
* more tooltips in the Channel Mode/Ban Masks/Invite but flawed design on these
The tooltips text doubles up as title one isnt capitalized and the other is...
So now none are in this area only since unlike toolbars thers no test display here and its passable.
Alternative is to fix these dialogs and toolbars and tbh I cant do it.
* cannot vs can't : these are consistency fixes for strings and debug messages only.
* about dialog group titles "Runtime Info" "Build Info" are Camel Cased as per capitalization guidelines, but label are like all other labels.
s spaces
tyyt
| un1versal | 2015-12-19 | 1 | -1/+1 |
| * | copyright headers: fix broken boilerplate wording linkss -> terms and opinion... | un1versal | 2015-11-28 | 15 | -16/+16 |
| * | Copyright Headers: Cosmetic typos irc -> IRC | un1versal | 2015-10-28 | 13 | -14/+14 |
| * | Clean up double semicolons | Matt Ullman | 2015-10-27 | 1 | -1/+1 |
| * | Kvi(Various).cpp Capitalization punctuation, typos fixes | un1versal | 2015-10-22 | 2 | -20/+20 |
| * | [ci skip] various header files, typos corrections | un1versal | 2015-10-08 | 1 | -2/+2 |
| * | Fix subtle crash in KviKvsHash destruction when the module that allocated it ... | Szymon Tomasz Stefanek | 2015-08-27 | 1 | -0/+7 |
| * | Get rid of kvi_va_start_by_reference.•••If to use va_start with references, behavior is undefined.
So, KVIrc used asm magic instead, which relied on how compiler generates
code. As a result, KVIrc has been crashing on Windows when compiled for x86
using msvc2013.
Instead, pass the last parameter by value, and use standard va_start.
| Alexey Sokolov | 2015-08-15 | 2 | -3/+3 |
| * | - 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
| Robert Förster | 2014-11-21 | 6 | -53/+53 |
| * | applied patch for #1398•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6343 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2013-07-22 | 1 | -0/+1 |
| * | some warning fixes for sunpro, and a compile fix, sunpro is still dumb and br...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6322 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Robert Förster | 2013-03-26 | 1 | -1/+1 |
| * | qt5 support (sip): code only, no touch to build system by now•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6251 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2012-09-25 | 2 | -0/+20 |
| * | fix #1264•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6126 17fca916-40b9-46aa-a4ea-0a15b648b75c
| Fabio Bas | 2012-04-07 | 1 | -1/+29 |
| * | 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
| Robert Förster | 2012-01-14 | 1 | -20/+0 |