| Commit message (Expand) | Author | Age | Files | Lines |
| * | Yes it's a good idea to rename the library binary in a patch version (#2759)•••* 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 | ctrlaltca | 2026-05-08 | 2 | -3/+3 |
| * | Add a spellchecker backend based on windows >=8 integrated spellchecker (#2743)•••* 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 | ctrlaltca | 2025-12-22 | 2 | -107/+2 |
| * | Windows builds: add libffi, too (#2742) | ctrlaltca | 2025-12-18 | 2 | -0/+2 |
| * | Winedows build: add libgobject, needed by libenchant (#2741) | ctrlaltca | 2025-12-18 | 2 | -0/+2 |
| * | Fix windows build - mingw-w64-x86_64-enchant-2.8.14-1 renamed the dll to libe... | ctrlaltca | 2025-12-12 | 2 | -2/+2 |
| * | Update macOS runner version to macos-14•••macos-13 images are deprecated and force an error | ctrlaltca | 2025-12-08 | 1 | -1/+1 |
| * | CI: update to Qt 6.10, fix missing NSIS in Windows-2025 CI image (#2716)•••* CI: update to Qt 6.10, fix missing NSIS in Windows-2025 CI image | ctrlaltca | 2025-10-11 | 3 | -5/+9 |
| * | CI: Attempt a different workaround for macOS being macOS (#2708) | ctrlaltca | 2025-07-30 | 1 | -14/+17 |
| * | Adapt to Qt 6.9 deprecations (#2706)•••* Adapt to Qt 6.9 deprecations
* Windows 2019 images are no more available no github, switch to 2022
* Wordaround Qt5 missing QTimezone::UTC | ctrlaltca | 2025-07-17 | 1 | -2/+2 |
| * | KviControlCodes: fix compilation with Qt >= 6.9 (#2705)•••* KviControlCodes: Qt >= 6.9's QChar removed implicit casts from ctors, add explicit cast to accommodate
* Update github action jobs | ctrlaltca | 2025-06-16 | 4 | -3/+5 |
| * | Fix github action (#2697)•••* Fix github action
* While we're at it, also update other actions and qt version | ctrlaltca | 2025-03-05 | 5 | -16/+16 |
| * | Tag the build artifacts for win7/qt5 to discriminate them on nightly builds (... | ctrlaltca | 2024-10-11 | 1 | -1/+1 |
| * | windows ci: add gettext[tools] to get msgfmt (#2680) | ctrlaltca | 2024-10-01 | 2 | -2/+2 |
| * | Work around macOS build failures in CI (#2671) | ctrlaltca | 2024-07-25 | 1 | -0/+7 |
| * | Try to get a windows7 compatible build with Qt5 + vs2019 (#2650)•••* Try to get a windows7 compatible build with Qt5 + vs2019
| ctrlaltca | 2024-06-09 | 1 | -0/+184 |
| * | Github CI: switch to older macos 13 (still supports intel macs) (#2644) | ctrlaltca | 2024-05-12 | 1 | -1/+1 |
| * | Mac CI: ignore brew warnings caused by multiple python installs that makes th... | ctrlaltca | 2024-03-17 | 1 | -1/+1 |
| * | Switching the mac CI to qt6 (#2612)•••* try switching the mac CI to qt6; remove the cmake hardcoded deploy, use macdeployqt instead
* mac: Try to mode kvilib and modules to Contents/Frameworks for macdeployqt to pick them up
* Add Mattoje's patch
* Just disable python by now | ctrlaltca | 2024-03-08 | 3 | -3/+15 |
| * | Switch windows CI builds to Github Actions and Qt6 (#2606)•••* Make build compatible with ninja generator
* Remove usage of Qt Windows Extras under qt6
* Avoid compilation noise on UNICODE redefinition
* Remove "KviHeapObject::operator new" signature for debug builds, add placement new operator
* Fix implicit cast of 0 to QFlags
* Fix Avoid ambiguous overload in concatenating strings
* KviIpcSentinel::winEvent - Adapt to changed method signature in qt6
* Remove windows 95/98/me support :)
* appveyor: try switching qt version
* Try creating a github action for windows build
* Remove appveyor config; move windows-only patches into dist/windows/patches | ctrlaltca | 2024-02-24 | 1 | -0/+185 |
| * | Use separate caches for CI linux qt5 and qt6 builds (#2608) | ctrlaltca | 2024-02-13 | 2 | -4/+4 |
| * | Add a qt6 linux CI build (#2605)•••* Add a qt6 linux CI build
* Rename jobs | ctrlaltca | 2024-02-12 | 2 | -1/+50 |
| * | Make macos dmg nightlies more orderable (#2560)•••* Make macos dmg nightlies more orderable
Without any tags in the downloaded history, git doesn't know how many
commits happened since latest tag
* Get rid of the custom sftp upload which doesn't work
Rename artifact to .dmg to make it easier to find the correct artifact
to download by custom script | Alexey Sokolov | 2023-10-24 | 1 | -20/+2 |
| * | Almost there | Alexey Sokolov | 2023-10-22 | 1 | -1/+1 |
| * | Forgot to write file | Alexey Sokolov | 2023-10-22 | 1 | -2/+2 |
| * | Pass user through ssh config | Alexey Sokolov | 2023-10-22 | 1 | -3/+7 |
| * | Yet another time | Alexey Sokolov | 2023-10-22 | 1 | -3/+2 |
| * | Next attempt | Alexey Sokolov | 2023-10-22 | 1 | -2/+1 |
| * | Try to upload to sftp manually... | Alexey Sokolov | 2023-10-22 | 1 | -13/+10 |
| * | Switch to yet another sftp upload action | Alexey Sokolov | 2023-10-22 | 1 | -7/+11 |
| * | Don't delete from sftp | Alexey Sokolov | 2023-10-22 | 1 | -1/+1 |
| * | Use another action to upload sftp | Alexey Sokolov | 2023-10-22 | 1 | -9/+6 |
| * | Fix yaml syntax | Alexey Sokolov | 2023-10-22 | 1 | -1/+1 |
| * | Try to upload nightly .dmg | Alexey Sokolov | 2023-10-22 | 1 | -0/+18 |
| * | Macos: manually create dmg to fix icon position (#2556)•••* Macos: manually create dmg to fix icon position
* Fix dmg name | ctrlaltca | 2023-08-31 | 1 | -6/+11 |
| * | add a basic ci build for linux and macos (#2550) | ctrlaltca | 2023-08-09 | 2 | -0/+119 |
| * | LF and UTF8 all the things (#2378)•••Sweep over all files to make sure they are LF and UTF8
* LF all the things
* convert *.nsi files to utf8 and no longer treat them as binary
* convert the 3 cyrillic languages to utf8
* .dat files are also binary | Benjamin Staneck | 2018-04-26 | 1 | -5/+5 |
| * | revert issue template to plain text | Benjamin Staneck | 2018-04-11 | 1 | -3/+8 |
| * | fix issue template link | Benjamin Staneck | 2018-04-11 | 1 | -1/+1 |
| * | readme changes | Benjamin Staneck | 2018-04-11 | 2 | -5/+7 |
| * | Make the issue/PR templates much simpler. (#2301) | wodim | 2017-10-02 | 3 | -31/+12 |
| * | Fix link in CONTRIBUTING.md | Andrio Celos | 2017-06-30 | 1 | -1/+1 |
| * | fix: hide comments in issues in new posts (#2213)•••this happens because comments can only have one ( open and ) close bracket. so ``` [//]:# (this is a comment (and it) shouldnt show up)``` shows up unless the inner brackets are escaped like [//]:# (this is a comment \(and it\) shouldnt show up) or theres no inner brackets or ```<!-- this -->``` is used.
or something else, no idea
this should fix the issue. | Data | 2017-03-20 | 1 | -4/+4 |
| * | PULL_REQUEST_TEMPLATE: some adjustments | un1versal | 2016-05-07 | 1 | -4/+3 |
| * | GitHub templates: add initial CONTRIBUTING and PULL_REQUEST_TEMPLATE - Team F...•••* GitHub templates: add initial CONTRIBUTING.md
* GitHub tempaltes: add initial PULL_REQUEST_TEMPLATE
| un1versal | 2016-04-11 | 2 | -0/+13 |
| * | ISSUE_TEMPLATE: fix wrong bracket | un1versal | 2016-04-02 | 1 | -1/+1 |
| * | ISSUE_TEMPLATE: add stacktrace info just in case. | un1versal | 2016-04-02 | 1 | -1/+2 |
| * | ISSUE_TEMPLATE: fix instruction visibility in rendered text•••re: comment in https://github.com/kvirc/KVIrc/commit/9afe3c552e2d4070dbda903560816b2426e2536c#commitcomment-16940655 | un1versal | 2016-04-02 | 1 | -1/+1 |
| * | add to issues template | un1versal | 2016-03-17 | 1 | -1/+5 |
| * | Add template for github issues•••Loosely based on
https://github.com/kvirc/KVIrc/wiki/Submitting-a-bug-report
| Alexey Sokolov | 2016-03-14 | 1 | -0/+16 |