Difference between revisions of "Dev:UI Redesign"

From Synfig Studio :: Documentation
Jump to: navigation, search
m (jcome branchs)
m (remove outdated information about single window)
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
 
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.
 
# Make a toolbar at the top of canvas window.
 
#:'''At this point we can merge this feature and release.'''
 
# Make canvas window a tabbed document holder.
 
#:'''Merge into master again.'''
 
# Merge toolbox with canvas window and make it primary.
 
# Dock all panels into canvas window.
 

Revision as of 23:42, 25 April 2014

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