aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Include debian patches (#2639)•••* 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/debianGravatar ctrlaltca2024-05-093-5/+5
* Spellchecker: migrate to enchant++ to avoid use of private API in enchant-pro...Gravatar ctrlaltca2024-05-041-30/+25
* Set portable when it is needed (#2638)Gravatar Douman2024-05-042-3/+2
* Add cmake option WANT_PERL_DOCS to disable doc generation. (#2635)•••* 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 targetGravatar ctrlaltca2024-05-011-4/+4
* Add an option to disable vertical margin between lines; fix #2464 (#2633)Gravatar ctrlaltca2024-04-306-32/+57
* 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 Gravatar ctrlaltca2024-04-108-15/+88
* port dcc video to qt6 (#2628)Gravatar ctrlaltca2024-04-052-99/+145
* Strip leading spaces on command; Fix #2626 (#2627)Gravatar ctrlaltca2024-04-051-0/+5
* Numerical 301: respect the value of KviOption_boolWhoisRepliesToActiveWindow ...Gravatar ctrlaltca2024-04-031-4/+1
* Avoid possible infinite recursion; fix #2505 (#2624)Gravatar ctrlaltca2024-03-271-2/+2
* 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 fixGravatar ctrlaltca2024-03-2428-191/+370
* Fix Wayland appId (#2621)Gravatar Reilly Brogan2024-03-211-1/+1
* Fix crash on undo; fix #2617 (#2618)Gravatar ctrlaltca2024-03-131-1/+1
* Switching the mac CI to qt6 (#2612)•••* try switching the mac CI to qt6; remove the cmake hardcoded deploy, use macdeployqt instead * mac: Try to mode kvilib and modules to Contents/Frameworks for macdeployqt to pick them up * Add Mattoje's patch * Just disable python by nowGravatar ctrlaltca2024-03-083-56/+2
* Fix 2609; while we're at it, make the contextual help work again (#2610)Gravatar ctrlaltca2024-02-271-13/+14
* 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/patchesGravatar ctrlaltca2024-02-249-34/+33
* Use target_compile_features to select C++ standard (#2607)•••* Use target_compile_features to select C++ standard * Modules and binary already inherit from kvilibGravatar Alexey Sokolov2024-02-122-6/+1
* Check for QtMultimedia before using QSound; partially fix #2166 (#2604)Gravatar ctrlaltca2024-02-122-0/+10
* Replace deprecated define. Fix #2601 (#2603)Gravatar ctrlaltca2024-02-111-2/+2
* Add support for sanitizers at compile time (and fix some issues) (#2599)•••* Add an option to enable sanitizer at compile time * Fix singleton classes initialization * Revert r5378 - issue #1068 - to avoid having duplicate symbols exported by modules, that may cause a crash * Fix cast in KviTalIconAndRichTextItemDelegate (used by both QListWidget and QTreeWidget) * ScriptEditor: don't leak a timer for every script editor widget * Add support for memory and thread sanitizers * Fix sanitizer * KviSignalhandler: don't leak the whole object * Remove debug warning when a single message is longer than 512 bytes. As per https://ircv3.net/specs/extensions/message-tags.html#size-limit , message tags can prepend a whooping 8kbs of "tags" (header data) to each message. * Avoid initialization loop between KviLocale and KviMessageCatalogue. Assume all .po files are UTF8. This is already a requirement since about a decade. * KviInputEditor: don't leak the undo/redo stacks KviInputEditor: don't leak the undo/redo stacks - rework using smart pointers * Fix typoGravatar ctrlaltca2024-02-0816-124/+34
* Fix #2597: moc may require the full KviMaskEntry declaration in the header fi...Gravatar ctrlaltca2024-01-282-8/+1
* Workaround qt bug on QRegularExpression; Fix #2593 (#2594)Gravatar ctrlaltca2024-01-201-1/+1
* Fix build with Qt5 and WANT_DCC_VIDEO (#2592)•••``` src/modules/dcc/DccVideoWindow.cpp: In member function ‘virtual const QString& DccVideoWindow::target()’: src/modules/dcc/DccVideoWindow.cpp:660:40: error: cannot convert ‘QString’ to ‘QString*’ in assignment ```Gravatar Aleksei Bavshin2024-01-192-13/+3
* 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, qt5Gravatar ctrlaltca2024-01-081-4/+11
* misc updates: (#2587)•••- update dictionaries to newer versions - enable AlignConsecutiveAssignments and AlignConsecutiveDeclarations so they can be re-tested once we are ready to do so, its been fixed since clang 5 apparently. - update to Devel::PPPort 3.71 (cover more perl versions) and ExtUtils::ParseXS 3.51 (minimal changes)Gravatar Dessa2023-12-292-995/+2779
* Activation support for KDE (KF6) notifications (#2586)•••Use xdg-activation tokens when available. This should work with KF6 and `xcb` and `wayland` platform backends on Plasma 6.Gravatar Aleksei Bavshin2023-12-261-3/+27
* Fix build with KDE Frameworks 6 (#2585)•••* KF6: adapt to new KNotificationAction API Use correct versioned location for the notifyrc. * KF6: correct includes for KWindowInfo * KF6: add KF6::StatusNotifierItem component KStatusNotifierItem was split from KNotifications in KF6.Gravatar Aleksei Bavshin2023-12-252-13/+33
* Remove raw event when it has no handlers. fix #2427 (#2583)Gravatar ctrlaltca2023-12-241-3/+3
* Tray icon fixes (#2581)•••* tray icon: add different icons for light/dark theme, fix #1840 fix #1358 * Tray icon: fix tooltip not showing up on linux; fix #2339 * Tray icon: add support for rich text tooptips on linux using kde's appnotifier * Do not output html tooltips on win, macGravatar ctrlaltca2023-12-2419-58/+105
* Disable accellerators before freeing them (#2582)Gravatar ctrlaltca2023-12-241-0/+1
* Fix regression in some shortcuts introduced in cba0ebedf3f0cc4da6f8729dde1028... 5.2.0-beta2Gravatar ctrlaltca2023-12-081-19/+18
* Fix crash bug on avatar handling with specific realnames (#2578)Gravatar ctrlaltca2023-12-081-1/+1
* SSL updates (#2575)Gravatar ctrlaltca2023-12-044-4/+47
* Attempt at fixinf font width size by enable full font hinting, aka forcing gl...Gravatar ctrlaltca2023-11-303-0/+3
* KviCString::getToken(): add option to skip empty elements (default off) (#2574)Gravatar ctrlaltca2023-11-303-5/+13
* 2569: fix mouse selection of mixed text: normal and surrogate pairsGravatar Fabio Bas2023-11-281-1/+1
* Remove QWebEngine usage in core. Rewrite web package manager (#2570)•••* Remove use of QWebEngine from help module * Rewrite the WebPackageManagementDialog to use an http/json API instead of a webpage; drop QWebEngine usage * Edited repository urls to https://kvirc.github.io/Gravatar ctrlaltca2023-11-2817-431/+287
* Ircview: Fix out of bound memory read when a line ends with a tab; fix #2377Gravatar Fabio Bas2023-11-281-1/+0
* InputEditor: consider surrogate pairs when moving cursor, deleting a char or ...Gravatar Fabio Bas2023-11-281-82/+66
* Ircview: consider surrogate pairs when calculating block widths, wraps, and s...Gravatar Fabio Bas2023-11-281-20/+121
* Settings: include styleName in font (#2568)Gravatar ctrlaltca2023-11-231-17/+17
* Avoid sending a spurious null byte to the server at the end of raw commands (...Gravatar ctrlaltca2023-11-211-4/+2
* Do not leak each created KviInputEditorSpellCheckerBlock (#2563)•••Objects allocated by splitTextIntoSpellCheckerBlocks into buffer vector are never freed. Fix this by turning vector of pointers into vector of objects.Gravatar Igor V. Kovalenko2023-11-132-25/+19
* Fix KviTopicWidget label shifted down and clipped (#2562)•••KviThemedLabel has margin set to 4. While sizing topic widget this is not taken into account. This causes rendered topic label text to be shifted down and clipped at the bottom. Fix this by setting KviThemedLabel margin to zero and using stylesheet left and right margin properties instead. While at it, simplify management of editor widget lifecycle and widget size. Instead of doing that by hand on events, create QStackedWidget to operate visibility and size of label and editing widgets. Create all objects at once in KviTopicWidget constructor, attach label widget at index 0 and a KViTaiHbox with line editor and 3 buttons at index 1. Only operate visibility by switching current stacked widget index and let QStackedWidget resize it's contents as needed.Gravatar Igor V. Kovalenko2023-11-136-63/+66
* Fix text[idx] out of bounds assertion in KviTopicWidget::paintColoredText (#2...Gravatar Igor V. Kovalenko2023-11-131-5/+23
* Remove references to kvirc.de and kvirc.ru (#2559)•••* Remove reference to kvirc.de and kvirc.ru * Fix directive #23Gravatar ctrlaltca2023-10-216-23/+4
* Console window: fix server selection from comboboxGravatar Fabio Bas2023-10-181-1/+1
* Qt6: fix font rendering on help windowGravatar Fabio Bas2023-10-181-0/+3
* Migrate almost all QMessagebox to qt6-friendly version.Gravatar Fabio Bas2023-10-1828-216/+193
* Address feedback for XmlFunctions.cppGravatar Fabio Bas2023-10-181-4/+1