Difference between revisions of "Dev:UI Redesign"

From Synfig Studio :: Documentation
Jump to: navigation, search
(creation)
 
m (jcome branchs)
Line 1: Line 1:
 
   This document is a Draft ... have a look to [http://sourceforge.net/p/synfig/mailman/synfig-devl/ synfig dev-list] for updated info
 
   This document is a Draft ... have a look to [http://sourceforge.net/p/synfig/mailman/synfig-devl/ synfig dev-list] for updated info
  
= single_window strategy =
+
Some code already done in jcome [https://github.com/jcome/synfig/tree/single_window single_window] and [https://github.com/jcome/synfig/tree/menubar_toolbar menubar_toolbar] branchs.
 +
 
 +
= Single window strategy =
  
 
# Turn the hidden canvas menu into normal menu, like every application have. This menu should belong to canvas window.
 
# Turn the hidden canvas menu into normal menu, like every application have. This menu should belong to canvas window.

Revision as of 19:17, 27 September 2013

 This document is a Draft ... have a look to synfig dev-list for updated info

Some code already done in jcome single_window and menubar_toolbar branchs.

Single window strategy

  1. Turn the hidden canvas menu into normal menu, like every application have. This menu should belong to canvas window.
  2. Make a toolbar at the top of canvas window.
    At this point we can merge this feature and release.
  3. Make canvas window a tabbed document holder.
    Merge into master again.
  4. Merge toolbox with canvas window and make it primary.
  5. Dock all panels into canvas window.