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

2012-07-21 Thread Daniel Bankston
sc/source/core/tool/scmatrix.cxx | 11 --- sc/source/filter/xml/XMLStylesImportHelper.cxx | 16 sc/source/filter/xml/XMLStylesImportHelper.hxx |1 - sc/source/filter/xml/xmlcelli.cxx |3 ++- sc/source/filter/xml/xmlimprt.cxx

[Libreoffice-commits] .: 3 commits - sc/source

2012-07-21 Thread Daniel Bankston
sc/source/filter/xml/XMLStylesImportHelper.cxx | 16 sc/source/filter/xml/XMLStylesImportHelper.hxx |1 - sc/source/filter/xml/xmlcelli.cxx |3 ++- sc/source/filter/xml/xmlimprt.cxx |3 +-- 4 files changed, 3 insertions(+), 20 deletions(-)

[Libreoffice-commits] .: starmath/source

2012-07-21 Thread Ivan Timofeev
starmath/source/visitors.cxx |6 ++ 1 file changed, 6 insertions(+) New commits: commit cb4c69121a7ca4db4748a78a16d87aaadb3aa9fa Author: Ivan Timofeev Date: Sat Jul 21 12:37:19 2012 +0400 fdo#38887: SmNodeToTextVisitor: use braces for nested scripts Though it is unclear w

[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-07-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 --- Comment #47 from Rainer Bielefeld 2012-07-21 09:32:11 PDT --- Add "Bug 49441 - FILEOPEN for multiple documents fails from new File Dialog": Very visible and very annoying for "power users" -- Configure bugmail: https://bugs.freedesktop.org

[Libreoffice-commits] .: g

2012-07-21 Thread Norbert Thiebaud
g |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 1659bbe4298652972f3b8e517f60e7d4e698bbf0 Author: Norbert Thiebaud Date: Sat Jul 21 07:21:11 2012 -0500 suppress distracting message in ./g on some platform we use perl to determine the absolute path of

[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-07-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 --- Comment #48 from Rainer Bielefeld 2012-07-21 13:43:55 PDT --- Add "Bug 52340 - EDITING: CRASH when Copy+Paste row with conditional formatting to other sheet and back to inserted row"; Crash with often used operation. -- Configure bugmail:

[Libreoffice-commits] .: 2 commits - cui/source vcl/source

2012-07-21 Thread Matteo Casalin
cui/source/dialogs/cuigrfflt.cxx |1 - vcl/source/app/sound.cxx | 12 2 files changed, 4 insertions(+), 9 deletions(-) New commits: commit ad6b352bffdba5c45fa0915c7fdf8f5460409fc3 Author: Matteo Casalin Date: Sat Jul 14 18:46:58 2012 +0200 Cleanup sound.cxx

Re: Modern font features, hacky patch

2012-07-21 Thread Khaled Hosny
On Sat, Jul 21, 2012 at 03:08:20AM +0200, Khaled Hosny wrote: > On Fri, Mar 30, 2012 at 03:27:39PM +0100, Caolán McNamara wrote: > > On Fri, 2012-03-30 at 16:13 +0200, Khaled Hosny wrote: > > > If there is interest in this, I can try implementing optional HarfBuzz > > > support next to ICU so we ca

Re: Modern font features, hacky patch

2012-07-21 Thread Norbert Thiebaud
On Sat, Jul 21, 2012 at 11:20 AM, Khaled Hosny wrote: > On Sat, Jul 21, 2012 at 03:08:20AM +0200, Khaled Hosny wrote: >> On Fri, Mar 30, 2012 at 03:27:39PM +0100, Caolán McNamara wrote: >> > On Fri, 2012-03-30 at 16:13 +0200, Khaled Hosny wrote: >> > > If there is interest in this, I can try imple

[Libreoffice-commits] .: Makefile.top

2012-07-21 Thread Norbert Thiebaud
Makefile.top | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) New commits: commit 20b8d8957fad3b909151bb9c2aa8fb4b3adcc705 Author: Norbert Thiebaud Date: Sat Jul 21 14:22:44 2012 -0500 add install-tb target to do install for tinbuild2 to populate bibisect li

Re: Modern font features, hacky patch

2012-07-21 Thread Matúš Kukan
On 21 July 2012 18:20, Khaled Hosny wrote: > Here is a very crude, WIP patch. It adds --enable-harfbuzz configure > option, plus some (very broken) harfbuzz layout code, but I can't get > the ENABLE_HARFBUZZ to propagate in and thus can't do any testing > because the code is never compiled. I appr

[Libreoffice-commits] .: 3 commits - sc/source tubes/inc tubes/Library_tubes.mk tubes/Package_inc.mk tubes/source

2012-07-21 Thread Matus Kukan
sc/source/ui/collab/sendfunc.cxx |9 +--- sc/source/ui/collab/sendfunc.hxx |6 -- tubes/Library_tubes.mk |1 tubes/Package_inc.mk |5 -- tubes/inc/tubes/conference.hxx | 21 +++-- tubes/inc/tubes/manager.hxx |4 - tubes/inc/tubes/packet.hxx

Re: Adding bibisect repository support to tinbuild2

2012-07-21 Thread Norbert Thiebaud
So... I committed you patch, and then refactored it 'a bit' First I separated the operation in 3 differents operations: 1/ the need to make the install: I added in Makefile.top a new install-tb target that avoid the 'rebuilding' for nothing, and just do make dev-install (except that on linux it

Re: Modern font features, hacky patch

2012-07-21 Thread Khaled Hosny
On Sat, Jul 21, 2012 at 09:51:09PM +0200, Matúš Kukan wrote: > On 21 July 2012 18:20, Khaled Hosny wrote: > > Here is a very crude, WIP patch. It adds --enable-harfbuzz configure > > option, plus some (very broken) harfbuzz layout code, but I can't get > > the ENABLE_HARFBUZZ to propagate in and t

Re: Adding bibisect repository support to tinbuild2

2012-07-21 Thread Robinson Tryon
On Sat, Jul 21, 2012 at 5:12 PM, Norbert Thiebaud wrote: > So... I committed you patch, and then refactored it 'a bit' > Yeah, sorry for making you do a big reorg of all of my code. I'll try to send smaller patches in the future so they'll require less surgery from you afterwards. > First I sepa

[Libreoffice-commits] .: tubes/source

2012-07-21 Thread Matus Kukan
tubes/source/manager.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 2b2099cbd20d98caa16d8c08a3d94b8e5e34d264 Author: Matúš Kukan Date: Sun Jul 22 00:32:10 2012 +0200 tubes: do not crash if there is no TeleManager yet Change-Id: I042c773f071d336

Re: Adding bibisect repository support to tinbuild2

2012-07-21 Thread Norbert Thiebaud
On Sat, Jul 21, 2012 at 5:48 PM, Robinson Tryon wrote: >> TODO: right now we make install and deliver at every build... there >> may be a reason to do that less often... but the logic to only >> conditionally do that is not obvious. time based suck, > > How much of a time suck are we talking about

[Libreoffice-commits] .: Makefile.top

2012-07-21 Thread Norbert Thiebaud
Makefile.top |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 6500299e16baaa72403243e4741080999cce4580 Author: Norbert Thiebaud Date: Sat Jul 21 19:08:03 2012 -0500 for install-tb do not install gdbprinter with symbolic link Change-Id: I7b90d049cb1a809

License Statement

2012-07-21 Thread Ahmad Hussein Al-Harthi
Hi! All my current and past contributions made to the LibreOffice project are done under MPL1.1+ / GPLv3+ / LGPLv3+. Until further notice, all my future contributions to the LibreOffice project are available under MPL1.1+ / GPLv3+ / LGPLv3+. __ Regards, Ahmad Harthi +966 500

[PATCH] factorized document changes notification code. cf LO bug #47...

2012-07-21 Thread Gerrit
>From Jean-Tiare Le Bigot : Jean-Tiare Le Bigot has uploaded a new change for review. Change subject: factorized document changes notification code. cf LO bug #47958. .. factorized document changes notification code. cf LO bug #

[Libreoffice-commits] .: idlc/prj

2012-07-21 Thread David Tardon
idlc/prj/build.lst |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 00f4aabc86f35ea2f12d21cb6e69b0a794ef8d4d Author: David Tardon Date: Sun Jul 22 08:06:33 2012 +0200 fix typo Change-Id: I663127446e7d9a38693ce46a7a42b5bec8cb8d51 diff --git a/idlc/prj/

No Win builds?

2012-07-21 Thread Rainer Bielefeld
Hi all, currently we again have the problem that we get no current WIN Master builds on the Tinderbox Server. I see some successful builds (?) on , especially Win-x86_6, but there is no build for download on