[PATCH] fdo#63878 fix the zoom problem when the sheet are RTL

2013-05-04 Thread Faisal al-otaibi (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3789 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/89/3789/1 fdo#63878 fix the zoom problem when the sheet are RTL Change-Id: Ie451b7a84b5481e9209c5b6d6d439844de5082fd --- M

[PUSHED libreoffice-4-0] configure: don't enable ENABLE_NPAPI_FROM_BROWSER with --ena...

2013-05-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/3786 Approvals: Andras Timar: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3786 To unsubscribe, visit

[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - configure.ac

2013-05-04 Thread Riccardo Magliocchetti
configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit ca6943b8462b843a5f99fc3291cef86454f4ac7a Author: Riccardo Magliocchetti Date: Sat May 4 19:24:40 2013 +0200 configure: don't enable ENABLE_NPAPI_FROM_BROWSER with --enable-headless This fix

[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - extras/Package_extensions.mk

2013-05-04 Thread Kalman Szalai - KAMI
extras/Package_extensions.mk | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) New commits: commit bb925573298d8be9c63f348cb4c13ff689634224 Author: Kalman Szalai - KAMI Date: Sun May 5 08:00:04 2013 +0200 Copy extensions as extensions to the solver Change-Id: I

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - solenv/bin

2013-05-04 Thread Andrea Pescetti
solenv/bin/download_external_dependencies.pl |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 365ff9c02db80644372043d85d8e1c7e2ffe94de Author: Andrea Pescetti Date: Sat May 4 22:15:24 2013 + Reorder parameters to get a more meaningful output - likely th

[PATCH] Partially translate german comments in sw/source/filter/ww8/

2013-05-04 Thread Joren De Cuyper (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3788 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/88/3788/1 Partially translate german comments in sw/source/filter/ww8/ Please, only apply this patch if you are a native s

fdo#41572 Making it possible to add custom animation to master slides

2013-05-04 Thread Janit Anjaria
Hey ! I am hereby attaching a patch that shows my initial work on the task ,and it would be great if someone can guide if i am going swrong somewhere. Though it is not complete according to my plans on the code,but still it would be great if there is some more efficient code pointers someone can p

[PATCH] fdo#39468 Translate German Comments - rest of vcl/source/edi...

2013-05-04 Thread Christian M. Heller (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3787 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/87/3787/1 fdo#39468 Translate German Comments - rest of vcl/source/edit/... Change-Id: I6cb657853cf3e8d4e35c0dc09be6a4a15b

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 40/1e8f2db607081e62eaaa1f08a8cd8971a3f637

2013-05-04 Thread Caolán McNamara
40/1e8f2db607081e62eaaa1f08a8cd8971a3f637 |1 + 1 file changed, 1 insertion(+) New commits: commit 098c55da2bfc4f419a670ff61ea53c957f4f7efa Author: Caolán McNamara Date: Sat May 4 20:54:30 2013 +0100 Notes added by 'git notes add' diff --git a/40/1e8f2db607081e62eaaa1f08a8cd8971a3f6

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 68/e707bbc6fe23881b822e6efab8a2933343dc1a

2013-05-04 Thread Caolán McNamara
68/e707bbc6fe23881b822e6efab8a2933343dc1a |1 + 1 file changed, 1 insertion(+) New commits: commit a3ee88efab2de0f311033e11086ac226b6701a41 Author: Caolán McNamara Date: Sat May 4 20:54:02 2013 +0100 Notes added by 'git notes add' diff --git a/68/e707bbc6fe23881b822e6efab8a2933343dc

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

2013-05-04 Thread Caolán McNamara
cui/source/inc/macroass.hxx |1 + cui/source/tabpages/macroass.cxx | 31 +++ vcl/source/window/builder.cxx|3 +++ 3 files changed, 27 insertions(+), 8 deletions(-) New commits: commit cf3d6757a9052565fa8f5b3301e2fe6874af2f66 Author: Caolán McNamara

[Libreoffice-commits] .: src/docrecord.py src/docstream.py

2013-05-04 Thread Miklos Vajna
src/docrecord.py | 25 - src/docstream.py | 23 ++- 2 files changed, 22 insertions(+), 26 deletions(-) New commits: commit 2c4e52467c405d35823a781e7745a1fe7ae42a30 Author: Miklos Vajna Date: Sat May 4 20:09:32 2013 +0200 retrieveText -> retr

[PATCH libreoffice-4-0] configure: don't enable ENABLE_NPAPI_FROM_BROWSER with --ena...

2013-05-04 Thread Riccardo Magliocchetti (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3786 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/86/3786/1 configure: don't enable ENABLE_NPAPI_FROM_BROWSER with --enable-headless This fix a build error since otherwise

[PATCH libreoffice-3-6] fdo#54087 refactor/fix browser plugin detection on Windows

2013-05-04 Thread Andras Timar (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3785 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/85/3785/1 fdo#54087 refactor/fix browser plugin detection on Windows Former code did not find the Firefox plugin, if it wa

[PATCH libreoffice-4-0] fdo#54087 refactor/fix browser plugin detection on Windows

2013-05-04 Thread Andras Timar (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3784 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/84/3784/1 fdo#54087 refactor/fix browser plugin detection on Windows Former code did not find the Firefox plugin, if it wa

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

2013-05-04 Thread Andras Timar
cui/source/dialogs/winpluginlib.cxx | 31 +-- 1 file changed, 5 insertions(+), 26 deletions(-) New commits: commit 9ec6a9d7b50b2cb8b026cb2e8efe74806adbafcd Author: Andras Timar Date: Sat May 4 09:48:27 2013 -0700 fdo#54087 refactor/fix browser plugin detectio

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

2013-05-04 Thread Andras Timar
cui/source/dialogs/winpluginlib.cxx | 31 +-- 1 file changed, 5 insertions(+), 26 deletions(-) New commits: commit e61ea2d79f96a96314f0135ad6cf820b6ae57b5d Author: Andras Timar Date: Sat May 4 09:48:27 2013 -0700 fdo#54087 refactor/fix browser plugin detectio

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 7c/c799bc7638fe15ca2fa68d2c15fb3c99c29585

2013-05-04 Thread Caolán McNamara
7c/c799bc7638fe15ca2fa68d2c15fb3c99c29585 |1 + 1 file changed, 1 insertion(+) New commits: commit dd05bd201d9dd028a24ec0aa4287dd266e2f5832 Author: Caolán McNamara Date: Sat May 4 17:19:12 2013 +0100 Notes added by 'git notes add' diff --git a/7c/c799bc7638fe15ca2fa68d2c15fb3c99c295

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 2e/6a5683057944c8494145ab8dffdc2d5a26ac3b

2013-05-04 Thread Caolán McNamara
2e/6a5683057944c8494145ab8dffdc2d5a26ac3b |1 + 1 file changed, 1 insertion(+) New commits: commit ac7bed2e7c07a441655548384496cf629fff9479 Author: Caolán McNamara Date: Sat May 4 17:18:19 2013 +0100 Notes added by 'git notes add' diff --git a/2e/6a5683057944c8494145ab8dffdc2d5a26ac

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

2013-05-04 Thread Riccardo Magliocchetti
configure.ac |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 759cc27530a5f58b43721f2d760c9429561a12fd Author: Riccardo Magliocchetti Date: Sat May 4 18:16:25 2013 +0200 configure: no ENABLE_NPAPI_FROM_BROWSER for --enable-headless Change-Id: Icc986a

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

2013-05-04 Thread Caolán McNamara
3f/d02d53d31c34f525919c5fbdf15c5aef1bd0f2 |1 + 1 file changed, 1 insertion(+) New commits: commit d11ff9e728b27fd7c8a4077eee793c31d7be5ba1 Author: Caolán McNamara Date: Sat May 4 17:14:47 2013 +0100 Notes added by 'git notes add' diff --git a/3f/d02d53d31c34f525919c5fbdf15c5aef1bd0

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - c1/91f2cb50688167d33566c509dc5101fa8bf05d

2013-05-04 Thread Caolán McNamara
c1/91f2cb50688167d33566c509dc5101fa8bf05d |1 + 1 file changed, 1 insertion(+) New commits: commit 7a8faeaa5d8c10edafdc3da6f341358a4dc0c234 Author: Caolán McNamara Date: Sat May 4 17:13:03 2013 +0100 Notes added by 'git notes add' diff --git a/c1/91f2cb50688167d33566c509dc5101fa8bf0

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 93/1f9852290ebb4671f66ef468b7db267ccd370d

2013-05-04 Thread Caolán McNamara
93/1f9852290ebb4671f66ef468b7db267ccd370d |1 + 1 file changed, 1 insertion(+) New commits: commit 204b0546fe9ccfb6e086be243dfb50a4c2ece2b6 Author: Caolán McNamara Date: Sat May 4 17:11:20 2013 +0100 Notes added by 'git notes add' diff --git a/93/1f9852290ebb4671f66ef468b7db267ccd37

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 7c/2720aa57ce168f189362579fc7e9145ac491da

2013-05-04 Thread Caolán McNamara
7c/2720aa57ce168f189362579fc7e9145ac491da |1 + 1 file changed, 1 insertion(+) New commits: commit a7659e251739f206d38feaeb3c064b60bcc87b97 Author: Caolán McNamara Date: Sat May 4 17:10:36 2013 +0100 Notes added by 'git notes add' diff --git a/7c/2720aa57ce168f189362579fc7e9145ac491

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - f9/b703eabdca69bcd542424908c4121c7b4823a4

2013-05-04 Thread Caolán McNamara
f9/b703eabdca69bcd542424908c4121c7b4823a4 |1 + 1 file changed, 1 insertion(+) New commits: commit 6b3b22f2fca2c590ce0ace71e83982623e68b93a Author: Caolán McNamara Date: Sat May 4 17:08:12 2013 +0100 Notes added by 'git notes add' diff --git a/f9/b703eabdca69bcd542424908c4121c7b4823

Re: help with --disable-extensions

2013-05-04 Thread Matúš Kukan
On 4 May 2013 17:41, Riccardo Magliocchetti wrote: > i'm trying to do some work finishing --disable-extensions, see attached > patch, unfortunately it does not work. Hmm, is it a good idea. At least I find the name a bit confusing - if you are trying by this to not build extensions/ module where

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - c0/750036bb5f3aad2921e3a8d4c8db5593fee1e7

2013-05-04 Thread Caolán McNamara
c0/750036bb5f3aad2921e3a8d4c8db5593fee1e7 |1 + 1 file changed, 1 insertion(+) New commits: commit 851a9a97b0e5ca33b4c3998534a0030c6cf6d070 Author: Caolán McNamara Date: Sat May 4 17:07:06 2013 +0100 Notes added by 'git notes add' diff --git a/c0/750036bb5f3aad2921e3a8d4c8db5593fee1

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - da/efa1113e6ff540c8832c1fbb1da00d0a7b389a

2013-05-04 Thread Caolán McNamara
da/efa1113e6ff540c8832c1fbb1da00d0a7b389a |1 + 1 file changed, 1 insertion(+) New commits: commit 2de087415a5b4259463707dc380886d4d391a464 Author: Caolán McNamara Date: Sat May 4 17:04:49 2013 +0100 Notes added by 'git notes add' diff --git a/da/efa1113e6ff540c8832c1fbb1da00d0a7b38

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - fd/9ba2f5e22ea8e7a09698731db026ee8d792011

2013-05-04 Thread Caolán McNamara
fd/9ba2f5e22ea8e7a09698731db026ee8d792011 |1 + 1 file changed, 1 insertion(+) New commits: commit 22c7ebfc55211d82bd3d06c3e431f099bceb0aa3 Author: Caolán McNamara Date: Sat May 4 17:03:52 2013 +0100 Notes added by 'git notes add' diff --git a/fd/9ba2f5e22ea8e7a09698731db026ee8d7920

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - cf/579279ea58e704afaac1d0f29cfe75d6f0d02c

2013-05-04 Thread Caolán McNamara
cf/579279ea58e704afaac1d0f29cfe75d6f0d02c |1 + 1 file changed, 1 insertion(+) New commits: commit 18b5852a033f51c11c433dcca31e630e933bf6ad Author: Caolán McNamara Date: Sat May 4 17:01:38 2013 +0100 Notes added by 'git notes add' diff --git a/cf/579279ea58e704afaac1d0f29cfe75d6f0d0

[Libreoffice-commits] core.git: solenv/gbuild

2013-05-04 Thread Peter Foley
solenv/gbuild/extensions/pre_MergedLibsList.mk |2 -- 1 file changed, 2 deletions(-) New commits: commit ba09793d3b566d30ecb49422ce02fe4b2e2c7600 Author: Peter Foley Date: Sat May 4 09:24:21 2013 -0400 do not merge pyuno/pyloader Change-Id: I2803eaa9dcd516059fc879e1ca98dc3a5f

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - bd/f16fe56289011d857533671bb66b5d522f6095

2013-05-04 Thread Caolán McNamara
bd/f16fe56289011d857533671bb66b5d522f6095 |1 + 1 file changed, 1 insertion(+) New commits: commit 82e25195b59cd4cd2a427e303ff756bdcf79966b Author: Caolán McNamara Date: Sat May 4 17:00:18 2013 +0100 Notes added by 'git notes add' diff --git a/bd/f16fe56289011d857533671bb66b5d522f60

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 1a/169fa0ca55cd10b76205d09ecebc5717afdc77

2013-05-04 Thread Caolán McNamara
1a/169fa0ca55cd10b76205d09ecebc5717afdc77 |1 + 1 file changed, 1 insertion(+) New commits: commit 807d3b6e1c1ac8163c7fe768b3746cf276eee792 Author: Caolán McNamara Date: Sat May 4 16:54:23 2013 +0100 Notes added by 'git notes add' diff --git a/1a/169fa0ca55cd10b76205d09ecebc5717afdc

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 88/e51a69cf60f201526f32536a10c4163a29ec03

2013-05-04 Thread Caolán McNamara
88/e51a69cf60f201526f32536a10c4163a29ec03 |1 + 1 file changed, 1 insertion(+) New commits: commit 1de8213fddba9efa7f1c208e7a925fa6a9ebba2b Author: Caolán McNamara Date: Sat May 4 16:52:18 2013 +0100 Notes added by 'git notes add' diff --git a/88/e51a69cf60f201526f32536a10c4163a29ec

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 4e/620795e1decaad8e8a25c3028ad0c270925eb4

2013-05-04 Thread Caolán McNamara
4e/620795e1decaad8e8a25c3028ad0c270925eb4 |1 + 1 file changed, 1 insertion(+) New commits: commit 4933d30170d32f1175213531c0045282a58694bd Author: Caolán McNamara Date: Sat May 4 16:50:49 2013 +0100 Notes added by 'git notes add' diff --git a/4e/620795e1decaad8e8a25c3028ad0c270925e

[PATCH] SW : Fix crash by checking find result

2013-05-04 Thread Arnaud Versini (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3783 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/83/3783/1 SW : Fix crash by checking find result Change-Id: I6caf18b110dd0a40f09e185c00cb238261457db3 --- M sw/source/core

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 2f/35d17889b1eafe670262a82b95ee04e165d9df

2013-05-04 Thread Caolán McNamara
2f/35d17889b1eafe670262a82b95ee04e165d9df |1 + 1 file changed, 1 insertion(+) New commits: commit 0bb8176c3986fad1107ca22249f1865b17747345 Author: Caolán McNamara Date: Sat May 4 16:46:05 2013 +0100 Notes added by 'git notes add' diff --git a/2f/35d17889b1eafe670262a82b95ee04e165d9

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - fa/dba0701348ed1749cb7411fce487a6d9124b5c

2013-05-04 Thread Caolán McNamara
fa/dba0701348ed1749cb7411fce487a6d9124b5c |1 + 1 file changed, 1 insertion(+) New commits: commit 0bc2b19f4891d8419ded4554551202926a9088ff Author: Caolán McNamara Date: Sat May 4 16:44:12 2013 +0100 Notes added by 'git notes add' diff --git a/fa/dba0701348ed1749cb7411fce487a6d9124b

Re: help with --enable-headless build failing in solver

2013-05-04 Thread Riccardo Magliocchetti
Hi Matus, Il 04/05/2013 02:41, Matúš Kukan ha scritto: Hi, On 3 May 2013 22:14, Riccardo Magliocchetti wrote: /home/rm/src/libo/solenv/gbuild/Package.mk:44: *** gb_Deliver_deliver: file does not exist in solver, and cannot be delivered: /home/rm/src/libo/solver/unxlngx6.pro/xml/component/des

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - c1/9292d7740d0787408675d17f2a487df6f040b8

2013-05-04 Thread Caolán McNamara
c1/9292d7740d0787408675d17f2a487df6f040b8 |1 + 1 file changed, 1 insertion(+) New commits: commit 618847444adb8a10ae51953fefbe84d5f902c1d2 Author: Caolán McNamara Date: Sat May 4 16:43:06 2013 +0100 Notes added by 'git notes add' diff --git a/c1/9292d7740d0787408675d17f2a487df6f040

help with --disable-extensions

2013-05-04 Thread Riccardo Magliocchetti
Hello, i'm trying to do some work finishing --disable-extensions, see attached patch, unfortunately it does not work. At compile time i get these, i assume because extensions module is not providing anything at all: cat: workdir/unxlngx6.pro/InstallModuleTarget/scp2/extensions.filelist: Fi

[Libreoffice-commits] core.git: 2 commits - Repository.mk scp2/AutoInstallLibs_kde.mk scp2/InstallModule_kde.mk scp2/Module_scp2.mk scp2/source solenv/gbuild

2013-05-04 Thread Matúš Kukan
Repository.mk |7 +-- scp2/AutoInstallLibs_kde.mk| 12 scp2/InstallModule_kde.mk |9 + scp2/Module_scp2.mk|1 + scp2/source/kde/file_kde.scp | 35 --- scp2/source/kde/module_kde.scp |

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - e0/7b24084863c7da7341e2dcd992af517f0c3847

2013-05-04 Thread Caolán McNamara
e0/7b24084863c7da7341e2dcd992af517f0c3847 |1 + 1 file changed, 1 insertion(+) New commits: commit 93530b41b198e7bdaf0802eb2b8a1c48d8faae7e Author: Caolán McNamara Date: Sat May 4 16:28:56 2013 +0100 Notes added by 'git notes add' diff --git a/e0/7b24084863c7da7341e2dcd992af517f0c38

[PUSHED] install moz. runtime files using filelist

2013-05-04 Thread David Tardon (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/3781 Approvals: LibreOffice gerrit bot: Verified David Tardon: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreof

[PUSHED] the MacOS X cleanup is logically a part of build

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

[PUSHED] bin no longer necessary hack

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

[PUSHED] install python framework using filelist

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

[PUSHED] $(WORKDIR)/CustomTarget/odk/odkcommon is no more

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

[PUSHED] drop unneeded odkcommon/

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

[PUSHED] install cpp docs using filelist

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

[PUSHED] gbuild: add Package equiv. for copying whole dirs

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

[Libreoffice-commits] core.git: moz/CustomTarget_runtime.mk moz/ExternalPackage_runtime.mk moz/Module_moz.mk moz/Package_runtime.mk moz/UnpackedTarball_mozruntime.mk scp2/source

2013-05-04 Thread David Tardon
moz/CustomTarget_runtime.mk | 27 -- moz/ExternalPackage_runtime.mk| 57 ++ moz/Module_moz.mk |2 - moz/Package_runtime.mk| 14 - moz/UnpackedTarball_mozruntime.mk | 14 + scp2/sou

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

2013-05-04 Thread David Tardon
scp2/source/python/file_python.scp |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit 054852042554893165f6ee09a6879007b9cf3718 Author: David Tardon Date: Sat May 4 15:01:36 2013 +0200 bin no longer necessary hack Change-Id: I54ca40343f4abe61aaea5520d27

[Libreoffice-commits] core.git: 2 commits - python3/CustomTarget_PythonFramework.mk python3/ExternalProject_python3.mk python3/GeneratedPackage_python3.mk python3/Module_python3.mk scp2/source solenv/

2013-05-04 Thread David Tardon
python3/CustomTarget_PythonFramework.mk | 58 python3/ExternalProject_python3.mk | 51 python3/GeneratedPackage_python3.mk | 18 + python3/Module_python3.mk |2 - scp2/source/python/file_python.s

[Libreoffice-commits] core.git: 2 commits - odk/CustomTarget_check.mk odk/CustomTarget_settings.mk odk/Package_settings_generated.mk odk/util

2013-05-04 Thread David Tardon
odk/CustomTarget_check.mk |1 - odk/CustomTarget_settings.mk |6 +++--- odk/Package_settings_generated.mk |2 +- odk/util/check.pl | 13 ++--- 4 files changed, 10 insertions(+), 12 deletions(-) New commits: commit 45b95190860d714f7dba9dcca452931c

[Libreoffice-commits] core.git: 2 commits - instsetoo_native/util Makefile.in odk/CustomTarget_check.mk odk/CustomTarget_doxygen.mk odk/GeneratedPackage_cpp_docs.mk odk/Module_odk.mk odk/Zip_cppdocs.m

2013-05-04 Thread David Tardon
Makefile.in |1 instsetoo_native/util/openoffice.lst.in |8 +- odk/CustomTarget_check.mk |2 odk/CustomTarget_doxygen.mk | 14 ++-- odk/GeneratedPackage_cpp_docs.mk| 16 odk/Module_odk.mk |

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

2013-05-04 Thread David Tardon
src/lib/VDXParser.cpp |9 + src/lib/VSDParser.cpp |2 +- src/lib/VSDXParser.cpp |4 ++-- 3 files changed, 8 insertions(+), 7 deletions(-) New commits: commit 46a3a1b132333a19855b088129a79c29fc869f73 Author: David Tardon Date: Sat May 4 16:33:52 2013 +0200 coverity: m

[Libreoffice-commits] .: 6 commits - src/docrecord.py src/docstream.py

2013-05-04 Thread Miklos Vajna
src/docrecord.py | 22 +- src/docstream.py |4 ++-- 2 files changed, 11 insertions(+), 15 deletions(-) New commits: commit 0830a4734532a87a1d9a495ba158c8c48c1e534e Author: Miklos Vajna Date: Sat May 4 16:25:13 2013 +0200 unused parameter diff --git a/src/docstre

[Libreoffice-commits] .: 3 commits - src/docrecord.py src/docstream.py test/doc

2013-05-04 Thread Miklos Vajna
src/docrecord.py |7 +++ src/docstream.py | 26 ++ test/doc/header.doc |binary test/doc/header.rtf |4 test/doc/headerlo.doc |binary test/doc/test.py | 12 6 files changed, 45 insertions(+), 4 deletions(-) New commits:

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

2013-05-04 Thread David Tardon
src/lib/MSPUBParser.cpp |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 9c42e8be24e90dc7e3e326a9a53a445f716e414b Author: David Tardon Date: Sat May 4 15:58:40 2013 +0200 coverity: avoid possible sign extension diff --git a/src/lib/MSPUBParser.cpp b/src/lib/MS

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - aa/bf70b5c6040ad9b98b2340b7bcdba9c9699f8c

2013-05-04 Thread Caolán McNamara
aa/bf70b5c6040ad9b98b2340b7bcdba9c9699f8c |1 + 1 file changed, 1 insertion(+) New commits: commit d5b347498ff857c8291422c72b4fcaaaf3c611f4 Author: Caolán McNamara Date: Sat May 4 14:45:17 2013 +0100 Notes added by 'git notes add' diff --git a/aa/bf70b5c6040ad9b98b2340b7bcdba9c9699f

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 2 commits - 00/93a8cf7a4961ee9ee0fdd3ccadf1cd4900d66c ac/cfa2d9d175b955c939a14f60ffd02bfef70b2e

2013-05-04 Thread Caolán McNamara
00/93a8cf7a4961ee9ee0fdd3ccadf1cd4900d66c |1 + ac/cfa2d9d175b955c939a14f60ffd02bfef70b2e |1 + 2 files changed, 2 insertions(+) New commits: commit be18bfd96c813cfa5ec5e8753c95e4a4f6de3a95 Author: Caolán McNamara Date: Sat May 4 14:44:02 2013 +0100 Notes added by 'git notes add'

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 2 commits - 20/75b0da2291174da5dc08f8246857bcc924f777 48/b65c174fb6483b0aa69b18891a5c78936e6432

2013-05-04 Thread Caolán McNamara
20/75b0da2291174da5dc08f8246857bcc924f777 |1 + 48/b65c174fb6483b0aa69b18891a5c78936e6432 |1 + 2 files changed, 2 insertions(+) New commits: commit 1867f4d924deabddf7132351b0b55ab53fe4f2b8 Author: Caolán McNamara Date: Sat May 4 14:43:51 2013 +0100 Notes added by 'git notes add'

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 2 commits - 51/c58ff8442f922ebd1e5365b286d0a255f54265 74/2ce8b35e67a6b6bdfd2e784ea5abcdfd054085

2013-05-04 Thread Caolán McNamara
51/c58ff8442f922ebd1e5365b286d0a255f54265 |1 + 74/2ce8b35e67a6b6bdfd2e784ea5abcdfd054085 |1 + 2 files changed, 2 insertions(+) New commits: commit 2f1938ac6a75245cb662a2c25860f6622f097b5a Author: Caolán McNamara Date: Sat May 4 14:43:24 2013 +0100 Notes added by 'git notes add'

Fostering project internal communication

2013-05-04 Thread Florian Effenberger
Hello, sorry for spamming all the lists, but in the light of recent events and discussions, I'd like to make all of you aware of an important mailing list, that so far has not been used as extensively as it should be, which led to some frustration and communication issues. As part of our mis

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - f8/f9cb1148f70f61f486517a1f353c4a3de8211f

2013-05-04 Thread Caolán McNamara
f8/f9cb1148f70f61f486517a1f353c4a3de8211f |1 + 1 file changed, 1 insertion(+) New commits: commit eeeb68662ac5da26664b2faf9e0e4b46db4801f2 Author: Caolán McNamara Date: Sat May 4 14:38:50 2013 +0100 Notes added by 'git notes add' diff --git a/f8/f9cb1148f70f61f486517a1f353c4a3de821

[Libreoffice-commits] core.git: Branch 'feature/sidebar' - include/svx svx/source

2013-05-04 Thread Armin Le Grand
include/svx/xtable.hxx| 18 ++-- svx/source/dialog/dlgctrl.cxx |4 - svx/source/dialog/sdstring.src| 22 +++--- svx/source/sidebar/line/LinePropertyPanel.cxx |6 + svx/source/sidebar/line/LinePropertyPanel.hrc | 26 --- svx/

[PATCH] gbuild: add Package equiv. for copying whole dirs

2013-05-04 Thread David Tardon (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3774 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/74/3774/1 gbuild: add Package equiv. for copying whole dirs This is in preparation for using doxygen to generate IDL docs.

[PATCH] install python framework using filelist

2013-05-04 Thread David Tardon (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3779 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/79/3779/1 install python framework using filelist Change-Id: Ib3a98d8268d0a1973d5f06b993c293fd41ba47e1 --- A python3/Gener

[PATCH] install moz. runtime files using filelist

2013-05-04 Thread David Tardon (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3781 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/81/3781/1 install moz. runtime files using filelist Change-Id: Iddc1a86d34a6d05f2a2939fb72f057fb387bbe1f --- D moz/CustomT

[PATCH] install cpp docs using filelist

2013-05-04 Thread David Tardon (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3775 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/75/3775/1 install cpp docs using filelist Change-Id: I93176653935b6ccfd4181e6086444fbe7475f2b0 --- M odk/CustomTarget_chec

[PATCH] bin no longer necessary hack

2013-05-04 Thread David Tardon (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3780 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/80/3780/1 bin no longer necessary hack Change-Id: I54ca40343f4abe61aaea5520d27b4c82a2eeaf7a --- M scp2/source/python/file_

[PATCH] the MacOS X cleanup is logically a part of build

2013-05-04 Thread David Tardon (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3778 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/78/3778/1 the MacOS X cleanup is logically a part of build ... so move it to python/ExternalProject_python3.mk, where it b

[PATCH] drop unneeded odkcommon/

2013-05-04 Thread David Tardon (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3776 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/76/3776/1 drop unneeded odkcommon/ Change-Id: Id88a58e43fd7a39fdbc7545a0618b05070b1270e --- M odk/CustomTarget_settings.mk

[PATCH] $(WORKDIR)/CustomTarget/odk/odkcommon is no more

2013-05-04 Thread David Tardon (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3777 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/77/3777/1 $(WORKDIR)/CustomTarget/odk/odkcommon is no more Change-Id: I49204b3518c47614e591de47a916901861331673 --- M odk/

Re: [PATCH] fdo#60351: FILEOPEN particular .docx shows pictures with wrong contour instead of appropriate simple wrap

2013-05-04 Thread Joren
Hi Anderson, Anderson Cordeiro schreef op 4/05/13 14:56: This is the patch to fix this easy hack. One of many I send! Is it possible you send this email without attaching your patch? tip: for developers (I'm not a developer) is it also a bit easier to review your patch via gerrit (https://ger

[PATCH] fdo#60351: FILEOPEN particular .docx shows pictures with wrong contour instead of appropriate simple wrap

2013-05-04 Thread Anderson Cordeiro
This is the patch to fix this easy hack. One of many I send! hugs Anderson Cordeiro Charles Rio de Janeiro - Brazil Cotplan - IPRJ/Uerj GNU/Linux registered user #558000 www.iprj.uerj.br www.clima.iprj.uerj.br ___ LibreOffice mailing list LibreOffice@li

[ANN] LibreOffice 4.0.3 RC3 available

2013-05-04 Thread Thorsten Behrens
Dear Community, The Document Foundation is pleased to announce the third release candidate of our upcoming LibreOffice 4.0.3. This will be the third in a series of frequent updates to our feature-packed 4.0 branch. Please be aware that LibreOffice 4.0.3 RC3 is not ready for production use, you sho

fd#44621 : OSX DND opens drawer Query

2013-05-04 Thread Manik Malhotra
Hi, I just started working on the bug With MacOSX 10.7 and later, dragging an image from the desktop to LO Writer is not possible https://bugs.freedesktop.org/show_bug.cgi?id=44621 The image when dropped into the Libre Office application opens Draw no matter what the source (desktop or any other a

[PATCH] fdo#47305: set digit language, before OutputDevice draw text...

2013-05-04 Thread navin patidar (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3773 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/73/3773/1 fdo#47305: set digit language, before OutputDevice draw text. Set ctl language as digit language when wrt direct

making the win32 build easier ?

2013-05-04 Thread Michael Meeks
Hi there, I was reading through and following the steps in: https://wiki.documentfoundation.org/Development/Windows_Build_Dependencies#Install_Windows_Build_Requirements And it struck me that at least the Ant and JUnit pieces look as if we could mirror them trivially at a known l

New language localization

2013-05-04 Thread Kaïraba Cissé
N'ko is a right to left language with its own digits. For more information see : http://en.wikipedia.org/wiki/N%27Ko_alphabet Unicode range : U+07C0–U+07FF I want to start the localization of libre office in N'ko language. Unfortunately, this language is not yet supported. Some information about

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - f4/5335265ec5597510bf7a17cf521906c0288b9d

2013-05-04 Thread Caolán McNamara
f4/5335265ec5597510bf7a17cf521906c0288b9d |1 + 1 file changed, 1 insertion(+) New commits: commit 29103f0542c72cd56add6474c8b84e7dfff2747c Author: Caolán McNamara Date: Sat May 4 11:11:01 2013 +0100 Notes added by 'git notes add' diff --git a/f4/5335265ec5597510bf7a17cf521906c0288b

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

2013-05-04 Thread Armin Le Grand
sd/source/ui/view/drviews9.cxx | 42 - 1 file changed, 21 insertions(+), 21 deletions(-) New commits: commit 7849b4593dd635f950b2d6faa9ee7c9980a2a657 Author: Armin Le Grand Date: Thu Apr 11 13:08:22 2013 + Related: #i121791# Corrected names fo

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - ef/75cc7bf6ceb6ecf5f2fb32dd560ef05303f1f2

2013-05-04 Thread Caolán McNamara
ef/75cc7bf6ceb6ecf5f2fb32dd560ef05303f1f2 |1 + 1 file changed, 1 insertion(+) New commits: commit 4d1521b526bdba61ae3cc472e7cc8bd902ba2f58 Author: Caolán McNamara Date: Sat May 4 11:09:07 2013 +0100 Notes added by 'git notes add' diff --git a/ef/75cc7bf6ceb6ecf5f2fb32dd560ef05303f1

[Libreoffice-commits] core.git: Branch 'feature/sidebar' - icon-themes/galaxy icon-themes/hicontrast

2013-05-04 Thread Armin Le Grand
dev/null |binary 1 file changed New commits: commit 36da87b881e33e925cc526220efe845dc31b110b Author: Armin Le Grand Date: Thu Apr 11 13:08:10 2013 + Related: #i121791# Corrected names for LineDashes, cleaned up resources (cherry picked from commit ef75cc7bf6ceb6ecf5f2fb32dd5

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 6a/56f5db1d478297aedd3395a882fc2dcce80e82

2013-05-04 Thread Caolán McNamara
6a/56f5db1d478297aedd3395a882fc2dcce80e82 |1 + 1 file changed, 1 insertion(+) New commits: commit 504edc955d0695a66afc60826d11197c2269fee0 Author: Caolán McNamara Date: Sat May 4 11:03:05 2013 +0100 Notes added by 'git notes add' diff --git a/6a/56f5db1d478297aedd3395a882fc2dcce80e

[Libreoffice-commits] core.git: Branch 'feature/sidebar' - sc/source

2013-05-04 Thread Andre Fischer
sc/source/ui/view/formatsh.cxx | 76 + 1 file changed, 40 insertions(+), 36 deletions(-) New commits: commit 61b4764c96fa4425ab0c3239a232fa5ebd13fbf8 Author: Andre Fischer Date: Thu Apr 11 12:29:52 2013 + Resolves: #i122027# Fixed crash when p

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 71/7671a6ec6eab7d87fe7236bb792569151e6b08

2013-05-04 Thread Caolán McNamara
71/7671a6ec6eab7d87fe7236bb792569151e6b08 |1 + 1 file changed, 1 insertion(+) New commits: commit c0b16ecf70f1adf26e909679b787e058f55c7687 Author: Caolán McNamara Date: Sat May 4 11:01:16 2013 +0100 Notes added by 'git notes add' diff --git a/71/7671a6ec6eab7d87fe7236bb792569151e6b

[Libreoffice-commits] core.git: Branch 'feature/sidebar' - sw/source

2013-05-04 Thread Andre Fischer
sw/source/ui/uiview/viewtab.cxx | 1123 1 file changed, 565 insertions(+), 558 deletions(-) New commits: commit dcf9e218ca028864ac9af76bf04ab69939918f3b Author: Andre Fischer Date: Thu Apr 11 12:20:30 2013 + Resolves: #i122028# Fixed crash when

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 27/84b2266ba8ce1dcd899a06626669dfd4dadde5

2013-05-04 Thread Caolán McNamara
27/84b2266ba8ce1dcd899a06626669dfd4dadde5 |1 + 1 file changed, 1 insertion(+) New commits: commit 6530d99cff3682369a005e84168bbca00370387c Author: Caolán McNamara Date: Sat May 4 10:47:17 2013 +0100 Notes added by 'git notes add' diff --git a/27/84b2266ba8ce1dcd899a06626669dfd4dadd

[Libreoffice-commits] core.git: Branch 'feature/sidebar' - offapi/com

2013-05-04 Thread Andre Fischer
offapi/com/sun/star/ui/LayoutSize.idl |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 4497c8dd71735cb896198f613e13979930132700 Author: Andre Fischer Date: Thu Apr 11 12:10:36 2013 + Resolves: #i122030# Fixed bug in documentation that breaks autodoc proces

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - d1/79a612f5f9c01776ea52bfdcf27f1cb864f249

2013-05-04 Thread Caolán McNamara
d1/79a612f5f9c01776ea52bfdcf27f1cb864f249 |1 + 1 file changed, 1 insertion(+) New commits: commit b27d0be7fa012edc002ac7fb0376fdb07fe086ea Author: Caolán McNamara Date: Sat May 4 10:44:56 2013 +0100 Notes added by 'git notes add' diff --git a/d1/79a612f5f9c01776ea52bfdcf27f1cb864f2

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

2013-05-04 Thread Tomaž Vajngerl
include/svx/compressgraphicdialog.hxx |1 svx/source/dialog/compressgraphicdialog.cxx | 35 svx/uiconfig/ui/compressgraphicdialog.ui| 49 ++-- 3 files changed, 76 insertions(+), 9 deletions(-) New commits: commit 06da9114c91bdd90e196

[Libreoffice-commits] core.git: Branch 'feature/sidebar' - sfx2/source

2013-05-04 Thread Andre Fischer
sfx2/source/sidebar/SidebarController.cxx | 15 +-- sfx2/source/sidebar/SidebarController.hxx |3 ++- 2 files changed, 15 insertions(+), 3 deletions(-) New commits: commit 02e826258f757e954f40f6a928a0351724a7280a Author: Andre Fischer Date: Thu Apr 11 12:04:57 2013 +

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

2013-05-04 Thread Radek Doulik
sd/README | 21 + 1 file changed, 21 insertions(+) New commits: commit bde563d87f2b2b7b133ddb7a8c71bbd66b2a78e5 Author: Radek Doulik Date: Sat May 4 11:26:38 2013 +0200 add more description about sd module and important presentation filters Change-Id: I0a368

Re: problem in fixing a bug in calc

2013-05-04 Thread Anurag Kanungo
Please add libreoffice mailing list to CC always . Here is link which will guide you through how to push the patch to gerrit . https://wiki.documentfoundation.org/Development/gerrit Cheers On Sat, May 4, 2013 at 11:50 AM, RD Vaishnav wrote: > thanks Anurag, now i am able to see that my patch

Re: problem in fixing a bug in calc

2013-05-04 Thread Anurag Kanungo
After modifying the code did u make again ??? you can just make only that particular module also. By executing command make module-name eg. ( make sc ) or else just ( make ) . And if still changes doesn't persist , then It is possible that the part of code you changed doesn't affec

Re: problem in fixing a bug in calc

2013-05-04 Thread Jonathan Aquilina
Hey Ram, Have you tried one of the later released branches currently there is 4.0.3 out and it would probably be best to work of that branch. On Fri, May 3, 2013 at 11:17 PM, RD Vaishnav wrote: > Hi.. I am Ram Dayal Vaishnav, a student from NIT Trichy, India. I am a > newbie, and needs a help

Re: How to remake a modified source codes, not the first time, based on source codes core which has been made successfully?

2013-05-04 Thread leo2013
It works now, Thank you for your kind suggestions! -- View this message in context: http://nabble.documentfoundation.org/How-to-remake-a-modified-source-codes-not-the-first-time-based-on-source-codes-core-which-has-been-m-tp4053499p4053690.html Sent from the Dev mailing list archive at Nabble.

  1   2   >