| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
* update windows version detection to include 11 and 10 subversions
* target windows 10 for Qt6
|
| |
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| | |
|
| |
|
|
|
| |
slash) (#2589)
* Fix wildcard regexp on strings containing a slash - fix for qt >= 6.6, qt >= 6.0, qt5
|
| | |
|
| |
|
|
|
| |
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
|
| |
|
|
| |
Method str_kvs_fnc_split() had to be replaced with the original version, since the newer one relied on Qt5's QStringRef
|
| | |
|
| |
|
|
|
|
| |
- 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
|
| |
|
|
|
|
| |
* Port to (and require) Qt 5.15. Drop KDE4 support, implement KDE5 support where needed.
---------
Co-authored-by: Fabio Bas <fabio.bas@officineinformatiche.net>
|
| |
|
|
| |
appveyor part mostly refs #2418 for build cache invalidation, update isn't really needed
|
| |\ |
|
| | |
| |
| |
| |
| | |
* Save configuration files atomically so corruption is less likely
* Save configs only if dirty
|
| | | |
|
| | | |
|
| | |
| |
| |
| | |
keyword.
|
| |/ |
|
| | |
|
| | |
|
| |
|
|
| |
(#2284)
|
| | |
|
| | |
|
| |
|
|
| |
* Fixes #2290
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
* 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
|
| | |
|
| |
|
|
| |
Fixes #2160
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
It wasn't used anyway ^^
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
resolves #2005
cleaned-up in:
* KviMediaManager.cpp
* KviWindow.h/.cpp
|
| |
|
|
|
|
| |
+ add copyright boilerplate to KviDebugContext.cpp
probably more source files exist with no copyright boilerplate.
this was a by chance find.
|
| |
|
|
|
| |
notes & separators: consistent formatting
various typos fixes
|
| |
|
|
|
|
| |
* 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
|
| |
|
| |
These handlers are probably OK for KDE but anything else these are useless for sure
|
| | |
|
| |
|
|
| |
+ remove separators to make it consistent.
|
| | |
|
| | |
|
| | |
|
| | |
|