| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | 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 |
| * | Remove references to kvirc.de and kvirc.ru (#2559)•••* Remove reference to kvirc.de and kvirc.ru
* Fix directive #23 | ctrlaltca | 2023-10-21 | 6 | -23/+4 |
| * | 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 | 5 | -11/+59 |
| * | 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 |
| * | Port QDateTime::setTime_t() to setSecsSinceEpoch() | Fabio Bas | 2023-10-18 | 5 | -9/+9 |
| * | Port QDateTime::toTime_t() to toSecsSinceEpoch(); it's a quint64, but it shou... | Fabio Bas | 2023-10-18 | 5 | -7/+7 |
| * | Mass rename of margin -> contentsMargins | Fabio Bas | 2023-10-18 | 40 | -93/+93 |
| * | Qt6: QStringList is a typedef now, avoid forward declarations | Fabio Bas | 2023-10-18 | 10 | -10/+10 |
| * | cmake: add support for qt6 | Fabio Bas | 2023-10-18 | 2 | -11/+2 |
| * | Rename COMPILE_WEBKIT_SUPPORT to COMPILE_WEBENGINE_SUPPORT | Fabio Bas | 2023-10-18 | 20 | -63/+63 |
| * | Replace WtWbKit with QtWebEngine (#2554) | ctrlaltca | 2023-09-19 | 9 | -957/+360 |
| * | Port the mediaplayer mpris interface to mpris 2.2; fix #1912 (#2552)•••* Port the mediaplayer mpris interface to mpris 2.2
* Mpris: add strawberry and a generic fallback for other players | ctrlaltca | 2023-08-31 | 3 | -353/+165 |
| * | Spellchecker: on right click menu, check the spelling for the word under the ... | ctrlaltca | 2023-08-14 | 2 | -5/+9 |
| * | add a basic ci build for linux and macos (#2550) | ctrlaltca | 2023-08-09 | 1 | -1/+1 |
| * | Batch export logs (#2485)•••* Implement most basic functional batch export
For the future:
* The loop still needs to be made asynchronous so the process doesn't hang.
* Ideally, there should be some sort of progress window.
* There is redundant code that should be reduced.
* Make batch export asynchronous
Reminder: The comment about overwrite protection no longer applies
Todo: Progress dialog
* Avoid possible dangling pointer, improve type safety and const correctness in the process
In reality, the log exporting code has no reason to be in the GUI class to begin with. `exportLog` makes sense as a Qt slot, but `createLog` should be a member function of the `LogFile` class and operate on `this` rather than a `LogFile` argument.
A future commit should amend this, but for now I will avoid changing anything unnecessary until a working progress dialog is in place and I have tested the finished feature thoroughly.
* Add progress dialog
* Make LogViewWindow::createLog a member function of LogFile
* Reduce memory usage by sharing `LogFile`s with the GUI thread
* Correct progress dialog modality
* Collect log files directly instead of reiterating through view items later
Also adds a little documentation
* Fix batch export for paths with reserved characters
* avoid sigsegv
* fix tags removal before nickname in html export
* Fix directory selection and output path for icons in html export
---------
Co-authored-by: ctrlaltca <ctrlaltca@gmail.com> | Chris MacLeod | 2023-08-05 | 12 | -310/+443 |
| * | kernel: We should read the default config on startup (bis) (#2548)•••* kernel: Fix KDE config support
* Rebase to master; implement migration from old config, but keep the "Main" config group to keep it interoperable
---------
Co-authored-by: Andreas Schneider <asn@cryptomilk.org> | ctrlaltca | 2023-08-04 | 2 | -18/+30 |
| * | Detect solanum ircd (Libera net) to correctly decode user and channel modes (... | ctrlaltca | 2023-08-04 | 2 | -0/+11 |
| * | Implement the UTF8ONLY IRCv3 specification (#2514)•••* Implement the UTF8ONLY IRCv3 specification
https://ircv3.net/specs/extensions/utf8-only
* Fix string length | Val Lorentz | 2023-08-04 | 1 | -0/+5 |
| * | 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 |
| * | Use floating point widths in KviIrcView: fixes overlapping texts | Szymon Tomasz Stefanek | 2023-07-15 | 3 | -16/+16 |
| * | fix path for kde notifier (#2545)•••Co-authored-by: Fabio Bas <fabio.bas@officineinformatiche.net> | ctrlaltca | 2023-07-12 | 1 | -2/+2 |
| * | KviSSL: fix deprecations for openssl 3 (#2544)•••Co-authored-by: Fabio Bas <fabio.bas@officineinformatiche.net> | ctrlaltca | 2023-07-09 | 1 | -0/+8 |
| * | Avoid compilation warning on Python >=3.7 (#2543)•••Co-authored-by: Fabio Bas <fabio.bas@officineinformatiche.net> | ctrlaltca | 2023-07-09 | 1 | -0/+2 |
| * | [WIP] Fix Appveyor builds (#2542)•••Disable perl scripting on win32 (not on x64), it's not worth the hassle
Disable debug builds (you need a complete windows environment to actually make use of these anyway) | ctrlaltca | 2023-07-08 | 1 | -0/+1 |
| * | 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 | 109 | -689/+386 |
| * | editor: Fix crash when editing empty network list | Matt | 2023-06-16 | 1 | -0/+4 |
| * | Fix includes, QProcess is used not only without KDE•••https://bugs.gentoo.org/906940
| Alexey Sokolov | 2023-05-27 | 1 | -3/+4 |
| * | QString::null is deprecated (#2526) | nmariusp | 2022-06-29 | 3 | -6/+6 |