[graphics-issues] [Issue 53314] New - Shortcuts for presen tation mode

2005-08-15 Thread jtanker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53314
  Issue #:|53314
  Summary:|Shortcuts for presentation mode
Component:|Presentation
  Version:|OOo 1.1.4
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|FEATURE
 Priority:|P3
 Subcomponent:|viewing
  Assigned to:|wg
  Reported by:|jtanker





--- Additional comments from [EMAIL PROTECTED] Sun Aug 14 23:21:11 -0700 
2005 ---
I bought a new presenter. This presenter supports a powerpoint mode to control a
presentation.

I tried to use this mode to control an openoffice-presentation. Whenever I
pressed the next-button the presentation jumped to next slide and not next
animation.

In the manual I read that N has different meanings in powerpoint and
openoffice. So I guess thats the problem. The presenter sends N which is next
slide in openoffice.

So I want to suggest an option like powerpoint-mode for presentation.

I also tried to change function of N, but I didn't found the right dialog to
do this.

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



[ui-issues] [Issue 52823] Selection of character si ze with mousewheel has wrong result

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


User rainerbielefeld changed the following:

  What|Old value |New value

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW

   Summary|Diagram text properties   |Selection of character
  |(font size)   |size with mousewheel has
  |  |wrong result





--- Additional comments from [EMAIL PROTECTED] Sun Aug 14 23:26:00 -0700 
2005 ---
Yes, arter the last report I was able to reproduce the bug with I checked with
2.0 (1.9.m122) German version WIN 98SE: [680m122(Build8941)], ATI  READON 9600
and Mouse A4Tech PS/2 double wheel WOP-35 driver version 7.42.0.0.

The problem is no special chart problem, it is visible in any character size
adjustment menu.

Steps to reproduce:

1. open new text document with 680m122
2. Type some text xyz
3. mark text
4. Menu: Format - character - font (you will see Size 12 or something like that)
5. mouseclick on actual character size 
6. Move mousewheel to max character size (96)
7. one mouseclick on 96 (nothing unusual, first attempt always works fine)
8. Move mousewheel to other direciton until minimum character size (6)
8. one mouse click
   expected: 6 should be shown as currently selected font size
   actual: 60 or some other bigger character size will be shown. If you try 
   further changes in the same way you will mostly fail to select the 
   character size you wanted, you  can't even be sure to do the 
   change to the correct direction (want to decrease character size, but
   in fact you increase.
   

Also visible with 2.0 (1.9.m113) German version WIN XP: [680m113(Build8930)] and
  2.0 (1.9.m118) English version WIN XP: [680m118(Build8936)].

No problem with 1.1.4 (German) WIN XP: [645m52 (Build 8824)] 

-
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 53271] using system portaudio on Mac OS X

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





--- Additional comments from [EMAIL PROTECTED] Sun Aug 14 23:31:08 -0700 
2005 ---
I should have written this error..
Configure fails at AC_CHECK_LIB(portaudio, Pa_Initialize) as following:

  (cd config_office  PKG_CONFIG_PATH=/sw/lib/freetype219/lib/pkgconfig/
./configure --prefix=/sw
  --with-package-format=portable \
  --with-x --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib \
  --with-jdk-home=/Library/Java/Home --with-ant-home=/sw/lib/ant \
  --disable-gtk --disable-crashdump \
  --enable-pasf \
  --with-build-version=1.9m123-11; Built with Fink 
http://fink.sourceforge.net \
  --with-system-stdlibs \
  --with-system-zlib \
  --with-system-jpeg \
  --with-system-expat \
  --with-system-freetype \
  --with-system-libxml \
  --with-system-db \
  --with-db-jar=/sw/share/java/db42-ssl-java/db.jar \
  --with-system-sablot \
  --with-system-odbc-headers \
  --with-system-sane-header \
  --with-system-xrender-headers \
  --with-system-curl \
  --with-system-sndfile \
  --with-system-portaudio \
  --with-system-neon \
  --with-system-mozilla)
:
:
checking whether to enable portaudio/sndfile support... yes
checking which sndfile to use... external
checking sndfile.h usability... yes
checking sndfile.h presence... yes
checking for sndfile.h... yes
checking for sf_open in -lsndfile... yes
checking which portaudio to use... external
checking portaudio.h usability... yes
checking portaudio.h presence... yes
checking for portaudio.h... yes
checking for Pa_Initialize in -lportaudio... no
configure: error: portaudio library not found or functional


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



[ui-issues] [Issue 52823] Selection of character si ze with mousewheel has wrong result

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





--- Additional comments from [EMAIL PROTECTED] Sun Aug 14 23:30:40 -0700 
2005 ---
Also reproducible with 2.0 (1.9.m122) German version WIN 98SE:
[680m122(Build8941)] and 1 wheel mouse A4Tech SWW-53 

-
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 53312] Mac OS X: build broken at moz project with Tiger + Xcode 2.1

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


User asari changed the following:

  What|Old value |New value

   Attachment is patch|  |Created an attachment
  |  |(id=28770) Patch from The
  |  |Fink Team (GPL) to fix
  |  |#53312





--- Additional comments from [EMAIL PROTECTED] Sun Aug 14 23:38:30 -0700 
2005 ---
Created an attachment (id=28770)
Patch from The Fink Team (GPL) to fix #53312


-
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 53315] New - pyuno project : incl ude uno.py in the sys.path

2005-08-15 Thread maho
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53315
  Issue #:|53315
  Summary:|pyuno project : include uno.py in the sys.path
Component:|porting
  Version:|680m123
 Platform:|Other
  URL:|
   OS/Version:|FreeBSD
   Status:|NEW
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|ENHANCEMENT
 Priority:|P3
 Subcomponent:|code
  Assigned to:|mh
  Reported by:|maho





--- Additional comments from [EMAIL PROTECTED] Sun Aug 14 23:39:56 -0700 
2005 ---
if i type
% cd /work/ports/editors/openoffice-2.0-devel/work/pyuno/
% source ../FreeBSDEnv.sh
% cd demo
% python hello_world_comp.py
Traceback (most recent call last):
  File hello_world_comp.py, line 1, in ?
import uno
ImportError: No module named uno
% pwd ; find . -name uno.py
/work/ports/editors/openoffice-2.0-devel/work/pyuno
./source/module/uno.py
./unxfbsd.pro/lib/uno.py

here are uno.py and deliver'ed like:
COPY: ../unxfbsd.pro/lib/uno.py -
/work/ports/editors/openoffice-2.0-devel/work/solver/680/unxfbsd.pro/lib/pyuno/uno.py

so i think this is  reasonable to apply following patch, namely adding 
/work/ports/editors/openoffice-2.0-devel/work/solver/680/unxfbsd.pro/lib/pyuno
in sys.path as well.

fails.
% which python
/work/ports/editors/openoffice-2.0-devel/work/solver/680/unxfbsd.pro/bin/python
and
% python
Python 2.3.4 (#1, Jun 20 2005, 13:48:59)
[GCC 3.4.1 [FreeBSD]] on freebsd5
Type help, copyright, credits or license for more information.
 import sys
 sys.path
['', '/work/ports/editors/openoffice-2.0-devel/work/pyuno/demo',
'/work/ports/editors/openoffice-2.0-devel/work/solver/680/unxfbsd.pro/lib',
'/work/ports/editors/openoffice-2.0-devel/work/solver/680/unxfbsd.pro/lib/python',
'/work/ports/editors/openoffice-2.0-devel/work/solver/680/unxfbsd.pro/lib/python/lib-dynload',
'/work/ports/editors/openoffice-2.0-devel/work/solver/680/unxfbsd.pro/lib/python23.zip',
'/work/ports/editors/openoffice-2.0-devel/work/solver/680/unxfbsd.pro/lib/python2.3',
'/work/ports/editors/openoffice-2.0-devel/work/solver/680/unxfbsd.pro/lib/python2.3/plat-freebsd5',
'/work/ports/editors/openoffice-2.0-devel/work/solver/680/unxfbsd.pro/lib/python2.3/lib-tk',
'/work/ports/editors/openoffice-2.0-devel/work/solver/680/unxfbsd.pro/lib/python2.3/lib-dynload']

this is because there is no uno.py in this sys.path.
so i think this is  reasonable to apply following patch, namely adding 
/work/ports/editors/openoffice-2.0-devel/work/solver/680/unxfbsd.pro/lib/pyuno
in sys.path 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: [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 53315] pyuno project : include u no.py in the sys.path

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


User maho changed the following:

  What|Old value |New value

   Attachment is patch|  |Created an attachment
  |  |(id=28771) adding
  |  |solver/680/unxfbsd.pro/lib
  |  |/pyuno in sys.path. patch
  |  |to
  |  |config_office/set_soenv.in





--- Additional comments from [EMAIL PROTECTED] Sun Aug 14 23:40:33 -0700 
2005 ---
Created an attachment (id=28771)
adding solver/680/unxfbsd.pro/lib/pyuno in sys.path. patch to 
config_office/set_soenv.in


-
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 53315] pyuno project : include u no.py in the sys.path

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





--- Additional comments from [EMAIL PROTECTED] Sun Aug 14 23:42:04 -0700 
2005 ---
opps, please ignore last part...
this is different 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]



[framework-issues] [Issue 53308] OOo Mozilla Plugin doesn' t start

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


User mru changed the following:

  What|Old value |New value

   Assigned to|mru   |tm

 Component|Word processor|framework

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

  Subcomponent|code  |ui





--- Additional comments from [EMAIL PROTECTED] Sun Aug 14 23:43:20 -0700 
2005 ---
Framework 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]



[sw-issues] [Issue 53308] OOo Mozilla Plugin doesn' t start

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


User mru changed the following:

  What|Old value |New value

   Assigned to|mru   |tm

 Component|Word processor|framework

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

  Subcomponent|code  |ui





--- Additional comments from [EMAIL PROTECTED] Sun Aug 14 23:43:20 -0700 
2005 ---
Framework 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]



[sw-issues] [Issue 22174] Export to html layout pro blem: right, center alignment lost.

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





--- Additional comments from [EMAIL PROTECTED] Sun Aug 14 23:45:32 -0700 
2005 ---
Hi Michael Brauer, this issue and issue 22176  exist since 2003, please 
consider a target maybe 2.01 ? 
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]



[sw-issues] [Issue 53292] File/Open with file type All Files gives Read error

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


User mru changed the following:

  What|Old value |New value

   Assigned to|mru   |tm

 Component|Word processor|framework

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

  Subcomponent|open-import   |ui





--- Additional comments from [EMAIL PROTECTED] Sun Aug 14 23:47:17 -0700 
2005 ---
Framework 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]



[framework-issues] [Issue 53292] File/Open with file type All Files gives Read error

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


User mru changed the following:

  What|Old value |New value

   Assigned to|mru   |tm

 Component|Word processor|framework

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

  Subcomponent|open-import   |ui





--- Additional comments from [EMAIL PROTECTED] Sun Aug 14 23:47:17 -0700 
2005 ---
Framework 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]



[graphics-issues] [Issue 53314] Shortcuts for presentatio n mode

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


User wg changed the following:

  What|Old value |New value

   Assigned to|wg|requirements





--- Additional comments from [EMAIL PROTECTED] Sun Aug 14 23:57:03 -0700 
2005 ---
Reassigned.

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

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


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



[sw-issues] [Issue 53279] bookmark text is not upda ted on cross-references

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


User mru changed the following:

  What|Old value |New value

   Assigned to|mru   |es





--- Additional comments from [EMAIL PROTECTED] Sun Aug 14 23:57:42 -0700 
2005 ---
Reassigned to ES.

-
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 53311] font overlap when viewing tables inserted into Impress

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


User wg changed the following:

  What|Old value |New value

   Assigned to|wg|cgu

   Summary|font overlap when viewing |font overlap when viewing
  |tables inserted into  |tables inserted into
  |Impress   |Impress





--- Additional comments from [EMAIL PROTECTED] Sun Aug 14 23:58:27 -0700 
2005 ---
Reassigned. I think this is already duplicate but I could not find the exact ID.
Please have a 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: [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 53273] Unable to print odd and e ven pages separately

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





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 00:00:50 -0700 
2005 ---
MRU-HI: please comment n this. 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]



[graphics-issues] [Issue 53307] Request new Alignment opt ion: touching

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


User wg changed the following:

  What|Old value |New value

   Assigned to|wg|requirements





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 00:04:04 -0700 
2005 ---
Reassigned.

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

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


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



[graphics-issues] [Issue 53301] OOo2.0 (1.9.177) Filed t o insert movie and music via Insert/Muvie and Sound

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


User wg changed the following:

  What|Old value |New value

Status|UNCONFIRMED   |RESOLVED

Resolution|  |WORKSFORME





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 00:06:21 -0700 
2005 ---
Under Linux/Unix you need to have the JMF (Java Media Framework) installed and
properly  setup. But even if you have there are not much fileformats that can be
handled, mostly avi.

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



[dba-issues] [Issue 53078] [TCM] 110013 Too many too lbars

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





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 00:06:42 -0700 
2005 ---
Mechthilde, while TCM looks like an interesting tool, I have to agree to Rainer
that your current descriptions lack reproducibility - for those of us *not*
working with TCM on a daily basis. Not to mention that without login, one cannot
access the test cases. And honestly, I am not really eager to create a second
OpenOffice.org-related login for reproducing bugs ...

So, I have to second Rainer: Please describe the bug in a clear and
comprehensible way.

-
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 53267] After adding an image und er Writer's HTML Editor, the center justify fu nction is disabled.

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


User mru changed the following:

  What|Old value |New value

Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 00:08:27 -0700 
2005 ---
closed.

-
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 53312] Mac OS X: build broken at moz project with Tiger + Xcode 2.1

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





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 00:09:31 -0700 
2005 ---
asari:
please clear the legal bits:
o we cannot apply patches under the GPL but LGPL/SISSL
o Has The Fink Team signed JCA?
otherwise it is impossible to apply your 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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



[dba-issues] [Issue 53282] form as table view seem s to have arbitrary and illogical column order

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


User fs changed the following:

  What|Old value |New value

   Assigned to|dbaneedsconfirm   |fs

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW

   Summary|Datasource view of form   |form as table view seems
  |connected table not   |to have arbitrary and
  |influencable regarding the|illogical column order
  |column order  |

  Target milestone|---   |OOo Later





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 00:12:10 -0700 
2005 ---
changing summary from
  Datasource view of form connected table not influencable regarding the column
order
to
  form as table view seems to have unchangeable,  arbitrary and illogical
column order

(Helge, if this doesn't completely meet the problem you mean, we have to change
again :)

Yes, in fact the order is taken from the logical order of controls within
their form (see the form navigator), which usually is the order in which the
fields were created.

And no, there won't be any fix for this in OOo 2.0, sorry, but in the current
phase (near the release), it's simply not important enough anymore.

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



[dba-issues] [Issue 53310] Base Table design: Shift- space selects entire table column

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





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 00:16:20 -0700 
2005 ---
This behaviour is by design. Product Accessibility requires that any
functionality is available by keyboard, thus you need a shortcut for selecting a
column. 
Shift-Space (which is also documented in the online-help) was considered
appropriate for this purpose. There's already an issue somewhere saying that
this is unfortunate, since it hinders you while entering mixed-case data.

This issue here would be a duplicate, but I don't have the issue number at hand 
...

-
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 53266] 1.9.122 drawing import tr uncation

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


User wg changed the following:

  What|Old value |New value

Status|UNCONFIRMED   |RESOLVED

Resolution|  |WORKSFORME





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 00:26:55 -0700 
2005 ---
Sorry, could not reproduce this. Please add a detailed description: are you
copying and pasting or how do you import? Can you attach a writer or impress
file with the truncated import and a screenshot? Thanks in advance.

-
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 8917] Rename all f__ files 'sf.. .'

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


User of changed the following:

  What|Old value |New value

Status|CLOSED|REOPENED

Resolution|WONTFIX   |





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 00:29:24 -0700 
2005 ---
Won't be fixed, for OOo 2.0 we have cab f.iles

-
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 8917] Rename all f__ files 'sf.. .'

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


User of changed the following:

  What|Old value |New value

Status|REOPENED  |RESOLVED

Resolution|  |WONTFIX





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 00:30:12 -0700 
2005 ---
Sorry for the trouble.

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



[dba-issues] [Issue 53282] form as table view seem s to have arbitrary and illogical column order

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





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 00:30:24 -0700 
2005 ---
Hi Frank,

your new description meets the problem very good. 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: [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 8917] Rename all f__ files 'sf.. .'

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


User of changed the following:

  What|Old value |New value

Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 00:31:04 -0700 
2005 ---
Closed 

-
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 19353] Hiding install files / ma ke setup more visible

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


User of changed the following:

  What|Old value |New value

Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 00:32:38 -0700 
2005 ---
For OOo 2.0 the setup has changed completly.

-
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 53298] Overlength formulas insid e a table crash writer app.

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


User mru changed the following:

  What|Old value |New value

Status|UNCONFIRMED   |RESOLVED

  Priority|P1|P2

Resolution|  |WORKSFORME





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 00:43:32 -0700 
2005 ---
I use the newest build 680m122 and I cannot reproduce the problem.
If you also use one of the newer builds, please attach a documnet to this issue,
where the problem can be reproduced. Feel free to reopen issue when you have
done so.
Thanks for supporting us!

-
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 53291] Set paper orientation to Landscape as default in Print options page vie w

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


User mru changed the following:

  What|Old value |New value

   Assigned to|mru   |hi





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 00:44:23 -0700 
2005 ---
Reassigned to HI.

-
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 53295] Structured view for long documents (Table of contents browser, folding or mapping)

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


User mru changed the following:

  What|Old value |New value

Status|RESOLVED  |UNCONFIRMED

Resolution|WORKSFORME|





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 00:54:49 -0700 
2005 ---
Reopened to reassign

-
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 53273] Unable to print odd and e ven pages separately

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


User hi changed the following:

  What|Old value |New value

Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 00:55:30 -0700 
2005 ---
Regina is right.

-
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 53295] Structured view for long documents (Table of contents browser, folding or mapping)

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


User mru changed the following:

  What|Old value |New value

   Assigned to|mru   |requirements

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 00:56:11 -0700 
2005 ---
Reassigned to requirements.

-
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 20357] Q-PCD GnomeIntegration-8: Deploy OpenOffice.org fonts in a system confo rming way

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


User obr changed the following:

  What|Old value |New value

Status|STARTED   |RESOLVED

Resolution|  |WONTFIX





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 01:00:01 -0700 
2005 ---
Needs to get re-considered later.

-
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 20357] Q-PCD GnomeIntegration-8: Deploy OpenOffice.org fonts in a system confo rming way

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


User obr changed the following:

  What|Old value |New value

Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 01:00:30 -0700 
2005 ---
Closing for now.

-
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 51170] ADD setBodytext to XSimpl eMailMessage

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


User obr changed the following:

  What|Old value |New value

Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 01:02:10 -0700 
2005 ---
Closing for now. Feel free to re-open this issue if you have use case that can't
be handled with the e-mail merge API.

-
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 47624] Exported RTL tables not r ead by Word 2000

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





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 01:05:30 -0700 
2005 ---
ayaniger - flr: 
I tried opening the problem document in Word 97 (Hebrew edition), and it was
imported correctly. It seems to be only in Word 2000. How might on go about
finding the quirk in that version of Word which causes the 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]



[sw-issues] [Issue 53213] WW8: unnumbered outline i gnored by import

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





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 01:06:22 -0700 
2005 ---
*** Issue 53255 has been marked as a duplicate of this 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]



[sw-issues] [Issue 53255] Headings in imported Micr osoft Word documents are not shown as headings in OOo Navigator

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


User mru changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |DUPLICATE





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 01:06:23 -0700 
2005 ---
Same problem as issue 53213.

*** This issue has been marked as a duplicate of 53213 ***

-
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 53255] Headings in imported Micr osoft Word documents are not shown as headings in OOo Navigator

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


User mru changed the following:

  What|Old value |New value

Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 01:07:00 -0700 
2005 ---
Closing duplicate.

-
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 53305] Numbering disapeared afte r I clicked on Down One Level

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


User mru changed the following:

  What|Old value |New value

Status|UNCONFIRMED   |RESOLVED

Resolution|  |WONTFIX





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 01:13:55 -0700 
2005 ---
This currently works as designed. If you click the numbering button for
paragraphs which are registered as Outline styles (see Tools.Outline numbering),
only the current level (Style) will be numbered. So if you move the one level
down in the outline, the paragraph style will not be numbered.
See spec Numbering / Bullets Part 1 on specs.openoffice.org (in Chapter 7.7).

-
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 53305] Numbering disapeared afte r I clicked on Down One Level

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


User mru changed the following:

  What|Old value |New value

Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 01:14:24 -0700 
2005 ---
Closed, this works as designed.

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



[ui-issues] [Issue 51308] DE: Impress: wrong string in contextmenu (Fanglinie instead of Führung slinie)

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


User thorstenziehm changed the following:

  What|Old value |New value

   Assigned to|timi_openoffice   |iano





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 01:25:10 -0700 
2005 ---
Please change the 'assigne to' back to iano, when the needed information is
given. I took this now.

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



[l10n-issues] [Issue 45112] de UI: need shorter trans lation for string Template name in Agenda Wi zard

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


User tv changed the following:

  What|Old value |New value

Status|RESOLVED  |REOPENED

Resolution|FIXED |





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 01:28:20 -0700 
2005 ---
TV-HI: Please verify

re-open issue and reassign to [EMAIL PROTECTED]

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



[l10n-issues] [Issue 45112] de UI: need shorter trans lation for string Template name in Agenda Wi zard

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


User tv changed the following:

  What|Old value |New value

   Assigned to|tv|hi

Status|REOPENED  |NEW





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 01:28:27 -0700 
2005 ---
reassign to [EMAIL PROTECTED]

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



[l10n-issues] [Issue 45112] de UI: need shorter trans lation for string Template name in Agenda Wi zard

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


User tv changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 01:28:32 -0700 
2005 ---
reset resolution to 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]



[sw-issues] [Issue 46506] Strings need more space i n Fax Wizard, step 3.

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


User tv changed the following:

  What|Old value |New value

Status|RESOLVED  |REOPENED

Resolution|FIXED |





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 01:29:57 -0700 
2005 ---
TV-SBA: Please verify

re-open issue and reassign to [EMAIL PROTECTED]

-
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 46506] Strings need more space i n Fax Wizard, step 3.

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


User tv changed the following:

  What|Old value |New value

   Assigned to|tv|sba

Status|REOPENED  |NEW





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 01:30:02 -0700 
2005 ---
reassign to [EMAIL PROTECTED]

-
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 46506] Strings need more space i n Fax Wizard, step 3.

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


User tv changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 01:30:13 -0700 
2005 ---
reset resolution to 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]



[sw-issues] [Issue 46508] Strings need more space i n Letter Wizard, step4.

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


User tv changed the following:

  What|Old value |New value

Status|RESOLVED  |REOPENED

Resolution|FIXED |





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 01:30:29 -0700 
2005 ---
TV-SBA: Please verify

re-open issue and reassign to [EMAIL PROTECTED]

-
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 46508] Strings need more space i n Letter Wizard, step4.

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


User tv changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 01:30:40 -0700 
2005 ---
reset resolution to 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]



[sw-issues] [Issue 46508] Strings need more space i n Letter Wizard, step4.

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


User tv changed the following:

  What|Old value |New value

   Assigned to|tv|sba

Status|REOPENED  |NEW





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 01:30:34 -0700 
2005 ---
reassign to [EMAIL PROTECTED]

-
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 48610] wizards: the wizards don' t appear to check all the components of the te mplate search path for their requirements

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


User tv changed the following:

  What|Old value |New value

Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 01:31:39 -0700 
2005 ---
TV: Developer Task. Verified by myself.

-
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 48944] Letter Wizard needs to su pport new languages without code change

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


User tv changed the following:

  What|Old value |New value

Status|RESOLVED  |REOPENED

Resolution|FIXED |





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 01:32:48 -0700 
2005 ---
TV-HI: Please verify. The wizard now should only display languages that have
corresponding templates installed.

re-open issue and reassign to [EMAIL PROTECTED]

-
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 48944] Letter Wizard needs to su pport new languages without code change

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


User tv changed the following:

  What|Old value |New value

   Assigned to|tv|hi

Status|REOPENED  |NEW





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 01:32:54 -0700 
2005 ---
reassign to [EMAIL PROTECTED]

-
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 48944] Letter Wizard needs to su pport new languages without code change

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


User tv changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 01:32:59 -0700 
2005 ---
reset resolution to 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]



[sw-issues] [Issue 49215] Wizard-docs should be sav ed by default to the path, whitch is set on To ols-Options-Path

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


User tv changed the following:

  What|Old value |New value

Status|RESOLVED  |REOPENED

Resolution|FIXED |





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 01:33:25 -0700 
2005 ---
TV-HI: Please verify

re-open issue and reassign to [EMAIL PROTECTED]

-
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 49215] Wizard-docs should be sav ed by default to the path, whitch is set on To ols-Options-Path

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


User tv changed the following:

  What|Old value |New value

   Assigned to|tv|hi

Status|REOPENED  |NEW





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 01:33:36 -0700 
2005 ---
reassign to [EMAIL PROTECTED]

-
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 53213] WW8: unnumbered outline i gnored by import

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





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 01:33:37 -0700 
2005 ---
Issue 53255 really DUP, add. comments there might be useful.


-
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 49215] Wizard-docs should be sav ed by default to the path, whitch is set on To ols-Options-Path

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


User tv changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 01:33:43 -0700 
2005 ---
reset resolution to 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]



[l10n-issues] [Issue 48337] File - New - XML Form D ocument :: Missing XML in other translation!

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


User thorstenziehm changed the following:

  What|Old value |New value

   Assigned to|petr_dudacek  |iano





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 01:36:49 -0700 
2005 ---
I think Iano is the correct owner for this task.
= iano : please take a look into this task, if it still exists.

-
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 53312] Mac OS X: build broken at moz project with Tiger + Xcode 2.1

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





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 01:37:10 -0700 
2005 ---
 we cannot apply patches under the GPL but LGPL/SISSL
Yes, I know that. (That's why I wrote GPL explicitly.)
If I remember correctly, Fink community takes all its patches as distributed
under GPL (just like Fink itself).

 Has The Fink Team signed JCA?
See: http://www.openoffice.org/copyright/copyrightapproved.html

FYI, The maintainer of Fink's mozilla package is set to
fink-develATlistsDOTsourceforgeDOTnet.

-
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 53316] New - PropertySetMixin nee ds a possibillity to remove optional propertie s

2005-08-15 Thread oj
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53316
  Issue #:|53316
  Summary:|PropertySetMixin needs a possibillity to remove
  |optional properties
Component:|api
  Version:|OOo 2.0 Beta
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|NEW
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|code
  Assigned to:|sb
  Reported by:|oj





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 01:39:12 -0700 
2005 ---
Currently the XPropertySetInfo returns true for properties which are optional
and not supported by the derived class. To call getProperty... may be expensive
if the value is hard to compute.

-
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 53317] New - missing text when an imated

2005-08-15 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53317
  Issue #:|53317
  Summary:|missing text when animated
Component:|Presentation
  Version:|680m123
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|NEW
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|formatting
  Assigned to:|wg
  Reported by:|cmc





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 01:39:57 -0700 
2005 ---
1. Create a slide, have two headers and a number of sub headers beneath each
2. Add animation to the sub headers
3. Press F9 to view
  
Actual results:
The second static text vanishes

i.e. the attached document, should not the 2nd static text be visible ?

-
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 53317] missing text when animate d

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


User cmc changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=28772) sample
  |  |presentation





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 01:40:45 -0700 
2005 ---
Created an attachment (id=28772)
sample presentation


-
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 52967] FontOOo-wizards opens wit h french into-page instead of lanugage-selecti on

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


User mh changed the following:

  What|Old value |New value

Status|STARTED   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 01:41:51 -0700 
2005 ---
mark as 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]



[installation-issues] [Issue 52968] include current FontOOo a nd DicOOo Wizards in OOo 1.1.5

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



This issue depends on issue 52967, which changed state:

  What|Old value |New value

Status|STARTED   |RESOLVED

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



[installation-issues] [Issue 52968] include current FontOOo a nd DicOOo Wizards in OOo 1.1.5

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





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 01:42:25 -0700 
2005 ---
mark as 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]



[installation-issues] [Issue 52968] include current FontOOo a nd DicOOo Wizards in OOo 1.1.5

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


User mh changed the following:

  What|Old value |New value

Status|STARTED   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 01:42:49 -0700 
2005 ---
mark as 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]



[sw-issues] [Issue 48334] KO: [SS8] Insert-'Mnual Break' is different subject text between menu and window.

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


User thorstenziehm changed the following:

  What|Old value |New value

   Assigned to|jun_whang |iano

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 01:43:20 -0700 
2005 ---
Sent task back to iano.

-
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 48329] KO: [SS8] Text in 'Export ' window is not L10n'ed.

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


User thorstenziehm changed the following:

  What|Old value |New value

Status|UNCONFIRMED   |RESOLVED

Resolution|  |FIXED

  Target milestone|OOo 2.0.1 |OOo 2.0





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 01:45:01 -0700 
2005 ---
When this task is fixed on Solaris, the task is fixed generally. I changed the
state to fixed. If you really think it is fixed, please close this task. Thx.

-
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 52967] FontOOo-wizards opens wit h french into-page instead of lanugage-selecti on

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


User mh changed the following:

  What|Old value |New value

Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 01:45:10 -0700 
2005 ---
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]



[sw-issues] [Issue 48330] KO: [SS8] Text in 'Open' is not L10n'ed

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


User thorstenziehm changed the following:

  What|Old value |New value

Status|UNCONFIRMED   |RESOLVED

Resolution|  |FIXED

  Target milestone|OOo 2.0.1 |OOo 2.0





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 01:45:42 -0700 
2005 ---
When this task is fixed on Solaris, the task is fixed generally. I changed the
state to fixed. If you really think it is fixed, please close this task. Thx.

-
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 52968] include current FontOOo a nd DicOOo Wizards in OOo 1.1.5

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


User mh changed the following:

  What|Old value |New value

Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 01:47:01 -0700 
2005 ---
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]



[sw-issues] [Issue 48332] KO: [SS8] 'edit-Accept o r Reject' is different subject name betwwen me nu and window.

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


User thorstenziehm changed the following:

  What|Old value |New value

Status|UNCONFIRMED   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 01:47:14 -0700 
2005 ---
Hi jun_whang,

please check this task, it should be fixed in OOo2.0 timeline. If it isn't
please send back to iano with more information.

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]



[sw-issues] [Issue 48333] KO: [SS8] Edit-'Compare Document' is different subject text between me nu and window.

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


User thorstenziehm changed the following:

  What|Old value |New value

   Assigned to|jun_whang |iano





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 01:48:42 -0700 
2005 ---
Sent back to iano.

-
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 48336] KO: [SS8] Insert-'Sectio n' is different subject text between menu and window.

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


User thorstenziehm changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |FIXED

  Target milestone|OOo 2.0.1 |OOo 2.0





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 01:49:51 -0700 
2005 ---
When this task is fixed on Solaris, the task is fixed generally. I changed the
state to fixed. If you really think it is fixed, please close this task. Thx.

-
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 53291] Set paper orientation to Landscape as default in Print options page vie w

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


User hi changed the following:

  What|Old value |New value

   Assigned to|hi|requirements





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 01:50:35 -0700 
2005 ---
Passed to requirements

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



[l10n-issues] [Issue 42094] Draw - Some items were no t translated to Brazilian Portuguese

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


User thorstenziehm changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |FIXED

  Target milestone|OOo 2.0.1 |OOo 2.0





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 01:52:34 -0700 
2005 ---
Set to resolution '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]



[l10n-issues] [Issue 42094] Draw - Some items were no t translated to Brazilian Portuguese

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


User thorstenziehm changed the following:

  What|Old value |New value

Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 01:52:58 -0700 
2005 ---
closed

-
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 53243] Outline numbering will co ntinue numberig after para break

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





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 01:54:09 -0700 
2005 ---
fixed in swnumtree

-
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 53298] Overlength formulas insid e a table crash writer app.

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


User madbop changed the following:

  What|Old value |New value

Status|RESOLVED  |UNCONFIRMED

Resolution|WORKSFORME|





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 01:54:10 -0700 
2005 ---
O.K. there is a minor step I missed to include: (I am using 1.9.m122 as well)
you can do that after pos 2 or 4 of the steps 2 reproduce
a) select the  formula
b) right click to open the Object... properties page
c) change the anchor type

Follow the further steps
Now it inevitably crashes.
BTW: why is there no formula auto-wrapping code? Is this just because it is too
complicated, or is this due to some other reason?


-
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 53243] Outline numbering will co ntinue numberig after para break

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


User hbrinkm changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 01:54:35 -0700 
2005 ---
.

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



[l10n-issues] [Issue 53318] New - List Bengali (Bangla desh) as CTL language

2005-08-15 Thread er
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53318
  Issue #:|53318
  Summary:|List Bengali (Bangladesh) as CTL language
Component:|l10n
  Version:|current
 Platform:|All
  URL:|
   OS/Version:|All
   Status:|NEW
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|code
  Assigned to:|er
  Reported by:|er





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 02:09:49 -0700 
2005 ---
Also Bengali (Bangladesh) must be listed as a CTL language.

-
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 53319] New - wrong circle or ring visualizing

2005-08-15 Thread emmuttersbach
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53319
  Issue #:|53319
  Summary:|wrong circle or ring visualizing
Component:|Drawing
  Version:|OOo 2.0 Beta
 Platform:|All
  URL:|http://www.muba.de/DateienOOo20/Kreise.odg
   OS/Version:|All
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P4
 Subcomponent:|viewing
  Assigned to:|wg
  Reported by:|emmuttersbach





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 02:09:51 -0700 
2005 ---
Beta version 1.9.122:
One of the shape (ring or circle) is not really circuital. Please see attached
example Kreise.odg and zoom the outer border of shapes.
You will get the same result if you print the file.

This is my first issue, sorry if something is wrong.
Regards
Matthias

-
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 53298] Overlength formulas insid e a table crash writer app.

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





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 02:12:58 -0700 
2005 ---
Even if I set the anchot type to To Page it still does not crash.
The formula is just rather misplaced.

Can you provide an attachement where one has to add just another 10 or so
characters in order for the crash to happen?

And about auto-wrapping: It would be rather easy for formulas like a+b+c+
But for formulas that have a matrix inside depending of it's sooner or later you
will get to a point where it will not possible to do a line break (when the
matrix gets bigger than the line). This happens also in fraction where a large
nominator or denominator is displayed.
And since the readability to read such a large formula depends much on where
a line break and following on indention is done it seems best to have the user
choose the proper type of formatting to begin with.
Also this approach is used for MathType formulas in MS-Word 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: [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 53319] wrong circle or ring visu alizing

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


User emmuttersbach changed the following:

  What|Old value |New value

   Attachment data|  |Created an attachment
  |  |(id=28773) Ring and circle
  |  |in the same size on the
  |  |same position





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 02:13:49 -0700 
2005 ---
Created an attachment (id=28773)
Ring and circle in the same size on the same position


-
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 53319] wrong circle or ring visu alizing

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





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 02:14:53 -0700 
2005 ---
Reproducible - but how did you generate the circles? Please give a detailed step
by step description.

-
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 51034] startup / speedup memor y saving ...

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


User pl changed the following:

  What|Old value |New value

Status|VERIFIED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 02:18:16 -0700 
2005 ---
verified in SRC680m124

-
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 51254] psprint/ don't stat all f onts we use on startup ... (twice)

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


User pl changed the following:

  What|Old value |New value

Status|VERIFIED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 02:19:11 -0700 
2005 ---
verified in 680m124

-
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 28595] Unable to select text whi ch is above a background (watermark) image

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





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 02:20:11 -0700 
2005 ---
*** Issue 53284 has been marked as a duplicate of this 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]



[sw-issues] [Issue 53284] can't enter details into appication form

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


User mru changed the following:

  What|Old value |New value

Status|UNCONFIRMED   |RESOLVED

Resolution|  |DUPLICATE





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 02:20:12 -0700 
2005 ---
roblem is, that the blue object will be selected every time you try to click
into the text. 
As a workaround you can press ESC when the object is selected. Then you can
travel through the text with the cursor keys.
See also issue 28595. It describes the same problem.

*** This issue has been marked as a duplicate of 28595 ***

-
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 52439] building mozilla with gcc 4

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





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 02:20:43 -0700 
2005 ---
Dont use the patch here. There is a different solution in the mozilla patch
upstream at https://bugzilla.mozilla.org/show_bug.cgi?id=284386

-
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 28595] Unable to select text whi ch is above a background (watermark) image

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


User mru changed the following:

  What|Old value |New value

CC|'dina'|'dina,od'

  Priority|P4|P3





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 02:22:12 -0700 
2005 ---
This probem becomes a bit more and more propular. I raised the Prio to 3 because
frome usability view this is a quite disturbing problem. Also see issue 53284.

-
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 53284] can't enter details into appication form

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


User mru changed the following:

  What|Old value |New value

Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 02:22:24 -0700 
2005 ---
closed.

-
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 42067] API: dbaccess_OQueryDesig n::com::sun::star::lang::XInitialization::init ialize()

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


User cn changed the following:

  What|Old value |New value

Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 02:22:45 -0700 
2005 ---
verified in dba201b

-
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 44074] Style Heading 1/10 don't inherit numbering

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


User hbrinkm changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 02:24:13 -0700 
2005 ---
fixed in swnumtree

-
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 50812] memory leak in keysymname s.cxx

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


User pl changed the following:

  What|Old value |New value

Status|VERIFIED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Mon Aug 15 02:27:44 -0700 
2005 ---
verified in 680m124

-
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   3   4   5   >