Skencil - Patches: patch #3853, layers panel
You are not allowed to post comments on this tracker with your current authentication level.
patch #3853: layers panel
Submitter: | None | ||
Submitted: | Thu 24 Mar 2005 12:50:42 PM UTC | ||
Category: | 0.7.x | Priority: | 5 - Normal |
Status: | None | Privacy: | Public |
Assigned to: | None | Originator Email: | -email is unavailable- |
Open/Closed: | Open |
Attached Files
file #8610: layers.patch added by None (29KiB - application/octet-stream - layers panel patch)
Depends on the following items: None found
Items that depend on this one: None found
CC list is empty
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follow 2 latest changes.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2005-03-24 | None | Attached File | - | ![]() |
Added layers.patch, #4386 |
Carbon-Copy | - | ![]() |
Added ecker --AT-- physik --DOT-- hu-berlin --DOT-- de |
Powered by Savane 3.12.
Corresponding source code
This patch adds the layers panel. It is based on the former layer panel patch, but heavily modified. The dialog function is now complete: layes can be created, removed and moved, layer properties can be changed (name, visible, printable, filled, locked, active). With the current cvs version of skencil some functions are not working because required functionality in the document editor is still missing. E.g. moving layer leads to an exception:
[...]
File "/home/ecker/sketch_create_diffs/tmp/Sketch/UI/layerspanel.py", line 431, in RaiseLayer
doc.MoveLayerUp(idx)
File "/home/ecker/sketch_create_diffs/tmp/Sketch/Graphics/document.py", line 884, in MoveLayerUp
self.abort_transaction()
File "/home/ecker/sketch_create_diffs/tmp/Sketch/Graphics/document.py", line 552, in abort_transaction
raise AbortTransactionError
Sketch.Graphics.document.AbortTransactionError
The patch is applied in the usual way, i.e.
it requires the base patch to be applied