Jesse Rhodes
0ccc730d85
test: Validate plugin metainfo.
2026-04-05 10:35:54 -04:00
Jesse Rhodes
093ffe791e
test: Switch to appstreamcli for metainfo validation.
2026-04-05 10:31:19 -04:00
50346683a1
feat: GTK3-only theming overhaul—new theme service (discover/import/inherits), layered CSS+settings.ini apply w/ safe rollback + caching; widget/xtext palette mapping + all-colors editor; lots of win32/CI libarchive plumbing + installer assets;
2026-03-04 23:28:01 -07:00
b1fc133883
associated .hct and .zct files with ZoiteChat for easy Theme importation like there was in the Theme Manager that was removed.
2026-01-16 19:34:18 -07:00
46da9fe581
remove theme manager in favor of theme selector in preferences.
2026-01-16 17:54:40 -07:00
708fb3de42
moving website to zoitechat.zoite.net
2026-01-14 12:54:25 -07:00
a1ed2b1bed
Zoitechat naming fixes.
2026-01-07 20:33:55 -07:00
4683ef705b
new name after fork
2026-01-05 23:12:38 -07:00
Patrick Griffis
cbb0927a7a
build: Misc cleanup of options
...
Cleanup of option names, use features where applicable, and printing
of summary.
2021-07-13 11:26:59 -05:00
Patrick Griffis
cadc51ede9
build: Add with-appdata option
...
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-07-26 09:53:29 -04:00
Rainer Müller
ed6f544572
build: Add option to specify path to perl binary
2018-03-23 09:14:45 +00:00
Patrick Griffis
da56297c5a
build: Correctly set plugin licenses
2018-03-17 01:37:46 -04:00
Patrick Griffis
8a875afad0
build: Add metainfo files for addons
2018-03-17 01:21:50 -04:00
Patrick Griffis
2286990a6f
Bump to 2.14.0
2018-03-10 17:02:52 -05:00
Mattia Rizzolo
6ca7f84d02
Change the installation path of the appdata file to {datadir}/metainfo
...
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-24 10:29:39 -05:00
Patrick Griffis
7d7be83216
Rename app-id to io.github.Hexchat
...
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-12-24 13:00:40 -05:00
Patrick Griffis
f8467473dd
build: Validate desktop/appstream files
2017-06-15 00:10:55 -04:00
Patrick Griffis
628100c19f
build: Replace Autotools with Meson
...
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
2017-06-13 23:54:51 -04:00