2006-12-18 |
yaz |
[svn] - change the cleanup order in mainwin_quit_cb() to avoid freeze on quit.
trunk
|
2006-12-18 |
nenolod |
[svn] - damn SVN reverted this to some old version
trunk
|
2006-12-18 |
nenolod |
[svn] - fix XML description of the playlist editor (unbreak menus)
trunk
|
2006-12-18 |
nenolod |
[svn] - new signal handling which does not block (based on concept from BMP 0.9.8 that never got released)
trunk
|
2006-12-18 |
yaz |
[svn] - fix the logic of bmp_playback_stop(). now JTF works well even if the playing is paused.
trunk
|
2006-12-18 |
nenolod |
[svn] - add proper XML header
trunk
|
2006-12-18 |
nenolod |
[svn] - port playlist editor to XML interface description
trunk
|
2006-12-17 |
giacomo |
[svn] - jump to file: use G_TYPE_UINT to store the song number in the model
trunk
|
2006-12-17 |
nenolod |
[svn] - ui/Makefile was missing.
trunk
|
2006-12-17 |
nenolod |
[svn] - add XML interface declaration for the playlist editor
trunk
|
2006-12-17 |
giacomo |
[svn] - jump to file: detach model from treeview before updating its rows, then reattach it
trunk
|
2006-12-17 |
nenolod |
[svn] - fix widgets/skin.c references.
trunk
|
2006-12-17 |
nenolod |
[svn] - fix
trunk
|
2006-12-17 |
nenolod |
[svn] - move vfs from libaudacious to main audacious
trunk
|
2006-12-16 |
giacomo |
[svn] added enter keypress shortcut for search-in-playlist dialog
trunk
|
2006-12-16 |
giacomo |
[svn] - added auto-enqueue option for search-in-playlist
trunk
|
2006-12-16 |
giacomo |
[svn] - changed playlist_shuffle_list to pick a playlist as parameter instead of calling playlist_get_active
trunk
|
2006-12-16 |
giacomo |
[svn] - clear and free a playlist passed to playlist_remove_playlist
trunk
|
2006-12-16 |
giacomo |
[svn] added playlist_free and ensure that each created playlist is freed in mainwin_quit_cb; the list of playlists is freed there as well
trunk
|
2006-12-16 |
giacomo |
[svn] - made playlistwin_update_list depend on passed Playlist* instead of blindly using playlist_get_active(); this solves many locking issues with multiple playlists, but SHOULD be reviewed in every place playlistwin_update_list is used; added a playlist_new_from_selected() call too
trunk
|
2006-12-16 |
giacomo |
[svn] - multiple playlist support requires separated locking; each Playlist holds its GMutex now; removed playlist_get function cause it doesn't fit with this scheme
trunk
|
2006-12-16 |
jerome |
[svn] Added playback-seek{-relative} in audtool.1 man page.
trunk
|
2006-12-16 |
jerome |
[svn] Fixed a bug where xmms_remote_jump_to_time was called with seconds instead of milliseconds.
trunk
|
2006-12-16 |
nenolod |
[svn] - don't use deprecated function playlist_get().
trunk
|
2006-12-16 |
nenolod |
[svn] - log a warning if deprecated functions from <= 1.2 are used
trunk
|
2006-12-16 |
nenolod |
[svn] - use g_object_ref() on the list store when we disassociate to make
trunk
|
2006-12-16 |
nenolod |
[svn] - while building the jump to file list, disassociate the GtkListStore
trunk
|
2006-12-16 |
nenolod |
[svn] - run update-po
trunk
|
2006-12-16 |
giacomo |
[svn] regex-powered jump to file - should be considerably faster than the old one
trunk
|
2006-12-15 |
giacomo |
[svn] do not assume that a tuple field exists just cause the tuple does, regexec hates null strings
trunk
|
2006-12-15 |
giacomo |
[svn] added a regex-based search option in playlist that allows to select playlist entries using multiple match criteria
trunk
|
2006-12-15 |
nenolod |
[svn] - bail after 15 failures to find an acceptable playback candidate
trunk
|
2006-12-15 |
nenolod |
[svn] - add playlist_select_playlist() to select a literal playlist
trunk
|
2006-12-15 |
nenolod |
[svn] - use playlist_get_active() at the top of each thread.
trunk
|
2006-12-15 |
nenolod |
[svn] - ip_data.stop shouldn't be handled here, but should be handled by the callee of playlist_clear().
trunk
|
2006-12-15 |
nenolod |
[svn] - add some basic code for the manipulation of temporary playlists
trunk
|
2006-12-15 |
nenolod |
[svn] - add playlist_select_next(), playlist_select_prev()
trunk
|
2006-12-15 |
nenolod |
[svn] - remove static Playlist default_playlist
trunk
|
2006-12-15 |
nenolod |
[svn] - remove all improper uses of playlist_get()
trunk
|
2006-12-15 |
nenolod |
[svn] - dynamically allocate the playlist at startup and fix some lingering improper uses of playlist_get()
trunk
|
2006-12-14 |
nenolod |
[svn] - fix example
trunk
|
2006-12-14 |
nenolod |
[svn] - add the starting point of some audacious C++ bindings
trunk
|
2006-12-14 |
nenolod |
[svn] - use str_has_prefix_nocase instead of a literal compare on extension
trunk
|
2006-12-13 |
yaz |
[svn] - ar should pick changes
trunk
|
2006-12-13 |
nenolod |
[svn] - make sure fd is not NULL before checking it's URI namespace
trunk
|
2006-12-13 |
nenolod |
[svn] - at present, only use extension filtering in the file:// namespace.
trunk
|
2006-12-13 |
nenolod |
[svn] - warning fix
trunk
|
2006-12-13 |
nenolod |
[svn] - improved logic for extension assist
trunk
|
2006-12-13 |
nenolod |
[svn] - put this back the way it was
trunk
|
2006-12-13 |
nenolod |
[svn] - specifically define this as a table
trunk
|
2006-12-13 |
nenolod |
[svn] - preferences pane option for extension-based detection
trunk
|
2006-12-13 |
nenolod |
[svn] - add support for new extension probing system
trunk
|
2006-12-13 |
nenolod |
[svn] - add gchar **vfs_extensions to InputPlugin struct, adding support for
trunk
|
2006-12-12 |
kiyoshi |
[svn] Remove leftover plugin-related bits that don't do anything any more.
trunk
|
2006-12-12 |
nenolod |
[svn] - move to GPLv2-only. Based on my interpretation of the license, we are
trunk
|
2006-12-12 |
nenolod |
[svn] - add programfan to translation credits
trunk
|
2006-12-12 |
nenolod |
[svn] - run update-po
trunk
|
2006-12-12 |
nenolod |
[svn] - this was backwards. lets fix it!
trunk
|
2006-12-12 |
nenolod |
[svn] - update Welsh translation (1 new string added)
trunk
|
2006-12-12 |
nenolod |
[svn] - run update-po
trunk
|