Revision 051f359...

Go back to digest for 22nd June 2014

Features in Office

Boudewijn Rempt committed changes in [calligra] /:

Multilayer selection: implement drag & drop of multiple layers

This changes KisMimeData to handle a list of layers. If you try to drag a
complex selection with groups and so on, it will check whether the group
that contains a selected layer is selected and then drag the group; otherwise
it will drag all the layers in a flat list, instead of trying to keep
the group hierarchy with the unselected layers discarded.

This is the behaviour that Photoshop shows for me as well.

File Changes

Deleted 2 files
  • /plugins/extensions/dockers/defaultdockers
  •   krita/kis_drop_button.cpp
  •   krita/kis_drop_button.h
Modified 6 files
  •   krita/ui/kis_mimedata.cpp
  •   krita/ui/kis_mimedata.h
  •   krita/ui/kis_node_model.cpp
  •   krita/ui/kis_view2.cpp
  •   krita/plugins/extensions/dockers/defaultdockers/CMakeLists.txt
  •   krita/plugins/extensions/dockers/defaultdockers/wdglayerbox.ui
8 files changed in total