| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | Fixed up to build on MacOS 11.6 and restore SSL and Python support (#2518) | Thomas Horsten | 2021-11-26 | 2 | -2/+2 |
| * | Document the AVATAR negotiation protocol (#2511) | Soni L | 2021-08-26 | 1 | -1/+5 |
| * | Update URL to kvirc.net•••See https://github.com/kvirc/kvirc-www/pull/28
| Alexey Sokolov | 2021-07-02 | 2 | -2/+2 |
| * | Wayland fixes: disable X11 IPC at runtime to avoid crash on start (partially ... | Fabio | 2021-06-16 | 2 | -3/+18 |
| * | Fix #2478: Remove deleted `KviLagCheck`s from owning list•••The pointers were left dangling. When `qDeleteAll` was called again in the destructor, it resulted in undefined behaviour.
| Leo | 2021-06-16 | 1 | -5/+11 |
| * | Insert missing null terminator•••The existing null terminator in pcBuffer is overwritten with a carriage return. Without re-appending it, the QString(const char*) constructor may attempt an illegal read.
| Leo | 2021-06-16 | 1 | -1/+2 |
| * | Switch default channel from freenode to libera | Alexey Sokolov | 2021-05-26 | 13 | -51/+51 |
| * | Stop using deprecated KWindowSystem::windowInfo()•••Fix #2504
Patch by Andreas Sturmlechner | Alexey Sokolov | 2021-05-16 | 1 | -1/+1 |
| * | Turn on PrioritizeLastActionTime by default | wodim | 2020-11-30 | 1 | -1/+1 |
| * | Use https for homepage | Alexey Sokolov | 2020-11-22 | 1 | -1/+1 |
| * | Generate PDB files for MSVC instead of any compiler on Windows | Leo | 2020-07-26 | 2 | -2/+4 |
| * | KVS quit command aborts delayed reconnect (#2461) | Andrio Celos | 2020-07-15 | 4 | -13/+25 |
| * | 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 | 12 | -126/+124 |
| |\ |
|
| | * | 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 |
| | * | Update KviIrcServerParser_literalHandlers.cpp | w0osh ~# | 2019-11-27 | 1 | -6/+6 |
| | * | Update KviIrcServerParser_literalHandlers.cpp | w0osh ~# | 2019-11-27 | 1 | -4/+4 |
| | * | 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 |
| | * | kvilib: Fix format specifier | craftwar | 2019-09-07 | 1 | -1/+1 |
| | * | 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 |
| | * | Change HTTP redirect limit to 20.•••This is the redirect limit used by Chrome. The previous limit of 2 was causing problems with some sites.
| Andrio Celos | 2019-09-01 | 1 | -1/+1 |
| | * | DCC Module: Fix virtualness of member functions | IceN9ne | 2019-06-28 | 2 | -3/+3 |
| | * | KviSSL: Check SSL_in_init before SSL_shutdown | IceN9ne | 2019-06-25 | 1 | -2/+4 |
| | * | 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 |