| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| |
|
| |
Fix #2757
|
| | |
|
| |
|
|
| |
while reading" errors on SDCC completion. The remote peer may close down the connection without sending the mandatory close_notify alert on shutdown. Since OpenSSL3 this reports an SSL error, but since we can already detect if the transfer has been truncated, just restore the previous behavior and ignore the error. (#2751)
|
| |
|
|
|
|
|
|
|
| |
* Add a spellchecker backend based on windows >=8 integrated spellchecker
* CI: remove enchant from windows builds
* Assume Qt5 is Windows 7, Qt6 is Windows >= 10
* Qt5 build is picking up a foreign libenchant from the build system, disable it
|
| | |
|
| |
|
|
|
|
|
|
| |
editable input editor (#2733)
* use the same contents margins
* use the same font kerning and hinting preferences
* use the same contents height
* on options change (eg. new theme applied), force a recalc of inputeditor cached metrics
|
| |
|
|
| |
it's unreadable (#2732)
|
| |
|
|
| |
Also, avoid a warning due to QGuiApplication::setHighDpiScaleFactorRoundingPolicy being called too late in application startup on qt6
Fix #2693
|
| |
|
|
|
|
|
| |
(#2730)
This reverts commit 148d8d9e1b6530676093f660ec64f6a2ee673235.
Fix #2713
Possibly fix #2566 as well
|
| | |
|
| |
|
|
| |
fix #2691 (#2727)
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
* Support cap-notify; fix #2724
* Update src/kvirc/kernel/KviIrcConnection.cpp
Co-authored-by: Alexey Sokolov <alexey+github@asokolov.org>
---------
Co-authored-by: Alexey Sokolov <alexey+github@asokolov.org>
|
| |
|
|
| |
defined. Partially fixes #2709 (#2723)
|
| |
|
|
|
| |
* Fix DBUS notifier arguments
* Replace unsigned int cast with a suffix
|
| |
|
|
| |
If a timeout is set, ask qt KDE to close them.
Unfortunately we can't control the timeout
|
| | |
|
| |
|
| |
fix #2714
|
| | |
|
| |
|
|
|
|
|
| |
* Adapt to Qt 6.9 deprecations
* Windows 2019 images are no more available no github, switch to 2022
* Wordaround Qt5 missing QTimezone::UTC
|
| |
|
|
|
| |
* KviControlCodes: Qt >= 6.9's QChar removed implicit casts from ctors, add explicit cast to accommodate
* Update github action jobs
|
| |
|
|
| |
The use case is provide network name and client ID to ZNC
See https://github.com/znc/znc/pull/1936
|
| | |
|
| |
|
|
| |
than one QKeySequence (#2689)
|
| | |
|
| |
|
|
|
| |
* update windows version detection to include 11 and 10 subversions
* target windows 10 for Qt6
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Sound options: don't immediately save changes when sound system gets autodetected; fix #2667
* If the config-saved sound system is not available anymore, force an autodetect; fix #2668
* Fix "qt" sound system under qt6 and unify the code path for Qt5.
* If phonon is available, prefer it over "qt" sound system (the latter can only play wav files)
* Nuke support for aRts (KDE2/3 sound server) and ESD (Gnome sound server before 2009)
* Sound module: replace SoundEffect with QmediaPlayer to support more file formats. Adjust the priority of "qt" sound system in autodetect
* Convert to smart pointers
* Sound options: force an autodetect if the current sound system is not valid
|
| |
|
|
| |
it. (#2672)
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
* Remove the remnants of GTK Style
* Add a Qt6 entry in build info; keep Qt5 since some scripts may need it
* Default to Fusion style on windows
|
| |
|
|
|
|
|
| |
* Remove hardcoded usage of Fusion style on Gtk; add an option to use a custom Qt Style (like Fusion on Windows, supporting dark mode)
* Update src/modules/options/OptionsWidget_theme.cpp
Co-authored-by: Alexey Sokolov <alexey+github@asokolov.org>
|
| |
|
|
|
| |
While testing the new version of kvirc I noticed that the setup window was using the `net.kvirc.kvirc` app_id. It seems my previous fix was incomplete since that window is started before the other window where we set the app_id.
Fix it by adding it to the setup window as well, and also just add it to a bunch more locations so that the chances of it not being set elsewhere are lower.
|
| |
|
|
| |
* update azzurra.org -> azzurra.chat
* azzurra.chat: use ssl by default
|
| |
|
|
| |
to a crash; fix #2645 (#2649)
|
| |
|
|
|
|
|
|
|
| |
* enable optimisation with debug; credits to wRAR
* Switch RFC2812 links from internal to external. Credits to wRAR
* admin/gendoc.pl: Ease the creation of reproducible builds by removing user and timestamp from generated documentation. Credits to Vagrant Cascadian
* Remove patches from dist/debian
|
| |
|
|
| |
enchant-provider.h (#2636)
|
| | |
|
| |
|
|
|
|
|
|
|
| |
* Add cmake option WANT_PERL_DOCS to disable doc generation. Ensure Qt version is reported correctly by cmake. Fix #2634
* KviApplication::checkGlobalKvircDirectory: don't test for help subdir, it may not exist
* Cmake: use the imported target for Threads instead of CMAKE_THREAD_LIBS_INIT
* Cmake: always import the Threads target
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
* 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
|
| | |
|
| | |
|
| |
|
|
| |
even if a query exists (same behavior of all the other whois reply handlers) (#2613)
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| | |
|