| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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) | Dessa | 2023-12-29 | 4 | -999/+2785 |
| * | Update version to 5.1.3 (aka 5.2 beta 3) adopt new candidate release name "Qu...•••* Updated translations from Transifex
* Update version to beta3, adopt new candidate release name "Quasar" 5.2.0-beta3 | ctrlaltca | 2023-12-26 | 387 | -74195/+96960 |
| * | 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. | Aleksei Bavshin | 2023-12-26 | 1 | -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. | Aleksei Bavshin | 2023-12-25 | 3 | -23/+50 |
| * | Remove raw event when it has no handlers. fix #2427 (#2583) | ctrlaltca | 2023-12-24 | 1 | -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, mac | ctrlaltca | 2023-12-24 | 19 | -58/+105 |
| * | Disable accellerators before freeing them (#2582) | ctrlaltca | 2023-12-24 | 1 | -0/+1 |
| * | Fix regression in some shortcuts introduced in cba0ebedf3f0cc4da6f8729dde1028... 5.2.0-beta2 | ctrlaltca | 2023-12-08 | 1 | -19/+18 |
| * | Fix crash bug on avatar handling with specific realnames (#2578) | ctrlaltca | 2023-12-08 | 1 | -1/+1 |
| * | Git version detection: ensure correct tag is returned if present 5.2.0-beta1-fix | Fabio Bas | 2023-12-07 | 1 | -1/+1 |
| * | Update version to 5.1.1 and extract translations (#2577) 5.2.0-beta1 | ctrlaltca | 2023-12-07 | 24 | -2298/+2151 |
| * | SSL updates (#2575) | ctrlaltca | 2023-12-04 | 4 | -4/+47 |
| * | Attempt at fixinf font width size by enable full font hinting, aka forcing gl... | ctrlaltca | 2023-11-30 | 3 | -0/+3 |
| * | KviCString::getToken(): add option to skip empty elements (default off) (#2574) | ctrlaltca | 2023-11-30 | 3 | -5/+13 |
| * | Removed unused travis files and 10-years-not-updated changelog. (#2572) | ctrlaltca | 2023-11-28 | 8 | -3084/+0 |
| * | 2569: fix mouse selection of mixed text: normal and surrogate pairs | Fabio Bas | 2023-11-28 | 1 | -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/ | ctrlaltca | 2023-11-28 | 17 | -431/+287 |
| * | Ircview: Fix out of bound memory read when a line ends with a tab; fix #2377 | Fabio Bas | 2023-11-28 | 1 | -1/+0 |
| * | InputEditor: consider surrogate pairs when moving cursor, deleting a char or ... | Fabio Bas | 2023-11-28 | 1 | -82/+66 |
| * | Ircview: consider surrogate pairs when calculating block widths, wraps, and s... | Fabio Bas | 2023-11-28 | 1 | -20/+121 |
| * | Settings: include styleName in font (#2568) | ctrlaltca | 2023-11-23 | 1 | -17/+17 |
| * | Avoid sending a spurious null byte to the server at the end of raw commands (... | ctrlaltca | 2023-11-21 | 1 | -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. | Igor V. Kovalenko | 2023-11-13 | 2 | -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. | Igor V. Kovalenko | 2023-11-13 | 6 | -63/+66 |
| * | Fix text[idx] out of bounds assertion in KviTopicWidget::paintColoredText (#2... | Igor V. Kovalenko | 2023-11-13 | 1 | -5/+23 |
| * | Make macos dmg nightlies more orderable (#2560)•••* Make macos dmg nightlies more orderable
Without any tags in the downloaded history, git doesn't know how many
commits happened since latest tag
* Get rid of the custom sftp upload which doesn't work
Rename artifact to .dmg to make it easier to find the correct artifact
to download by custom script | Alexey Sokolov | 2023-10-24 | 1 | -20/+2 |
| * | Almost there | Alexey Sokolov | 2023-10-22 | 1 | -1/+1 |
| * | Forgot to write file | Alexey Sokolov | 2023-10-22 | 1 | -2/+2 |
| * | Pass user through ssh config | Alexey Sokolov | 2023-10-22 | 1 | -3/+7 |
| * | Yet another time | Alexey Sokolov | 2023-10-22 | 1 | -3/+2 |
| * | Next attempt | Alexey Sokolov | 2023-10-22 | 1 | -2/+1 |
| * | Try to upload to sftp manually... | Alexey Sokolov | 2023-10-22 | 1 | -13/+10 |
| * | Switch to yet another sftp upload action | Alexey Sokolov | 2023-10-22 | 1 | -7/+11 |
| * | Don't delete from sftp | Alexey Sokolov | 2023-10-22 | 1 | -1/+1 |
| * | Use another action to upload sftp | Alexey Sokolov | 2023-10-22 | 1 | -9/+6 |
| * | Fix yaml syntax | Alexey Sokolov | 2023-10-22 | 1 | -1/+1 |
| * | Try to upload nightly .dmg | Alexey Sokolov | 2023-10-22 | 1 | -0/+18 |
| * | Remove references to kvirc.de and kvirc.ru (#2559)•••* Remove reference to kvirc.de and kvirc.ru
* Fix directive #23 | ctrlaltca | 2023-10-21 | 8 | -29/+6 |
| * | Console window: fix server selection from combobox | Fabio Bas | 2023-10-18 | 1 | -1/+1 |
| * | Qt6: fix font rendering on help window | Fabio Bas | 2023-10-18 | 1 | -0/+3 |
| * | Migrate almost all QMessagebox to qt6-friendly version. | Fabio Bas | 2023-10-18 | 28 | -216/+193 |
| * | Address feedback for XmlFunctions.cpp | Fabio Bas | 2023-10-18 | 1 | -4/+1 |
| * | 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 | 6 | -12/+60 |
| * | Misc Qt6 port for slightly changed class names and method signatures | Fabio Bas | 2023-10-18 | 17 | -18/+68 |
| * | Make shortcuts compatible with qt6; remove unused KviShortcut constructor sin... | Fabio Bas | 2023-10-18 | 6 | -59/+67 |
| * | Remove unused calls to viewOptions() | Fabio Bas | 2023-10-18 | 3 | -3/+0 |
| * | Use qMin, qMax, .. instead of std equivalents as they better deal with qt int... | Fabio Bas | 2023-10-18 | 2 | -5/+5 |
| * | Drop QApplication::globalStrut() usage (unavailable on qt6) | Fabio Bas | 2023-10-18 | 4 | -12/+9 |
| * | 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 | 51 | -174/+387 |
| * | Qt6 is stricter when casting numericals and chars. Add an explicit cast/conve...•••cast
| Fabio Bas | 2023-10-18 | 15 | -48/+48 |