Age | Commit message (Expand) | Author | Files | Lines |
2007-07-09 | Remove the useless construct-error code. | Ross Burton | 1 | -5/+0 |
2007-06-22 | Translate the program description properly (#450161, Gabor Kelemen) | Ross Burton | 1 | -1/+2 |
2007-06-15 | Set the label manually to force atk to update. Very sick but it works. | Ross Burton | 2 | -0/+8 |
2007-06-03 | Don't manually create an "all" debug category, GLib does that for you. | Ross Burton | 2 | -13/+6 |
2007-05-14 | Use g_strerror() instead of converting sterror() to UTF-8, and get the | Ross Burton | 1 | -3/+6 |
2007-05-13 | Fix include | Ross Burton | 1 | -1/+2 |
2007-04-11 | Follow the preferred sound device as set in the control-center (Closes: | Bastien Nocera | 1 | -1/+9 |
2007-03-26 | reviewed by: Ross Burton <ross@burtonini.com> | Bastien Nocera | 3 | -7/+20 |
2007-03-26 | Use gst_element_make_from_uri for finding a CDDA source (thanks James | Ross Burton | 1 | -2/+6 |
2007-03-26 | Display a better message after CD extraction (thanks Adam Petaccia, | Ross Burton | 1 | -4/+8 |
2007-03-26 | Don't crash if the device exists but nautilus-burn does not know about it | Ross Burton | 1 | -1/+17 |
2007-03-26 | Update from libbacon. Apart from being a good thing to do this also adds | Ross Burton | 2 | -77/+91 |
2007-03-20 | Initialise threading system before calling gst_init_get_option_group() | Christian Kirbach | 1 | -0/+2 |
2007-03-20 | When displaying strerror(), convert to UTF-8 first (#419512, thanks Pascal | Ross Burton | 1 | -2/+4 |
2007-01-29 | Fix dist | Ross Burton | 1 | -6/+7 |
2006-12-31 | Set urgency hint on extract completed dialog #388577 | Ross Burton | 1 | -0/+12 |
2006-12-31 | sj-main.c: Fix a compile warning | Ross Burton | 1 | -1/+1 |
2006-12-11 | Added in missing function prototypes | Adam Petaccia | 8 | -0/+110 |
2006-12-07 | Mark some data as const (#383488) | Ross Burton | 2 | -4/+4 |
2006-11-28 | Make sure we are not playing when media is removed (#378250). | Luca Cavalli | 1 | -0/+3 |
2006-11-19 | Don't disable Reread when playing (#347218, Stephen Cook). | Ross Burton | 1 | -1/+0 |
2006-11-14 | "none" shouldn't create a directory in Folder hierarchy preference | Adam Petaccia | 1 | -1/+1 |
2006-11-02 | Update for multi-screen and g-i-t (#369490). | Ross Burton | 2 | -35/+252 |
2006-10-22 | Replace spaces with underscores in path_patterns and file_patterns when | Luca Cavalli | 1 | -1/+5 |
2006-10-17 | Rename and add version field for bug-buddy. | Ross Burton | 1 | -31/+49 |
2006-10-16 | Remove unused variables. | Ross Burton | 1 | -1/+4 |
2006-09-25 | Listen to the strip special characters preference and update the label | Ross Burton | 1 | -0/+19 |
2006-08-21 | Don't pass username twice to mb_SetProxyCreds and don't leak the gconf | Kjartan Maraas | 1 | -0/+1 |
2006-07-12 | Fix typo (#347284, Chrisophe Fergeau) | Ross Burton | 1 | -1/+1 |
2006-06-18 | Fix order | Ross Burton | 1 | -2/+2 |
2006-06-18 | Clear the genre field when re-reading the disc (#340524) | Ross Burton | 1 | -0/+2 |
2006-06-05 | Update for new n-c-b API (#342603, thanks William Jon McCann) | Ross Burton | 2 | -28/+44 |
2006-05-09 | Remove | Ross Burton | 3 | -131/+0 |
2006-05-09 | Split into libjuicer, the backend code, and src, the UI. | Ross Burton | 15 | -2090/+6 |
2006-05-02 | Save and restore window maximized state (#340038). | Luca Cavalli | 1 | -10/+53 |
2006-04-29 | Remove ENABLE_DEBUG and use GLib debug flags. Based on a patch by | Ross Burton | 2 | -11/+58 |
2006-04-29 | Fix translation in option context | Ross Burton | 1 | -1/+1 |
2006-04-23 | In completion_cb only manipulate the track store if there is stuff in it | Ross Burton | 1 | -5/+8 |
2006-04-23 | Fix progress bar calculation (John Thacker, #339062). | Ross Burton | 1 | -1/+1 |
2006-04-15 | use GString to create the file path, instead of a fixed buffer (#336725) | James Livingston | 1 | -59/+63 |
2006-04-14 | Update about dialog (#328181) | Ross Burton | 1 | -34/+41 |
2006-04-14 | Save and restore playback volume (#335170, Marinus Schraal). | Ross Burton | 3 | -1/+20 |
2006-04-14 | Improve the --help output (#335016, Vincent Untz). | Ross Burton | 1 | -1/+1 |
2006-04-14 | Translate a string (#334509) | Ross Burton | 1 | -1/+3 |
2006-04-14 | Fix reversed check for invalid iterator. Fixes "Play doesn't work" and | Ross Burton | 1 | -6/+10 |
2006-04-14 | Add some buffering (#336319). | Ross Burton | 1 | -0/+5 |
2006-04-14 | Re-namespace to avoid conflicting with the real taglibmux. | Ross Burton | 2 | -51/+51 |
2006-04-14 | Ensure the window title is reset when we read a CD (#337566). | Ross Burton | 1 | -0/+3 |
2006-04-09 | Add more calls to sj_main_set_title(NULL) (#337566) | Ross Burton | 1 | -0/+2 |
2006-04-08 | Remove gcc-ism (#337393, Damien Carbery) | Ross Burton | 1 | -4/+4 |