summaryrefslogtreecommitdiff
path: root/src/totem-menu.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-31Print the URL that we detected from the device, for DVD and VCDsBastien Nocera1-9/+9
2007-08-25Clean up the seek to time functions, and don't set the statusbar or theBastien Nocera1-2/+2
2007-08-11When adding items to the playlist, set the cursor waiting on the outermostBastien Nocera1-1/+1
2007-08-09Patch from Jan Arne Petersen <jpetersen@jpetersen.org> to fix the sidebarBastien Nocera1-1/+1
2007-07-05Patch from Philip Withnall <pwithnall@svn.gnome.org> to use GtkBuilderBastien Nocera1-4/+3
2007-06-28fix valgrind error with a not-fully initialised GtkRecentData fix testsBastien Nocera1-2/+3
2007-06-27Convert to using gtk_recent_manager_get_default, as the per-screenPhilip Withnall1-3/+1
2007-06-21Handle better having --fullscreen passed to the master program (Helps:Bastien Nocera1-0/+2
2007-06-17Add website to about dialogJaap A. Haitsma1-0/+2
2007-06-01Make the "Switch angles" menu item work again (somebody forgot toBastien Nocera1-0/+1
2007-06-01Don't use UTF-8 unsafe string manipulations to ellipsise but simplyChristian Persch1-126/+83
2007-05-14Move the skipto dialog into a new plugin. (Closes #428293)Philip Withnall1-7/+0
2007-05-04Yield to the newly created open() thread so that we can block on openBastien Nocera1-0/+5
2007-04-17Fix language labels when we have multiple occurences of the same languagesBastien Nocera1-7/+22
2007-04-12Plenty of code cleanups by Kjartan Maraas <kmaraas@broadpark.no>Bastien Nocera1-2/+1
2007-04-09Add a plugin to replace the not-so-useful "Always On Top" menu item whichBastien Nocera1-11/+0
2007-04-03Turn Totem into a TotemObject, remove calling the screensaver directly,Bastien Nocera1-0/+56
2007-03-26Patch from Philip Withnall <bugzilla@tecnocode.co.uk> to grab the recentBastien Nocera1-1/+3
2007-03-20Avoid crashing on play when we can't get a display name for the file we'reBastien Nocera1-1/+1
2007-03-12Add myself to credits in about dialog.Tim-Philipp Müller1-0/+1
2007-01-30Don't let hash table take ownership of and free strings that it doesn'tTim-Philipp Müller1-4/+5
2007-01-29Avoid leaking data from the language hash-table, escape languages beforeBastien Nocera1-13/+11
2007-01-29Truncate the URI before escaping it for use in the menu items, avoidsBastien Nocera1-34/+40
2007-01-19Number duplicate languages in the subtitles and audio tracks menusBastien Nocera1-3/+17
2007-01-18HIG capitalization fixesDennis Cranston1-1/+1
2007-01-16C89 fix by Jens Granseuer <jensgr@gmx.net> (Closes: #397350)Bastien Nocera1-1/+2
2007-01-14Patch from Rene Vahtel <vahtel@starman.ee> to add a "Clear Playlist" menuBastien Nocera1-0/+8
2007-01-10fix browser plugin linking, we need the parser backends as wellBastien Nocera1-3/+10
2007-01-10fix compile warningBastien Nocera1-0/+4
2007-01-09Patch from Philip Withnall <bugzilla@tecnocode.co.uk> to make sure remoteBastien Nocera1-17/+81
2007-01-04Escape the disc name before adding it to the menu, so we don't haveBastien Nocera1-3/+18
2006-12-06fix warningBastien Nocera1-1/+2
2006-12-06Send an Object Notify event when the logo mode changesBastien Nocera1-0/+7
2006-11-27up the sonameBastien Nocera1-0/+6
2006-11-06Re-add a "Properties" menu item in the Movie menu, by popular demandBastien Nocera1-0/+7
2006-11-03fix CFLAGS Invert Left/Right in the menu entries when using an RTLBastien Nocera1-14/+37
2006-11-01avoid warnings when parsing the qaa-qtz iso-codes entryBastien Nocera1-2/+2
2006-11-01Big patch from Jan Arne Petersen <jpetersen@jpetersen.org> to make use ofBastien Nocera1-17/+28
2006-10-02Use gtk_show_about_dialog, remove unused codeBastien Nocera1-16/+1
2006-09-24remove earlier removed files add missing i18n macros (Closes: #357515)Jan Arne Petersen1-57/+57
2006-09-11Huge patch from Jan Arne Petersen <jpetersen@jpetersen.org> to move TotemBastien Nocera1-206/+698
2006-06-13Pop down language/subtitle menus before replacing them with a differentTim-Philipp Müller1-2/+12
2006-04-28Remove the DXR3 support, nobody uses that anymore, remove the "proprietaryBastien Nocera1-0/+1
2006-02-28pass the mount point onto Totem when the disc is mounted, rather than theBastien Nocera1-1/+15
2005-11-24remove CD playback from the UI (as to avoid double-use with sound- juicerBastien Nocera1-3/+5
2005-11-10Don't call g_str_has_prefix with NULL string.Tim-Philipp Müller1-1/+1
2005-11-02upd Disable menu items for CD drives with blank CDs in them (Helps:Bastien Nocera1-1/+14
2005-07-12remove unneeded line don't free object data from the menu item (Closes:Bastien Nocera1-1/+0
2005-07-11Only support opening discs through either their mountpoint (data discs,Bastien Nocera1-33/+1
2005-07-10add a totem_action_open_dialog() function to be called when a data disc isBastien Nocera1-5/+12