Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
design:xfce4-settings:display [2012/10/12 11:27] ochosidesign:xfce4-settings:display [2012/10/12 11:33] ochosi
Line 1: Line 1:
 ==== Roadmap ==== ==== Roadmap ====
 +
 +Code: [[http://git.xfce.org/xfce/xfce4-settings/log/?h=bluesabre/display-settings|bluesabre/display-settings branch]]
  
 == Stage 1 == == Stage 1 ==
Line 10: Line 12:
   * Replace treeview with iconview   * Replace treeview with iconview
   * Support xfce4-notifyd's themes for the identity-popups   * Support xfce4-notifyd's themes for the identity-popups
- 
-== Stage 3 == 
   * Support setting the primary monitor (Related bug: [[https://bugzilla.xfce.org/show_bug.cgi?id=9338|9338]])   * Support setting the primary monitor (Related bug: [[https://bugzilla.xfce.org/show_bug.cgi?id=9338|9338]])
   * Create "display profiles" (save setups based on EDID)   * Create "display profiles" (save setups based on EDID)
- 
 ==== Status Quo ==== ==== Status Quo ====
  
Line 39: Line 38:
  
 For users to more easily know what display they're currently modifying, we decided to implement "identity-popups". These show the name of the display (same as in the treeview) and the resolution. For users to more easily know what display they're currently modifying, we decided to implement "identity-popups". These show the name of the display (same as in the treeview) and the resolution.
 +These popups are currently shown at the bottom of the respective display.
  
 {{:design:xfce4-settings:popups.png?direct&200|}} {{:design:xfce4-settings:popups.png?direct&200|}}
  
 ==== Open Issues ==== ==== Open Issues ====
- 
-Minimal dialog: 
-  * Add the 10sec-reset-timeout dialog just to be sure 
-  * Debug/fix segfault after setting Mirror, then Extend Right 
-  * <del>4 options: Only Primary, Mirror, Extend Right, Only Secondary</del> 
-    * <del>draw icons</del> 
-    * <del>implement in code</del> 
-  * <del>Hook up Advanced button</del> 
-  * <del>Consider dropping "presentation mode"</del> 
  
 Normal dialog: Normal dialog:
Line 64: Line 55:
   * <del>Fix rotation code with extended desktop mode</del>   * <del>Fix rotation code with extended desktop mode</del>
   * <del>Change rotation-combo-entry-name from "normal" to "none"</del>   * <del>Change rotation-combo-entry-name from "normal" to "none"</del>
 +
 +Minimal dialog:
 +  * Add the 10sec-reset-timeout dialog just to be sure
 +  * Debug/fix segfault after setting Mirror, then Extend Right
 +  * <del>4 options: Only Primary, Mirror, Extend Right, Only Secondary</del>
 +    * <del>draw icons</del>
 +    * <del>implement in code</del>
 +  * <del>Hook up Advanced button</del>
 +  * <del>Consider dropping "presentation mode"</del>
  
 General: General:
   * Fix 3 commit authors (merge locally, then rebase interactive on origin/master and set a new committer)   * Fix 3 commit authors (merge locally, then rebase interactive on origin/master and set a new committer)
   * Celebrate the release!   * Celebrate the release!