summaryrefslogtreecommitdiff
path: root/src/totem-menu.c
Commit message (Collapse)AuthorAgeFilesLines
* main: Add more shortcuts for the shortcuts help windowBastien Nocera2016-03-211-0/+7
|
* main: Add shortcuts help windowBastien Nocera2015-11-241-0/+9
| | | | | | It doesn't include shortcuts from optional plugins, yet. http://bugzilla.gnome.org/show_bug.cgi?id=757831
* main: Re-implement command-line handlingBastien Nocera2014-10-201-0/+3
| | | | | | | | | Instead of implementing command-line parsing ourselves, use the "handle-local-options" signal along with g_application_add_main_option_entries() to parse command-line options. Command-line options that work with a remote primary instance will be passed over D-Bus with the "remote-command" action.
* main: Register GActions earlyBastien Nocera2014-10-201-2/+6
| | | | | | Register the GActions early, so that they are available even when the main window isn't. This is necessary to make remote commands available on D-Bus.
* main: Add "remote-command" GActionBastien Nocera2014-10-201-0/+21
| | | | Which will be available on the bus for us to use.
* main: Remove GtkUIManager usageBastien Nocera2014-05-301-32/+29
| | | | Plenty of deprecated code gone.
* main: Remove unused clear_playlist_action_callback()Bastien Nocera2014-05-301-8/+0
|
* main: Remove properties accel in mainBastien Nocera2014-05-301-2/+0
| | | | It's already setup in the properties plugin.
* main: Use set_accels_for_action()Bastien Nocera2014-05-301-5/+9
| | | | Instead of add_accelerator() and remove_accelerator().
* main: Remove all the sidebar handling codeBastien Nocera2014-01-241-11/+0
|
* main: Remove last bits of Properties in mainBastien Nocera2014-01-241-9/+0
|
* main: Remove shuffle settingBastien Nocera2014-01-231-14/+0
| | | | | We now have a shuffle button in the grilo plugin, to allow shuffling the selection.
* core: Consistently prefix plugin-visible API with “totem_object_”Philip Withnall2013-08-041-12/+12
| | | | Helps: https://bugzilla.gnome.org/show_bug.cgi?id=626399
* main: Move subtitles/languages menu to cogwheelBastien Nocera2013-05-151-137/+98
|
* main: Move "Select Subtitles" to cogwheel menuBastien Nocera2013-05-151-8/+10
|
* main: Simplify language/subtitles menu creationBastien Nocera2013-05-141-14/+11
| | | | We have a single menu path to handle now.
* main: Remove right-click popupBastien Nocera2013-05-141-2/+2
| | | | | The cogwheel menu is visible in fullscreen and will contain pretty much everything the popup did.
* main: Remove obsolete commentBastien Nocera2013-05-141-1/+0
|
* main: Remove unused GtkAction handlerBastien Nocera2013-05-141-7/+0
|
* main: Remove unused constantBastien Nocera2013-05-141-2/+0
|
* main: Remove unused devices_action_groupBastien Nocera2013-05-141-2/+0
|
* main: Remove dead menu codeBastien Nocera2013-05-141-14/+0
| | | | The volume up/down menu items are gone.
* main: Fix next-angle/root-menu kbd shortcutsBastien Nocera2013-05-141-1/+1
|
* main: Move Eject to the cogwheel menuBastien Nocera2013-05-101-7/+10
|
* main: Move Properties menu item to cogwheelBastien Nocera2013-05-101-7/+10
|
* main: Add missing Ctrl+M DVD root menu shortcutBastien Nocera2013-05-101-0/+2
|
* main: Separate GActionEntries based on menuBastien Nocera2013-05-101-5/+10
|
* main: Move "Next angle" menu item to cogwheelBastien Nocera2013-05-101-7/+11
|
* main: Remove unused skip_{forward,backward}()Bastien Nocera2013-05-101-14/+0
|
* main: Move zoom menu item to cogwheelBastien Nocera2013-05-091-9/+15
|
* main: Migrate aspect ratio submenuBastien Nocera2013-05-091-7/+22
|
* main: Remove skip menu itemsBastien Nocera2013-05-081-12/+0
|
* main: Move Go menu contents to controls barBastien Nocera2013-05-081-35/+45
|
* main: Move Plugins dialogue to PreferencesBastien Nocera2013-05-081-55/+0
| | | | | We have a button to launch the plugins dialogue in the preferences now, instead of a menu item.
* main: Move help menu item to the app menuBastien Nocera2013-05-081-7/+9
|
* main: Remove about menu itemBastien Nocera2013-05-081-32/+0
| | | | | | An about dialogue box doesn't really make sense for built-in applications, and the information should be available in the package or app manager instead.
* main: Implement new overlay controlsBastien Nocera2013-04-291-52/+0
| | | | | | | | | | To replace the static controls we currently have. With help from Cosimo Cecchi for the overlay theming. Note that how controls will be shown and hidden will be implemented as part of bug 697897. https://bugzilla.gnome.org/show_bug.cgi?id=694435
* main: Remove recent menu entriesBastien Nocera2013-04-101-173/+0
| | | | | | They're now in the browse section of the Grilo plugin. https://bugzilla.gnome.org/show_bug.cgi?id=697237
* main: Rename totem_is_fullscreen()Bastien Nocera2013-03-191-1/+1
| | | | To totem_object_is_fullscreen()
* main: Remove totem_action_{get,set}_aspect_ratio from the public APIBastien Nocera2013-03-191-1/+1
|
* main: Rename totem_action_seek_relative()Bastien Nocera2013-03-191-2/+2
| | | | To totem_object_action_seek_relative()
* main: Use non-obsolete public functionsBastien Nocera2013-03-191-7/+7
|
* main: Use g_list_free_full()Bastien Nocera2013-03-181-20/+8
| | | | Instead of our custom version.
* main: Remove auto-resize and zoom to video sizeBastien Nocera2013-03-061-21/+0
| | | | | | | Those will not make much sense anymore when we want Totem to be maximised most of the time, as per the new designs. https://bugzilla.gnome.org/show_bug.cgi?id=694457
* main: Remove "Toggle controls" featureBastien Nocera2013-03-061-17/+0
| | | | | | It doesn't fit with the upcoming designs. https://bugzilla.gnome.org/show_bug.cgi?id=694456
* build: Use the PACKAGE_URL AC_INIT parameter to set the webpageJavier Jardón2012-12-111-1/+1
|
* main: Remove documentation lists from ‘About’ dialoguePhilip Withnall2012-09-031-2/+0
| | | | | | | totem-docs.h is no longer generated by the documentation build, since the new Yelp help macros don’t support it. See: https://bugzilla.gnome.org/show_bug.cgi?id=681643
* main: Fix compilation failureBastien Nocera2012-07-151-1/+1
| | | | For the totem_add_to_playlist_and_play() API change.
* main: Remove recent functionalityBastien Nocera2012-07-151-88/+0
| | | | As it's moved to the recent plugin.
* Port to GStreamer 1.0Bastien Nocera2012-07-121-0/+1
| | | | | | Thumbnailer, audio preview, properties page and totem tested and working. https://bugzilla.gnome.org/show_bug.cgi?id=674078