aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Port QDateTime::setTime_t() to setSecsSinceEpoch()Gravatar Fabio Bas2023-10-185-9/+9
|
* Port QDateTime::toTime_t() to toSecsSinceEpoch(); it's a quint64, but it ↵Gravatar Fabio Bas2023-10-185-7/+7
| | | | should cast to time_t safely until year 2106
* Qt6: required Qt5 compatibility module; needed by QRegExpGravatar Fabio Bas2023-10-181-0/+9
|
* Mass rename of margin -> contentsMarginsGravatar Fabio Bas2023-10-1840-93/+93
|
* Qt6: QStringList is a typedef now, avoid forward declarationsGravatar Fabio Bas2023-10-1810-10/+10
|
* cmake: add support for qt6Gravatar Fabio Bas2023-10-184-85/+79
|
* Rename COMPILE_WEBKIT_SUPPORT to COMPILE_WEBENGINE_SUPPORTGravatar Fabio Bas2023-10-1823-73/+74
|
* README.md: replace travis badge with github actionsGravatar ctrlaltca2023-10-181-1/+2
|
* Replace WtWbKit with QtWebEngine (#2554)Gravatar ctrlaltca2023-09-1910-961/+364
|
* Port the mediaplayer mpris interface to mpris 2.2; fix #1912 (#2552)Gravatar ctrlaltca2023-08-313-353/+165
| | | | | * Port the mediaplayer mpris interface to mpris 2.2 * Mpris: add strawberry and a generic fallback for other players
* Macos: manually create dmg to fix icon position (#2556)Gravatar ctrlaltca2023-08-314-16/+11
| | | | | * Macos: manually create dmg to fix icon position * Fix dmg name
* Spellchecker: on right click menu, check the spelling for the word under the ↵Gravatar ctrlaltca2023-08-142-5/+9
| | | | mouse instead of the word where the cursor is located; fix #1918 (#2551)
* add a basic ci build for linux and macos (#2550)Gravatar ctrlaltca2023-08-093-1/+120
|
* Batch export logs (#2485)Gravatar Chris MacLeod2023-08-0513-310/+450
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* kernel: We should read the default config on startup (bis) (#2548)Gravatar ctrlaltca2023-08-042-18/+30
| | | | | | | | | * 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>
* Add "DarkScience" to default server list. (#2472)Gravatar Jan Harasym2023-08-041-0/+8
|
* Detect solanum ircd (Libera net) to correctly decode user and channel modes ↵Gravatar ctrlaltca2023-08-042-0/+11
| | | | (#2547)
* Implement the UTF8ONLY IRCv3 specification (#2514)Gravatar Val Lorentz2023-08-041-0/+5
| | | | | | | * Implement the UTF8ONLY IRCv3 specification https://ircv3.net/specs/extensions/utf8-only * Fix string length
* translation and minor comment updatesGravatar Dessa2023-07-2821-1430/+1458
| | | | | | - 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
* Add a project file to .gitignoreGravatar Szymon Tomasz Stefanek2023-07-151-0/+2
|
* Use floating point widths in KviIrcView: fixes overlapping textsGravatar Szymon Tomasz Stefanek2023-07-153-16/+16
|
* fix path for kde notifier (#2545)Gravatar ctrlaltca2023-07-121-2/+2
| | | Co-authored-by: Fabio Bas <fabio.bas@officineinformatiche.net>
* KviSSL: fix deprecations for openssl 3 (#2544)Gravatar ctrlaltca2023-07-091-0/+8
| | | Co-authored-by: Fabio Bas <fabio.bas@officineinformatiche.net>
* Avoid compilation warning on Python >=3.7 (#2543)Gravatar ctrlaltca2023-07-091-0/+2
| | | Co-authored-by: Fabio Bas <fabio.bas@officineinformatiche.net>
* [WIP] Fix Appveyor builds (#2542)Gravatar ctrlaltca2023-07-083-66/+66
| | | | 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)
* Port to (and require) Qt 5.15. Drop KDE4 support, fix KDE5 (#2541)Gravatar ctrlaltca2023-07-08111-701/+391
| | | | | | * Port to (and require) Qt 5.15. Drop KDE4 support, implement KDE5 support where needed. --------- Co-authored-by: Fabio Bas <fabio.bas@officineinformatiche.net>
* Merge branch 'bugfix/script-editor-out-of-range-exception'Gravatar Matt2023-06-161-0/+4
|\
| * editor: Fix crash when editing empty network listGravatar Matt2023-06-161-0/+4
|/
* Fix includes, QProcess is used not only without KDEGravatar Alexey Sokolov2023-05-271-3/+4
| | | | https://bugs.gentoo.org/906940
* QString::null is deprecated (#2526)Gravatar nmariusp2022-06-293-6/+6
|
* Fix issue "CMake Warning (dev) at ↵Gravatar nmariusp2022-06-261-1/+1
| | | | /home/n/kde/usr/share/ECM/modules/ECMFindModuleHelpers.cmake:113 (message): Your project should require at least CMake 3.16.0 to use FindKF5.cmake" (#2525)
* CMakeLists.txt: Make devdocs and distclean targets compatible with Ninja ↵Gravatar Arfrever2022-02-011-2/+2
| | | | | | | generator (#2439). (#2519) Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Co-authored-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
* Fixed up to build on MacOS 11.6 and restore SSL and Python support (#2518)Gravatar Thomas Horsten2021-11-263-4/+2
|
* Document the AVATAR negotiation protocol (#2511)Gravatar Soni L2021-08-261-1/+5
|
* Update URL to kvirc.netGravatar Alexey Sokolov2021-07-022-2/+2
| | | | See https://github.com/kvirc/kvirc-www/pull/28
* Fix some typos in Polish translation.Gravatar Arfrever Frehtes Taifersar Arahesis2021-07-015-7/+7
| | | | Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
* Wayland fixes: disable X11 IPC at runtime to avoid crash on start (partially ↵Gravatar Fabio2021-06-162-3/+18
| | | | fixes #2479, but a proper IPC is still missing). Correctly set main window icon
* Fix #2478: Remove deleted `KviLagCheck`s from owning listGravatar Leo2021-06-161-5/+11
| | | | The pointers were left dangling. When `qDeleteAll` was called again in the destructor, it resulted in undefined behaviour.
* Insert missing null terminatorGravatar Leo2021-06-161-1/+2
| | | | 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.
* Update Desktop Entry fileGravatar Peter J. Mello2021-05-296-52/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Switch default channel from freenode to liberaGravatar Alexey Sokolov2021-05-2635-77/+77
|
* Add Libera.Chat to serverdbGravatar Alexey Sokolov2021-05-221-0/+8
|
* Stop using deprecated KWindowSystem::windowInfo()Gravatar Alexey Sokolov2021-05-161-1/+1
| | | | Fix #2504 Patch by Andreas Sturmlechner
* Turn on PrioritizeLastActionTime by defaultGravatar wodim2020-11-301-1/+1
|
* Use https for homepageGravatar Alexey Sokolov2020-11-221-1/+1
|
* Generate PDB files for MSVC instead of any compiler on WindowsGravatar Leo2020-07-263-3/+5
|
* update po filesGravatar Dessa2020-07-2223-140/+143
|
* KVS quit command aborts delayed reconnect (#2461)Gravatar Andrio Celos2020-07-154-13/+25
|
* pull po updates from TransifexGravatar Dessa2020-06-05102-36803/+60211
| | | | among the usual suspects (non-string updates) are updates for French, Polish and Korean with the latter being 100 % translated; thanks "ks k"!
* Fix build with Qt 5.15+Gravatar Balló György2020-06-041-0/+1
|