aboutsummaryrefslogtreecommitdiffstats
path: root/dist/windows
Commit message (Collapse)AuthorAgeFilesLines
* Adding Swedish translation (#2695)Gravatar Daniel Nylander2025-01-031-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Switch windows CI builds to Github Actions and Qt6 (#2606)Gravatar ctrlaltca2024-02-242-0/+22
| | | | | | | | | | | | | | | | | | | | | | | * 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
* fixes #2468Gravatar Dessa2020-04-231-0/+17
| | | | while at it update german kvirc translation and fix a typo in it
* LF and UTF8 all the things (#2378)Gravatar Benjamin Staneck2018-04-2610-13/+13
| | | | | | | | 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
* make nsis check for windows 7Gravatar wodim2017-06-268-0/+0
|
* followup to 657a5c4Gravatar Dessa2016-10-047-0/+0
| | | | it turns out that my editor thought the remaining files were already UTF-16 LE where they in fact were not.
* convert to UTF-16 LE as the othersGravatar Dessa2016-10-041-0/+0
|
* kill some more xp support and bump Devel::PPPortGravatar Dessa2016-08-208-8/+8
| | | | | | | - remove specification of subsystem, now that we dropped XP - update nsis to force Vista+ - get maketool from cmake var, no conditional needed anymore - bump Devel::PPPort to 3.35 (no code change)
* Spanish nsis translationGravatar wodim2016-06-061-1/+1
|
* translations.nsi: reorganize fields to match master + add missing (#2001)Gravatar un1versal2016-06-057-12/+17
| | | | | | | | | | | | | * translations.nsi: reorganize fields to match master +add missing add missing fields in English for now until translated this should fix warning during compilation: warning: LangString "WinVerUnsupported" is not set in language table of language <languagname> * LangString UnLocalData: fix ${LANG_JAPANESE}assignment
* W.I.P.: combine OS specific build stuffs into a single directory (#1933)Gravatar un1versal2016-04-1610-0/+154
* rename win32build directory to windows * create dist/osx dir and move osx files there * corrections for win32build rename and directory change * move windows folder to dist folder * osx_dmg.json / travis.yml / CMakeLists.txt: adjust for changes path and rename changes