Re: gerrit and Change-IDs - is everyone supposed to manually install a commit-hook?

2012-08-10 Thread David Ostrovsky
On 10.08.2012 02:58, Bjoern Michaelsen wrote: Usually one of the initial scripts (./download ?) do that for you. To be safe, you can always run ./g -z which should do the trick. Another way is to use git review -setup [*] Once the commit-msg hook installed you can submit a commit even witho

[Libreoffice-commits] .: avmedia/Library_avmediagst_0_10.mk avmedia/source configure.in

2012-08-10 Thread David Tardon
avmedia/Library_avmediagst_0_10.mk | 62 avmedia/source/gstreamer/gstmanager.cxx |2 + avmedia/source/gstreamer/gstplayer.cxx |8 ++-- configure.in|2 - 4 files changed, 70 insertions(+), 4 deletions(-) New commits:

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

2012-08-10 Thread Julien Nabet
sc/source/ui/inc/tabview.hxx |1 - sc/source/ui/view/tabview3.cxx |5 - unusedcode.easy|1 - 3 files changed, 7 deletions(-) New commits: commit 75b15044a9af0f3bd08a204422b088fd1e9f5ad9 Author: Julien Nabet Date: Fri Aug 10 08:15:11 2012 +0200 Bin ScTabVi

[Libreoffice-commits] .: desktop/source

2012-08-10 Thread Stephan Bergmann
desktop/source/app/app.cxx |4 1 file changed, 4 insertions(+) New commits: commit 0cfed166261968068abbed485ceffd67ca5cbf61 Author: Stephan Bergmann Date: Fri Aug 10 09:06:08 2012 +0200 fdo#42470: Do not show backing window on --nodefault Change-Id: Id265dc84de454568ea81

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - reportdesign/inc reportdesign/source

2012-08-10 Thread Lionel Elie Mamane
reportdesign/inc/UndoEnv.hxx |2 reportdesign/source/core/api/Section.cxx | 87 ++- reportdesign/source/core/inc/Section.hxx | 34 +--- 3 files changed, 82 insertions(+), 41 deletions(-) New commits: commit 40157f6fa8950505a7ffd22e0b11696cc

[ Patch ] fdo#37791 Insert selected text to Findbar by Ctrl+f

2012-08-10 Thread zolniatamas
Hi, At last I managed to get Findbar to behave with Ctrl+f as excepted. Details in patch description. Regards, Zolnai Tamás>From 7403288c94b25ce3391d0d0fcc7624b68dd8316a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolnai=20Tam=C3=A1s?= Date: Fri, 10 Aug 2012 09:32:03 +0200 Subject: [PATCH] f

Re: gerrit and Change-IDs - is everyone supposed to manually install a commit-hook?

2012-08-10 Thread Christian Lohmaier
Hi Björn, *, On Fri, Aug 10, 2012 at 2:58 AM, Bjoern Michaelsen wrote: > On Fri, Aug 10, 2012 at 02:16:37AM +0200, Christian Lohmaier wrote: >> So is everyone supposed to install a commit-hook locally? > [...] > Usually one of the initial scripts (./download ?) do that for you. To be > safe, you

[REVIEW 3-6] fdo#42470 honor --nodefault

2012-08-10 Thread Stephan Bergmann
Please consider backporting the rather trivial fix "fdo#42470: Do not show backing window on --nodefault" to libreoffice-3-6. Might keep the mob happy :P Thanks, Stephan

Re: [ Patch ] fdo#37791 Insert selected text to Findbar by Ctrl+f

2012-08-10 Thread Miklos Vajna
Hi Tamas, On Fri, Aug 10, 2012 at 10:19:19AM +0200, zolniata...@caesar.elte.hu wrote: > +String aString; I know this is copied from existing code, but if you are at it, can't you turn this into an OUString? most probably it'll work out of the box, you just need to rename the class. (See http

[Libreoffice-commits] .: configure.in

2012-08-10 Thread Tor Lillqvist
configure.in |7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) New commits: commit 7bf5fbdc2b4d4bc332ea5b4028431c191dd88984 Author: Tor Lillqvist Date: Fri Aug 10 11:34:06 2012 +0300 Look for the 10.6 SDK in the same places as the 10.[78] ones Change-Id: Ia04610dfa5c

[Libreoffice-commits] .: svx/inc

2012-08-10 Thread Stephan Bergmann
svx/inc/svx/svdpage.hxx |1 - 1 file changed, 1 deletion(-) New commits: commit 7f01893356d1bd8882bde5c7df27f00073854514 Author: Stephan Bergmann Date: Fri Aug 10 10:46:27 2012 +0200 Remove misleading comment ... as f7f34c29aada422e54c5835eb4df610b7d2a627c "INTEGRATION: CWS i

[ANN] gerrit maildrop ready for testing

2012-08-10 Thread Bjoern Michaelsen
Hi, the gerrit maildrop is ready for early beta testing. To upload a patch to master, attach your git-format-patch patch and send a mail with a subject starting with '[PATCH]' to: ger...@libreoffice.org You patch should then be commited to master for review and you should get a reply about it.

Re: [ Patch ] fdo#37791 Insert selected text to Findbar by Ctrl+f

2012-08-10 Thread zolniatamas
Hi, Miklós Required changes have done. Regards, Zolnai Tamás >From 44e45fc2f99c78b014952dbe3d38e7822ae2340f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolnai=20Tam=C3=A1s?= Date: Fri, 10 Aug 2012 09:32:03 +0200 Subject: [PATCH] fdo#37791 Insert selected text to Findbar by Ctrl F The dispatch

[REVIEW 3.6] vertically align and enlarge fields in cond.formatting dialog

2012-08-10 Thread Jean-Baptiste Faure
Hi, Please consider backporting to 3.6 this trivial fix http://cgit.freedesktop.org/libreoffice/core/commit/?id=63e0644040536558df92e7598e70a56bb5a3422f It make the Conditional Formating Dialog more readable, specifically for FR localization. Best regards. JBF -- Seuls des formats ouverts peuv

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

2012-08-10 Thread Miklos Vajna
svx/inc/tbunosearchcontrollers.hxx |1 svx/source/tbxctrls/tbunosearchcontrollers.cxx | 50 +++-- 2 files changed, 32 insertions(+), 19 deletions(-) New commits: commit 31b18677987eb82169730750670faf8409206e8c Author: Zolnai Tamás Date: Fri Aug 10 09:32:

Re: [PUSHED] fdo#37791 Insert selected text to Findbar by Ctrl+f

2012-08-10 Thread Miklos Vajna
Hi Tamas, On Fri, Aug 10, 2012 at 10:57:12AM +0200, zolniata...@caesar.elte.hu wrote: > +::rtl::OUString aString; Just for the future: you can use simply OUString here, in internal code the ::rtl:: prefix is no longer necessary. (I corrected this before pushing.) > +if ( aString.getLengt

[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-08-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 --- Comment #76 from Petr Mladek 2012-08-10 09:47:51 UTC --- (In reply to comment #75) > Please add this long standing bug > Bug 40421 - PRINTING shapes with transparent(?) Bitmap background loses bezier > curves This bug is already listed as 3.

fdo#52639: ServiceManager: check isDisposed():

2012-08-10 Thread Gerrit
>From Michael Stahl : Michael Stahl has abandoned this change. Change subject: fdo#52639: ServiceManager: check isDisposed(): .. Patch Set 1: Abandoned -- To view, visit https://gerrit.libreoffice.org/376 To unsubscribe, visit

[Libreoffice-commits] .: 3 commits - Module_tail_build.mk dbaccess/CppunitTest_dbaccess_macros_test.mk sc/CppunitTest_sc_annotationshapeobj.mk sc/CppunitTest_sc_cellrangeobj.mk sc/CppunitTest_sc_chart

2012-08-10 Thread Michael Stahl
Module_tail_build.mk |2 ++ dbaccess/CppunitTest_dbaccess_macros_test.mk |4 +--- sc/CppunitTest_sc_annotationshapeobj.mk |4 +--- sc/CppunitTest_sc_cellrangeobj.mk|4 +--- sc/CppunitTest_sc_chart_regression_test.mk |4 +--- sc/Cppunit

Re: [ANN] gerrit maildrop ready for testing

2012-08-10 Thread Ivan Timofeev
Hi Bjoern, On 10.08.2012 12:55, Bjoern Michaelsen wrote: the gerrit maildrop is ready for early beta testing. Great!! If you want to upload a patch for another branch have the word 'branch' followed by the target branch in the subject. Example: [PATCH] heal the world for branch libreoffi

[Libreoffice-commits] .: solenv/gbuild

2012-08-10 Thread Stephan Bergmann
solenv/gbuild/ExtensionTarget.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit ff795d058b36707ec65f8b6e159646e5c2c8c8c5 Author: Stephan Bergmann Date: Fri Aug 10 12:18:38 2012 +0200 One more cygwin symlink kludge needed Change-Id: I0d7afd105ec093609

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-08-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Timur changed: What|Removed |Added Depends on|36547, 45078|33591 --- Comment #354 from Timur 2012-08-10 10

Re: [ANN] gerrit maildrop ready for testing

2012-08-10 Thread Ivan Timofeev
On 10.08.2012 14:13, Ivan Timofeev wrote: If you want to upload a patch for another branch have the word 'branch' followed by the target branch in the subject. Example: [PATCH] heal the world for branch libreoffice-3-6 and what will happen if the "branch" word is inside a commit message? ra

[Libreoffice-commits] .: Branch 'feature/cmclayouttrans' - vcl/source

2012-08-10 Thread Caolán McNamara
vcl/source/window/window.cxx | 310 - vcl/source/window/window2.cxx | 311 ++ 2 files changed, 311 insertions(+), 310 deletions(-) New commits: commit e1d839cf6ff963bb121882cd154c4df2f765a545 Author: Caolán McNama

[Libreoffice-commits] .: avmedia/source

2012-08-10 Thread Stephan Bergmann
avmedia/source/viewer/mediawindowbase_impl.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 2bc36e14972a59e08f35b652e6970c2144cd557b Author: Stephan Bergmann Date: Fri Aug 10 12:36:28 2012 +0200 warning C4101: unreferenced local variable Change-Id:

[Libreoffice-commits] .: 2 commits - RepositoryExternal.mk liblangtag/makefile.mk

2012-08-10 Thread Michael Stahl
RepositoryExternal.mk |6 ++ liblangtag/makefile.mk | 33 ++--- 2 files changed, 24 insertions(+), 15 deletions(-) New commits: commit de0b4bab96a4f078c38b6665a2f75096ff26c2ae Author: Christian Lohmaier Date: Fri Aug 10 01:57:15 2012 +0200 cosmetics

Re: [ANN] gerrit maildrop ready for testing

2012-08-10 Thread Stephan Bergmann
On 08/10/2012 10:55 AM, Bjoern Michaelsen wrote: the gerrit maildrop is ready for early beta testing. To upload a patch to master, attach your git-format-patch patch and send a mail with a subject starting with '[PATCH]' to: ..."starting with '[PATCH]'" but apparently also required to not conta

Re: [ANN] gerrit maildrop ready for testing

2012-08-10 Thread Bjoern Michaelsen
On Fri, Aug 10, 2012 at 02:13:15PM +0400, Ivan Timofeev wrote: > and what will happen if the "branch" word is inside a commit message? > raise Exception('%s does not look like a legal branch to me.' % > self.branch) ? Nothing. The commit message is ignored when deciding where to go with the commit

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

2012-08-10 Thread Miklos Vajna
starmath/inc/document.hxx|2 +- starmath/source/document.cxx |3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) New commits: commit 9495316659018427ac8d6bc0b6427600ba0ce01e Author: Miklos Vajna Date: Fri Aug 10 13:06:30 2012 +0200 SmDocShell::readFormulaOoxml: yes, just

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - vcl/aqua

2012-08-10 Thread Christian Lohmaier
vcl/aqua/source/gdi/salatslayout.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit febf7c52d5231cbe22340b7e3fec70854945ee31 Author: Christian Lohmaier Date: Fri Aug 10 13:16:58 2012 +0200 WaE: unused variable see a9e58e29f65df820d133022c5cb15387075d6b37 not che

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - 3 commits - cppuhelper/source desktop/source sw/source

2012-08-10 Thread Michael Stahl
cppuhelper/source/defaultbootstrap.cxx | 101 ++--- desktop/source/app/app.cxx |4 + sw/source/ui/misc/redlndlg.cxx |2 3 files changed, 61 insertions(+), 46 deletions(-) New commits: commit 298b8c500a143211d122046075254c621571e7c8 Author:

[Libreoffice-commits] .: officecfg/registry sd/Library_sdui.mk sd/source

2012-08-10 Thread Andrzej J.R. Hunt
officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu | 2 sd/Library_sdui.mk | 1 sd/source/ui/dlg/RemoteDialog.cxx| 32 sd/source/ui/dlg/RemoteDialog.hxx

[PUSHED][3-6] Re: [REVIEW 3-6] service manager dispose issue

2012-08-10 Thread Michael Stahl
On 09/08/12 18:06, Stephan Bergmann wrote: > > > "Related fdo#52639: Do not destroy Implementations with mutex locked" > addresses a crash on exit documented at >

[PUSHED][3-6] Re: [REVIEW 3-6] fdo#42470 honor --nodefault

2012-08-10 Thread Michael Stahl
On 10/08/12 10:19, Stephan Bergmann wrote: > Please consider backporting the rather trivial fix > > > "fdo#42470: Do not show backing window on --nodefault" to > libreoffice-3-6. Might keep the m

[ANN] LibreOffice 3.5.6 RC2 available

2012-08-10 Thread Thorsten Behrens
Dear Community, The Document Foundation is happy to announce the second release candidate of LibreOffice 3.5.6. The upcoming 3.5.6 will be the sixth in a series of frequent bugfix releases for our 3.5 code line. Please be aware that LibreOffice 3.5.6 RC2 is not yet ready for production use, you sh

[Libreoffice-commits] .: sd/source

2012-08-10 Thread Michael Stahl
sd/source/ui/inc/RemoteServer.hxx |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) New commits: commit 2626984db88f2a9a7cb1d880466beb4a7c1cd5c0 Author: Michael Stahl Date: Fri Aug 10 14:04:27 2012 +0200 RemoteServer: ClientInfo is stored in STL vector, must be Assignable

Re: [ANN] gerrit maildrop ready for testing

2012-08-10 Thread Bjoern Michaelsen
On Fri, Aug 10, 2012 at 01:07:13PM +0200, Stephan Bergmann wrote: > On 08/10/2012 10:55 AM, Bjoern Michaelsen wrote: > >the gerrit maildrop is ready for early beta testing. To upload a patch to > >master, attach your git-format-patch patch and send a mail with a subject > >starting with '[PATCH]' t

MPL/LGPL Contribution Licensing

2012-08-10 Thread Tim Janik
All of my past & future contributions to LibreOffice may be licensed under the MPL/LGPLv3+ dual license. -- Yours sincerely, Tim Janik --- http://lanedo.com/~timj/ - Managing director at Lanedo GmbH. Free software author and contributor on various projects.

Build LO for Android on Mac OS 10.8

2012-08-10 Thread James Chen
Hello, I'm currently building LO for Android on Mac OS 10.8 Here's my autogen.lastrun:http://pastebin.com/2kyiRBFf And it encounters errors while building module jurt and ucbhelper. The build_error.log is: http://pastebin.com/jZT9L7in I didn't find anything useful on internet according to the issue

REMINDER: Release 3.6.1-rc1 from libreoffice-3-6 branch

2012-08-10 Thread Petr Mladek
Hi, please note that the commit deadline for 3.6.1-rc1 is on Monday, August 13, 2012. The tag and branch libreoffice-3-6-1 is going to be created the day after. Only commits with 3 reviewers will be allowed for that branch. See also http://wiki.documentfoundation.org/ReleasePlan#3.6_release http

[Libreoffice-commits] .: cppuhelper/source

2012-08-10 Thread Stephan Bergmann
cppuhelper/source/defaultbootstrap.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 8caf1164ee7cb8e27059d329fbffa3883731c0ae Author: Stephan Bergmann Date: Fri Aug 10 14:34:03 2012 +0200 Missing mutex lock Change-Id: Ifddd6131c2e62057561d4b17eeda88568f6ccf7c diff

[Libreoffice-commits] .: 2 commits - i18npool/CppunitTest_i18npool_test_languagetag.mk i18npool/inc i18npool/Module_i18npool.mk i18npool/qa i18npool/source liblangtag/prj

2012-08-10 Thread Eike Rathke
i18npool/CppunitTest_i18npool_test_languagetag.mk | 50 + i18npool/Module_i18npool.mk |1 i18npool/inc/i18npool/languagetag.hxx |5 i18npool/qa/cppunit/test_languagetag.cxx | 206 ++ i18npool/source/languagetag/languag

[CHANGEUPLOAD FAILED] [ONGERRIT] leaked ODBC statement handles

2012-08-10 Thread gerrit
2012-08-10 13:09:19,202 INFO Handling incoming mail from Terrence Enger 2012-08-10 13:09:19,202 INFO subject: '[ONGERRIT] leaked ODBC statement handles' 2012-08-10 13:09:19,202 INFO executing command: None, branch: master, commit: leaked 2012-08-10 13:09:19,202 ERROREmailCommand

Re: Build LO for Android on Mac OS 10.8

2012-08-10 Thread Tor Lillqvist
The root cause to your problem is that you are building the MacOSX build-time software as 64-bit code, and LO (including the build-time tools that it builds in order to use them later during the build) needs to be built as 32-bit code on the Mac. (And Windows, BTW. It's only for Linux that LO can b

[Libreoffice-commits] .: Branch 'feature/gsoc_test_improvements3' - 6 commits - sax/qa

2012-08-10 Thread Artur Dorda
sax/qa/cppunit/test_converter.cxx | 97 ++ 1 file changed, 97 insertions(+) New commits: commit 7e639f9332d2e7af8502176ae2915983c2cfb389 Author: Artur Dorda Date: Fri Aug 10 15:06:14 2012 +0200 'string to color' test covered Change-Id: I02429

shadow drawing regression

2012-08-10 Thread Ivan Timofeev
Hi Miklos, http://cgit.freedesktop.org/libreoffice/core/commit/?id=cf7bd4852 so it first paints background then shadow. But try to zoom out with at least 2 pages - the second page gets painted after the first page, and the shadow overlaps the already rendered page. It worked earlier on becaus

[PATCH] fdo#47674 Calc: save settings for import ascii text dialog

2012-08-10 Thread jumbo444
Hello, I propose a patch for fdo#47674 Open Text-CSV saved settings of ScImportAsciiDlg dialog, but not Paste > Unformatted Text and Data > Text to Columns. This patch adds two groups in Calc.xcs to save the settings (which are independent). cSep last parameter of ScImportAsciiDlg constructor was

Re: Solarmutex Deadlock when Closing Calc which contains functions with XVolatileResult return values

2012-08-10 Thread anwen
Stephan Bergmann-2 wrote > > > I think you should execute your shutdown activies on notifyTermination, > not queryTermination. The latter can be veto'ed by some other listener, > in which case Desktop would cancel the termination and continue running > (and notify you with queryTermination e

[Libreoffice-commits] .: sw/source

2012-08-10 Thread Thorsten Behrens
sw/source/core/table/swtable.cxx | 369 +-- 1 file changed, 169 insertions(+), 200 deletions(-) New commits: commit f2f3703740f65b76e891ecc3591d7e60d5b7caef Author: Tim Janik Date: Fri Aug 10 15:42:44 2012 +0200 Translate German comments in Writer.

Re: [CHANGEUPLOAD FAILED] [ONGERRIT] leaked ODBC statement handles

2012-08-10 Thread Bjoern Michaelsen
Hi Terrence, Ah, I removed that ONGERRIT thing, please just use PATCH. rationale: We are now sending a mail to the dev-list for every patch anyway. So I would suggest to _not_ CC the mailing list, as that would mean: - One mail for you sending the patch - One mail from the patchpickup saying its

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

2012-08-10 Thread Eike Rathke
sc/source/core/tool/interpr3.cxx|3 ++ scaddins/source/analysis/analysis.cxx | 19 +-- scaddins/source/analysis/analysishelper.cxx | 35 +++- scaddins/source/analysis/analysishelper.hxx |2 - 4 files changed, 30 insertions(+), 29 de

[PUSHED] fdo#43135 - fix for MULTINOMIAL only supporting parameters u...

2012-08-10 Thread Gerrit
>From Eike Rathke : Eike Rathke has submitted this change and it was merged. Change subject: fdo#43135 - fix for MULTINOMIAL only supporting parameters up to 170 .. fdo#43135 - fix for MULTINOMIAL only supporting parameters up

Re: Solarmutex Deadlock when Closing Calc which contains functions with XVolatileResult return values

2012-08-10 Thread Stephan Bergmann
On 08/10/2012 03:35 PM, anwen wrote: Stephan Bergmann-2 wrote I think you should execute your shutdown activies on notifyTermination, not queryTermination. The latter can be veto'ed by some other listener, in which case Desktop would cancel the termination and continue running (and notify you w

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

2012-08-10 Thread Ivan Timofeev
sw/source/ui/docvw/PageBreakWin.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit a7b26dbf7b4c59b34fed9957c32a41348bfd6f77 Author: Ivan Timofeev Date: Fri Aug 10 18:05:13 2012 +0400 Page Break: set position only when button is invisible and don'

[Libreoffice-commits] .: i18npool/CppunitTest_i18npool_test_languagetag.mk

2012-08-10 Thread Eike Rathke
i18npool/CppunitTest_i18npool_test_languagetag.mk |4 1 file changed, 4 insertions(+) New commits: commit 26310504c3c20385caf35f5a703f1d5f1682b4c7 Author: Eike Rathke Date: Fri Aug 10 16:24:15 2012 +0200 at least Windows needs libxml2 Change-Id: I97312c746e8a76af73851c47

[REVIEW 3-6 (but only 3.6.2?)] No more prereg, no more unopkg sync

2012-08-10 Thread Stephan Bergmann
Quoting "Related fdo#51252: No more prereg, no more unopkg sync": "Now that 5c47e5f63a79a9e72ec4a100786b1bbf65137ed4 'fdo#51252 Disable copying share/prereg/bundled to avoid startup crashes' remo

Good way of submitting patches

2012-08-10 Thread Jean-Tiare LE BIGOT
Hi ! What is the good way of submitting contributions ? It seems that sending the raw patch on the list leads to a faster a review/integration but the recommended way is still gerrit ? -- Jean-Tiare LE BIGOT ___ LibreOffice mailing list LibreOffice

[Libreoffice-commits] .: 2 commits - config_host.mk.in configure.in i18npool/Library_i18nisolang1.mk i18npool/source liblangtag/makefile.mk RepositoryExternal.mk scp2/InstallModule_ooo.mk scp2/source

2012-08-10 Thread Jan Holesovsky
RepositoryExternal.mk|4 + config_host.mk.in|1 configure.in | 50 +++--- i18npool/Library_i18nisolang1.mk |5 -- i18npool/source/languagetag/languagetag.cxx |2 lib

Re: Good way of submitting patches

2012-08-10 Thread Bjoern Michaelsen
On Fri, Aug 10, 2012 at 04:32:50PM +0200, Jean-Tiare LE BIGOT wrote: > What is the good way of submitting contributions ? It seems that > sending the raw patch on the list leads to a faster a > review/integration but the recommended way is still gerrit ? Some of the grumpy old hacker only start to

[Libreoffice-commits] .: Branch 'feature/gsoc_test_improvements3' - 4 commits - sax/CppunitTest_sax.mk sax/qa

2012-08-10 Thread Artur Dorda
sax/CppunitTest_sax.mk|2 + sax/qa/cppunit/test_converter.cxx | 70 ++ 2 files changed, 72 insertions(+) New commits: commit 00d88714e3b85b71c2b29e836244482acc68f8bd Author: Artur Dorda Date: Fri Aug 10 16:55:19 2012 +0200 encodeBase64

Re: [ANN] gerrit maildrop ready for testing

2012-08-10 Thread Ivan Timofeev
Hi Bjoern, On 10.08.2012 12:55, Bjoern Michaelsen wrote: The code lives at: https://gerrit.libreoffice.org/gitweb?p=dev-tools.git;a=blob;f=gerritbot/patchpickup;h=cd5f3f95514fc219e20b5a88e8e0810b7b293034;hb=HEAD patches are most welcome (best via gerrit). 24 desturl = 'shh://logerrit/co

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - 3 commits - desktop/inc desktop/source

2012-08-10 Thread Petr Mladek
desktop/inc/app.hxx |4 desktop/source/app/app.cxx| 154 +- desktop/source/app/check_ext_deps.cxx | 19 - desktop/source/app/cmdlineargs.cxx| 74 ++--

[Libreoffice-commits] .: cui/source tools/inc tools/source unusedcode.easy vcl/inc vcl/source

2012-08-10 Thread Caolán McNamara
cui/source/inc/transfrm.hxx |1 cui/source/tabpages/transfrm.cxx | 64 - tools/inc/tools/contnr.hxx |1 tools/source/memtools/contnr.cxx | 140 --- unusedcode.easy |6 + vcl/inc/vcl/split.hxx

[Libreoffice-commits] .: sd/Library_sd.mk sd/source

2012-08-10 Thread Andrzej J.R. Hunt
sd/Library_sd.mk|1 sd/source/ui/dlg/RemoteDialog.cxx |6 sd/source/ui/inc/RemoteServer.hxx | 42 -- sd/source/ui/remotecontrol/Communicator.cxx | 128 sd/source/ui/remotecontrol/Communicator.hxx | 62 +

[REVIEW 3-6] Window background of toolbars

2012-08-10 Thread Jan Holesovsky
Hi Astron, Stefan Knorr píše v Pá 29. 06. 2012 v 09:50 +0200: > sorry, it took so long... I have attached a mock-up of what I'd like. It > builds on the last screenshot that you made available of the opaque menu > bars – so hopefully it's current. > As you can see, the proposal is quite simple...

Re: gerrit and Change-IDs - is everyone supposed to manually install a commit-hook?

2012-08-10 Thread Eike Rathke
Hi, On Friday, 2012-08-10 02:58:19 +0200, Bjoern Michaelsen wrote: > On Fri, Aug 10, 2012 at 02:16:37AM +0200, Christian Lohmaier wrote: > > So is everyone supposed to install a commit-hook locally? > yes. > > Or how is it supposed to work? > > Usually one of the initial scripts (./download ?) d

Re: [PUSHED 3-6] fdo#53006 Force reinstall of all bundled extensions on upgrade

2012-08-10 Thread Petr Mladek
Stephan Bergmann píše v Čt 09. 08. 2012 v 15:03 +0200: > On 08/03/2012 06:10 PM, Stephan Bergmann wrote: > > On 08/03/2012 11:24 AM, Stephan Bergmann wrote: > >> > >> > >> "fdo#53006 Force reinstall o

Re: [CHANGEUPLOAD FAILED] [ONGERRIT] leaked ODBC statement handles

2012-08-10 Thread Terrence Enger
-- View this message in context: http://nabble.documentfoundation.org/CHANGEUPLOAD-FAILED-ONGERRIT-leaked-ODBC-statement-handles-tp4000433p4000479.html Sent from the Dev mailing list archive at Nabble.com. ___ LibreOffice mailing list LibreOffice@lis

[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-08-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Bug 6 depends on bug 53006, which changed state. Bug 53006 Summary: Autocorrection TWo INitial CApitals does not work because of bundled extensions problem https://bugs.freedesktop.org/show_bug.cgi?id=53006 What|Old Value

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - sc/source

2012-08-10 Thread Petr Mladek
sc/source/ui/src/condformatdlg.src | 56 ++--- 1 file changed, 28 insertions(+), 28 deletions(-) New commits: commit cc304dc643813184fb1eb4b0975749deb51779d6 Author: Jean-Baptiste FAURE Date: Tue Jul 31 10:03:16 2012 +0200 vertically align and enlarge fie

[Libreoffice-commits] .: sw/qa writerfilter/source

2012-08-10 Thread Miklos Vajna
sw/qa/extras/rtfimport/data/fdo48446.rtf |7 +++ sw/qa/extras/rtfimport/rtfimport.cxx | 10 ++ writerfilter/source/rtftok/rtfdocumentimpl.cxx |3 +++ 3 files changed, 20 insertions(+) New commits: commit f6a24ace5ad12e79f0cc90709a290a30e3758781 Author: Miklos

Re: [PUSHED 3.6] vertically align and enlarge fields in cond.formatting dialog

2012-08-10 Thread Petr Mladek
Jean-Baptiste Faure píše v Pá 10. 08. 2012 v 10:59 +0200: > Hi, > > Please consider backporting to 3.6 this trivial fix > http://cgit.freedesktop.org/libreoffice/core/commit/?id=63e0644040536558df92e7598e70a56bb5a3422f > > It make the Conditional Formating Dialog more readable, specifically for >

Re: [ANN] gerrit maildrop ready for testing

2012-08-10 Thread Bjoern Michaelsen
On Fri, Aug 10, 2012 at 06:56:14PM +0400, Ivan Timofeev wrote: > > > > https://gerrit.libreoffice.org/gitweb?p=dev-tools.git;a=blob;f=gerritbot/patchpickup;h=cd5f3f95514fc219e20b5a88e8e0810b7b293034;hb=HEAD > 24 desturl = 'shh://logerrit/core' > > shh -> ssh, could you correct that yourself pl

[PATCH] Change in core[libreoffice-3-6]: fdo#48446 implement RTF_CPG

2012-08-10 Thread Gerrit
>From Miklos Vajna : Miklos Vajna has uploaded a new change for review. Change subject: fdo#48446 implement RTF_CPG .. fdo#48446 implement RTF_CPG (cherry picked from commit f6a24ace5ad12e79f0cc90709a290a30e3758781) Change-Id:

[Libreoffice-commits] .: sd/Library_sd.mk sd/source

2012-08-10 Thread Andrzej J.R. Hunt
sd/Library_sd.mk|1 sd/source/ui/inc/RemoteServer.hxx | 10 +-- sd/source/ui/remotecontrol/BufferedStreamSocket.cxx | 61 ++ sd/source/ui/remotecontrol/BufferedStreamSocket.hxx | 45 + sd/source/ui/remotec

[PATCH] Change in core[libreoffice-3-5]: fdo#48446 implement RTF_CPG

2012-08-10 Thread Gerrit
>From Miklos Vajna : Miklos Vajna has uploaded a new change for review. Change subject: fdo#48446 implement RTF_CPG .. fdo#48446 implement RTF_CPG (cherry picked from commit f6a24ace5ad12e79f0cc90709a290a30e3758781) Change-Id:

[Libreoffice-commits] .: i18npool/Module_i18npool.mk

2012-08-10 Thread Stephan Bergmann
i18npool/Module_i18npool.mk |1 - 1 file changed, 1 deletion(-) New commits: commit 293151c8fc10c5a0ba84c5c5a796a3c72f573654 Author: Stephan Bergmann Date: Fri Aug 10 18:54:27 2012 +0200 Disabling CppunitTest_i18npool_test_languagetag for now ... as it causes problems on Wind

[Libreoffice-commits] .: desktop/source

2012-08-10 Thread Stephan Bergmann
desktop/source/app/app.cxx |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) New commits: commit 0ab5ce54c441b12ea6c12a2cedb9069f36cfd0f4 Author: Stephan Bergmann Date: Fri Aug 10 19:36:08 2012 +0200 fdo#53006: Remove directories too, not just plain files ... that wa

[REVIEW 3-6] fdo#53006: Remove directories too, not just plain files

2012-08-10 Thread Stephan Bergmann
On 08/10/2012 05:29 PM, Petr Mladek wrote: Just to be sure. removeTree(url) removes only files and not directories. Is it by intention? I think that both variants would be fine. Oh, good catch. No, it was an oversight to not remove directories. So

Re: [PUSHED 3.6] vertically align and enlarge fields in cond.formatting dialog

2012-08-10 Thread Jean-Baptiste Faure
Le 10/08/2012 18:08, Petr Mladek a écrit : > Jean-Baptiste Faure píše v Pá 10. 08. 2012 v 10:59 +0200: >> Hi, >> >> Please consider backporting to 3.6 this trivial fix >> http://cgit.freedesktop.org/libreoffice/core/commit/?id=63e0644040536558df92e7598e70a56bb5a3422f >> >> It make the Conditional F

[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-08-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Bug 6 depends on bug 52639, which changed state. Bug 52639 Summary: ReportBuilder: Creating a new report destroys .odb https://bugs.freedesktop.org/show_bug.cgi?id=52639 What|Old Value |New Value

[Libreoffice-commits] .: 2 commits - sc/inc sc/source

2012-08-10 Thread Markus Mohrhard
sc/inc/column.hxx |2 +- sc/inc/table.hxx| 34 +- sc/source/core/data/column2.cxx |2 +- sc/source/core/data/table1.cxx |8 sc/source/core/data/table2.cxx | 10 +- sc/source/core/data/table3.cxx | 1

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

2012-08-10 Thread Julien Nabet
sw/source/filter/ww8/rtfattributeoutput.cxx |5 - sw/source/filter/ww8/rtfattributeoutput.hxx |1 - unusedcode.easy |1 - 3 files changed, 7 deletions(-) New commits: commit 2058908d8ce86c9fec6db3ef3bc0be2ec20d1547 Author: Julien Nabet Date: Fri Aug

[Libreoffice-commits] .: 2 commits - dbaccess/source

2012-08-10 Thread Philipp Riemer
dbaccess/source/ui/control/marktree.cxx | 37 +- dbaccess/source/ui/control/sqledit.cxx | 21 ++-- dbaccess/source/ui/dlg/TextConnectionHelper.cxx | 44 ++--- dbaccess/source/ui/dlg/adtabdlg.cxx | 60 +--- dbacces

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

2012-08-10 Thread Julien Nabet
basctl/source/basicide/bastypes.cxx |8 basctl/source/inc/bastypes.hxx |1 - unusedcode.easy |1 - 3 files changed, 10 deletions(-) New commits: commit 369da987d373bdf5bdabfeb11d4b2562c916f372 Author: Julien Nabet Date: Fri Aug 10 20:55:41 2012 +02

[Libreoffice-commits] .: sw/source

2012-08-10 Thread Miklos Vajna
sw/source/core/doc/docfld.cxx | 27 ++- 1 file changed, 26 insertions(+), 1 deletion(-) New commits: commit bb6bd1ff9cd3eecec7eb2cd7bd0a4dcef584c903 Author: Miklos Vajna Date: Fri Aug 10 21:09:40 2012 +0200 fdo#53210 SwDoc::UpdateExpFlds don't crash when hiding a

[PATCH] more german translations in dbaccess

2012-08-10 Thread Daniel Herde
Hi, here are some more translations of german comments. Have a nice friday evening, Daniel. 0001-additional-translations-of-german-comments-in-dbacce.patch Description: Binary data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://l

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - 11 commits - basctl/source basic/source l10ntools/source svtools/source svx/inc svx/source

2012-08-10 Thread Andras Timar
basctl/source/basicide/basides1.cxx|3 basctl/source/basicide/basidesh.cxx|6 basctl/source/basicide/bastype2.cxx| 34 +++ basctl/source/basicide/bastype2.hxx|2 basctl/source/basicide/objdlg.cxx |7 basctl/source/b

[Libreoffice-commits] .: toolkit/inc toolkit/source unotools/inc unotools/source xmloff/source

2012-08-10 Thread Philipp Riemer
toolkit/inc/toolkit/awt/vclxgraphics.hxx |3 + toolkit/inc/toolkit/awt/vclxprinter.hxx |2 - toolkit/inc/toolkit/controls/stdtabcontroller.hxx |2 - toolkit/inc/toolkit/helper/property.hxx |4 +- toolkit/source/awt/vclxcontainer.cxx | 15

[GSOC-UPDATE](10.08) Impress Remote

2012-08-10 Thread Andrzej J. R. Hunt
Hi everyone, The latest: - Dialog with pin entry working, linked to the Server code. - Communication code refactored to allow pairing as per design, and to simplify code reuse between network and bluetooth code. - Pairing implemented on the LO side. That means I can now implement the pairing o

[PUSHED][PATCH] fdo#39468 translate German comments, removing redundant ones

2012-08-10 Thread Philipp Riemer
2012/8/9 Oliver Günther : > I've translated the following core folders: toolkit, unotools, xmloff > Please review the respective patch for fdo#39468 that I've attached to this > post. > > The following reported folders (from the find-german-comments script) only > yield false positves: > - sysui,

[Libreoffice-commits] .: forms/source sw/source tools/source xmloff/source

2012-08-10 Thread Julien Nabet
forms/source/xforms/namedcollection.hxx |4 ++-- sw/source/core/crsr/crstrvl.cxx |4 ++-- sw/source/core/fields/docufld.cxx |4 ++-- tools/source/memtools/unqidx.cxx |2 +- xmloff/source/text/XMLPropertyBackpatcher.cxx |4 ++-- 5 fil

[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-08-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Jean-Baptiste Faure changed: What|Removed |Added Depends on||53089 --- Comment #77 from Jean-Ba

[Libreoffice-commits] .: sc/inc sc/source unusedcode.easy

2012-08-10 Thread Matus Kukan
sc/inc/compressedarray.hxx | 185 sc/source/core/data/compressedarray.cxx | 27 unusedcode.easy |9 - 3 files changed, 221 deletions(-) New commits: commit 07090cac4251e254b21676b77742c07f28cccaf4 Author: Matúš Ku

[Libreoffice-commits] .: 9 commits - framework/uiconfig officecfg/registry sc/uiconfig sd/uiconfig sfx2/inc sfx2/source sw/uiconfig

2012-08-10 Thread Rafael Dominguez
framework/uiconfig/startmodule/menubar/menubar.xml |1 officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu |7 sc/uiconfig/scalc/menubar/menubar.xml|2 sd/uiconfig/sdraw/menubar/menubar.xml

which configure option is missing to allow linking to external data in Calc ?

2012-08-10 Thread Jean-Baptiste Faure
Hi, When doing tests on bug fdo#53089 I found that my own build LO 3.6.1.0+ is not able to link to external data in Calc while I do not have such kind of problem with official build LO 3.6.0.4 Perhaps I am missing some configure option ? My autogen.lastrun contains: --without-junit --enable-ext-p

[Libreoffice-commits] .: toolkit/source

2012-08-10 Thread Philipp Riemer
toolkit/source/awt/vclxwindows.cxx |2 +- toolkit/source/controls/unocontrols.cxx |2 +- toolkit/source/helper/unowrapper.cxx|4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) New commits: commit 1e0a822fa14eb4f8d3da80cf76dd5a43df472649 Author: Philipp Riemer Date:

[Libreoffice-commits] .: sw/source

2012-08-10 Thread Michael Stahl
sw/source/filter/ascii/parasc.cxx|2 +- sw/source/filter/basflt/iodetect.cxx |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 7d8cd0abb8e4b1b891e982d10f57de108aaca1ea Author: Michael Stahl Date: Sat Aug 11 00:01:20 2012 +0200 fdo#53328: sw: ascii imp

Re: which configure option is missing to allow linking to external data in Calc ?

2012-08-10 Thread Kohei Yoshida
On Fri, Aug 10, 2012 at 5:45 PM, Jean-Baptiste Faure wrote: > Hi, > > When doing tests on bug fdo#53089 I found that my own build LO 3.6.1.0+ > is not able to link to external data in Calc while I do not have such > kind of problem with official build LO 3.6.0.4 ... > Is there an option missing or

[PATCH] fix duplicated import introduced in 63c508e3e86a140e35161c45d2be97779746f6cb

2012-08-10 Thread Petr Vorel
Hi there, there is tiny patch removing duplicity in import of python fax script. Regards, Petr >From f55d2538eb844bb8a7e38314acf9d0eccf48f243 Mon Sep 17 00:00:00 2001 From: Petr Vorel Date: Sat, 11 Aug 2012 01:19:40 +0200 Subject: [PATCH] fix duplicated import introduced in 63c508e3e86a140e3516

  1   2   >