aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix compilation with openssl 4 (#2765) HEAD masterGravatar ctrlaltca2026-06-131-1/+12
|
* Fix some c++20 warnings (#2766)Gravatar ctrlaltca2026-06-103-4/+4
|
* Windows spellchecker: avoid crash on double deletion (#2758)Gravatar ctrlaltca2026-05-081-3/+0
| | | Fix #2757
* Yes it's a good idea to rename the library binary in a patch version (#2759)Gravatar ctrlaltca2026-05-082-3/+3
| | | | | | * Yes it's a good idea to rename the library binary in a patch version.</sarcasm> https://github.com/madler/zlib/issues/1181 * Fix nsis install
* Language Options: never translate the hardcoded "en" language code (#2755)Gravatar ctrlaltca2026-03-231-1/+1
|
* Update pt_BR and sv translations; fix #2753 (#2754)Gravatar ctrlaltca2026-03-227-1584/+1584
|
* KviSSL: add SSL_OP_IGNORE_UNEXPECTED_EOF option to avoid "unexpected eof ↵Gravatar ctrlaltca2026-02-141-0/+3
| | | | while reading" errors on SDCC completion. The remote peer may close down the connection without sending the mandatory close_notify alert on shutdown. Since OpenSSL3 this reports an SSL error, but since we can already detect if the transfer has been truncated, just restore the previous behavior and ignore the error. (#2751)
* Add a spellchecker backend based on windows >=8 integrated spellchecker (#2743)Gravatar ctrlaltca2025-12-229-139/+170
| | | | | | | | | * Add a spellchecker backend based on windows >=8 integrated spellchecker * CI: remove enchant from windows builds * Assume Qt5 is Windows 7, Qt6 is Windows >= 10 * Qt5 build is picking up a foreign libenchant from the build system, disable it
* Windows builds: add libffi, too (#2742)Gravatar ctrlaltca2025-12-182-0/+2
|
* Winedows build: add libgobject, needed by libenchant (#2741)Gravatar ctrlaltca2025-12-182-0/+2
|
* Add .cache to ignoreGravatar Alexey Sokolov2025-12-161-0/+1
| | | | This dir is used by clangd
* Fix windows build - mingw-w64-x86_64-enchant-2.8.14-1 renamed the dll to ↵Gravatar ctrlaltca2025-12-122-2/+2
| | | | libenchant-2-2.dll (#2738)
* Release 5.2.10 (#2737) 5.2.10Gravatar ctrlaltca2025-12-124-4/+19
|
* Translation updates (#2735)Gravatar ctrlaltca2025-12-08420-15628/+16362
|
* Add missing description for libera.chat modes (#2734)Gravatar ctrlaltca2025-12-082-2/+23
|
* Topic widget: make the read-only label as similar as possible to the ↵Gravatar ctrlaltca2025-12-082-6/+12
| | | | | | | | editable input editor (#2733) * use the same contents margins * use the same font kerning and hinting preferences * use the same contents height * on options change (eg. new theme applied), force a recalc of inputeditor cached metrics
* Update macOS runner version to macos-14Gravatar ctrlaltca2025-12-081-1/+1
| | | macos-13 images are deprecated and force an error
* Options dialog: when searching don't force text to be black, on dark themes ↵Gravatar ctrlaltca2025-12-081-1/+1
| | | | it's unreadable (#2732)
* Fix geometry sanity check to permit startup on secondary monitors (#2731)Gravatar ctrlaltca2025-12-073-4/+6
| | | | Also, avoid a warning due to QGuiApplication::setHighDpiScaleFactorRoundingPolicy being called too late in application startup on qt6 Fix #2693
* Revert "Use floating point widths in KviIrcView: fixes overlapping texts" ↵Gravatar ctrlaltca2025-12-073-16/+16
| | | | | | | (#2730) This reverts commit 148d8d9e1b6530676093f660ec64f6a2ee673235. Fix #2713 Possibly fix #2566 as well
* Painter object fixes; fix #2494 (#2728)Gravatar ctrlaltca2025-11-101-124/+110
|
* Grow the receive buffer from 1k to 16k to accomodate max ssl packet size; ↵Gravatar ctrlaltca2025-11-101-3/+3
| | | | fix #2691 (#2727)
* SSL: ignore SIGPIPE in SSL_connect(); fix #2701 (#2726)Gravatar ctrlaltca2025-11-101-0/+8
|
* Support cap-notify; fix #2724 (#2725)Gravatar ctrlaltca2025-11-107-19/+98
| | | | | | | | | | | * Support cap-notify; fix #2724 * Update src/kvirc/kernel/KviIrcConnection.cpp Co-authored-by: Alexey Sokolov <alexey+github@asokolov.org> --------- Co-authored-by: Alexey Sokolov <alexey+github@asokolov.org>
* Fix the "Join KVIrc channel" button if the Libera.chat network is not ↵Gravatar ctrlaltca2025-11-091-16/+20
| | | | defined. Partially fixes #2709 (#2723)
* Add BRASnet IRC network. Fix #2721 (#2722)Gravatar ctrlaltca2025-11-091-0/+9
|
* CI: update to Qt 6.10, fix missing NSIS in Windows-2025 CI image (#2716)Gravatar ctrlaltca2025-10-113-5/+9
| | | * CI: update to Qt 6.10, fix missing NSIS in Windows-2025 CI image
* Fix DBUS notifier arguments (#2715)Gravatar Bartkk2025-10-111-1/+1
| | | | | * Fix DBUS notifier arguments * Replace unsigned int cast with a suffix
* KDE notifications: don't always set notifications as persistent. (#2719)Gravatar ctrlaltca2025-10-111-2/+4
| | | | If a timeout is set, ask qt KDE to close them. Unfortunately we can't control the timeout
* Fix error handling of QSslSocket (#2718)Gravatar ctrlaltca2025-10-104-7/+7
|
* FileTransferWindow: use current theme palette to draw items; (#2717)Gravatar ctrlaltca2025-10-103-7/+13
| | | fix #2714
* version 5.2.8 5.2.8Gravatar Fabio Bas2025-07-304-4/+19
|
* CI: Attempt a different workaround for macOS being macOS (#2708)Gravatar ctrlaltca2025-07-301-14/+17
|
* Shortcuts: use explicit key sequence for tab switching (#2707)Gravatar ctrlaltca2025-07-291-2/+2
|
* Adapt to Qt 6.9 deprecations (#2706)Gravatar ctrlaltca2025-07-176-3/+47
| | | | | | | * Adapt to Qt 6.9 deprecations * Windows 2019 images are no more available no github, switch to 2022 * Wordaround Qt5 missing QTimezone::UTC
* KviControlCodes: fix compilation with Qt >= 6.9 (#2705)Gravatar ctrlaltca2025-06-1615-16/+18
| | | | | * KviControlCodes: Qt >= 6.9's QChar removed implicit casts from ctors, add explicit cast to accommodate * Update github action jobs
* Support sending authorization ID in SASL EXTERNAL (#2700)Gravatar Alexey Sokolov2025-03-173-4/+12
| | | | The use case is provide network name and client ID to ZNC See https://github.com/znc/znc/pull/1936
* Fix window activation on trayicon click under KDE (#2696)Gravatar ctrlaltca2025-03-052-5/+10
|
* Fix github action (#2697)Gravatar ctrlaltca2025-03-055-16/+16
| | | | | * Fix github action * While we're at it, also update other actions and qt version
* Adding Swedish translation (#2695)Gravatar Daniel Nylander2025-01-0321-0/+21905
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Adding Swedish translation * Adding Swedish translation * Adding Swedish translation * Adding Swedish translation * Adding Swedish translation * Adding Swedish translation * Adding Swedish translation * Adding Swedish translation * Adding Swedish translation * Adding Swedish translation * Adding Swedish translation * Adding Swedish translation * Adding Swedish translation * Adding Swedish translation * Adding Swedish translation * Adding Swedish translation * Adding Swedish translation * Adding Swedish translation * Adding Swedish translation * Adding Swedish translation * Adding Swedish translation * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Create swedish.nsi * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Add files via upload
* Added IRCLuxe network (#2694)Gravatar ssdaniel242024-12-151-0/+9
|
* KviShortcut: add new ctor to support QKeySequence::StandardKey with more ↵Gravatar ctrlaltca2024-11-192-0/+9
| | | | than one QKeySequence (#2689)
* Always consider platform supports compositing. Fix #2686 (#2688)Gravatar ctrlaltca2024-11-191-13/+0
|
* Fix cmake rules related to CMP0175 (#2687)Gravatar ctrlaltca2024-11-192-13/+17
|
* Mention sound changes (#2684)Gravatar Alexey Sokolov2024-10-111-1/+3
|
* Version 5.2.6 (#2683) 5.2.6Gravatar ctrlaltca2024-10-114-4/+22
|
* Tag the build artifacts for win7/qt5 to discriminate them on nightly builds ↵Gravatar ctrlaltca2024-10-111-1/+1
| | | | (#2681)
* Translation updates (#2682)Gravatar ctrlaltca2024-10-11400-17206/+17569
|
* windows ci: add gettext[tools] to get msgfmt (#2680)Gravatar ctrlaltca2024-10-012-2/+2
|
* update windows versions and target windows 10 for Qt6 (#2677)Gravatar Dessa2024-09-102-12/+43
| | | | | * update windows version detection to include 11 and 10 subversions * target windows 10 for Qt6