-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathTODO
38 lines (31 loc) · 1.03 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
QSvgStyle
---------
* Rework animation framework
* add ability for widgets to alter qsvgstyle theme config by using
dynamic widget properties. e.g. qsvgstyle.frame.width=3
* replace dir,orn pair by a rot/flip variable
* renderElement: should take into account dir,orn
* use environment variable QSVGSTYLE_THEME to override active theme stored
in qsvgstyle.cfg
-- Menu items
* add option to merge menu bar item with its menu (like a tab and its contents)
-- Capsules
* render capsule separators after interior: renderCapsuleSeparator()
QSvgThemeBuilder
----------------
* add magnifier tool
* add measure tool/tracer
* add 'revert' button for each setting
* add 'clear menu' action in recent files menu
* SVG generator: when colorizing the interior, add option to include first
frame
* move global specific tree widget to indivudial per widget settings in
separate tab
QSvgThemeManager
----------------
* Implement theme download
* Implement local theme import
* Implement local theme delete/update
QSvgWidgetFactory
-----------------
* TODO