[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-07-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Rainer Bielefeld changed: What|Removed |Added Depends on||46249 -- Configure bugmail: https://

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-07-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 --- Comment #353 from Rainer Bielefeld 2012-07-29 06:57:39 PDT --- Add "Bug 46249 - CRASH when browse to HD root directory in FILEOPEN Template dialog": Crash, Regression, several DUPs -- Configure bugmail: https://bugs.freedesktop.org/userpre

Re: LibO master fails to build after pull

2012-07-28 Thread Daniel Bankston
On 07/28/2012 03:11 PM, Ruslan Kabatsayev wrote: Hello, After pulling master updating from tree dated by ~July 18, LibO no longer builds for me. Here's what I get: http://pastebin.com/YiXhAvM4 I don't quite understand what's wrong here and how to fix this. Any ideas? (CC'ing Kohei since he's th

Re: MacOS X 10.8 Mountain Lion

2012-07-28 Thread Italo Vignoli
Il 28/07/2012 18:25, Alexander Thurgood ha scritto: Didn't have this problem, but that's maybe because LO was already installed when I upgraded from OSX 10.6 to 10.8 - perhaps this issue arises on new installation of LO. Yes, the issue arises for a clean installation, and the behaviour is dif

Re: [PATCH (partial)] fdo#48549 System::Beep() removal

2012-07-28 Thread Mathieu Vonlanthen
Hi, I've written a new patch cleaning remaining calls to Sound::Beep and unused include. I've also removed sound.hxx and sound.cxx as they were no more used. I've built master with this patch without warnings on the modified files but there is still no logging added. There is still calls to Get

[Libreoffice-commits] .: svl/inc

2012-07-28 Thread Caolán McNamara
svl/inc/svl/svarray.hxx | 71 1 file changed, 71 deletions(-) New commits: commit 0c6bc6e5491f1195559b9477745eb7974c705d08 Author: Caolán McNamara Date: Sat Jul 28 21:07:19 2012 +0100 dung out the unused pre-stl macros remove th

[ANN] LibreOffice 3.6.0 RC4 test builds available

2012-07-28 Thread Fridrich Strba
Hi *, for the upcoming new version 3.6.0, the RC4 builds now start to be available on pre-releases. This build is slated to be fourth release candidate build on the way towards 3.6.0, please refer to our release plan timings here: http://wiki.documentfoundation.org/ReleasePlan#3.6_release Build

LibO master fails to build after pull

2012-07-28 Thread Ruslan Kabatsayev
Hello, After pulling master updating from tree dated by ~July 18, LibO no longer builds for me. Here's what I get: http://pastebin.com/YiXhAvM4 I don't quite understand what's wrong here and how to fix this. Any ideas? (CC'ing Kohei since he's the only one who has committed to scmatrix.cxx since

[Libreoffice-commits] .: cui/source editeng/source svtools/Package_inc.mk svtools/source

2012-07-28 Thread Caolán McNamara
cui/source/dialogs/commonlingui.hxx |1 cui/source/inc/SpellDialog.hxx |1 editeng/source/editeng/edtspell.hxx |9 svtools/Package_inc.mk |1 svtools/source/control/svxbox.cxx | 612 5 files changed, 5 insertions(+), 619

[Libreoffice-commits] .: sc/source

2012-07-28 Thread Arnaud Versini
sc/source/filter/qpro/qprostyle.cxx |8 sc/source/filter/xml/xmlexprt.cxx |2 +- sc/source/ui/app/drwtrans.cxx |2 +- sc/source/ui/app/transobj.cxx |2 +- sc/source/ui/unoobj/afmtuno.cxx |2 +- sc/source/ui/unoobj/cellsuno.cxx|4 ++-- sc/sourc

[Libreoffice-commits] .: xmloff/inc

2012-07-28 Thread Thomas Arnhold
xmloff/inc/xmloff/txtprmap.hxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit db4f5372cb2d83ba9263071978ef837de847a689 Author: Thomas Arnhold Date: Sat Jul 28 19:56:19 2012 +0200 Partially revert "hrc cleanup: Remove unused resource definitions"

[Libreoffice-commits] .: 3 commits - comphelper/inc l10ntools/inc sc/inc sd/source store/workben vcl/inc

2012-07-28 Thread Thomas Arnhold
comphelper/inc/comphelper/accessibleselectionhelper.hxx |1 l10ntools/inc/tokens.h |1 sc/inc/cfgids.hxx |8 + sc/inc/rechead.hxx | 73 sd/source/ui/view/Doc

Re: ./autogen.sh problem: 'configure: error: No compiler found.'

2012-07-28 Thread John Smith
On Sat, Jul 28, 2012 at 7:00 PM, Michael Stahl wrote: > > i guess it fails because you're using Fedora 17 and don't have ccache > installed, which causes $COMPATH to be the empty string, because > CC=/bin/gcc. that is a defect in the configure script, but i'm too lazy > to boot my F17 box to fix

Re: ./autogen.sh problem: 'configure: error: No compiler found.'

2012-07-28 Thread Michael Stahl
On 28/07/12 18:37, John Smith wrote: > Hi, > > > When running ./autogen.sh, I get the following error : > > checking for maximum parallelism for gmake... per module:1, for tail_build:2 > setting up the build environment variables... > configure: error: No compiler found. > Error running configur

DB Driver connectivity components not properly registered in master ?

2012-07-28 Thread Alexander Thurgood
Hi all, Just wondering whether the db driver component registration code has been played with recently because : https://bugs.freedesktop.org/show_bug.cgi?id=52615 and I get the same error now on my fresh build on master with the mysql native connector driver. Alex _

./autogen.sh problem: 'configure: error: No compiler found.'

2012-07-28 Thread John Smith
Hi, When running ./autogen.sh, I get the following error : checking for maximum parallelism for gmake... per module:1, for tail_build:2 setting up the build environment variables... configure: error: No compiler found. Error running configure at ./autogen.sh line 187. make: *** [/usr/local/src/l

Re: MacOS X 10.8 Mountain Lion

2012-07-28 Thread Alexander Thurgood
Le 28/07/12 11:35, Alex Thurgood a écrit : Hi all, >> following issues: >> >> - in order to run without special permissions, LibreOffice needs to be >> signed (identified developer) Didn't have this problem, but that's maybe because LO was already installed when I upgraded from OSX 10.6 to 10

[Libreoffice-commits] .: 3 commits - svl/inc svl/source sw/inc sw/source

2012-07-28 Thread Caolán McNamara
svl/inc/svl/brdcst.hxx | 25 ++- svl/inc/svl/zforlist.hxx |2 svl/source/notify/brdcst.cxx | 71 - svl/source/notify/lstner.cxx | 12 ++--- sw/inc/shellio.hxx |1 sw/source

[Libreoffice-commits] .: sw/inc sw/source

2012-07-28 Thread Arnaud Versini
sw/inc/unobaseclass.hxx |2 +- sw/source/core/unocore/TextCursorHelper.cxx |2 +- sw/source/core/unocore/unochart.cxx |2 +- sw/source/core/unocore/unodraw.cxx |2 +- sw/source/core/unocore/unofield.cxx |4 ++-- sw/source/core/unocor

[Libreoffice-commits] .: Branch 'feature/remote' - 8 commits - android/sdremote

2012-07-28 Thread Andrzej J.R. Hunt
android/sdremote/AndroidManifest.xml | 10 - android/sdremote/res/drawable/icon_options.png |binary android/sdremote/res/drawable/rectangle_black.xml | 11 + android/sdremote/res

Re: fodg + gradient + angle

2012-07-28 Thread Michael Stahl
On 28/07/12 11:21, Michael Meeks wrote: > Hi Christina :-) > > On Fri, 2012-07-27 at 21:39 +0200, Christina Roßmanith wrote: >> a gradient angle given without a unith should be interpreted as degrees, >> but in my example a value of draw:angle="90" shows up in LibO as 9 >> degrees. If I change i

[Libreoffice-commits] .: fpicker/source

2012-07-28 Thread Caolán McNamara
fpicker/source/aqua/SalAquaFilePicker.mm |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) New commits: commit 36aae9cda39e08c450ecef048f763bdd023d03a2 Author: Caolán McNamara Date: Sat Jul 28 15:48:53 2012 +0100 having a stab at silencing this warning i.e. use same

[Libreoffice-commits] .: unoxml/source unusedcode.easy

2012-07-28 Thread Caolán McNamara
unoxml/source/events/eventdispatcher.cxx | 10 ++ unoxml/source/events/eventdispatcher.hxx |2 ++ unusedcode.easy |1 - 3 files changed, 12 insertions(+), 1 deletion(-) New commits: commit 26a21cd45bd499c029f3d0344410dc808761987e Author: Caolán McNamara

[PATCH] Fix a library not found error

2012-07-28 Thread Francois Tigeot
testtools/CustomTarget_uno_test.mk may fail with the "uno" binary unable to find its needed shared libraries: ... [ build ALL ] loaded modules: testtools Shared object "libuno_cppu.so.3" not found, required by "uno" The attached patch sets LD_LIBRARY_PATH to $(OUTDIR)/lib on the mode

Re: [PATCH] gtk: listbox border was not rendered

2012-07-28 Thread Ivan Timofeev
Hi Ruslan, On 28.07.2012 15:08, Ruslan Kabatsayev wrote: This mostly looks good, but breaks a bit border for oxygen-gtk I have just installed it, yeah - it is broken... :( (which somehow has worked before the patch, unlike other themes). Strange. I'd suggest using getFrameWidth() to adju

[Libreoffice-commits] .: writerfilter/inc writerfilter/source writerfilter/unocomponent

2012-07-28 Thread Miklos Vajna
writerfilter/inc/resourcemodel/TableManager.hxx |4 -- writerfilter/source/dmapper/DomainMapper.cxx| 18 +- writerfilter/source/dmapper/FontTable.cxx |2 - writerfilter/source/dmapper/GraphicImpo

[Libreoffice-commits] .: fpicker/source

2012-07-28 Thread Tor Lillqvist
fpicker/source/aqua/SalAquaPicker.mm |8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) New commits: commit 079c042d1994b6a8532e72e55617a7acd387 Author: Tor Lillqvist Date: Sat Jul 28 14:43:55 2012 +0300 WaE: ignoring #pragma GCC diagnostic Change-Id: I45db1175d

[Libreoffice-commits] .: unusedcode.easy

2012-07-28 Thread Caolán McNamara
unusedcode.easy | 25 +++-- 1 file changed, 3 insertions(+), 22 deletions(-) New commits: commit 1e38b346cc99714fcbef4ba46b8659feea268b58 Author: Caolán McNamara Date: Sat Jul 28 12:13:28 2012 +0100 callcatcher: update list, more stlification Change-Id: I03

Re: [PATCH] gtk: listbox border was not rendered

2012-07-28 Thread Ruslan Kabatsayev
Hello, This mostly looks good, but breaks a bit border for oxygen-gtk (which somehow has worked before the patch, unlike other themes). Namely, the border now appears to be 1px while it should be 2px. I'd suggest using getFrameWidth() to adjust the shadow rect. OTOH, we've done quite some customiz

Re: [Libreoffice-qa] [ANN] LibreOffice 3.6.0 RC3 test builds available

2012-07-28 Thread Rainer Bielefeld
Fridrich Strba schrieb: There was a problem with windows build, rebuilding now. Hi, there is till no build on at 2012-07-28 11:00 UTC ?! Further discussion / comments please on Best regards Rainer __

Re: MacOS X 10.8 Mountain Lion

2012-07-28 Thread Alex Thurgood
On 07/27/2012 11:49 PM, Italo Vignoli wrote: Hi all, LibreOffice runs fine with Mountain Lion, but we should solve the following issues: - in order to run without special permissions, LibreOffice needs to be signed (identified developer) - Mountain Lion does not install Java, and LibreOffice

Re: fodg + gradient + angle

2012-07-28 Thread Michael Meeks
Hi Christina :-) On Fri, 2012-07-27 at 21:39 +0200, Christina Roßmanith wrote: > a gradient angle given without a unith should be interpreted as degrees, > but in my example a value of draw:angle="90" shows up in LibO as 9 > degrees. If I change it to draw:angle="90deg" the value is read correct

[Libreoffice-commits] .: Branch 'feature/mork' - connectivity/source Repository.mk scp2/source

2012-07-28 Thread David Ostrovsky
Repository.mk|2 +- connectivity/source/drivers/mork/MConnection.cxx | 11 ++- connectivity/source/drivers/mork/MDriver.cxx |7 ++- scp2/source/ooo/file_library_ooo.scp | 11 +-- 4 files changed, 18 insertions(+),

[Libreoffice-commits] .: Branch 'feature/gsoc-calc-perf2' - sc/inc sc/source

2012-07-28 Thread Daniel Bankston
sc/inc/cell.hxx |4 ++-- sc/inc/document.hxx |6 -- sc/source/core/data/cell.cxx | 11 ++- sc/source/core/data/documen4.cxx |5 +++-- sc/source/core/data/documen7.cxx |5 +++-- sc/source/filter/xml/xmlsubti.cxx |2 +- sc/sour

Re: fodg + gradient + angle

2012-07-28 Thread Fridrich Strba
Don't fix, historic behaviour in odg. Sent from Samsung Mobile Christina Roßmanith wrote: Hi, a gradient angle given without a unith should be interpreted as degrees, but in my example a value of draw:angle="90" shows up in LibO as 9 degrees. If I change it to draw:angle="90deg" the value i

mingw build is broken (winegcc configuration phase)

2012-07-28 Thread David Ostrovsky
Hi Kendy, the last winegcc changes break mingw build. I can isolate the problem: winegcc -m32 -o conftest.exe -g -O2 conftest.c /usr/lib64/gcc/x86_64-suse-linux/4.6/../../../../x86_64-suse-linux/bin/ld: cannot find -ladvapi32 /usr/lib64/gcc/x86_64-suse-linux/4.6/../../../../x86_64-suse-linux/bi

Re: MacOS X 10.8 Mountain Lion

2012-07-28 Thread Stefan Knorr (Astron)
Hi there, as an aside: how does LibreOffice fare on the new MBP's high-DPI display? Does anyone know? Astron. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice