aboutsummaryrefslogtreecommitdiffstats
path: root/dist
Commit message (Expand)AuthorAgeFilesLines
* Release 5.2.10 (#2737) 5.2.10Gravatar ctrlaltca2025-12-122-3/+3
* version 5.2.8 5.2.8Gravatar Fabio Bas2025-07-302-3/+3
* Adding Swedish translation (#2695)•••* 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 uploadGravatar Daniel Nylander2025-01-031-0/+18
* Version 5.2.6 (#2683) 5.2.6Gravatar ctrlaltca2024-10-112-3/+3
* Misc fixes to sound module related to autodetect (#2669)•••* Sound options: don't immediately save changes when sound system gets autodetected; fix #2667 * If the config-saved sound system is not available anymore, force an autodetect; fix #2668 * Fix "qt" sound system under qt6 and unify the code path for Qt5. * If phonon is available, prefer it over "qt" sound system (the latter can only play wav files) * Nuke support for aRts (KDE2/3 sound server) and ESD (Gnome sound server before 2009) * Sound module: replace SoundEffect with QmediaPlayer to support more file formats. Adjust the priority of "qt" sound system in autodetect * Convert to smart pointers * Sound options: force an autodetect if the current sound system is not validGravatar ctrlaltca2024-08-021-1/+1
* Version 5.2.4 (#2642) 5.2.4Gravatar ctrlaltca2024-05-112-3/+3
* Include debian patches (#2639)•••* enable optimisation with debug; credits to wRAR * Switch RFC2812 links from internal to external. Credits to wRAR * admin/gendoc.pl: Ease the creation of reproducible builds by removing user and timestamp from generated documentation. Credits to Vagrant Cascadian * Remove patches from dist/debianGravatar ctrlaltca2024-05-093-85/+0
* Version 5.2.2 (#2614) 5.2.2Gravatar ctrlaltca2024-03-092-3/+3
* 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/patchesGravatar ctrlaltca2024-02-242-0/+22
* Update version to 5.2.0, update translations (#2590) 5.2.0Gravatar ctrlaltca2024-01-142-3/+3
* Update version to 5.1.3 (aka 5.2 beta 3) adopt new candidate release name "Qu...•••* Updated translations from Transifex * Update version to beta3, adopt new candidate release name "Quasar" 5.2.0-beta3Gravatar ctrlaltca2023-12-262-3/+3
* Update version to 5.1.1 and extract translations (#2577) 5.2.0-beta1Gravatar ctrlaltca2023-12-072-3/+3
* Remove references to kvirc.de and kvirc.ru (#2559)•••* Remove reference to kvirc.de and kvirc.ru * Fix directive #23Gravatar ctrlaltca2023-10-211-1/+1
* Macos: manually create dmg to fix icon position (#2556)•••* Macos: manually create dmg to fix icon position * Fix dmg nameGravatar ctrlaltca2023-08-313-10/+0
* Update Desktop Entry file•••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 Gravatar Peter J. Mello2021-05-293-26/+2
* fixes #2468•••while at it update german kvirc translation and fix a typo in it Gravatar Dessa2020-04-231-0/+17
* bump version to 5.0.1Gravatar Benjamin Staneck2019-10-122-5/+5
* build_debian: small fixGravatar Alexander Pozdnyakov2018-12-301-1/+1
* build_debian: add option CMAKE_VERBOSE_MAKEFILE=FalseGravatar Alexander Pozdnyakov2018-12-301-1/+1
* Revert "build_debian: debuild stdout and stderr to /dev/null"•••This reverts commit 20e1ae1eb8131f854dfd9217e545ee0b080eeba8. Gravatar Alexander Pozdnyakov2018-12-301-2/+1
* build_debian: debuild stdout and stderr to /dev/nullGravatar Alexander Pozdnyakov2018-12-301-1/+2
* build_debian: disable dh_verboseGravatar Alexander Pozdnyakov2018-12-301-1/+1
* build_debian: add option preserve-env and prepend-path•••when building in travis Gravatar Alexander Pozdnyakov2018-12-301-1/+3
* build_debian: shellcheck fixGravatar Alexander Pozdnyakov2018-12-301-20/+20
* build_debian: fix regexGravatar Alexander Pozdnyakov2018-12-301-1/+1
* update debian rulesGravatar Alexander Pozdnyakov2018-12-302-14/+7
* update travis dist to precise and remove manual cmake upgradeGravatar Benjamin Staneck2018-12-263-3/+2
* 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 binaryGravatar Benjamin Staneck2018-04-2612-24/+24
* update debian rulesGravatar Alexander Pozdnyakov2018-04-227-7/+63
* really really remove mailing list link and try to fix debian buildGravatar Benjamin Staneck2018-04-223-5/+5
* update version to 5.0.0 (#2373)•••update version to 5.0.0Gravatar Benjamin Staneck2018-04-221-2/+2
* fix doc folder cleanup fallout (#2370)Gravatar Benjamin Staneck2018-04-114-4/+2
* Docs folder cleanup (#2366)•••* delete accelerator.keys.txt content is at https://github.com/kvirc/KVIrc/wiki/Keyboard-shortcuts * delete INSTALL and doc/INSTALL.txt content is at https://github.com/kvirc/KVIrc/wiki/installation * delete doc/firefox.hack.txt should no longer be needed * delete doc/themes.howto.txt content is at https://github.com/kvirc/KVIrc/wiki/tutorials * delete doc/INSTALL-MacOS.txt content is at https://github.com/kvirc/KVIrc/wiki/Compiling-KVIrc-from-git-on-macOS-Sierra * add another VS file to .gitignore * delete doc/FAQ content is at https://github.com/kvirc/KVIrc/wiki/FAQ * delete old TODOs content should be, if relevant, in issues * delete doc/addon.howto.txt content is at https://github.com/kvirc/KVIrc/wiki/Addons * delete doc/scripting.faq.txt content is at https://github.com/kvirc/KVIrc/wiki/tutorials * delete translations.howto.txt and translations.spanish.notes.txt content should be at https://github.com/kvirc/KVIrc/wiki/Updating-KVIrc's-translations * delete win32_run_cmake.bat outdated? * adjust CMakeLists.txt for removed files * delete Windows compilation instructions content is at https://github.com/kvirc/KVIrc/wiki/Compiling-KVIrc-on-Windows * delete doc/hackers.guide.txt content is at https://github.com/kvirc/KVIrc/wiki/The-Source-Tree * delete doc/ui-style-tips.txt content is at https://github.com/kvirc/KVIrc/wiki/Contributing-code-to-KVIrc's-repositories * adjust README to doc changes * move main license file to root * adjust mentions of copyright files * revert status badges back from shields.io shields.io is overloaded all the time so the badges never display * change cmake syntax * restore the about license text to its original glory and install the amip license only on windows * update GPL2 from the GNU website * change the installer to show ABOUT-LICENSE as well Gravatar Benjamin Staneck2018-04-102-5/+4
* PPA: fix scriptGravatar Alexander Pozdnyakov2018-04-101-3/+6
* PPA update: revert descriptionGravatar Alexander Pozdnyakvo2018-03-311-18/+17
* PPA update: update versionGravatar Alexander Pozdnyakvo2018-03-211-2/+2
* PPA update: lintian fixGravatar Alexander Pozdnyakvo2018-03-2112-263/+208
* PPA update:•••Add Ubuntu Bionic. Del Ubuntu Zesty. Update rules. Gravatar Alexander Pozdnyakvo2018-02-1416-290/+510
* PPA: add Ubuntu Zesty & ArtfulGravatar Alexander Pozdnyakov2017-08-035-11/+951
* make nsis check for windows 7Gravatar wodim2017-06-268-0/+0
* ppa: add ubuntu 16.10 (Yakkety)Gravatar Alexander Pozdnyakov2016-10-221-1/+1
* followup to 657a5c4•••it turns out that my editor thought the remaining files were already UTF-16 LE where they in fact were not. Gravatar Dessa2016-10-047-0/+0
* convert to UTF-16 LE as the othersGravatar Dessa2016-10-041-0/+0
* kill some more xp support and bump Devel::PPPort•••- 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) Gravatar Dessa2016-08-208-8/+8
* debian_build: set "DCMAKE_BUILD_TYPE = Debug"Gravatar Alexander Pozdnyakov2016-08-111-10/+10
* debian_build: debian\rules fixGravatar Alexander Pozdnyakov2016-08-111-1/+1
* debian_build: fixGravatar Alexander Pozdnyakov2016-08-111-1/+0
* debian_build: add debug PPAGravatar Alexander Pozdnyakov2016-08-113-6/+26
* Spanish nsis translationGravatar wodim2016-06-061-1/+1
* translations.nsi: reorganize fields to match master + add missing (#2001)•••* 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 Gravatar un1versal2016-06-057-12/+17