[porting-issues] [Issue 117017] ARM optimization for armv6/armv7

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





--- Additional comments from er...@openoffice.org Sun Feb 20 10:17:19 + 
2011 ---
@Rene 

Pasted from the patch :

+# Default is armv7 mini. If you build 
+# for an older version (could be slow),
+# please adapt to your needs 
+
+.IF $(ARM_TARGET) == ARMV6
+ARCH_FLAGS+=-march=armv6 -mfloat-abi=softfp -D__SOFTFP__
+CDEFS+=-DARMV6
+.ENDIF
+
+.IF $(ARM_TARGET) == ARMV7
+ARCH_FLAGS+=-march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp
-D__SOFTFP__
+CDEFS+=-DARMV7
+.ENDIF
+


*Where* do you read -D__SOFTFP is hardcoded for armv5 ?



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

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


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



[porting-issues] [Issue 117017] Linux ARM improvement / EducOOo donation

2011-02-18 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=117017
 Issue #|117017
 Summary|Linux ARM improvement / EducOOo donation
   Component|porting
 Version|DEV300m93
Platform|Other
 URL|
  OS/Version|Linux
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|mh
 Reported by|ericb





--- Additional comments from er...@openoffice.org Fri Feb 18 21:22:18 + 
2011 ---
I recently improved OOo4Kids and OooLight Linux ARM port, improving the arm
case. More precisely, I added --with-arm-target=$value at configure time,
allowing to choose between armv5, armv6, or armv7+ instruction set.

Default (or no option) will define ARMV7, for ARMV7+ (or more recent) compatible
processors.

Possible cases :

* --with-arm-target=5 (or inferior value) : ARMV5 will be defined, no
additional gcc flag used 

* --with-arm-target=6 : ARMV6 will be defined, and we'll use:
ARCH_FLAGS+=-march=armv6 -mfloat-abi=softfp -D__SOFTFP__ additional gccflags 

* no flag or --with-arm-target=7 (or superior) ARMV7 will be defined, and
we'll use ARCH_FLAGS+=-march=armv7-a -mtune=cortex-a8 -mfpu=neon
-mfloat-abi=softfp gcc flags 

Other improvement:  

when ARMV7 is defined, the interlock count (in sal) uses ARMv7 assembler
instruction set (ldrex / strex in particular) + atomic operations, else we'll
use __sync_add_and_fetch() or __sync_sub_and_fetch.

This code works very well on OMAP3 ( armv7-a compatible). It has been created
using DEV300_m93 mercurial tree, and it is donated under the LGL v3 License by
EducOOo.

I'm the author of everything in the patch, and I'd be proud to see it (or a part
of it) integrated into OpenOffice.org.

Thanks


@sb : I randomly put you on cc, but please forward to the right people, if I was
wrong with you.

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

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


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



[porting-issues] [Issue 117017] Linux ARM improvement / EducOOo donation

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


User ericb changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |75876)
Patch for ARM Linux
|  | improvement, backported f
|  |rom OOo4Kids






--- Additional comments from er...@openoffice.org Fri Feb 18 21:23:41 + 
2011 ---
Created an attachment (id=75876)
Patch for ARM Linux improvement, backported from OOo4Kids


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

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


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



[graphics-issues] [Issue 96534] support rotating and zooming by multitouch

2011-01-17 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96534


User ericb changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |DUPLICATE





--- Additional comments from er...@openoffice.org Mon Jan 17 08:53:46 + 
2011 ---
Issue duplicated with issue 96533

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

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

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


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



[sw-issues] [Issue 96533] support rotating and zooming by multitouch

2011-01-17 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96533





--- Additional comments from er...@openoffice.org Mon Jan 17 08:53:45 + 
2011 ---
*** Issue 96534 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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


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



[graphics-issues] [Issue 96534] support rotating and zooming by multitouch

2011-01-17 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96534


User ericb changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from er...@openoffice.org Mon Jan 17 08:54:11 + 
2011 ---
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: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


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



[sw-issues] [Issue 96533] support rotating and zooming by multitouch

2011-01-17 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96533


User ericb changed the following:

What|Old value |New value

  CC|''|'ericb'





--- Additional comments from er...@openoffice.org Mon Jan 17 08:55:01 + 
2011 ---
+me on CC

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

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


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



[graphics-issues] [Issue 116307] Display the presenter screen on the right monitor

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





--- Additional comments from er...@openoffice.org Fri Jan 14 10:21:25 + 
2011 ---
@cl

Your idea is a great idea, e.g. we could train teachers to Impress wit that, 
and I'm really interested to implement it.

Can we define a plan ? We could even ask a student to work on that ?

That's no problem for me to work with the OOOo code, and backport it into
OOo4Kids or the opposite.

And if you are interested, I integrated the Presenter Screen into the set (it is
no longer an extension). Just in case, the code can be reversed too, no problem
either :)

 


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

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


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



[graphics-issues] [Issue 116307] Display the presenter scr een on the right monitor

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





--- Additional comments from er...@openoffice.org Wed Jan 12 12:48:58 + 
2011 ---
@af:

 If I understand you correctly then the dialog box fox selecting 
 the screen works as expected. 

Yes it does

 It just is not very user friendly?

In fact, the right user frendly behavior woud be to NOT have to open any dialog
box at all.


 Yes, I agree with you on that.

:-) 

 But I have another idea of a solution: 
 Add a button to the presenter screen for exchanging the displays.

Well, I agree with that, but with this solution, we do not avoid the user to
click. The initial request is : open the file, and launch the presenter screen
on the right display, doing nothing else. Imagine somebody double clicking on
the .odp document : the result is systematicaly wrong, because the monitors are
swaped by default.


 Can you be more specific about the details? 

I'll try

Please note that most of the issue is caused by the fact, that there is no other
way to exchange the monitors than opening the dialog box AND click OK 

(this is imho, due to a deep limitation in OpenOffice.org, asking to click on OK
buttons with modal dialogs, but that's another debate ;-)  )

 How to programatically identify the displays of laptop, 
 beamer, desktop pc, etc.

I traced on Mac and Linux (not Windows), and so far, when only one monitor is
detected, it is seen as number 0

My choice is : the Presenter screen must be blind and rely on what the 
void SdStartPresentationDlg::InitMonitorSettings() returns (
sd/source/ui/dlg/present.cxx:187 )

How does it work ? 
sd/source/ui/present.cxx and sd/source/ui/slideshow/slideshow.cxx will do the 
job

The principle is simple to add +1 to the selected monitor, and let the Presenter
screen use them

1) Modifications in present.cxx 

SdStartPresentationDlg::InitMonitorSettings() instantiates xMultiMon instance.
The number of monitors is returned by mnMonitors = xMultiMon-getCount() 

If mnMonitors is = to 1, no need to use the PresenterScreen.

In the opposite case, means  if two or more monitors are detected, we are in the
case the Presenter screen is used. In this case, we check for system properties
MultiDisplay (boolean), and DefaultDisplay ( nPrimaryIndex ) will help.  Last if
bMultiScreen is true, we'll not start the Presenter screen either, because it
means the frame is shared in several monitors, and it does not make sense to use
the presenter screen here.

Behind the UNO interface, we have in fact the real work done in vcl. 
e.g. GetDefaultDisplayNumber is defined vcl/inc/salsys.hxx and implemented in
svapp.cxx, in Application::GetDefaultDisplayNumber(), itself using
pSys-GetDisplayScreenCount() ( pSys is a pointer of SalSystem object type,
defined in salsys.hxx ).

What I did is : 

if !bMultiScreen and nMonitor  0 

and in the case the nSelected == 0 ( the default display ), then I select
nPrimaryIndex + 1 as default display.

In present.cxx:  maLBMonitor.SelectEntryPos( (USHORT)nSelected ) means that the
selected monitor who will appear in the listbox (if ever we open the dialog box)
is the one matching with nPrimaryIndex +1

2) Modifications in sd/source/ui/slideshow/slideshow.cxx 

Because the Presenter screen has no setter, we do the work when starting the
presentation, more precisely in void SlideShow::StartFullscreenPresentation( ) :


pWorkWindow-StartPresentationMode( TRUE,
mpDoc-getPresentationSettings().mbAlwaysOnTop ? PRESENTATION_HIDEALLAPPS : 0,
nDisplay +1 

= this exactly forces to display the presentation on the right monitor, doing
nothing.


At the end, in PresenterScreen.cxx, I did :

- increment the nScreenCount  and nScreenNumber, to match the case ( nMonitor  
1)
- not swap the monitors, because it is no longer needed.


Unfortunaly, my patch is not perfect and needs some work. 

Sorry if I was not clear, but I'm not a native speaker.  HTH

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

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


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



[graphics-issues] [Issue 116307] Display the presenter scr een on the right monitor

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





--- Additional comments from er...@openoffice.org Wed Jan 12 12:55:16 + 
2011 ---
@cl

I first thought to add some method in SalSystem, returning the SecondDisplay
value, if ever it exists. Maybe pl could answer ?

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

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


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



[graphics-issues] [Issue 116307] Display the presenter scr een on the right monitor

2011-01-11 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116307





--- Additional comments from er...@openoffice.org Tue Jan 11 13:12:12 + 
2011 ---
@af

Actually : 

- when there is one monitor only (e.g. the laptop without videoprojector) , the
Presenter screen is not shown. OK

-  When there are two displays then you can define the one on which to show the
presentation via the Slide Show-Slide Show Settings...

*BUT* the second specification is not sufficient.

Currently -without my patch- and starting the presentation doing nothing, the
Presenter screen is ALWAYS shown on the external monitor (the videoprojector
one), and the presentation appears always on my laptop. 

=  This is wrong, and a bad user experience, because to make it work, the user
must always open the dialog box, to make it work as expected (and the user
sometimes has no clue where click to solve the issue ... )

The goal of my patch, is to swap the screens as the should be during the
presentation : simply always have the presenter screen on the laptop, and the
presentation on the videoprojector  _without_open_any_dialog_box_ ... just 
working. 

The later behavior provides a far better user experience, and this is what I
propose in my patch. I must say it is not perfect, and certainly needs some
change, but this is imho a good beginning.


Is it more clear ?






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

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


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



[graphics-issues] [Issue 116307] Display the presenter scr een on the right monitor

2011-01-10 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116307





--- Additional comments from er...@openoffice.org Mon Jan 10 11:05:36 + 
2011 ---
The first patch was wrong and does work only when we click on OK dialog box,
what is not the expected behavior.

The problem is, we have to set the right monitor from the Presenter, and it
seems to not work well. As workaround, I modified present.cxx, and
slideshow.cxx, to make it work. 

Now, it works well (tested) on 

- Mac OS X 
- Linux

Windows is untested.


Remains : one issue when te user want's to change the monitor for the 
presentation.

I'll attach the patch as temporary fix, and if I can improve, I'll complete.
Apologies for the wrong initial patch.


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

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


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



[graphics-issues] [Issue 116307] Display the presenter scr een on the right monitor

2011-01-10 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116307


User ericb changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |75521)
New patch, workig w
|  |ell on both Linux and MAc 
|  |OS X (10.4 Intel)






--- Additional comments from er...@openoffice.org Mon Jan 10 11:06:57 + 
2011 ---
Created an attachment (id=75521)
New patch, workig well on both Linux and MAc OS X (10.4 Intel)


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

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


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



[graphics-issues] [Issue 116307] Display the presenter scr een on the right monitor

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





--- Additional comments from er...@openoffice.org Wed Jan  5 09:46:55 + 
2011 ---
Sorry, I wrongly described the case 1 in the tests. 

1) start with one monitor only means either 

- start on the laptop alone
- start on a machine 

without any videoprojector nor monitor attached, but just the current screen

HTH


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

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


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



[graphics-issues] [Issue 116307] Display the presenter scr een on the right monitor

2011-01-04 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116307
 Issue #|116307
 Summary|Display the presenter screen on the right monitor
   Component|Drawing
 Version|OOo 3.2.1
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|ui
 Assigned to|af
 Reported by|ericb





--- Additional comments from er...@openoffice.org Wed Jan  5 07:25:10 + 
2011 ---
By default, the presenter screen is displayed on the bad monitor, and this is a
bad User Experience.

The attached patch (tested on Mac only) seems to fix the bug, but needs a
review, and comments


Process: 

* Check for present external monitor(s) for every test
* Open Impress
* Open a presentation
* Start the diaporama

Tests made in the following cases (verified on Mac Intel 10.4 only) : 

1) start with one monitor only : choice initialized to not display the Presenter
Screen, and the Presentation appears as expected.

2) start with laptop + external monitor (simulating the beamer). Once sure the
external monitor is detected : the presenter screen displays on the laptop only
(uff).

3) multi monitors (aka extended mode) : untested, and could desserve a little
change.

Not tested on Linux nor Windows.


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


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



[graphics-issues] [Issue 116307] Display the presenter scr een on the right monitor

2011-01-04 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116307


User ericb changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |75468)
The patch fixing th
|  |e bug. Reversed from OOo4K
|  |ids by EducOOo






--- Additional comments from er...@openoffice.org Wed Jan  5 07:27:04 + 
2011 ---
Created an attachment (id=75468)
The patch fixing the bug. Reversed from OOo4Kids by EducOOo


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

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


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



[framework-issues] [Issue 115061] OpenOffice 3.2.1 will not open in Win7 64bit

2010-10-14 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115061


User ericb changed the following:

What|Old value |New value

  CC|''|'ericb'





--- Additional comments from er...@openoffice.org Fri Oct 15 04:06:21 + 
2010 ---
+me on CC

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

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


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



[www-issues] [Issue 972] Alignment of baselines of fo rmula and text in writer

2010-10-06 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=972


User ericb changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |71985)
Patch, based on DEV
|  |300_m83, written by Michal
|  | Spiziak, to fix the Basel
|  |ine alignement issue






--- Additional comments from er...@openoffice.org Wed Oct  6 20:16:45 + 
2010 ---
Created an attachment (id=71985)
Patch, based on DEV300_m83, written by Michal Spiziak, to fix the Baseline 
alignement issue


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

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


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



[sw-issues] [Issue 972] Alignment of baselines of fo rmula and text in writer

2010-10-06 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=972


User ericb changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |71985)
Patch, based on DEV
|  |300_m83, written by Michal
|  | Spiziak, to fix the Basel
|  |ine alignement issue






--- Additional comments from er...@openoffice.org Wed Oct  6 20:16:45 + 
2010 ---
Created an attachment (id=71985)
Patch, based on DEV300_m83, written by Michal Spiziak, to fix the Baseline 
alignement issue


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

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


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



[www-issues] [Issue 972] Alignment of baselines of fo rmula and text in writer

2010-10-06 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=972





--- Additional comments from er...@openoffice.org Wed Oct  6 20:18:26 + 
2010 ---
@tl : please, confirm the patch applies, and work as expected.

I'm on CC, and I'll keep an eye on the issue.

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


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



[sw-issues] [Issue 972] Alignment of baselines of fo rmula and text in writer

2010-10-06 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=972





--- Additional comments from er...@openoffice.org Wed Oct  6 20:18:26 + 
2010 ---
@tl : please, confirm the patch applies, and work as expected.

I'm on CC, and I'll keep an eye on the issue.

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


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



[sw-issues] [Issue 114869] Index: See/See also refer ences

2010-10-01 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114869


User ericb changed the following:

What|Old value |New value

  CC|'mib,od,sus'  |'ericb,mib,od,sus'





--- Additional comments from er...@openoffice.org Fri Oct  1 08:37:19 + 
2010 ---
.

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

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


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



[framework-issues] [Issue 114738] Not possible to open Bean Shell or JavaScript or Python editor

2010-09-25 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114738


User ericb changed the following:

What|Old value |New value

  CC|''|'ericb'





--- Additional comments from er...@openoffice.org Sat Sep 25 07:11:31 + 
2010 ---
.

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

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


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



[porting-issues] [Issue 114728] Support building OO.o wit h 10.6 SDK

2010-09-24 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114728


User ericb changed the following:

What|Old value |New value

  CC|''|'ericb'





--- Additional comments from er...@openoffice.org Fri Sep 24 15:35:14 + 
2010 ---
+me on CC

I only have 10.4, but if ever I got a new machine some day, I'll 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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


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



[sc-issues] [Issue 114451] Raise the 512 token limit in OOo Calc formulas

2010-09-11 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114451





--- Additional comments from er...@openoffice.org Sat Sep 11 14:10:34 + 
2010 ---
Hi,

Not a real answer, but as immediate workaround, I'd suggest a factorization of
your formula ;)


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

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


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



[sc-issues] [Issue 114451] Raise the 512 token limit in OOo Calc formulas

2010-09-11 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114451


User ericb changed the following:

What|Old value |New value

  CC|''|'ericb'





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

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


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



[graphics-issues] [Issue 114322] white screen flashes when starting slideshow

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


User ericb changed the following:

What|Old value |New value

  CC|''|'ericb'





--- Additional comments from er...@openoffice.org Sun Sep  5 17:23:12 + 
2010 ---
Where does this flash happen ? Mac OS X ?  Windows ? Linux  ?



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

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


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



[framework-issues] [Issue 40747] Two seperate commands both named InsertFormula

2010-08-31 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=40747





--- Additional comments from er...@openoffice.org Tue Aug 31 12:12:18 + 
2010 ---
@cd : the patch I'll attach is not the solution, because every NLC will have to 
translate the strings, but the 
missing information who will save you a lot of time.



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

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


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



[framework-issues] [Issue 40747] Two seperate commands both named InsertFormula

2010-08-31 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=40747


User ericb changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |71502)
Patch to help solvi
|  |ng the issue, backported f
|  |rom OOo4Kids






--- Additional comments from er...@openoffice.org Tue Aug 31 12:13:25 + 
2010 ---
Created an attachment (id=71502)
Patch to help solving the issue, backported from OOo4Kids


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

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


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



[www-issues] [Issue 972] Alignment of baselines of fo rmula and text in writer

2010-08-27 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=972





--- Additional comments from er...@openoffice.org Fri Aug 27 17:14:41 + 
2010 ---
Thank you Fred :)

I'll add more information : most of the code fxing the issue was written by 
Michal Spisiak, and it will 
initialy be ported in ooo-build.  

Last but not least, an OpenOffice.org backport is in progress, of course.

@tl : I'd suggest an IRC meeting with mba in this purpose.

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

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


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



[sw-issues] [Issue 972] Alignment of baselines of fo rmula and text in writer

2010-08-27 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=972





--- Additional comments from er...@openoffice.org Fri Aug 27 17:14:41 + 
2010 ---
Thank you Fred :)

I'll add more information : most of the code fxing the issue was written by 
Michal Spisiak, and it will 
initialy be ported in ooo-build.  

Last but not least, an OpenOffice.org backport is in progress, of course.

@tl : I'd suggest an IRC meeting with mba in this purpose.

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

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


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



[framework-issues] [Issue 40747] Two seperate commands both named InsertFormula

2010-08-26 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=40747





--- Additional comments from er...@openoffice.org Thu Aug 26 11:45:35 + 
2010 ---
@cd : if this can help you, I can provide a patch, based on DEV300 (m83 or m84 
if I'm not wrong), 
showing you the changes I did.

This should show you the exact constant names I modified, and will avoid you to 
search the right string, 
and the rest will IMHO be a NLC affair.



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

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


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



[sw-issues] [Issue 114087] Math: Wrong .uno:InsertFo rmula Help ID

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


User ericb changed the following:

What|Old value |New value

  CC|'cd'  |'cd,ericb'





--- Additional comments from er...@openoffice.org Tue Aug 24 14:32:23 + 
2010 ---
FYI, this issue is fixed in OOo4Kids since April(I just did french for testing
purpose).

I replaced both Formule in Calc and Writer :

* Calc
Old string : Insert - Formule  
New string : Insert Formule Math 

* Writer 
Old string : Insert - Formule 
New string : Insert - Formule Calc  

For further info, see: 

http://blog.educoo.org/dotclear/index.php?post/2010/05/30/Changements-apport%C3%A9s-par-OOo4Kids-0.9.5-%28par-rapport-%C3%A0-la-version-0.9%29

http://eric.bachard.org/news/

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

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


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



[framework-issues] [Issue 114008] [performance]: Reducing s tartup time for the first start

2010-08-21 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114008


User ericb changed the following:

What|Old value |New value

  CC|''|'ericb'





--- Additional comments from er...@openoffice.org Sat Aug 21 08:28:48 + 
2010 ---
+ me on CC

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

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


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



[sw-issues] [Issue 113918] symbols on top like vec are not displayed properly in formula editor

2010-08-18 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113918





--- Additional comments from er...@openoffice.org Wed Aug 18 07:38:18 + 
2010 ---
Opening your document works correctly on my machine, so maybe you need to 
install some fonts ? 
(mostly truetype, so including truetype font server too imho )

HTH

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

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


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



[graphics-issues] [Issue 113962] Full screen presentation initially shows white page, should be black.

2010-08-18 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113962


User ericb changed the following:

What|Old value |New value

  CC|''|'ericb'





--- Additional comments from er...@openoffice.org Wed Aug 18 17:10:09 + 
2010 ---
+me on CC


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

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


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



[sw-issues] [Issue 113918] symbols on top like vec are not displayed properly in formula editor

2010-08-17 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113918


User ericb changed the following:

What|Old value |New value

  CC|''|'ericb'





--- Additional comments from er...@openoffice.org Tue Aug 17 07:47:35 + 
2010 ---
Does it work better using widevec B ?  (I always prefer use widevec instead 
of vec)

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

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


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



[sc-issues] [Issue 81907] Mouse wheel scrolling jump s

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





--- Additional comments from er...@openoffice.org Sun Aug 15 16:44:14 + 
2010 ---
@tontonmanu :

To my knowledge, there is no student form Seneca working on that at the moment. 
This means the 
topic is open, and if you are interested, you are welcome to contribute, e.g. 
providing patches or 
whatever equivalent.

Please remember that I'm working for free (I'm not paid), and I can't do more, 
but if you can provide a 
couple student + prof (both with C++ knowledge), then I think it should be 
possible to drive them for 
fixing the issue.

Off topic : discussing about old bugs, and for the record, this summer, I 
managed two students, as 
mentor for the Google Summer of Code, and we did a lot on the starmath 
improvement. This includes 
fixing the 9 years bug of the misaligned baseline in OOo (Equation editor) ;-)


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


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



[framework-issues] [Issue 113481] Cannot call Python macro from the command line using URI syntax

2010-07-28 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113481


User ericb changed the following:

What|Old value |New value

  CC|''|'ericb'





--- Additional comments from er...@openoffice.org Wed Jul 28 08:07:51 + 
2010 ---
.

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

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


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



[ui-issues] [Issue 113164] Direct support for touchs creens

2010-07-20 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113164


User ericb changed the following:

What|Old value |New value

  CC|''|'ericb'





--- Additional comments from er...@openoffice.org Tue Jul 20 21:17:50 + 
2010 ---
FYI, I'm already investigating this area, in the Impress annotation mode.

+ me on CC

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

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


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



[graphics-issues] [Issue 112632] No inline formulae

2010-06-23 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112632


User ericb changed the following:

What|Old value |New value

  CC|''|'ericb'





--- Additional comments from er...@openoffice.org Thu Jun 24 05:34:04 + 
2010 ---
+me

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

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


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



[graphics-issues] [Issue 112632] No inline formulae

2010-06-23 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112632


User ericb changed the following:

What|Old value |New value

  CC|'ericb'   |'ericb,jopsen'





--- Additional comments from er...@openoffice.org Thu Jun 24 05:34:50 + 
2010 ---
FYI

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

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


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



[porting-issues] [Issue 93013] start OpenGL transitions I mplementation ( Mac OS XAqua version only )

2010-06-18 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93013





--- Additional comments from er...@openoffice.org Fri Jun 18 07:40:10 + 
2010 ---
@gleppert : the short answer is no, the NSOpenGLview has not been implemented 
into the coming 3.3

Waiting, the feature has only been added to OOo4Kids, and go-oo some times ago, 
but it has some (non 
trivial) bugs, I'll try to fix the coming summer. For example the frames

And if ever I (or someone  else) can fix them, then we'll think to integrate it 
into OOo, but later.

Short answer : If you want to try,please try OOo4Kids or go-oo, and provide us 
feedback.



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

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


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



[www-issues] [Issue 972] Alignment of baselines of fo rmula and text in writer

2010-06-14 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=972





--- Additional comments from er...@openoffice.org Mon Jun 14 11:06:01 + 
2010 ---
Hi,

To avoid counterproductive comments, please note that there is currently a work 
in progress with math 
baseline alignment. For further information, see :
http://wiki.ooo4kids.org/index.php/ImproveMathEquationEditor/Baseline_AlignmentEquations

More generic : http://wiki.ooo4kids.org/index.php/ImproveMathEquationEditor

Thanks to Mathias Bauer and Thomas Lange for their help too.





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

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


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



[sw-issues] [Issue 972] Alignment of baselines of fo rmula and text in writer

2010-06-14 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=972





--- Additional comments from er...@openoffice.org Mon Jun 14 11:06:01 + 
2010 ---
Hi,

To avoid counterproductive comments, please note that there is currently a work 
in progress with math 
baseline alignment. For further information, see :
http://wiki.ooo4kids.org/index.php/ImproveMathEquationEditor/Baseline_AlignmentEquations

More generic : http://wiki.ooo4kids.org/index.php/ImproveMathEquationEditor

Thanks to Mathias Bauer and Thomas Lange for their help too.





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

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


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



[sw-issues] [Issue 111940] Subscripted i incorrect i n Formula

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





--- Additional comments from er...@openoffice.org Sun May 30 19:13:39 + 
2010 ---
Hi,

In fact in is a keyword, seen as binary operator, and either you type :

V sub {} in {}   = empty {} simulates something on right and left, and the 
in operator is happy.

Or 

V sub in=  you can enter whatever text inside the  

HTH



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

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


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



[sw-issues] [Issue 111888] A problem with superscrip ts imported from a document with MathML

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


User ericb changed the following:

What|Old value |New value

  CC|''|'ericb'





--- Additional comments from er...@openoffice.org Fri May 28 06:42:10 + 
2010 ---
Added me on CC

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

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


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



[sw-issues] [Issue 111888] A problem with superscrip ts imported from a document with MathML

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





--- Additional comments from er...@openoffice.org Fri May 28 09:31:24 + 
2010 ---
@TL : FYI, there is a student working on improve Math, for the Google summer of 
code, and IMHO, he's 
working on similar improvement.

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

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


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



[gsl-issues] [Issue 111484] vcl: Error: ImplHandleMou seEvent: mouse event is not sent to capture wi ndow

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


User ericb changed the following:

What|Old value |New value

  CC|''|'ericb'





--- Additional comments from er...@openoffice.org Sun May  9 06:19:49 + 
2010 ---
.

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

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


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



[porting-issues] [Issue 111496] [meta] allow building wit h internal python on Mac OS X

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


User ericb changed the following:

What|Old value |New value

  CC|'ericb'   |''





--- Additional comments from er...@openoffice.org Mon May 10 04:32:47 + 
2010 ---
Removing me.

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

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


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



[sc-issues] [Issue 75642] better python integration

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


User ericb changed the following:

What|Old value |New value

  CC|'tonal'   |'ericb,tonal'





--- Additional comments from er...@openoffice.org Thu May  6 07:50:32 + 
2010 ---
.

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

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


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



[graphics-issues] [Issue 111067] Wrong font-size display f or operators in formulas

2010-04-22 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111067


User ericb changed the following:

What|Old value |New value

  CC|''|'ericb'





--- Additional comments from er...@openoffice.org Thu Apr 22 17:02:36 + 
2010 ---
I just tested on Mac OS X (10.4) with OOo4Kids (based on OOO320_m12 + fixes ) 
and I got the right size, 
even changing the font size between 12 and 18 as shown in your presentation. 

Did you use a template ?  Maybe something is modified ?

Anyway, I add me on CC, just in case the SoC to improve Math is selected this 
year ;)





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

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


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



[sw-issues] [Issue 110955] Versions

2010-04-17 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=110955


User ericb changed the following:

What|Old value |New value

  CC|''|'ericb'





--- Additional comments from er...@openoffice.org Sat Apr 17 07:27:47 + 
2010 ---
.

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

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


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



[framework-issues] [Issue 110769] Severe paint problem in S tartCenter

2010-04-17 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=110769





--- Additional comments from er...@openoffice.org Sat Apr 17 17:37:57 + 
2010 ---
@christophnoack

In OOo4Kids, I removed the buttons, and modified the initial code, to use no 
button, but the toolbox, 
differently. Plus, to avoid a forest of ifdef, I created 
backingwindow-OOo4Kids.cxx and just #ifdef'ed 
specific things in the header, depending on what is built.

I'll attach the file ( LGPL v3, fully compatible with OOo) and if ever my 
change are usefull, I'd be glad to 
see them reused into OOo. If not, that's no problem for me.

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

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


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



[framework-issues] [Issue 110769] Severe paint problem in S tartCenter

2010-04-17 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=110769





--- Additional comments from er...@openoffice.org Sat Apr 17 17:43:06 + 
2010 ---
To bring further information :

- the original backingwindow.cxx is still in the sources
- depending on $WITH_OOo4Kids value, either backingwindows.cxx or 
backingwindows-OOo4Kids.cxx is 
built.

Last : I can provide the header on demand (some constants inside, but nothing 
that important if I 
remember correctly)

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

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


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



[framework-issues] [Issue 110769] Severe paint problem in S tartCenter

2010-04-17 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=110769





--- Additional comments from er...@openoffice.org Sat Apr 17 17:40:28 + 
2010 ---
Created an attachment (id=68978)
Other possibility for the start center, provided under Licence LGPL v3


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

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


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



[framework-issues] [Issue 110769] Severe paint problem in S tartCenter

2010-04-14 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=110769





--- Additional comments from er...@openoffice.org Wed Apr 14 14:44:03 + 
2010 ---
Sorry, just back from work .. 

Just in case, I used another solution in OOo4Kids, and maybe this could be 
reused into OpenOffice.org. 
Just tell me, and I'll attach the file.

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


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



[sw-issues] [Issue 110824] Differences to StarOffice 8 - round-cornered boxes lost?

2010-04-13 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=110824





--- Additional comments from er...@openoffice.org Tue Apr 13 07:36:29 + 
2010 ---
/me curious

Do you have a screenshot ? 

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

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


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



[sw-issues] [Issue 110824] Differences to StarOffice 8 - round-cornered boxes lost?

2010-04-13 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=110824


User ericb changed the following:

What|Old value |New value

  CC|''|'ericb'





--- Additional comments from er...@openoffice.org Tue Apr 13 08:07:43 + 
2010 ---
IMHO, Star Office was very close to OOo, and added some features OOo has not, 
what is understandable 
for this product. But modify the frames is not a light change, and that's why 
I'd like to understand what 
exactly the feature was.



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

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


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



[sw-issues] [Issue 110854] Open office freezes when opening particular RTF file

2010-04-13 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=110854


User ericb changed the following:

What|Old value |New value

  CC|'rainerbielefeld' |'ericb,rainerbielefeld'





--- Additional comments from er...@openoffice.org Wed Apr 14 05:26:27 + 
2010 ---
I tested with OOo4Kids and I see the freeze too. 

*but* this file is two pages only, and is 2,4 MB ?

So I tried to open it using TextEdit, and I saved it again : the text now is 16 
KB only, and OOo4Kids 
opens it easily.

I'll attach the new file, to let the experts have a look on both (a diff -Naur 
told me that the first one is 
ull binary, while mine is UTF-8, or at least human readable). 

HTH

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

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


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



[sw-issues] [Issue 110854] Open office freezes when opening particular RTF file

2010-04-13 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=110854





--- Additional comments from er...@openoffice.org Wed Apr 14 05:27:44 + 
2010 ---
Created an attachment (id=68911)
The new file, open and saved with TextEdit


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

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


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



[framework-issues] [Issue 110769] StartCenter: Hover effect is broken

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


User ericb changed the following:

What|Old value |New value

  CC|''|'ericb'





--- Additional comments from er...@openoffice.org Sun Apr 11 06:46:41 + 
2010 ---
+me on CC




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

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


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



[framework-issues] [Issue 110637] pyuno is outdated

2010-04-06 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=110637


User ericb changed the following:

What|Old value |New value

  CC|''|'ericb'





--- Additional comments from er...@openoffice.org Tue Apr  6 16:04:05 + 
2010 ---
Not everybody uses Snow Leopard, and Python version shipped with Tiger is 2.3.5

 

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

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


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



[sw-issues] [Issue 109545] Footnote loses superscrip t after saving/reopening in no_bk build

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





--- Additional comments from er...@openoffice.org Sat Apr  3 06:47:44 + 
2010 ---
+me, as follower



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

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


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



[framework-issues] [Issue 110344] Start Center buttons shou ld be reachable with the arrow keys

2010-03-24 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=110344


User ericb changed the following:

What|Old value |New value

  CC|'clu' |'clu,ericb'





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

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


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



[gsl-issues] [Issue 92658] Wave underline not support ed in fullscreen presentation (canvas)

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


User ericb changed the following:

What|Old value |New value

  CC|'hdu,jbfaure,macport,pl'  |'ericb,hdu,jbfaure,macport
|  |,pl'





--- Additional comments from er...@openoffice.org Tue Mar  9 22:12:00 + 
2010 ---
.

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

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


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



[ui-issues] [Issue 109377] Using animated icons in U I

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





--- Additional comments from er...@openoffice.org Thu Feb 18 08:53:55 + 
2010 ---
This is exactly what we'll do with OOo4Kids, e.g. the start center.

Currently, when the mouse cursor rolls over an application icon, the background 
is highlighted, but this is 
just a transition, and the final effect will be : Instead of display an 
highlighted background, display a 
bigger icon e.g. , similating an animation.




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

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


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



[ui-issues] [Issue 109377] Using animated icons in U I

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


User ericb changed the following:

What|Old value |New value

  CC|''|'ericb'





--- Additional comments from er...@openoffice.org Thu Feb 18 08:54:07 + 
2010 ---
This is exactly what we'll do with OOo4Kids, e.g. the start center.

Currently, when the mouse cursor rolls over an application icon, the background 
is highlighted, but this is 
just a transition, and the final effect will be : Instead of display an 
highlighted background, display a 
bigger icon e.g. , similating an animation.




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

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


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



[ui-issues] [Issue 109377] Using animated icons in U I

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





--- Additional comments from er...@openoffice.org Thu Feb 18 08:54:45 + 
2010 ---
OOps, sorry for the twice answer

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

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


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



[tools-issues] [Issue 109303] dmake cannot resolve some dependencies in m71 mercurial checkout

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


User ericb changed the following:

What|Old value |New value

  CC|''|'ericb'





--- Additional comments from er...@openoffice.org Tue Feb 16 10:11:14 + 
2010 ---
+me : got students stuck with that issue ...

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

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


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



[graphics-issues] [Issue 109239] Animation workshop in Dra w

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





--- Additional comments from er...@openoffice.org Mon Feb 15 08:47:02 + 
2010 ---
Wow .. was fast 

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

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


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



[graphics-issues] [Issue 109239] Animation workshop in Dra w

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


User ericb changed the following:

What|Old value |New value

  CC|''|'ericb'





--- Additional comments from er...@openoffice.org Sun Feb 14 18:50:22 + 
2010 ---
I'm interested. Can you please tell me more ? 

An easy way to discuss more, could be to discuss on #education.openoffice.org  
( IRC server is 
irc.freenode.net )

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


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



[porting-issues] [Issue 109000] [Mac OS X] crash when rem oving entries in toolbar

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





--- Additional comments from er...@openoffice.org Sat Feb 13 09:32:01 + 
2010 ---
Hi Philipp,

To reproduce the crash I use to open an empty Draw document. 

Steps to reproduce :  simply uncheck several entries in the Line toolbar 
(sorry I only have the Ligne et 
remplissage name  at hand).

Expected:  the unchecked icons must no longer appear in the toolbar
Seen : crashes. 

Fully reproduceable

Once back at home (in two days), I'll try with 3.2.0rc5, to see whether I can 
reproduce (was the case 
with 3.2.0rc4). Last, I got 10.4.11 installed






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

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


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



[porting-issues] [Issue 109000] crash when removing entri es in toolbar

2010-02-05 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109000
 Issue #|109000
 Summary|crash when removing entries in toolbar
   Component|porting
 Version|1.0.0
Platform|Macintosh
 URL|
  OS/Version|Mac OS X, all
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|MacOSX
 Assigned to|macport
 Reported by|ericb





--- Additional comments from er...@openoffice.org Fri Feb  5 23:19:29 + 
2010 ---
crash fully repeatable on Mac OS X 10.4.11  Intel 

crash fully reproductible :  try to remove several entries on the toolbars 

Stack with stripped libs : 

Thread 0 Crashed:
0   libobjc.A.dylib 0x90a5a092 _objc_search_builtins + 24
1   libobjc.A.dylib 0x90a59fd6 __sel_registerName + 38
2   libobjc.A.dylib 0x90a59e9d fixupSelectorsInMethodList + 131
3   libobjc.A.dylib 0x90a59621 _class_lookupMethodAndLoadCache + 233
4   libobjc.A.dylib 0x90a59506 objc_msgSend + 86
5   com.apple.CoreFoundation0x90824fbc __CFDictionaryDeallocate + 460
6   com.apple.CoreFoundation0x9080e109 _CFRelease + 188
7   com.apple.Foundation0x927db8af NSPopAutoreleasePool + 530
8   libvclmxi.dylib 0x024ce0db 
ReleasePoolHolder::~ReleasePoolHolder [in-charge]() + 39 
(salinst.cxx:671)
9   libvclmxi.dylib 0x023a2f30 AquaSalInstance::Yield(bool, bool) + 
1546 (salinst.cxx:805)

- I added symbols in libvcl, sfx2 and framework, and finally, gdb leads me 
regularly to :

Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_PROTECTION_FAILURE at address: 0x0b8395bb
0x90a59eb5 in fixupSelectorsInMethodList ()

with the stack :

(gdb) bt
#0  0x90a59eb5 in fixupSelectorsInMethodList ()
#1  0x90a59621 in _class_lookupMethodAndLoadCache ()
#2  0x90a59506 in objc_msgSend ()
#3  0x90824fbc in __CFDictionaryDeallocate ()
#4  0x9080e109 in _CFRelease ()

After some tries, I think I found the real cause : an extra release in 
ReleasePoolHolder::~ReleasePoolHolder  ( vcl/aqua/salinst.cxx line around 679 )

Remonving the [pool release]  fixed all the crashes, but maybe introduces a 
leak ..
 
@pl : I'll attach a patch, but I'm not sure the patch occurs elsewhere than 
Tiger ( not Leopard on my 
machines)

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

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


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



[porting-issues] [Issue 109000] crash when removing entri es in toolbar

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


User ericb changed the following:

What|Old value |New value

 Version|1.0.0 |DEV300m68





--- Additional comments from er...@openoffice.org Fri Feb  5 23:21:26 + 
2010 ---
Crash reproduced with OOO320_m12, DEV300_m68 too 

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

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


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



[porting-issues] [Issue 109000] crash when removing entri es in toolbar

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


User ericb changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |67666)
simple patch , to f
|  |ix the crashes






--- Additional comments from er...@openoffice.org Fri Feb  5 23:22:10 + 
2010 ---
Created an attachment (id=67666)
simple patch , to fix the crashes


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

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


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



[porting-issues] [Issue 109000] crash when removing entri es in toolbar

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


User ericb changed the following:

What|Old value |New value

Priority|P3|P2





--- Additional comments from er...@openoffice.org Fri Feb  5 23:22:39 + 
2010 ---
Raising prio to 2, because crash




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

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


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



[porting-issues] [Issue 109000] crash when removing entri es in toolbar

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


User ericb changed the following:

What|Old value |New value

  OS/Version|Mac OS X, all |Mac OS X, 10.4





--- Additional comments from er...@openoffice.org Fri Feb  5 23:24:09 + 
2010 ---
Not sure all Mac OS X are concerned : changing for 10.4 only

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

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


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



[porting-issues] [Issue 109000] [Mac OS X] crash when rem oving entries in toolbar

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


User ericb changed the following:

What|Old value |New value

 Summary|crash when removing entrie|[Mac OS X] crash when remo
|s in toolbar  |ving entries in toolbar





--- Additional comments from er...@openoffice.org Fri Feb  5 23:27:25 + 
2010 ---
Adjusting summary

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

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


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



[porting-issues] [Issue 109000] [Mac OS X] crash when rem oving entries in toolbar

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





--- Additional comments from er...@openoffice.org Fri Feb  5 23:41:22 + 
2010 ---
@pl : s/the patch occurs/the crash occurs/

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

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


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



[porting-issues] [Issue 109000] [Mac OS X] crash when rem oving entries in toolbar

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





--- Additional comments from er...@openoffice.org Sat Feb  6 00:19:49 + 
2010 ---
The patch does not fix the crash, who occurs when I quit the application, means 
some refcount is wrong 
somewhere (yet on Mac OS X10.4, no idea with the other versions 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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


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



[porting-issues] [Issue 108729] Popup menu check state dr awing incorrect on Mac.

2010-01-27 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108729


User ericb changed the following:

What|Old value |New value

Priority|P2|P3





--- Additional comments from er...@openoffice.org Thu Jan 28 07:17:25 + 
2010 ---
I don't have 10.5 myself (but 10.4). I'm not sure to get what you mean. Are you 
talking bout code ?
 ... and can you please add information ?  Thanks :)

Not a P2




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

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


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



[tools-issues] [Issue 108609] solenv: new rpmbuild requ ires a BUILD dir

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





--- Additional comments from er...@openoffice.org Mon Jan 25 09:48:16 + 
2010 ---
@cmc : thanks a lot :)

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

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


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



[tools-issues] [Issue 108609] solenv: new rpmbuild requ ires a BUILD dir

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


User ericb changed the following:

What|Old value |New value

  CC|''|'ericb'





--- Additional comments from er...@openoffice.org Mon Jan 25 09:48:29 + 
2010 ---
.

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

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


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



[udk-issues] [Issue 108371] cppu: preserve 128-bit st ack alignment on x86 in cpp_uno/gcc3_linux_int el

2010-01-16 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108371


User ericb changed the following:

What|Old value |New value

  CC|''|'ericb'





--- Additional comments from er...@openoffice.org Sat Jan 16 14:47:25 + 
2010 ---
extremely interesting



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

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


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



[udk-issues] [Issue 108161] [cppuhelper] WeakReferenc eHelper::operator= performance

2010-01-08 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108161


User ericb changed the following:

What|Old value |New value

  CC|''|'ericb'





--- Additional comments from er...@openoffice.org Sat Jan  9 06:00:34 + 
2010 ---
Interesting

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

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


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



[udk-issues] [Issue 108151] remotebridges: fix strict aliasing

2010-01-08 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108151


User ericb changed the following:

What|Old value |New value

  CC|'sb'  |'ericb,sb'





--- Additional comments from er...@openoffice.org Sat Jan  9 06:01:59 + 
2010 ---
.

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

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


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



[porting-issues] [Issue 108065] Add a new remote in the l ist

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


User ericb changed the following:

What|Old value |New value

  CC|'pl'  |'pl,thb'





--- Additional comments from er...@openoffice.org Thu Jan  7 14:41:11 + 
2010 ---
Thanks to Felix Kühne from VLC Team, who confirmed we can reuse the new cookies 
in OpenOffice.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: issues-unsubscr...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.openoffice.org


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



[porting-issues] [Issue 108065] Add a new remote in the l ist

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


User ericb changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from er...@openoffice.org Thu Jan  7 14:42:02 + 
2010 ---
Issue fixed in macmetallicremote2009




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

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


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



[porting-issues] [Issue 108065] Add a new remote in the l ist

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





--- Additional comments from er...@openoffice.org Thu Jan  7 14:43:16 + 
2010 ---
I forgot : just two cookies have been added (the other new one are from vcl108 
if I'm not wrong)

Reminder : searching a tester,because my earlier Mac OS X is 10.4

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

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


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



[graphics-issues] [Issue 97972] Added drawing features for OOo Impress

2010-01-06 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=97972


User ericb changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from er...@openoffice.org Wed Jan  6 15:46:15 + 
2010 ---
Issue fixed in eraser01. Commits done.

See : changeset 262771  36d89f0ce761



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

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


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



[graphics-issues] [Issue 103174] Enhance user painting cap abilities during slideshow

2010-01-06 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103174





--- Additional comments from er...@openoffice.org Wed Jan  6 15:47:41 + 
2010 ---
Cosmetic changes commited in eraser01 (hg)

See : changeset 262771  36d89f0ce761

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

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


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



[graphics-issues] [Issue 103174] Enhance user painting cap abilities during slideshow

2010-01-06 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103174


User ericb changed the following:

What|Old value |New value

Target milestone|OOo 3.2   |OOo 3.3





--- Additional comments from er...@openoffice.org Wed Jan  6 15:57:08 + 
2010 ---
Setting the right target

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

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


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



[graphics-issues] [Issue 97972] Added drawing features for OOo Impress

2010-01-06 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=97972


User ericb changed the following:

What|Old value |New value

Target milestone|---   |OOo 3.3





--- Additional comments from er...@openoffice.org Wed Jan  6 15:57:35 + 
2010 ---
Setting the right target

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

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


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



[porting-issues] [Issue 108065] Add a new remote in the l ist

2010-01-04 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108065
 Issue #|108065
 Summary|Add a new remote in the list
   Component|porting
 Version|DEV300m68
Platform|Macintosh
 URL|
  OS/Version|Mac OS X
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|MacOSX
 Assigned to|ericb
 Reported by|ericb





--- Additional comments from er...@openoffice.org Mon Jan  4 14:36:48 + 
2010 ---
The new metallic Apple remote (2009 model) does not work because new cookies 
have been added in the 
private Apple API.

After I proposed a patch to vlc people, I discussed with the Mac developers on 
IRC, and finally, they 
provided me information about the new metallic remote, Apple provides since end 
2009.

Waiting for confirmation I can use the new cookies value.

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

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


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



[porting-issues] [Issue 108065] Add a new remote in the l ist

2010-01-04 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108065


User ericb changed the following:

What|Old value |New value

  CC|''|'pl'





--- Additional comments from er...@openoffice.org Mon Jan  4 15:32:52 + 
2010 ---
@pl 

FYI : 
http://hg.services.openoffice.org/cws/macmetallicremote2009/rev/48e1297ac3a0
For further information, please join me on IRC.

... and happy new year 2010  !

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

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


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



[graphics-issues] [Issue 107648] Apple Remote in Impress n ot working with recent 10.6 versions

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





--- Additional comments from er...@openoffice.org Tue Dec 15 18:09:07 + 
2009 ---
@Florian

I don't think so, but I can build a libAppleRemotemxi.dylib containing the 
change for you. This code does 
not depend too much of the other code, and imho it should work in most cases.

The need is to replace the old one in the bundle with it, and this should be 
ok. ( ask me in private if you 
are interested)





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

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


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



[graphics-issues] [Issue 97972] Added drawing features for OOo Impress

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





--- Additional comments from er...@openoffice.org Tue Dec 15 22:48:07 + 
2009 ---
New changes commited in eraser01 (mercurial)

Will try both feature enabled and feature disabled builds to be sure.





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

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


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



[graphics-issues] [Issue 107648] Apple Remote in Impress n ot working with recent 10.6 versions

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





--- Additional comments from er...@openoffice.org Sun Dec 13 21:12:28 + 
2009 ---
Sorry, I don't have any machine running Mac OS X10.6, but only Mac OS X10.4, 
and I can't fix nor work on 
that.

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

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


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



[graphics-issues] [Issue 107648] Apple Remote in Impress n ot working with recent 10.6 versions

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


User ericb changed the following:

What|Old value |New value

  CC|'hdu,thb' |'ericb,hdu,thb'





--- Additional comments from er...@openoffice.org Sun Dec 13 21:12:46 + 
2009 ---
.

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

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


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



  1   2   3   4   5   6   7   8   9   10   >