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