aboutsummaryrefslogtreecommitdiffstats
path: root/dist/debian
Commit message (Collapse)AuthorAgeFilesLines
* Release 5.2.10 (#2737) 5.2.10Gravatar ctrlaltca2025-12-121-1/+1
|
* version 5.2.8 5.2.8Gravatar Fabio Bas2025-07-301-1/+1
|
* Version 5.2.6 (#2683) 5.2.6Gravatar ctrlaltca2024-10-111-1/+1
|
* Misc fixes to sound module related to autodetect (#2669)Gravatar ctrlaltca2024-08-021-1/+1
| | | | | | | | | | | | | | | | | * 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 valid
* Version 5.2.4 (#2642) 5.2.4Gravatar ctrlaltca2024-05-111-1/+1
|
* Include debian patches (#2639)Gravatar ctrlaltca2024-05-093-85/+0
| | | | | | | | | * 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/debian
* Version 5.2.2 (#2614) 5.2.2Gravatar ctrlaltca2024-03-091-1/+1
|
* Update version to 5.2.0, update translations (#2590) 5.2.0Gravatar ctrlaltca2024-01-141-1/+1
|
* Update version to 5.1.3 (aka 5.2 beta 3) adopt new candidate release name ↵ 5.2.0-beta3Gravatar ctrlaltca2023-12-261-1/+1
| | | | | | | "Quasar" (#2584) * Updated translations from Transifex * Update version to beta3, adopt new candidate release name "Quasar"
* Update version to 5.1.1 and extract translations (#2577) 5.2.0-beta1Gravatar ctrlaltca2023-12-071-1/+1
|
* Remove references to kvirc.de and kvirc.ru (#2559)Gravatar ctrlaltca2023-10-211-1/+1
| | | | | * Remove reference to kvirc.de and kvirc.ru * Fix directive #23
* Update Desktop Entry fileGravatar Peter J. Mello2021-05-293-26/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* bump version to 5.0.1Gravatar Benjamin Staneck2019-10-121-1/+1
|
* build_debian: small fixGravatar Alexander Pozdnyakov2018-12-301-1/+1
|
* build_debian: add option CMAKE_VERBOSE_MAKEFILE=FalseGravatar Alexander Pozdnyakov2018-12-301-1/+1
|
* build_debian: disable dh_verboseGravatar Alexander Pozdnyakov2018-12-301-1/+1
|
* update debian rulesGravatar Alexander Pozdnyakov2018-12-301-2/+2
|
* update travis dist to precise and remove manual cmake upgradeGravatar Benjamin Staneck2018-12-262-2/+1
|
* LF and UTF8 all the things (#2378)Gravatar Benjamin Staneck2018-04-261-2/+2
| | | | | | | | 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
* update debian rulesGravatar Alexander Pozdnyakov2018-04-226-6/+62
|
* really really remove mailing list link and try to fix debian buildGravatar Benjamin Staneck2018-04-223-5/+5
|
* fix doc folder cleanup fallout (#2370)Gravatar Benjamin Staneck2018-04-114-4/+2
|
* Docs folder cleanup (#2366)Gravatar Benjamin Staneck2018-04-102-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* PPA update: revert descriptionGravatar Alexander Pozdnyakvo2018-03-311-18/+17
|
* PPA update: lintian fixGravatar Alexander Pozdnyakvo2018-03-2111-262/+208
|
* PPA update:Gravatar Alexander Pozdnyakvo2018-02-1415-280/+509
| | | | | | Add Ubuntu Bionic. Del Ubuntu Zesty. Update rules.
* PPA: add Ubuntu Zesty & ArtfulGravatar Alexander Pozdnyakov2017-08-034-2/+949
|
* debian_build: add debug PPAGravatar Alexander Pozdnyakov2016-08-112-6/+7
|
* wheeeeeeeeeeGravatar staticfox2016-05-222-6/+6
|
* devian/control: update descriptionGravatar un1versal2016-04-241-24/+23
| | | | | | | Its not a final set in stone description, but it needed a quick update. @AlexanderP something you may want to port to debian builds also. Thanks
* travis: add ppa auto upload.Gravatar Alexander Pozdnyakov2016-04-201-9/+86
|
* lintian fixGravatar un1versal2016-03-143-12/+6
|
* bump debian build details 4.9.2Gravatar un1versal2016-03-142-1/+10
|
* bump debian build details 4.9.1Gravatar un1versal2016-01-081-0/+9
|
* various files: typos/consistency and capitalization see notes below.Gravatar un1versal2015-12-191-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://techbase.kde.org/Projects/Usability/HIG/Capitalization This was just done last minute over some notes I had made during earlier similar fixes. * dont capitalize prepositions/conjunctions with less than 5 letters + fix wrong plural. * freenode is all lowercase instance only. * tooltips are not Camel Case capitalization style either. * some centered text on a dialog when all the etxt is left aligned looks off, tootips we can give a pass to. * Tree items are Camel Case * Typos in Unknow channel modes * more tooltips in the Channel Mode/Ban Masks/Invite but flawed design on these The tooltips text doubles up as title one isnt capitalized and the other is... So now none are in this area only since unlike toolbars thers no test display here and its passable. Alternative is to fix these dialogs and toolbars and tbh I cant do it. * cannot vs can't : these are consistency fixes for strings and debug messages only. * about dialog group titles "Runtime Info" "Build Info" are Camel Cased as per capitalization guidelines, but label are like all other labels. s spaces tyyt
* build_debian.sh: del depends - phonon4qt5-backend-gstreamerGravatar Alexander Pozdnyakov2015-12-121-1/+1
|
* build_debian.sh: add depends libenchant-dev, phonon4qt5-backend-gstreamerGravatar Alexander Pozdnyakov2015-12-111-1/+1
|
* small fixGravatar Alexander Pozdnyakov2015-12-041-1/+1
|
* fixed compilation: -DMANUAL_REVISIONGravatar Alexander Pozdnyakov2015-11-142-12/+0
|
* add debian rulesGravatar Alexander Pozdnyakov2015-11-1325-0/+439