Changes between Initial Version and Version 1 of Ticket #7888, comment 7


Ignore:
Timestamp:
2012-07-28T10:19:57+02:00 (13 years ago)
Author:
akks

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7888, comment 7

    initial v1  
    66- introduced methods updateCommandWhileDragging, confirmOrUndoMovement, processVirtualNodeMovements to shorten long methods code
    77- replaced MouseEvent with Point in non-event-handler method parameters when possible - for future snapping and so on
    8 - '''(most dangerous change)''' removed few calls to updateKeyModifiers(e) when it was already called from event handler methods   to localize modificator detecting logic
     8- '''(most dangerous change)''' removed few calls to updateKeyModifiers(e) when it was already called from event handler methods (to localize modificator detecting logic)
    99- applied fix by JB and stoecker from #5341 - introduce beginUpdate/endUpdate while dragging (movement, rotation, scaling) to get rid of multiple NodeChanged events
    1010