| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | Qt6: required Qt5 compatibility module; needed by QRegExp | Fabio Bas | 2023-10-18 | 1 | -0/+9 |
| * | 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 | 4 | -85/+79 |
| * | Rename COMPILE_WEBKIT_SUPPORT to COMPILE_WEBENGINE_SUPPORT | Fabio Bas | 2023-10-18 | 23 | -73/+74 |
| * | README.md: replace travis badge with github actions | ctrlaltca | 2023-10-18 | 1 | -1/+2 |
| * | Replace WtWbKit with QtWebEngine (#2554) | ctrlaltca | 2023-09-19 | 10 | -961/+364 |
| * | 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 |
| * | Macos: manually create dmg to fix icon position (#2556)•••* Macos: manually create dmg to fix icon position
* Fix dmg name | ctrlaltca | 2023-08-31 | 4 | -16/+11 |
| * | 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 | 3 | -1/+120 |
| * | 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 | 13 | -310/+450 |
| * | 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 |
| * | Add "DarkScience" to default server list. (#2472) | Jan Harasym | 2023-08-04 | 1 | -0/+8 |
| * | 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 | 21 | -1430/+1458 |
| * | Add a project file to .gitignore | Szymon Tomasz Stefanek | 2023-07-15 | 1 | -0/+2 |
| * | 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 | 3 | -66/+66 |
| * | 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 | 111 | -701/+391 |
| * | Merge branch 'bugfix/script-editor-out-of-range-exception' | Matt | 2023-06-16 | 1 | -0/+4 |
| |\ |
|
| | * | 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 |
| * | Fix issue "CMake Warning (dev) at /home/n/kde/usr/share/ECM/modules/ECMFindMo... | nmariusp | 2022-06-26 | 1 | -1/+1 |
| * | CMakeLists.txt: Make devdocs and distclean targets compatible with Ninja gene...•••Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Co-authored-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | Arfrever | 2022-02-01 | 1 | -2/+2 |
| * | Fixed up to build on MacOS 11.6 and restore SSL and Python support (#2518) | Thomas Horsten | 2021-11-26 | 3 | -4/+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 |
| * | Fix some typos in Polish translation.•••Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
| Arfrever Frehtes Taifersar Arahesis | 2021-07-01 | 5 | -7/+7 |
| * | 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 |
| * | Update Desktop Entry file•••This commit adds well-formed values for all keys defined in version 1.5
of the [Freedesktop.org Desktop Entry Specification][1], published on
2020-04-27, adding:
- the ability for KVIrc to be designated by all XDG-compliant Linux
Desktop Environments (GNOME, KDE et al.) as a (default) handler for
irc/irc6/ircs protocol URIs within all installed applications,
- support for the Startup Notification Protocol,
- a context menu entry in DE graphical application launchers for opening
a new session/instance/window of KVIrc when one or more are already in
use, and
- registration of KVIrc as the default handler for the 'text/kvc' and
'text/kvs' Media (MIME) Type definitions already installed by the
several circulating vendor packages for Linux
This effectively upstreams the [patch implemented by Kubuntu][2] on
2009-03-08 and later merged by Debian on 2011-05-07 into the official
Debian kvirc packaging repository to add keywords to the launcher entry
which help users to find the entry when searching for all IRC/Chat apps
installed on their system.
The desktop entry file itself is renamed to
`cmake/net.kvirc.KVIrc.desktop.cmake` in the source repository to comply
with above-referenced DES v1.5, which requires that such files use a
valid "D-Bus well-known name" as their basename (which is also the
"desktop file ID" used many other XDG-compliant interfaces), derived, as
suggested, by appending the mixed-case application name to the reverse
DNS entry of the official homepage. The CMake build configuration is
altered to further append the major version number to the mixed-case
application name prior to installation, as advised by the specification.
Signed-off-by: Peter J. Mello <admin@petermello.net>
1: https://specifications.freedesktop.org/desktop-entry-spec/latest/
2: https://salsa.debian.org/qt-kde-team/extras/kvirc/-/blob/93f8469f20a7a36a9956f3dc0e3d1c87178486a8/debian/patches/kubuntu_01_fix_desktop_entry.patch
| Peter J. Mello | 2021-05-29 | 6 | -52/+50 |
| * | Switch default channel from freenode to libera | Alexey Sokolov | 2021-05-26 | 35 | -77/+77 |
| * | Add Libera.Chat to serverdb | Alexey Sokolov | 2021-05-22 | 1 | -0/+8 |
| * | 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 | 3 | -3/+5 |
| * | update po files | Dessa | 2020-07-22 | 23 | -140/+143 |
| * | KVS quit command aborts delayed reconnect (#2461) | Andrio Celos | 2020-07-15 | 4 | -13/+25 |
| * | pull po updates from Transifex•••among the usual suspects (non-string updates) are updates for French, Polish and Korean with the latter being 100 % translated; thanks "ks k"!
| Dessa | 2020-06-05 | 102 | -36803/+60211 |
| * | Fix build with Qt 5.15+ | Balló György | 2020-06-04 | 1 | -0/+1 |