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

2013-05-11 Thread David Tardon
src/lib/VSDContentCollector.cpp | 48 --- src/lib/VSDContentCollector.h |4 +- src/lib/VSDParser.cpp | 61 ++-- 3 files changed, 74 insertions(+), 39 deletions(-) New commits: commit c5780bf9208736870ebfd0e1177b76

[ABANDONED] Accidentally added "<< << std::hex"

2013-05-11 Thread Chris Sherlock (via Code Review)
Chris Sherlock has abandoned this change. Change subject: Accidentally added "<< << std::hex" .. Patch Set 2: Abandoned dtardon fixed this in master already. -- To view, visit https://gerrit.libreoffice.org/3866 To unsubscrib

[PATCH] Janitorial: indent code correctly

2013-05-11 Thread Chris Sherlock (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3867 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/67/3867/1 Janitorial: indent code correctly Change-Id: I9fcbeb5f60df1a977347076dac82d4b5f7aba2c1 --- M cppcanvas/source/mt

[PATCH] Accidentally added "<< << std::hex"

2013-05-11 Thread Chris Sherlock (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3866 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/66/3866/1 Accidentally added "<< << std::hex" Change-Id: Icf83f118849d99bbb41cacc76c2e101f0c156b72 --- M cppcanvas/source/

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

2013-05-11 Thread David Tardon
cppcanvas/source/mtfrenderer/emfplus.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 2293815a6329d2918954cc11d6dfd8d111ab8c57 Author: David Tardon Date: Sun May 12 07:37:00 2013 +0200 fix build Change-Id: Iae000243265335e3f0bc6bd8979c2131243c48f9

[PUSHED] Add Icelandic autocorrection support, Only SentenceExceptLis...

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

[Libreoffice-commits] core.git: extras/CustomTarget_autocorr.mk extras/Package_autocorr.mk extras/source

2013-05-11 Thread Björgvin Ragnarsson
extras/CustomTarget_autocorr.mk|4 extras/Package_autocorr.mk |1 extras/source/autotext/lang/is/acor/META-INF/manifest.xml |6 extras/source/autotext/lang/is/acor/SentenceExceptList.xml | 151 + 4 files chang

[PUSHED] add Icelandic Hunspell dictionary

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

[PUSHED] EMF+ fixes

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

[Libreoffice-commits] core.git: dictionaries

2013-05-11 Thread Björgvin Ragnarsson
dictionaries |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 26ca446fb7d5e3913b75b7e00b4cd04330b45c8f Author: Björgvin Ragnarsson Date: Sun May 12 00:05:51 2013 +0200 Updated core Project: dictionaries 4011efefecd48df593d358a304543ef4a8f9868d ad

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

2013-05-11 Thread Chris Sherlock
cppcanvas/source/mtfrenderer/emfplus.cxx | 35 +++ vcl/source/filter/wmf/enhwmf.cxx |3 +- 2 files changed, 28 insertions(+), 10 deletions(-) New commits: commit 00fbf73b07adc4d8f0e37e36bb844f2e9d19ae15 Author: Chris Sherlock Date: Sun May 12 11:11:52

Re: Compile errors when setting DBG_LEVEL=2

2013-05-11 Thread Chris Sherlock
Worked it out - missing brace in an if statement. I was staring at this for a long time till I decided to remove the conditional defines to make it compile... then I found it. I've pushed the fix. Chris On Sun, May 12, 2013 at 12:06 PM, Chris Sherlock wrote: > Hey folks, > > I'm having tremen

Video for Community: LibreOffice Desktop in Android 4.2.2 (Nexus 10)

2013-05-11 Thread openSUSE CABELO
https://www.youtube.com/watch?v=-kPUvScUmRA -- Alessandro de Oliveira Faria openSUSE member & Embaixador América Latina cab...@opensuse.org http://pt.opensuse.org/Utilizador:Cabelo http://mozillians.org/pt-BR/u/cabelo/ ___ LibreOffice

[PATCH libreoffice-4-0] commit subforms before moving in parent form

2013-05-11 Thread Lionel Elie Mamane (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3865 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/65/3865/1 commit subforms before moving in parent form else, all pending changes in the subforms are lost (cherry picked

[PATCH libreoffice-4-0] fdo#63695 revert hackish fix to i#51621

2013-05-11 Thread Lionel Elie Mamane (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3864 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/64/3864/1 fdo#63695 revert hackish fix to i#51621 Change-Id: I688a659207c4b95cc98ff5dc5c5622d4592b3f89 (cherry picked from

[PATCH libreoffice-4-0] fdo#63398 hardcode former list of oneway method

2013-05-11 Thread Lionel Elie Mamane (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3863 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/63/3863/1 fdo#63398 hardcode former list of oneway method adapt to disappearance of oneway qualifier for method by hardcod

[PATCH] Add Icelandic autocorrection support, Only SentenceExceptLis...

2013-05-11 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3862 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/62/3862/1 Add Icelandic autocorrection support, Only SentenceExceptList.xml for now. List of abbreviations is from https:

Compile errors when setting DBG_LEVEL=2

2013-05-11 Thread Chris Sherlock
Hey folks, I'm having tremendous issues with compiling cppcanvas when setting DBG_LEVEL=2 Some of these I have fixed in https://gerrit.libreoffice.org/#/c/3861/ However, I can't work out why I get the below errors. When DBG_LEVEL is 1 then I don't get the errors. Can anyone shed any light on th

[PATCH] EMF+ fixes

2013-05-11 Thread Chris Sherlock (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3861 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/61/3861/1 EMF+ fixes A number of fixes have been made: * Missing redirect in SAL_WARN - only gets picked up when DBG_LEVEL

[PATCH] add Icelandic Hunspell dictionary and thesaurus

2013-05-11 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3860 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/60/3860/1 add Icelandic Hunspell dictionary and thesaurus Change-Id: I7ea382194476eeef7f83caa66c9115ed1da433b2 --- M scp2/

Can someone triage fdo#35041 Improve 'Link to External Data' concerning CGI - Oldest Unconfirmed bug

2013-05-11 Thread Joel Madero
Hi All, Can someone take a look at this one and try to confirm it - it is our oldest standing unconfirmed bug and should be dealt with IMO. Either push it forward or close it (probably needs a dev to comment). https://bugs.freedesktop.org/show_bug.cgi?id=35041&list_id=299863 Reporter is Rai

sfx2: now has forwarding-mechanism for slots?

2013-05-11 Thread Lionel Elie Mamane
Context: fdo#63695 https://bugs.freedesktop.org/show_bug.cgi?id=63695 i#51621 https://issues.apache.org/ooo/show_bug.cgi?id=51621 The fix for i#51621 (commit bdf02613) causes fdo#63695. The comment added says: // don't call the activation handler if we don't have any slots we can ser

[PATCH] add Icelandic Hunspell dictionary

2013-05-11 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3859 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/dictionaries refs/changes/59/3859/1 add Icelandic Hunspell dictionary Change-Id: I0fbeeef722f4360831af034c27c9b4213e2f8834 --- A Dictionary

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

2013-05-11 Thread Thorsten Behrens
canvas/source/cairo/cairo_canvasbitmap.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 96dbf735b2f8a6462c79b0d2a0fc2374dd252acb Author: Thorsten Behrens Date: Sat May 11 23:09:37 2013 +0200 Fix indent. Change-Id: Ia02968ccc12df994bc8528794e8f55a5e

[PUSHED libreoffice-4-0] resolved fdo#64384 check subtotal row filtered also for sing...

2013-05-11 Thread Markus Mohrhard (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/3847 Approvals: Markus Mohrhard: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3847 To unsubscribe, vi

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

2013-05-11 Thread Eike Rathke
sc/source/core/tool/interpr1.cxx |4 1 file changed, 4 insertions(+) New commits: commit f21815f9fe2609dd4ea152c65bb98b77b0a141f7 Author: Eike Rathke Date: Fri May 10 18:13:07 2013 +0200 resolved fdo#64384 check subtotal row filtered also for single reference (cherry pic

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

2013-05-11 Thread Khaled Hosny
vcl/coretext/salcoretextlayout.cxx | 62 + 1 file changed, 30 insertions(+), 32 deletions(-) New commits: commit c049df6fdd14fdfd88ded76ac9396efa8877f2c5 Author: Khaled Hosny Date: Sat May 11 21:04:45 2013 +0200 [coretext] Attempt to fix jumping lines

[PATCH] Related fdo#35546: Remove "1 Image with Title" Layout for Ph...

2013-05-11 Thread Samuel Mehrbrodt (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3858 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/58/3858/1 Related fdo#35546: Remove "1 Image with Title" Layout for Photo Album Dialog There will be an option for all Sli

[PATCH] Related fdo#35546: Remove the "Text box" function from Photo...

2013-05-11 Thread Samuel Mehrbrodt (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3857 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/57/3857/1 Related fdo#35546: Remove the "Text box" function from Photo Album Dialog This has been discussed and approved i

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - eb/64d8f6508041bdeaed6791e0fe90430b994113

2013-05-11 Thread Caolán McNamara
eb/64d8f6508041bdeaed6791e0fe90430b994113 |1 + 1 file changed, 1 insertion(+) New commits: commit 124a3c2da28f54f5928af898da39e016d0477132 Author: Caolán McNamara Date: Sat May 11 21:23:07 2013 +0100 Notes added by 'git notes add' diff --git a/eb/64d8f6508041bdeaed6791e0fe90430b994

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 10/45898eb4be2f19d8435e86ff600f4d9541abf9

2013-05-11 Thread Caolán McNamara
10/45898eb4be2f19d8435e86ff600f4d9541abf9 |1 + 1 file changed, 1 insertion(+) New commits: commit c26ba73ce97ec7f9fb97853558494d9bd79b4488 Author: Caolán McNamara Date: Sat May 11 21:12:50 2013 +0100 Notes added by 'git notes add' diff --git a/10/45898eb4be2f19d8435e86ff600f4d9541a

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

2013-05-11 Thread Ariel Constenla-Haile
extensions/source/update/check/org/openoffice/Office/Jobs.xcu |5 + 1 file changed, 5 insertions(+) New commits: commit b9d460f18bc0144452a5fa9a4da85b5f5827d21b Author: Ariel Constenla-Haile Date: Wed Aug 1 23:35:27 2012 + Related: #i120413# document helpful precalculated Chec

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - ef/158ab23e7bf6fd8241a1844603895a074d8c73

2013-05-11 Thread Caolán McNamara
ef/158ab23e7bf6fd8241a1844603895a074d8c73 |1 + 1 file changed, 1 insertion(+) New commits: commit 4f0a9c90c0c748b3cc7c9c2399f0e8e47ef7f017 Author: Caolán McNamara Date: Sat May 11 21:03:01 2013 +0100 Notes added by 'git notes add' diff --git a/ef/158ab23e7bf6fd8241a1844603895a074d8

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 73/e01c6931df3f548a423ae37fc48368dd9b65d7

2013-05-11 Thread Caolán McNamara
73/e01c6931df3f548a423ae37fc48368dd9b65d7 |1 + 1 file changed, 1 insertion(+) New commits: commit ea4830d7515114c796816e8e65a410ff49cffb74 Author: Caolán McNamara Date: Sat May 11 21:02:45 2013 +0100 Notes added by 'git notes add' diff --git a/73/e01c6931df3f548a423ae37fc48368dd9b6

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

2013-05-11 Thread Michael Meeks
desktop/source/app/appinit.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 8627bf17d565e085bb204b91dfe596c4a0430d1d Author: Michael Meeks Date: Sat May 11 20:55:23 2013 +0100 fdo#64311 - fix namespace issue / compile failure. Change-Id: I7ce3837a1

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 47/2d5610c71b7a74e6d279d8f625cec8b41b8e81

2013-05-11 Thread Caolán McNamara
47/2d5610c71b7a74e6d279d8f625cec8b41b8e81 |1 + 1 file changed, 1 insertion(+) New commits: commit b10f7618697292c73fc9f6aa287ff1f1126d3a4b Author: Caolán McNamara Date: Sat May 11 20:53:40 2013 +0100 Notes added by 'git notes add' diff --git a/47/2d5610c71b7a74e6d279d8f625cec8b41b8

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

2013-05-11 Thread Oliver-Rainer Wittmann
sw/source/core/layout/tabfrm.cxx | 32 +--- 1 file changed, 29 insertions(+), 3 deletions(-) New commits: commit 84203fab20b7eb98f0d3667e6626f5c2139e5a7f Author: Oliver-Rainer Wittmann Date: Mon Jul 9 15:43:44 2012 + Resolves: #i120016# refine condition f

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - e3/52f0573c49b9bf0dd7ff91d171eb5cb1f7d5a9

2013-05-11 Thread Caolán McNamara
e3/52f0573c49b9bf0dd7ff91d171eb5cb1f7d5a9 |1 + 1 file changed, 1 insertion(+) New commits: commit 3ba864d0bbdca766e28bbedbcfc3800c469b4642 Author: Caolán McNamara Date: Sat May 11 20:49:20 2013 +0100 Notes added by 'git notes add' diff --git a/e3/52f0573c49b9bf0dd7ff91d171eb5cb1f7d

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 50/34b5b9fcc89f88cc028cfd4ff14746365976e8

2013-05-11 Thread Caolán McNamara
50/34b5b9fcc89f88cc028cfd4ff14746365976e8 |1 + 1 file changed, 1 insertion(+) New commits: commit dc748b8ea0fa44e1e3fa6f297d8f73b3f6b675bd Author: Caolán McNamara Date: Sat May 11 20:46:27 2013 +0100 Notes added by 'git notes add' diff --git a/50/34b5b9fcc89f88cc028cfd4ff1474636597

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 48/538700cdafaa4becfe74a1d3d93179aed9d764

2013-05-11 Thread Caolán McNamara
48/538700cdafaa4becfe74a1d3d93179aed9d764 |1 + 1 file changed, 1 insertion(+) New commits: commit 037da8e6082bf0904c04fe73724fbc77202fc862 Author: Caolán McNamara Date: Sat May 11 20:44:16 2013 +0100 Notes added by 'git notes add' diff --git a/48/538700cdafaa4becfe74a1d3d93179aed9d

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

2013-05-11 Thread Oliver-Rainer Wittmann
sw/source/core/edit/edtab.cxx | 42 +- 1 file changed, 41 insertions(+), 1 deletion(-) New commits: commit a0bd65d2e0e6813f47221ae52092cdb4e748c0e6 Author: Oliver-Rainer Wittmann Date: Fri Jun 22 09:01:55 2012 + Resolves: #i119954# fix nest ta

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 99/95daad0977b6ec1b1d93b8b185cdd366c79da6

2013-05-11 Thread Caolán McNamara
99/95daad0977b6ec1b1d93b8b185cdd366c79da6 |1 + 1 file changed, 1 insertion(+) New commits: commit 2cd2ddef893938e82a9ec44eb2d2ff6c1a6dbda1 Author: Caolán McNamara Date: Sat May 11 20:34:28 2013 +0100 Notes added by 'git notes add' diff --git a/99/95daad0977b6ec1b1d93b8b185cdd366c79

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - a3/677e22a4c4ea24d2a66cefcae0872e94e1c1ea

2013-05-11 Thread Caolán McNamara
a3/677e22a4c4ea24d2a66cefcae0872e94e1c1ea |1 + 1 file changed, 1 insertion(+) New commits: commit d388bc08db4410fe5655281af5875420db66a519 Author: Caolán McNamara Date: Sat May 11 20:28:54 2013 +0100 Notes added by 'git notes add' diff --git a/a3/677e22a4c4ea24d2a66cefcae0872e94e1c

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

2013-05-11 Thread Armin Le Grand
chart2/source/controller/main/ChartController.cxx |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) New commits: commit 97f1db8cdb645ab906b469452cc2dd82f7e06913 Author: Armin Le Grand Date: Wed Jun 20 12:15:23 2012 + Resolves: #i11# Single ESC to leave Chart OLE mode a

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 48/856f602fc5375586fe48a82ff0c47745ee69f2

2013-05-11 Thread Caolán McNamara
48/856f602fc5375586fe48a82ff0c47745ee69f2 |1 + 1 file changed, 1 insertion(+) New commits: commit 31b6c07c84f7d7cad73acdea95746ab14029902a Author: Caolán McNamara Date: Sat May 11 19:10:17 2013 +0100 Notes added by 'git notes add' diff --git a/48/856f602fc5375586fe48a82ff0c47745ee6

[Libreoffice-commits] core.git: tomcat/build.xml

2013-05-11 Thread Andre Fischer
tomcat/build.xml | 16 +++- 1 file changed, 3 insertions(+), 13 deletions(-) New commits: commit 17a3a44f8949b2e37d45338f5c5702d0bb20f4a7 Author: Andre Fischer Date: Tue Jul 3 11:44:39 2012 + Resolves: #i120174# Do not build tomcat code that is not delivered. (c

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - ee/b5a23ccb9d68aa897c24a359e5a8990a2b52a7

2013-05-11 Thread Caolán McNamara
ee/b5a23ccb9d68aa897c24a359e5a8990a2b52a7 |1 + 1 file changed, 1 insertion(+) New commits: commit 96e321deacaeef2a3dc32616281c7ba65f84b4d7 Author: Caolán McNamara Date: Sat May 11 19:06:59 2013 +0100 Notes added by 'git notes add' diff --git a/ee/b5a23ccb9d68aa897c24a359e5a8990a2b5

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

2013-05-11 Thread Caolán McNamara
e0/d5abb649958e48660357d3fa37ab6e9707b61f |1 + 1 file changed, 1 insertion(+) New commits: commit cda8c066bb827ae174994cfd4e25f7f4e5552c7f Author: Caolán McNamara Date: Sat May 11 18:54:35 2013 +0100 Notes added by 'git notes add' diff --git a/e0/d5abb649958e48660357d3fa37ab6e9707b

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

2013-05-11 Thread Andre Fischer
framework/source/accelerators/acceleratorconfiguration.cxx | 27 +- framework/source/accelerators/globalacceleratorconfiguration.cxx | 19 +++ framework/source/accelerators/moduleacceleratorconfiguration.cxx | 19 +++ framework/source/inc/accelerators/acc

[Libreoffice-commits] core.git: icon-themes/galaxy icon-themes/tango officecfg/registry svx/sdi sw/sdi sw/source sw/uiconfig

2013-05-11 Thread Tomaž Vajngerl
icon-themes/galaxy/cmd/lc_rotateleft.png |binary icon-themes/galaxy/cmd/lc_rotateright.png|binary icon-themes/galaxy/cmd/sc_rotateleft.png |binary icon-themes/galaxy/cmd/sc_rotateright.png

[Libreoffice-commits] core.git: desktop/Library_sofficeapp.mk desktop/source vcl/unx

2013-05-11 Thread Michael Meeks
desktop/Library_sofficeapp.mk |1 desktop/source/app/appinit.cxx | 43 + vcl/unx/gtk/fpicker/SalGtkFilePicker.cxx |2 - vcl/unx/gtk/fpicker/SalGtkFolderPicker.cxx |2 - 4 files changed, 28 insertions(+), 20 deletions(-) New com

[Bug 54157] LibreOffice 4.0 most annoying bugs

2013-05-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157 Bug 54157 depends on bug 64311, which changed state. Bug 64311 Summary: no SMB . gnome-vfs support https://bugs.freedesktop.org/show_bug.cgi?id=64311 What|Removed |Added

[Libreoffice-commits] core.git: 2 commits - config_host/config_vclplug.h.in configure.ac sysui/CustomTarget_share.mk sysui/desktop vcl/unx

2013-05-11 Thread Michael Meeks
config_host/config_vclplug.h.in|2 ++ configure.ac |2 ++ sysui/CustomTarget_share.mk| 11 +++ sysui/desktop/menus/base.desktop |4 ++-- sysui/desktop/menus/calc.desktop |4 ++-- sysui/desktop/m

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

2013-05-11 Thread Caolán McNamara
svx/source/sidebar/paragraph/ParaPropertyPanel.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit 5ed9b34e8dc3dec7709dfb36620176a835c54503 Author: Caolán McNamara Date: Sat May 11 16:59:53 2013 +0100 valgrind: Conditional jump or move depends on uninitialised value

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - fb/d6ade4ec67e3831f63cbf7621204fff11e5f7e

2013-05-11 Thread Caolán McNamara
fb/d6ade4ec67e3831f63cbf7621204fff11e5f7e |1 + 1 file changed, 1 insertion(+) New commits: commit e9c2b7875798870049d3878fea581aef4df5bff6 Author: Caolán McNamara Date: Sat May 11 17:32:30 2013 +0100 Notes added by 'git notes add' diff --git a/fb/d6ade4ec67e3831f63cbf7621204fff11e5

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

2013-05-11 Thread Miklos Vajna
sw/qa/extras/rtfimport/data/fdo42109.rtf | 29 + sw/qa/extras/rtfimport/rtfimport.cxx | 12 2 files changed, 41 insertions(+) New commits: commit b4a74af711b9645533f1c98476667fcec9d84bdc Author: Miklos Vajna Date: Sat May 11 18:03:57 2013 +0200

[PATCH] Related fdo#35546: Simplyfy Code in Photo Album Dialog

2013-05-11 Thread Samuel Mehrbrodt (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3855 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/55/3855/1 Related fdo#35546: Simplyfy Code in Photo Album Dialog Create a method for enabling/disabling the Up/Down/Remove

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

2013-05-11 Thread Michael Meeks
svx/source/gallery2/galctrl.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 3c60431fff066cb65ac3a89ece8c455d8b013564 Author: Michael Meeks Date: Sat May 11 15:49:12 2013 +0100 gallery: make transparency backgrounds look more attractive. Change

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

2013-05-11 Thread Jürgen Schmidt
oox/source/drawingml/table/tablecell.cxx |6 ++ svx/source/table/cell.cxx| 10 ++ 2 files changed, 16 insertions(+) New commits: commit c6238797733a607054e84f6620ae479ae77c7d82 Author: Jürgen Schmidt Date: Fri Jun 8 11:31:34 2012 + Resolves: #i119889

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - bb/8bf7bde59c22776199e791b8cfcbf07992de8e

2013-05-11 Thread Caolán McNamara
bb/8bf7bde59c22776199e791b8cfcbf07992de8e |1 + 1 file changed, 1 insertion(+) New commits: commit 844c215acdbd491c2720722bd5ec292000a5abf7 Author: Caolán McNamara Date: Sat May 11 15:10:03 2013 +0100 Notes added by 'git notes add' diff --git a/bb/8bf7bde59c22776199e791b8cfcbf07992d

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

2013-05-11 Thread David Tardon
src/lib/CDRCollector.cpp |2 ++ src/lib/CDRParser.cpp|9 +++-- src/lib/CDRZipStream.cpp |2 ++ src/lib/libcdr_utils.cpp |3 +++ 4 files changed, 14 insertions(+), 2 deletions(-) New commits: commit 4cd2e20ed2c21dcf0b7b30a9e297d763f9910f0a Author: David Tardon Date: Sat

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 11/eb354532cfb354f9f7c3a72b170c9c8289b75c

2013-05-11 Thread Caolán McNamara
11/eb354532cfb354f9f7c3a72b170c9c8289b75c |1 + 1 file changed, 1 insertion(+) New commits: commit a1a691fda651620a3c21302cdbc4d6cfba787269 Author: Caolán McNamara Date: Sat May 11 14:21:28 2013 +0100 Notes added by 'git notes add' diff --git a/11/eb354532cfb354f9f7c3a72b170c9c8289b

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

2013-05-11 Thread Jürgen Schmidt
writerfilter/source/dmapper/StyleSheetTable.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit 16e6841fcd99c7ca6e9a3cbd82d17af81b362c32 Author: Jürgen Schmidt Date: Mon Jun 4 13:04:39 2012 + Resolves: #i119161# copy sStyleIdentifierI and sStyleIdentifierD...

[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 2 commits - default_images/svx

2013-05-11 Thread Andrea Pescetti
default_images/svx/res/symphony/_.png |binary dev/null |binary 2 files changed New commits: commit 4aa27cc3b98d455379f7c97a215d557d646fa08e Author: Andrea Pescetti Date: Sat May 11 11:42:03 2013 + Re-add PNG file that used to have a pathological (LF) fil

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

2013-05-11 Thread David Tardon
src/lib/MSPUBCollector.cpp | 323 ++--- src/lib/MSPUBDocument.cpp | 55 --- src/lib/MSPUBParser.cpp|9 - src/lib/libmspub_utils.cpp | 12 + 4 files changed, 212 insertions(+), 187 deletions(-) New commits: commit f797896cd97ea73a234d41aad2

Re: Missing VCL Equivalent to GtkToolbar?

2013-05-11 Thread Samuel Mehrbrodt
Am 10.05.2013 16:19, schrieb Caolán McNamara: No, not yet anyway. I've only implemented what I need as I go along. You might just get away with a buttonbox and normal buttons with icons set on them instead I have changed them to a ButtonBox with Buttons, but I couldn't manage to set Icons on

[PATCH] fdo#30715 Several commands are under the wrong category

2013-05-11 Thread Joren De Cuyper (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3854 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/54/3854/1 fdo#30715 Several commands are under the wrong category Placing "insert" commands under category "insert" is mor

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 97/2b0353add1d0499ac746fd095eed0bc7425eb4

2013-05-11 Thread Xisco Fauli
97/2b0353add1d0499ac746fd095eed0bc7425eb4 |1 + 1 file changed, 1 insertion(+) New commits: commit 3665baae2ac6c6cfc899972c09ba94e6a3b5cb52 Author: Xisco Fauli Date: Sat May 11 13:34:49 2013 +0200 Notes added by 'git notes add' diff --git a/97/2b0353add1d0499ac746fd095eed0bc7425eb4

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 5d/e5fd495d7cdad852d1631941ae03ec213f93b7

2013-05-11 Thread Caolán McNamara
5d/e5fd495d7cdad852d1631941ae03ec213f93b7 |1 + 1 file changed, 1 insertion(+) New commits: commit e2d3337eec6f01614f65b40f1d8cd2786b45afaa Author: Caolán McNamara Date: Sat May 11 12:22:49 2013 +0100 Notes added by 'git notes add' diff --git a/5d/e5fd495d7cdad852d1631941ae03ec213f9

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

2013-05-11 Thread Ariel Constenla-Haile
scripting/source/pyprov/pythonscript.py | 56 +--- 1 file changed, 51 insertions(+), 5 deletions(-) New commits: commit b0c59c314610ee5c6a361b0d3629d5a676305c58 Author: Ariel Constenla-Haile Date: Wed May 30 03:08:28 2012 + Resolves: #ii118478# Implement

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

2013-05-11 Thread Caolán McNamara
sfx2/source/control/bindings.cxx |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) New commits: commit 2623f4854d4bffe0babbc0c11ebdaccf18908abd Author: Caolán McNamara Date: Sat May 11 12:10:30 2013 +0100 GetSlotServer can invalidate iterators into the slot cache Reg

[PATCH] fdo#32368 - Link both Ctrl+Y as Ctrl+Shift+Z as shortcut key...

2013-05-11 Thread Joren De Cuyper (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3853 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/53/3853/1 fdo#32368 - Link both Ctrl+Y as Ctrl+Shift+Z as shortcut keys for Redo As discussed on the UX-advice and bug rep

[PATCH] Related fdo#35546: Further improve Layout of Photo Album Dia...

2013-05-11 Thread Samuel Mehrbrodt (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3852 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/52/3852/1 Related fdo#35546: Further improve Layout of Photo Album Dialog With suggestions from http://nabble.documentfou

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

2013-05-11 Thread Michael Meeks
svx/source/gengal/gengal.cxx | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-) New commits: commit 7b6832b9ff76ce63428dc8a95b7bbc2213513be5 Author: Michael Meeks Date: Sat May 11 10:40:33 2013 +0100 gengal: theme creation fix. Change-Id: I72544e2bea45cf3f83e

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

2013-05-11 Thread David Tardon
src/lib/MSPUBParser.cpp |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 3b99673068a346ce35646336bfb99261860bcb5d Author: David Tardon Date: Sat May 11 11:29:51 2013 +0200 do not crash on invalid input diff --git a/src/lib/MSPUBParser.cpp b/src/lib/MSPUBPa

[Libreoffice-commits] core.git: 5 commits - config_host.mk.in configure.ac vcl/generic

2013-05-11 Thread Khaled Hosny
config_host.mk.in |1 configure.ac | 27 +--- vcl/generic/glyphs/gcach_ftyp.cxx | 240 +- 3 files changed, 66 insertions(+), 202 deletions(-) New commits: commit fe9def183be4025f8c2ebba5f486fff1c20ecc80 Author: Khale