summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Prepare 40.940.9gnome-40Michael Catanzaro2022-03-211-1/+1
|
* 40.840.8Michael Catanzaro2022-02-142-1/+7
|
* 40.740.7Abderrahim Kitouni2022-01-102-2/+8
|
* 40.640.6Jordan Petridis2021-12-052-2/+8
|
* Prepare 40.540.5Michael Catanzaro2021-11-022-1/+7
|
* Update Occitan translationQuentin PAGÈS2021-08-211-11/+11
|
* 40.440.4Matthias Clasen2021-08-182-1/+7
|
* Prepare 40.340.3Abderrahim Kitouni2021-07-152-2/+8
|
* Update Occitan translationQuentin PAGÈS2021-06-181-7/+7
|
* Prepare 40.240.2Michael Catanzaro2021-06-092-2/+9
|
* Update Occitan translationQuentin PAGÈS2021-05-101-48/+117
|
* xkbinfo: continue after skipping a duplicate layout, don't returnPeter Hutterer2021-04-221-1/+1
| | | | | | | | | | | | | | | | | | Copy-paste error introduced in aa7e3440511. We're inside the loop listing through all layouts here so returning early means we skip any layout after the duplicate one. Before: $ test-xkb-info | wc -l 3913 Now: $ test-xkb-info | wc -l 3923 Fixes aa7e344051170ea47585d3d72b1a36e3991121f9 Found by Jason Francis (@jf) (cherry picked from commit bab269813e8d5254abd9f07b613d3646230be8c3)
* xkbinfo: only insert new layouts, skip over duplicate onesPeter Hutterer2021-04-221-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This matches the behavior to the one in the old code path before libxkbregistry. This also fixes a use-after-free bug when a duplicate layout is present. The same layout struct is a member of multiple hashtables, specifically priv->layouts_table, priv->layouts_by_language and priv->layouts_by_country. When the duplicate layout is added, add_layouts calls g_hash_table_replace (priv->layouts_table, l->id, l) which frees the original layout - but the layouts_by_{country|language} still have that now-freed layout. Immediately afterwards, add_layouts calls add_layout_to_locale_tables () which calls add_layout_to_table () which triggers a use-after-free. Avoid all this by simply skipping any duplicate layout. Reproducible with gsettings set org.gnome.desktop.input-sources show-all-sources true valgrind /usr/libexec/gnome-desktop-debug/test-xkb-info Requires xkeyboard-config <= 2.32, it has a duplicate cm(mmuock) entry (one is marked exotic, hence the need for show-all-sources). Fixes #190 Bug analysis by Barnabás Pőcze (@pobrn) Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> (cherry picked from commit aa7e344051170ea47585d3d72b1a36e3991121f9)
* Update Nepali translationPawan Chitrakar2021-04-151-63/+97
|
* Update Nepali translationPawan Chitrakar2021-04-151-110/+80
|
* Update Vietnamese translationAntoine Đỗ2021-04-011-46/+119
|
* Update Hebrew translationYaron Shahrabani2021-03-311-9/+8
|
* 40.040.0Kalev Lember2021-03-222-2/+8
|
* 40.rc40.rcJavier Jardón2021-03-182-2/+11
|
* Update Catalan translationJordi Mas2021-03-011-1/+1
|
* bg-slide-show: Always parse date/time integers in base 10Sebastian Keller2021-02-251-1/+1
| | | | | | | | | | People might prefix their dates/times with 0 which leads to the number being interpreted as octal value. This can then lead to "08" being interpreted as 0, because 8 is not a valid octal value. This is also much more likely than people intentionally trying to use octal or hex values for dates/times. Fixes https://gitlab.gnome.org/GNOME/gnome-desktop/-/issues/189
* Update Galician translationFran Dieguez2021-02-241-2/+2
|
* thumbnail: Fix thumbnailing of CBZ with UTF-8 filenamesBastien Nocera2021-02-231-0/+1
| | | | | | | | | | | | Fix thumbnailing of CBZ comics with UTF-8 filenames, as libarchive will not be able to parse UTF-8 filenames if a UTF-8 locale is not used. This assumes that the C.UTF-8 locale is available on the host system, which shouldn't be a problem on systems able to run GNOME in the first place. See https://github.com/libarchive/libarchive/issues/587 and https://github.com/flatpak/flatpak/pull/4138
* thumbnail: Fix non-working thumbnailer in FlatpakBastien Nocera2021-02-221-0/+1
| | | | | | | | In a Flatpak, $FLATPAK_SANDBOX_DIR might be set, but the directory might not exist. This means that the thumbnailing sandbox might fail to start because the shared directory is missing. (test-desktop-thumbnail:6): GnomeDesktop-DEBUG: 16:37:21.007: Thumbnail script ('evince-thumbnailer -s %s %u %o') failed for 'file:///home/hadess/foo.cbz': Could not create temporary sandbox directory
* 40.beta40.betaAbderrahim Kitouni2021-02-202-3/+10
|
* xkbinfo: Update iso639Ids but not iso3166Ids correctly in evdevTakao Fujiwara2021-02-161-1/+1
| | | | | | rxkb parser updates iso3166Ids by mistake for iso639Ids elements in evdev. Resolves: https://gitlab.gnome.org/GNOME/gnome-desktop/-/issues/187
* Update Punjabi translationA S Alam2021-02-141-51/+51
|
* Update Belarusian translationАляксей2021-02-121-68/+107
|
* Revert "Temporarily make myself a maintainer so I can edit GitLab settings ↵Michael Catanzaro2021-01-221-7/+0
| | | | | again" This reverts commit 9ef9f0e2b2c2e434122fd67cd8d27a706ef2527d
* Temporarily make myself a maintainer so I can edit GitLab settings againMichael Catanzaro2021-01-211-0/+7
|
* 40.alpha40.alphaalatiera/40-alphaJordan Petridis2021-01-192-2/+14
|
* Update Norwegian Bokmål translationKjartan Maraas2021-01-131-38/+48
| | | | (cherry picked from commit cf3b180d1e89de030a9ee3d01d37dd8853e76b5c)
* Update Catalan translationJordi Mas2021-01-081-25/+26
|
* Update Catalan translationJordi Mas2021-01-081-25/+26
|
* Update Catalan translationJordi Mas2021-01-041-10/+10
|
* rr: Add missing copyright noticesAaron Plattner2020-12-182-0/+2
| | | | I forgot to add these in commit ba73c28b.
* docs: Add GnomeBGCrossfade and GnomeBGSlideShowGuido Günther2020-12-181-0/+2
|
* Change default input source to anthy for JapaneseTakao Fujiwara2020-12-181-1/+1
| | | | | | | | | | I request to change kkc to anthy since kkc has been delayed to move gsettings migrations and etc for many years. I got the agreement with the original anthy developers and has been forked it to anthy-unicode. Resolves: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/3430
* thumbnail: Add support for x-large and xx-large thumbnail sizeswip/hadess/xlarge-thumbnailsBastien Nocera2020-12-172-1/+11
| | | | | See https://gitlab.freedesktop.org/xdg/xdg-specs/-/merge_requests/40 and https://gitlab.freedesktop.org/xdg/xdg-specs/-/merge_requests/35
* thumbnail: Factor out size to dirname and pixel size computationBastien Nocera2020-12-171-5/+28
| | | | This will make it easier to add new thumbnail sizes.
* Update Brazilian Portuguese translationRafael Fontenelle2020-11-231-4/+4
| | | | (cherry picked from commit 3668f114223ae7b7eb5e7cd58116b7fa5fb6d34e)
* Update Catalan translationJordi Mas2020-11-101-11/+11
|
* Update Catalan translationJordi Mas2020-11-101-15/+16
|
* Update README.md to explain why the issue tracker is closedMichael Catanzaro2020-10-291-3/+4
|
* Revert "Temporarily make myself a maintainer so I can edit GitLab settings"Michael Catanzaro2020-10-281-7/+0
| | | This reverts commit 94bcc0696c7c399d3134cab485fb70172efccb6e
* Temporarily make myself a maintainer so I can edit GitLab settingsMichael Catanzaro2020-10-281-0/+7
| | | | I want to see if GitLab has gained any way to set a default issue template, since almost all of our bug reports are unrelated to libgnome-desktop.
* thumbnailer: Cache GStreamer's plugin registryBastien Nocera2020-10-141-0/+88
| | | | This will speed up thumbnailers that need it.
* thumbnail: Update copyright for test applicationBastien Nocera2020-10-141-1/+1
|
* thumbnail: Print time elapsed when requested during testBastien Nocera2020-10-141-0/+29
|
* thumbnailer: Add iterations options to testBastien Nocera2020-10-141-4/+17
|