Add comment from darco about what the "Palette Browser" dock dialog was intended...
authorpabs <pabs@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Sun, 18 Mar 2007 13:13:42 +0000 (13:13 +0000)
committerpabs <pabs@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Sun, 18 Mar 2007 13:13:42 +0000 (13:13 +0000)
git-svn-id: http://svn.voria.com/code@355 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-studio/trunk/TODO
synfig-studio/trunk/src/gtkmm/mod_palette/dock_palbrowse.h

index 25c322e..6e1dea4 100644 (file)
@@ -14,6 +14,7 @@
 * Subversion integration
 * Integrated error console tab
 * Clean up crazy confusing console output
+* Implement palette browser feature
 
 ## Wishful Thinking ##
 
index 41bc7e8..9e039d3 100644 (file)
@@ -42,6 +42,15 @@ class CanvasInterface;
 
 namespace studio {
 
+/*
+
+The palette browser was intended to be a way to manage and select a single
+palette from a set of palettes that you could save to files. The palette
+editor was for editing individual palettes. Unfortunately the palette
+browser was never implemented.
+
+*/
+
 class Dock_PalBrowse : public Dockable
 {
 public: