| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove references to kvirc.de and kvirc.ru (#2559)•••* Remove reference to kvirc.de and kvirc.ru
* Fix directive #23 | ctrlaltca | 2023-10-21 | 1 | -2/+2 |
| * | Migrate almost all QMessagebox to qt6-friendly version. | Fabio Bas | 2023-10-18 | 22 | -193/+169 |
| * | 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 | 3 | -4/+28 |
| * | Misc Qt6 port for slightly changed class names and method signatures | Fabio Bas | 2023-10-18 | 12 | -16/+53 |
| * | Make shortcuts compatible with qt6; remove unused KviShortcut constructor sin... | Fabio Bas | 2023-10-18 | 1 | -1/+1 |
| * | Remove unused calls to viewOptions() | Fabio Bas | 2023-10-18 | 2 | -2/+0 |
| * | 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 | 28 | -109/+164 |
| * | Qt6 is stricter when casting numericals and chars. Add an explicit cast/conve...•••cast
| Fabio Bas | 2023-10-18 | 5 | -8/+8 |
| * | Port QDateTime::setTime_t() to setSecsSinceEpoch() | Fabio Bas | 2023-10-18 | 1 | -2/+2 |
| * | Port QDateTime::toTime_t() to toSecsSinceEpoch(); it's a quint64, but it shou... | Fabio Bas | 2023-10-18 | 2 | -2/+2 |
| * | Mass rename of margin -> contentsMargins | Fabio Bas | 2023-10-18 | 24 | -65/+65 |
| * | Qt6: QStringList is a typedef now, avoid forward declarations | Fabio Bas | 2023-10-18 | 2 | -2/+2 |
| * | Rename COMPILE_WEBKIT_SUPPORT to COMPILE_WEBENGINE_SUPPORT | Fabio Bas | 2023-10-18 | 17 | -57/+57 |
| * | Replace WtWbKit with QtWebEngine (#2554) | ctrlaltca | 2023-09-19 | 7 | -883/+284 |
| * | 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 |
| * | 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 | 10 | -309/+441 |
| * | Avoid compilation warning on Python >=3.7 (#2543)•••Co-authored-by: Fabio Bas <fabio.bas@officineinformatiche.net> | ctrlaltca | 2023-07-09 | 1 | -0/+2 |
| * | 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 | 55 | -358/+237 |
| * | 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 | 1 | -3/+3 |
| * | Fixed up to build on MacOS 11.6 and restore SSL and Python support (#2518) | Thomas Horsten | 2021-11-26 | 1 | -1/+1 |
| * | Update URL to kvirc.net•••See https://github.com/kvirc/kvirc-www/pull/28
| Alexey Sokolov | 2021-07-02 | 2 | -2/+2 |
| * | Switch default channel from freenode to libera | Alexey Sokolov | 2021-05-26 | 10 | -48/+48 |
| * | Stop using deprecated KWindowSystem::windowInfo()•••Fix #2504
Patch by Andreas Sturmlechner | Alexey Sokolov | 2021-05-16 | 1 | -1/+1 |
| * | KVS quit command aborts delayed reconnect (#2461) | Andrio Celos | 2020-07-15 | 1 | -1/+1 |
| * | Fix build with Qt 5.15+ | Balló György | 2020-06-04 | 1 | -0/+1 |
| * | fixes #2468•••while at it update german kvirc translation and fix a typo in it
| Dessa | 2020-04-23 | 2 | -3/+31 |
| * | Stop unsetting _DEBUG when including Python.h•••Because of https://stackoverflow.com/questions/59126760/building-a-python-c-extension-on-windows-with-a-debug-python-installation
| Alexey Sokolov | 2019-12-30 | 1 | -9/+1 |
| * | Merge branch 'master' into py3 | Alexey Sokolov | 2019-12-29 | 8 | -114/+110 |
| |\ |
|
| | * | options/windowList: Add event names to alert level tips•••This should make it more clear what each alert level will trigger on
| Matt Ullman | 2019-12-02 | 1 | -10/+50 |
| | * | Rework the server list GUI filter. Fixes #2438.•••The filter now works as an AND arrangement: servers will be shown if they match both the text filter *and* the favorites filter (if applicable). Previously one was not respected when the other was updated. The favorites filter no longer hides empty networks when disabled.
| Andrio Celos | 2019-09-08 | 2 | -59/+16 |
| | * | add export for all logs (channel, etc.)•••this line was always commented (since initial impl in 184e489)
but this feature seems to be working fine | Alex P | 2019-09-07 | 1 | -1/+2 |
| | * | DCC Module: Fix virtualness of member functions | IceN9ne | 2019-06-28 | 2 | -3/+3 |
| | * | libkviurl: Use "itemActivated" event instead of "itemDoubleClicked"•••Allows opening URLs with the keyboard (by pressing Enter).
| Vladimir Panteleev | 2019-05-02 | 2 | -3/+3 |
| | * | libkviurl: Add "Open" default action to menu•••Does exactly the same as double-clicking.
Copies the UI pattern from most graphical file managers.
A nice kind of redundancy to have.
| Vladimir Panteleev | 2019-05-02 | 2 | -2/+14 |
| | * | libkviurl: Use Qt's native context menu events instead of emulation•••Use Qt's customContextMenuRequested signal + setContextMenuPolicy, and
unify UrlDialog::popup with UrlDialog::contextMenu, to fix:
- Pressing the Menu key on the keyboard did not pop up a menu.
- The right-clicked item was not selected before the context menu was
displayed, thus, the selected action applied to the old
selection. The selection changed to the right-clicked item after the
context menu was closed.
- If there was no room left, it was not possible to summon the context
menu that held the "Configure" option.
| Vladimir Panteleev | 2019-05-02 | 2 | -38/+22 |
| | * | libkviurl: Fix showing configuration dialog after closing it with Esc•••Pressing Esc hides the dialog, but does not delete it.
| Vladimir Panteleev | 2019-05-02 | 1 | -0/+2 |
| * | | This is not necessary anymore | wodim | 2019-04-01 | 1 | -26/+0 |
| * | | Merge branch 'master' into python3 | wodim | 2019-04-01 | 243 | -2113/+1956 |
| |\| |
|
| | * | uintUserListMinimumWidth: Reduce minimum due to account for certain combinati... | IceN9ne | 2019-01-21 | 1 | -1/+1 |
| | * | Replace KVI_OPTION_MIRCCOLOR usage with getMircColor•••- Replace occurrences in IRC-related views, and message type
references
- Don't replace occurrences dealing with the color picker or the
configurable low (0-15) colors
- Also replace hard-coded references to the maximum color
index (15/16) with KVI_EXTCOLOR_MAX
| Vladimir Panteleev | 2019-01-16 | 2 | -12/+12 |
| | * | Add missing override keywords | IceN9ne | 2019-01-04 | 2 | -9/+9 |
| | * | Merge branch 'master' into cpp17 | IceN9ne | 2019-01-01 | 1 | -4/+4 |
| | |\ |
|
| | | * | Update build_detector.pl to improve consistency with detector.cpp | Alexey Sokolov | 2018-12-09 | 1 | -4/+4 |
| | * | | Convert 0s and NULLs to nullptr | IceN9ne | 2018-12-03 | 41 | -115/+114 |
| | * | | Remove C-style typedef structs | IceN9ne | 2018-11-28 | 22 | -65/+61 |
| | * | | Use override where possible and remove unnecessary usages of the virtual keyw... | IceN9ne | 2018-11-28 | 93 | -317/+317 |
| | * | | Remove unnecessary usages of the inline keyword per language evolution. | IceN9ne | 2018-11-28 | 11 | -33/+33 |