summary refs log tree commit diff stats
path: root/data
AgeCommit message (Collapse)Author
2019-12-20appdata: Add OARS informationPatrick Griffis
2019-12-20Bump version to 2.14.3Patrick Griffis
2018-09-23Use prefix variable in pkgconfig filePatrick Griffis
2018-08-29Bump version to 2.14.2Patrick Griffis
2018-07-26build: Add with-appdata optionPatrick Griffis
This is mostly useful to avoid a newer gettext dependency for translating the appdata file but it is also just useless data for some distros without any app store. Closes #2219
2018-04-03Fix tests on UbuntuPatrick Griffis
2018-03-23build: Add option to specify path to perl binaryRainer Müller
2018-03-17build: Correctly set plugin licensesPatrick Griffis
2018-03-17build: Fix id in plugin metainfo filesPatrick Griffis
2018-03-17build: Add metainfo files for addonsPatrick Griffis
2018-03-13Bump to 2.14.1Patrick Griffis
2018-03-10Bump to 2.14.0Patrick Griffis
2018-01-24Change the installation path of the appdata file to {datadir}/metainfoMattia Rizzolo
The path where appdata/appstream files should be installed has been changed from /usr/share/appdata/ to /usr/share/metainfo/. https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#spec-component-location Signed-off-by: Mattia Rizzolo <mattia@mapreri.org>
2018-01-20Set StartupWMClass in desktop filePatrick Griffis
2017-12-24Rename app-id to io.github.HexchatPatrick Griffis
RDNS syntax is recommended for applications and this matches the existing flatpak. Note that the dbus service and icons still need renaming though the former is an API breakage. Closes #2104 Closes #2103
2017-07-01Support changing tray icon only with tray_normal imageBilal Elmoussaoui
Previously making a hexchat icon would override all hexchat icons not just the tray. Fixes #2017 Closes #2018
2017-06-15build: Validate desktop/appstream filesPatrick Griffis
2017-06-13build: Replace Autotools with MesonPatrick Griffis
Quick rundown of benefits: - Much faster: - Autotools (with autogen): 22 seconds - Meson: 7 seconds - Meson (with ccache): 2 seconds - Simpler: - ~1000 lines smaller - Single simple language - Potentially better Windows (Visual Studio) support What is not done: - Complete Windows support - OSX support (easy) Closes #2013 Closes #1937 Closes #1803
2016-12-17Don't combine compression with pixdata option for icon resourcesPatrick Griffis
This made minimal difference and is not recommended by upstream. It also is affected by a regression in the latest gdk-pixbuf release. https://bugzilla.gnome.org/show_bug.cgi?id=776105
2016-12-10Bump version to 2.12.4Patrick Griffis
2016-12-01Update appdataPatrick Griffis
2016-08-27build: Avoid installing uncessary files with features disabledPatrick Griffis
2016-08-10Update appdata filePatrick Griffis
2016-03-31unix: Open urls in existing instance if supportedPatrick Griffis
2015-10-16build: Let 'make dist' do a better jobRico Tzschichholz
2015-10-09Update logo .ico with new shadow and standard sizesobskyr
hexchat.ico now contains all the sizes Windows uses.
2015-10-09Update logo SVG to smaller, solid shadowobskyr
2014-10-01Transparent tray icon background.obskyr
2014-09-30Optimized and improved logo SVGs and PNGs.obskyr
Optimized SVGs by hand, ~80% size reduction. Optimized SVGs for browsers, can now be rendered properly by Gecko- and Webkit-based browsers. Resized SVG page, shadow is no longer cut off to the right. Switched tray icons for ones without the cut-off shadow. Optimized and switched icons for the new ones.
2014-06-01Remove some hardcoded version numbersTingPing
- man page - makebundle.sh
2014-03-15Disable compression on tree_channel.pngTingPing
This causes some artifacts in the icon, none of the others seem to have the problem
2014-02-16Add safemode action to desktop fileTingPing
2014-02-16Translate desktop filesTingPing
2014-01-20Translate appdata fileTingPing
2013-09-29Reorganize files and migrate images to gresourceTingPing