Branch: refs/heads/v1.3.x
  Home:   https://github.com/synfig/synfig
  Commit: a215cbc33e369b47cdd3a6074cab748600578deb
      
https://github.com/synfig/synfig/commit/a215cbc33e369b47cdd3a6074cab748600578deb
  Author: Rodolfo Ribeiro Gomes <rodolf...@gmail.com>
  Date:   2020-04-11 (Sat, 11 Apr 2020)

  Changed paths:
    M synfig-studio/src/synfigapp/actions/layerremove.cpp
    M synfig-studio/src/synfigapp/actions/layerremove.h

  Log Message:
  -----------
  delete old-commented code


  Commit: f9de170ba612ee85c7dbf202d7f9541b75939b33
      
https://github.com/synfig/synfig/commit/f9de170ba612ee85c7dbf202d7f9541b75939b33
  Author: Rodolfo Ribeiro Gomes <rodolf...@gmail.com>
  Date:   2020-04-11 (Sat, 11 Apr 2020)

  Changed paths:
    M synfig-studio/src/synfigapp/actions/layerremove.cpp
    M synfig-studio/src/synfigapp/actions/layerremove.h

  Log Message:
  -----------
  fix crash when undoing deletion of layer group and an inner layer

fix #1070


  Commit: 3d61c18004e4ffb068f82081c991805c9aede541
      
https://github.com/synfig/synfig/commit/3d61c18004e4ffb068f82081c991805c9aede541
  Author: Rodolfo Ribeiro Gomes <rodolf...@gmail.com>
  Date:   2020-04-11 (Sat, 11 Apr 2020)

  Changed paths:
    M synfig-studio/src/synfigapp/actions/layerremove.cpp
    M synfig-studio/src/synfigapp/actions/layerremove.h

  Log Message:
  -----------
  fix undoing layer deletion from different groups

I think it solves the secondary problem mentioned in #1070

Example:
Consider this scene layer tree
*
 \- Group A
    \- L A1
    \- L A2
 \- Group B
    \- L B3
    \- L B4

If one selects "Group A", "L A2" and "L B3" for deletion simultaneously, it 
works fine:

*
 \- Group B
    \- L B4

But when user undo it, the scene layer tree would wrongly be:
*
 \- Group B
    \- Group A
       \- L A1
       \- L A2
    \- L B3
    \- L B4


  Commit: 6e6efa1ce8ef404cd311329263f0761d1b269e2c
      
https://github.com/synfig/synfig/commit/6e6efa1ce8ef404cd311329263f0761d1b269e2c
  Author: Rodolfo Ribeiro Gomes <rodolf...@gmail.com>
  Date:   2020-04-11 (Sat, 11 Apr 2020)

  Changed paths:
    M synfig-studio/src/synfigapp/actions/layerremove.cpp

  Log Message:
  -----------
  don't unset as dirty if it is due to another to-be-deleted layer


  Commit: a5452d88965058876b00ed4bd606ee41786213ec
      
https://github.com/synfig/synfig/commit/a5452d88965058876b00ed4bd606ee41786213ec
  Author: Konstantin Dmitriev <ksee.zelga...@gmail.com>
  Date:   2020-04-11 (Sat, 11 Apr 2020)

  Changed paths:
    M synfig-studio/src/synfigapp/actions/layerremove.cpp
    M synfig-studio/src/synfigapp/actions/layerremove.h

  Log Message:
  -----------
  Merge PR #1072: Fixed crash when undoing layer deletion

Fixed crash when undoing layer deletion #1070


Compare: https://github.com/synfig/synfig/compare/8afa09f733a9...a5452d889650


_______________________________________________
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to