mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-28 06:21:25 +00:00
Add a TODO item about commands.
This commit is contained in:
parent
35fa47970e
commit
b2288cc7fb
4
TODO.txt
4
TODO.txt
@ -21,6 +21,10 @@ For next release
|
|||||||
Refactoring
|
Refactoring
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
+ Command::loadParams() should be called one time when the command
|
||||||
|
params is read from the XML file, not each time the command is
|
||||||
|
executed. For this all commands must be got from the CommandsList,
|
||||||
|
then cloned, and finally filled with params.
|
||||||
- About Signals/Slots: Add some field in slots to avoid disconnecting
|
- About Signals/Slots: Add some field in slots to avoid disconnecting
|
||||||
them from dead signals.
|
them from dead signals.
|
||||||
- Eradicate JList.
|
- Eradicate JList.
|
||||||
|
Loading…
Reference in New Issue
Block a user