summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Version 42.142.1Shaun McCance2022-03-262-1/+6
|
* Be even more careful about stripping slashesShaun McCance2022-03-252-2/+8
| | | | | | | | We broke absolute file paths in 41.beta, then we fixed them, but it turns out ghelp URIs were still broken. The fix isn't great, but it should work fine. Fixes #187
* appdata: Fix screenshot locationSophie Herold2022-03-221-0/+0
|
* Version 42.042.0Shaun McCance2022-03-192-1/+5
|
* appdata: Update screenshotSophie Herold2022-02-252-1/+1
|
* Version 42.beta42.betaShaun McCance2022-02-122-1/+16
|
* Stop building the gtk-docsShaun McCance2022-02-123-37/+2
| | | | | | | | Nobody is using libyelp outside of yelp. Nobody is publishing these docs. The only person reading these docs is me, and I just read the comments in the source. Meanwhile, building these docs is causing weird problems under Wayland for reasons I don't pretend to understand. Let's just make my life easier.
* application: Support color-schemeAlexander Mikhaylenko2022-02-102-1/+3
| | | | It will be used for the light/dark preference in GNOME 42.
* Update Icelandic translationSveinn í Felli2022-01-291-105/+102
| | | | (cherry picked from commit 0e8a9336817d56e225a9b1800edea556ed1e0655)
* Fix up issues with reload, including reloading on theme changeShaun McCance2022-01-114-10/+112
| | | | Addresses part of https://gitlab.gnome.org/GNOME/yelp/-/issues/188
* flatpak: Add flatpak manifestAlexander Mikhaylenko2022-01-051-0/+43
| | | | | | | This is intended to be used for easier hacking, similarly to Settings. gnome-user-docs isn't strictly required for building, but ot provides content to be displayed.
* Update Indonesian translationKukuh Syafaat2021-12-241-67/+64
|
* icon: create a nightly app iconJakub Steiner2021-10-091-0/+1
| | | | | | | | - Provide a development variant of the app icon See https://gitlab.gnome.org/GNOME/Initiatives/issues/12 for more info. /label ~"9. Initiative: NightlyAppIcons"
* Align app name in metadata with .desktop nameSophie Herold2021-10-091-1/+2
|
* window: Use HdyApplicationWindow for rounded bottom cornersChristopher Davis2021-10-094-19/+24
| | | | | GNOME core apps are now using HdyApplicationWindow to get rounded bottom corners everywhere.
* window: Always use headerbarChristopher Davis2021-10-091-30/+2
| | | | GNOME apps should generally always use the headerbar.
* Update Bulgarian translationAlexander Shopov2021-10-031-97/+123
|
* Version 41.141.1Shaun McCance2021-09-253-1/+11
|
* Fix wrong attribute in appdata fileShaun McCance2021-09-251-2/+2
| | | | (again) fixes https://gitlab.gnome.org/GNOME/yelp/-/issues/184
* Fix release description in appdata file for validationShaun McCance2021-09-201-0/+1
| | | | Fixes https://gitlab.gnome.org/GNOME/yelp/-/issues/184
* configure.ac: Require yelp-xsl 41Jeremy Bicha2021-09-191-1/+1
| | | | Closes: https://gitlab.gnome.org/GNOME/yelp/-/issues/183
* Version 41.041.0Shaun McCance2021-09-183-1/+15
|
* Version 41.beta241.beta2Shaun McCance2021-08-292-1/+6
|
* Be more careful about stripping slashesShaun McCance2021-08-281-5/+18
| | | | | | | | | | | | The transition to GUri introduced some problems with our URI mangling, because it's more strict about URI syntax than libsoup was. This led to absolute file paths being broken. This ought to do it. Some day I might redo all of this, because it's a sloppy pile of legacy that's been monkeypatched thru half a dozen API changes in other libraries. That day is not today. Fixes #182 cf https://bugzilla.redhat.com/show_bug.cgi?id=1997839
* Replace remaining Bugilla links with links to GitLabAndre Klapper2021-08-242-3/+3
|
* Remove test-settingsShaun McCance2021-08-212-334/+0
| | | | | | | With the removal of themed icons and all the color computing code, it doesn't really test anything useful anymore. Fixes #81
* Update appdata file so it passes checksShaun McCance2021-08-212-0/+5
|
* Version 41.beta41.betaShaun McCance2021-08-142-1/+11
|
* Get rid of icon code we haven't used in a long time41-settings-revampShaun McCance2021-07-312-191/+2
|
* And finally removing all the color computing codeShaun McCance2021-07-312-162/+1
|
* Stop using all those colors in error pagesShaun McCance2021-07-301-49/+19
|
* Make search results go thru XSLT tooShaun McCance2021-07-296-168/+178
| | | | | One step color to removing color computation and complex HTML formatting from C.
* Merge branch 'master' into 41-settings-revampShaun McCance2021-07-262-520/+41
|\
| * Add temporary option to build against webkit2gtk-4.0Shaun McCance2021-07-261-2/+11
| |
| * icon: fix aliasing / ghostingJakub Steiner2021-07-251-518/+30
| | | | | | | | - stacked objects rendered badly with librsvg on dark backgrounds.
* | Merge remote-tracking branch 'origin/master' into 41-settings-revampShaun McCance2021-07-247-289/+308
|\ \ | |/
| * configure.ac: Build against webkit2gtk-4.1jjardon/webkit2gtk-4.1Javier Jardón2021-07-221-2/+2
| |
| * Replace Bugzilla with GitLabAndre Klapper2021-07-211-3/+2
| |
| * Need to include gio.h in yelp-uri.h for GFilecarlosgc/guriShaun McCance2021-07-081-0/+1
| | | | | | | | | | Should have been doing this since long ago, but I suspect the chain of includes happened to gloss over this omission before.
| * Use GUri instead of SoupURICarlos Garcia Campos2021-07-044-35/+62
| | | | | | | | | | This removes the direct dependency on libsoup, so that yelp doesn't need to be migrated to libsoup3.
| * Update Occitan translationQuentin PAGÈS2021-06-121-249/+241
| | | | | | | | (cherry picked from commit 3763ffc0a13d92d3102053520a62fc170d90f69c)
* | Make help list use XSLTShaun McCance2021-07-246-153/+170
| |
* | Use named colors from the theme for bg and fgShaun McCance2021-06-132-47/+28
|/
* Fix deprecated way of calling glib-genmarshalShaun McCance2021-06-061-1/+1
|
* Version 40.240.2Shaun McCance2021-06-062-1/+6
|
* Update Nepali translationPawan Chitrakar2021-04-141-95/+121
|
* Version 40.040.0Shaun McCance2021-03-202-1/+5
|
* Version 40.rc40.rcShaun McCance2021-03-132-1/+7
|
* Update Galician translationFran Dieguez2021-02-241-68/+68
|
* Update Punjabi translationA S Alam2021-02-141-300/+278
|