| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
* 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
|
| |
|
|
|
|
|
|
|
| |
* 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
|
| | |
|
| | |
|
| |
|
|
| |
libenchant-2-2.dll (#2738)
|
| |
|
| |
macos-13 images are deprecated and force an error
|
| |
|
| |
* CI: update to Qt 6.10, fix missing NSIS in Windows-2025 CI image
|
| | |
|
| |
|
|
|
|
|
| |
* Adapt to Qt 6.9 deprecations
* Windows 2019 images are no more available no github, switch to 2022
* Wordaround Qt5 missing QTimezone::UTC
|
| |
|
|
|
| |
* KviControlCodes: Qt >= 6.9's QChar removed implicit casts from ctors, add explicit cast to accommodate
* Update github action jobs
|
| |
|
|
|
| |
* Fix github action
* While we're at it, also update other actions and qt version
|
| |
|
|
| |
(#2681)
|
| | |
|
| | |
|
| |
|
|
| |
* Try to get a windows7 compatible build with Qt5 + vs2019
|
| | |
|
| |
|
|
| |
the run error out early (#2620)
|
| |
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| | |
|
| |
|
|
|
| |
* Add a qt6 linux CI build
* Rename jobs
|
| |
|
|
|
|
|
|
|
|
|
| |
* 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
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
* Macos: manually create dmg to fix icon position
* Fix dmg name
|
| | |
|
| |
|
|
|
|
|
|
| |
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
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
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.
|
| | |
|
| |
|
|
|
|
|
|
| |
Feedback please. (#1922)
* GitHub templates: add initial CONTRIBUTING.md
* GitHub tempaltes: add initial PULL_REQUEST_TEMPLATE
|
| | |
|
| | |
|
| |
|
| |
re: comment in https://github.com/kvirc/KVIrc/commit/9afe3c552e2d4070dbda903560816b2426e2536c#commitcomment-16940655
|
| | |
|
|
|
Loosely based on
https://github.com/kvirc/KVIrc/wiki/Submitting-a-bug-report
|