summaryrefslogtreecommitdiff
path: root/data
Commit message (Collapse)AuthorAgeFilesLines
* main: Change the percentage skip labelBastien Nocera2022-11-291-1/+1
| | | | Following discussion with design team.
* main: Document digits 1 through 9 skipping 10% to 90%Bastien Nocera2022-11-291-0/+7
| | | | The functionality was added in 42.beta.
* skipto: Remove skipto pluginBastien Nocera2022-11-292-10/+0
| | | | | | | | The skip to dialogue is not easy to use, and the menu item doesn't really fit in with the rest of the functionality. Instead, we'll rely on digit 1 to 9 skipping 10% to 90% into the video. Closes: #554
* main: Fix popup showing up on startupBastien Nocera2022-11-281-1/+1
| | | | | | | The popup shows up in the top-left of the window when starting the application before getting hidden. Make sure it's hidden by default. Fixes: dc0a72b117 ("main: Use template to create TotemSearchEntry")
* main: Merge the main header and fullscreen headerKrifa752022-11-281-87/+24
| | | | | | | | HdyFlap can act as a GtkBox or a GtkOverlay. We make full use of that so that the main header can act as the fullscreen header. With this, we avoid to have two separate header having the same content. Co-authored: Bastien Nocera <hadess@hadess.net>
* main: Use new playback options iconJakub Steiner2022-11-253-1/+17
| | | | Closes: #429
* main: Use HdyApplicationWindow instead of GtkApplicationWindowKrifa752022-11-251-406/+412
| | | | | | Make sure to hide the windowed headerbar in fullscreen mode, as HdyWindow doesn't have a titlebar, unlike GtkWindow, and the documentation warns us not to use gtk_window_set_titlebar().
* main: Use template to create TotemSearchEntryKrifa752022-11-242-0/+57
|
* main: Connect to BaconVideoWidget properties in GtkBuilderKrifa752022-11-231-0/+2
|
* main: Set BaconVideoWidget window mask events in GtkBuilderKrifa752022-11-231-0/+1
|
* main: Move BaconVideoWidget signal connection to GtkBuilderKrifa752022-11-231-0/+17
|
* main: Move fullscreen headerbar signal connection to GtkBuilderKrifa752022-11-231-0/+1
|
* main: Move fullscreen headerbar button signal connection to GtkBuilderKrifa752022-11-231-0/+2
|
* main: Bind properties between headerbars in GtkBuilderKrifa752022-11-231-0/+2
|
* main: Move fullscreen headerbar widgets to GtkBuilderKrifa752022-11-231-0/+63
|
* main: Set window mask events in GtkBuilderKrifa752022-11-231-0/+1
|
* main: Move headerbar signals connection to GtkBuilderKrifa752022-11-231-0/+3
|
* main: Move TotemMainToolbar to GtkBuilderKrifa752022-11-231-0/+2
|
* main: Move header bar widgets to GtkBuilderKrifa752022-11-231-0/+119
|
* main: Move volume button signal connection to GtkBuilderKrifa752022-11-231-0/+2
|
* main: Move seekbar signal connection to GtkBuilderKrifa752022-11-231-0/+3
|
* main: Move "Go" button signal connection to GtkBuilderKrifa752022-11-231-0/+1
|
* main: Move the control buttons to GtkBuilderKrifa752022-11-231-7/+76
|
* preferences: Move the plugins settingsKrifa752022-11-233-24/+159
| | | | | | | Libpeas-gtk will not be ported to Gtk4, so let's remove the dependency and build the list of plugins ourselves. Closes: #548
* preferences: Allow to disable hardware accelerationKrifa752022-11-171-0/+20
| | | | Closes: #501
* preferences: Modernise preferences UIKrifa752022-11-161-742/+382
| | | | | | | | Use HdyPreferencesWindow and other libhandy helpers to modernise and simplify the preferences UI. This will eventually make it easier to port to GTK 4. Closes: #543
* 43.043.0Bastien Nocera2022-09-161-0/+8
|
* desktop: Remove obsolete Bugzilla entriesJake Dane2022-09-112-6/+0
| | | | | The X-GNOME-Bugzilla-* entries were for use by bug-buddy, a GNOME 2 technology that's been gone for over a decade. These entries are obsolete and can be removed.
* screenshot: Save screenshots into ~/Pictures/ScreenshotsJake Dane2022-08-181-1/+1
| | | | | | Same as GNOME Shell 42 uses. Fixes #529
* man: Update modification dateBastien Nocera2022-06-271-1/+1
|
* man: Point to Flathub to download the latest versionBastien Nocera2022-06-271-2/+2
|
* man: Point to Ctrl+? for keybindingsBastien Nocera2022-06-271-62/+5
| | | | One less place to maintain a keybingings list.
* man: Make programme name boldBastien Nocera2022-06-271-4/+6
| | | | As in the other entries.
* man: Rename "Totem" to "Videos"Bastien Nocera2022-06-271-24/+24
| | | | | The app changed name in 2012 (see 9dc401b1213aa9fec2f5274d0e6cb8dcefba486f), update man page to match.
* man: Update what we can playBastien Nocera2022-06-271-6/+3
|
* main: Ressurect old "channel" iconBastien Nocera2022-04-012-0/+7
| | | | | | Prior to GNOME 42, the unknown channel icon looked like a TV (eg. a screen with an aerial). While that's not how TV look now, that's currently our best way to represent a "channel".
* main: Build main window from resourceBastien Nocera2022-03-302-9/+1
|
* main: Build shortcuts dialogue from resourceBastien Nocera2022-03-302-1/+1
|
* appdata: Fix typo in 42.0 descriptionBastien Nocera2022-03-191-1/+1
| | | | See https://github.com/flathub/org.gnome.Totem/issues/86
* 42.042.0Bastien Nocera2022-03-181-0/+17
|
* appdata: Update screenshotsSophie Herold2022-02-253-2/+2
|
* properties: Add Ctrl+I as a shortcut for PropertiesBastien Nocera2022-02-171-1/+1
|
* main: Document F11 as a fullscreen shortcutBastien Nocera2022-02-171-1/+1
|
* main: Remove Ctrl+F as a fullscreen shortcutBastien Nocera2022-02-171-1/+1
| | | | It's already used for "Search" in the browse view.
* main: Add shortcut for "Add local video"Bastien Nocera2022-02-171-0/+7
| | | | Co-authored: Sabri Ünal <libreajans@gmail.com>
* main: Add shortcut for "Add web video"Bastien Nocera2022-02-171-0/+8
| | | | Co-authored: Sabri Ünal <libreajans@gmail.com>
* main: Add help shortcut to the listSabri Ünal2022-02-171-0/+7
|
* main: Mention keyboard shortcuts shortcut in shortcutsSabri Ünal2022-02-171-0/+6
|
* main: Implement GSetting to disable hardware renderingBastien Nocera2022-02-171-0/+5
|
* main: Add 'M' shortcut to toggle muteBastien Nocera2022-02-171-0/+7
| | | | | | | | | | 'M' was already used for the (increasingly rare) "go to root menu of a DVD", so mute is only toggled when not playing a DVD. This is the same shortcut as YouTube uses: https://support.google.com/youtube/answer/7631406?hl=en Closes: #457