[graphics-issues] [Issue 95879] AutomaticSlideAdvancement property to separate automatic slide effect timings

2009-02-10 Thread haggai
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=95879





--- Additional comments from hag...@openoffice.org Tue Feb 10 12:21:34 
+ 2009 ---
@thb: Sorry, I've not made much progress on this. I tried your suggestions, but
I was still getting hangs with those changes.

I was able to remove the FIXME from sequentialtimecontainer by fixing a problem
in tick() that I had uncovered.

The problem occurs when a slide transition takes longer than the inter-effect 
delay. You can reproduce this by setting the delay to be faster than the slide
transition effect speed.

The problem happened in the 'tick' function. This is called every N seconds, 
where N is the inter-effect delay. It will fire off the next event, and then 
reschedule itself N seconds in the future if there are more events to 
trigger. If there are no events pending it will not be rescheduled. That was 
the case during the slide transition phase, so I have modified it to 
reschedule in the case that it has been scheduled to fire an event, but the 
event has not yet been placed on the event queue.

I will post the latest versions of the patch that I have. There are 2 versions.

slideshow-timings3.diff incorporates your suggestions and fixes the bug above,
but does not work properly. It breaks slides which have a series of transitions
set to run automatically with a fixed time delay.

slideshow-timings4.diff does work, but still has a FIXME.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 95879] AutomaticSlideAdvancement property to separate automatic slide effect timings

2009-02-10 Thread haggai
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=95879


User haggai changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |60066)
This version remove
|  |s the FIXMEs but hangs on 
|  |slides with effects trigge
|  |red by fixed delays






--- Additional comments from hag...@openoffice.org Tue Feb 10 12:22:52 
+ 2009 ---
Created an attachment (id=60066)
This version removes the FIXMEs but hangs on slides with effects triggered by 
fixed delays


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 95879] AutomaticSlideAdvancement property to separate automatic slide effect timings

2009-02-10 Thread haggai
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=95879


User haggai changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |60067)
Works in automatic 
|  |mode, but still has a FIXM
|  |E






--- Additional comments from hag...@openoffice.org Tue Feb 10 12:24:17 
+ 2009 ---
Created an attachment (id=60067)
Works in automatic mode, but still has a FIXME


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 95879] AutomaticSlideAdvancement property to separate automatic slide effect timings

2009-02-09 Thread thb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=95879


User thb changed the following:

What|Old value |New value

Target milestone|OOo 3.1   |OOo 3.x





--- Additional comments from t...@openoffice.org Mon Feb  9 20:09:30 + 
2009 ---
Oh well. 3.x then.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 95879] AutomaticSlideAdvancement property to separate automatic slide effect timings

2009-01-07 Thread thb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=95879





--- Additional comments from t...@openoffice.org Wed Jan  7 14:08:09 + 
2009 ---
@haggai: ping - if we want this in 3.1, please provide feedback as soon as 
possible.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 95879] AutomaticSlideAdvancement property to separate automatic slide effect timings

2008-11-24 Thread thb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=95879


User thb changed the following:

What|Old value |New value

  Status|NEW   |STARTED

Target milestone|---   |OOo 3.1





--- Additional comments from [EMAIL PROTECTED] Mon Nov 24 14:48:31 + 
2008 ---
@haggai: so, patch looks good, one question though - I don't really get the
FIXME in sequentialtimecontainer.cxx, as that code is only triggered for *shape*
effects (actually, depending on purpose, the code *does* pose a problem, in that
long-running shape effects are cut short - if the AutomaticAdvancement is set to
3s, and the effect would take 5, it's interrupted. Might be a feature or not 
;))?

The reason for the slideshowimpl.cxx FIXME misbehaviour is the fact that
makeInterruptableDelay() creates an implicit nextEvent, that gets triggered by
your AutoAdvancement - just assign aNotificationEvents.mpImmediateEvent a
makeDelay( boost::bind( SlideShowImpl::notifySlideEnded, this ), slideTimeout 
).

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 95879] AutomaticSlideAdvancement property to separate automatic slide effect timings

2008-11-10 Thread thb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=95879


User thb changed the following:

What|Old value |New value

 Assigned to|requirements  |thb

  Issue type|FEATURE   |PATCH





--- Additional comments from [EMAIL PROTECTED] Mon Nov 10 09:56:32 + 
2008 ---
Taking over. Let's see if we can iron out the fixmes until end of November, to
get this into 3.1

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 95879] AutomaticSlideAdvancement property to separate automatic slide effect timings

2008-11-07 Thread wg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=95879


User wg changed the following:

What|Old value |New value

 Assigned to|graphicsneedsconfirm  |requirements

  Status|STARTED   |NEW





--- Additional comments from [EMAIL PROTECTED] Fri Nov  7 08:46:36 + 
2008 ---
Reassigned.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 95879] AutomaticSlideAdvancement property to separate automatic slide effect timings

2008-11-05 Thread haggai
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=95879
 Issue #|95879
 Summary|AutomaticSlideAdvancement property to separate automat
|ic slide  effect timings
   Component|Presentation
 Version|OOo 3.0
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|FEATURE
Priority|P3
Subcomponent|programming
 Assigned to|graphicsneedsconfirm
 Reported by|haggai





--- Additional comments from [EMAIL PROTECTED] Wed Nov  5 16:09:13 + 
2008 ---
I am implementing an API driven presentation player using impress for use on a
display without keyboard or mouse. I am using the AutomaticAdvancement property
to advance the slides, but this advances effects and slides at the same time.
For example, I have a presentation with 3 slides which should be displayed for
about 30 seconds. But the third slide has 5 items which fade in when clicked
with the mouse. Currently, I have these timings:

AutomaticAdvancement=30
Slide 1 - 30 seconds
Slide 2 - 30 seconds
Slide 3 - 5*30 seconds for effects, followed by 30 seconds, ie 5 minutes total!

The objective of this patch is to add a new property, AutomaticSlideAdvancement.
If this property is not set, AutomaticAdvancement will be used as before. If it
is set, this new timing will be used to set the delay between slides, so I can
now reduce the delay between effects to, say, 3 seconds :

AutomaticAdvancement=3
AutomaticSlideAdvancement=30
Slide 1 - 30 seconds
Slide 2 - 30 seconds
Slide 3 - 5*3 seconds for effects, followed by 30 seconds equals 45 seconds 
total

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 95879] AutomaticSlideAdvancement property to separate automatic slide effect timings

2008-11-05 Thread haggai
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=95879


User haggai changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |57720)
First version of pa
|  |tch






--- Additional comments from [EMAIL PROTECTED] Wed Nov  5 16:11:02 + 
2008 ---
Created an attachment (id=57720)
First version of patch


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 95879] AutomaticSlideAdvancement property to separate automatic slide effect timings

2008-11-05 Thread haggai
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=95879





--- Additional comments from [EMAIL PROTECTED] Wed Nov  5 16:12:50 + 
2008 ---
Created an attachment (id=57721)
Pyuno Script to test new property


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 95879] AutomaticSlideAdvancement property to separate automatic slide effect timings

2008-11-05 Thread haggai
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=95879


User haggai changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Wed Nov  5 16:23:55 + 
2008 ---
I have attached a patch which implements the proposed property, and a python
script which tests the new property via the OOo API. It connects to OOo on
localhost:2002 so OOo needs to be started with parameter
-accept=socket,host=localhost,port=2002;urp;

The script takes 3 arguments:
 filename.odp slide_delay effects_delay
where filename is a file in the current working directory.

The patch contains 2 FIXMEs, where I have commented out some calls. If these are
not commented out, the patch does not work with slides which have a slide
transition enabled, because the transition happens after the effect time (eg 3
seconds) instead of the new AutomaticSlideAdvancement time. This is because the
next slide event is fired ealier than the timeout that has been set. I am postin
g this version of the patch for further comments.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]