[Libreoffice-commits] core.git: Branch 'feature/fastparser' - 20 commits - include/xmloff sw/source xmloff/inc xmloff/source

2015-02-23 Thread Daniel Sikeler
include/xmloff/DocumentSettingsContext.hxx |8 include/xmloff/XMLTextTableContext.hxx |1 include/xmloff/txtimp.hxx | 10 sw/source/filter/xml/xmltbli.cxx| 721 sw/source/filter/xml/x

Re: Package building reduces the lifetime of the SSD drives

2015-02-23 Thread Robert Antoni Buj i Gelonch
First, I'm going to do manually; PHASE 1: Inital Ram Disk 1.- Create Ram Disk & symlink to workdir $ diskutil erasevolume HFS+ 'RAM Disk' `hdiutil attach -nomount ram://1200` $ ln -s /Volumes/RAM\ Disk /path_to_git_folder/workdir 2.- Build 3.- Backup Ramdisk => dmg file $ mount . . . /dev/{

[Bug 30425] Making Icon Themes is Far too Difficult

2015-02-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=30425 --- Comment #14 from Commit Notification --- Andrew committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=b940df4d1901a912acde714932387d1d8b5c3ec7 tdf#30425 Remo

[Libreoffice-commits] core.git: Branch 'feature/tiled-editing' - libreofficekit/qa

2015-02-23 Thread Miklos Vajna
libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx |3 +++ 1 file changed, 3 insertions(+) New commits: commit 92f5970cec8799bf2278d04605f8b3f85d48439a Author: Miklos Vajna Date: Mon Feb 23 16:11:17 2015 +0100 gtktiledviewer: map GDK_Tab to css::awt::Key::TAB Change-Id: Icfd

[Libreoffice-commits] core.git: external/python3

2015-02-23 Thread Stephan Bergmann
external/python3/ExternalProject_python3.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 6a150d772f6192579af95bef314cae7fca592d5b Author: Stephan Bergmann Date: Mon Feb 23 18:06:32 2015 +0100 Clang -fsanitize=vptr: ensure __ubsan_vptr_type_cache in python.b

[Libreoffice-commits] core.git: 4 commits - connectivity/source desktop/source include/comphelper

2015-02-23 Thread Bjoern Michaelsen
connectivity/source/commontools/dbtools.cxx | 10 +- desktop/source/deployment/registry/component/dp_component.cxx | 34 include/comphelper/propertysequence.hxx | 40 ++ 3 files changed, 64 insertions(+), 20 deletions(-) New commits:

[Bug 57950] Replace chained O(U)StringBuffer::append() with operator+

2015-02-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=57950 --- Comment #51 from Commit Notification --- Bjoern Michaelsen committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=f8c745d1c060312c03fa020e52acd1337b6e81d9 fdo

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

2015-02-23 Thread Stephan Bergmann
framework/inc/uielement/menubarmanager.hxx| 15 +++ framework/source/uielement/menubarmanager.cxx | 33 +- 2 files changed, 11 insertions(+), 37 deletions(-) New commits: commit 2fa63547313852f0190f1d00099ac5a8de477845 Author: Stephan Bergmann Date: Mon

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

2015-02-23 Thread Stephan Bergmann
sw/source/core/undo/undel.cxx |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) New commits: commit da57afc4d5f7168addfad5f51d5905ff64adcf60 Author: Stephan Bergmann Date: Mon Feb 23 16:41:09 2015 +0100 No need for bad SwFlyFrmFmt downcasts Change-Id: Ie70559f3440186

[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - include/sal ucb/source

2015-02-23 Thread Stephan Bergmann
include/sal/log-areas.dox |1 + ucb/source/ucp/file/shell.cxx |9 - 2 files changed, 9 insertions(+), 1 deletion(-) New commits: commit 80a60fc02be0f94af0abc22e5b047ce4db88d87e Author: Stephan Bergmann Date: Mon Feb 23 10:31:21 2015 +0100 file UCP: Ensure myLocalTime i

Re: Bad Jenkins Slave?

2015-02-23 Thread Norbert Thiebaud
On Mon, Feb 23, 2015 at 4:11 AM, Lionel Elie Mamane wrote: > On Sun, Feb 22, 2015 at 02:02:07PM +, Wols Lists wrote: > >> Mmmm ... so Unix that lets you delete files under a running process, >> causing a crash, is any better? > > No, it doesn't. It just lets you remove one of the file's names

[Libreoffice-commits] core.git: 6 commits - sc/source

2015-02-23 Thread Tomaž Vajngerl
sc/source/ui/inc/tabsplit.hxx |1 sc/source/ui/view/gridwin.cxx | 82 +++-- sc/source/ui/view/tabsplit.cxx | 56 +--- sc/source/ui/view/tabview.cxx |6 ++- 4 files changed, 78 insertions(+), 67 deletions(-) New commits: c

[Libreoffice-commits] core.git: icon-themes/oxygen

2015-02-23 Thread Yousuf Philips
icon-themes/oxygen/cmd/lc_basicshapes-alt.png|binary icon-themes/oxygen/cmd/lc_basicshapes.png|binary icon-themes/oxygen/cmd/lc_deletepage.png |binary icon-themes/oxygen/cmd/lc_distributeselection.png

[Libreoffice-commits] core.git: sd/uiconfig

2015-02-23 Thread Yousuf Philips
sd/uiconfig/simpress/toolbar/toolbar.xml | 26 +- 1 file changed, 17 insertions(+), 9 deletions(-) New commits: commit 66712536c68bb5a337b52ccade6193c7b2d04295 Author: Yousuf Philips Date: Sun Feb 22 05:32:44 2015 +0400 tdf#84909 rearrangement of Impress' drawing

[Libreoffice-commits] core.git: Branch 'feature/tiled-editing' - android/experimental

2015-02-23 Thread Miklos Vajna
android/experimental/LOAndroid3/src/java/org/libreoffice/LOKitShell.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 7e250134b5d7e8fe7aa9fa42e2e5723f07fe1193 Author: Miklos Vajna Date: Mon Feb 23 15:05:09 2015 +0100 android: enable editing by default

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

2015-02-23 Thread Tor Lillqvist
vcl/source/gdi/pdfwriter_impl.cxx | 260 +++--- 1 file changed, 243 insertions(+), 17 deletions(-) New commits: commit 7d7c2ab1dffa82cfc0e2d6b15702d965b8b0245b Author: Tor Lillqvist Date: Mon Feb 23 15:27:01 2015 +0200 tdf#84881: Call NSS_CMSSignerInfo_Add

[Libreoffice-commits] core.git: 2 commits - vcl/unx

2015-02-23 Thread Jan-Marek Glogowski
vcl/unx/kde4/KDE4FilePicker.cxx | 76 +--- vcl/unx/kde4/KDE4FilePicker.hxx |6 +-- 2 files changed, 51 insertions(+), 31 deletions(-) New commits: commit b613270a730ace29dd1b16b29beb34f34a5d Author: Jan-Marek Glogowski Date: Mon Feb 23 12:56:25 201

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

2015-02-23 Thread Stephan Bergmann
svtools/qa/unit/GraphicObjectTest.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit c5d488bf8cd4762c6bb506c00bb525da60e2b733 Author: Stephan Bergmann Date: Mon Feb 23 14:18:41 2015 +0100 Missing dispose Change-Id: If050113552ce331252b3046830a5583c66729531 diff -

[Libreoffice-commits] core.git: Branch 'feature/tiled-editing' - android/experimental

2015-02-23 Thread Tomaž Vajngerl
android/experimental/LOAndroid3/src/java/org/libreoffice/InvalidationHandler.java | 41 +- 1 file changed, 38 insertions(+), 3 deletions(-) New commits: commit af0ecaa6dca6c643d1121c22d0c899492f6d3134 Author: Tomaž Vajngerl Date: Mon Feb 23 22:09:25 2015 +0900 android: add co

Re: Package building reduces the lifetime of the SSD drives

2015-02-23 Thread Ashod Nakashian
On Mon, Feb 23, 2015 at 5:14 AM, Robert Antoni Buj i Gelonch wrote: > There are a lot of copy operations before to package LO. I propose you copy > the files to package into a temporary ramdisk. > I take it we're talking about 'instdir' which holds the to-be-packaged files, then wouldn't it be ea

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

2015-02-23 Thread Stephan Bergmann
writerfilter/source/filter/WriterFilterDetection.cxx |2 -- 1 file changed, 2 deletions(-) New commits: commit c4bd29e56b4b72ff0538533889c7cbaf358f27ee Author: Stephan Bergmann Date: Mon Feb 23 13:50:53 2015 +0100 loplugin:unreffun Change-Id: Ie32180d2ecbf7d99dde230e15f09ca3d

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

2015-02-23 Thread Stephan Bergmann
basic/source/runtime/ddectrl.cxx|2 +- include/vcl/dialog.hxx |2 +- sw/source/core/frmedt/fedesc.cxx|4 ++-- sw/source/filter/ww8/docxexport.cxx |2 +- sw/source/filter/ww8/wrtw8sty.cxx |6 +++--- sw/source/filter/ww8/wrtww8.cxx |2 +- 6 files ch

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

2015-02-23 Thread Tomaž Vajngerl
android/experimental/LOAndroid3/src/java/org/libreoffice/InvalidationHandler.java | 125 ++ android/experimental/LOAndroid3/src/java/org/libreoffice/LOKitShell.java |2 android/experimental/LOAndroid3/src/java/org/libreoffice/LOKitTileProvider.java | 111 --

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

2015-02-23 Thread Miklos Vajna
writerfilter/source/filter/WriterFilterDetection.cxx | 118 ++- writerfilter/source/filter/WriterFilterDetection.hxx | 64 -- 2 files changed, 65 insertions(+), 117 deletions(-) New commits: commit daa20dcadfcfc7a8d16cddc7f5a08bf3e0a5c644 Author: Miklos Vajna Date: M

[Libreoffice-commits] core.git: 2 commits - android/experimental solenv/bin

2015-02-23 Thread Jan Holesovsky
android/experimental/LOAndroid3/res/layout/file_explorer_grid_item.xml |2 +- solenv/bin/native-code.py |2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) New commits: commit 232846d4e9f12289bfda28b4a17450b84d322e00 Author: Jan Holesovsky

[Libreoffice-commits] core.git: Branch 'distro/collabora/viewer' - 2 commits - android/experimental solenv/bin

2015-02-23 Thread Jan Holesovsky
android/experimental/LOAndroid3/res/layout/file_explorer_grid_item.xml |2 +- solenv/bin/native-code.py |2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) New commits: commit 2f6bc9c5c4e9d217c9ad7217695c08da7632c93c Author: Jan Holesovsky

Re: Make under win7 breaks

2015-02-23 Thread Michael Stahl
On 19.02.2015 11:27, Juergen Funk Mailinglist wrote: > > checking whether D:/dev/cygwin/opt/lo/bin/make sets $(MAKE)... > ./configure: eval: line 1853: unexpected EOF while looking for matching `"' > ./configure: eval: line 1854: syntax error: unexpected end of file > > D:/src/lo/lo-core/external

Re: Package building reduces the lifetime of the SSD drives

2015-02-23 Thread Robert Antoni Buj i Gelonch
We can use tempfs in Linux (mount -o size=1G -t tmpfs none /mnt/tmpfs) 2015-02-23 11:31 GMT+01:00 Jonathan Aquilina : > In terms of a ram disk I have that done in particular when compiling from > source on gentoo. I think the biggest OS to ask how to do that on is > Windows. > > On Mon, Feb 23, 2

Re: Package building reduces the lifetime of the SSD drives

2015-02-23 Thread Jonathan Aquilina
In terms of a ram disk I have that done in particular when compiling from source on gentoo. I think the biggest OS to ask how to do that on is Windows. On Mon, Feb 23, 2015 at 11:22 AM, Noel Grandin wrote: > > > On 2015-02-23 12:14 PM, Robert Antoni Buj i Gelonch wrote: > >> There are a lot of c

Re: Package building reduces the lifetime of the SSD drives

2015-02-23 Thread Noel Grandin
On 2015-02-23 12:14 PM, Robert Antoni Buj i Gelonch wrote: There are a lot of copy operations before to package LO. I propose you copy the files to package into a temporary ramdisk. Creation of 1GB ramdisk in OS X: And how do you propose to that under Windows and Linux?

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-4.3' - 26 commits - connectivity/source dbaccess/source embeddedobj/source formula/source include/connectivity include/toolkit sc/inc sc/qa

2015-02-23 Thread Richard PALO
connectivity/source/parse/sqlnode.cxx |5 - dbaccess/source/ui/browser/sbagrid.cxx |1 dbaccess/source/ui/dlg/tablespage.cxx |1 dbaccess/source/ui/querydesign/QueryDesignView.cxx | 15 embeddedobj/source/commonembedding/persistence.cxx |

Package building reduces the lifetime of the SSD drives

2015-02-23 Thread Robert Antoni Buj i Gelonch
There are a lot of copy operations before to package LO. I propose you copy the files to package into a temporary ramdisk. Creation of 1GB ramdisk in OS X: $ diskutil erasevolume HFS+ 'LORAMDisk' `hdiutil attach -nomount ram://2097152` Deletion: umount -f /Volumes/LORAMDisk hdiutl detach /Volume

Re: Bad Jenkins Slave?

2015-02-23 Thread Lionel Elie Mamane
On Sun, Feb 22, 2015 at 02:02:07PM +, Wols Lists wrote: > Mmmm ... so Unix that lets you delete files under a running process, > causing a crash, is any better? No, it doesn't. It just lets you remove one of the file's names (it often has only one). If a running process has a file opened, tha

[Bug 83546] SIDEBAR: content panels in tray don't open with accelerators when sidebar is enabled but fully hidden

2015-02-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=83546 Jay Philips changed: What|Removed |Added CC||ipla...@yahoo.co.uk --- Comment #9

Macro that copy Writer form control entry to a Calc cell

2015-02-23 Thread Jean-Francois Camboulas
Hi, I posted a project offer on many freelancers sites but had very expansive offers (from 150$to 1000$ !) which seemed quite not realistic to me so I just left everything pending. I would like to have an advice on the time needed to code such a macro, that writes entries from a Writer form cont

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

2015-02-23 Thread Michael Meeks
libreofficekit/source/gtk/lokdocview.c | 58 +++-- 1 file changed, 41 insertions(+), 17 deletions(-) New commits: commit 74a9840a51d734568e4f7ba13f1b4a819215acba Author: Michael Meeks Date: Mon Feb 23 10:04:38 2015 + lokdocview: scale selection rendering

[Libreoffice-commits] core.git: Branch 'feature/tiled-editing' - android/experimental

2015-02-23 Thread Tomaž Vajngerl
android/experimental/LOAndroid3/src/java/org/libreoffice/LOEvent.java | 31 ++ android/experimental/LOAndroid3/src/java/org/libreoffice/LOKitShell.java | 10 +-- android/experimental/LOAndroid3/src/java/org/libreoffice/LOKitThread.java | 9 +- 3 files changed, 21 insertions(

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

2015-02-23 Thread Stephan Bergmann
include/sal/log-areas.dox |1 + ucb/source/ucp/file/shell.cxx |9 - 2 files changed, 9 insertions(+), 1 deletion(-) New commits: commit 94c9206399954d018aae8a1bd4e4b33354b9cdaf Author: Stephan Bergmann Date: Mon Feb 23 10:31:21 2015 +0100 file UCP: Ensure myLocalTime i

[SOLVED] Re: Singleton is never a service?

2015-02-23 Thread julien2412
Thank you Stephan for your feedback (and your explanation! :-)). Julien -- View this message in context: http://nabble.documentfoundation.org/Singleton-is-never-a-service-tp4141020p4141089.html Sent from the Dev mailing list archive at Nabble.com. __

[Libreoffice-commits] core.git: Branch 'feature/tiled-editing' - 285 commits - accessibility/inc accessibility/source android/Bootstrap android/experimental avmedia/source basctl/inc basctl/source bas

2015-02-23 Thread Miklos Vajna
Rebased ref, commits from common ancestor: commit 77debb673e61340dfc3ddc63b6d72731c091c210 Author: Miklos Vajna Date: Fri Feb 20 16:21:06 2015 +0100 Extract LibreOfficeKitEnums.h from LibreOfficeKit.h This massively reduces the rebuild time in case only a new enumeration value

[Libreoffice-commits] core.git: 52 commits - android/Bootstrap android/experimental desktop/source editeng/source include/editeng include/LibreOfficeKit include/svx include/tools include/vcl libreoffi

2015-02-23 Thread Miklos Vajna
Makefile.in |2 README.Android | 34 - android/Bootstrap/src/org/libreoffice/kit/DirectBufferAllocator.java

Re: cppunit errors in vcl_app_test, on illumos/xstreamos

2015-02-23 Thread Gabriele Bulfon
Oh yes, I found this in Library_vcl.mk: ifeq ($(CPUNAME),SPARC64) $(eval $(call gb_Library_add_ldflags,vcl,\ -R/usr/sfw/lib/64 \ )) else $(eval $(call gb_Library_add_ldflags,vcl,\ -R/usr/sfw/lib \ )) endif My system fall into the "else" section...and this is breaking my build. I will try commenting

cppunit errors in vcl_app_test, on illumos/xstreamos

2015-02-23 Thread Gabriele Bulfon
I almost have it done. All libs compile, binaries too, but I get this: terminate called after throwing an instance of 'CppUnit::DynamicLibraryManagerException' what(): Failed to load dynamic library: /sources/sonicle/xstream-desktop-gate/components/libreoffice/libreoffice/libreoffice-4.4.0.3/wor

Re: error during build of mork_helper, on illumos/xstreamos

2015-02-23 Thread Gabriele Bulfon
Yes, this way is much better than replicating the LINUX part into SOLARIS. I had to do the same on some other mk. I'll send you the full patch zip as soon as I reach a full build with no errors. -- Da: Richard PALO A: l

Re: Singleton is never a service?

2015-02-23 Thread sberg
On 02/22/2015 05:42 PM, julien2412 [via Document Foundation Mail Archive] wrote: > Noticing by chance > http://cgit.freedesktop.org/libreoffice/core/log/?qt=range&q=a94390d20c50125e25e29431ca15ca2ca6683d17, > I noticed with Opengrok that there were some similar cases, see > http://opengrok.libreof