summaryrefslogtreecommitdiff
path: root/src/totem-playlist.c
AgeCommit message (Expand)AuthorFilesLines
2006-08-12Fix up brain-damage in the previous commitBastien Nocera1-5/+5
2006-08-12Try even harder to have a display filename, even if the filename'sBastien Nocera1-2/+6
2006-07-10Add a default filename for the save playlist dialogueBastien Nocera1-0/+6
2006-05-16Patch from Przemysław Grzegorczyk <pgrzegorczyk@gmail.com> to add XSPFBastien Nocera1-5/+74
2006-02-19also handle the legacy cd:, fixes a critical warning (Closes: #331429)Bastien Nocera1-0/+3
2006-02-08Don't reverse items when moving them down (Closes: #330399)Bastien Nocera1-1/+3
2006-02-03Don't let the main window's key handler steal key shortcuts from theBastien Nocera1-10/+46
2006-02-03revert the previous changes to the backendBastien Nocera1-0/+5
2006-01-31Fix warning Don't look for subtitles on HTTP (Closes: #329268)Bastien Nocera1-1/+1
2006-01-30Force a column resize after having removed files from the playlist, makingBastien Nocera1-0/+1
2006-01-09Only save the title for custom filenames, Don't override the title whenBastien Nocera1-1/+11
2006-01-06remove unused musicbrainz includeBastien Nocera1-1/+0
2005-11-24remove CD playback from the UI (as to avoid double-use with sound- juicerBastien Nocera1-266/+0
2005-10-31updBastien Nocera1-1/+10
2005-10-22only jump to the current cell if we are setting it as playing, only emitBastien Nocera1-6/+18
2005-10-22Move the file chooser to totem-uri.[ch] to allow for more code sharingBastien Nocera1-45/+14
2005-10-22fix DND on the playlist, which was asking for the parser to insert localBastien Nocera1-23/+15
2005-09-14reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>Johan Dahlin1-1/+9
2005-08-08Use header capitalization for window title.Dennis Cranston1-1/+1
2005-08-08Fix compilation patch from Michaël Arnauts to disable the "Save" buttonBastien Nocera1-12/+21
2005-07-09when seeking and playing, a seek that goes further than the end of theBastien Nocera1-0/+3
2005-07-04Move the playlist dialog to a sidebar, remove the labels for the playlistBastien Nocera1-202/+27
2005-05-07update to allow testing cdda: urls ignore cdda: before checking cdda:Bastien Nocera1-2/+0
2005-05-06Separate _update into _update and _reset, make _update act step-wise, alsoRonald Bultje1-2/+315
2005-04-29add an map method and move the dialog where it was when we closed itBastien Nocera1-19/+45
2005-04-29Remove the treeview header as it's not useful (Closes: #300463)Bastien Nocera1-1/+1
2005-04-14Fix gcc4 warnings.Kjartan Maraas1-1/+1
2005-04-10Fix crasher bug when reaching the first element in a shuffled/repeatBastien Nocera1-12/+15
2005-03-19Fix drag'n'dropping of filenames and directories with broken UTF-8Bastien Nocera1-1/+1
2005-03-14also handle COPY actions on a drop, as Konqueror doesn't handle movesBastien Nocera1-3/+4
2005-03-14use gtk_list_store_insert_with_values instead of separateBastien Nocera1-2/+1
2005-02-22Fix leak when removing files (Closes: #168190)Bastien Nocera1-0/+1
2005-02-19fix warning from gconf_client_add_dir caused by the lockdown work belowBastien Nocera1-1/+1
2005-02-19disable "Take Screenshot" and the Save playlist button when inBastien Nocera1-1/+26
2005-02-17updBastien Nocera1-1/+1
2005-01-24Don't generate a current-removed event if we didn't remove any itemsBastien Nocera1-7/+12
2005-01-12add interface helpers for glade files, and images, Add vim bits to the gstBastien Nocera1-7/+14
2005-01-11Use GTK 2.5 HIG message dialog API.William Jon McCann1-10/+10
2005-01-10Create a generic playlist clearing function that takes a GCompareFunc toBastien Nocera1-23/+59
2005-01-05add user_data to TotemPlParserIterFuncGustavo J. A. M. Carneiro1-3/+3
2005-01-01Remove possible "burps" on startup when the sound is supposed to be muteBastien Nocera1-0/+41
2004-12-29upd upd added removed the "Skip to" dialog updated hide the videoBastien Nocera1-0/+3
2004-12-26updates first try at updated controls popup emit the "changed" signal whenBastien Nocera1-0/+5
2004-11-19work-around the GtkTreeRowReference not surviving a drag'n'drop (bugBastien Nocera1-7/+50
2004-11-18implement drag'n'drop from Mozilla (_NETSCAPE_URL sucks!) (Closes:Bastien Nocera1-2/+19
2004-10-30when double-clicking we need to to reactivate the drop target after theBastien Nocera1-0/+3
2004-10-21for all the file selectors, use gtk_file_chooser_set_current_folder_uriBastien Nocera1-13/+5
2004-09-26test for the absolute to relative path converter and the Unix to DOS pathBastien Nocera1-1/+1
2004-09-15upd update the Copyright noticesBastien Nocera1-0/+88
2004-09-14make Ctrl+A select all the files in the playlist window (Closes: #152197)Bastien Nocera1-0/+9