[Libreoffice-bugs] [Bug 96522] [ANIMATION] Animation Spiral in does not work

2016-01-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96522

Armin Le Grand  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |armin.le.gr...@me.com
   |desktop.org |

--- Comment #11 from Armin Le Grand  ---
Added solution https://gerrit.libreoffice.org/21401 to gerrit

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96522] [ANIMATION] Animation Spiral in does not work

2016-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96522

Noel Grandin  changed:

   What|Removed |Added

 CC||armin.le.gr...@me.com

--- Comment #7 from Noel Grandin  ---
I finally managed to track this down.

It looks like the problem is caused by both my commit AND this commit:
e67a834 "Resolves: tdf#93994 flush API objects at load time"

Now that I have reverted the relevant portion of my commit on master, Armin,
could you take a look at why your commit might cause this?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96522] [ANIMATION] Animation Spiral in does not work

2016-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96522

--- Comment #9 from Armin Le Grand  ---
Tried to move the try..catch block from SdXMLDrawPageContext::EndElement() to
~SdXMLDrawPageContext, same effect. Does someone know more how and when at load
time the animation effects are mapped to the shapes...?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96522] [ANIMATION] Animation Spiral in does not work

2016-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96522

--- Comment #10 from Armin Le Grand  ---
Looks as if resetting the UNO API object is too much here, the animation info
mapping uses a weak-reference to the xSHape and gets lost. Checked that the
original problem (the too many Outliners and VirtualDevices) are caused by the
XCustomShapeEngine. Thus I tried to reset just that (mxCustomShapeEngine is a
public member in SdrObjCustomShape, what..?) and it works. Tried loading the
orig doc, looks good. Also the animated doc looks good. Will have to adapt that
fix to this change:
in sd/source/ui/unoidl/unopage.cxx|627 'pCustomShape->setUnoShape(nullptr)' ->
'pCustomShape->mxCustomShapeEngine.set(nullptr)'...

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96522] [ANIMATION] Animation Spiral in does not work

2016-01-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96522

--- Comment #8 from Armin Le Grand  ---
Not sure, but when loading in older version I get a 'Form 1' as the name of the
effect in the AnimationTab/Sidebar, when loading with current version there is
a '-1' shown. Looks as if somehow the name matching is broken/missing...

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96522] [ANIMATION] Animation Spiral in does not work

2015-12-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96522

--- Comment #6 from raal  ---
(In reply to Noel Grandin from comment #4)
> I've pushed a blind fix for this to master. Can you check the daily master
> build later, and if it works for you, I'll backport it.

Tested with Version: 5.2.0.0.alpha0+
Build ID: 4c4f096a81e1643646f72cab17fb94610a346961
CPU Threads: 4; OS Version: Linux 4.2; UI Render: default; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2015-12-28_11:02:13

and bug still occurs -  no animation

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96522] [ANIMATION] Animation Spiral in does not work

2015-12-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96522

--- Comment #4 from Noel Grandin  ---
I've pushed a blind fix for this to master. Can you check the daily master
build later, and if it works for you, I'll backport it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96522] [ANIMATION] Animation Spiral in does not work

2015-12-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96522

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|| target:5.2.0

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96522] [ANIMATION] Animation Spiral in does not work

2015-12-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96522

--- Comment #5 from Commit Notification 
 ---
Noel Grandin committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=4dfba3b59021f55957fc486531f8fdc67cc307b0

tdf#96522 - [ANIMATION] Animation Spiral in does not work

It will be available in 5.2.0.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96522] [ANIMATION] Animation Spiral in does not work

2015-12-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96522

--- Comment #3 from Noel Grandin  ---
Created attachment 121516
  --> https://bugs.documentfoundation.org/attachment.cgi?id=121516=edit
potential fix

I tried all the way to your first good commit, but I cannot get this to work at
all on my dev machine.

Could you try the attached patch and see if it fixes the problem for you?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96522] [ANIMATION] Animation Spiral in does not work

2015-12-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96522

raal  changed:

   What|Removed |Added

   Keywords||bibisected, bisected

--- Comment #2 from raal  ---
This seems to have begun at the below commit.
Adding Cc: to Noel Grandin ; Could you possibly take a look at this one? Thanks

f8251726edc3e2b1d08e3bc6b11b247e99959183 is the first bad commit
commit f8251726edc3e2b1d08e3bc6b11b247e99959183
Author: Norbert Thiebaud 
Date:   Thu Oct 29 23:56:32 2015 -0700

source sha:c7e8f21a538c409abe70b90d7bba38386e90a876

source sha:c7e8f21a538c409abe70b90d7bba38386e90a876

authorNoel Grandin 2015-10-29 10:40:04 (GMT)
committerNoel Grandin 2015-10-30 05:58:41 (GMT)
commitc7e8f21a538c409abe70b90d7bba38386e90a876 (patch)
loplugin:unusedmethods


/bibisect-win32-5.1
$ git bisect log
# bad: [a2ca6bb70db1ba8f306a617d92070351d9a3a624] source
sha:8b5182155b6d35a1be64d37136584e30ea6a6ef8
# good: [c1efd324c6ad448ac9edb030dc9738b9e6899e4d] source
sha:ab465b90f6c6da5595393a0ba73f33a1e71a2b65
git bisect start 'a2ca6bb70db1ba8f306a617d92070351d9a3a624'
'c1efd324c6ad448ac9edb030dc9738b9e6899e4d'
# good: [1e602523875e23a7969d8c28276c82311eb2fa74] source
sha:5b8e4f3d676eb0a026ce1eb4c1df2ec6e0736cb1
git bisect good 1e602523875e23a7969d8c28276c82311eb2fa74
# good: [1e602523875e23a7969d8c28276c82311eb2fa74] source
sha:5b8e4f3d676eb0a026ce1eb4c1df2ec6e0736cb1
git bisect good 1e602523875e23a7969d8c28276c82311eb2fa74
# good: [e488633c49c1a6da848fc37cdc85da06b487baf6] source
sha:d30f5bc3e65463f28c3087acad6f88e12d60e53b
git bisect good e488633c49c1a6da848fc37cdc85da06b487baf6
# good: [e488633c49c1a6da848fc37cdc85da06b487baf6] source
sha:d30f5bc3e65463f28c3087acad6f88e12d60e53b
git bisect good e488633c49c1a6da848fc37cdc85da06b487baf6
# bad: [5be8d4c35d2d475e2afa4c72641aad7f7d9d9330] source
sha:eafd3ee3f01bceef0eb3327be3139a8eee2a2b2e
git bisect bad 5be8d4c35d2d475e2afa4c72641aad7f7d9d9330
# bad: [5be8d4c35d2d475e2afa4c72641aad7f7d9d9330] source
sha:eafd3ee3f01bceef0eb3327be3139a8eee2a2b2e
git bisect bad 5be8d4c35d2d475e2afa4c72641aad7f7d9d9330
# good: [33efeb166ac63c3689538820d2925a673e2fa4a3] source
sha:04967cba8e71e178915068e237a96e32a8cb3e9e
git bisect good 33efeb166ac63c3689538820d2925a673e2fa4a3
# bad: [b1a678769cebf8b26baa8d5802f11b5988c740e0] source
sha:872f449377f24c97877ae3fe9c35549ef3c0c531
git bisect bad b1a678769cebf8b26baa8d5802f11b5988c740e0
# good: [1afc038655693cf113a5e10e462501726c3d18e5] source
sha:446f17f6c1f98b17ceb6750f5dc67a27330d1351
git bisect good 1afc038655693cf113a5e10e462501726c3d18e5
# good: [75ab6ed4be050c93b2691593ce3f4a931dcba4be] source
sha:980cf4ad2ce25bd549d745208ca926bd5c205921
git bisect good 75ab6ed4be050c93b2691593ce3f4a931dcba4be
# bad: [0d090d8e7400bb5ec7a3f58906bd308768ecba32] source
sha:8be504b6239d34963cb44411d0b3502ac23aeeb2
git bisect bad 0d090d8e7400bb5ec7a3f58906bd308768ecba32
# good: [4d9e5d7555f6e14e2f7256fe7aa5a6e2d0c660ca] source
sha:ee73a6c5573391f5f8e2f100f8392c34d6c61344
git bisect good 4d9e5d7555f6e14e2f7256fe7aa5a6e2d0c660ca
# bad: [e67778c6dc73fe6eef2d06c56a4d6f8c202049e2] source
sha:26d5407a5f653e55ec9255117760886bcec4fe15
git bisect bad e67778c6dc73fe6eef2d06c56a4d6f8c202049e2
# good: [66a0d22d7f6bca9a532768b4d34e89921fd9dd2a] source
sha:3a88f8de3cc6175907c584b848dd06391ee9d8fa
git bisect good 66a0d22d7f6bca9a532768b4d34e89921fd9dd2a
# good: [d15c23c6dc1ae9066d24cf827050babcae34df76] source
sha:3c2c5ef575eec07617cd759985f4ab5fb8732eff
git bisect good d15c23c6dc1ae9066d24cf827050babcae34df76
# bad: [f8251726edc3e2b1d08e3bc6b11b247e99959183] source
sha:c7e8f21a538c409abe70b90d7bba38386e90a876
git bisect bad f8251726edc3e2b1d08e3bc6b11b247e99959183
# good: [ca020fc189dc33d87b48b4233d557055fcd0a52a] source
sha:efbde08e2a9930edb4637824d9d3a768873314a8
git bisect good ca020fc189dc33d87b48b4233d557055fcd0a52a
# first bad commit: [f8251726edc3e2b1d08e3bc6b11b247e99959183] source
sha:c7e8f21a538c409abe70b90d7bba38386e90a876

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96522] [ANIMATION] Animation Spiral in does not work

2015-12-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96522

raal  changed:

   What|Removed |Added

   Keywords||regression
 Status|UNCONFIRMED |NEW
 CC||r...@post.cz
 Ever confirmed|0   |1

--- Comment #1 from raal  ---
I can confirm with Version: 5.2.0.0.alpha0+
Build ID: dab2582f05979cd99a5937cb95a387cfed70bb8d
CPU Threads: 4; OS Version: Linux 4.2; UI Render: default; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2015-12-17_10:07:59

works with Version: 4.3.0.0.alpha1+

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96522] [ANIMATION] Animation Spiral in does not work

2015-12-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96522

Andreas B.  changed:

   What|Removed |Added

 CC||andreas_b...@bluewin.ch
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=96
   ||528

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs