| Commit message (Expand) | Author | Age | Files | Lines |
| * | version 5.2.8 5.2.8 | Fabio Bas | 2025-07-30 | 1 | -1/+1 |
| * | Version 5.2.6 (#2683) 5.2.6 | ctrlaltca | 2024-10-11 | 1 | -1/+1 |
| * | 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 valid | ctrlaltca | 2024-08-02 | 1 | -1/+1 |
| * | Version 5.2.4 (#2642) 5.2.4 | ctrlaltca | 2024-05-11 | 1 | -1/+1 |
| * | 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/debian | ctrlaltca | 2024-05-09 | 3 | -85/+0 |
| * | Version 5.2.2 (#2614) 5.2.2 | ctrlaltca | 2024-03-09 | 1 | -1/+1 |
| * | Update version to 5.2.0, update translations (#2590) 5.2.0 | ctrlaltca | 2024-01-14 | 1 | -1/+1 |
| * | 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-beta3 | ctrlaltca | 2023-12-26 | 1 | -1/+1 |
| * | Update version to 5.1.1 and extract translations (#2577) 5.2.0-beta1 | ctrlaltca | 2023-12-07 | 1 | -1/+1 |
| * | Remove references to kvirc.de and kvirc.ru (#2559)•••* Remove reference to kvirc.de and kvirc.ru
* Fix directive #23 | ctrlaltca | 2023-10-21 | 1 | -1/+1 |
| * | 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
| Peter J. Mello | 2021-05-29 | 3 | -26/+2 |
| * | bump version to 5.0.1 | Benjamin Staneck | 2019-10-12 | 1 | -1/+1 |
| * | build_debian: small fix | Alexander Pozdnyakov | 2018-12-30 | 1 | -1/+1 |
| * | build_debian: add option CMAKE_VERBOSE_MAKEFILE=False | Alexander Pozdnyakov | 2018-12-30 | 1 | -1/+1 |
| * | build_debian: disable dh_verbose | Alexander Pozdnyakov | 2018-12-30 | 1 | -1/+1 |
| * | update debian rules | Alexander Pozdnyakov | 2018-12-30 | 1 | -2/+2 |
| * | update travis dist to precise and remove manual cmake upgrade | Benjamin Staneck | 2018-12-26 | 2 | -2/+1 |
| * | 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 | -2/+2 |
| * | update debian rules | Alexander Pozdnyakov | 2018-04-22 | 6 | -6/+62 |
| * | really really remove mailing list link and try to fix debian build | Benjamin Staneck | 2018-04-22 | 3 | -5/+5 |
| * | fix doc folder cleanup fallout (#2370) | Benjamin Staneck | 2018-04-11 | 4 | -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
| Benjamin Staneck | 2018-04-10 | 2 | -5/+4 |
| * | PPA update: revert description | Alexander Pozdnyakvo | 2018-03-31 | 1 | -18/+17 |
| * | PPA update: lintian fix | Alexander Pozdnyakvo | 2018-03-21 | 11 | -262/+208 |
| * | PPA update:•••Add Ubuntu Bionic.
Del Ubuntu Zesty.
Update rules.
| Alexander Pozdnyakvo | 2018-02-14 | 15 | -280/+509 |
| * | PPA: add Ubuntu Zesty & Artful | Alexander Pozdnyakov | 2017-08-03 | 4 | -2/+949 |
| * | debian_build: add debug PPA | Alexander Pozdnyakov | 2016-08-11 | 2 | -6/+7 |
| * | wheeeeeeeeee | staticfox | 2016-05-22 | 2 | -6/+6 |
| * | devian/control: update description•••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
| un1versal | 2016-04-24 | 1 | -24/+23 |
| * | travis: add ppa auto upload. | Alexander Pozdnyakov | 2016-04-20 | 1 | -9/+86 |
| * | lintian fix | un1versal | 2016-03-14 | 3 | -12/+6 |
| * | bump debian build details 4.9.2 | un1versal | 2016-03-14 | 2 | -1/+10 |
| * | bump debian build details 4.9.1 | un1versal | 2016-01-08 | 1 | -0/+9 |
| * | various files: typos/consistency and capitalization see notes below.•••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
| un1versal | 2015-12-19 | 1 | -4/+4 |
| * | build_debian.sh: del depends - phonon4qt5-backend-gstreamer | Alexander Pozdnyakov | 2015-12-12 | 1 | -1/+1 |
| * | build_debian.sh: add depends libenchant-dev, phonon4qt5-backend-gstreamer | Alexander Pozdnyakov | 2015-12-11 | 1 | -1/+1 |
| * | small fix | Alexander Pozdnyakov | 2015-12-04 | 1 | -1/+1 |
| * | fixed compilation: -DMANUAL_REVISION | Alexander Pozdnyakov | 2015-11-14 | 2 | -12/+0 |
| * | add debian rules | Alexander Pozdnyakov | 2015-11-13 | 25 | -0/+439 |