LibreOffice Gerrit News for core on 2014-09-29

2014-09-29 Thread gerrit
Moin! * Open changes on master for project core changed in the last 25 hours: First time contributors doing great things! + Avoid leaking a GtkMenu in https://gerrit.libreoffice.org/11682 from Matthew Francis about module vcl + fdo#84405 TRACK CHANGES: New icons for the changes

Re: SolarMutexTryAndBuyGuard

2014-09-29 Thread Stephan Bergmann
On 09/27/2014 08:44 PM, Michael Stahl wrote: On 27/09/14 15:10, Miklos Vajna wrote: On Fri, Sep 26, 2014 at 02:33:38PM -0700, Michael Stahl mst...@redhat.com wrote: +class SolarMutexTryAndBuyGuard +: private boost::noncopyable +{ +private: +bool m_isAcquired; +#if

Re: gbuild-to-ide incompatibility with make 4.0

2014-09-29 Thread Stephan Bergmann
On 09/28/2014 01:30 AM, Norbert Thiebaud wrote: well, I said that as for Mac I don't see this as blocking... but I can't talk about the linux side of the house. that is maybe something to bring up during a ESC call IMO a non-issue as long as they only have to install it if they plan to run

Re: 4.3.x linux packages and collada support

2014-09-29 Thread Stephan Bergmann
On 09/28/2014 11:46 AM, Zolnai Tamás wrote: I tried it an it came out there are other C++11 stuff in the code. I tried to replace them, but the compiler does not help me with finding C++11 code. When I compile with --std=c++03 flag, compiler just write out: error: #error This file requires

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

2014-09-29 Thread Miklos Vajna
writerfilter/source/dmapper/DomainMapper.cxx | 14 -- writerfilter/source/ooxml/model.xml| 14 +++--- writerfilter/source/rtftok/rtfdocumentimpl.cxx |6 +++--- 3 files changed, 18 insertions(+), 16 deletions(-) New commits: commit

Re: which library needs to be linked to, that has implementation code for ErrorInfo::IsA

2014-09-29 Thread Stephan Bergmann
On 09/29/2014 03:56 AM, nicholas ferguson wrote: Essentially I searched for a module that used StringErrorInfo, and then copied its preprocessors…and that worked. A word of advice: Replacing the LO build system with your own functionality, even only partially, is apparently hard and error

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

2014-09-29 Thread Robert Antoni Buj i Gelonch
unotest/source/java/org/openoffice/test/UnoApiTest.java |2 -- 1 file changed, 2 deletions(-) New commits: commit e653fbfbfa41ec46431b84e50ac6f054e8713601 Author: Robert Antoni Buj i Gelonch robert@gmail.com Date: Mon Sep 29 09:32:05 2014 +0200 unotest: remove import from the same

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

2014-09-29 Thread Stephan Bergmann
include/sfx2/DocumentMetadataAccess.hxx |2 +- include/sfx2/controlwrapper.hxx |2 +- include/sfx2/itemconnect.hxx|6 +++--- include/sfx2/opengrf.hxx|2 +- include/sfx2/securitypage.hxx |2 +- include/sfx2/userinputinterception.hxx

Re: attribute to lock aspect ratio in ODF standards?

2014-09-29 Thread Miklos Vajna
Hi Luke, [ CC'ing the LO dev list, please let's discuss ODF issues there.] On Sun, Sep 28, 2014 at 09:13:59PM -0400, Luke Benes lukebe...@gmail.com wrote: For *Bug 84385* https://bugs.freedesktop.org/show_bug.cgi?id=84385 would it be possible with the current ODT spec to add a new attribute

Re: 4.3.x linux packages and collada support

2014-09-29 Thread Michael Meeks
On Sun, 2014-09-28 at 13:48 +0200, Zolnai Tamás wrote: That's the point where we should have realized that collada2gltf uses C++11 and so should not be part of 4.3, but it seems in this case our division of labor lead to information loss. Fair enough - lets see if we can't work out

[Libreoffice-commits] core.git: forms/qa

2014-09-29 Thread Robert Antoni Buj i Gelonch
forms/qa/integration/forms/ListBox.java |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit 16417688ef874e55f27daafe5ddb2293a39a9423 Author: Robert Antoni Buj i Gelonch robert@gmail.com Date: Mon Sep 29 10:12:34 2014 +0200 forms: Pass array of length equal

[Libreoffice-commits] core.git: connectivity/qa

2014-09-29 Thread Robert Antoni Buj i Gelonch
connectivity/qa/connectivity/tools/HsqlDatabase.java |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 89ea05d8547b12de1041e9b637690731daa42a62 Author: Robert Antoni Buj i Gelonch robert@gmail.com Date: Mon Sep 29 10:19:28 2014 +0200 connectivity: Use

Re: 4.3.x linux packages and collada support (also affects master with gcc 4.6)

2014-09-29 Thread Jan-Marek Glogowski
Hi, just want to add, that the Ubuntu 12.04 master TB build (gcc 4.6) just builds with --disable-collada. I just checked again and fixed the build errors locally: 1. It doesn't find unordered_map for whatever reason, but calls g++ with -std=gnu++0x I get:

[Libreoffice-commits] core.git: jurt/com

2014-09-29 Thread Noel Grandin
jurt/com/sun/star/lib/uno/bridges/java_remote/XConnectionInputStream_Adapter.java | 10 +--- jurt/com/sun/star/lib/uno/bridges/java_remote/XConnectionOutputStream_Adapter.java | 12 +++--- 2 files changed, 15 insertions(+), 7 deletions(-) New commits: commit

Re: [ABANDONNED] Re: About recent commits for C++11 building

2014-09-29 Thread Christian Lohmaier
HI Noel, *, On Sun, Sep 14, 2014 at 12:14 PM, Noel Grandin noelgran...@gmail.com wrote: log1p is only supported in Visual Studio 2013, I believe even with the recent changes, our minimum version is Visual Studio 2010. Actually for master and 4-3, the TDF-Builds are done with Visual Studio 2012

[Libreoffice-commits] core.git: vcl/win

2014-09-29 Thread Jan Holesovsky
vcl/win/source/window/salframe.cxx |8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) New commits: commit 3e5371aba3eb29efb9574881212cba0975c168d7 Author: Jan Holesovsky ke...@collabora.com Date: Mon Sep 29 12:14:24 2014 +0300 Avoid deadlock in a convoluted situation with an

Re: [ABANDONNED] Re: About recent commits for C++11 building

2014-09-29 Thread Tor Lillqvist
log1p is only supported in Visual Studio 2013, I believe even with the recent changes, our minimum version is Visual Studio 2010. Actually for master and 4-3, the TDF-Builds are done with Visual Studio 2012 And in master, we *require* Visual Studio 2012. (Or 2013, but whether building

[Libreoffice-commits] core.git: javaunohelper/com

2014-09-29 Thread Noel Grandin
javaunohelper/com/sun/star/lib/uno/adapter/XInputStreamToInputStreamAdapter.java | 62 +- javaunohelper/com/sun/star/lib/uno/adapter/XOutputStreamToOutputStreamAdapter.java | 22 ++- 2 files changed, 53 insertions(+), 31 deletions(-) New commits: commit

[Libreoffice-commits] core.git: odk/Package_odk_headers.mk

2014-09-29 Thread Stephan Bergmann
odk/Package_odk_headers.mk |1 - 1 file changed, 1 deletion(-) New commits: commit d5a252dcff1c202363652340b4f0e0cdd6d68e95 Author: Stephan Bergmann sberg...@redhat.com Date: Mon Sep 29 12:01:20 2014 +0200 [API CHANGE] Remove internal-only osl/diagnose.hxx from SDK ...which

Re: Performance samples for LibreOffice ...

2014-09-29 Thread Stephan Bergmann
On 09/26/2014 05:57 PM, Jan Hubicka wrote: /aux/hubicka/libreoffice2/50-lto/workdir/UnpackedTarball/boost/boost/unordered/unordered_set.hpp:711:24: error: variadic templates only available with -std=c++11 or -std=gnu++11 template class... Args ^

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

2014-09-29 Thread Noel Grandin
xmerge/source/xmerge/java/org/openoffice/xmerge/converter/dom/DOMDocument.java |4 +++- xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/OfficeDocument.java |8 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) New commits: commit

[Libreoffice-commits] core.git: Changes to 'feature/droid_calcimpress2'

2014-09-29 Thread Andrzej Hunt
New branch 'feature/droid_calcimpress2' available with the following commits: commit b87bbfea19443f29426689b0abcb85f64eab4292 Author: Andrzej Hunt andrzej.h...@collabora.com Date: Fri Sep 26 09:12:56 2014 +0100 Add more lok debug output. This should allow as at least to see if

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

2014-09-29 Thread Samuel Mehrbrodt
officecfg/registry/schema/org/openoffice/Office/Writer.xcs | 40 +- officecfg/registry/schema/org/openoffice/TypeDetection/GraphicFilter.xcs | 4 - sw/source/ui/app/app.src | 2 sw/source/ui/app/error.src

[Bug 70998] Termchange: Graphic/Picture - Image

2014-09-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70998 --- Comment #25 from Commit Notification libreoffice-comm...@lists.freedesktop.org --- Samuel Mehrbrodt committed a patch related to this issue. It has been pushed to master:

[Libreoffice-commits] core.git: officecfg/registry

2014-09-29 Thread Samuel Mehrbrodt
officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit d9632a6effabe8554c4e7e05ee24c16acd0f4f95 Author: Samuel Mehrbrodt s.mehrbr...@gmail.com Date: Mon Sep 29 12:32:27 2014 +0200 fdo#70998 Fix

[Bug 70998] Termchange: Graphic/Picture - Image

2014-09-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70998 --- Comment #26 from Commit Notification libreoffice-comm...@lists.freedesktop.org --- Samuel Mehrbrodt committed a patch related to this issue. It has been pushed to master:

Re: 4.3.x linux packages and collada support

2014-09-29 Thread Christian Lohmaier
Hi Michael, *, On Sat, Sep 27, 2014 at 8:57 PM, Michael Stahl mst...@redhat.com wrote: On 27/09/14 16:05, Zolnai Tamás wrote: 2014-09-27 15:23 GMT+02:00 Miklos Vajna vmik...@collabora.co.uk mailto:vmik...@collabora.co.uk: On Sat, Sep 27, 2014 at 08:26:38AM +0200, Zolnai Tamás

[Libreoffice-commits] core.git: 8 commits - compilerplugins/clang extensions/source i18npool/source idl/inc idl/source include/svtools include/toolkit include/vcl io/source javaunohelper/source jvmfwk

2014-09-29 Thread Noel Grandin
UnoControls/source/base/basecontainercontrol.cxx|4 UnoControls/source/base/multiplexer.cxx |2 compilerplugins/clang/store/cstylecast.cxx | 10 extensions/source/plugin/unx/npnapi.cxx |6 i18npool/source/collator/collator_unicode.cxx |

[Libreoffice-commits] core.git: configure.ac

2014-09-29 Thread Tor Lillqvist
configure.ac | 27 --- 1 file changed, 4 insertions(+), 23 deletions(-) New commits: commit 14157dcdf175f1ef45903f7ec3ed85d0f7c76798 Author: Tor Lillqvist t...@collabora.com Date: Thu Sep 18 19:57:29 2014 +0300 We can forget the iOS 6 SDK now Change-Id:

Re: 4.3.x linux packages and collada support (also affects master with gcc 4.6)

2014-09-29 Thread Jan-Marek Glogowski
Just to document my findings: Am 29.09.2014 10:41, schrieb Jan-Marek Glogowski: 1. It doesn't find unordered_map for whatever reason, but calls g++ with -std=gnu++0x GLTF/GLTFProfile.h uses std::unordered_map if we define namespace compat = std::tr; and use it, this can be resolved. 2.

[Libreoffice-commits] core.git: Branch 'distro/vector/vtext-6.5' - vcl/win

2014-09-29 Thread Jan Holesovsky
vcl/win/source/window/salframe.cxx |8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) New commits: commit 2225ceb12cbf4b4886d270aef232a70e7ebf7b12 Author: Jan Holesovsky ke...@collabora.com Date: Mon Sep 29 12:14:24 2014 +0300 Avoid deadlock in a convoluted situation with an

[Libreoffice-commits] core.git: dbaccess/source editeng/source include/svtools sc/source sfx2/source svtools/source sw/source

2014-09-29 Thread Stephan Bergmann
dbaccess/source/ui/misc/HtmlReader.cxx |8 +-- editeng/source/editeng/eehtml.cxx|6 +- include/svtools/brwbox.hxx |2 include/svtools/dialogcontrolling.hxx|4 - include/svtools/editbrowsebox.hxx|2

[Bug 34555] Make cropping handles for images (as in Draw/Impress) available for all LibreOffice applications

2014-09-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=34555 --- Comment #44 from Pedro vermelhusco1...@gmail.com --- Created attachment 107061 -- https://bugs.freedesktop.org/attachment.cgi?id=107061action=edit Image showing the crop tool on Impress and not on Writer This bug still hasn't been

[Libreoffice-commits] core.git: Branch 'distro/collabora/lof-4.3' - 4 commits - oox/source sd/qa sfx2/source sw/source

2014-09-29 Thread Caolán McNamara
oox/source/docprop/ooxmldocpropimport.cxx |2 oox/source/drawingml/table/tablecell.cxx| 55 ++-- sd/qa/unit/import-tests.cxx | 12 + sfx2/source/dialog/backingwindow.cxx|2

[Libreoffice-commits] core.git: Branch 'feature/droid_calcimpress2' - 3 commits - android/experimental

2014-09-29 Thread Tomaž Vajngerl
android/experimental/LOAndroid3/src/java/org/libreoffice/LOKitShell.java | 20 + android/experimental/LOAndroid3/src/java/org/libreoffice/LOKitThread.java | 36 +++--- android/experimental/LOAndroid3/src/java/org/mozilla/gecko/gfx/Layer.java | 33 +

c++ app samples that communicates with libreoffice, to work with a CALC doc.

2014-09-29 Thread nicholas ferguson
I'm working up an independent c++ app (win32 console application) that talks to Libreoffice, preferably via pipes... and will open, close and manage a Calc spreadsheet. This is a proof of concept..to see if LibreOffice can add value. Can anyone send me a sample. sample can be for a linux or

RE: which library needs to be linked to, that has implementation code for ErrorInfo::IsA

2014-09-29 Thread nicholas ferguson
You can always ask me questionlike what am I trying to do.. I didn't understand your response. -Original Message- From: LibreOffice [mailto:libreoffice-boun...@lists.freedesktop.org] On Behalf Of Stephan Bergmann Sent: Monday, September 29, 2014 3:38 AM To: nicholas ferguson;

c++ app samples that communicates with libreoffice, to work with a CALC doc.

2014-09-29 Thread nicholas ferguson
I only need a simple c++ sample, that in its main, includes code to: ( I'm not sure if what follows below is old or new libreoffice architecture terms?) + get a remote office component context + get the remote office service manager + get an instance of the remote office desktop UNO service +

[Libreoffice-commits] core.git: forms/qa

2014-09-29 Thread Robert Antoni Buj i Gelonch
forms/qa/integration/forms/DateValidator.java | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) New commits: commit 72f50083e713bb4f25b6acc31ecad3ae7aa9050e Author: Robert Antoni Buj i Gelonch robert@gmail.com Date: Mon Sep 29 11:58:04 2014 +0200 forms: getMonth()

c++ app samples that communicates with libreoffice, to work with a CALC doc.

2014-09-29 Thread nicholas ferguson
I only need a simple c++ sample, that in its main, includes code to: ( I'm not sure if what follows below is old or new libreoffice architecture terms?) + get a remote office component context + get the remote office service manager + get an instance of the remote office desktop UNO service +

Re: c++ app samples that communicates with libreoffice, to work with a CALC doc.

2014-09-29 Thread Stephan Bergmann
On 09/29/2014 02:26 PM, nicholas ferguson wrote: I'm working up an independent c++ app (win32 console application) that talks to Libreoffice, preferably via pipes... and will open, close and manage a Calc spreadsheet. This is a proof of concept..to see if LibreOffice can add value. Can anyone

[Libreoffice-commits] core.git: forms/qa

2014-09-29 Thread Robert Antoni Buj i Gelonch
forms/qa/integration/forms/DateValidator.java |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit bf7ddfdeb7a81c112c5c9c25c4819bc576e87859 Author: Robert Antoni Buj i Gelonch robert@gmail.com Date: Mon Sep 29 14:51:24 2014 +0200 Fix java.util.Calendar.set in

RE: c++ app samples that communicates with libreoffice, to work with a CALC doc.

2014-09-29 Thread nicholas ferguson
On 09/29/2014 02:26 PM, nicholas ferguson wrote: Can anyone send me a sample. sample can be for a linux or windows platform. Stephan replied: ProfUNO/SimpleBootstrap_cpp/ For this example to qualify as a sample for an external C++ console application, I have to build this code into an

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

2014-09-29 Thread Caolán McNamara
sw/inc/format.hxx |1 + sw/inc/frmfmt.hxx |1 + sw/inc/swtblfmt.hxx |6 ++ sw/qa/extras/ww8export/data/cell-bg-color.odt |binary sw/qa/extras/ww8export/ww8export.cxx |8

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

2014-09-29 Thread Stephan Bergmann
include/svx/AccessibleTextHelper.hxx |2 - include/svx/databaselocationinput.hxx |2 - include/svx/dialcontrol.hxx|2 - include/svx/fmshell.hxx|2 - include/svx/frmsel.hxx

Re: 4.3.x linux packages and collada support

2014-09-29 Thread Zolnai Tamás
Hi Stephan, Indeed it was a C++11 header. Thanks for the help. 2014-09-29 9:23 GMT+02:00 Stephan Bergmann sberg...@redhat.com: On 09/28/2014 11:46 AM, Zolnai Tamás wrote: I tried it an it came out there are other C++11 stuff in the code. I tried to replace them, but the compiler does not

[Libreoffice-commits] core.git: dbaccess/source editeng/source include/svtools sc/source sfx2/source svtools/source sw/source

2014-09-29 Thread Stephan Bergmann
dbaccess/source/ui/misc/HtmlReader.cxx |8 ++--- editeng/source/editeng/eehtml.cxx|6 +-- include/svtools/parhtml.hxx |9 + sc/source/filter/html/htmlpars.cxx | 48 +++ sfx2/source/bastyp/frmhtml.cxx |2 -

[Libreoffice-commits] core.git: scp2/InstallModule_winexplorerext.mk scp2/source

2014-09-29 Thread Michael Meeks
scp2/InstallModule_winexplorerext.mk |4 scp2/source/winexplorerext/module_winexplorerext.scp |2 +- 2 files changed, 5 insertions(+), 1 deletion(-) New commits: commit cc335e4a72ca2814ef17ef4245a349184fdb937e Author: Michael Meeks michael.me...@collabora.com Date:

Re: c++ app samples that communicates with libreoffice, to work with a CALC doc.

2014-09-29 Thread Stephan Bergmann
On 09/29/2014 03:08 PM, nicholas ferguson wrote: I replaced line 52: SAL_IMPLEMENT_MAIN_WITH_ARGS(argc,argv) with int main(int argc, char* argv[]) why? then it builds but it crashes at ( it also crashes there...even if I keep SAL_IMPLEMENT_MAIN_WITH_ARGS(argc,argv) Line 75: Reference

[Libreoffice-commits] Changes to 'refs/remotes/origin/feature/cmclayout'

2014-09-29 Thread Libreoffice Gerrit user
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] Changes to 'refs/remotes/origin/libreoffice-3-5-5'

2014-09-29 Thread Libreoffice Gerrit user
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] Changes to 'refs/meta/config'

2014-09-29 Thread Libreoffice Gerrit user
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] Changes to 'refs/remotes/origin/feature/submodules'

2014-09-29 Thread Libreoffice Gerrit user
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] Changes to 'refs/changes/89/889/1'

2014-09-29 Thread Libreoffice Gerrit user
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] Changes to 'refs/remotes/origin/libreoffice-3-5-4'

2014-09-29 Thread Libreoffice Gerrit user
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] Changes to 'refs/remotes/origin/feature/soenv2'

2014-09-29 Thread Libreoffice Gerrit user
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] .: Branch 'refs/remotes/origin/libreoffice-3-4-0' - 0 commits -

2014-09-29 Thread Libreoffice Gerrit user
Rebased ref, commits from common ancestor: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] Changes to 'refs/remotes/origin/libreoffice-3-5-3'

2014-09-29 Thread Libreoffice Gerrit user
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] Changes to 'refs/remotes/origin/libreoffice-3-5-6'

2014-09-29 Thread Libreoffice Gerrit user
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] Changes to 'refs/notes/review'

2014-09-29 Thread Libreoffice Gerrit user
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] Changes to 'refs/remotes/origin/libreoffice-3-5-0'

2014-09-29 Thread Libreoffice Gerrit user
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] Changes to 'refs/remotes/origin/libreoffice-3-6'

2014-09-29 Thread Libreoffice Gerrit user
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] .: Branch 'refs/remotes/origin/libreoffice-3-4' - 0 commits -

2014-09-29 Thread Libreoffice Gerrit user
Rebased ref, commits from common ancestor: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] Changes to 'refs/remotes/origin/libreoffice-3-6-0'

2014-09-29 Thread Libreoffice Gerrit user
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] Changes to 'refs/changes/61/861/1'

2014-09-29 Thread Libreoffice Gerrit user
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] Changes to 'refs/remotes/origin/libreoffice-3-5-1'

2014-09-29 Thread Libreoffice Gerrit user
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] Changes to 'refs/remotes/origin/libreoffice-3-5-2'

2014-09-29 Thread Libreoffice Gerrit user
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] Changes to 'refs/remotes/origin/distro/ubuntu/oneiric-3.4'

2014-09-29 Thread Libreoffice Gerrit user
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] Changes to 'refs/remotes/origin/libreoffice-3-5'

2014-09-29 Thread Libreoffice Gerrit user
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/73/3273/1'

2014-09-29 Thread K_Karthikeyan
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/08/6008/1'

2014-09-29 Thread Caolán McNamara
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/57/4657/1'

2014-09-29 Thread Philipp Weissenbacher
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/73/1573/1'

2014-09-29 Thread Tor Lillqvist
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/05/9905/1'

2014-09-29 Thread Joel
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/27/10827/1'

2014-09-29 Thread Pallavi Jadhav
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/48/4248/1'

2014-09-29 Thread Norbert Thiebaud
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/59/8759/3'

2014-09-29 Thread Luke Deller
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/76/3176/1'

2014-09-29 Thread Cao Cuong Ngo
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/79/7179/1'

2014-09-29 Thread Alexander Wilms
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/26/9626/3'

2014-09-29 Thread Herbert Dürr
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/48/6248/4'

2014-09-29 Thread Pierre-Eric Pelloux-Prayer
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/48/2748/2'

2014-09-29 Thread Fridrich Štrba
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/14/10914/1'

2014-09-29 Thread Thomas Arnhold
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/60/11260/1'

2014-09-29 Thread Stefan Weiberg
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/52/5252/3'

2014-09-29 Thread Krisztian Pinter
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/05/9905/2'

2014-09-29 Thread Joel
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/72/8172/3'

2014-09-29 Thread Christian M . Heller
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/59/8759/1'

2014-09-29 Thread Luke Deller
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/17/10717/2'

2014-09-29 Thread Markus Mohrhard
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/56/10856/1'

2014-09-29 Thread Thomas Arnhold
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/59/11359/1'

2014-09-29 Thread rbuj
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/79/7179/2'

2014-09-29 Thread Alexander Wilms
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/21/6021/1'

2014-09-29 Thread Chr . Rossmanith
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/26/7526/1'

2014-09-29 Thread Maxim Monastirsky
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/60/11260/2'

2014-09-29 Thread Stefan Weiberg
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/67/6467/1'

2014-09-29 Thread Stephan Bergmann
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/59/11359/3'

2014-09-29 Thread rbuj
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/67/6467/2'

2014-09-29 Thread Stephan Bergmann
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/13/2013/1'

2014-09-29 Thread Robert Roth
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/32/6732/2'

2014-09-29 Thread Arnaud Versini
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

  1   2   3   4   5   6   7   8   9   10   >