[framework-issues] [Issue 51154] save recent document histo ry more often

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





--- Additional comments from hag...@openoffice.org Thu Dec 17 10:54:51 
+ 2009 ---
haggai->mav: Sorry I did not see and reply to your comment in November. Thanks
for the information and explanation about SetUpdatePickList. I agree that seems
to be the way to go. 

I'm busy working on Impress changes at the moment, so I'd be grateful if you had
time to work on and update the patch. Thank you!

-
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...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


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



[gsl-issues] [Issue 104469] Maximised state of Window s not restored when using Gtk plugin under KDE

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


User haggai changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |64354)
Fix for issue






--- Additional comments from hag...@openoffice.org Mon Aug 24 16:23:58 
+ 2009 ---
Created an attachment (id=64354)
Fix for issue


-
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...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


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



[gsl-issues] [Issue 104469] Maximised state of Window s not restored when using Gtk plugin under KDE

2009-08-24 Thread haggai
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=104469
 Issue #|104469
 Summary|Maximised state of Windows not restored when using Gtk
| plugin under KDE
   Component|gsl
 Version|OOo 3.1
Platform|All
 URL|http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=54238
|7
  OS/Version|Linux
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|pl
 Reported by|haggai





--- Additional comments from hag...@openoffice.org Mon Aug 24 16:23:01 
+ 2009 ---
If KDE Window manager receives a window move after a window has already been
maximised, it assumes the window should be restored to original size. Under
Gnome it will stay maximised.

To reproduce:

 - Using KDE window manager. Problem does not occur under Gnome desktop.
 - Open a document in writer (or any other module)
 - Maximise the window
 - Quit OOo
 - Open writer from the command line with the file, forcing use of
   the GTK plugin. e.g.:
OOO_FORCE_DESKTOP=gnome ooffice mydoc.odt
 - The writer window is opened maximised briefly, but then resizes itself
   back to the previous size.

The problem does not occur if:
 - You do not use the gnome module
 - You are using Gnome window manager
 - You open a new document instead of loading a file.

This fix disables further window resize calls once the window state has been
set to maximised.

This problem was introduced as part of the fix to Issue 44325.

-
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...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


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



[framework-issues] [Issue 92068] Recent File List should be filled with files opened

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


User haggai changed the following:

What|Old value |New value

  CC|'zhangxiaofei'    |'haggai,zhangxiaofei'





--- Additional comments from hag...@openoffice.org Tue May  5 10:43:08 
+ 2009 ---
Hi, is this not a duplicate of issue 51154? I already posted a patch there, and
there is a specification too.

-
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...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


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



[framework-issues] [Issue 96918] ACL information not being read.

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





--- Additional comments from hag...@openoffice.org Wed Apr 15 16:21:09 
+ 2009 ---
haggai->mav:

> mav->haggai: Thank you for the investigation. Sorry, but the attached patch is
> just a hack that would break the behavior in case system file locking is 
> turned
> off. 

Okay, we hadn't run through the full set of tests yet to determine if anything
else had broken as a result of the patch. That was why I posted the patch for
your comments before going further :)

> The real problem, as you already have already written, is in
> implementation/usage of osl_getFileStatus() call. This problem should be fixed
> even if the default configuration works well in OOo3.1, since it is 
> possible to turn the system file locking off, and then we would have just 
> the same problem.

I don't think you can rely on osl_getFileStatus, instead of opening the file as
writable. You'll always have potential race conditions, where the state of the
file changes between the calls. Or are you thinking of using osl_getFileStatus
to see if you could open it as writable, then handle an error in the race
condition case if you then find it is no longer writeable?


-
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...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


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



[framework-issues] [Issue 96918] ACL information not being read.

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


User haggai changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |61384)
Patch to restore th
|  |e old behaviour when openi
|  |ng files with ACLs or remo
|  |te files






--- Additional comments from hag...@openoffice.org Fri Apr  3 16:22:47 
+ 2009 ---
Created an attachment (id=61384)
Patch to restore the old behaviour when opening files with ACLs or remote files


-
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...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


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



[framework-issues] [Issue 96918] ACL information not being read.

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


User haggai changed the following:

What|Old value |New value

 Assigned to|fheckl|mav

  Status|STARTED   |NEW





--- Additional comments from hag...@openoffice.org Fri Apr  3 16:21:24 
+ 2009 ---
haggai->mav: Assigning to you. Please see my last comment.

-
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...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


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



[framework-issues] [Issue 96918] ACL information not being read.

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


User haggai changed the following:

What|Old value |New value

  CC|'bollin'  |'bollin,haggai'

   Component|porting   |framework

  Status|NEW   |STARTED

  OS/Version|Mac OS X  |All

  QA contact|iss...@porting|iss...@framework

Platform|Macintosh |All

Subcomponent|MacOSX|code





--- Additional comments from hag...@openoffice.org Fri Apr  3 16:19:17 
+ 2009 ---
This is not a Mac only issue. I have reproduced it by using extended ACLs, and I
am told it can be reproduced via Samba too. 

The problem occurs in any place that the simple detection heuristic for a read
only file in osl_getFileStatus fails. This is a result of the change in
mediadescriptor.cxx (Revision 1.17.78.1) that was made as part of Issue 85794.

Before the change, OOo would try to open the file for writing to decide if the
file could be opened for editing or not. Now, it will not try to open the file
for writing if locking is off, and the heuristic will be used instead.

haggai->mav: I am assigning this to you for your comments about this change.

I will attach a patch which solves the immediate problem. I have not yet
verified if mav's locking changes are all working as intended.


-
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...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


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



[porting-issues] [Issue 96918] ACL information not being read.

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


User haggai changed the following:

What|Old value |New value

  CC|'bollin'  |'bollin,haggai'

   Component|porting   |framework

  Status|NEW   |STARTED

  OS/Version|Mac OS X  |All

  QA contact|iss...@porting|iss...@framework

Platform|Macintosh |All

Subcomponent|MacOSX|code





--- Additional comments from hag...@openoffice.org Fri Apr  3 16:19:17 
+ 2009 ---
This is not a Mac only issue. I have reproduced it by using extended ACLs, and I
am told it can be reproduced via Samba too. 

The problem occurs in any place that the simple detection heuristic for a read
only file in osl_getFileStatus fails. This is a result of the change in
mediadescriptor.cxx (Revision 1.17.78.1) that was made as part of Issue 85794.

Before the change, OOo would try to open the file for writing to decide if the
file could be opened for editing or not. Now, it will not try to open the file
for writing if locking is off, and the heuristic will be used instead.

haggai->mav: I am assigning this to you for your comments about this change.

I will attach a patch which solves the immediate problem. I have not yet
verified if mav's locking changes are all working as intended.


-
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...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


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



[graphics-issues] [Issue 100244] Saving PPT as ODP: Parent style not set

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





--- Additional comments from hag...@openoffice.org Fri Mar 20 12:36:48 
+ 2009 ---
haggai->cl: Do you have any ideas which change could have caused this? If you
can help narrow it down I can take another look.

-
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 100244] Saving PPT as ODP: Parent style not set

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





--- Additional comments from hag...@openoffice.org Mon Mar 16 17:59:02 
+ 2009 ---
Created an attachment (id=60959)
Modified version of fonttest1-oo3.odp, patched by hand to load correctly in 
3.0.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: 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 100244] Saving PPT as ODP: Parent style not set

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





--- Additional comments from hag...@openoffice.org Mon Mar 16 17:58:26 
+ 2009 ---
Created an attachment (id=60958)
PPT file exported using OOo 3.0.1; shows bug when loaded in 3.0.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: 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 100244] Saving PPT as ODP: Parent style not set

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





--- Additional comments from hag...@openoffice.org Mon Mar 16 17:57:41 
+ 2009 ---
Created an attachment (id=60957)
PPT file exported using OOo 2.4


-
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 100244] Saving PPT as ODP: Parent style not set

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





--- Additional comments from hag...@openoffice.org Mon Mar 16 17:57:06 
+ 2009 ---
Created an attachment (id=60956)
PPT testcase


-
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 100244] Saving PPT as ODP: Parent style not set

2009-03-16 Thread haggai
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100244
 Issue #|100244
 Summary|Saving PPT as ODP: Parent style not set 
   Component|Presentation
 Version|OOo 3.0.1
Platform|PC
 URL|
  OS/Version|Linux
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|save-export
 Assigned to|graphicsneedsconfirm
 Reported by|haggai





--- Additional comments from hag...@openoffice.org Mon Mar 16 17:56:21 
+ 2009 ---
The attached file, fonttest1.ppt, has a slide with some text in Arial. If this
file is saved in ODP format using 3.0.1, it will not display correctly in 3.0.1:
The font is shown as Times New Roman. The behaviour depends on the version of
OOo used to save and load the document:

Load fonttest1.ppt in OOo 2.4, save as fonttest1-oo24.odp
 -> file can be correctly read by OOo 2.4 and 3.0.1.

Load fonttest1.ppt in OOo 3.0.1, save as fonttest1-oo3.odp
 -> file can be correctly read by OOo 2.4, but 3.0.1 displays the wrong font.

I had a look at the changes in the file format. If I apply the following change
to content.xml in fonttest1-oo3.odp, the font displays correctly in 3.0.1:

--- test-oo3/content.xml2009-03-13 17:58:26.0 +
+++ test-oo3hacked/content.xml  2009-03-13 18:03:55.0 +
@@ -9,7 +9,7 @@
   

   
-  
+  

   
   

So adding the tag 'style:parent-style-name="standard"' would work, but there is
another solution - to use the same import logic as in 2.4. I haven't looked at
the XML for this in detail.

I'll attach these files:
fonttest1.ppt - original in PPT format
fonttest1-oo24.odp - saved using OOo 2.4, loads correctly in 2.4 and 3.0.1
fonttest1-oo3.odp - saved using OOo 3.0.1, only loads correctly in 2.4
fonttest1-oo3-hacked.odp - added style:parent-style-name to fonttest1-oo3.odp,
loads correctly in 2.4 and 3.0.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: 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



[sw-issues] [Issue 97309] Writer app do not save "re start numbering" option at numbered paragraphs

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


User haggai changed the following:

What|Old value |New value

  CC|'bollin,diocles'  |'bollin,diocles,haggai'

  Ever confirmed|  |1

  Status|UNCONFIRMED   |STARTED





--- Additional comments from hag...@openoffice.org Fri Feb 13 17:46:28 
+ 2009 ---
The text:start-value element is actually being written in the XML, but it is 2
nodes up:


  <--- here
  
   
Icedove
   
   

So either this is being written at the wrong level, or there is an extra level
of XML in between. I need to have another look at what 2.4 does.

-
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...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


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



[tools-issues] [Issue 42145] Build with JDK 1.3

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


User haggai changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from hag...@openoffice.org Thu Feb 12 16:50:14 
+ 2009 ---
Close.

-
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...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


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



[tools-issues] [Issue 42145] Build with JDK 1.3

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


User haggai changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from hag...@openoffice.org Thu Feb 12 16:49:55 
+ 2009 ---
No updates for 3.5 years, all child tasks are closed, Closing issue as fixed.
JDK 1.3 is obsolete now anyway.

-
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...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


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



[framework-issues] [Issue 51154] save recent document histo ry more often

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





--- Additional comments from hag...@openoffice.org Thu Feb 12 16:34:24 
+ 2009 ---
The patch I have attached gives the current state of my work on this. One part
that is not yet clear to me, is the call in SfxObjectShell::APISaveAs_Impl() to:
  GetMedium()->SetUpdatePickList( FALSE )

This does not seem to do anything useful, as before my patch the pick list was
never updated anyway. The commit which created this line was many years ago, and
only pointed to an internal issue number. If any developers can comment on this
I would be grateful.


-
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...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


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



[framework-issues] [Issue 51154] save recent document histo ry more often

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


User haggai changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |60127)
Patch to implement 
|  |specification






--- Additional comments from hag...@openoffice.org Thu Feb 12 16:24:00 
+ 2009 ---
Created an attachment (id=60127)
Patch to implement specification


-
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...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


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



[framework-issues] [Issue 51154] save recent document histo ry more often

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


User haggai changed the following:

What|Old value |New value

 URL|  |http://wiki.services.openo
|  |ffice.org/wiki/Recent_Docu
|  |ments_At_Load

  Status|NEW   |STARTED





--- Additional comments from hag...@openoffice.org Thu Feb 12 16:22:02 
+ 2009 ---
Specification here: 
 http://wiki.services.openoffice.org/wiki/Recent_Documents_At_Load

-
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...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


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



[framework-issues] [Issue 51154] save recent document histo ry more often

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


User haggai changed the following:

What|Old value |New value

 Assigned to|requirements  |haggai

  Status|STARTED   |NEW





--- Additional comments from hag...@openoffice.org Thu Feb 12 16:20:23 
+ 2009 ---
Taking issue

-
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...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


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



[framework-issues] [Issue 51154] save recent document histo ry more often

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


User haggai changed the following:

What|Old value |New value

  Ever confirmed|  |1

  Status|UNCONFIRMED   |STARTED

Target milestone|---   |OOo 3.2





--- Additional comments from hag...@openoffice.org Thu Feb 12 16:19:18 
+ 2009 ---
Accepting issue

-
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...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.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-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





--- 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 28996] memory leak in batch docum ent conversion

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


User haggai changed the following:

What|Old value |New value

  CC|''    |'haggai'





-
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



[www-issues] [Issue 97445] SSH key for SVN access

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





--- Additional comments from hag...@openoffice.org Mon Jan 26 16:15:21 
+ 2009 ---
Hi Heiner, sorry I forgot to reply when you resolved this. I have confirmed
access to the SVN server now works with my key. Thanks! Chris

-
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...@openoffice.org
For additional commands, e-mail: issues-h...@openoffice.org


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



[framework-issues] [Issue 98421] Memory and resource leak w hen closing presentation and drawing docs

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


User haggai changed the following:

What|Old value |New value

OtherIssuesDependingOnTh|  |28996
  is|  |





-
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...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


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



[graphics-issues] [Issue 28996] memory leak in batch docum ent conversion

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


User haggai changed the following:

What|Old value |New value

 IssuesThisDependsOn|  |98421





--- Additional comments from hag...@openoffice.org Fri Jan 23 22:16:30 
+ 2009 ---
Hi, I think this may be caused by the same problem that I have reported as issue
98421. I have not marked this as a duplicate because it may not be the only
problem that is causing leaks for you. I'm marking the new issue as a dependency
because this problem will probably need 98421 to be fixed as well.

-
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



[framework-issues] [Issue 98421] Memory and resource leak w hen closing presentation and drawing docs

2009-01-23 Thread haggai
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=98421
 Issue #|98421
 Summary|Memory and resource leak when closing presentation and
| drawing docs
   Component|framework
 Version|OOo 3.0
Platform|PC
 URL|
  OS/Version|Linux
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|tm
 Reported by|haggai





--- Additional comments from hag...@openoffice.org Fri Jan 23 22:12:23 
+ 2009 ---
To reproduce:

1. Start xrestop
2. Start openoffice
3. Keep an eye on the resources used by openoffice
4. Open a drawing or presentation document
5. Close it again
6. Goto 3

There is an issue with X resources and memory usage. Over time OOo will use all
available system memory.

Things I have already found out about this:

- The problem also exists in OOo 2.4.
- The leak is due to the presentation document not being cleaned up when it is 
closed.
- The problem is not specific to the framework code: writer 
documents do not exhibit the same problem when closed in the same way
- The problem is common to both the presentation and drawing modules, and is 
therefore probably in the common sd code.
- The problem is reproducible using the GUI as above, or using API calls to open
documents. The method we tried was to create a frame and then use
loadComponentFromURL repeatedly on the same frame.
- The problem cannot be worked around by calling dispose() on the document
object after the frame has been reused.

-
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...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


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



[sw-issues] [Issue 96878] writer does not handle dis play:text (hidden text) correctly

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





--- Additional comments from hag...@openoffice.org Thu Jan 15 16:43:43 
+ 2009 ---
mux2005: Before the patch, you have these behaviour possibilities:

1. OOo 2 -> 3 -- bit is flipped when importing 2.x document into OOo3
2. OOo 3 -> 2 -- bit is _not_ flipped and hidden text displays incorrectly
3. OOo 2 -> 2 -- bit is not flipped and stays with the reversed meaning
4. OOo 3 -> 3 -- bit is not flipped and has the correct meaning

This means when you open a non-OOo2 document in OOo 2.x (from OOo 3 or another
program), the bit is not flipped so OOo2 has the wrong meaning.

The patch changes case 2 to flip the bit back again when importing from anything
other than OOo 2.x. Thus OOo2 will always use the bit with the reversed meaning.
We do not try to fix document export, because it would break the document for
all non-patched versions of OOo2.

> Fixing one direction won't help at all in these environments.

This is exactly why we need the patch - before this patch the document exchange
is fixed in only 1 direction (2->3) - this fix adds the 3->2 path so it is
indeed fixed in both directions.

-
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...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


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



[sw-issues] [Issue 96878] writer does not handle dis play:text (hidden text) correctly

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


User haggai changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from hag...@openoffice.org Wed Jan 14 11:20:17 
+ 2009 ---
I have created a fix for this problem based on the fix that went into OOo 3 with
some modifications to work in the opposite direction.

With this patch, we do not modify the import/export class for the XML so the
export and 2.x import behaviour is not changed. But if a hidden tag is
encountered in a document written by newer versions, the meaning of the tag is
reversed.

-
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...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


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



[sw-issues] [Issue 96878] writer does not handle dis play:text (hidden text) correctly

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


User haggai changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |59377)
Proposed patch to f
|  |ix issue






--- Additional comments from hag...@openoffice.org Wed Jan 14 10:58:21 
+ 2009 ---
Created an attachment (id=59377)
Proposed patch to fix issue


-
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...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


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



[www-issues] [Issue 97445] SSH key for SVN access

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





--- Additional comments from hag...@openoffice.org Fri Dec 19 22:24:53 
+ 2008 ---
Created an attachment (id=58941)
Key


-
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...@openoffice.org
For additional commands, e-mail: issues-h...@openoffice.org


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



[www-issues] [Issue 97445] SSH key for SVN access

2008-12-19 Thread haggai
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=97445
 Issue #|97445
 Summary|SSH key for SVN access
   Component|www
 Version|current
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|openoffice.org SVN
 Assigned to|iss...@www
 Reported by|haggai





--- Additional comments from hag...@openoffice.org Fri Dec 19 22:24:34 
+ 2008 ---
Please can you add this key for access to the SVN server, many thanks. I already
tried adding it via EIS but I understand the preferred way is still here.

-
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...@openoffice.org
For additional commands, e-mail: issues-h...@openoffice.org


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



[www-issues] [Issue 97444] Please exchange my CVS key

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





--- Additional comments from hag...@openoffice.org Fri Dec 19 22:22:38 
+ 2008 ---
Created an attachment (id=58940)
New key


-
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...@openoffice.org
For additional commands, e-mail: issues-h...@openoffice.org


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



[www-issues] [Issue 97444] Please exchange my CVS key

2008-12-19 Thread haggai
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=97444
 Issue #|97444
 Summary|Please exchange my CVS key
   Component|www
 Version|current
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|openoffice.org CVS
 Assigned to|iss...@www
 Reported by|haggai





--- Additional comments from hag...@openoffice.org Fri Dec 19 22:21:38 
+ 2008 ---
Please can you exchange the ssh key for CVS access in Issue 7270 with the
attached public key. The old key had a potential to be compromised due to use on
machines affected by http://www.debian.org/security/2008/dsa-1571.

-
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...@openoffice.org
For additional commands, e-mail: issues-h...@openoffice.org


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



[sw-issues] [Issue 96167] PDF Export from page previ ew crashes when field names are displayed

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


User haggai changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from hag...@openoffice.org Fri Dec 19 13:25:03 
+ 2008 ---
I have filed Issue 97432 to keep track of the field name regression.

I have verified the fix in sw31bf02 prevents the crash so I'll set this issue to
verified.


-
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...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


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



[sw-issues] [Issue 97432] Field names appear in prin t preview after PDF export

2008-12-19 Thread haggai
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=97432
 Issue #|97432
 Summary|Field names appear in print preview after PDF export
   Component|Word processor
 Version|DEV300m37
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|save-export
 Assigned to|writerneedsconfirm
 Reported by|haggai





--- Additional comments from hag...@openoffice.org Fri Dec 19 13:23:04 
+ 2008 ---
This is a follow on from Issue 96167

To reproduce:

* Open a new writer document
* Insert any field, e.g. date
* Turn on Edit->Field Names (it is off by default)
* Click page preview. You see the content of the field in the preview
* Click export to PDF, select a filename
* After export, the name of the field is shown instead.

Applies to cws sw31bf02, which is not visible in EIS so I'm not sure if this can
been integrated to a milestone yet

-
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...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


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



[sw-issues] [Issue 96167] PDF Export from page previ ew crashes when field names are displayed

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





--- Additional comments from hag...@openoffice.org Thu Dec 18 12:51:00 
+ 2008 ---
haggai->fme:
Thanks for checking in the patch. I couldn't find sw31bf02 in EIS, but I did
find the cws directory in SVN.

Did you find a way to stop field names being shown after the PDF export has
finished? I haven't built the complete CWS due to lack of disk space, but I did
try the changes to unotxdoc.cxx and I still see the field names instead of the
values.


-
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...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


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



[sw-issues] [Issue 96878] writer does not handle dis play:text (hidden text) correctly

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


User haggai changed the following:

What|Old value |New value

  CC|'ama,diocles,mux2005,noelk|'ama,diocles,haggai,mux200
|oethe'|5,noelkoethe'





-
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...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


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



[framework-issues] [Issue 96091] Trying to re-use a Frame w hich contained a closed Document causes a cras h

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


User haggai changed the following:

What|Old value |New value

   Component|Presentation  |framework

  OS/Version|Linux |All

  QA contact|[EMAIL PROTECTED]   |[EMAIL PROTECTED]

Platform|PC|All

Subcomponent|programming   |code

 Version|OOO300m9  |OOo 3.0





--- Additional comments from [EMAIL PROTECTED] Thu Dec 11 11:25:14 + 
2008 ---
Issue will affect all platforms. Verified in 3.0.0 and trunk r262193

-
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 96091] Trying to re-use a Frame w hich contained a closed Document causes a cras h

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


User haggai changed the following:

What|Old value |New value

   Component|Presentation  |framework

  OS/Version|Linux |All

  QA contact|[EMAIL PROTECTED]   |[EMAIL PROTECTED]

Platform|PC|All

Subcomponent|programming   |code

 Version|OOO300m9  |OOo 3.0





--- Additional comments from [EMAIL PROTECTED] Thu Dec 11 11:25:14 + 
2008 ---
Issue will affect all platforms. Verified in 3.0.0 and trunk r262193

-
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 96091] Trying to re-use a Frame w hich contained a closed Document causes a cras h

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


User haggai changed the following:

What|Old value |New value

  CC|''    |'haggai'





-
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 96091] Trying to re-use a Frame w hich contained a closed Document causes a cras h

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


User haggai changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |58713)
Patch to prevent cr
|  |ash






--- Additional comments from [EMAIL PROTECTED] Thu Dec 11 11:19:46 + 
2008 ---
Created an attachment (id=58713)
Patch to prevent crash


-
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 96091] Trying to re-use a Frame w hich contained a closed Document causes a cras h

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





--- Additional comments from [EMAIL PROTECTED] Thu Dec 11 11:18:56 + 
2008 ---
Created an attachment (id=58712)
Simplified test case


-
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]



[sw-issues] [Issue 63564] XComponentLoader, asynchro nous layout routines

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





--- Additional comments from [EMAIL PROTECTED] Thu Dec 11 11:18:04 + 
2008 ---
Arrggh, sorry please ignore the attachments - they should have been for issue 
96091

-
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]



[sw-issues] [Issue 63564] XComponentLoader, asynchro nous layout routines

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


User haggai changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |58711)
Patch to prevent cr
|  |ash






--- Additional comments from [EMAIL PROTECTED] Thu Dec 11 11:16:24 + 
2008 ---
Created an attachment (id=58711)
Patch to prevent crash


-
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]



[sw-issues] [Issue 63564] XComponentLoader, asynchro nous layout routines

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





--- Additional comments from [EMAIL PROTECTED] Thu Dec 11 11:15:30 + 
2008 ---
Created an attachment (id=58709)
Simplified test case


-
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 96091] Trying to re-use a Frame w hich contained a closed Document causes a cras h

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


User haggai changed the following:

What|Old value |New value

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW





--- Additional comments from [EMAIL PROTECTED] Thu Dec 11 11:12:21 + 
2008 ---
Issue confirmed. The problem is that Frame::loadComponentFromURL does not check
if it has already been disposed.

I'm attaching a simplified test case, and a patch which prevents the crash by
returning a null reference if the frame has already been disposed.

-
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]



[sw-issues] [Issue 96167] PDF Export from page previ ew crashes when field names are displayed

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





--- Additional comments from [EMAIL PROTECTED] Thu Nov 13 11:04:03 + 
2008 ---
>SBA: Note that PDF export must be made via dialog. Just sent crash report, will
name it here.
haggai->SBA: I can reproduce the crash without going via the dialog. It doesn't
always crash, depending on how quickly the free()d memory is used again. You can
see that the memory management is definitely wrong by looking at valgrind 
output.

==28136== Invalid read of size 4
==28136==at 0xE0DE3C0: SwWrtShell::GetView() (wrtsh.hxx:427)
==28136==by 0xE251574: SwViewOptionAdjust_Impl::~SwViewOptionAdjust_Impl()
(unotxdoc.cxx:2528)
==28136==by 0xE2582A5: SwXTextDocument::render(long,
com::sun::star::uno::Any const&,
com::sun::star::uno::Sequence const&)
(unotxdoc.cxx:2816)
==28136==by 0x1282E6CC: PDFExport::ExportSelection(vcl::PDFWriter&,
com::sun::star::uno::Reference&,
com::sun::star::uno::Any&, MultiSelection,
com::sun::star::uno::Sequence&, long)
(pdfexport.cxx:235)
==28136==by 0x1283314C: PDFExport::Export(rtl::OUString const&,
com::sun::star::uno::Sequence const&)
(pdfexport.cxx:866)

 memory is free()d here
==28136==  Address 0xc0c8040 is 320 bytes inside a block of size 360 free'd
==28136==at 0x4022B8A: free (vg_replace_malloc.c:323)
==28136==by 0x404E4EC: rtl_freeMemory (in /usr/lib/ure/lib/libuno_sal.so.3)
==28136==by 0x8048E20: operator delete(void*) (in
/usr/lib/openoffice/program/soffice.bin)
==28136==by 0xE32490D: SwWrtShell::~SwWrtShell() (wrtsh1.cxx:1755)
==28136==by 0xE2D6057: SwView::~SwView() (view.cxx:1209)
==28136==by 0x497C466: SfxViewFrame::ReleaseObjectShell_Impl(unsigned char)
(in /usr/lib/openoffice/basis3.0/program/libsfxli.so)
==28136==by 0x4989E1C: SfxTopViewFrame::~SfxTopViewFrame() (in
/usr/lib/openoffice/basis3.0/program/libsfxli.so)
==28136==by 0x498A26C: SfxTopViewFrame::Close() (in
/usr/lib/openoffice/basis3.0/program/libsfxli.so)
==28136==by 0x496B6CC: SfxFrame::DoClose_Impl() (in
/usr/lib/openoffice/basis3.0/program/libsfxli.so)
==28136==by 0x4994968: SfxBaseController::dispose() (in
/usr/lib/openoffice/basis3.0/program/libsfxli.so)
==28136==by 0xC3B09E9:
framework::Frame::setComponent(com::sun::star::uno::Reference
const&, com::sun::star::uno::Reference
const&) (in /usr/lib/openoffice/basis3.0/program/libfwkli.so)
==28136==by 0xC3B0358: framework::Frame::close(unsigned char) (in
/usr/lib/openoffice/basis3.0/program/libfwkli.so)
==28136==by 0x496D8B6: SfxFrame::DoClose() (in
/usr/lib/openoffice/basis3.0/program/libsfxli.so)
==28136==by 0x4979EA4: SfxViewFrame::DoClose() (in
/usr/lib/openoffice/basis3.0/program/libsfxli.so)
==28136==by 0xE2577C9: lcl_DisposeView(SfxViewFrame*, SwDocShell*)
(unotxdoc.cxx:198)
==28136==by 0xE258278: SwXTextDocument::render(long,
com::sun::star::uno::Any const&,
com::sun::star::uno::Sequence const&)
(unotxdoc.cxx:2813)
==28136==by 0x1282E6CC: PDFExport::ExportSelection(vcl::PDFWriter&,
com::sun::star::uno::Reference&,
com::sun::star::uno::Any&, MultiSelection,
com::sun::star::uno::Sequence&, long)
(pdfexport.cxx:235)
==28136==by 0x1283314C: PDFExport::Export(rtl::OUString const&,
com::sun::star::uno::Sequence const&)
(pdfexport.cxx:866)
==28136==by 0x128262BF:
PDFFilter::implExport(com::sun::star::uno::Sequence
const&) (pdffilter.cxx:124)


-
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]



[sw-issues] [Issue 96167] PDF Export Crashes in page preview

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


User haggai changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |57951)
Patch to work aroun
|  |d the crash






--- Additional comments from [EMAIL PROTECTED] Wed Nov 12 18:11:27 + 
2008 ---
Created an attachment (id=57951)
Patch to work around the crash


-
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]



[sw-issues] [Issue 96167] PDF Export Crashes in page preview

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





--- Additional comments from [EMAIL PROTECTED] Wed Nov 12 18:13:00 + 
2008 ---
The attached patch prevents the crash, but after exporting the PDF, the page
preview changes to show field names instead of field contents.

-
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]



[sw-issues] [Issue 96167] PDF Export Crashes in page preview

2008-11-12 Thread haggai
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96167
 Issue #|96167
 Summary|PDF Export Crashes in page preview
   Component|Word processor
 Version|OOo 3.0
Platform|All
 URL|
  OS/Version|Linux
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|save-export
 Assigned to|writerneedsconfirm
 Reported by|haggai





--- Additional comments from [EMAIL PROTECTED] Wed Nov 12 18:09:49 + 
2008 ---
* Open a new writer document
* Insert any field, e.g. date
* Turn on Edit->Field Names (it is off by default)
* Click page preview
* Click export to PDF, select a filename
* OOo crashes

Reproducible in 2.4, 3.0.

This might be the same issue as 92836.

The problem occurs in SwXTextDocument::render (unotxdoc.cxx). A
SwViewOptionAdjust_Impl is created with member m_rShell used to get the current
view. But that is deleted here:

lcl_DisposeView( m_pHiddenViewFrame, pDocShell );

So pViewOptionAdjust->m_rShell is then a dangling pointer, which is referred to
in the destructor.

Stack trace of crash:

#0  0xb083e3ce in SwView::GetWrtShell (this=0x22657572) at ../inc/view.hxx:441
#1  0xb086884e in SwModule::ApplyUsrPref (this=0x8d014b8, [EMAIL PROTECTED],
pActView=0x22657572, nDest=3)
at /home/cha/oo/sw/source/ui/app/swmodul1.cxx:197
#2  0xb09b15a3 in ~SwViewOptionAdjust_Impl (this=0x97ff4e0) at
/home/cha/oo/sw/source/ui/uno/unotxdoc.cxx:2528
#3  0xb09b82a6 in SwXTextDocument::render (this=0x8d48000, nRenderer=0,
[EMAIL PROTECTED], [EMAIL PROTECTED])
at /home/cha/oo/sw/source/ui/uno/unotxdoc.cxx:2816
#4  0xac6886cd in PDFExport::ExportSelection (this=0xbfdccc84,
[EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED],
aMultiSelection=
  {aSels = { = {pFirstBlock = 0xbfdccb94, pCurBlock = 0xbfdcc948,
pLastBlock = 0x1, nCurIndex = 50876, nBlockSize = 49116, nInitSize = 53236,
nReSize = 47046, nCount = 0}, }, aTotRange = { = {nA =
-1211702896, nB = 150729024}, }, nCurSubSel = 134283264,
nCurIndex = 193, nSelCount = 3218918564, bInverseCur = 2 '\002', bCurValid = 0
'\0', bSelectNew = 0 '\0'}, [EMAIL PROTECTED], nPageCount=1) at
/home/cha/oo/filter/source/pdf/pdfexport.cxx:235
#5  0xac68d14d in PDFExport::Export (this=0xbfdccc84, [EMAIL PROTECTED],
[EMAIL PROTECTED])
at /home/cha/oo/filter/source/pdf/pdfexport.cxx:866
#6  0xac6802c0 in PDFFilter::implExport (this=0x8fbbfc8,
[EMAIL PROTECTED]) at /home/cha/oo/filter/source/pdf/pdffilter.cxx:124
[...]

-
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]



[sw-issues] [Issue 92836] PDF Export Crashes when En tries are Inserted in Document

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





--- Additional comments from [EMAIL PROTECTED] Wed Nov 12 17:25:23 + 
2008 ---
Hi prosario_2000

I think I can confirm your issue. Does it crash only if you export from page
preview?

-
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]



[sw-issues] [Issue 92836] PDF Export Crashes when En tries are Inserted in Document

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


User haggai changed the following:

What|Old value |New value

  CC|'rainerbielefeld'     |'haggai,rainerbielefeld'





-
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:
 .odp  
where  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]



[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

 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
 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]



[api-issues] [Issue 90701] PyUNO broken in OOo 3.0 DE V300 with system python

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


User haggai changed the following:

What|Old value |New value

  CC|'aziem,pmladek,sb'    |'aziem,haggai,pmladek,sb'





-
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 51671] motion paths with customiz ed paths imported from powerpoints break the p ath

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





--- Additional comments from [EMAIL PROTECTED] Tue Jul 29 16:18:45 + 
2008 ---
I did not see these problems either when testing with OOo 2.4.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]



[tools-issues] [Issue 66252] berkeleydb: jni.h not foun d

2007-06-30 Thread haggai
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66252





--- Additional comments from [EMAIL PROTECTED] Sat Jun 30 14:07:50 + 
2007 ---
Hi guys, thanks for fixing this. I have now verified that this does indeed fix
the issue. Sorry for the delay - it took me a while to figure out to reproduce
it again.

-
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]



[installation-issues] [Issue 66607] Installer fails to direct ory including regexp characters

2006-06-20 Thread haggai
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66607


User haggai changed the following:

  What|Old value |New value

   Attachment is patch|  |Created an attachment
  |  |(id=37256) Path to fix
  |  |quoting





--- Additional comments from [EMAIL PROTECTED] Tue Jun 20 10:05:46 -0700 
2006 ---
Created an attachment (id=37256)
Path to fix quoting


-
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]



[installation-issues] [Issue 66607] New - Installer fails to d irectory including regexp characters

2006-06-20 Thread haggai
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66607
  Issue #:|66607
  Summary:|Installer fails to directory including regexp
  |characters
Component:|Installation
  Version:|OOo 2.0.3
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|NEW
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|PATCH
 Priority:|P3
 Subcomponent:|code
  Assigned to:|rene
  Reported by:|haggai





--- Additional comments from [EMAIL PROTECTED] Tue Jun 20 10:05:17 -0700 
2006 ---
Installation to a path such as /foo/bar+/ will fail because the directory name
is used in a regexp without quoting.

-
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]



[tools-issues] [Issue 66519] deliver: complete directo ry path written to logfiles

2006-06-16 Thread haggai
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66519


User haggai changed the following:

  What|Old value |New value

  Target milestone|---   |DevTools





--- Additional comments from [EMAIL PROTECTED] Fri Jun 16 10:13:03 -0700 
2006 ---
Set target

-
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]



[tools-issues] [Issue 66519] deliver: complete directo ry path written to logfiles

2006-06-16 Thread haggai
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66519


User haggai changed the following:

  What|Old value |New value

   Attachment is patch|  |Created an attachment
  |  |(id=37202) Fix for problem





--- Additional comments from [EMAIL PROTECTED] Fri Jun 16 10:12:38 -0700 
2006 ---
Created an attachment (id=37202)
Fix for problem


-
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]



[tools-issues] [Issue 66519] New - deliver: complete di rectory path written to logfiles

2006-06-16 Thread haggai
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66519
  Issue #:|66519
  Summary:|deliver: complete directory path written to logfiles
Component:|tools
  Version:|OOo 2.0.3
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|NEW
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|PATCH
 Priority:|P3
 Subcomponent:|code
  Assigned to:|rt
  Reported by:|haggai





--- Additional comments from [EMAIL PROTECTED] Fri Jun 16 10:11:58 -0700 
2006 ---
This is a followup to issue #66463.

When building OOo in a directory containing regexp metacharacters such as '+',
the complete directory name is written to the logfile. This results in build
errors in postprocess/checkdeliver like this:

[...]
Error: no such file
'/oo/openoffice.org-2.0.2+2.0.3rc5/ooo-build/build/ooc680-m5/solver/680//oo/openoffice.org-2.0.2+2.0.3rc5/ooo-bu
ild/build/ooc680-m5/solver/680/unxlngi6.pro/bin/libxsec_xmlsec.so'
Errors found: Module 'xmlsecurity' not delivered correctly?

The problem is that deliver.pl writes the complete pathname in the logfiles:

head -1 solver/680/unxlngi6.pro/inc/xmlsecurity/deliver.log
COPY xmlsecurity/prj/build.lst
/oo/openoffice.org-2.0.2+2.0.3rc5/ooo-build/build/ooc680-m5/solver/680/unxlngi6.pro/inc/xmlsecurity/build.lst

expected result:
COPY xmlsecurity/prj/build.lst unxlngi6.pro/inc/xmlsecurity/build.lst

My fix uses the same technique as issue 66463

-
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]



[tools-issues] [Issue 66463] deliver: Neither common n or platform tree?

2006-06-16 Thread haggai
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66463


User haggai changed the following:

  What|Old value |New value

Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Fri Jun 16 10:04:49 -0700 
2006 ---
Verified

-
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]



[tools-issues] [Issue 66463] deliver: Neither common n or platform tree?

2006-06-16 Thread haggai
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66463


User haggai changed the following:

  What|Old value |New value

Status|REOPENED  |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Fri Jun 16 10:04:35 -0700 
2006 ---
Just noticed the cws was already QAed. This doesn't break anything so closing
issue and creating new issue

-
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]



[tools-issues] [Issue 66463] deliver: Neither common n or platform tree?

2006-06-16 Thread haggai
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66463


User haggai changed the following:

  What|Old value |New value

Status|VERIFIED  |REOPENED

Resolution|FIXED |





--- Additional comments from [EMAIL PROTECTED] Fri Jun 16 10:01:30 -0700 
2006 ---
Problem not completely fixed

-
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]



[tools-issues] [Issue 66463] deliver: Neither common n or platform tree?

2006-06-15 Thread haggai
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66463


User haggai changed the following:

  What|Old value |New value

Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Thu Jun 15 12:44:43 -0700 
2006 ---
Verified patch commited works, thanks rt!

-
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]



[tools-issues] [Issue 66463] deliver: Neither common n or platform tree?

2006-06-15 Thread haggai
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66463


User haggai changed the following:

  What|Old value |New value

   Attachment is patch|  |Created an attachment
  |  |(id=37168) Patch to fix
  |  |problem using \Q..\E
  |  |around directory names





--- Additional comments from [EMAIL PROTECTED] Thu Jun 15 01:06:40 -0700 
2006 ---
Created an attachment (id=37168)
Patch to fix problem using \Q..\E around directory names


-
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]



[tools-issues] [Issue 66463] New - deliver: Neither com mon nor platform tree?

2006-06-15 Thread haggai
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66463
  Issue #:|66463
  Summary:|deliver: Neither common nor platform tree?
Component:|tools
  Version:|OOo 2.0.3
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|NEW
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|code
  Assigned to:|mh
  Reported by:|haggai





--- Additional comments from [EMAIL PROTECTED] Thu Jun 15 01:05:20 -0700 
2006 ---
deliver -- version: 1.100
Neither common nor platform tree? at
/oo/openoffice.org-2.0.2+2.0.3rc5/ooo-build/build/ooc680-m5/solenv/bin/deliver.pl
line 1134.
Neither common nor platform tree? at
/oo/openoffice.org-2.0.2+2.0.3rc5/ooo-build/build/ooc680-m5/solenv/bin/deliver.pl
line 1134.
Neither common nor platform tree? at
/oo/openoffice.org-2.0.2+2.0.3rc5/ooo-build/build/ooc680-m5/solenv/bin/deliver.pl
line 1134.
[...]

The message is because the build directory is used in a regexp without escaping
regexp special characters first.

-
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]



[porting-issues] [Issue 66252] berkeleydb: jni.h not fou nd

2006-06-12 Thread haggai
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66252





--- Additional comments from [EMAIL PROTECTED] Mon Jun 12 06:48:59 -0700 
2006 ---
Hi sparcmoz

I guess your jni.h must already be somewhere on the compiler include path?

Thanks for testing,
Chris

-
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]



[porting-issues] [Issue 66252] berkeleydb: jni.h not fou nd

2006-06-08 Thread haggai
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66252


User haggai changed the following:

  What|Old value |New value

   Attachment is patch|  |Created an attachment
  |  |(id=37013) Patch to fix
  |  |problem





--- Additional comments from [EMAIL PROTECTED] Thu Jun  8 08:48:19 -0700 
2006 ---
Created an attachment (id=37013)
Patch to fix problem


-
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]



[porting-issues] [Issue 66252] New - berkeleydb: jni.h no t found

2006-06-08 Thread haggai
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66252
  Issue #:|66252
  Summary:|berkeleydb: jni.h not found
Component:|porting
  Version:|680m172
 Platform:|PC
  URL:|
   OS/Version:|Linux
   Status:|NEW
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|code
  Assigned to:|mh
  Reported by:|haggai





--- Additional comments from [EMAIL PROTECTED] Thu Jun  8 08:46:02 -0700 
2006 ---
This problem probably isn't noticed by the packagers because we normally build
with a system berkeleydb.

cd ./unxlngi6.pro/misc/build/db-4.2.52.NC/out && make  && touch
so_built_so_berkeleydb
[...]
/bin/sh ./libtool --mode=compile ccache gcc-4.0 -c -I. -I../dist/.. 
-D_GNU_SOURCE -D_REENTRANT -mtune=pentiumpro 
../dist/../libdb_java/db_java_wrap.c
 ccache gcc-4.0 -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -mtune=pentiumpro
../dist/../libdb_java/db_java_wrap.c  -fPIC -DPIC -o .libs/db_java_wrap.o
../dist/../libdb_java/db_java_wrap.c:15:17: error: jni.h: No such file or 
directory
.

The problem is that $(JAVA_HOME)/include needs to be on the compiler search 
path.

-
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]



[installation-issues] [Issue 42535] postinst/rm script errors on Debian

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


User haggai changed the following:

  What|Old value |New value

   Assigned to|haggai|rene

 Component|Installation  |tools

  Priority|P2|P3

QA contact|[EMAIL PROTECTED]   |[EMAIL PROTECTED]

  Target milestone|---   |OOo 2.0





--- Additional comments from [EMAIL PROTECTED] Mon Feb 28 03:24:08 -0800 
2005 ---
Creating those packages with epm 3.7 worked.  I was using epm 3.5.1 (from
Debian) before then.  Rene is organising a new upload for Debian so that will be
fixed for me, but we should add a configure check for this.

epm's changelog has:

Changes in EPM v3.6
  
[...]
  * EPM didn't do variable expansion of imported files ("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]



[tools-issues] [Issue 42535] postinst/rm script errors on Debian

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


User haggai changed the following:

  What|Old value |New value

   Assigned to|haggai|rene

 Component|Installation  |tools

  Priority|P2|P3

QA contact|[EMAIL PROTECTED]   |[EMAIL PROTECTED]

  Target milestone|---   |OOo 2.0





--- Additional comments from [EMAIL PROTECTED] Mon Feb 28 03:24:08 -0800 
2005 ---
Creating those packages with epm 3.7 worked.  I was using epm 3.5.1 (from
Debian) before then.  Rene is organising a new upload for Debian so that will be
fixed for me, but we should add a configure check for this.

epm's changelog has:

Changes in EPM v3.6
  
[...]
  * EPM didn't do variable expansion of imported files ("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]



[framework-issues] [Issue 43560] Build failure: Missing stdio.h include in jvmfwk.cxx

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


User haggai changed the following:

  What|Old value |New value

Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Mon Feb 28 02:40:46 -0800 
2005 ---
haggai->JL: Looks great, many thanks!

-
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]



[api-issues] [Issue 43561] unquoted C# directory name breaks builds

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


User haggai changed the following:

  What|Old value |New value

   Attachment is patch|  |Created an attachment
  |  |(id=23042) Fix for quoting
  |  |problems





--- Additional comments from [EMAIL PROTECTED] Fri Feb 25 13:21:38 -0800 
2005 ---
Created an attachment (id=23042)
Fix for quoting problems


-
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]



[api-issues] [Issue 43561] New - unquoted C# directory name breaks builds

2005-02-25 Thread haggai
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=43561
  Issue #:|43561
  Summary:|unquoted C# directory name breaks builds
Component:|api
  Version:|680m76
 Platform:|PC
  URL:|http://people.ubuntu.com/~lamont/buildLogs/o/openoffi
  |ce.org2/1.9.76-0ubuntu2/openoffice.org2_1.9.76-
  |0ubuntu2_20050216-1036-i386-failed
   OS/Version:|Linux
   Status:|NEW
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|code
  Assigned to:|sw
  Reported by:|haggai





--- Additional comments from [EMAIL PROTECTED] Fri Feb 25 13:21:10 -0800 
2005 ---
cp -u
../../../examples/DevelopersGuide/BasicAndDialogs/ToolkitControls/ToolkitControls/ScrollBarDlg.xdl
../../../unxlngi4.pr
o/bin/odk680/examples/DevelopersGuide/BasicAndDialogs/ToolkitControls/ToolkitControls/ScrollBarDlg.xdl
/build/buildd/openoffice.org2-1.9.76/ooo-build/build/src680-m76/odk/examples/CLI
cat /tmp/mkSsx6z8 | xargs -n 20 mkdir -p && echo "dirs created" >
../../unxlngi4.pro/misc/ex_cli_dirs_created.txt && touch ..
/../unxlngi4.pro/misc/ex_cli_dirs_created.txt
rm -f
../../unxlngi4.pro/bin/odk680/examples/CLI/C#/Spreadsheet/GeneralTableSample.cs
>& /dev/null
tr -d "\015" < ../../examples/CLI/C#/Spreadsheet/GeneralTableSample.cs >
../../unxlngi4.pro/bin/odk680/examples/CLI/C#/Spread
sheet/GeneralTableSample.cs
../../examples/CLI/C: No such file or directory.
dmake:  Error code 1, while making
'../../unxlngi4.pro/bin/odk680/examples/CLI/C#/Spreadsheet/GeneralTableSample.cs'
'---* RULES.MK *---'

ERROR: Error 65280 occurred while making
/build/buildd/openoffice.org2-1.9.76/ooo-build/build/src680-m76/odk/examples/CLI


I didn't reproduce this problem on my own build machine, but the ubuntu
automatic build machines had this problem, where they seem to have interpreted
the '#' in the C# directory as the beginning of a shell comment (see the URL
field for the full build log).  I added quoting to the commands in the makefile
(will attach patch), and now all is well.

-
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]



[framework-issues] [Issue 43560] Build failure: Missing stdio.h include in jvmfwk.cxx

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


User haggai changed the following:

  What|Old value |New value

   Attachment is patch|  |Created an attachment
  |  |(id=23041) Add stdio.h
  |  |include





--- Additional comments from [EMAIL PROTECTED] Fri Feb 25 13:13:09 -0800 
2005 ---
Created an attachment (id=23041)
Add stdio.h include


-
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]



[framework-issues] [Issue 43560] New - Build failure: Missing stdio.h include in jvmfwk.cxx

2005-02-25 Thread haggai
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=43560
  Issue #:|43560
  Summary:|Build failure: Missing stdio.h include in jvmfwk.cxx
Component:|framework
  Version:|680m81
 Platform:|PowerPC
  URL:|http://people.ubuntu.com/~lamont/buildLogs/o/openoffi
  |ce.org2/1.9.76-0ubuntu2/openoffice.org2_1.9.76-
  |0ubuntu2_20050216-1039-powerpc-failed
   OS/Version:|Linux
   Status:|NEW
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|code
  Assigned to:|tm
  Reported by:|haggai





--- Additional comments from [EMAIL PROTECTED] Fri Feb 25 13:12:03 -0800 
2005 ---
Making: ../../../unxlngppc.pro/slo/jvmfwk.obj
g++ -fsigned-char -fmessage-length=0 -c -I. 
-I../../../unxlngppc.pro/inc/migrationoo2.uno -I../inc -I../../../inc -I../../..
/unx/inc -I../../../unxlngppc.pro/inc -I.
-I/build/buildd/openoffice.org2-1.9.76/ooo-build/build/src680-m76/solver/680/unxlng
ppc.pro/inc/stl
-I/build/buildd/openoffice.org2-1.9.76/ooo-build/build/src680-m76/solver/680/unxlngppc.pro/inc/external
-I/bu
ild/buildd/openoffice.org2-1.9.76/ooo-build/build/src680-m76/solver/680/unxlngppc.pro/inc
-I/build/buildd/openoffice.org2-1.9
.76/ooo-build/build/src680-m76/solenv/unxlngppc/inc
-I/build/buildd/openoffice.org2-1.9.76/ooo-build/build/src680-m76/solenv/
inc -I/build/buildd/openoffice.org2-1.9.76/ooo-build/build/src680-m76/res
-I/build/buildd/openoffice.org2-1.9.76/ooo-build/bu
ild/src680-m76/solver/680/unxlngppc.pro/inc/stl
-I/build/buildd/openoffice.org2-1.9.76/ooo-build/build/src680-m76/solenv/inc/
Xp31 -INO_JAVA_HOME/include -INO_JAVA_HOME/include/linux
-INO_JAVA_HOME/include/native_threads/include -I/usr/X11R6/include
   -I. -I../../../res -I. -O2 -fno-strict-aliasing   -fsigned-char -pipe -frtti
-Wno-ctor-dtor-privacy -fexceptions -fno-enfo
rce-eh-specs   -fPIC -DLINUX -DUNX -DVCL -DGCC -DC300 -DPOWERPC
-DGXX_INCLUDE_PATH=/usr/include/c++/3.3 -DCVER=C300 -D_USE_NA
MESPACE  -DGLIBC=2 -D_PTHREADS -D_REENTRANT -DNEW_SOLAR -D_USE_NAMESPACE=1
-DSTLPORT_VERSION=400 -DPOWERPC -DPPC -D__DMAKE -D
UNIX -DCPPU_ENV=gcc3 -DSUPD=680 -DPRODUCT -DNDEBUG -DPRODUCT_FULL
-DOSL_DEBUG_LEVEL=0 -DOPTIMIZE -DEXCEPTIONS_ON -DCUI -DSRC6
80   -DSHAREDLIB -D_DLL_  -DMULTITHREAD  -o ../../../unxlngppc.pro/slo/jvmfwk.o
/build/buildd/openoffice.org2-1.9.76/ooo-buil
d/build/src680-m76/desktop/source/migration/services/jvmfwk.cxx
/build/buildd/openoffice.org2-1.9.76/ooo-build/build/src680-m76/desktop/source/migration/services/jvmfwk.cxx:
In member funct
ion `void migration::JavaMigration::migrateJavarc()':
/build/buildd/openoffice.org2-1.9.76/ooo-build/build/src680-m76/desktop/source/migration/services/jvmfwk.cxx:381:
error: `std
err' undeclared (first use this function)
/build/buildd/openoffice.org2-1.9.76/ooo-build/build/src680-m76/desktop/source/migration/services/jvmfwk.cxx:381:
error: (Eac
h undeclared identifier is reported only once for each function it appears in.)
/build/buildd/openoffice.org2-1.9.76/ooo-build/build/src680-m76/desktop/source/migration/services/jvmfwk.cxx:381:
error: `fpr
intf' undeclared (first use this function)
dmake:  Error code 1, while making '../../../unxlngppc.pro/slo/jvmfwk.obj'
'---* tg_merge.mk *---'

ERROR: Error 65280 occurred while making
/build/buildd/openoffice.org2-1.9.76/ooo-build/build/src680-m76/desktop/source/migra
tion/services

-
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]



[porting-issues] [Issue 39655] backtrace feature broken in 680

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





--- Additional comments from [EMAIL PROTECTED] Tue Feb 22 15:20:38 -0800 
2005 ---
sparcmoz: ok, thanks for making me aware of this fix

-
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]



[porting-issues] [Issue 39655] backtrace feature broken in 680

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





--- Additional comments from [EMAIL PROTECTED] Tue Feb 22 07:13:11 -0800 
2005 ---
We had turned off the crash reporting tool because the reports were sent to
openoffice.org and we had no access to them.  If people report crash bugs I
usually ask them to copy and paste the stack trace on the console output, since
that provides me with most information I need.

-
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]



[gsl-issues] [Issue 41225] hack to theme WM icon ...

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





--- Additional comments from [EMAIL PROTECTED] Tue Feb 15 09:09:45 -0800 
2005 ---
The patch uses stderr and fprintf without including stdio.h in syswin.cxx, which
breaks the build on Debian/ppc.  See issue 42845 for details.

-
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]



[gsl-issues] [Issue 42845] [powerpc] build failure: stderr/fprintf undeclared

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


User haggai changed the following:

  What|Old value |New value

Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Tue Feb 15 09:06:28 -0800 
2005 ---
Arrgh you're right, the patch in #i41225 is applied and that has the problem,
thank you and sorry for wasting your time.


-
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]



[gsl-issues] [Issue 42845] [powerpc] build failure: stderr/fprintf undeclared

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


User haggai changed the following:

  What|Old value |New value

   Attachment is patch|  |Created an attachment
  |  |(id=22665) Add stdio
  |  |#include





--- Additional comments from [EMAIL PROTECTED] Tue Feb 15 07:28:08 -0800 
2005 ---
Created an attachment (id=22665)
Add stdio #include


-
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]



[gsl-issues] [Issue 42845] New - [powerpc] build failure: stderr/fprintf undeclared

2005-02-15 Thread haggai
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42845
  Issue #:|42845
  Summary:|[powerpc] build failure: stderr/fprintf undeclared
Component:|gsl
  Version:|680m77
 Platform:|PowerPC
  URL:|http://people.ubuntu.com/~lamont/buildLogs/o/openoffi
  |ce.org2/1.9.76-0ubuntu1/openoffice.org2_1.9.76-
  |0ubuntu1_20050214-1038-powerpc-failed
   OS/Version:|Linux
   Status:|NEW
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P2
 Subcomponent:|code
  Assigned to:|cp
  Reported by:|haggai





--- Additional comments from [EMAIL PROTECTED] Tue Feb 15 07:27:18 -0800 
2005 ---
Making: ../../unxlngppc.pro/slo/syswin.obj
g++ -fsigned-char -fmessage-length=0 -c -I.  -I. -I../inc -I../../inc
-I../../unx/inc -I../../unxlngppc.pro/inc -I.
-I/build/buildd/openoffice.org2-1.9.76/ooo-build/build/src680-m76/solver/680/unxlngppc.pro/inc/stl
-I/build/buildd/openoffice.org2-1.9.76/ooo-build/build/src680-m76/solver/680/unxlngppc.pro/inc/external
-I/build/buildd/openoffice.org2-1.9.76/ooo-build/build/src680-m76/solver/680/unxlngppc.pro/inc
-I/build/buildd/openoffice.org2-1.9.76/ooo-build/build/src680-m76/solenv/unxlngppc/inc
-I/build/buildd/openoffice.org2-1.9.76/ooo-build/build/src680-m76/solenv/inc
-I/build/buildd/openoffice.org2-1.9.76/ooo-build/build/src680-m76/res
-I/build/buildd/openoffice.org2-1.9.76/ooo-build/build/src680-m76/solver/680/unxlngppc.pro/inc/stl
-I/build/buildd/openoffice.org2-1.9.76/ooo-build/build/src680-m76/solenv/inc/Xp31
-INO_JAVA_HOME/include -INO_JAVA_HOME/include/linux
-INO_JAVA_HOME/include/native_threads/include -I/usr/X11R6/include -I.
-I../../res -I. -O2 -fno-strict-aliasing   -fsigned-char -pipe -frtti
-Wno-ctor-dtor-privacy -fexceptions -fno-enforce-eh-specs   -fPIC -DLINUX -DUNX
-DVCL -DGCC -DC300 -DPOWERPC -DGXX_INCLUDE_PATH=/usr/include/c++/3.3 -DCVER=C300
-D_USE_NAMESPACE  -DGLIBC=2 -D_PTHREADS -D_REENTRANT -DNEW_SOLAR
-D_USE_NAMESPACE=1 -DSTLPORT_VERSION=400 -DPOWERPC -DPPC -D__DMAKE -DUNIX
-DCPPU_ENV=gcc3 -DSUPD=680 -DPRODUCT -DNDEBUG -DPRODUCT_FULL -DOSL_DEBUG_LEVEL=0
-DOPTIMIZE -DEXCEPTIONS_ON -DCUI -DSRC680 -DUSE_BUILTIN_RASTERIZER 
-DVCL_DLLIMPLEMENTATION -DSHAREDLIB -D_DLL_  -DMULTITHREAD  -o
../../unxlngppc.pro/slo/syswin.o
/build/buildd/openoffice.org2-1.9.76/ooo-build/build/src680-m76/vcl/source/window/syswin.cxx
/build/buildd/openoffice.org2-1.9.76/ooo-build/build/src680-m76/vcl/source/window/syswin.cxx:
In member function `void SystemWindow::SetIcon(_STL::list >)':
/build/buildd/openoffice.org2-1.9.76/ooo-build/build/src680-m76/vcl/source/window/syswin.cxx:374:
error: `stderr' undeclared (first use this function)
/build/buildd/openoffice.org2-1.9.76/ooo-build/build/src680-m76/vcl/source/window/syswin.cxx:374:
error: (Each undeclared identifier is reported only once for each function it
appears in.)
/build/buildd/openoffice.org2-1.9.76/ooo-build/build/src680-m76/vcl/source/window/syswin.cxx:374:
error: `fprintf' undeclared (first use this function)
dmake:  Error code 1, while making '../../unxlngppc.pro/slo/syswin.obj'

-
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]



[installation-issues] [Issue 42535] postinst/rm script errors on Debian

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





--- Additional comments from [EMAIL PROTECTED] Fri Feb 11 08:05:59 -0800 
2005 ---
haggai->of: instsetoo_native/inc_openoffice/unix/shellscripts_root.txt:if [ -h
$$PRODUCTINSTALLLOCATION/PRODUCTDIRECTORYNAME/program/libfreetype.so.6 -a
$$LASTUNINSTALL -eq 1 ]

haggai->is: I did use epm.  I created the packages by running

cd instsetoo_native
FORMAT="-format deb" build.pl


-
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]



[installation-issues] [Issue 42535] New - postinst/rm script errors on Debian

2005-02-11 Thread haggai
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42535
  Issue #:|42535
  Summary:|postinst/rm script errors on Debian
Component:|Installation
  Version:|680m77
 Platform:|PC
  URL:|
   OS/Version:|Linux
   Status:|NEW
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P2
 Subcomponent:|code
  Assigned to:|of
  Reported by:|haggai





--- Additional comments from [EMAIL PROTECTED] Fri Feb 11 04:48:45 -0800 
2005 ---
Unpacking replacement openofficeorg-core01 ...
/var/lib/dpkg/info/openofficeorg-core01.postrm: line 37: [: 29643LASTUNINSTALL:
integer expression expected

The offending line is:

if [ -h /opt/openoffice.org1.9.77/program/libfreetype.so.6 -a $$LASTUNINSTALL
-eq 1 ]

The problem seems to be that all variables are preceeded by '$$' instead of '$',
which is not the right sh syntax ($$ expands to the running process).  It is the
same in postrm too.

-
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]



[installation-issues] [Issue 42532] New - File conflict: stt680en-US.res in -core08 and -testtool

2005-02-11 Thread haggai
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42532
  Issue #:|42532
  Summary:|File conflict: stt680en-US.res in -core08 and -
  |testtool
Component:|Installation
  Version:|680m77
 Platform:|PC
  URL:|
   OS/Version:|All
   Status:|NEW
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P2
 Subcomponent:|code
  Assigned to:|of
  Reported by:|haggai





--- Additional comments from [EMAIL PROTECTED] Fri Feb 11 04:38:57 -0800 
2005 ---
dpkg: error processing
/oo/mirror/test/ooo1.9-java/./openofficeorg-core08-1.9.77-linux-2.6-intel.deb
(--unpack):
 trying to overwrite
`/opt/openoffice.org1.9.77/program/resource/stt680en-US.res', which is also in
package openofficeorg-testtool

-
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]



[installation-issues] [Issue 42531] New - File conflict: libswui680li.so in -core05 and -writer

2005-02-11 Thread haggai
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42531
  Issue #:|42531
  Summary:|File conflict: libswui680li.so in -core05 and -writer
Component:|Installation
  Version:|680m77
 Platform:|PC
  URL:|
   OS/Version:|All
   Status:|NEW
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P2
 Subcomponent:|code
  Assigned to:|of
  Reported by:|haggai





--- Additional comments from [EMAIL PROTECTED] Fri Feb 11 04:37:27 -0800 
2005 ---
Unpacking openofficeorg-core05 (from
.../openofficeorg-core05-1.9.77-linux-2.6-intel.deb) ...
dpkg: error processing
/oo/mirror/test/ooo1.9-java/./openofficeorg-core05-1.9.77-linux-2.6-intel.deb
(--unpack):
 trying to overwrite `/opt/openoffice.org1.9.77/program/libswui680li.so', which
is also in package openofficeorg-writer

-
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]



[installation-issues] [Issue 42530] Incorrect %requires for new core packages

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


User haggai changed the following:

  What|Old value |New value

   Attachment is patch|  |Created an attachment
  |  |(id=22454) Add depends to
  |  |other core packages





--- Additional comments from [EMAIL PROTECTED] Fri Feb 11 04:34:40 -0800 
2005 ---
Created an attachment (id=22454)
Add depends to other core packages


-
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]



[installation-issues] [Issue 42530] New - Incorrect %requires for new core packages

2005-02-11 Thread haggai
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42530
  Issue #:|42530
  Summary:|Incorrect %requires for new core packages
Component:|Installation
  Version:|680m77
 Platform:|PC
  URL:|
   OS/Version:|All
   Status:|NEW
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P2
 Subcomponent:|code
  Assigned to:|of
  Reported by:|haggai





--- Additional comments from [EMAIL PROTECTED] Fri Feb 11 04:34:18 -0800 
2005 ---
Installing component packages e.g. writer does not pull in all core01-8
packages, and the resulting install does not work.

I've made a patch that makes core01 depend on all other core packages.

-
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]



[installation-issues] [Issue 42298] unable to install under Debian Sarge

2005-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=42298





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 03:38:01 -0800 
2005 ---
Whatever happens, whether it be a documentation author or .debs, it still needs
a certain time commitment to implement, and I don't think Sun is prepared to
fund that.  Which means someone has to step up to do it.  Are you willing to
help out?

There are no m76 debs yet because it stops mid-build.  I'm working on the 
breakages.

-
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]



[installation-issues] [Issue 42298] unable to install under Debian Sarge

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





--- Additional comments from [EMAIL PROTECTED] Wed Feb  9 04:57:02 -0800 
2005 ---
> 1, I must find a howto on web. Every polite program does ship with all
> documentation needed to install, and often to use too.

Don't forget we are still talking about a prerelease version; documentation is
not yet completely updated.

The main problem for offical OOo .debs is that no-one has funded their
development.  Sun is funding rpm development, which is why they are much more
advanced.  Debian is a project not a company, and I work on the .debs in my
spare time.  I have received some funding from Canonical for Ubuntu, but there
is extra work involved in making the unpatched .debs.

Anyway, to cut a long story short here are the .debs you are looking for:

http://people.debian.org/~halls/openoffice/test/ooo1.9-java/README

I'm not paid for these and do not have enough spare time to fix build problems
in every milestone, so bear with me that they are not yet the latest milestone,
thanks.


-
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]



[porting-issues] [Issue 42307] New - Upload access for Debian packages

2005-02-09 Thread haggai
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42307
  Issue #:|42307
  Summary:|Upload access for Debian packages
Component:|porting
  Version:|680m77
 Platform:|PC
  URL:|http://people.debian.org/~halls/openoffice/test/ooo1.
  |9-java/README
   OS/Version:|Linux
   Status:|NEW
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|TASK
 Priority:|P3
 Subcomponent:|www
  Assigned to:|mh
  Reported by:|haggai





--- Additional comments from [EMAIL PROTECTED] Wed Feb  9 01:54:51 -0800 
2005 ---
I'm producing i386 .debs of the 680 milestones.  They are currently available
from here:

http://people.debian.org/~halls/openoffice/test/ooo1.9-java

How about making them available on the OOo mirrors too?  They are unpatched
(except for fixes to make them build), and yes, built with non-free Java too ;)

-
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]



  1   2   >