From: pabs Date: Sun, 18 Mar 2007 13:13:42 +0000 (+0000) Subject: Add comment from darco about what the "Palette Browser" dock dialog was intended... X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=a30bb7226b774c69aaa664779c2b4cd4d071a4c0;p=synfig.git Add comment from darco about what the "Palette Browser" dock dialog was intended to be for and TODO item about it. git-svn-id: http://svn.voria.com/code@355 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-studio/trunk/TODO b/synfig-studio/trunk/TODO index 25c322e..6e1dea4 100644 --- a/synfig-studio/trunk/TODO +++ b/synfig-studio/trunk/TODO @@ -14,6 +14,7 @@ * Subversion integration * Integrated error console tab * Clean up crazy confusing console output +* Implement palette browser feature ## Wishful Thinking ## diff --git a/synfig-studio/trunk/src/gtkmm/mod_palette/dock_palbrowse.h b/synfig-studio/trunk/src/gtkmm/mod_palette/dock_palbrowse.h index 41bc7e8..9e039d3 100644 --- a/synfig-studio/trunk/src/gtkmm/mod_palette/dock_palbrowse.h +++ b/synfig-studio/trunk/src/gtkmm/mod_palette/dock_palbrowse.h @@ -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: