Difference between revisions of "WxSmith Timeline"

From Code::Blocks
 
Line 21: Line 21:
 
''Warning: this may mess the code base''
 
''Warning: this may mess the code base''
 
| 2 hours
 
| 2 hours
| {{no}}
+
| {{yes}}
 
|-
 
|-
 
! Insert by mouse
 
! Insert by mouse
 
| style="text-align: left;" | Allow adding items to resource by pointing with mouse
 
| style="text-align: left;" | Allow adding items to resource by pointing with mouse
 
| 1 day
 
| 1 day
| {{no}}
+
| {{yes}}
 
|-
 
|-
 
! Grid
 
! Grid
Line 35: Line 35:
 
* Remember that grid also apply when resizing container using grid
 
* Remember that grid also apply when resizing container using grid
 
| 1 day
 
| 1 day
| {{no}}
+
| {{yes}}
 
|-
 
|-
 
|}
 
|}

Revision as of 16:08, 13 August 2007

Timeline for wxSmith:

Task Description Estimated time Worked on
Events in wiki Add description of events system into Wiki:
  • Choose item which generate events (few different)
  • Add item's source into wxSmithContribItems
  • Add class registering item in wxSmith
  • add events and describe this process in Wiki
1 day No
Extra init code Add extra initialization code added right after item is built

Warning: this may mess the code base

2 hours Yes
Insert by mouse Allow adding items to resource by pointing with mouse 1 day Yes
Grid Add grid for containers without sizers. This will require:
  • Generating panel-derived widget displaying grid
  • Modifying mouse routines in editor
  • Adding new elements into configuration
  • Remember that grid also apply when resizing container using grid
1 day Yes