log audacious/ui_playlist.c @ 2232:ac2ea05e60a0 trunk

age author description
Tue, 02 Jan 2007 16:48:38 -0800 giacomo [svn] - migration from gtkitemfactory to actions and uimanager; main menu has been ported, still much work and test to do trunk
Sun, 31 Dec 2006 19:57:29 -0800 nenolod [svn] - bmp_playback_* -> playback_* -- i knew something smelled rotten here, hmm. trunk
Sun, 31 Dec 2006 11:32:05 -0800 nenolod [svn] - set the translation domain for UIManager owned objects. Closes #719, #720. trunk
Sat, 23 Dec 2006 03:47:44 -0800 giacomo [svn] - added audacious stock icons; source files wanting to use them must include icons-stock.h; removed obsolete pixmaps.h trunk
Fri, 22 Dec 2006 16:29:35 -0800 giacomo [svn] - added initial code for playlist manager, that allows to create, delete and switch playlists trunk
Wed, 20 Dec 2006 05:45:04 -0800 nenolod [svn] - fix list menu, reported by Joker trunk
Tue, 19 Dec 2006 08:26:05 -0800 yaz [svn] - key bindings for Save List and Save Default List had been changed accidentally. trunk
Tue, 19 Dec 2006 00:41:12 -0800 yaz [svn] - Remove Selected works sanely. closes #701. trunk
Mon, 18 Dec 2006 09:56:52 -0800 nenolod [svn] - gdk_image_destroy -> g_object_unref trunk
Mon, 18 Dec 2006 03:25:13 -0800 nenolod [svn] - port playlist editor to XML interface description trunk
Sat, 16 Dec 2006 11:20:00 -0800 giacomo [svn] added enter keypress shortcut for search-in-playlist dialog trunk
Sat, 16 Dec 2006 10:44:25 -0800 giacomo [svn] - added auto-enqueue option for search-in-playlist trunk
Sat, 16 Dec 2006 04:49:16 -0800 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
Sat, 16 Dec 2006 02:52:03 -0800 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
Fri, 15 Dec 2006 11:14:46 -0800 giacomo [svn] added a regex-based search option in playlist that allows to select playlist entries using multiple match criteria trunk
Tue, 12 Dec 2006 08:38:32 -0800 nenolod [svn] - move to GPLv2-only. Based on my interpretation of the license, we are trunk
Mon, 11 Dec 2006 05:09:02 -0800 nenolod [svn] - update playlist UI trunk
Mon, 04 Dec 2006 15:03:22 -0800 nenolod [svn] - cleanups from oliver@freebsd.org trunk
Mon, 04 Dec 2006 01:46:09 -0800 nazca [svn] Numpad 4 and 6 liked to prev and next respectively to be more consistant with the main window trunk
Mon, 04 Dec 2006 01:26:08 -0800 nazca [svn] Seek controls (left and right) now seek 5 seconds like the main window trunk
Thu, 30 Nov 2006 08:17:50 -0800 yaz [svn] - make wheel scroll trigger scan thread trunk
Thu, 30 Nov 2006 03:16:08 -0800 yaz [svn] rewrite scan thread with g_cond_wait(): trunk
Sun, 05 Nov 2006 04:43:16 -0800 nenolod [svn] - DoubleSize support. trunk
Sat, 04 Nov 2006 23:34:22 -0800 nenolod [svn] - assign Control+Shift+R keybinding. to Randomize Playlist. Closes #529 trunk
Thu, 05 Oct 2006 03:26:36 -0700 nenolod [svn] - results from more profiling trunk
Wed, 04 Oct 2006 20:17:07 -0700 nhjm449 [svn] - Put ()'s around the time in the shaded playlist text. trunk
Wed, 04 Oct 2006 02:15:22 -0700 yaz [svn] improvement of shaded playlist window trunk
Thu, 28 Sep 2006 08:50:11 -0700 yaz [svn] - gtk+-2.10's gtk_widget_destroy() sometimes causes an UI freeze. as a workaround, reuse allocated dialog. trunk
Thu, 07 Sep 2006 22:26:54 -0700 nenolod [svn] - revert back to r2216 trunk
Thu, 07 Sep 2006 17:25:29 -0700 nenolod [svn] - gtkquartz compatibility, pass 1 trunk