summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* appdata: Add 3.38.0 release infoV_3_38_0-fixedBastien Nocera2020-09-101-0/+8
|
* Update Italian translationGianvito Cavasoli2020-09-101-42/+73
|
* 3.38.0V_3_38_0Bastien Nocera2020-09-102-1/+4
|
* Updated Danish translationAsk Hjorth Larsen2020-09-081-2322/+1014
|
* Update Hungarian translationBalázs Meskó2020-09-061-40/+71
|
* Updated Danish translationAsk Hjorth Larsen2020-09-061-1081/+78
|
* Update French translationCharles Monzat2020-09-061-8/+11
|
* Update British English translationZander Brown2020-09-011-91/+113
|
* flatpak: Also allow access to the Downloads directoryBastien Nocera2020-09-011-1/+2
| | | | As we're indexing the first level of it.
* flatpak: Use --fallback-x11 socketcorecontingency2020-09-011-1/+1
| | | | | | | This prevents sandbox escape via X11 when using wayland. This option was introduced in flatpak version 0.11.3. See https://github.com/flathub/flathub/issues/1452
* build: Don't require update appdata for devel releases3.37.90Bastien Nocera2020-09-011-6/+15
|
* 3.37.90Bastien Nocera2020-08-312-1/+15
|
* Update Serbian translationМарко Костић2020-08-311-76/+101
|
* Update Korean translationChangwoo Ryu2020-08-301-39/+64
|
* flatpak: And use new option to set the indexed dirsBastien Nocera2020-08-282-39/+3
| | | | | Rather than patching the schemas file directly, use the new index directory options in tracker3-miners.
* flatpak: Simplify sandboxed tracker3-miners buildBastien Nocera2020-08-284-45/+4
| | | | | | The configuration files now all come from tracker-miners themselves. See https://gitlab.gnome.org/GNOME/tracker-miners/-/merge_requests/259
* Update Basque translationAsier Sarasua Garmendia2020-08-281-39/+64
|
* Update German translationMario Blättermann2020-08-271-63/+94
|
* icon-helpers: Show icons even if mtime is missingBastien Nocera2020-08-271-8/+5
| | | | | We really need thumbnails, so make sure we show something even if it's not up-to-date.
* grilo: Better error message on missing metadata for thumbnailingBastien Nocera2020-08-261-1/+6
|
* grilo: Add debug when thumbnailing media failsBastien Nocera2020-08-261-0/+6
| | | | Could be for any reason, and it's really useful to know.
* flatpak: Simplify tracker3 configBastien Nocera2020-08-262-15/+0
| | | | | | | The tracker3 grilo plugin will now set the "miner-service" configuration automatically when running in a sandbox, so no need to do it ourselves. See https://gitlab.gnome.org/GNOME/grilo-plugins/-/merge_requests/92
* main: Fix search entry selection if selected source removedBastien Nocera2020-08-251-2/+4
| | | | | Support "grl-tracker3-source" being the default search entry source selected if the currently selected source is removed.
* icon-helpers: Fix thumbnails not appearing with Tracker 3Bastien Nocera2020-08-251-0/+1
|
* Update Dutch translationNathan Follens2020-08-251-38/+69
|
* thumbnailer: Fix thread related warningsBastien Nocera2020-08-251-8/+5
| | | | | | | | | | | | | | | | | | | | | | When running, totem-video-thumbnailer would throw loads of warnings related to not being able to set the scheduler settings. (totem-video-thumbnailer:4797): GLib-CRITICAL **: 22:45:48.120: Failed to set scheduler settings: Operation not permitted (totem-video-thumbnailer:4797): GLib-CRITICAL **: 22:45:48.239: Failed to set scheduler settings: Operation not permitted (totem-video-thumbnailer:4797): GLib-CRITICAL **: 22:45:48.242: Failed to set scheduler settings: Operation not permitted (totem-video-thumbnailer:4797): GLib-CRITICAL **: 22:45:48.605: Failed to set scheduler settings: Operation not permitted (totem-video-thumbnailer:4797): GLib-CRITICAL **: 22:45:48.706: Failed to set scheduler settings: Operation not permitted This is caused by the global shared GThreadPool being spawned by gst_init() through options parsing, before totem-video-thumbnailer drops the nice value to 20. The few spare GThreadPool threads are using a nice value of 0, and will try to apply it to the new threads. But they're spawned from the main thread which has a nice of 0, so the code will try to change the nice value to match, which isn't allowed by kernel policies. Work-around this by running nice(20) before the thread pool is created. See: https://gitlab.gnome.org/GNOME/glib/-/issues/2191 Closes: #394
* flatpak: Remove $HOME accessBastien Nocera2020-08-241-2/+0
| | | | | | Now that the indexing/mining is done inside the sandbox, we don't have a problem translating paths for files over the sandbox boundary, so remove the explicit $HOME share.
* flatpak: Remove dconf sandbox holeBastien Nocera2020-08-241-3/+0
| | | | See https://github.com/flathub/flathub/issues/1040
* flatpak: Limit indexing by defaultBastien Nocera2020-08-242-0/+38
|
* flatpak: Run Tracker Miners inside the Flatpak sandboxSam Thursfield2020-08-245-2/+78
| | | | | | | | The Flatpak version of Totem will now run a local tracker-miner-fs-3 instance instead of using the host instance, in all cases. For background, see: https://gitlab.gnome.org/GNOME/totem/-/merge_requests/154#note_881125
* flatpak: Remove Tracker 2.x supportSam Thursfield2020-08-241-22/+0
| | | | | We can't build Grilo with both tracker and tracker3 plugins, so the Flatpak needs to drop support for Tracker 2.x.
* Revert "grilo: Enable monitoring on tracker 2.x"Bastien Nocera2020-08-241-0/+3
| | | | | | | | | | This reverts commit f672175701ad4b8320a771854ad6364f51fe6570. 2 problems: - we remove the whole conditional, which meant never setting the "monitor" variable - the tracker2 plugin doesn't resolve media before passing it to the content-changed functions, so it still isn't useful
* Revert "grilo: Don't listen to tracker3 content changes"Bastien Nocera2020-08-241-3/+0
| | | | | | This reverts commit 0ed1d793feade5f9e8a28a82f1fe1e00456f3b37. Fixed in https://gitlab.gnome.org/GNOME/grilo-plugins/-/issues/73
* flatpak: Fix building FlatpakBastien Nocera2020-08-241-0/+1
| | | | | | | | The current GNOME nightly has support for tracker3 and we're building tracker2, so both are available and grilo-plugins refuses to choose between both, and stops the build. Disable the tracker3 plugin for now. ../meson.build:181:4: ERROR: Problem encountered: tracker3 and tracker modules cannot be enabled at the same time
* main: Make Alt+Right/Alt+Left workBastien Nocera2020-08-221-0/+25
|
* main: Fix Ctrl+Space shortcut not workingBastien Nocera2020-08-221-0/+4
|
* skipto: Use <Primary> rather than <Control> in the shortcutBastien Nocera2020-08-221-1/+1
| | | | No functional difference on Linux.
* rotation: Fix Ctrl+R/Ctrl+Shift+R not rotating the videoBastien Nocera2020-08-221-0/+16
| | | | | | It's not enough to add an accel to the menu item for it to be called when pressing those keys, so make sure the accel gets attached to the window.
* main: Fix Ctrl+F fullscreen shortcut not workingBastien Nocera2020-08-221-0/+2
|
* main: Re-indent window_key_press_event_cb()Bastien Nocera2020-08-221-10/+8
| | | | Looks like artistic indentation from the noughties.
* grilo: Don't listen to tracker3 content changesBastien Nocera2020-08-211-0/+3
| | | | | They don't work well enough for now. See: https://gitlab.gnome.org/GNOME/grilo-plugins/-/issues/73
* grilo: Enable monitoring on tracker 2.xBastien Nocera2020-08-211-3/+0
| | | | It should be working correctly now that we only add videos to the view.
* grilo: Make sure to only add videos to the library viewBastien Nocera2020-08-211-6/+14
| | | | | Don't handle changes related to non-video files in monitored grilo sources.
* Update German translationMario Blättermann2020-08-211-110/+106
|
* grilo: Prepare for Tracker 3 grilo pluginBastien Nocera2020-08-211-3/+10
| | | | Just the name of the plugin changed.
* main: Update YouTube API keyBastien Nocera2020-08-211-1/+2
| | | | Closes: #436
* screenshot: Fix critical in some circumstancesBastien Nocera2020-08-202-122/+53
| | | | | | | Update filename builder helpers from gnome-screenshot, to fix critical when screenshot_build_filename_async() fails. GLib-GIO-CRITICAL **: g_task_return_pointer: assertion '!task->ever_returned' failed
* screenshot: Remove '/' in screenshot filenamesBastien Nocera2020-08-201-4/+14
| | | | | | | | | Make sure we don't use a slash in the pattern for screenshots or we wouldn't be able to save the screenshot at all. Totem-WARNING **: Could not find a valid location to save the screenshot: Failed to find a valid place to save Closes: #427
* main: Add F1 shortcut to the player viewBastien Nocera2020-08-201-0/+3
| | | | It was bizarrely missing.
* data: Remove association with audio filesBastien Nocera2020-08-201-1/+8
| | | | | | | | We really don't want audio files to be played back in the movie player, as we've been steadily removing audio playback features. See also: help: Remove audio and music references; Totem is a video player