[www-issues] [Issue 53012] New - Documentation for us ing CVS is wrong

2005-08-07 Thread terryt
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53012
  Issue #:|53012
  Summary:|Documentation for using CVS is wrong
Component:|www
  Version:|current
 Platform:|All
  URL:|http://www.openoffice.org/nonav/scdocs/ddUsingCVS_com
  |mand-line.html#gettingsource
   OS/Version:|All
   Status:|NEW
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P5
 Subcomponent:|documentation
  Assigned to:|[EMAIL PROTECTED]
  Reported by:|terryt





--- Additional comments from [EMAIL PROTECTED] Sun Aug  7 14:02:31 -0700 
2005 ---
http://www.openoffice.org/nonav/scdocs/ddUsingCVS_command-line.html#gettingsource

says :

-
To obtain the source code for a particular module called module-name within 
the project named 
project_name, specify:

CVS checkout module_name/project_name
-

I believe this is wrong, and should be :

-
To obtain the source code for a particular module called module-name within 
the project named 
project_name, specify:

cvs checkout project_name/module_name
-


e.g. for project qa, module qatesttool

cvs checkout qa/qatesttool

-
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 52711] New - autodoc asserts when building debug version of OOo; stops build

2005-08-01 Thread terryt
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=52711
  Issue #:|52711
  Summary:|autodoc asserts when building debug version of OOo;
  |stops build
Component:|porting
  Version:|680m121
 Platform:|Macintosh
  URL:|
   OS/Version:|Mac OS X
   Status:|NEW
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P4
 Subcomponent:|MacOSX
  Assigned to:|ericb
  Reported by:|terryt





--- Additional comments from [EMAIL PROTECTED] Mon Aug  1 01:41:20 -0700 
2005 ---
Build a debug version of OOo 1.9m121 (I built with Maho's patches) on Mac OS X 
10.3.9, gcc 3.3, using 
--enable-debug on the configure command line.

After building for a while, the build fails with the following error :

/Volumes/Spare/ooo_2.0/odk/pack/gendocu
mkdir -p ../../unxmacxp.pro/bin/odk680/docs/cpp/ref/
/Volumes/Spare/ooo_2.0/solver/680/unxmacxp.pro/bin/autodoc -html 
../../unxmacxp.pro/bin/
odk680/docs/cpp/ref -name UDK 3.2.0 C/C++ API Reference -lg c++ -p 
sal /Volumes/Spare/
ooo_2.0/solver/680/unxmacxp.pro/inc -t sal -t osl -t rtl -p store 
/Volumes/Spare/ooo_2.0/
solver/680/unxmacxp.pro/inc -t store -p registry 
/Volumes/Spare/ooo_2.0/solver/680/
unxmacxp.pro/inc -t registry -p cppu 
/Volumes/Spare/ooo_2.0/solver/680/unxmacxp.pro/inc -t 
cppu -t com -t typelib -t uno -p cppuhelper 
/Volumes/Spare/ooo_2.0/solver/680/
unxmacxp.pro/inc -t cppuhelper -p salhelper 
/Volumes/Spare/ooo_2.0/solver/680/
unxmacxp.pro/inc -t salhelper -p bridges 
/Volumes/Spare/ooo_2.0/solver/680/unxmacxp.pro/
inc -t bridges

Autodoc version 2.2.5
-

Parsing the repository UDK 3.2.0 C/C++ API Reference ...
..78 files found to parse in project sal.
assertion failed: i  0 ? i_pTokTypeArray[i]  i_pTokTypeArray[i-1] : true in 
file: ../inc/semantic/
callf.hxx at line: 212
dmake:  Error code 3, while making 
'../../unxmacxp.pro/bin/odk680/docs/cpp/ref/index.html'
'---* RULES.MK *---'

ERROR: Error 65280 occurred while making /Volumes/Spare/ooo_2.0/odk/pack/gendocu
dmake:  Error code 1, while making 'build_all'
'---* tg_merge.mk *---'


In order to continue with the debug build, manually execute autodoc from a 
non-debug build (in fact 
you need to replace the autodoc debug binary in the solver with the non-debug 
version), and observe 
the following success :

fridge:/Volumes/Spare/ooo_2.0 terry$ cd /Volumes/Spare/ooo_2.0/odk/pack/gendocu
fridge:/Volumes/Spare/ooo_2.0/odk/pack/gendocu terry$ 
/Volumes/OpenOffice2/ooo_2.0/solver/
680/unxmacxp.pro/bin/autodoc -html ../../unxmacxp.pro/bin/odk680/docs/cpp/ref 
-name UDK 
3.2.0 C/C++ API Reference -lg c++ -p sal 
/Volumes/Spare/ooo_2.0/solver/680/unxmacxp.pro/
inc -t sal -t osl -t rtl -p store 
/Volumes/Spare/ooo_2.0/solver/680/unxmacxp.pro/inc -t store 
-p registry /Volumes/Spare/ooo_2.0/solver/680/unxmacxp.pro/inc -t registry  
   -p cppu /
Volumes/Spare/ooo_2.0/solver/680/unxmacxp.pro/inc -t cppu -t com -t typelib -t 
uno -p 
cppuhelper /Volumes/Spare/ooo_2.0/solver/680/unxmacxp.pro/inc -t cppuhelper 
-p salhelper /
Volumes/Spare/ooo_2.0/solver/680/unxmacxp.pro/inc -t salhelper -p 
bridges /Volumes/Spare/
ooo_2.0/solver/680/unxmacxp.pro/inc -t bridges

Autodoc version 2.2.5
-

Parsing the repository UDK 3.2.0 C/C++ API Reference ...
..78 files found to parse in project sal.
Parse /Volumes/Spare/ooo_2.0/solver/680/unxmacxp.pro/inc/sal/alloca.h ...
Parse /Volumes/Spare/ooo_2.0/solver/680/unxmacxp.pro/inc/sal/config.h ...
Parse /Volumes/Spare/ooo_2.0/solver/680/unxmacxp.pro/inc/sal/macros.h ...
Parse /Volumes/Spare/ooo_2.0/solver/680/unxmacxp.pro/inc/sal/main.h ...
Parse /Volumes/Spare/ooo_2.0/solver/680/unxmacxp.pro/inc/sal/mathconf.h ...
Parse /Volumes/Spare/ooo_2.0/solver/680/unxmacxp.pro/inc/sal/types.h ...
Parse /Volumes/Spare/ooo_2.0/solver/680/unxmacxp.pro/inc/sal/typesizes.h ...
Parse /Volumes/Spare/ooo_2.0/solver/680/unxmacxp.pro/inc/sal/udkversion.h ...
Parse /Volumes/Spare/ooo_2.0/solver/680/unxmacxp.pro/inc/osl/conditn.hxx ...
Parse /Volumes/Spare/ooo_2.0/solver/680/unxmacxp.pro/inc/osl/file.hxx ...
Parse /Volumes/Spare/ooo_2.0/solver/680/unxmacxp.pro/inc/osl/getglobalmutex.hxx 
...
Parse /Volumes/Spare/ooo_2.0/solver/680/unxmacxp.pro/inc/osl/module.hxx ...
Parse /Volumes/Spare/ooo_2.0/solver/680/unxmacxp.pro/inc/osl/mutex.hxx ...
Parse /Volumes/Spare/ooo_2.0/solver/680/unxmacxp.pro/inc/osl/pipe.hxx ...
Parse /Volumes/Spare/ooo_2.0/solver/680/unxmacxp.pro/inc/osl/pipe_decl.hxx ...
Parse /Volumes/Spare/ooo_2.0/solver/680/unxmacxp.pro/inc/osl/profile.hxx ...
Parse /Volumes/Spare/ooo_2.0/solver/680

[sw-issues] [Issue 50093] keystrokes omitted during autosave in wordprocessor

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


User terryt changed the following:

  What|Old value |New value

  Keywords|  |needmoreinfo, oooqa





--- Additional comments from [EMAIL PROTECTED] Tue May 31 00:25:37 -0700 
2005 ---
Added oooqa,needmoreinfo keywords.

I was not able to reproduce your problem using OOo 1.1.4 on Mac OS X 10.3.x 
with X11.app, on a dual 
1 GHz CPU Power Mac G4, and AutoSave set to every minute (for the purposes of 
this test), although I 
did sometimes notice when AutoSave kicked in.

So your problem may be dependent on the speed of your machine and other 
factors. Please provide 
more information about your hardware and software environment.

Also where did you get OOo 1.1.4 from?

-
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 49935] could not launch OOo - macosx 10.4.1

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


User terryt changed the following:

  What|Old value |New value

 Component|Installation  |porting

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





--- Additional comments from [EMAIL PROTECTED] Sat May 28 19:55:30 -0700 
2005 ---
Thanks for the crash logs. OK, this looks like a crash related to LOCALE 
settings 
[macxp_getOSXLocale() in sal/systools/macxp_extras/x11osx/osxlocale.c]. 
Various problems have 
occurred with LOCALE settings - you might want to search the online support 
forums for NeoOffice/J 
and OOo to see if someone else has seen your particular problem.

Since this problem appears to be Mac OS X specific, I am changing the component 
to porting.

I'm not the expert in this area, but it appears from your crash log, that you 
are located in Europe.

Is English the preferred System language for Mac OS X and NeoOffice/J on your 
machine? Perhaps you 
could try resetting the preferred System Language to US English in the System 
Preferences application, 
and try the installation again.

Also could you try entering the following command into a Terminal window, and 
paste the results here :

 defaults read -g AppleLanguages

I noticed the list is different between Mac OS X 10.3.x (Panther) and Mac OS X 
10.4.x (Tiger).

Also could you try entering the following command into a Terminal window, and 
paste the results here :

 export



-
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 49935] could not launch OOo - macosx 10.4.1

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


User terryt changed the following:

  What|Old value |New value

 Component|Installation  |porting

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





--- Additional comments from [EMAIL PROTECTED] Sat May 28 19:55:30 -0700 
2005 ---
Thanks for the crash logs. OK, this looks like a crash related to LOCALE 
settings 
[macxp_getOSXLocale() in sal/systools/macxp_extras/x11osx/osxlocale.c]. 
Various problems have 
occurred with LOCALE settings - you might want to search the online support 
forums for NeoOffice/J 
and OOo to see if someone else has seen your particular problem.

Since this problem appears to be Mac OS X specific, I am changing the component 
to porting.

I'm not the expert in this area, but it appears from your crash log, that you 
are located in Europe.

Is English the preferred System language for Mac OS X and NeoOffice/J on your 
machine? Perhaps you 
could try resetting the preferred System Language to US English in the System 
Preferences application, 
and try the installation again.

Also could you try entering the following command into a Terminal window, and 
paste the results here :

 defaults read -g AppleLanguages

I noticed the list is different between Mac OS X 10.3.x (Panther) and Mac OS X 
10.4.x (Tiger).

Also could you try entering the following command into a Terminal window, and 
paste the results here :

 export



-
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 49935] could not launch OOo - macosx 10.4.1

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


User terryt changed the following:

  What|Old value |New value

  Keywords|  |needmoreinfo, oooqa





--- Additional comments from [EMAIL PROTECTED] Fri May 27 02:22:08 -0700 
2005 ---
Added oooqa, needmoreinfo keywords.

Xcode 2.0 is not supported on Mac OS X 10.3.x, and I doubt the Mac OS X 10.4.x 
version of X11.app is 
supported on Mac OS X 10.3.x either. So the update has probably replaced some 
important X11 
libraries. Are you able to manually launch X11.app and perhaps a xterm?

I haven't seen any problems installing/running OOo 1.1.2 on Mac OS X 10.4, 
although I haven't tried an 
10.3 - 10.4 upgrade, nor 10.4.1.

Could you please attach the CrashReporter log 
(~/Library/Logs/CrashReporter/soffice.bin - or it might 
be setup.bin)?

-
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 49553] OpenOffice crashes on loading a malformed document

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


User terryt changed the following:

  What|Old value |New value

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW

  Keywords|  |oooqa

   Version|OOo 1.1 Beta  |OOo 1.1.4





--- Additional comments from [EMAIL PROTECTED] Sat May 21 17:56:22 -0700 
2005 ---
Added oooqa keyword. Changed version to OOo 1.1.4 (since this is what 
NeoOffice/J 1.1RC is based 
on).

Can confirm the document crashes OOo 1.1.4 on Mac OS X 10.3.x using X11.app. 
Crash log follows :

Host Name:  twinpeaks.local
Date/Time:  2005-05-21 17:48:31 -0700
OS Version: 10.3.3 (Build 7F44)
Report Version: 2

Command: soffice.bin
Path:/Volumes/MoreApps/OOo_1.1.4/program/soffice.bin
Version: ??? (???)
PID: 483
Thread:  0

Exception:  EXC_BAD_ACCESS (0x0001)
Codes:  KERN_PROTECTION_FAILURE (0x0002) at 0x0008

Thread 0 Crashed:
0   libxo645mxp.dylib   0x06937ad4 
SvXMLImport::startElement(rtl::OUString const, com::sun::
star::uno::Referencecom::sun::star::xml::sax::XAttributeList const) + 0x290
1   sax.uno.dylib   0x01f424b8 sax_expatwrap::SaxExpatParser_Impl::
callbackStartElement(void*, unsigned short const*, unsigned short const**) + 
0x150
2   sax.uno.dylib   0x01f4ca4c doContent + 0x5d0
3   sax.uno.dylib   0x01f4e460 doProlog + 0x340
4   sax.uno.dylib   0x01f4e10c prologProcessor + 0x54
5   sax.uno.dylib   0x01f4bd8c XML_Parse + 0xb8
6   sax.uno.dylib   0x01f41f08 
sax_expatwrap::SaxExpatParser_Impl::parse() + 0x13c
7   sax.uno.dylib   0x01f40f50 
sax_expatwrap::SaxExpatParser::parseStream(com::sun::star::
xml::sax::InputSource const) + 0x628
8   libsw645mxp.dylib   0x080abd08 
ReadThroughComponent(com::sun::star::uno::
Referencecom::sun::star::io::XInputStream, 
com::sun::star::uno::Referencecom::sun::star::lang::
XComponent, String const, 
com::sun::star::uno::Referencecom::sun::star::lang::
XMultiServiceFactory, char const*, 
com::sun::star::uno::Sequencecom::sun::star::uno::Any, rtl::
OUString const, unsigned char, unsigned char, 
com::sun::star::uno::Referencecom::sun::star::text::
XTextRange, unsigned char, unsigned short, unsigned char, unsigned char, 
unsigned char) + 0x5f0
9   libsw645mxp.dylib   0x080ac6dc ReadThroughComponent(SvStorage*, 
com::sun::star::uno::
Referencecom::sun::star::lang::XComponent, char const*, char const*, 
com::sun::star::uno::
Referencecom::sun::star::lang::XMultiServiceFactory, char const*, 
com::sun::star::uno::
Sequencecom::sun::star::uno::Any, rtl::OUString const, unsigned char, 
unsigned char, com::sun::
star::uno::Referencecom::sun::star::text::XTextRange, unsigned char, 
unsigned short, unsigned 
char, unsigned char) + 0x44c
10  libsw645mxp.dylib   0x080ad9b8 XMLReader::Read(SwDoc, SwPaM, 
String const) + 
0x10b4
11  libsw645mxp.dylib   0x07f8daf0 SwReader::Read(Reader const) + 0x394
12  libsw645mxp.dylib   0x080f1d24 SwDocShell::Load(SvStorage*) + 0x2f0
13  libsw645mxp.dylib   0x080f20f0 virtual thunk [v:0,-56] to 
SwDocShell::Load(SvStorage*) + 
0x1c
14  libsfx645mxp.dylib  0x052e01f0 
SfxObjectShell::LoadOwnFormat(SfxMedium) + 0x154
15  libsfx645mxp.dylib  0x052d7adc SfxObjectShell::DoLoad(SfxMedium*) + 
0x968
16  libsfx645mxp.dylib  0x05274274 
LoadEnvironment_Impl::Load(SfxObjectFactory const*) + 
0x554
17  libsfx645mxp.dylib  0x05275cc0 
LoadEnvironment_Impl::LoadDataAvailable() + 0x244
18  libsfx645mxp.dylib  0x05275ed0 
LoadEnvironment_Impl::LoadDataAvailable() + 0x454
19  libsfx645mxp.dylib  0x052733e4 LoadEnvironment_Impl::Start() + 0x8a4
20  libsfx645mxp.dylib  0x05325048 
SfxFrameLoader_Impl::load(com::sun::star::uno::
Sequencecom::sun::star::beans::PropertyValue const, 
com::sun::star::uno::Referencecom::sun::
star::frame::XFrame const) + 0x2000
21  libfwk645mxp.dylib  0x04ba49f8 
framework::BaseDispatcher::implts_loadIt(com::sun::star::
util::URL const, 
com::sun::star::uno::Sequencecom::sun::star::beans::PropertyValue, 
rtl::OUString 
const, com::sun::star::uno::Referencecom::sun::star::frame::XFrame const, 
com::sun::star::uno::
Any const) + 0x11cc
22  libfwk645mxp.dylib  0x04ba6c9c 
framework::BlankDispatcher::dispatch(com::sun::star::util::
URL const, com

[sc-issues] [Issue 48904] Cell Background Color Pallet

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


User terryt changed the following:

  What|Old value |New value

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW

  Keywords|  |oooqa





--- Additional comments from [EMAIL PROTECTED] Wed May 11 01:44:13 -0700 
2005 ---
Added oooqa keyword.

I'm not clear on your terminology for resize and enlarge the background 
color window - I'm using 
OOo 1.1.4 with Apple's X11.app on Mac OS X 10.3.x, and all I can seem to do is 
resize the 
background color window.

When I resize the background color window, I do see that the last 2 rows of 
colors are not visible, and 
must be scrolled into view, regardless of the size of the background color 
window/color samples. I also 
saw some horrible drawing problems while resizing.

Someone needs to check if this behavior is the same on other platforms. I 
didn't find any existing bug 
report on this subject.

-
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 48498] ooo 1.1.4 crashes with MacOS 10.4 Tiger

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





--- Additional comments from [EMAIL PROTECTED] Thu May  5 00:56:33 -0700 
2005 ---
CC'ing Eric Hoch.

-
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 48498] ooo 1.1.4 crashes with MacOS 10.4 Tiger

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





--- Additional comments from [EMAIL PROTECTED] Thu May  5 00:58:45 -0700 
2005 ---
Use the correct account name...`

-
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 29505] dlcompat module does not build

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


User terryt changed the following:

  What|Old value |New value

Ever confirmed|  |1

Status|UNCONFIRMED   |STARTED





--- Additional comments from [EMAIL PROTECTED] Sun May  1 10:56:27 -0700 
2005 ---
Patrick has committed this patch to cws_srx645_macxjoin1153.

See a 
href=http://porting.openoffice.org/servlets/ReadMsg?list=devmsgNo=15387;http://
porting.openoffice.org/servlets/ReadMsg?list=devmsgNo=15387/a for more 
details.

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

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


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



[porting-issues] [Issue 29505] dlcompat module does not build

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


User terryt changed the following:

  What|Old value |New value

   Assigned to|terryt|pjanik

Status|STARTED   |NEW





--- Additional comments from [EMAIL PROTECTED] Sun May  1 10:58:16 -0700 
2005 ---
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]



[porting-issues] [Issue 48498] ooo 1.1.4 crashes with MacOS 10.4 Tiger

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


User terryt changed the following:

  What|Old value |New value

 Component|framework |porting

  Keywords|  |needmoreinfo, oooqa

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





--- Additional comments from [EMAIL PROTECTED] Sun May  1 11:07:03 -0700 
2005 ---
Added oooqa,needmoreinfo keywords. Changing component to porting, as this is 
likely to be a Mac OS 
X specific issue.

Where you did get this build from? Did you build it yourself? Begin_OOorg 
might indicate this is a 
build done by Eric Hoch or Eric Bachard.

I haven't done any testing of OOo on Tiger yet, but will do so shortly, to 
confirm 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]



[framework-issues] [Issue 48498] ooo 1.1.4 crashes with MacOS 10.4 Tiger

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


User terryt changed the following:

  What|Old value |New value

 Component|framework |porting

  Keywords|  |needmoreinfo, oooqa

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





--- Additional comments from [EMAIL PROTECTED] Sun May  1 11:07:03 -0700 
2005 ---
Added oooqa,needmoreinfo keywords. Changing component to porting, as this is 
likely to be a Mac OS 
X specific issue.

Where you did get this build from? Did you build it yourself? Begin_OOorg 
might indicate this is a 
build done by Eric Hoch or Eric Bachard.

I haven't done any testing of OOo on Tiger yet, but will do so shortly, to 
confirm 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]



[porting-issues] [Issue 48498] ooo 1.1.4 crashes with MacOS 10.4 Tiger

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





--- Additional comments from [EMAIL PROTECTED] Sun May  1 11:45:34 -0700 
2005 ---
I just installed my version of OOo 1.1.4 (built in Mac OS X 10.2.x) on a system 
running Mac OS X 10.4 (a 
clean install), and got the following behavior :

1) Running setup - it failed because of a missing /usr/lib/libdl.0.dylib

I fixed this by making a symlink : /usr/lib/libdl.0.dylib - 
/usr/lib/libdl.dylib

2) Running setup - during installation, selected the default Java 1.3.1 VM, 
got errors about missing 
libl.1.dylib, and some dylib related to Java 1.4.2 - both errors I ignored, and 
installation completed 
successfully.

3) Launched my copy of Start OpenOffice.org, selected X11.app as the 
preferred X Window server, and 
OOo 1.1.4 launched successfully.

4) Opened an existing OOo document successfully.


So I can not reproduce your problem.

But since the crash appears in the Mac OS X locale stuff, are you running Mac 
OS X 10.4 with your 
preferred System language as being anything other than US-English?

If your build is one by Eric Hoch or Eric Barchard, I will CC them on this 
issue, as they will be doing 
some Tiger testing of their (OOo 1.9m9x) builds soon.

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



[sc-issues] [Issue 47102] min, mina, max and maxa should treat empty cells as zero

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


User terryt changed the following:

  What|Old value |New value

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW

  Keywords|  |oooqa

   Version|1.0.0 |OOo 1.1.4





--- Additional comments from [EMAIL PROTECTED] Mon Apr 11 00:07:49 -0700 
2005 ---
Added oooqa keyword. Confirmed the issue with OOo 1.1.4 on Mac OS X 10.3.x.

-
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 31735] Mac installer hangs converting fonts if Vera installed on system

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





--- Additional comments from [EMAIL PROTECTED] Wed Mar  9 00:25:04 -0800 
2005 ---
*** Issue 44182 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]



[installation-issues] [Issue 44182] Installation stalls while converting fonts.

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


User terryt changed the following:

  What|Old value |New value

Status|UNCONFIRMED   |RESOLVED

  Keywords|  |oooqa

Resolution|  |DUPLICATE





--- Additional comments from [EMAIL PROTECTED] Wed Mar  9 00:25:06 -0800 
2005 ---
Added oooqa keyword.

Strictly speaking this is not an OpenOffice.org bug - a third-party installer 
is used for OpenOffice.org on Mac OS X, and the particular script that is the 
cause of the problem was developed outside of the OpenOffice.org project.

This is a known problem, documented at :

http://trinity.neooffice.org/modules.php?name=Forumsfile=viewtopicp=3118#311
8

The component for this bug report is probably best changed to porting.

Duplicate of #31735.

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

-
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 43395] Search and Replace confuses dotless i and dotted i with match case unchecked

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


User terryt changed the following:

  What|Old value |New value

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW





--- Additional comments from [EMAIL PROTECTED] Wed Mar  9 01:00:34 -0800 
2005 ---
Confirmed with OOo 1.1.4 on Mac OS X 10.3.x with X11.app; and OOo 1.1.4 on 
Windows 98 SE 
(VirtualPC).

Someone else will have to discuss the merits of the 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 43379] Incorrect kerning of Extended Roman chars (letter+dot below) at beginning of line followed by ASCII char

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





--- Additional comments from [EMAIL PROTECTED] Thu Feb 24 02:57:14 -0800 
2005 ---
I will check with my English version of OOo 1.1.4 before closing.

-
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 43395] Search and Replace confuses dotless i and dotted i with match case unchecked

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


User terryt changed the following:

  What|Old value |New value

  Keywords|  |oooqa





--- Additional comments from [EMAIL PROTECTED] Thu Feb 24 02:59:24 -0800 
2005 ---
Added oooqa keyword. Will check on this shortly.

-
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 43379] Incorrect kerning of Extended Roman chars (letter+dot below) at beginning of line followed by ASCII char

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


User terryt changed the following:

  What|Old value |New value

  Keywords|  |needmoreinfo, oooqa





--- Additional comments from [EMAIL PROTECTED] Wed Feb 23 02:55:27 -0800 
2005 ---
Added oooqa,needmoreinfo keywords.

I'm not a Font guy, so I think I would have a hard time doing anything with 
this bug report without help.

Screen shots of the problem, and how it should look (say in some other X11 
application or OOo 
component that supports text kerning) would be helpful. Even a sample input 
Writer document would 
be helpful.

I would imagine testing this with OOo on other platforms would determine if 
this is a Mac OS X specific 
problem. What version of Mac OS X?

-
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 43021] WORD DOC CRASHES MAC OO 1.1.2

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


User terryt changed the following:

  What|Old value |New value

Status|UNCONFIRMED   |RESOLVED

  Keywords|  |oooqa

Resolution|  |WORKSFORME





--- Additional comments from [EMAIL PROTECTED] Fri Feb 18 01:53:16 -0800 
2005 ---
Added oooqa keyword.

Confirmed your problem with OOo 1.1.3 on Mac OS X 10.3.x.

Also confirmed the problem is fixed with OOo 1.1.4 on Mac OS X 10.3.x.

Of course I have no idea when there will be a release of OOo 1.1.4 on Mac OS X.

Resolving as WORKSFORME. Thanks for the report.

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



[sc-issues] [Issue 42370] Blatantly wrong name suggested for converted file

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


User terryt changed the following:

  What|Old value |New value

  Keywords|  |oooqa

   Version|OOo 1.1 Beta  |OOo 1.1.3





--- Additional comments from [EMAIL PROTECTED] Thu Feb 10 00:54:59 -0800 
2005 ---
Added oooqa keyword.

This is not really the correct place for NeoOffice/J bug reports (should use 
http://
bugzilla.neooffice.org). I have changed the version # to reflect the actual 
version of the underlying 
OpenOffice.org code. If you are able to reproduce the problem with regular 
OpenOffice.org/X11 on Mac 
OS X, that would be helpful.

Look at http://www.openoffice.org/issues/show_bug.cgi?id=23218 and related 
issues and see if 
this looks like your 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 41048] Selecting text and a table crashes the app

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


User terryt changed the following:

  What|Old value |New value

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW

  Keywords|needmoreinfo, oooqa   |oooqa

OS/Version|Mac OS X  |All

  Platform|Macintosh |All

   Version|OOo 1.1.3 |OOo 1.1.4





--- Additional comments from [EMAIL PROTECTED] Wed Feb  2 01:53:20 -0800 
2005 ---
OK, I was a little confused by the shortcut thing, but I have now reproduced 
your problem (in OOo 
1.1.4) using US English and a US Domestic keyboard, so the Italian thing was a 
red-herring.

I was also able to reproduce with the Windows (I was using VirtualPC on Mac OS 
X) version of OOo 
1.1.4, so I have updated the platform/os/version fields. Also I sent a 
CrashReport to Sun.

The key (no pun intended) to the problem seems to be using the shortcut key.

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

-
To unsubscribe, e-mail: [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 41048] Selecting text and a table crashes the app

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


User terryt changed the following:

  What|Old value |New value

   Assigned to|openstep  |cp





--- Additional comments from [EMAIL PROTECTED] Wed Feb  2 01:55:22 -0800 
2005 ---
Since this no longer seems to be a Mac only issue, could you assign to someone 
more appropriate.

-
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 41827] Saving in Word damages imported graphics

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


User terryt changed the following:

  What|Old value |New value

  Keywords|  |oooqa





--- Additional comments from [EMAIL PROTECTED] Wed Feb  2 02:23:33 -0800 
2005 ---
Added oooqa keyword.

I believe I have reproduced your problem. I create a new Text document, type 
some text, open the 
sample drawing, Select All, Copy, Paste into the Text document, scale the 
drawing so that it fits within 
the text margins, Save As MS Word .doc format. When I re-open the document, the 
box labels in the 
drawing are either in a different font (size) or scaled, as they word-wrap, but 
they didn't when I pasted 
the drawing before saving.

If this is not your problem, please describe the steps in more details, and 
provide screen shots.

I reproduced with OOo 1.1.3 and OOo 1.1.4 on Mac OS X. I tried to reproduce 
with OOo 1.1.4 in 
Windows (VirtualPC on Mac OS X), but the same scaling problem didn't occur - 
HOWEVER, OOo and 
Explorer crashed after I re-opened the saved document- this might be a 
VirtualPC problem. I will leave 
it to someone else to reproduce on other platforms.

This may be a known issue - I didn't look for duplicates.

-
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 41862] light magenta highlighting shows 'no fill' on the button

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


User terryt changed the following:

  What|Old value |New value

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW

  Keywords|  |oooqa





--- Additional comments from [EMAIL PROTECTED] Wed Feb  2 02:39:41 -0800 
2005 ---
Added oooqa keyword.

I reproduced with OpenOffice.org v1.1.3 and v1.1.4 on Mac OS X 10.3.x, using 
Apple's X11.app. I also 
reproduced with OpenOffice.org v1.1.4 on Windows (using VirtualPC on Mac OS X).

Bizzare.

-
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 41724] Crash at first use

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


User terryt changed the following:

  What|Old value |New value

CC|''|'ericb,maveric'

  Keywords|  |needmoreinfo, oooqa





--- Additional comments from [EMAIL PROTECTED] Tue Feb  1 01:32:14 -0800 
2005 ---
Added oooqa,needmoreinfo keywords.

It looks like you are using one of the OpenOffice.org v1.1.3 localized releases 
built by Eric Bachard 
(French) or Eric Hoch (German) - I believe they use a completely different 
installation process from the 
OpenOffice.org 1.1.2 English release - i.e. soffice is different.

Without more info (e.g. a CrashReporter log), there is little that can be done 
to solve your problem. 
OpenOffice.org 1.1.3 that I have built and installed myself works perfectly 
fine, so I would be inclined to 
close your bug as WORKSFORME.

CCing the 2 Erics.

-
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 29414] Makefile for insetoo needs to remove .DS_Store files on Mac OS X

2005-01-31 Thread terryt
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=29414





--- Additional comments from [EMAIL PROTECTED] Mon Jan 31 01:40:07 -0800 
2005 ---
I guess there are no plans to fix this for OOo 1.1.x. I haven't looked at 2.0 
yet so I can't say it is a 
problem or not, although I accept what you are saying.

-
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 41048] Selecting text and a table crashes the app

2005-01-29 Thread terryt
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=41048





--- Additional comments from [EMAIL PROTECTED] Sat Jan 29 01:38:07 -0800 
2005 ---
OK, just so we are clear, if I try using Cmd or Ctrl - Shift-Down Arrow, 
nothing (no text 
selected) happens on my system. If I use Option-Shift-Down Arrow, the text will 
be selected, but I do 
not get a crash. I could not find an exact match for Select to end of 
paragraph to which I could set a 
shortcut - please advise on how to set that shortcut.

Could you remove the shortcut, and reproduce the problem without using the 
shortcut?

In my X11.app Preferences (default), Input - emulate three button mouse; follow 
system keyboard 
layout; enable keyboard equivalents under X11 - all are checked.

By keyboard mapping I was probably thinking of older XDarwin/XFree86. Enter the 
following command 
into a 'xterm' window, and paste the results here :

xmodmap

I think I *might* be able to get access to an Italian Pro keyboard. Do you have 
access to a US Domestic 
keyboard? I doubt the Mac OS X language setting should cause the problem, but 
have you tried using 
English rather than Italian as your primary language setting?

I don't doubt the problem is occurring, especially judging from the crash log, 
but not being able to 
reproduce the problem makes it hard to fix.

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

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


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



[sw-issues] [Issue 40886] Can't paste

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





--- Additional comments from [EMAIL PROTECTED] Tue Jan 25 00:57:23 -0800 
2005 ---
I tested with OOo 1.1.2 on Mac OS X 10.3.7 and Apple's X11.app, using your 
sample HTML, and I am 
still not able to reproduce 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]



[installation-issues] [Issue 41245] Won't launch due to fatal error

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


User terryt changed the following:

  What|Old value |New value

  Keywords|  |needmoreinfo, oooqa





--- Additional comments from [EMAIL PROTECTED] Tue Jan 25 01:32:28 -0800 
2005 ---
Added oooqa,needmoreinfo keywords.

This is going to be tough to diagnose without more information.

Unlikely to be an actual bug, but possibly an installation problem. Could be a 
permissions 
problem?

Does this problem occur everytime (i.e. you have never successfully launched 
OpenOffice.org)? I think I may have read recently in one of the online forums 
someone having a similar 
problem. I suggest you might want to check the FAQ and forums at 
http://trinity.neooffice.org.

-
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 40886] Can't paste

2005-01-21 Thread terryt
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=40886





--- Additional comments from [EMAIL PROTECTED] Fri Jan 21 01:03:51 -0800 
2005 ---
Sorry I still can't reproduce your problem with OOo 1.1.2 or OOo 1.1.4 on Mac 
OS X 10.3.3 with Apple's 
X11.app, using your sample document. I will try to find time to try with Mac OS 
X 10.3.7. I did however 
notice some pretty horrible screen flicker when doing a Select All on the HTML 
source.

Perhaps in the meantime you can provide very precise instructions to how to 
reproduce 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 41048] Selecting text and a table crashes the app

2005-01-21 Thread terryt
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=41048


User terryt changed the following:

  What|Old value |New value

  Keywords|  |oooqa





--- Additional comments from [EMAIL PROTECTED] Fri Jan 21 01:05:58 -0800 
2005 ---
A sample document and crash log would be nice.

-
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 40886] Can't paste

2005-01-19 Thread terryt
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=40886


User terryt changed the following:

  What|Old value |New value

  Keywords|  |needmoreinfo, oooqa





--- Additional comments from [EMAIL PROTECTED] Wed Jan 19 00:53:59 -0800 
2005 ---
I tested with OOo 1.1.2 and OOo 1.1.4 on Mac OS X 10.3.3, using Apple's 
X11.app, and I had no 
problem copying HTML source from a HTML document into a new Text document, 
using the Edit menu.

It is entirely possible this is a Mac OS X 10.3.7 specific problem - I believe 
I have read vague rumors 
about some problems with X11 specific to Mac OS X 10.3.7. I will try to 
reproduce on a Mac OS X 10.3.7 
configuration.

Did you have this problem prior to Mac OS X 10.3.7, if you have you have 
upgraded an existing system?

You may need to provide more detailed information about your configuration, and 
the exact steps to 
reproduce the problem, otherwise this will be resolved as WORKSFORME.

-
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 40934] hyperlinks between documents cause multiple new windows to open

2005-01-19 Thread terryt
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=40934


User terryt changed the following:

  What|Old value |New value

Ever confirmed|  |1

Status|UNCONFIRMED   |NEW

  Keywords|  |oooqa

   Summary|hyperlinks do not work|hyperlinks between
  |properly  |documents cause multiple
  |  |new windows to open

   Version|1.0.0 |OOo 1.1.2





--- Additional comments from [EMAIL PROTECTED] Wed Jan 19 01:14:27 -0800 
2005 ---
Added ooqa keyword. I changed the bug summary slightly to be more informative.

I can reproduce the problem with OOo 1.1.2 and OOo 1.1.4 (I didn't bother 
testing with OOo 1.1.3) on 
Mac OS X 10.3.3 using Apple's X11.app (I did modify the links in my copies of 
the documents since I 
renamed the documents on my hard drive).

Probably need to confirm this is a Mac specific 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]



[dba-issues] [Issue 13753] Cannot connect with JDBC

2005-01-18 Thread terryt
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=13753





--- Additional comments from [EMAIL PROTECTED] Tue Jan 18 01:39:18 -0800 
2005 ---
Perhaps the attached document needs to be put somewhere on the website, or 
checked into CVS, so it 
doesn't get lost. I haven't read the document yet. Can we leave this issue open 
for the moment?

-
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 13753] Cannot connect with JDBC

2005-01-18 Thread terryt
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=13753





--- Additional comments from [EMAIL PROTECTED] Tue Jan 18 01:39:18 -0800 
2005 ---
Perhaps the attached document needs to be put somewhere on the website, or 
checked into CVS, so it 
doesn't get lost. I haven't read the document yet. Can we leave this issue open 
for the moment?

-
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 39484] Exported PDF unreadable by Adobe Reader, OK in Preview

2005-01-18 Thread terryt
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=39484





--- Additional comments from [EMAIL PROTECTED] Tue Jan 18 01:42:05 -0800 
2005 ---
OK - I just used the default settings, since the original poster did not 
indicate anything to the contrary. 
I will try other settings.

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