summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* main: Fix GApplication Open() not workingBastien Nocera2022-09-061-8/+4
| | | | | | | | | | | | | | The playlist signals weren't correctly reconnected after being blocked to clear the playlist. To reproduce manually: totem --gapplication-service gapplication launch org.gnome.Totem.Devel ~/Videos/foo.mp4 Bisected by Sebastian Keller Fixes: 2a7952a7 ("main: Use GSignalGroup to simplify playlist signal handling") Closes: #536
* Update French translationIrénée THIRION2022-09-051-69/+94
|
* Update Korean translationChangwoo Ryu2022-09-041-140/+153
|
* Update Latvian translationRūdolfs Mazurs2022-09-031-158/+167
|
* Update Danish translationAlan Mortensen2022-09-031-138/+147
|
* Update Hungarian translationBalázs Úr2022-09-021-162/+154
|
* Update Hungarian translationBalázs Úr2022-09-021-9/+12
|
* Update Turkish translationSabri Ünal2022-09-011-22/+21
|
* Update Brazilian Portuguese translationLeônidas Araújo2022-08-311-208/+209
|
* Update Basque translationAsier Sarasua Garmendia2022-08-311-28/+35
|
* Update German translationJürgen Benvenuti2022-08-281-68/+83
|
* Update Catalan translationJordi Mas2022-08-261-92/+86
|
* Update Georgian translationZurab Kargareteli2022-08-261-28/+35
|
* Update Occitan translationQuentin PAGÈS2022-08-251-149/+162
|
* Update Abkhazian translationNart Tlisha2022-08-251-13/+15
|
* Updated Czech translationMarek Černocký2022-08-252-193/+174
|
* build: Use GNOME module post_install()Matt Turner2022-08-242-17/+5
|
* Updated Spanish translationDaniel Mustieles2022-08-241-28/+35
|
* Updated Lithuanian translationAurimas Černius2022-08-221-74/+86
|
* Update Russian translationAleksandr Melman2022-08-221-30/+38
|
* Update Indonesian translationKukuh Syafaat2022-08-221-29/+36
|
* Update Turkish translationSabri Ünal2022-08-221-1456/+40
|
* Update Chinese (China) translationLuming Zh2022-08-211-28/+35
|
* Update Galician translationFran Dieguez2022-08-211-147/+163
|
* Update Polish translationPiotr Drąg2022-08-202-33/+40
|
* Update Serbian translationМарко Костић2022-08-201-141/+154
|
* Update Persian translationDanial Behzadi2022-08-201-28/+35
|
* Update Portuguese translationHugo Carvalho2022-08-191-27/+34
|
* Update Ukrainian translationYuri Chornoivan2022-08-191-13/+14
|
* Update Ukrainian translationYuri Chornoivan2022-08-191-28/+39
|
* Update Finnish translationJiri Grönroos2022-08-181-28/+37
|
* Update Croatian translationGoran Vidović2022-08-181-28/+36
|
* 43.beta43.betaBastien Nocera2022-08-182-1/+9
|
* main: Remove unused search entry finalize methodBastien Nocera2022-08-181-11/+0
|
* main: Simplify TotemObjectClass declarationBastien Nocera2022-08-182-39/+9
|
* main: Make search entry keyboard navigableGabor Karsay2022-08-184-47/+30
| | | | | | | | | | Add a dropdown button next to the search entry to select the search source, instead of a tag. The button is now reachable through the keyboard via tab navigation. Co-authored: Bastien Nocera <hadess@hadess.net> Closes: #71
* Update Hebrew translationYosef Or Boczko2022-08-181-32/+40
|
* Update Swedish translationAnders Jonsson2022-08-181-106/+109
|
* Update Swedish translationAnders Jonsson2022-08-181-29/+37
|
* screenshot: Move screenshot dir code to screenshot pluginJake Dane2022-08-185-33/+28
| | | | It wasn't used anywhere else in the codebase.
* screenshot: Save screenshots into ~/Pictures/ScreenshotsJake Dane2022-08-186-9/+31
| | | | | | Same as GNOME Shell 42 uses. Fixes #529
* main: Fix fullscreen header bar not showing upBastien Nocera2022-08-171-0/+1
| | | | | | | | | | We replaced totem_interface_load() with simply gtk_builder_new_from_resource(), but this helper also used to run gtk_builder_connect_signals(). Do that to fix the fullscreen header bar not showing up. Fixes: d5b2ae4 ("main: Build main window from resource")
* Update Polish translationPiotr Drąg2022-08-151-119/+107
|
* Update Croatian translationGoran Vidović2022-08-121-123/+129
|
* Update Finnish translationJiri Grönroos2022-08-101-131/+129
|
* Update Basque translationAsier Sarasua Garmendia2022-08-071-122/+128
|
* Update Chinese (China) translationLuming Zh2022-08-011-40/+49
|
* Update Catalan translationJordi Mas2022-07-291-91/+114
|
* Add Abkhazian translationNart Tlisha2022-07-292-0/+1910
|
* ci: Drop the Docker image used by Flatpak jobbarthalion/gnome-runtime-images-quayBartłomiej Piotrowski2022-07-281-1/+0
| | | | | The gnome-runtime-images have been recently migrated to Quay. This is already reflected in the template, so no need to declare it manually.