Difference between revisions of "Dev talk:Software roadmap"

From Synfig Studio :: Documentation
Jump to: navigation, search
(UI plans)
 
 
(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
I'd like to work on improving the UI and making it comply to the HIG. I'm currently working on optimizing the canvas properties dialog and it would probably end like this:
+
I'd like to work on improving the UI and making it comply to the [http://developer.gnome.org/projects/gup/hig/ HIG].
* Create a tabbed notebook, containing the tabs "Image", "Time", and "Other".
+
 
** The "Image" tab would contain:
+
Progress so far:
*** Width, height (which could be coupled to link image aspect ratio),
+
 
*** Image resolution (which could be coupled),
+
* [http://i36.photobucket.com/albums/e27/droden/software/synfig/abb7847a.png] Canvas Properties Dialog
*** Resulting physical dimensions (which are computed from the other two).
+
* [http://i36.photobucket.com/albums/e27/droden/software/synfig/b25cdfb6.png] Canvas Properties Dialog, Tab 2
** The "Time" tab would contain:
+
* [http://i36.photobucket.com/albums/e27/droden/software/synfig/e504b02a.png] Canvas Properties Dialog, Tab 3
*** Number of FPS,
+
* [http://i36.photobucket.com/albums/e27/droden/software/synfig/c1909071.png] Render Dialog
*** Start- and end-time.
+
* [http://i36.photobucket.com/albums/e27/droden/software/synfig/ac411a1c.png] Preview Options
** The "Other" tab would contain:
+
* [http://i36.photobucket.com/albums/e27/droden/software/synfig/724a0495.png] Waypoint Editor
*** Image area (what's that, btw? :),
+
* [http://i36.photobucket.com/albums/e27/droden/software/synfig/7f0360d2.png] Canvas Options Dialog
*** Focus point.
+
* [http://i36.photobucket.com/albums/e27/droden/software/synfig/a840f627.png] Canvas Options Dialog, Tab 2
** Name and description would stay about where they are.
+
* [http://i36.photobucket.com/albums/e27/droden/software/synfig/6bb96bb7.png] Canvas Options Dialog, Tab 3
Any suggestions or comments? --[[User:Bombe|Bombe]] 15:38, 28 Jan 2006 (PST)
+
 
 +
Small comment from myself: All these are actually code and not Inkscape mockups (as has been suggested on IRC :). I will continue with the aforementioned confirmation dialogs and other things as I stumble along. Also, I'm well aware that some dialogs will be changed but I don't have a problem with redesigning a dialog every now and then.
 +
 
 +
Any suggestions or comments? --[[User:Bombe|Bombe]] 14:40, 29 Jan 2006 (PST)
 +
 
 +
* Rocks! See also [[http://sourceforge.net/tracker/index.php?func=detail&aid=1411992&group_id=144022&atid=757416 bug 1411992]] --[[User:Claus|Claus]] 23:35, 29 Jan 2006 (PST)
 +
** Patch against svn revision 122 has been submitted to [https://sourceforge.net/tracker/index.php?func=detail&aid=1419555&group_id=144022&atid=757418]. --[[User:Bombe|Bombe]] 18:15, 30 Jan 2006 (PST)
 +
*** That patch has been applied in SVN r224
 +
* Excellent work! Can you please convert this page into a bunch of before and after screenshots, and the precise patch to achieve the change? --[[User:PaulWise|pabs]] 18:03, 4 Feb 2006 (WST)
 +
** I think I’ll continue that on [[UI Reloaded]]. --[[User:Bombe|Bombe]] 16:16, 4 Feb 2006 (PST)

Latest revision as of 08:04, 22 February 2010

I'd like to work on improving the UI and making it comply to the HIG.

Progress so far:

  • [1] Canvas Properties Dialog
  • [2] Canvas Properties Dialog, Tab 2
  • [3] Canvas Properties Dialog, Tab 3
  • [4] Render Dialog
  • [5] Preview Options
  • [6] Waypoint Editor
  • [7] Canvas Options Dialog
  • [8] Canvas Options Dialog, Tab 2
  • [9] Canvas Options Dialog, Tab 3

Small comment from myself: All these are actually code and not Inkscape mockups (as has been suggested on IRC :). I will continue with the aforementioned confirmation dialogs and other things as I stumble along. Also, I'm well aware that some dialogs will be changed but I don't have a problem with redesigning a dialog every now and then.

Any suggestions or comments? --Bombe 14:40, 29 Jan 2006 (PST)

  • Rocks! See also [bug 1411992] --Claus 23:35, 29 Jan 2006 (PST)
    • Patch against svn revision 122 has been submitted to [10]. --Bombe 18:15, 30 Jan 2006 (PST)
      • That patch has been applied in SVN r224
  • Excellent work! Can you please convert this page into a bunch of before and after screenshots, and the precise patch to achieve the change? --pabs 18:03, 4 Feb 2006 (WST)