| Commit message (Expand) | Author | Age | Files | Lines |
| * | update windows versions and target windows 10 for Qt6 (#2677)•••* update windows version detection to include 11 and 10 subversions
* target windows 10 for Qt6 | Dessa | 2024-09-10 | 1 | -8/+35 |
| * | Make D-Bus adaptor actually useful and use it as an IPC backend (#2630)•••* Move KViDbusAdaptor from kvilib to kvirc (so that it can access the g_pApp object) and add a method to register itself
* KviMain: register a dbus session even when kdelibs are enabled
* KviTalMainWindow: when kdelibs are enabled, avoid KMainWindow to expose all of its signal/lots via dbus
* Implement a simple IPC using d-bus
| ctrlaltca | 2024-04-10 | 2 | -78/+0 |
| * | More qt6 porting (#2622)•••* Port QColor::setNamedColor to QColor::fromString
* Port from QVariant::Type to QmetaType::Type
* KviCoreActions: port from QAction::parentWidget to qobject_cast + QAction::parent
* KviIrcView: port QString::fromUtf16 usage to the non-obsolete char16_t* overload
* KviTopicWidget: port QMouseEvent to a non-obsolete overload
* Port QMouseEvent from old pos(), x(), y(), to position()
* Port obsolete QMessageBox usage to custom buttons
* KviApplication: initialize the dbus notify message "replace ID" to 0
* KviIrcConnection: port deprecated QString::count() to QString::size()
* KvsObject_*: port QColor::setNamedColor to QColor::fromString
* KvsObject_widget: port QWidget::isTopLevel to QWidget::isWindow
* KviMainWindow: use QKeyCombination instead of int for shortcuts
* QHttp: avoid deprecated methods for QCryptographicHash
* ScriptEditorWidget: use the new signature for QMenu::addAction()
* KviInputEditor: Extract ACCEL_KEY from header and avoid warning
* KviStringConversion: convert old Qt5 font weights to new "css" font weights
* syntax fix | ctrlaltca | 2024-03-24 | 1 | -11/+47 |
| * | Workaround qt bug on QRegularExpression; Fix #2593 (#2594) | ctrlaltca | 2024-01-20 | 1 | -1/+1 |
| * | Fix nickserv identification (fix wildcard regexp on strings containing a slas...•••* Fix wildcard regexp on strings containing a slash - fix for qt >= 6.6, qt >= 6.0, qt5 | ctrlaltca | 2024-01-08 | 1 | -4/+11 |
| * | Settings: include styleName in font (#2568) | ctrlaltca | 2023-11-23 | 1 | -17/+17 |
| * | Changes that will need to be reworked.•••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
| Fabio Bas | 2023-10-18 | 1 | -2/+11 |
| * | 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 | 3 | -2/+168 |
| * | Qt6: QStringList is a typedef now, avoid forward declarations | Fabio Bas | 2023-10-18 | 3 | -3/+3 |
| * | translation and minor comment updates•••- switch from transifex/transifex-client to transifex/cli, the current version migrated the config properly (unlike earlier versions) and is usable
- pulled updates from tx, completed korean, updating portuguese and spanish
- minor comment updates and adding product ids that nobody is going to be using
| Dessa | 2023-07-28 | 1 | -3/+20 |
| * | Port to (and require) Qt 5.15. Drop KDE4 support, fix KDE5 (#2541)•••* Port to (and require) Qt 5.15. Drop KDE4 support, implement KDE5 support where needed.
---------
Co-authored-by: Fabio Bas <fabio.bas@officineinformatiche.net> | ctrlaltca | 2023-07-08 | 2 | -5/+5 |
| * | 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
| Dessa | 2019-01-11 | 1 | -112/+115 |
| * | Merge branch 'master' into cpp17 | IceN9ne | 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
| Szymon Tomasz Stefanek | 2018-12-13 | 2 | -47/+14 |
| * | | Convert 0s and NULLs to nullptr | IceN9ne | 2018-12-03 | 4 | -6/+6 |
| * | | Remove C-style typedef structs | IceN9ne | 2018-11-28 | 2 | -4/+4 |
| * | | Use override where possible and remove unnecessary usages of the virtual keyw... | IceN9ne | 2018-11-28 | 1 | -1/+1 |
| * | | Remove unnecessary usages of the inline keyword per language evolution. | IceN9ne | 2018-11-28 | 1 | -6/+6 |
| |/ |
|
| * | Apply all modernize-* fixes from clang-tidy except for modernize-use-auto | Alexey Sokolov | 2018-11-14 | 5 | -8/+9 |
| * | General code cleanup and coverity fixes - mostly fixes uninitialized members | IceN9ne | 2017-10-21 | 2 | -10/+10 |
| * | Add an option to allow the use of smart nickname colours with no background (... | wodim | 2017-09-01 | 2 | -8/+13 |
| * | Overriding this misspelling | wodim | 2017-08-31 | 1 | -1/+1 |
| * | Show if the current theme has been overriden with a stylesheet | wodim | 2017-08-31 | 1 | -1/+3 |
| * | KviRuntimeInfo: Fix the Qt theme detection••• * Fixes #2290
| IceN9ne | 2017-08-31 | 1 | -1/+2 |
| * | Remove lots of redundant line feeds around block elements in the docs. | wodim | 2017-08-25 | 3 | -29/+26 |
| * | push and pull po{t}s, typo fixes | Dessa | 2017-05-24 | 1 | -2/+2 |
| * | Make Windows code Unicode-aware (#2219) | wodim | 2017-05-24 | 1 | -1/+1 |
| * | KviCryptEngine: Fix typo | staticfox | 2017-02-23 | 1 | -1/+1 |
| * | Miscellaneous documentation fixes | OmegaPhil | 2017-02-23 | 1 | -25/+25 |
| * | KviProxy: Make class member data private | IceN9ne | 2017-02-09 | 3 | -75/+45 |
| * | 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
| IceN9ne | 2017-02-02 | 2 | -7/+7 |
| * | OS X is dead, long live macOS | staticfox | 2017-01-15 | 1 | -1/+1 |
| * | KviOggTheoraEncoder: Fix incorrect forward declaration of QRgb•••Fixes #2160
| IceN9ne | 2016-11-29 | 1 | -1/+2 |
| * | Cleanup included files | IceN9ne | 2016-10-28 | 42 | -55/+108 |
| * | KviPixmap: Code cleanup | IceN9ne | 2016-09-15 | 2 | -80/+32 |
| * | RuntimeInfo: Use #elif instead | staticfox | 2016-08-18 | 1 | -4/+2 |
| * | Remove KviParameterList•••It wasn't used anyway ^^
| staticfox | 2016-08-07 | 2 | -320/+0 |
| * | KviProxyDatabase: Fix MSVC bug | staticfox | 2016-08-07 | 1 | -0/+2 |
| * | KviProxyDatabase: Move to vector and unique pointers | staticfox | 2016-08-07 | 2 | -34/+21 |
| * | source: obsolete dirbrowser entries cleanup•••resolves #2005
cleaned-up in:
* KviMediaManager.cpp
* KviWindow.h/.cpp
| un1versal | 2016-07-19 | 1 | -17/+0 |
| * | 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 | 26 | -31/+29 |
| * | various cosmetic cleanups•••notes & separators: consistent formatting
various typos fixes
| un1versal | 2016-06-12 | 2 | -2/+0 |
| * | KviMediaManager: add default file handlers Win, OS X + Linux (#1994)•••* also ancient typo fix in applicatoin -> application
This is at best a quick fix since nothing else but KDE was considered till now.
fix #1992 | un1versal | 2016-06-07 | 1 | -12/+44 |
| * | Add better file handlers note•••These handlers are probably OK for KDE but anything else these are useless for sure | un1versal | 2016-06-01 | 1 | -1/+1 |
| * | wheeeeeeeeee | staticfox | 2016-05-22 | 1 | -2/+2 |
| * | various cosmetic: consistent comment format•••+ remove separators to make it consistent.
| un1versal | 2016-05-17 | 1 | -15/+44 |
| * | various: minor fixes | un1versal | 2016-05-15 | 1 | -1/+1 |
| * | Various fixes | un1versal | 2016-05-15 | 1 | -1/+1 |
| * | cleanups: remove more dead code odd spaces | un1versal | 2016-05-07 | 9 | -169/+13 |
| * | cleanup: remove more ancient commneted code | un1versal | 2016-05-06 | 3 | -93/+0 |