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

2013-04-12 Thread Jürgen Schmidt
sw/source/core/unocore/unochart.cxx | 20 +++- 1 file changed, 15 insertions(+), 5 deletions(-) New commits: commit 2c737cedd914e30b013b090392a43a4cb48e62a6 Author: Jürgen Schmidt j...@apache.org Date: Fri Jun 8 09:10:43 2012 + Resolves: #i119912# Crash when redo

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - a9/2e353922d63d785e3d46aa1a4783846a9dea18

2013-04-12 Thread Caolán McNamara
a9/2e353922d63d785e3d46aa1a4783846a9dea18 |1 + 1 file changed, 1 insertion(+) New commits: commit dbd78f2ac3c989240eaf26243131d778acb549b2 Author: Caolán McNamara caol...@redhat.com Date: Fri Apr 12 08:02:01 2013 +0100 Notes added by 'git notes add' diff --git

Re: minutes of ESC call ...

2013-04-12 Thread Alex Thurgood
Le 11/04/2013 19:44, Michael Meeks a écrit : IIRC it is a matter of either encouraging someone to re-compile the extension, -or- just installing the legacy stlport DLL on the system [ IIRC ]. From what I understand of the situation : - the connector needs to be rebuilt by a volunteer

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

2013-04-12 Thread Tor Lillqvist
sd/README_REMOTE |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit 5378bb143876995a58a5aacaf2081d9b191c7079 Author: Tor Lillqvist t...@iki.fi Date: Fri Apr 12 11:25:05 2013 +0300 Mention the same messages are used over TCP as for BT Change-Id:

Re: Impress Remote Firefox OS / B2G

2013-04-12 Thread Michael Meeks
Hi Andrzej, On Thu, 2013-04-11 at 18:46 +0100, Andrzej J. R. Hunt wrote: I've started working on a Firefox OS version of the Impress Remote app. Currently only TCP will be supported, hardcoded to use localhost (I'll start working on Bluetooth once I obtain some suitable hardware, hopefully by

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

2013-04-12 Thread Petr Mladek
extras/source/palettes/standard.soc | 43 +++- 1 file changed, 42 insertions(+), 1 deletion(-) New commits: commit 49cd94539e5250632cf97e9c5e31fa6df2d83216 Author: Petr Mladek pmla...@suse.cz Date: Fri Aug 5 17:30:09 2011 +0200 Adding SUSE and Novell

Re: Impress Remote Firefox OS / B2G

2013-04-12 Thread KAMI911 KAMI911
Hi all, Great job! I really love this :o) 2013/4/12 Michael Meeks michael.me...@suse.com Hi Andrzej, On Thu, 2013-04-11 at 18:46 +0100, Andrzej J. R. Hunt wrote: I've started working on a Firefox OS version of the Impress Remote app. Currently only TCP will be supported, hardcoded to use

Re: Impress Remote Firefox OS / B2G

2013-04-12 Thread KAMI911 KAMI911
Another example is here: https://hacks.mozilla.org/2013/01/introducing-the-firefox-os-boilerplate-app/ See the packed app section. KAMI 2013/4/12 KAMI911 KAMI911 kami...@gmail.com Hi all, Great job! I really love this :o) 2013/4/12 Michael Meeks michael.me...@suse.com Hi Andrzej, On

[Libreoffice-commits] core.git: jvmaccess/Library_jvmaccess.mk jvmaccess/util jvmfwk/Library_jvmfwk.mk jvmfwk/source registry/Library_reg.mk registry/util store/Library_store.mk store/util

2013-04-12 Thread Matúš Kukan
jvmaccess/Library_jvmaccess.mk |2 jvmaccess/util/gcc3.map| 100 jvmfwk/Library_jvmfwk.mk |2 jvmfwk/source/framework.map| 58 - registry/Library_reg.mk|2 registry/util/reg.map | 111

[PUSHED] do not set soversion for private ure libraries

2013-04-12 Thread Stephan Bergmann (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/3351 -- To view, visit https://gerrit.libreoffice.org/3351 To unsubscribe, visit https://gerrit.libreoffice.org/settings Gerrit-MessageType:

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

2013-04-12 Thread vjinoch
vcl/unx/gtk/app/gtkinst.cxx | 126 +--- 1 file changed, 4 insertions(+), 122 deletions(-) New commits: commit c7c7b08ca6cddda04b3e0f37e38bc65363bd3c44 Author: vjinoch elian...@gmail.com Date: Tue Apr 9 18:06:36 2013 +0200 Remove code marked by

[PUSHED] Remove code marked by HORRIBLE_OBSOLETE_YIELDMUTEX_IMPL tag.

2013-04-12 Thread Michael Meeks (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/3289 Approvals: Michael Meeks: Verified; Looks good to me, approved Objections: Tomáš Chvátal: This need some tweaks before it is merged --

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

2013-04-12 Thread vjinoch
vcl/inc/unx/gtk/gtkinst.hxx | 32 - vcl/unx/gtk/app/gtkinst.cxx | 108 +++- 2 files changed, 50 insertions(+), 90 deletions(-) New commits: commit fd69d1ab77fc52041e0396639f7d22d310bba354 Author: vjinoch elian...@gmail.com Date: Fri Apr 12

Re: [PATCH] Remove GtkHookedYieldMutex and some small changes.

2013-04-12 Thread Michael Meeks
Hi there, On Thu, 2013-04-11 at 21:21 +, Vlastimil Jinoch wrote: Remove GtkHookedYieldMutex and some small changes. Great work - thanks for the nice code cleanup there; much appreciated. We're missing a MPL/LGPLv3+ license statement from you for here:

[PUSHED] Remove GtkHookedYieldMutex and some small changes.

2013-04-12 Thread Michael Meeks (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/3349 Approvals: Michael Meeks: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3349 To unsubscribe,

[Libreoffice-commits] core.git: sw/AllLangResTarget_sw.mk sw/inc sw/source sw/uiconfig sw/UIConfig_swriter.mk

2013-04-12 Thread Olivier Hallot
sw/AllLangResTarget_sw.mk |1 sw/UIConfig_swriter.mk|1 sw/inc/helpid.h |2 sw/source/ui/chrdlg/numpara.cxx | 214 - sw/source/ui/chrdlg/numpara.hrc | 43 --- sw/source/ui/chrdlg/numpara.src |

[PUSHED] Convert Paragraph OutlineNumbering tab page to Widget UI

2013-04-12 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/3337 Approvals: Caolán McNamara: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3337 To unsubscribe,

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

2013-04-12 Thread Caolán McNamara
sw/source/ui/chrdlg/numpara.cxx | 10 + sw/source/ui/misc/pggrid.cxx |2 sw/uiconfig/swriter/ui/numparapage.ui | 172 -- 3 files changed, 91 insertions(+), 93 deletions(-) New commits: commit fd8324adb1e8024a0bb37bf096cf5988be1ead62 Author:

[Libreoffice-commits] core.git: firefoxos/sdremote

2013-04-12 Thread Andrzej J . R . Hunt
firefoxos/sdremote/index.html |9 +-- firefoxos/sdremote/js/client.js|7 + firefoxos/sdremote/js/receiver.js | 46 + firefoxos/sdremote/js/slideshow.js | 33 ++ firefoxos/sdremote/js/ui.js|9

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

2013-04-12 Thread Stephan Bergmann
vcl/unx/gtk/app/gtkinst.cxx | 11 +-- 1 file changed, 1 insertion(+), 10 deletions(-) New commits: commit a5ee2d5a2086594429deb6b2dea0220c2e0f5a5e Author: Stephan Bergmann sberg...@redhat.com Date: Fri Apr 12 11:51:08 2013 +0200 -Werror=unused Change-Id:

[Libreoffice-commits] core.git: 2 commits - instsetoo_native/CustomTarget_install.mk odk/examples

2013-04-12 Thread Stephan Bergmann
instsetoo_native/CustomTarget_install.mk | 11 +-- odk/examples/cpp/counter/countermain.cxx |6 +- 2 files changed, 14 insertions(+), 3 deletions(-) New commits: commit 1f89a76dcc9ddea65f6e578eec78f008c67622ee Author: Stephan Bergmann sberg...@redhat.com Date: Fri Apr 12

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

2013-04-12 Thread Caolán McNamara
sw/uiconfig/swriter/ui/numparapage.ui | 26 ++ 1 file changed, 26 insertions(+) New commits: commit 0754dde7aa38317522a3d2aa0be7fe364b878644 Author: Caolán McNamara caol...@redhat.com Date: Fri Apr 12 10:53:13 2013 +0100 consume hectares of empty space on

Re: Impress Remote Firefox OS / B2G

2013-04-12 Thread Tomaž Vajngerl
Hi, This makes me wonder - why not just directly make the app in html5 which could be used through every device which has a web browser. Just fire up an web server in LO and server the content. As for Bluetooth something like Apache Cordova / Phonegap could be used where you can access to

Re: [PATCH] Remove GtkHookedYieldMutex and some small changes.

2013-04-12 Thread Michael Meeks
On Thu, 2013-04-11 at 17:55 -0400, Terrence Enger wrote: Does the data member need to be public? (Just askin') Good point; I pushed a fix :-) Now I look there is a bit more cleanup needed here too I just noticed :-) Thanks ! Michael. --

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

2013-04-12 Thread Michael Meeks
vcl/inc/unx/gtk/gtkinst.hxx |3 +-- vcl/unx/gtk/app/gtkinst.cxx | 24 ++-- 2 files changed, 11 insertions(+), 16 deletions(-) New commits: commit 6a0757f0e0fb4fe4b837f44b2bc9ca6455fa1c5d Author: Michael Meeks michael.me...@suse.com Date: Fri Apr 12 11:06:30 2013 +0100

Re: minutes of ESC call ...

2013-04-12 Thread Stephan Bergmann
On 04/12/2013 09:17 AM, Alex Thurgood wrote: Le 11/04/2013 19:44, Michael Meeks a écrit : IIRC it is a matter of either encouraging someone to re-compile the extension, -or- just installing the legacy stlport DLL on the system [ IIRC ]. From what I understand of the situation : - the

Re: [PATCH] fdo#47018 fix Impress crash on modifying bullet

2013-04-12 Thread Stephan van den Akker
Hi, Cao, Just checked your patch (Change-Id: I57d1245db650d12e6b2c05baece379038b673689) merged with: Version: 4.1.0.0.alpha0+ Build ID: 0b897dd455968862e348de2c5e1c57d4d73640b This patch indeed fixes all of the problems mentioned in fdo#47018, including the crash. Brilliant. Thanks a lot, Cao!

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

2013-04-12 Thread Stephan Bergmann
editeng/source/items/flditem.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 5acb6ad0fede608bc77a5430bb67b72c2244f383 Author: Stephan Bergmann sberg...@redhat.com Date: Fri Apr 12 12:28:50 2013 +0200 warning C4101: 'e' : unreferenced local variable

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

2013-04-12 Thread Andras Timar
sd/source/ui/app/strings.src |5 + sd/source/ui/dlg/PhotoAlbumDialog.cxx | 70 + sd/source/ui/inc/strings.hrc |1 sd/source/ui/slidesorter/controller/SlsSlotManager.cxx | 17

[PUSHED] Create Photo Album implementation

2013-04-12 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/3335 -- To view, visit https://gerrit.libreoffice.org/3335 To unsubscribe, visit https://gerrit.libreoffice.org/settings Gerrit-MessageType:

[PATCH] Save a Copy refactoring

2013-04-12 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3355 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/55/3355/1 Save a Copy refactoring The way it works now is: SID_SAVEACOPY takes its parameters, and sends a SID_EXPORTDOC

Re: Removing C++ SDK examples, clearly encouraging Python extensions (was: LibreOffice prints on tuesdays)

2013-04-12 Thread Olivier R.
Hi *, Bjoern Michaelsen wrote There is no dominant IDE (much less so a crossplatform one) and there seems to be a lot flux on which IDE is the en vouge one each year. Thus aiming to have simple, stable and robust build environment that is generic and independant is key -- whatever is the

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

2013-04-12 Thread Jan Holesovsky
svx/source/unodraw/unomod.cxx |8 xmloff/source/text/txtimp.cxx |8 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) New commits: commit bebf8ccfba37f77d6a43c7874249b31736467b17 Author: Jan Holesovsky ke...@suse.cz Date: Fri Apr 12 13:06:52 2013 +0200 i#98430:

[no subject]

2013-04-12 Thread Vlastimil Jinoch
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

Re: [Cygwin] [Master] failure when compiling liblangtag

2013-04-12 Thread Michael Stahl
On 11/04/13 00:29, Mat M wrote: Hello it was already like that yesterday, and to day too, with commit 7f101a29e12ce6ca After a failure of a standard make, I did: make liblangtag.clean make verbose=t liblangtag which told me cd D:/src/libo/liblangtag /opt/lo/bin/make -j 4 -rsr clean

Re: minutes of ESC call ...

2013-04-12 Thread Fernand Vanrie
Op 11/04/2013 19:44, Michael Meeks schreef: On Thu, 2013-04-11 at 19:25 +0200, Fernand Vanrie wrote: Many weeks ago, the Mysql Native Connector was a Pending Action on the ESC call ...with a solution in view, but since: no news No idea who was working on that. IIRC it is a

[Libreoffice-commits] core.git: Branch 'feature/pyweb-wizard' - 3 commits - wizards/com

2013-04-12 Thread Javier Fernandez
wizards/com/sun/star/wizards/common/UCB.py |3 wizards/com/sun/star/wizards/ui/event/CommonListener.py |4 wizards/com/sun/star/wizards/web/FTPDialog.py |2 wizards/com/sun/star/wizards/web/Process.py | 85

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

2013-04-12 Thread Oliver-Rainer Wittmann
sw/source/filter/ww8/ww8graf.cxx |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) New commits: commit eeef836f689f6461f7e60bf1a151c6a362a01e59 Author: Oliver-Rainer Wittmann o...@apache.org Date: Tue Jun 12 08:31:31 2012 + Related: #i119624# method

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 3b/8b3136a51af56321a1a35fcdd9ec1d7126daa3

2013-04-12 Thread Caolán McNamara
3b/8b3136a51af56321a1a35fcdd9ec1d7126daa3 |1 + 1 file changed, 1 insertion(+) New commits: commit c073d13e8c6940fd4f99b32bdc5188241970acab Author: Caolán McNamara caol...@redhat.com Date: Fri Apr 12 13:04:10 2013 +0100 Notes added by 'git notes add' diff --git

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

2013-04-12 Thread Oliver-Rainer Wittmann
sw/source/core/layout/flowfrm.cxx |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit 38a3e82938de1b82fadd47d3d53d530f04db6891 Author: Oliver-Rainer Wittmann o...@apache.org Date: Tue Jun 12 08:36:10 2012 + Related: #i119624#

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 53/ba60618af3977f5e5488225dcf050a517fb5b8

2013-04-12 Thread Caolán McNamara
53/ba60618af3977f5e5488225dcf050a517fb5b8 |1 + 1 file changed, 1 insertion(+) New commits: commit 29a6ebe2bef66e404f15dcad0fb8c46f6e3c44ef Author: Caolán McNamara caol...@redhat.com Date: Fri Apr 12 13:06:39 2013 +0100 Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: 3 commits - ios/experimental sw/source touch/inc touch/Package_inc.mk vcl/android

2013-04-12 Thread Tor Lillqvist
ios/experimental/LibreOffice/LibreOffice.xcodeproj/project.pbxproj | 30 ++-- ios/experimental/LibreOffice/LibreOffice/AppDelegate.m | 15 ios/experimental/LibreOffice/LibreOffice/View.h|2 ios/experimental/LibreOffice/LibreOffice/View.m

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

2013-04-12 Thread Andre Fischer
filter/source/msfilter/svdfppt.cxx |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit 694ac8155517a88e7317170b189f9d5fabc270b0 Author: Andre Fischer a...@apache.org Date: Tue Jun 12 11:06:43 2012 + Resolves: #i119546# Set minimal ppt table border width to

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 2b/747915abca3369178d177291d706377676b19e

2013-04-12 Thread Caolán McNamara
2b/747915abca3369178d177291d706377676b19e |1 + 1 file changed, 1 insertion(+) New commits: commit 5e38865fc228255f9c0cfc232b6eef004f93fc6d Author: Caolán McNamara caol...@redhat.com Date: Fri Apr 12 13:28:21 2013 +0100 Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - b2/c2d2f3b5b55a239c2cc5dc04f306144bccdabf

2013-04-12 Thread Caolán McNamara
b2/c2d2f3b5b55a239c2cc5dc04f306144bccdabf |1 + 1 file changed, 1 insertion(+) New commits: commit 27889bd78183ba9fada688670d7146cfcf6942aa Author: Caolán McNamara caol...@redhat.com Date: Fri Apr 12 13:29:27 2013 +0100 Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 3f/968f4d8feb9990c31a16240cbefc088fbe2270

2013-04-12 Thread Caolán McNamara
3f/968f4d8feb9990c31a16240cbefc088fbe2270 |1 + 1 file changed, 1 insertion(+) New commits: commit de1fed47f9f3eb7e9b6c3eb34d081129ee315fe5 Author: Caolán McNamara caol...@redhat.com Date: Fri Apr 12 13:31:56 2013 +0100 Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - d4/be83cc0df58f1eb4534f5531a5e3ad8deae343

2013-04-12 Thread Caolán McNamara
d4/be83cc0df58f1eb4534f5531a5e3ad8deae343 |1 + 1 file changed, 1 insertion(+) New commits: commit 46bad6d56cda148ffb16543c02e07653e5cea8e7 Author: Caolán McNamara caol...@redhat.com Date: Fri Apr 12 13:33:26 2013 +0100 Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - f5/226834b66c6ab0277b3ec25a81bd2b156d142f

2013-04-12 Thread Caolán McNamara
f5/226834b66c6ab0277b3ec25a81bd2b156d142f |1 + 1 file changed, 1 insertion(+) New commits: commit bf349e8f1b86111060f94bcbbd1f69b5771cc535 Author: Caolán McNamara caol...@redhat.com Date: Fri Apr 12 13:36:54 2013 +0100 Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - b5/96eabddb42dd1cb37802e41dbc1e5790078457

2013-04-12 Thread Caolán McNamara
b5/96eabddb42dd1cb37802e41dbc1e5790078457 |1 + 1 file changed, 1 insertion(+) New commits: commit ef5b73bdd359365ce8ba106d33b73c35ac784324 Author: Caolán McNamara caol...@redhat.com Date: Fri Apr 12 13:40:48 2013 +0100 Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 90/ff0444686c6f733e2eb74bd00e324a6879b7b7

2013-04-12 Thread Caolán McNamara
90/ff0444686c6f733e2eb74bd00e324a6879b7b7 |1 + 1 file changed, 1 insertion(+) New commits: commit 622bea38e5403a85d7318bb268e77119315d4c29 Author: Caolán McNamara caol...@redhat.com Date: Fri Apr 12 13:41:29 2013 +0100 Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'feature/slidehack' - 5 commits - sd/inc sd/Library_sd.mk sd/source sd/uiconfig vcl/inc vcl/unx

2013-04-12 Thread Michael Meeks
sd/Library_sd.mk |1 sd/inc/slidehack.hxx |1 sd/source/core/slidehack.cxx | 50 ++ sd/source/ui/dlg/GroupSlidesDialog.cxx | 28 ++- sd/source/ui/dlg/GroupSlidesDialog.hxx |5 sd/uiconfig/simpress/ui/groupslides.ui | 27

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 4a/1295bea312d8fa45b5db669e5301ef31016690

2013-04-12 Thread Caolán McNamara
4a/1295bea312d8fa45b5db669e5301ef31016690 |1 + 1 file changed, 1 insertion(+) New commits: commit c347217965e619e5eadf7ff903abb0337235d42e Author: Caolán McNamara caol...@redhat.com Date: Fri Apr 12 13:44:45 2013 +0100 Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 61/bab828e5f490555580e6e61e7549a0f382ba74

2013-04-12 Thread Caolán McNamara
61/bab828e5f49080e6e61e7549a0f382ba74 |1 + 1 file changed, 1 insertion(+) New commits: commit 54106b50b7a0d40b9408f25e356a7fc64005b1bc Author: Caolán McNamara caol...@redhat.com Date: Fri Apr 12 13:49:52 2013 +0100 Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 15/651317cdf17a54ff19ea68ef97c73607c6623e

2013-04-12 Thread Caolán McNamara
15/651317cdf17a54ff19ea68ef97c73607c6623e |1 + 1 file changed, 1 insertion(+) New commits: commit 6259149c747f1f4f41a34784f6ff660f6f8860b7 Author: Caolán McNamara caol...@redhat.com Date: Fri Apr 12 13:52:08 2013 +0100 Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'feature/slidehack' - sd/inc sd/source

2013-04-12 Thread Michael Meeks
sd/inc/slidehack.hxx | 24 +++- sd/source/core/slidehack.cxx | 39 + sd/source/ui/dlg/GroupSlidesDialog.cxx |5 +++- sd/source/ui/dlg/GroupSlidesDialog.hxx |2 - 4 files changed, 54 insertions(+), 16

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - cd/5213eb94ecd595f683098869e9a9dbc921719b

2013-04-12 Thread Caolán McNamara
cd/5213eb94ecd595f683098869e9a9dbc921719b |1 + 1 file changed, 1 insertion(+) New commits: commit 57cb84f6ffea7000b001919e940d98dd16c24c1d Author: Caolán McNamara caol...@redhat.com Date: Fri Apr 12 13:55:55 2013 +0100 Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'feature/slidehack' - vcl/unx

2013-04-12 Thread Michael Meeks
vcl/unx/gtk/app/gtkinst.cxx |8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) New commits: commit 8650d6c2e21fe29aee56c9e626395acae0f4a17e Author: Michael Meeks michael.me...@suse.com Date: Fri Apr 12 14:01:26 2013 +0100 fix embarassing mess up around gtk+ version

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

2013-04-12 Thread Michael Meeks
vcl/unx/gtk/app/gtkinst.cxx |8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) New commits: commit ffa651bd4f4476bf2d734c6931af271e58acb88b Author: Michael Meeks michael.me...@suse.com Date: Fri Apr 12 14:01:26 2013 +0100 fix embarassing mess up around gtk+ version

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

2013-04-12 Thread Jan Holesovsky
sw/source/filter/ww8/ww8par.cxx | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) New commits: commit 9fb856ce844f2a4e794687c00ad6f0f75ef223c1 Author: Jan Holesovsky ke...@suse.cz Date: Fri Apr 12 14:58:39 2013 +0200 i#101884: Fix crash on load. This was

[PATCH] Convert usage of SfxPtrArray to std::vector

2013-04-12 Thread Noel Grandin (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3356 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/56/3356/1 Convert usage of SfxPtrArray to std::vector Change-Id: I38664f59e4cfa7354196437901175c9ef9aa9006 --- M

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

2013-04-12 Thread Fridrich Štrba
src/lib/CDRParser.cpp | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) New commits: commit c1bcc3bc59e566c86ca4e019c476dcaf0acc0d40 Author: Fridrich Å trba fridrich.st...@bluewin.ch Date: Fri Apr 12 15:11:19 2013 +0200 Little fixes of txsm for = 1300 diff --git

Re: anyone else having unit test failures on master

2013-04-12 Thread Eike Rathke
Hi Noel, On Thursday, 2013-04-11 14:23:47 +0200, Noel Grandin wrote: Now I seem to be having a reproducible failure in make JunitTest_sw_unoapi It's trigger an assert in String::Len, see trace below. Presumably the underlying UniString::mpData is a dangling pointer, something called

Re: anyone else having unit test failures on master

2013-04-12 Thread Noel Grandin
On 2013-04-12 15:17, Eike Rathke wrote: Hi Noel, On Thursday, 2013-04-11 14:23:47 +0200, Noel Grandin wrote: Now I seem to be having a reproducible failure in make JunitTest_sw_unoapi It's trigger an assert in String::Len, see trace below. Presumably the underlying UniString::mpData is

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

2013-04-12 Thread Stephan Bergmann
codemaker/inc/codemaker/typemanager.hxx|9 -- codemaker/source/codemaker/typemanager.cxx | 123 - codemaker/source/javamaker/javatype.cxx| 22 + 3 files changed, 64 insertions(+), 90 deletions(-) New commits: commit

[PATCH] fdo#60690 Remove of all call GTK_YIELD_GRAB because it do no...

2013-04-12 Thread Vlastimil Jinoch (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3357 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/57/3357/1 fdo#60690 Remove of all call GTK_YIELD_GRAB because it do nothing. Change-Id:

Re: minutes of ESC call ...

2013-04-12 Thread Eike Rathke
Hi, On Thursday, 2013-04-11 18:19:08 +0100, Michael Meeks wrote: + work on fixing automated load test issues (Kendy,Fridrich,Eike) [ Kendy -8, Eike -2 so far ] All Calc crashers of that set seem to be fixed now. Eike -- LibreOffice Calc developer. Number formatter

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

2013-04-12 Thread Lei De Bin
sw/source/filter/ww8/ww8atr.cxx |8 vcl/inc/vcl/layout.hxx | 23 ++- 2 files changed, 22 insertions(+), 9 deletions(-) New commits: commit 1799937b9ec2584c6e6c783ede5f22d72a1f44f9 Author: Lei De Bin le...@apache.org Date: Wed Jul 4 05:35:24 2012

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - b5/1d354f043d19c1a8f22e1cfff6d0b43eb62b5e

2013-04-12 Thread Caolán McNamara
b5/1d354f043d19c1a8f22e1cfff6d0b43eb62b5e |1 + 1 file changed, 1 insertion(+) New commits: commit c490d225470d83d94e60cdabc19de0ac4139b21c Author: Caolán McNamara caol...@redhat.com Date: Fri Apr 12 14:47:04 2013 +0100 Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 2 commits - 9b/43d52764c260afcd652afd812a129b94127fa7 ac/ff9d08517a08f30acdf2d90cdcfa17034f4954

2013-04-12 Thread Caolán McNamara
9b/43d52764c260afcd652afd812a129b94127fa7 |1 + ac/ff9d08517a08f30acdf2d90cdcfa17034f4954 |1 + 2 files changed, 2 insertions(+) New commits: commit e4f95c6e64f4ff4ae61468701f14d3d437616a11 Author: Caolán McNamara caol...@redhat.com Date: Fri Apr 12 14:49:44 2013 +0100 Notes

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 2 commits - 87/4e4b67c189c5818ea14af208e00bf1427a5244 e5/0d4638e4fe64eb05b8f22006c7f04c05ec288b

2013-04-12 Thread Caolán McNamara
87/4e4b67c189c5818ea14af208e00bf1427a5244 |1 + e5/0d4638e4fe64eb05b8f22006c7f04c05ec288b |1 + 2 files changed, 2 insertions(+) New commits: commit d9b9fa7a3e6490f399579939f0b88a43518217e1 Author: Caolán McNamara caol...@redhat.com Date: Fri Apr 12 14:50:02 2013 +0100 Notes

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - f4/2f6eb8aa2ab01befeba42871d9d5c7b381f49f

2013-04-12 Thread Caolán McNamara
f4/2f6eb8aa2ab01befeba42871d9d5c7b381f49f |1 + 1 file changed, 1 insertion(+) New commits: commit b45fb932bbc3a078c4de27cd83fc76f1a1b5ccd5 Author: Caolán McNamara caol...@redhat.com Date: Fri Apr 12 14:50:28 2013 +0100 Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 94/763a569193246d24935fb28f0cf10bffcea2b4

2013-04-12 Thread Caolán McNamara
94/763a569193246d24935fb28f0cf10bffcea2b4 |1 + 1 file changed, 1 insertion(+) New commits: commit 053879306d18096797934756d7827566c7d16381 Author: Caolán McNamara caol...@redhat.com Date: Fri Apr 12 14:52:01 2013 +0100 Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 20/57fc6d057c8f488b4791b6dfc05122d1397337

2013-04-12 Thread Caolán McNamara
20/57fc6d057c8f488b4791b6dfc05122d1397337 |1 + 1 file changed, 1 insertion(+) New commits: commit 0e060efaf4659239e457d3eeaa938e72a84a0a97 Author: Caolán McNamara caol...@redhat.com Date: Fri Apr 12 14:55:45 2013 +0100 Notes added by 'git notes add' diff --git

[PATCH] Convert SfxPtrArray to std::vector in SfxTabDialogItem

2013-04-12 Thread Noel Grandin (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3358 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/58/3358/1 Convert SfxPtrArray to std::vector in SfxTabDialogItem Also simplify the use-site, we don't need to new it.

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

2013-04-12 Thread Caolán McNamara
sw/source/core/crsr/crsrsh.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit 1f39925c4cafc52009f4505fd3e4b6843f6e7944 Author: Caolán McNamara caol...@redhat.com Date: Fri Apr 12 15:11:17 2013 +0100 fix build, touch headers only on !HAVE_FEATURE_DESKTOP platforms

Re: anyone else having unit test failures on master

2013-04-12 Thread Stephan Bergmann
On 04/12/2013 03:21 PM, Noel Grandin wrote: On 2013-04-12 15:17, Eike Rathke wrote: On Thursday, 2013-04-11 14:23:47 +0200, Noel Grandin wrote: Now I seem to be having a reproducible failure in make JunitTest_sw_unoapi It's trigger an assert in String::Len, see trace below. Presumably

[PATCH] Convert SfxObjectUIArr_Impl from SfxPtrArr to std::vector

2013-04-12 Thread Noel Grandin (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3359 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/59/3359/1 Convert SfxObjectUIArr_Impl from SfxPtrArr to std::vector Also - remove dead class definition SfxIFConfig_Impl,

[Libreoffice-commits] core.git: Branch 'feature/orcus-update' - download.lst

2013-04-12 Thread Kohei Yoshida
download.lst |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit b8acd2a930f56aa7a48f79ca293b31f93d62eaf0 Author: Kohei Yoshida kohei.yosh...@gmail.com Date: Fri Apr 12 10:31:53 2013 -0400 Newer version 0.5.1 (since 0.5.0 package was broken on Windows).

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

2013-04-12 Thread Miklos Vajna
sw/source/filter/ww8/rtfattributeoutput.cxx | 124 sw/source/filter/ww8/rtfattributeoutput.hxx |5 + writerfilter/source/rtftok/rtfsdrimport.cxx | 22 3 files changed, 102 insertions(+), 49 deletions(-) New commits: commit

[PATCH] Convert SfxViewFactoryArr_Impl from SfxPtrArray to std::vect...

2013-04-12 Thread Noel Grandin (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3360 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/60/3360/1 Convert SfxViewFactoryArr_Impl from SfxPtrArray to std::vector Change-Id:

[no subject]

2013-04-12 Thread Vlastimil Jinoch
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: Branch 'feature/orcus-update' - liborcus/ExternalPackage_liborcus.mk

2013-04-12 Thread Kohei Yoshida
liborcus/ExternalPackage_liborcus.mk |1 + 1 file changed, 1 insertion(+) New commits: commit 70ad11b47d471f57e851f9248ef9ae04b4541fb7 Author: Kohei Yoshida kohei.yosh...@gmail.com Date: Fri Apr 12 10:30:05 2013 -0400 Deliver orcus-parser.lib on Windows. Change-Id:

Need help with building feature/orcus-update on Windodws

2013-04-12 Thread Kohei Yoshida
Hi there, I hope I can get some help trying to build the feature/orcus-update on Windows. There are multiple complications. First, building with ccache doesn't work, which can be easily worked around, but needs a fix nonetheless. Also, the newer version of liborcus doesn't build due to it not

[PATCH] remove dead code

2013-04-12 Thread Noel Grandin (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3361 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/61/3361/1 remove dead code Change-Id: I18b203f9647e2fd5199a2d15f4be67c99f7def5d --- D sfx2/source/inc/mnucfga.hxx M

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

2013-04-12 Thread Jan Holesovsky
sw/inc/anchoredobject.hxx |2 sw/source/core/inc/pagefrm.hxx| 14 --- sw/source/core/layout/layact.cxx | 142 +- sw/source/core/layout/pagechg.cxx |4 - sw/source/core/layout/tabfrm.cxx | 13 --- 5 files changed, 51 insertions(+),

[PATCH] fdo#40100 correct result of calc function YEARFRAC

2013-04-12 Thread Winfried Donkers
For some reason I can't connect with gerrit, so I submit this patch in the classic way. The patch improves the calculation of YEARFRAC in case of leap years. There still is one more possible improvement (see ToDo-comment in patch), but that could be argueable. I'm interested in your opnions on

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

2013-04-12 Thread Noel Grandin
sfx2/source/inc/mnucfga.hxx | 43 --- sfx2/source/inc/virtmenu.hxx |1 - sfx2/source/menu/mnumgr.cxx |1 - 3 files changed, 45 deletions(-) New commits: commit adcae497ce48a6ff6e994817b17840842faa8732 Author: Noel Grandin n...@peralex.com Date:

[PUSHED] remove dead code

2013-04-12 Thread Thomas Arnhold (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/3361 Approvals: Thomas Arnhold: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3361 To unsubscribe,

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

2013-04-12 Thread Michael Meeks
android/experimental/desktop/native-code.cxx | 36 +++ 1 file changed, 36 insertions(+) New commits: commit f3c4b5606d4a697efbe3041530fc7f7d5a3a47b0 Author: Michael Meeks michael.me...@suse.com Date: Fri Apr 12 19:03:15 2013 +0300 Add more components

Regadring help on the bug#42893

2013-04-12 Thread Janit Anjaria
Hey! I have been working on this bug and would like to get some help on teh same as i am not able to get the desired output.Though i think the method/concept/logic i have used is similar to the one mentioned in the attachment on : https://bugs.freedesktop.org/show_bug.cgi?id=42893 Any help would

[Libreoffice-commits] core.git: Branch 'feature/orcus-update' - liborcus/ExternalProject_liborcus.mk

2013-04-12 Thread Kohei Yoshida
liborcus/ExternalProject_liborcus.mk | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) New commits: commit c94d0728dfea759c91978d7c5919fafebf259670 Author: Kohei Yoshida kohei.yosh...@gmail.com Date: Fri Apr 12 12:38:35 2013 -0400 Trying to fix Windows build. Still

[Libreoffice-commits] core.git: Branch 'feature/slidehack' - 2 commits - sd/source

2013-04-12 Thread Michael Meeks
sd/source/ui/slidesorter/inc/view/SlsPageObjectLayouter.hxx| 22 - sd/source/ui/slidesorter/inc/view/SlsPageObjectPainter.hxx |7 sd/source/ui/slidesorter/view/SlideSorterView.cxx | 144 --- sd/source/ui/slidesorter/view/SlsInsertionIndicatorOverlay.cxx |3

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

2013-04-12 Thread Jan Holesovsky
svx/source/customshapes/EnhancedCustomShapeFontWork.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 9de73714775833f3ec7e7508d5fddcc8e4f19aed Author: Jan Holesovsky ke...@suse.cz Date: Fri Apr 12 18:46:17 2013 +0200 i#116001: Decrementing the iterator

[Libreoffice-commits] core.git: 2 commits - tools/Library_tl.mk tools/source tools/unx tools/win

2013-04-12 Thread Tor Lillqvist
tools/Library_tl.mk | 16 --- tools/source/generic/toolsin.cxx |8 --- tools/source/misc/toolsdll.cxx| 33 tools/unx/source/dll/toolsdll.cxx | 33 tools/win/inc/dll.hxx |

[PATCH] gcc -dumpversion has only MAJOR.MINOR, not MAJOR.MINOR.PATCH...

2013-04-12 Thread Lionel Elie Mamane (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3362 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/62/3362/1 gcc -dumpversion has only MAJOR.MINOR, not MAJOR.MINOR.PATCHLEVEL Change-Id:

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

2013-04-12 Thread vjinoch
vcl/inc/unx/gtk/gtkinst.hxx | 22 ++ vcl/unx/gtk/app/gtkdata.cxx |2 -- vcl/unx/gtk/window/gloactiongroup.cxx |4 vcl/unx/gtk/window/gtkframe.cxx | 25 - vcl/unx/gtk/window/gtkobject.cxx |3 ---

[PATCH libreoffice-4-0] fdo#36858

2013-04-12 Thread Lionel Elie Mamane (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3363 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/63/3363/1 fdo#36858 1) No valueType (Format/Number/General) is like float valueType (Format/Number/any other) 2) We use

[PUSHED] fdo#60690 - Remove all calls t GTK_YIELD_GRAB because it doe...

2013-04-12 Thread Michael Meeks (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/3357 -- To view, visit https://gerrit.libreoffice.org/3357 To unsubscribe, visit https://gerrit.libreoffice.org/settings Gerrit-MessageType:

[Libreoffice-commits] core.git: reportbuilder/java

2013-04-12 Thread Lionel Elie Mamane
reportbuilder/java/org/libreoffice/report/pentaho/layoutprocessor/FormatValueUtility.java | 11 +++--- 1 file changed, 8 insertions(+), 3 deletions(-) New commits: commit b8537fba16417aa5a2e940191f094b8671256ee5 Author: Lionel Elie Mamane lio...@mamane.lu Date: Fri Apr 12 19:03:07 2013

[Libreoffice-commits] core.git: 3 commits - basic/source svl/source sw/inc sw/source

2013-04-12 Thread Michael Stahl
basic/source/classes/propacc.cxx |6 svl/source/numbers/zforlist.cxx|4 +- sw/inc/IMark.hxx | 49 + sw/source/core/crsr/crbm.cxx |7 ++-- sw/source/core/doc/docbm.cxx |8 ++---

  1   2   3   >