diff ChangeLog @ 2261:bdb2983612f0 trunk

[svn] - given some decent namespacing to playlist menus (part 1); removed last references to obsolete mainwin_accel
author giacomo
date Thu, 04 Jan 2007 05:29:13 -0800
parents 8960824f6706
children 99a0241f97bb
line wrap: on
line diff
--- a/ChangeLog	Thu Jan 04 05:15:08 2007 -0800
+++ b/ChangeLog	Thu Jan 04 05:29:13 2007 -0800
@@ -1,3 +1,17 @@
+2007-01-04 13:15:08 +0000  Giacomo Lozito <james@develia.org>
+  revision [3525]
+  - ported ui_equalizer.c to ui_manager.c framework
+  trunk/audacious/ui/equalizer.ui |   36 +++---
+  trunk/audacious/ui/mainwin.ui   |    2 
+  trunk/audacious/ui/playlist.ui  |    2 
+  trunk/audacious/ui_equalizer.c  |  218 +++++-----------------------------------
+  trunk/audacious/ui_manager.c    |   85 ++++++++++++++-
+  trunk/audacious/ui_manager.h    |   10 +
+  trunk/audacious/ui_playlist.c   |    2 
+  trunk/audacious/ui_playlist.h   |    3 
+  8 files changed, 144 insertions(+), 214 deletions(-)
+
+
 2007-01-04 12:16:48 +0000  Giacomo Lozito <james@develia.org>
   revision [3523]
   - moved action_playlist_* implementation from ui_main.c to ui_playlist.c (more appropriate)