summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* opensubtitles: Move GtkTreeModelSort to GtkBuilderKrifa752022-12-052-2/+5
* opensubtitles: Use GtkComboBoxText instead GtkComboBoxKrifa752022-12-052-4/+1
* opensubtitles: Move treeview columns creation to GtkBuilderKrifa752022-12-052-20/+48
* opensubtitles: Use GResource for loading UI fileKrifa752022-12-053-3/+25
* plugins: Remove ignore for removed pylint checkerBastien Nocera2022-12-051-1/+1
* pythonconsole: Remove ignore for removed checkersBastien Nocera2022-12-052-7/+7
* main: Make playlist Fill the inspector pageKrifa752022-12-051-0/+1
* properties: Left-align the comment labelBastien Nocera2022-11-301-0/+1
* backend: Use GtkBin as base class instead GtkLabelKrifa752022-11-303-8/+31
* main: Use GtkBin as base class instead GtkActionBarKrifa752022-11-303-92/+97
* backend: Use GtkBin as base class instead GtkOverlayKrifa752022-11-303-4/+4
* backend: Add missing period at the end of error messageBastien Nocera2022-11-301-1/+1
* backend: Bump max playback rate to 3xBastien Nocera2022-11-301-1/+1
* backend: Move min/max playback rates to constantsBastien Nocera2022-11-302-2/+16
* backend: Return an error on playback failureBastien Nocera2022-11-301-0/+2
* skipto: Remove skipto pluginBastien Nocera2022-11-2910-881/+0
* opensubtitles: Re-enable menu item after DownloadKrifa752022-11-291-0/+2
* main: Merge the main header and fullscreen headerKrifa752022-11-282-30/+25
* opensubtitles: Fix invalid format specifierKrifa752022-11-271-1/+1
* main: Simplify playing the current playlist itemBastien Nocera2022-11-261-36/+18
* main: Clean up some code by using g_auto*Bastien Nocera2022-11-261-59/+32
* main: Simplify filename handling in totem_setup_window()Bastien Nocera2022-11-251-4/+1
* main: Simplify GError handlingBastien Nocera2022-11-251-24/+12
* main: Use HdyApplicationWindow instead of GtkApplicationWindowKrifa752022-11-251-0/+1
* main: Use template to create TotemSearchEntryKrifa752022-11-241-48/+15
* main: Use HdyHeaderBar as a base class for TotemMainToolbarKrifa752022-11-244-14/+14
* opensubtitles: Re-fix blank dialogue (and traceback)Bastien Nocera2022-11-242-2/+6
* opensubtitles: Fix blank dialogue when reopenedBastien Nocera2022-11-241-0/+1
* main: Remove unused totem_interface_create_header_button()Krifa752022-11-242-42/+0
* properties: Use HdyWindow instead of GtkDialogKrifa752022-11-233-6/+12
* properties: Use template to create dialogueKrifa752022-11-234-857/+1043
* main: Connect to BaconVideoWidget properties in GtkBuilderKrifa752022-11-231-6/+4
* main: Set BaconVideoWidget window mask events in GtkBuilderKrifa752022-11-231-3/+0
* main: Move BaconVideoWidget signal connection to GtkBuilderKrifa752022-11-231-76/+38
* main: Move fullscreen headerbar signal connection to GtkBuilderKrifa752022-11-231-2/+0
* main: Move fullscreen headerbar button signal connection to GtkBuilderKrifa752022-11-231-4/+0
* main: Bind properties between headerbars in GtkBuilderKrifa752022-11-231-4/+0
* main: Move fullscreen headerbar widgets to GtkBuilderKrifa752022-11-231-30/+5
* main: Set window mask events in GtkBuilderKrifa752022-11-231-3/+0
* main: Move headerbar signals connection to GtkBuilderKrifa752022-11-232-9/+8
* main: Move TotemMainToolbar to GtkBuilderKrifa752022-11-231-4/+0
* main: Move header bar widgets to GtkBuilderKrifa752022-11-231-49/+7
* main: Move volume button signal connection to GtkBuilderKrifa752022-11-231-6/+6
* main: Move seekbar signal connection to GtkBuilderKrifa752022-11-231-9/+6
* main: Move "Go" button signal connection to GtkBuilderKrifa752022-11-231-3/+4
* main: Move the control buttons to GtkBuilderKrifa752022-11-231-49/+1
* preferences: Simplify video widget refcountingBastien Nocera2022-11-231-3/+1
* preferences: Move the plugins settingsKrifa752022-11-235-59/+281
* properties: Update item visibilityKrifa752022-11-221-2/+1
* plugins: Simplify TOTEM_PLUGIN_REGISTER() macroBastien Nocera2022-11-171-19/+5