Changes between Version 1 and Version 2 of wxGUIDevelopment/SingleWindow


Ignore:
Timestamp:
Apr 7, 2013, 5:56:07 AM (11 years ago)
Author:
wenzeslaus
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • wxGUIDevelopment/SingleWindow

    v1 v2  
    22
    33''The page about the graphical layout of the single window user interface.''
     4
     5== Merging to trunk policy ==
     6
     7 * single window GUI should be `g.gui.*` module placed in addons
     8  * Q: Is this now technicaly possible?
     9 * duplicated code cannot be committed into trunk
     10 * code in addons which duplicates code in trunk is tolerated as a temporal solution
     11 * code which has to be changed in the trunk should be changed by a self-contained patches
     12  * changed means refactored in this case
     13  * it is critical that new code will work with the old GUI and the `g.gui.*` module in addons (this demonstrates also good code quality)
     14 * only finished single window GUI which will not cause any code duplication can be committed into trunk