Activity log for bug #1545095

Date Who What changed Old value New value Message
2016-02-12 17:50:56 su_v bug added bug
2016-02-12 17:51:26 su_v attachment added 1545095-extensions-inkex.py-parse-selected-nodes-v1.diff https://bugs.launchpad.net/inkscape/+bug/1545095/+attachment/4570218/+files/1545095-extensions-inkex.py-parse-selected-nodes-v1.diff
2016-02-12 18:06:31 su_v attachment added debug_sel_nodes.inx https://bugs.launchpad.net/bugs/1545095/+attachment/4570223/+files/debug_sel_nodes.inx
2016-02-12 18:06:31 su_v attachment added debug_sel_nodes.py https://bugs.launchpad.net/bugs/1545095/+attachment/4570224/+files/debug_sel_nodes.py
2016-02-14 16:55:56 jazzynico inkscape: status New In Progress
2016-02-14 16:55:56 jazzynico inkscape: assignee ~suv (suv-lp)
2016-03-05 02:37:37 su_v inkscape: status In Progress Confirmed
2016-03-05 02:37:37 su_v inkscape: assignee su_v (suv-lp)
2016-03-15 12:22:12 jazzynico inkscape: status Confirmed Triaged
2016-03-15 12:22:12 jazzynico inkscape: assignee jazzynico (jazzynico)
2016-05-20 19:03:39 jazzynico inkscape: status Triaged In Progress
2016-06-04 15:28:43 jazzynico inkscape: milestone 0.92 0.93
2017-02-23 10:47:42 su_v description Follow-up report to: Bug #171640: Pass list of selected nodes to script when in "Node edition" https://bugs.launchpad.net/inkscape/+bug/171640 Add new method to Effect() in inkex.py to parse the new command line arguments passed from inkscape listing each selected node and build a dictionary of selected nodes per sub-path per path for ease of use in extensions (similar to getselected() and the dict self.selected). Proposed diff attached (please do not commit without code review - feedback would be an appreciated bonus). Follow-up report to: Bug #171640: Pass list of selected nodes to script when in "Node edition" https://bugs.launchpad.net/inkscape/+bug/171640 Add new method to Effect() in inkex.py to parse the new command line arguments passed from inkscape listing each selected node and build a dictionary of selected nodes per sub-path per path for ease of use in extensions (similar to getselected() and the dict self.selected). Proposed diff attached (please do not commit without code review - feedback would be an appreciated bonus). TODO: - verify order of selected nodes per sub-path as passed from inkscape (IIRC currently, the order is not related to selection)
2017-02-23 11:56:53 su_v description Follow-up report to: Bug #171640: Pass list of selected nodes to script when in "Node edition" https://bugs.launchpad.net/inkscape/+bug/171640 Add new method to Effect() in inkex.py to parse the new command line arguments passed from inkscape listing each selected node and build a dictionary of selected nodes per sub-path per path for ease of use in extensions (similar to getselected() and the dict self.selected). Proposed diff attached (please do not commit without code review - feedback would be an appreciated bonus). TODO: - verify order of selected nodes per sub-path as passed from inkscape (IIRC currently, the order is not related to selection) Follow-up report to: Bug #171640: Pass list of selected nodes to script when in "Node edition" https://bugs.launchpad.net/inkscape/+bug/171640 Add new method to Effect() in inkex.py to parse the new command line arguments passed from inkscape listing each selected node and build a dictionary of selected nodes per sub-path per path for ease of use in extensions (similar to getselected() and the dict self.selected). Proposed diff attached (please do not commit without code review - feedback would be an appreciated bonus). TODO: - verify order of selected nodes per sub-path as passed from inkscape   (IIRC currently, the order is not related to selection) - if nodes are passed in selection order, either use lists for sub-paths, or track selection order separately (dicts in python are not ordered).
2017-07-08 12:31:34 su_v inkscape: status In Progress New
2017-07-08 12:31:34 su_v inkscape: assignee jazzynico (jazzynico)
2017-07-08 12:31:46 su_v attachment removed 1545095-extensions-inkex.py-parse-selected-nodes-v1.diff https://bugs.launchpad.net/inkscape/+bug/1545095/+attachment/4570218/+files/1545095-extensions-inkex.py-parse-selected-nodes-v1.diff
2017-07-08 12:31:59 su_v attachment removed debug_sel_nodes.inx https://bugs.launchpad.net/inkscape/+bug/1545095/+attachment/4570223/+files/debug_sel_nodes.inx
2017-07-08 12:32:02 su_v attachment removed debug_sel_nodes.py https://bugs.launchpad.net/inkscape/+bug/1545095/+attachment/4570224/+files/debug_sel_nodes.py