|
Revision 614, 1.3 kB
(checked in by sholloway, 5 years ago)
|
Fixes for xml CDATA optizations in python 2.3
New color string interpretation inspired by SVG
|
| Line | |
|---|
| 1 |
Modularize skin namespaces |
|---|
| 2 |
wx namespace conversion? |
|---|
| 3 |
|
|---|
| 4 |
Add to wxPythonSkin: |
|---|
| 5 |
[.] SetHelpText |
|---|
| 6 |
[.] helptext element |
|---|
| 7 |
[.] context sensitive help scheme |
|---|
| 8 |
|
|---|
| 9 |
New wxPython Widgets: |
|---|
| 10 |
[.] MaskedEditControls |
|---|
| 11 |
[.] wxTimeEdit |
|---|
| 12 |
[.] wxScrolledWindow |
|---|
| 13 |
[.] wxScrolledPanel |
|---|
| 14 |
[.] Shaped Window behavior |
|---|
| 15 |
[.] wxTreeListCtrl |
|---|
| 16 |
[.] wxDynamicSashWindow (Will be tough) |
|---|
| 17 |
[.] wxMultiSash (Will be tough) |
|---|
| 18 |
[.] Error dialogs? |
|---|
| 19 |
|
|---|
| 20 |
New Custom Widgets: |
|---|
| 21 |
[.] RBSkinTryoutPanel: |
|---|
| 22 |
Be able to generate a skin on a panel over and over |
|---|
| 23 |
[.] RBOverlayedLayout: |
|---|
| 24 |
Position windows one atop the other... |
|---|
| 25 |
May manage visibility |
|---|
| 26 |
[.] RBThrobber: |
|---|
| 27 |
Gifs, stream images, animations, ... |
|---|
| 28 |
Needs some thought on the event system triggers... |
|---|
| 29 |
[.] RBImagePanel: |
|---|
| 30 |
Tiling for better skinned panels |
|---|
| 31 |
|
|---|
| 32 |
New Functionality: |
|---|
| 33 |
[.] Drag & Locking stuff: |
|---|
| 34 |
[.] Should be able to turn it off or add a modifier key |
|---|
| 35 |
[.] EventSubjects |
|---|
| 36 |
|
|---|
| 37 |
[.] Drag liberation, dock areas, and dock zones: |
|---|
| 38 |
[.] Similar to most toolbar docking applications, |
|---|
| 39 |
But, some windows may only dock in some zones |
|---|
| 40 |
[.] EventSubjects |
|---|
| 41 |
|
|---|
| 42 |
[.] Locking Generalization: |
|---|
| 43 |
So this can be reused by other toolkits and drag areas |
|---|
| 44 |
|
|---|
| 45 |
Wishes: |
|---|
| 46 |
Complete Skin from ZipFile: |
|---|
| 47 |
xml skins |
|---|
| 48 |
python scripts |
|---|
| 49 |
images |
|---|