log audacious/ui_playlist.c @ 2261:bdb2983612f0 trunk

age author description
Thu, 04 Jan 2007 05:29:13 -0800 giacomo [svn] - given some decent namespacing to playlist menus (part 1); removed last references to obsolete mainwin_accel trunk
Thu, 04 Jan 2007 05:15:08 -0800 giacomo [svn] - ported ui_equalizer.c to ui_manager.c framework trunk
Thu, 04 Jan 2007 04:16:48 -0800 giacomo [svn] - moved action_playlist_* implementation from ui_main.c to ui_playlist.c (more appropriate) trunk
Thu, 04 Jan 2007 03:58:58 -0800 giacomo [svn] - do not create GtkAccelGroup anymore; use ui_manager_get_accel_group to get accelerator groups from ui_manager trunk
Wed, 03 Jan 2007 04:44:05 -0800 giacomo [svn] - no more menu_popup() in ui_playlist.c, now it uses ui_manager_popup_menu_show() from ui_manager framework trunk
Wed, 03 Jan 2007 01:25:18 -0800 nenolod [svn] - port playlist uimanager code to giacomo's ui_manager framework trunk
Tue, 02 Jan 2007 22:03:33 -0800 nenolod [svn] - rename mainwin.c to ui_main.c and such trunk
Tue, 02 Jan 2007 21:57:04 -0800 nenolod [svn] - rename equalizer.c to ui_equalizer.c trunk
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
Wed, 30 Aug 2006 06:14:33 -0700 yaz [svn] - revert equalizer.c and ui_playlist.c. :( trunk
Wed, 30 Aug 2006 02:37:40 -0700 yaz [svn] - same to r2149, one more window. :) trunk
Thu, 10 Aug 2006 18:49:44 -0700 nenolod [svn] - saving now uses PlaylistContainer class. trunk
Thu, 10 Aug 2006 13:47:58 -0700 nenolod [svn] - dependency cleanup (pass 1 of many probably) trunk
Wed, 09 Aug 2006 02:47:22 -0700 nenolod [svn] this massive commit does the following: trunk
Tue, 08 Aug 2006 23:43:33 -0700 nenolod [svn] - fix geometry hinting so that it is ICCCM compliant. patch by whereami. trunk
Wed, 02 Aug 2006 16:00:13 -0700 chainsaw [svn] Fix postal code. trunk
Wed, 02 Aug 2006 15:44:07 -0700 chainsaw [svn] Update FSF address in copyright notices. Update autotools templates. trunk
Tue, 25 Jul 2006 12:12:29 -0700 nenolod [svn] via Christian Birchinger <joker -at- netswarm.net>: trunk
Sun, 16 Jul 2006 09:11:31 -0700 nenolod [svn] - sort by track number trunk
Mon, 10 Jul 2006 06:41:11 -0700 yaz [svn] - when the playlist page of the preferences window is shown, the checkbox for filepopup follows the popup menu now. trunk
Thu, 29 Jun 2006 05:58:34 -0700 yaz [svn] - now filepopup menu shows its state through checkbox. trunk
Thu, 29 Jun 2006 03:42:13 -0700 yaz [svn] - add a menu item that toggles filepopup to the playlist popup menu. trunk
Sun, 18 Jun 2006 00:55:01 -0700 nenolod [svn] - proper X11 way of fixing this trunk
Sat, 17 Jun 2006 19:49:56 -0700 nenolod [svn] - remove playlist_popup trunk
Thu, 15 Jun 2006 05:07:23 -0700 nenolod [svn] - sort by Artist trunk
Wed, 14 Jun 2006 02:07:52 -0700 nhjm449 [svn] - There's an ellipsis character in text.png. Let's use it like we should. trunk
Fri, 19 May 2006 14:00:07 -0700 nenolod [svn] - revert r1156, r1164 trunk
Fri, 19 May 2006 13:23:08 -0700 nenolod [svn] - playlistwin and equalizerwin are their own windows, don't treat them trunk
Fri, 19 May 2006 11:57:39 -0700 nenolod [svn] - remove improper transience settings (these were just wrong) trunk
Tue, 16 May 2006 21:00:38 -0700 nhjm449 [svn] - super minor fixes trunk
Tue, 16 May 2006 20:38:22 -0700 nenolod [svn] - fix dock.c trunk