Re: eyecandy: color for builds on interactive shells

2013-04-04 Thread Chris Sherlock
Bjoern, that's awesome! Thanks so much - I've implemented this on my Linux environment already, and it works a treat. Chris Sherlock ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: Redland - Build error in Ubuntu 12.10 x86

2013-04-04 Thread Chris Sherlock
> On Wed, 2013-04-03 at 14:45 -0300, Marcos Souza wrote: >> Hi guys, >> >> >> In master , I'm getting this error: > >> /home/marcos/gitroot/core/solver/unxlngi6/inc/external/rasqal.h:672:81: >> error: unknown type name 'raptor_message_handler' >> /home/marcos/gitroot/core/solver/unxlngi6/inc/exter

[Libreoffice-commits] core.git: 2 commits - ios/Executable_LibreOffice.mk sc/Library_sc.mk sw/Library_sw.mk

2013-04-04 Thread Tor Lillqvist
ios/Executable_LibreOffice.mk | 21 + sc/Library_sc.mk |1 + sw/Library_sw.mk |4 3 files changed, 6 insertions(+), 20 deletions(-) New commits: commit cc8ca7fad08e7268e7409ce5d0103d6a3c3aef4d Author: Tor Lillqvist Date: Fri Apr 5 08

[PATCH] Missing word "if" in Deliver.mk

2013-04-04 Thread Chris Sherlock (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3205 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/05/3205/1 Missing word "if" in Deliver.mk Small change to comment - missing word "if" in Deliver.mk for gb_Deliver_CLEARON

About LibreOffice for MacBook Air...

2013-04-04 Thread JERM.
Hello everyone, My name is Jeremiah and I am new to the community and to LibreOffice. I love the design of the program, but I have a couple of issues with it as well. First I want to talk how great the program looks and how it functions. As I typed in before the program looks great, and the option

[PUSHED libreoffice-4-0] icon style fixes in local help

2013-04-04 Thread Fridrich Strba (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/3201 Approvals: Fridrich Strba: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3201 To unsubscribe, vis

[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - xmlhelp/Library_ucpchelp1.mk xmlhelp/source

2013-04-04 Thread Andras Timar
xmlhelp/Library_ucpchelp1.mk |1 xmlhelp/source/cxxhelp/provider/databases.cxx | 30 +- xmlhelp/source/cxxhelp/provider/databases.hxx |2 - 3 files changed, 22 insertions(+), 11 deletions(-) New commits: commit 2352c93deafd74db9ecd0b259acfabdfa1

Re: rebuilt 1 .cxx, linked 184 libraries

2013-04-04 Thread Bjoern Michaelsen
On Thu, Apr 04, 2013 at 10:37:27PM +0200, Michael Stahl wrote: > this is strictly speaking a bug, and the main problem here is that C++ > takes an awful long time to rebuild (otherwise i would have added a > makefile dependency already like i've done for Zip, InstallModule, Help > etc. targets that

eyecandy: color for builds on interactive shells

2013-04-04 Thread Bjoern Michaelsen
Hi, with this for your ~/.bashrc: http://cgit.freedesktop.org/libreoffice/contrib/dev-tools/commit/?id=594231d61c37eaf754b53872918d41c8d2de71a3 you can get gbuild output nice colorful progress if and only if building on an interactive shell. Enjoy! Best, Bjoern __

[Libreoffice-commits] dev-tools.git: 3 commits - bibisect/Makefile bibisect/mergeranges bibisect/ranges scripts/bashrc_termcolorbuild

2013-04-04 Thread Bjoern Michaelsen
bibisect/Makefile | 20 +++- bibisect/mergeranges | 31 +++ bibisect/ranges |3 +++ scripts/bashrc_termcolorbuild | 18 ++ 4 files changed, 71 insertions(+), 1 deletion(-) New commits: commit

[Libreoffice-commits] core.git: 4 commits - connectivity/CppunitTest_connectivity_commontools.mk connectivity/inc connectivity/Library_dbtools.mk connectivity/source cui/Library_cui.mk cui/source dbac

2013-04-04 Thread Tor Lillqvist
connectivity/CppunitTest_connectivity_commontools.mk |3 - connectivity/Library_dbtools.mk |3 - connectivity/inc/connectivity/CommonTools.hxx|6 ++ connectivity/source/commontools/CommonTools.cxx | 11 +--- cui/Library_cui.mk

[Bug 44446] LibreOffice 3.6 most annoying bugs

2013-04-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 --- Comment #213 from James --- As discussed on IRC with jmadero adding #49853 to MAB. It affects many people, have several duplicates and 27 subscribers. -- You are receiving this mail because: You are on the CC list for the bug. _

[Bug 44446] LibreOffice 3.6 most annoying bugs

2013-04-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 James changed: What|Removed |Added Depends on||49853 -- You are receiving this mail because: Y

[PUSHED] fdo#42781 WaE: C4101 unreferenced local variable

2013-04-04 Thread Michael Stahl (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/3204 Approvals: Michael Stahl: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3204 To unsubscribe, visi

[Libreoffice-commits] core.git: sw/source

2013-04-04 Thread Petr Kraus
sw/source/core/tox/toxhlp.cxx | 69 +++--- 1 file changed, 12 insertions(+), 57 deletions(-) New commits: commit f5928f09ad53de2c4683000619d29be140a97be8 Author: Petr Kraus Date: Thu Apr 4 19:12:46 2013 +0200 fdo#42781 WaE: C4101 unreferenced local va

Re: rebuilt 1 .cxx, linked 184 libraries

2013-04-04 Thread Michael Stahl
On 04/04/13 22:28, Bjoern Michaelsen wrote: > Hi, > > On Thu, Apr 04, 2013 at 10:04:24PM +0200, Michael Stahl wrote: >> but it has the significant problem that you can remove implementations >> of the public API of library a without noticing it (which you would when >> library b fails to link), t

Re: rebuilt 1 .cxx, linked 184 libraries

2013-04-04 Thread Bjoern Michaelsen
Hi, On Thu, Apr 04, 2013 at 10:04:24PM +0200, Michael Stahl wrote: > but it has the significant problem that you can remove implementations > of the public API of library a without noticing it (which you would when > library b fails to link), thus making incremental builds unsound. We are not su

Re: new gerrit-builds & unit tests ...

2013-04-04 Thread David Ostrovsky
Hi Michael, On Thu, 2013-04-04 at 17:59 +0100, Michael Meeks wrote: > Hi David, > > I was wondering - what with your work on unit tests, and the sexy new > cross-platform auto-build thing whether we could combine the two to > improve the sal/ unit tests. yes, you mean gerrit-buildbot-plugi

[Bug 37361] LibreOffice 3.5 most annoying bugs

2013-04-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Bug 37361 depends on bug 43765, which changed state. Bug 43765 Summary: FORMCONTROLS: Check Boxes and Option Buttons Become Invisible, when you Click into a Table. https://bugs.freedesktop.org/show_bug.cgi?id=43765 What|Removed

Re: rebuilt 1 .cxx, linked 184 libraries

2013-04-04 Thread Bjoern Michaelsen
On Thu, Apr 04, 2013 at 04:04:01PM -0400, Terrence Enger wrote: > Actually, it is a tribute to the project and to the build system in > particular that I am able to hack around with so little knowledge. It (the build system) is just playing it save here. ;) Best, Bjoern _

Re: rebuilt 1 .cxx, linked 184 libraries

2013-04-04 Thread Terrence Enger
On Thu, 2013-04-04 at 20:47 +0200, Bjoern Michaelsen wrote: > Hi, > > On Thu, Apr 04, 2013 at 02:11:35PM -0400, Terrence Enger wrote: > > I just changed vcl/source/window/builder.cxx and did top-level make. > > The make had 184 [build LNK] steps. Is this to be expected? > > Yes, that is currentl

Re: rebuilt 1 .cxx, linked 184 libraries

2013-04-04 Thread Michael Stahl
On 04/04/13 20:47, Bjoern Michaelsen wrote: > Hi, > > On Thu, Apr 04, 2013 at 02:11:35PM -0400, Terrence Enger wrote: >> I just changed vcl/source/window/builder.cxx and did top-level make. >> The make had 184 [build LNK] steps. Is this to be expected? > We could evade that with build order only

[Libreoffice-commits] core.git: 3 commits - cui/AllLangResTarget_cui.mk cui/source cui/uiconfig cui/UI_cui.mk sfx2/uiconfig sw/uiconfig vcl/source

2013-04-04 Thread Caolán McNamara
cui/AllLangResTarget_cui.mk |1 cui/UI_cui.mk|1 cui/source/dialogs/about.cxx | 280 ++--- cui/source/dialogs/about.hrc | 41 cui/source/dialogs/about.src | 112 --- cui/

[LibreOffice-QA] Conference Call - April 10th @ 1800 GMT

2013-04-04 Thread Joel Madero
Hi All, Our regularly scheduled public Friday meeting has been moved this week to next Wednesday @ 1800 GMT/UTC. Meeting: Date: April 10th, 2013 Time: 1800 UTC/GMT Agenda (still preparing, feel free to append): https://wiki.documentfoundation.org/QA/Meetings/2013/April_10 Any questions can be d

[Libreoffice-commits] core.git: dbaccess/source desktop/source sw/source

2013-04-04 Thread Zolnai Tamás
dbaccess/source/ui/dlg/AutoControls_tmpl.hrc |2 desktop/source/deployment/gui/dp_gui_dialog.src | 30 ++-- desktop/source/deployment/gui/dp_gui_updatedialog.src |4 - desktop/source/deployment/gui/dp_gui_versionboxes.src | 42 +- sw/source/ui/ap

[Libreoffice-commits] core.git: 2 commits - sw/qa writerfilter/inc writerfilter/source

2013-04-04 Thread Miklos Vajna
sw/qa/extras/ooxmlimport/data/i120928.docx|binary sw/qa/extras/ooxmlimport/ooxmlimport.cxx | 23 writerfilter/inc/dmapper/DomainMapper.hxx |3 writerfilter/source/dmapper/DomainMapper.cxx | 23 writerfilter/source/dmapper/DomainMapper_Impl.cxx |

[Libreoffice-commits] core.git: framework/source

2013-04-04 Thread Jan Holesovsky
framework/source/layoutmanager/toolbarlayoutmanager.cxx |9 + 1 file changed, 9 insertions(+) New commits: commit 4214ff23ad8f7247c8da8cddbf78bd75e98f17eb Author: Jan Holesovsky Date: Thu Apr 4 21:23:50 2013 +0200 fdo#37758: Really set the toolbar as hidden. Change-Id

Re: rebuilt 1 .cxx, linked 184 libraries

2013-04-04 Thread Terrence Enger
On Thu, 2013-04-04 at 21:19 +0300, Tor Lillqvist wrote: > Doesn't sound that odd or alarming to me. After rebuilding the vcl > library, it will re-link all libraries that depend on the vcl library. > Were all the re-linked libraries "above" vcl in the dependency forest? > > On the other hand, if y

License declaration

2013-04-04 Thread Ashish Banerjee
All of my past & future contributions to LibreOffice may be licensed under the MPL/LGPLv3+ dual license ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice-commits] core.git: tools/source

2013-04-04 Thread Andras Timar
tools/source/stream/strmunx.cxx |3 --- tools/source/stream/strmwnt.cxx |3 --- 2 files changed, 6 deletions(-) New commits: commit 622509e47d778bd5e56f620266d5725daf02a90d Author: Andras Timar Date: Thu Apr 4 20:02:13 2013 +0200 remove useless comments Change-Id: I90757f

[Libreoffice-commits] core.git: 2 commits - redland/ExternalProject_raptor.mk redland/ExternalProject_rasqal.mk redland/ExternalProject_redland.mk redland/Library_raptor.mk redland/Library_rasqal.mk r

2013-04-04 Thread Michael Stahl
redland/ExternalProject_raptor.mk |4 redland/ExternalProject_rasqal.mk |2 redland/ExternalProject_redland.mk |4 redland/Library_raptor.mk |4 redland/Library_rasqal.mk |4 redland/Library_rdf.mk |4 redland/raptor/raptor.def

Re: rebuilt 1 .cxx, linked 184 libraries

2013-04-04 Thread Bjoern Michaelsen
Hi, On Thu, Apr 04, 2013 at 02:11:35PM -0400, Terrence Enger wrote: > I just changed vcl/source/window/builder.cxx and did top-level make. > The make had 184 [build LNK] steps. Is this to be expected? Yes, that is currently expected. The chromium build system evades that, see "ld trick" in this

[Libreoffice-commits] core.git: tools/inc tools/Library_tl.mk tools/source

2013-04-04 Thread Andras Timar
tools/Library_tl.mk|1 tools/inc/tools-internal.hxx | 86 tools/inc/tools/fsys.hxx | 10 - tools/inc/tools/stream.hxx |3 tools/source/fsys/comdep.hxx | 27 --- tools/source/fsys/dirent.cxx | 165 --- tools/source/fsys/f

Re: About clearInsertRow() (connectivity and dbaccess module)

2013-04-04 Thread julien2412
Lionel Elie Mamane wrote >> ... >>1778 for(sal_Int32 nPos = 0;aIter != aEnd;++aIter,++nPos) >>... > Which variable is not incremented? I don't see what is not > incremented; both aIter and nPos are incremented, by the statement > "++aIter,++nPos" > ... How could I miss it ?!! Sometimes I

Re: rebuilt 1 .cxx, linked 184 libraries

2013-04-04 Thread Tor Lillqvist
Doesn't sound that odd or alarming to me. After rebuilding the vcl library, it will re-link all libraries that depend on the vcl library. Were all the re-linked libraries "above" vcl in the dependency forest? On the other hand, if you *know* that you didn't change the ABI of the vcl library, and y

[SOLVED] Re: Cppcheck: redundantAssignment about encoding in CreatePasswordToModifyHash (docfile.cxx, sfx2 module)

2013-04-04 Thread Julien Nabet
On 04/04/2013 15:21, Caolán McNamara wrote: On Tue, 2013-04-02 at 14:13 -0700, julien2412 wrote: ... Cppcheck reported this: sfx2/source/doc/docfile.cxx 2626redundantAssignment style Variable 'nEncoding' is reassigned a value before the old one has been used. ... I took a look to the

Re: [PUSHED] fdo#46808, convert sdb::QueryDesigner to new style

2013-04-04 Thread Noel Grandin
On Thu, Apr 4, 2013 at 4:58 PM, Lionel Elie Mamane wrote: > > This patch seems to introduce a new published interface, which did not > exist (not even unpublished) before. I don't understand why. > > The new interface is a consequence of my conversion of services to the "new style". It is publis

[Libreoffice-commits] core.git: sfx2/source

2013-04-04 Thread Julien Nabet
sfx2/source/doc/docfile.cxx | 31 +-- 1 file changed, 1 insertion(+), 30 deletions(-) New commits: commit 7dce1c9fd2d26c9c2c53f0d307aa281972d2e82d Author: Julien Nabet Date: Thu Apr 4 20:10:11 2013 +0200 Simplification by retrieving system encoding S

rebuilt 1 .cxx, linked 184 libraries

2013-04-04 Thread Terrence Enger
I just changed vcl/source/window/builder.cxx and did top-level make. The make had 184 [build LNK] steps. Is this to be expected? Terry. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreo

[PUSHED] remove -dylib_file mappings that are not needed anymore

2013-04-04 Thread Michael Stahl (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/3192 Approvals: LibreOffice gerrit bot: Verified Michael Stahl: Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/

[Libreoffice-commits] core.git: libxmlsec/ExternalProject_xmlsec.mk odk/examples odk/settings redland/ExternalProject_rasqal.mk redland/ExternalProject_redland.mk RepositoryExternal.mk solenv/bin sole

2013-04-04 Thread Christian Lohmaier
RepositoryExternal.mk |7 libxmlsec/ExternalProject_xmlsec.mk |3 odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_cpp/Makefile |2

[Libreoffice-commits] core.git: comphelper/Library_comphelper.mk

2013-04-04 Thread Eike Rathke
comphelper/Library_comphelper.mk |1 + 1 file changed, 1 insertion(+) New commits: commit 1d073a3b48d2d5387992a6868dcdd601b80838b7 Author: Eike Rathke Date: Thu Apr 4 19:39:44 2013 +0200 -I$(SRCDIR)/comphelper/inc before solver/*/inc Change-Id: I2a8a4ba93b5ffb2273573c81466595

Python IDE competition (was: ... clearly encouraging Python extensions)

2013-04-04 Thread Bjoern Michaelsen
Hi, On Wed, Apr 03, 2013 at 12:28:07PM +0200, Bjoern Michaelsen wrote: > On Wed, Apr 03, 2013 at 10:50:46AM +0200, Thorsten Behrens wrote: > > Bjoern Michaelsen wrote: > > > As for IDEs: Actually I dont think that many Python stuff is done in > > > a IDE -- most is simply written in an editor. > >

Licence declaration

2013-04-04 Thread Franz Schmid
My contribution to LibreOffice is under LGPL3+ and MPL2 and to libmspub under LGPL2.1+ and MPL1.1+ Greetings, Franz Schmid ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice-commits] core.git: tools/inc

2013-04-04 Thread Andras Timar
tools/inc/bootstrp/prj.hxx | 42 -- 1 file changed, 42 deletions(-) New commits: commit d19a51d7870dbbf1d9b6e75d1031727c5179455a Author: Andras Timar Date: Thu Apr 4 18:38:01 2013 +0200 delete unused header file Change-Id: I96a620475f9618

[Libreoffice-commits] core.git: tools/source

2013-04-04 Thread Andras Timar
tools/source/stream/strmunx.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit 44f246930d3d12fc5e37f39c24fe8836c4228492 Author: Andras Timar Date: Thu Apr 4 18:36:36 2013 +0200 remove unused header: tools/fsys.hxx Change-Id: Ifa740f558e5c5e9d51516b54a2b32790dbb23dd4

[PATCH] fdo#42781 WaE: C4101 unreferenced local variable

2013-04-04 Thread Petr Kraus (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3204 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/04/3204/1 fdo#42781 WaE: C4101 unreferenced local variable ugly solution but consistent with rest of the file Change-Id:

new gerrit-builds & unit tests ...

2013-04-04 Thread Michael Meeks
Hi David, I was wondering - what with your work on unit tests, and the sexy new cross-platform auto-build thing whether we could combine the two to improve the sal/ unit tests. Last I looked (and it may be a while back) the osl/ tests -looked- like they were compiled and running b

[PUSHED] writing out tools/fsys.hxx (extensions)

2013-04-04 Thread Andras Timar (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/3119 Approvals: Andras Timar: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3119 To unsubscribe, visit

[Libreoffice-commits] core.git: extensions/source

2013-04-04 Thread Andras Timar
extensions/source/plugin/base/context.cxx | 15 +- extensions/source/plugin/base/plcom.cxx |8 ++--- extensions/source/plugin/base/xplugin.cxx | 41 +++--- 3 files changed, 32 insertions(+), 32 deletions(-) New commits: commit 31518d86976d7b2a68a88fdcde51

[Libreoffice-commits] website.git: Branch 'update' - check.php

2013-04-04 Thread Jan Holesovsky
check.php | 20 1 file changed, 12 insertions(+), 8 deletions(-) New commits: commit 6d3a2e5f6be520cb1a35136d1c63defdcb19036c Author: Jan Holesovsky Date: Thu Apr 4 18:38:28 2013 +0200 Offer update to 4.0.2. diff --git a/check.php b/check.php index 5a0243e..64cf818

[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - 5 commits - oovbaapi/ooo sc/inc sc/source svtools/inc svtools/source vbahelper/Library_msforms.mk vbahelper/source

2013-04-04 Thread Noel Power
oovbaapi/ooo/vba/excel/XOLEObject.idl |1 oovbaapi/ooo/vba/excel/XValidation.idl|1 oovbaapi/ooo/vba/msforms/XComboBox.idl|1 sc/inc/viewuno.hxx|3 - sc/source/ui/unoobj/viewuno.cxx | 49 - sc/so

[Libreoffice-commits] core.git: Branch 'distro/suse/suse-3.6' - 7 commits - oovbaapi/ooo sc/source svtools/inc svtools/Library_svt.mk svtools/Package_inc.mk svtools/source vbahelper/Library_msforms.mk

2013-04-04 Thread Noel Power
oovbaapi/ooo/vba/excel/XOLEObject.idl |1 oovbaapi/ooo/vba/excel/XValidation.idl|1 oovbaapi/ooo/vba/msforms/XComboBox.idl|1 sc/source/ui/vba/vbaapplication.cxx | 15 sc/source/ui/vba/vbaapplication.hxx |2 sc/source/ui/vba/vb

[ABANDONED] Convert starmath/ fontdialog to .ui

2013-04-04 Thread Joren De Cuyper (via Code Review)
Joren De Cuyper has abandoned this change. Change subject: Convert starmath/ fontdialog to .ui .. Patch Set 1: Abandoned -- To view, visit https://gerrit.libreoffice.org/3181 To unsubscribe, visit https://gerrit.libreoffice.or

Re: minutes of ESC call ...

2013-04-04 Thread Bjoern Michaelsen
Hi, On Thu, Apr 04, 2013 at 04:58:35PM +0100, Michael Meeks wrote: > + instead have the global headers in one central global directory > + write up for the mailing list (Bjoern) done > AI: + mail list of committers to ESC (Bjoern) done > + Java tests written at Su

minutes of ESC call ...

2013-04-04 Thread Michael Meeks
* Present + Andras, Joel, Bjoern, Stephan, David, Astron, Thorsten, Michael M, Caolan, Eike, Cedric, Kendy, Petr * Completed Action Items + poke website guys wrt. feedback menu-item / page (Michael) + switch ESC time to CET to avoid changes (Michael) + Bug

moving global headers into one top-level location

2013-04-04 Thread Bjoern Michaelsen
Hi, ignited by: https://bugs.freedesktop.org/show_bug.cgi?id=61627 There was a discussion on moving the global headers to one central location. I am writing this mail mainly to work out the pros and cons of such a move, so we can carefully evaluate and prepare for impact should we go for that.

[PATCH] fdo#42781 Do not unnecessarily ignore MSVC warnings

2013-04-04 Thread Petr Kraus (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3203 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/03/3203/1 fdo#42781 Do not unnecessarily ignore MSVC warnings Removed some ignored warnings for MSVC compiler that should

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - fc/17d3e1c60f18916786ddb4547a1c24d95ae51a

2013-04-04 Thread Caolán McNamara
fc/17d3e1c60f18916786ddb4547a1c24d95ae51a |1 + 1 file changed, 1 insertion(+) New commits: commit f11c596c017057648e6ab7822811457f1f67e22b Author: Caolán McNamara Date: Thu Apr 4 16:31:03 2013 +0100 Notes added by 'git notes add' diff --git a/fc/17d3e1c60f18916786ddb4547a1c24d95ae5

[Libreoffice-commits] core.git: filter/source

2013-04-04 Thread Herbert Dürr
filter/source/msfilter/escherex.cxx | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) New commits: commit 06064c69f9e7fc2cbc9da98134ac0e44399d482d Author: Herbert Dürr Date: Mon Jun 11 13:22:05 2012 + Resolves: #i119555# fix FontWork font size when saving to *.doc f

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 0d/2415df82388eb1a9a00c2d5e6bd3d9193057db

2013-04-04 Thread Caolán McNamara
0d/2415df82388eb1a9a00c2d5e6bd3d9193057db |1 + 1 file changed, 1 insertion(+) New commits: commit 7020213dd1b21b5f688b43d04a9dd0df22a81b60 Author: Caolán McNamara Date: Thu Apr 4 16:15:05 2013 +0100 Notes added by 'git notes add' diff --git a/0d/2415df82388eb1a9a00c2d5e6bd3d9193057

[Libreoffice-commits] core.git: writerfilter/source

2013-04-04 Thread Jürgen Schmidt
writerfilter/source/dmapper/DomainMapper_Impl.cxx | 28 +- 1 file changed, 27 insertions(+), 1 deletion(-) New commits: commit 348a5f8e80cba72d6a6aa13f001a16d9a62b70aa Author: Jürgen Schmidt Date: Thu Jun 7 06:46:32 2012 + Resolves: #i119544# sequence number is

[PATCH] remove -dylib_file mappings that are not needed anymore

2013-04-04 Thread Christian Lohmaier (via Code Review)
Hello LibreOffice gerrit bot, Luboš Luňák, I'd like you to reexamine a change. Please visit https://gerrit.libreoffice.org/3192 to look at the new patch set (#5). Change subject: remove -dylib_file mappings that are not needed anymore ...

Current members of the commiters groups

2013-04-04 Thread Bjoern Michaelsen
Hi, as discussed in the ESC call, here are the current members of the commiters group: Ahmad Harthi Alexander Wilms Andras Timar Andreas Proschofsky Andrzej J.R. Hunt Antonio Fernández

Re: [PUSHED] fdo#46808, convert sdb::QueryDesigner to new style

2013-04-04 Thread Lionel Elie Mamane
On Wed, Apr 03, 2013 at 11:38:40AM +0200, Stephan Bergmann wrote: > On 04/02/2013 12:54 PM, Fridrich Strba (via Code Review) wrote: >> Thank you for your patch! It has been merged to LibreOffice. >> If you are interested in details, please visit >> https://gerrit.libreoffice.org/3031 > Li

[Libreoffice-commits] core.git: dbaccess/source

2013-04-04 Thread Lionel Elie Mamane
dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit f01c37887016df5fb4101224edf1d97dcf96250d Author: Lionel Elie Mamane Date: Thu Apr 4 16:33:41 2013 +0200 continue String->OUString conversion Change-I

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 40/34798d137593863fdc9041ec9cd55ad88fbf84

2013-04-04 Thread Caolán McNamara
40/34798d137593863fdc9041ec9cd55ad88fbf84 |1 + 1 file changed, 1 insertion(+) New commits: commit 0191182168b33d654407b5422bcc64709de79f1c Author: Caolán McNamara Date: Thu Apr 4 15:15:34 2013 +0100 Notes added by 'git notes add' diff --git a/40/34798d137593863fdc9041ec9cd55ad88fbf

[Libreoffice-commits] core.git: sw/source

2013-04-04 Thread Yong Lin Ma
sw/source/filter/ww8/wrtw8esh.cxx |9 + sw/source/filter/ww8/ww8par.cxx |4 2 files changed, 13 insertions(+) New commits: commit 7cd378518b38def9cda5a0055a1d7525aad1c427 Author: Yong Lin Ma Date: Tue Jul 10 01:07:14 2012 + Resolves: #i56806# Page background los

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - f7/1b3b72cdd703de3d1aa969913eb8a2746ffa74

2013-04-04 Thread Caolán McNamara
f7/1b3b72cdd703de3d1aa969913eb8a2746ffa74 |1 + 1 file changed, 1 insertion(+) New commits: commit ccecbe85b87eb7dece7ef1d1de0c3f07397220d9 Author: Caolán McNamara Date: Thu Apr 4 15:06:40 2013 +0100 Notes added by 'git notes add' diff --git a/f7/1b3b72cdd703de3d1aa969913eb8a2746ffa

[PATCH] fdo#60834 Find and Replace dialog: fix replace box selection...

2013-04-04 Thread Cao Cuong Ngo (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3202 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/02/3202/1 fdo#60834 Find and Replace dialog: fix replace box selection on click Change-Id: Ic5256ae05d9b4646651e897b7d4c00

Re: About clearInsertRow() (connectivity and dbaccess module)

2013-04-04 Thread Lionel Elie Mamane
On Sat, Mar 30, 2013 at 08:07:15AM -0700, julien2412 [via Document Foundation Mail Archive] wrote: > I noticed that a variable wasn't incremented in this loop: >1772 void OResultSet::clearInsertRow() >1773 { > ... >1778 for(sal_Int32 nPos = 0;aIter != aEnd;++aIter,++nPos) >

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

2013-04-04 Thread Lionel Elie Mamane
dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) New commits: commit e32fd065075d2baccb9284d1bf55538418806865 Author: Lionel Elie Mamane Date: Thu Apr 4 15:37:51 2013 +0200 more efficent & readable Change-Id: If24

[Libreoffice-commits] core.git: vcl/inc vcl/source

2013-04-04 Thread Caolán McNamara
vcl/inc/vcl/builder.hxx |4 ++-- vcl/source/window/builder.cxx | 15 ++- 2 files changed, 12 insertions(+), 7 deletions(-) New commits: commit 1439c2fedd8a8c2e52bac3346e7e2ab588922fd9 Author: Caolán McNamara Date: Thu Apr 4 14:23:18 2013 +0100 use existing hook fo

Re: Cppcheck: redundantAssignment about encoding in CreatePasswordToModifyHash (docfile.cxx, sfx2 module)

2013-04-04 Thread Caolán McNamara
On Tue, 2013-04-02 at 14:13 -0700, julien2412 wrote: > Hello, > > Cppcheck reported this: > sfx2/source/doc/docfile.cxx > 2626 redundantAssignment style Variable 'nEncoding' is reassigned a > value > before the old one has been used. > > See > http://opengrok.libreoffice.org/xref/core/sfx

Re: Patch for libmspub-0.0.5

2013-04-04 Thread Fridrich Strba
Thanks, I merged it into libmspub master. Thanks for your contribution. Could you please send a blanket e-mail to this list saying that your contribution to LibreOffice is under LGPL3+ and MPL2 and to libmspub under LGPL2.1+ and MPL1.1+? Cheers Fridrich On 03/04/13 22:53, Franz Schmid wrote: >

[Libreoffice-commits] libmspub.git: 2 commits - src/lib

2013-04-04 Thread Fridrich Štrba
src/lib/Fill.cpp | 28 +--- src/lib/Fill.h | 13 - src/lib/FillType.h |8 +++- src/lib/MSPUBCollector.cpp |8 ++-- src/lib/MSPUBParser.cpp| 15 +-- src/lib/ShapeInfo.h|3 ++- 6 files

[Bug 44446] LibreOffice 3.6 most annoying bugs

2013-04-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 --- Comment #212 from Andreas Zollmann --- [Bug 44621] With MacOSX 10.7 and later, dragging an image from the desktop to LO Writer is not possible This is a bug so prominent that probably every single LO on Mac OS >= 10.7 user has come across an

[Bug 44446] LibreOffice 3.6 most annoying bugs

2013-04-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Andreas Zollmann changed: What|Removed |Added Depends on||44621 -- You are receiving this mail

[PATCH] remove -dylib_file mappings that are not needed anymore

2013-04-04 Thread Christian Lohmaier (via Code Review)
Hello Luboš Luňák, I'd like you to reexamine a rebased change. Please visit https://gerrit.libreoffice.org/3192 to look at the new rebased patch set (#4). Change subject: remove -dylib_file mappings that are not needed anymore ...

[PATCH] remove -dylib_file mappings that are not needed anymore

2013-04-04 Thread Christian Lohmaier (via Code Review)
Hello Luboš Luňák, I'd like you to reexamine a change. Please visit https://gerrit.libreoffice.org/3192 to look at the new patch set (#3). Change subject: remove -dylib_file mappings that are not needed anymore .. remove

Re: Crashed caused by Library_merged

2013-04-04 Thread Michael Meeks
Hi Peter, On Wed, 2013-04-03 at 21:54 -0400, Peter Foley wrote: > While working on adding more libraries to Library_merged, I ran into > some bizarre crashes in unit tests. Glad that the tests are catching these things. > The errors seem to be related to exporting documents. > They only

[PUSHED] Simplify a bit

2013-04-04 Thread via Code Review
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/3123 Approvals: Luboš Luňák: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3123 To unsubscribe, visit

Re: unit test failure in forms module, something do with com.sun.star.form.control.FixedText

2013-04-04 Thread Noel Power
On 04/04/13 12:14, Noel Grandin wrote: On 2013-04-04 12:44, Noel Power wrote: me neither, its from complextests or subsequenttests or ? How do you run the tests ? make JunitTest_forms_unoapi This is just too weird. After hitting this problem for 4 days in a row, it suddenly starts working o

[Libreoffice-commits] core.git: package/source

2013-04-04 Thread Julien Nabet
package/source/xstor/ohierarchyholder.cxx | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) New commits: commit 92824e8e25fc0cf66f461303da81f122eaf0f01b Author: Julien Nabet Date: Sat Mar 30 16:33:05 2013 +0100 Simplify a bit Change-Id: I77cb2b08b1d92f3c8ad40

Re: officecfg/registry: removal of items

2013-04-04 Thread Stephan Bergmann
[Thomas, I assume you don't mind moving this to the ML.] On 04/02/2013 09:43 PM, Thomas Arnhold wrote: Is it safe to remove items (which are marked as deprecated) from officecfg/registry/schema/org/openoffice/Office/Common.xcs? I my case I mean: Slot (as fallout from Tor's commit a2bf98857), Se

[Libreoffice-commits] core.git: Branch 'distro/suse/suse-4.0' - xmlhelp/Library_ucpchelp1.mk xmlhelp/source

2013-04-04 Thread Andras Timar
xmlhelp/Library_ucpchelp1.mk |1 xmlhelp/source/cxxhelp/provider/databases.cxx | 30 +- xmlhelp/source/cxxhelp/provider/databases.hxx |2 - 3 files changed, 22 insertions(+), 11 deletions(-) New commits: commit c6bf17fabafc9f078ad49a937408721b83

[PATCH libreoffice-4-0] icon style fixes in local help

2013-04-04 Thread Andras Timar (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3201 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/01/3201/1 icon style fixes in local help correct icon style in offline help when icon style is Automatic change icon style

[Libreoffice-commits] core.git: postprocess/CustomTarget_images.mk

2013-04-04 Thread Andras Timar
postprocess/CustomTarget_images.mk |3 +++ 1 file changed, 3 insertions(+) New commits: commit 974e18faea7b220677c86ee3c6ba41534ef33c5a Author: Andras Timar Date: Thu Apr 4 05:31:45 2013 -0700 postprocess: pack help images, too Change-Id: Ib8bafe50c91f2a6098b166a93035acacbd40

Re: unit test failure in forms module, something do with com.sun.star.form.control.FixedText

2013-04-04 Thread Noel Grandin
On 2013-04-04 13:54, Bjoern Michaelsen wrote: Just for completeness: The Java code for that would be in qadevOOo. And yes, its a PITA to debug. Best, Bjoern Excellent! Thank you! Well, that means that the problem originates in the following file qadevOOo/objdsc/forms/com.sun.star.comp.forms.O

[Libreoffice-commits] core.git: svx/source

2013-04-04 Thread Tor Lillqvist
svx/source/core/graphichelper.cxx |1 - 1 file changed, 1 deletion(-) New commits: commit 1a15ba78c8abf1c9df09163c9b1dad1361ee3f29 Author: Tor Lillqvist Date: Thu Apr 4 15:11:10 2013 +0300 Fix warning: unused variable sGraphicURL [loplugin] Change-Id: I455e36a33720d9493480660

[Libreoffice-commits] core.git: svx/source

2013-04-04 Thread Radek Doulik
svx/source/svdraw/svdorect.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 0c7bbbe9da7602f5d72aecd481f6d26d9af217f0 Author: Radek Doulik Date: Thu Apr 4 13:33:34 2013 +0200 disable round corners for rectangle shape. fixes fdo#39907 Change-Id: I493

[PUSHED libreoffice-4-0] fdo#51916 don't try to support nested tables having table st...

2013-04-04 Thread via Code Review
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/3199 Approvals: Luboš Luňák: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3199 To unsubscribe, visit

[Libreoffice-commits] core.git: sfx2/source

2013-04-04 Thread Tor Lillqvist
sfx2/source/doc/objstor.cxx |2 -- 1 file changed, 2 deletions(-) New commits: commit 67d0b7033762a80093ab85b490437a3832851497 Author: Tor Lillqvist Date: Thu Apr 4 14:51:39 2013 +0300 Bin a pointless and annoying OSL_ENSURE If somebody wants it back, please revert, but then

Re: unit test failure in forms module, something do with com.sun.star.form.control.FixedText

2013-04-04 Thread Bjoern Michaelsen
On Thu, Apr 04, 2013 at 01:14:16PM +0200, Noel Grandin wrote: > On 2013-04-04 12:44, Noel Power wrote: > >me neither, its from complextests or subsequenttests or ? How do > >you run the tests ? > > make JunitTest_forms_unoapi Just for completeness: The Java code for that would be in qadevOOo. And

[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - sw/qa writerfilter/source

2013-04-04 Thread Miklos Vajna
sw/qa/extras/rtfimport/data/fdo51916.rtf | 319 + sw/qa/extras/rtfimport/rtfimport.cxx |7 writerfilter/source/rtftok/rtfdocumentimpl.cxx | 21 + writerfilter/source/rtftok/rtfdocumentimpl.hxx |3 4 files changed, 345 insertions(+), 5 deletions(

[Libreoffice-commits] libcdr.git: src/lib

2013-04-04 Thread Fridrich Štrba
src/lib/CDRTypes.h |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 79bf900ad62492cf3467ea6ffde0d82a199ca4ab Author: Fridrich Å trba Date: Thu Apr 4 13:48:36 2013 +0200 This is even better diff --git a/src/lib/CDRTypes.h b/src/lib/CDRTypes.h index ae5c1e9..a

[Libreoffice-commits] core.git: config_host/config_global.h.in config_host.mk.in configure.ac sal/inc sal/qa xmlreader/inc

2013-04-04 Thread Luboš Luňák
config_host.mk.in |1 config_host/config_global.h.in |1 configure.ac | 36 - sal/inc/rtl/strbuf.hxx | 24 -- sal/inc/rtl/string.hxx

[PATCH] use filelist install method for udkapi and offapi

2013-04-04 Thread David Tardon (via Code Review)
Hello LibreOffice gerrit bot, Michael Stahl, I'd like you to reexamine a change. Please visit https://gerrit.libreoffice.org/3152 to look at the new patch set (#10). Change subject: use filelist install method for udkapi and offapi ..

[Bug 54157] LibreOffice 4.0 most annoying bugs

2013-04-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157 Michael Meeks changed: What|Removed |Added Depends on|35785 | -- You are receiving this mail because

[Bug 44446] LibreOffice 3.6 most annoying bugs

2013-04-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Michael Meeks changed: What|Removed |Added Depends on||35785 -- You are receiving this mail be

  1   2   >