Re: FDO Permissions

2012-09-18 Thread julien2412
It's not an issue to know or not who is QA. You can make a list of QA people to organize QA events, it can be useful indeed but in any case I don't see the problem for people whom the role isn't clearly defined. We mustn't lock access/restrain right/... to casual contributors. Julien -- View

[Libreoffice-commits] .: sfx2/source

2012-09-18 Thread Libreoffice Gerrit user
sfx2/source/appl/appdde.cxx |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 8ed8bb24b5300267f83be9ff537599537ffa4cb0 Author: Stephan Bergmann sberg...@redhat.com Date: Tue Sep 18 08:21:43 2012 +0200 Adapt Windows-only code to changed ucbhelper::Content

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added Depends on||55042

[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Rainer Bielefeld libreoff...@bielefeldundbuss.de changed: What|Removed |Added Depends on||55043

downtime, again

2012-09-18 Thread Florian Effenberger
Hello, unfortunately, our ISP could not meet yesterday's arrangement, so the next scheduled downtime for the machine serving mailing lists and downloads, bilbo, is today, 1000 to 1100 CEST i.e. in 90 minutes We are sorry for the inconveniences. The admins will meet this

[Libreoffice-commits] .: 2 commits - sc/source

2012-09-18 Thread Libreoffice Gerrit user
sc/source/core/data/cell.cxx |3 +++ sc/source/ui/condformat/condformatdlg.cxx |4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) New commits: commit 082155566a88b470da1fa197c264fff6cacc32f5 Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Tue Sep 18

[REVIEW-3-6, 3-6-2] fdo#54553, broadcaster cells are empty

2012-09-18 Thread Markus Mohrhard
Hey, [1] fixes a problem detecting which cells are empty from a user POV. Broadcaster cells don't contain content and should be treated as blank. Regards, Markus [1] http://cgit.freedesktop.org/libreoffice/core/commit/?id=082155566a88b470da1fa197c264fff6cacc32f5

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - setup_native/source

2012-09-18 Thread Libreoffice Gerrit user
setup_native/source/win32/msi-encodinglist.txt |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit e6158f4fa2890d2f7bb3cc12dc3ce8e20d8511c3 Author: Andras Timar ati...@suse.com Date: Mon Sep 17 21:50:49 2012 +0200 fdo#54232 set encoding of Romanian MSI tables to

[Libreoffice-commits] .: Branch 'libreoffice-3-5' - setup_native/source

2012-09-18 Thread Libreoffice Gerrit user
setup_native/source/win32/msi-encodinglist.txt |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 324ddd22f703545cdcffecb18d7a5e763ae62756 Author: Andras Timar ati...@suse.com Date: Mon Sep 17 21:50:49 2012 +0200 fdo#54232 set encoding of Romanian MSI tables to

[Libreoffice-commits] .: Branch 'feature/gbuild_ure' - i18npool/CustomTarget_localedata.mk

2012-09-18 Thread Libreoffice Gerrit user
i18npool/CustomTarget_localedata.mk |5 - 1 file changed, 4 insertions(+), 1 deletion(-) New commits: commit 3afa7727a53ed638c2d4dfeb78fc83a6a693e929 Author: David Tardon dtar...@redhat.com Date: Tue Sep 18 09:30:49 2012 +0200 add missing deps on URE stuff Change-Id:

Re: [REVIEW-3-6] don't import old and new cond format data

2012-09-18 Thread Miklos Vajna
Hi Markus, On Mon, Sep 17, 2012 at 10:40:42AM +0200, Markus Mohrhard markus.mohrh...@googlemail.com wrote: There should be. http://cgit.freedesktop.org/libreoffice/core/commit/?h=libreoffice-3-6id=d5e8a98795b5961825d714d420965abc8dd6ad44 added this method to 3-6. Sorry, forgot to pull, and

[Libreoffice-commits] .: avmedia/source

2012-09-18 Thread Libreoffice Gerrit user
avmedia/source/framework/soundhandler.cxx |9 +++-- avmedia/source/win/manager.cxx| 14 +++--- avmedia/source/win/manager.hxx|8 avmedia/source/win/player.cxx | 26 +- avmedia/source/win/player.hxx

[PUSHED] corrections ::rtl::OUString, sal_Bool and macros, in avmedia

2012-09-18 Thread Miklos Vajna (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/636 Approvals: Miklos Vajna: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/636 To unsubscribe,

[PUSHED] mork driver implementation

2012-09-18 Thread Miklos Vajna (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/635 Approvals: Miklos Vajna: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/635 To unsubscribe,

Re: Automatic using ::rtl::OUString etc.

2012-09-18 Thread Stephan Bergmann
On 07/16/2012 04:03 PM, Lubos Lunak wrote: On Thursday 12 of April 2012, Lubos Lunak wrote: would somebody see a problem with this? sal/inc/rtl/ustring.hxx : +#ifdef RTL_AUTOMATIC_USING +using ::rtl::OUString; +using ::rtl::OStringToOUString; +using ::rtl::OUStringToOString; +#endif I

[Libreoffice-commits] .: Branch 'feature/cmclayouttrans' - vcl/source

2012-09-18 Thread Libreoffice Gerrit user
vcl/source/window/builder.cxx |6 ++ 1 file changed, 6 insertions(+) New commits: commit 6080d42c9d26e560de8b724022b984906b91a2e6 Author: Caolán McNamara caol...@redhat.com Date: Tue Sep 18 09:42:28 2012 +0100 map GtkComboBoxText to ComboBox Change-Id:

[Libreoffice-commits] .: avmedia/source

2012-09-18 Thread Libreoffice Gerrit user
avmedia/source/win/manager.cxx |2 +- avmedia/source/win/player.cxx |8 avmedia/source/win/player.hxx |8 3 files changed, 9 insertions(+), 9 deletions(-) New commits: commit 988948cb8f94ca791baaa6374493b93b789ba3e9 Author: Miklos Vajna vmik...@suse.cz Date: Tue

make sw.check doesn't work?

2012-09-18 Thread Noel Grandin
Hi I can do 'make sw' and 'make sw.subsequentcheck' from the top level, but 'make sw.check' doesn't work. cd sw make check works fine however. Thanks, Noel Grandin Disclaimer: http://www.peralex.com/disclaimer.html ___ LibreOffice mailing

[Libreoffice-commits] .: android/sdremote

2012-09-18 Thread Libreoffice Gerrit user
android/sdremote/res/values/strings.xml |4 android/sdremote/src/org/libreoffice/impressremote/PairingActivity.java | 80 +- android/sdremote/src/org/libreoffice/impressremote/SelectorActivity.java

[Libreoffice-commits] .: sc/source

2012-09-18 Thread Libreoffice Gerrit user
sc/source/core/data/dpcache.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 0edc04d2d659456f5c22406a79901d54c530a979 Author: Michael Meeks michael.me...@suse.com Date: Tue Sep 18 10:17:48 2012 +0100 WaE: calm android tinderboxen Change-Id:

[Libreoffice-commits] .: sd/source

2012-09-18 Thread Libreoffice Gerrit user
sd/source/ui/remotecontrol/BluetoothServer.cxx | 11 +++ sd/source/ui/remotecontrol/BluetoothServer.hxx |3 +++ sd/source/ui/remotecontrol/Communicator.cxx|6 +- sd/source/ui/remotecontrol/Server.cxx |8 ++-- 4 files changed, 25 insertions(+), 3

[PATCH] prevent mozilla on non Windows platforms to be enabled

2012-09-18 Thread David Ostrovsky (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/637 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/37/637/1 prevent mozilla on non Windows platforms to be enabled Change-Id: I54144005e6a284326b45a34eb958d170e872471e --- M

[Libreoffice-commits] .: sd/source

2012-09-18 Thread Libreoffice Gerrit user
sd/source/ui/remotecontrol/BluetoothServer.cxx |6 -- sd/source/ui/remotecontrol/BluetoothServer.hxx |2 -- 2 files changed, 8 deletions(-) New commits: commit c3c0ae7fc68cda5a2679ce9e0a9ef892de042a65 Author: Stephan Bergmann sberg...@redhat.com Date: Tue Sep 18 11:37:04 2012 +0200

[Libreoffice-commits] .: Branch 'feature/cmclayouttrans' - tools/inc vcl/inc vcl/source

2012-09-18 Thread Libreoffice Gerrit user
tools/inc/tools/wintypes.hxx |3 ++- vcl/inc/svids.hrc |3 ++- vcl/source/control/button.cxx |3 ++- vcl/source/src/btntext.src|5 + vcl/source/window/builder.cxx |6 ++ 5 files changed, 17 insertions(+), 3 deletions(-) New commits: commit

[Libreoffice-commits] .: sal/inc

2012-09-18 Thread Libreoffice Gerrit user
sal/inc/rtl/oustringostreaminserter.hxx | 44 ++-- sal/inc/rtl/ustring.hxx | 36 ++ 2 files changed, 34 insertions(+), 46 deletions(-) New commits: commit 96b45756b46ceb06dbec5c241d09acc96891e121 Author: Luboš Luňák

[Libreoffice-commits] .: avmedia/source basic/source binaryurp/source chart2/source comphelper/source configmgr/source connectivity/source cppu/qa desktop/source drawinglayer/source filter/source jvmf

2012-09-18 Thread Libreoffice Gerrit user
avmedia/source/viewer/mediawindowbase_impl.cxx |3 - basic/source/sbx/sbxbase.cxx |3 - basic/source/uno/namecont.cxx|3 - binaryurp/source/bridge.cxx |1 binaryurp/source/reader.cxx

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Bug 37361 depends on bug 37529, which changed state. Bug 37529 Summary: crash - Browsing Tables in data source navigator from table with more columns to empty table with less columns https://bugs.freedesktop.org/show_bug.cgi?id=37529

[PUSHED] deprecate oustringostreaminserter.hxx

2012-09-18 Thread Norbert Thiebaud (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/634 Approvals: Norbert Thiebaud: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/634 To unsubscribe,

Re: Automatic using ::rtl::OUString etc.

2012-09-18 Thread Lubos Lunak
On Tuesday 18 of September 2012, Stephan Bergmann wrote: On 07/16/2012 04:03 PM, Lubos Lunak wrote: FYI, this is now in. The stable modules (sal/, salhelper/, cppu/, cppuhelper/) build without it and there's additionally a check including all their .hxx's to verify them. The rest of LO

[Libreoffice-commits] Changes to 'libreoffice-3-5-7'

2012-09-18 Thread Libreoffice Gerrit user
New branch 'libreoffice-3-5-7' available with the following commits: commit f26637448f366a660db0b30c22562b5baa28c6f0 Author: Fridrich Å trba fridrich.st...@bluewin.ch Date: Tue Sep 18 12:25:46 2012 +0200 Branch libreoffice-3-5-7 This is 'libreoffice-3-5-7' - the stable branch for

[Libreoffice-commits] Changes to 'libreoffice-3-5-7'

2012-09-18 Thread Libreoffice Gerrit user
New branch 'libreoffice-3-5-7' available with the following commits: commit e49ffd2f29a44919e985fc95c76de21897a671e3 Author: Fridrich Å trba fridrich.st...@bluewin.ch Date: Tue Sep 18 12:25:47 2012 +0200 Branch libreoffice-3-5-7 This is 'libreoffice-3-5-7' - the stable branch for

[Libreoffice-commits] Changes to 'libreoffice-3-5-7'

2012-09-18 Thread Libreoffice Gerrit user
New branch 'libreoffice-3-5-7' available with the following commits: commit 90d118bf809240d778818666be3e37516cfef2a7 Author: Fridrich Å trba fridrich.st...@bluewin.ch Date: Tue Sep 18 12:25:47 2012 +0200 Branch libreoffice-3-5-7 This is 'libreoffice-3-5-7' - the stable branch for

[Libreoffice-commits] Changes to 'libreoffice-3-5-7'

2012-09-18 Thread Libreoffice Gerrit user
New branch 'libreoffice-3-5-7' available with the following commits: commit 705e2487fd4f7b151c53ae66388c4f763532e070 Author: Fridrich Å trba fridrich.st...@bluewin.ch Date: Tue Sep 18 12:25:47 2012 +0200 Branch libreoffice-3-5-7 This is 'libreoffice-3-5-7' - the stable branch for

[Libreoffice-commits] Changes to 'libreoffice-3-5-7'

2012-09-18 Thread Libreoffice Gerrit user
New branch 'libreoffice-3-5-7' available with the following commits: commit 051e21c6c0357b8033a9ba952244d311854144c5 Author: Fridrich Å trba fridrich.st...@bluewin.ch Date: Tue Sep 18 12:25:47 2012 +0200 Branch libreoffice-3-5-7 This is 'libreoffice-3-5-7' - the stable branch for

[Libreoffice-commits] .: sw/source

2012-09-18 Thread Libreoffice Gerrit user
sw/source/ui/docvw/edtwin.cxx |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit 1fe4aa6ed810d1be7b81875977da1da33e9fe4bf Author: Miklos Vajna vmik...@suse.cz Date: Tue Sep 18 12:31:31 2012 +0200 n#778148 sw: fix mouse pointer over urls with background image

[ANNOUNCE] Branch libreoffice-3-5-7 created

2012-09-18 Thread Fridrich Strba
Hi all, there have been created the libreoffice-3-5-7 branch. It will be used for fine tuning of the 3.5.7 release. The following rules apply: + preferably just translation or blocker fixes + only cherry-picking from libreoffice-3-5 branch + 2 additional reviews needed;

[Libreoffice-commits] Changes to 'refs/tags/libreoffice-3.5.7.1'

2012-09-18 Thread Libreoffice Gerrit user
Tag 'libreoffice-3.5.7.1' created by Fridrich Å trba fridrich.st...@bluewin.ch at 2012-09-18 11:47 -0700 Tag libreoffice-3.5.7.1 -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.19 (GNU/Linux) iQIcBAABAgAGBQJQWFFfAAoJEPQ0oe+v7q6jlzMP/jQeZX4YfZy+vYm5u9nVGBI5

[Libreoffice-commits] Changes to 'refs/tags/libreoffice-3.5.7.1'

2012-09-18 Thread Libreoffice Gerrit user
Tag 'libreoffice-3.5.7.1' created by Fridrich Å trba fridrich.st...@bluewin.ch at 2012-09-18 11:47 -0700 Tag libreoffice-3.5.7.1 -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.19 (GNU/Linux) iQIcBAABAgAGBQJQWFFfAAoJEPQ0oe+v7q6jJx0P/A3M2qZBiHjO5UloGiU5n/qf

[Libreoffice-commits] Changes to 'refs/tags/libreoffice-3.5.7.1'

2012-09-18 Thread Libreoffice Gerrit user
Tag 'libreoffice-3.5.7.1' created by Fridrich Å trba fridrich.st...@bluewin.ch at 2012-09-18 11:48 -0700 Tag libreoffice-3.5.7.1 -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.19 (GNU/Linux) iQIcBAABAgAGBQJQWFFgAAoJEPQ0oe+v7q6j7V4P/1kzWJOV9MdIwG6fzC+3xP77

Re: Automatic using ::rtl::OUString etc.

2012-09-18 Thread Stephan Bergmann
On 09/18/2012 12:43 PM, Norbert Thiebaud wrote: On Tue, Sep 18, 2012 at 3:38 AM, Stephan Bergmann sberg...@redhat.com wrote: It turns out that one drawback of this is with header files that are careful to only declare the incomplete type via namespace rtl { class OUString; } (instead of

[PATCH] Modifying comments to meet doxygen standards

2012-09-18 Thread abdulmajeed ahmed (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/638 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/38/638/1 Modifying comments to meet doxygen standards Change-Id: Ibc60c20241b70492aaebcebccb738c7e11fdbb41 --- M

[ANNOUNCE] libreoffice-3.5.7.1 tag created (3.5.7-rc1)

2012-09-18 Thread Fridrich Strba
Hi, there have been created the libreoffice-3.5.7.1 tag (aka rc1). The corresponding official builds will be available within next few days. See the attached list of changes against 3.5.6[*]. Now, you might switch your current 3-5 source tree to it using: ./g fetch --tags ./g checkout -b

[PATCH] fdo#55045 fix broken Hungarian grammar checking options

2012-09-18 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/639 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/39/639/1 fdo#55045 fix broken Hungarian grammar checking options Change-Id: I488dda6f456e841f41c4623634d2cb597e3a3c0a ---

[Libreoffice-commits] .: Branch 'libreoffice-3-5-7' - instsetoo_native/util solenv/inc

2012-09-18 Thread Libreoffice Gerrit user
instsetoo_native/util/openoffice.lst | 30 +++--- solenv/inc/minor.mk |4 ++-- 2 files changed, 17 insertions(+), 17 deletions(-) New commits: commit 6ee9fc56bfdf0a749dbabe03bd85ca2e471b4da2 Author: Fridrich Å trba fridrich.st...@bluewin.ch Date:

[Libreoffice-commits] .: binfilter/bf_basic binfilter/legacysmgr

2012-09-18 Thread Libreoffice Gerrit user
binfilter/bf_basic/source/sbx/sbxbase.cxx |2 +- binfilter/legacysmgr/source/legacy/legacy_binfilters_smgr.cxx |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 8be7838af8fa78c94851fa128ca92687998ff18c Author: Stephan Bergmann

[Libreoffice-commits] .: Branch 'feature/cmclayouttrans' - vcl/source

2012-09-18 Thread Libreoffice Gerrit user
vcl/source/control/tabctrl.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 9f380c2ddf9f7c75ee01174d6b3249fd1169fc53 Author: Caolán McNamara caol...@redhat.com Date: Tue Sep 18 13:32:31 2012 +0100 calculate ideal tab size not current one

[Libreoffice-commits] .: avmedia/source

2012-09-18 Thread Libreoffice Gerrit user
avmedia/source/win/manager.hxx |2 +- avmedia/source/win/player.cxx |4 ++-- avmedia/source/win/player.hxx |4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) New commits: commit f5b299e6721bcc67bb1afe4995f2c26b41b6adac Author: Miklos Vajna vmik...@suse.cz Date: Tue Sep 18

[Libreoffice-commits] .: sc/source

2012-09-18 Thread Libreoffice Gerrit user
sc/source/core/data/conditio.cxx | 17 +++-- 1 file changed, 15 insertions(+), 2 deletions(-) New commits: commit 2c933f90e3bc056b7094744d1512bd068dbf8d36 Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Tue Sep 18 14:44:21 2012 +0200 shrink to used area for

[Libreoffice-commits] .: 2 commits - editeng/source sw/inc sw/source

2012-09-18 Thread Libreoffice Gerrit user
editeng/source/editeng/editeng.cxx |2 +- sw/inc/swtable.hxx |1 + sw/source/core/table/swtable.cxx | 14 +++--- sw/source/core/undo/untbl.cxx |5 + 4 files changed, 18 insertions(+), 4 deletions(-) New commits: commit

[REVIEW-3-6, 3-6-2] fdo#54349,

2012-09-18 Thread Markus Mohrhard
Hey, [1] fixes a nasty problem that has been in calc since 3.4. If a whole column is marked as conditional format with duplicate we were checking all MAXROW elements for duplicates which is extremely slow. For 3.7 I plan to change the whole way we create the render information from conditional

[Libreoffice-commits] .: Branch 'feature/cmclayouttrans' - cui/uiconfig

2012-09-18 Thread Libreoffice Gerrit user
cui/uiconfig/ui/1.ui |7 +++ 1 file changed, 7 insertions(+) New commits: commit 8e9afa30b2a738d50bdf59e11a19c33ea9eac65f Author: Caolán McNamara caol...@redhat.com Date: Tue Sep 18 14:02:09 2012 +0100 add adjustment for max columns Change-Id:

[Libreoffice-commits] .: 4 commits - avmedia/source comphelper/inc comphelper/source desktop/inc desktop/source editeng/source svx/source toolkit/source vcl/aqua vcl/generic vcl/inc vcl/ios vcl/source

2012-09-18 Thread Libreoffice Gerrit user
avmedia/source/framework/mediaitem.cxx |7 - comphelper/inc/comphelper/processfactory.hxx| 30 +--- comphelper/source/processfactory/processfactory.cxx | 41 ++--- desktop/inc/app.hxx | 19 +- desktop/source/app/app.cxx

[PATCH] Change in core[libreoffice-3-6]: rhbz#852128: sw: avoid table undo crash:

2012-09-18 Thread Michael Stahl (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/640 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/40/640/1 rhbz#852128: sw: avoid table undo crash: SwUndoTblNdsChg::UndoImpl: to prevent access of deleted table box start

[PATCH] Change in core[libreoffice-3-5]: rhbz#852128: sw: avoid table undo crash:

2012-09-18 Thread Michael Stahl (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/641 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/41/641/1 rhbz#852128: sw: avoid table undo crash: SwUndoTblNdsChg::UndoImpl: to prevent access of deleted table box start

[Libreoffice-commits] .: Branch 'feature/cmclayouttrans' - vcl/inc vcl/source

2012-09-18 Thread Libreoffice Gerrit user
vcl/inc/vcl/button.hxx|1 + vcl/source/control/button.cxx |7 +++ 2 files changed, 8 insertions(+) New commits: commit 977868c3e4f91be07e359b32158d4ccf90bcdf88 Author: Caolán McNamara caol...@redhat.com Date: Tue Sep 18 14:22:28 2012 +0100 copy the button data

Re: [REVIEW-3-6, 3-6-2] fdo#54553, broadcaster cells are empty

2012-09-18 Thread Michael Meeks
On Tue, 2012-09-18 at 09:05 +0200, Markus Mohrhard wrote: [1] fixes a problem detecting which cells are empty from a user POV. Broadcaster cells don't contain content and should be treated as blank. +1 from me for -3-6-2. Thanks Markus ! Michael. --

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - sc/source

2012-09-18 Thread Libreoffice Gerrit user
sc/source/core/data/cell.cxx |3 +++ 1 file changed, 3 insertions(+) New commits: commit db2a4f4032db854a2a028d4ed136cfd4c63ae082 Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Tue Sep 18 09:00:29 2012 +0200 broadcaster cells are empty, fdo#54553 Change-Id:

Re: [PUSHED 3-6][REVIEW 3-6-2 2/3] fdo#54553, broadcaster cells are empty

2012-09-18 Thread Kohei Yoshida
On 09/18/2012 09:40 AM, Michael Meeks wrote: On Tue, 2012-09-18 at 09:05 +0200, Markus Mohrhard wrote: [1] fixes a problem detecting which cells are empty from a user POV. Broadcaster cells don't contain content and should be treated as blank. +1 from me for -3-6-2. Pushed to 3-6

[Libreoffice-commits] .: avmedia/source

2012-09-18 Thread Libreoffice Gerrit user
avmedia/source/win/player.hxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit b8a331fefc6332baa62144095d3f26cdb456d2c7 Author: Stephan Bergmann sberg...@redhat.com Date: Tue Sep 18 16:04:22 2012 +0200 warning C4805: unsafe mix of type bool and sal_Bool

[Libreoffice-commits] .: dictionaries/hu_HU

2012-09-18 Thread Libreoffice Gerrit user
dictionaries/hu_HU/pythonpath/lightproof_impl_hu_HU.py |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 48ab525dcfd6451fa2f3e37e92bd60f3885c47f7 Author: László Németh nem...@numbertext.org Date: Tue Sep 18 16:04:30 2012 +0200 fix suggest() splitting in some

[Libreoffice-commits] .: configure.in connectivity/Module_connectivity.mk postprocess/packcomponents postprocess/packregistry scp2/source

2012-09-18 Thread Libreoffice Gerrit user
configure.in | 31 +-- connectivity/Module_connectivity.mk| 17 ++--- postprocess/packcomponents/makefile.mk | 11 +++ postprocess/packregistry/makefile.mk | 13 +

[PUSHED] switch build system to mork driver implementation

2012-09-18 Thread Fridrich Strba (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/637 Approvals: Fridrich Strba: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/637 To unsubscribe,

[Libreoffice-commits] .: 3 commits - bluez_bluetooth/Makefile config_host.mk.in configure.in Module_tail_build.mk officecfg/Configuration_officecfg.mk officecfg/registry sd/Library_sd.mk sd/prj sd/sou

2012-09-18 Thread Libreoffice Gerrit user
Module_tail_build.mk |4 bluez_bluetooth/Makefile |7 + config_host.mk.in|1 configure.in

[PUSHED] Change in dev-tools[master]: update ccache for MSVC from 2.4 to 3.1.8

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

[PATCH] be consistent with configure's default and switch wrt gtk3

2012-09-18 Thread Christian Lohmaier (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/642 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/42/642/1 be consistent with configure's default and switch wrt gtk3 also record the system-cairo stuff as a proper

[PATCH] mark configure's warning with some color

2012-09-18 Thread Christian Lohmaier (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/643 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/43/643/1 mark configure's warning with some color Change-Id: I7e225fc5ce353316cb689dc3bca8f606273e8796 --- M configure.in

[REVIEW 3-6] Update mdds to 0.6.1.

2012-09-18 Thread Kohei Yoshida
I would like the attached patch to be merged to the 3-6 branch in order to update the internal mdds to 0.6.1. This version fixes one important bug in the iterator implementation of flat_segment_tree, so having 0.6.1 available will make it easier to backport any future fixes I might backport

[Libreoffice-commits] .: Branch 'feature/cmclayouttrans' - cui/source cui/uiconfig cui/UI_cui.mk sfx2/inc sfx2/source svx/inc svx/source vcl/inc vcl/source

2012-09-18 Thread Libreoffice Gerrit user
cui/UI_cui.mk |1 cui/source/inc/chardlg.hxx | 17 -- cui/source/tabpages/chardlg.cxx | 90 +- cui/source/tabpages/chardlg.hrc | 14 -- cui/source/tabpages/chardlg.src | 89 -- cui/uiconfig/ui/twolinespage.ui | 249

Re: [REVIEW 3-6] Update mdds to 0.6.1.

2012-09-18 Thread Markus Mohrhard
Hey Kohei, 2012/9/18 Kohei Yoshida kohei.yosh...@gmail.com: I would like the attached patch to be merged to the 3-6 branch in order to update the internal mdds to 0.6.1. This version fixes one important bug in the iterator implementation of flat_segment_tree, so having 0.6.1 available will

[Libreoffice-commits] .: Branch 'feature/cmclayouttrans' - helpcontent2/helpers helpcontent2/source

2012-09-18 Thread Libreoffice Gerrit user
helpcontent2/helpers/help_hid.lst |4 helpcontent2/source/text/shared/01/05020600.xhp | 13 +++-- 2 files changed, 7 insertions(+), 10 deletions(-) New commits: commit f8096319a8de9091e1489eff9159e57b5a66807c Author: Caolán McNamara caol...@redhat.com Date:

Re: [REVIEW 3-6][PUSHED 3-6] Update mdds to 0.6.1.

2012-09-18 Thread Kohei Yoshida
On 09/18/2012 11:46 AM, Markus Mohrhard wrote: Hey Kohei, 2012/9/18 Kohei Yoshida kohei.yosh...@gmail.com: I would like the attached patch to be merged to the 3-6 branch in order to update the internal mdds to 0.6.1. This version fixes one important bug in the iterator implementation of

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - mdds/0001-fix-linking-error-with-boost-1.50.patch mdds/0001-Workaround-for-gcc-bug.patch mdds/makefile.mk mdds/mdds_0.5.3.patch mdds/mdds_0.6.0.patc

2012-09-18 Thread Libreoffice Gerrit user
mdds/0001-Workaround-for-gcc-bug.patch| 27 + mdds/0001-fix-linking-error-with-boost-1.50.patch | 27 - mdds/makefile.mk | 10 +-- mdds/mdds_0.5.3.patch | 62 --

[PATCH] More ::rtl::OUString to OUString and some sal_Bool to bool i...

2012-09-18 Thread Ricardo Montania (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/644 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/44/644/1 More ::rtl::OUString to OUString and some sal_Bool to bool in avmedia Change-Id:

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - sc/source

2012-09-18 Thread Libreoffice Gerrit user
sc/source/core/data/conditio.cxx | 17 +++-- 1 file changed, 15 insertions(+), 2 deletions(-) New commits: commit e12546da1a88ecef130a3a6842820bc7ebb2a851 Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Tue Sep 18 14:44:21 2012 +0200 shrink to used area for

Re: [REVIEW 3-6-2 1/3][PUSHED 3-6] fdo#54349,

2012-09-18 Thread Kohei Yoshida
On 09/18/2012 08:55 AM, Markus Mohrhard wrote: Hey, [1] fixes a nasty problem that has been in calc since 3.4. If a whole column is marked as conditional format with duplicate we were checking all MAXROW elements for duplicates which is extremely slow. For 3.7 I plan to change the whole way we

[PATCH] Some OUString cleanup and ::rtl::OUString to OUString in avm...

2012-09-18 Thread Ricardo Montania (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/645 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/45/645/1 Some OUString cleanup and ::rtl::OUString to OUString in avmedia Change-Id:

[REVIEW 3-6] Improve run-time performance of pivot table

2012-09-18 Thread Kohei Yoshida
I would like to have the attached patch backported to 3-6. This change massively improves the runtime performance of pivot table that has a large source data range whose bottom part is mostly empty. Some users, especially those who are used to Excel tend to do this, and without this change,

[Libreoffice-commits] .: 3 commits - configure.in

2012-09-18 Thread Libreoffice Gerrit user
configure.in | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) New commits: commit 6c1b61b0292359304863cd6e593b8f5d7a2cb94a Author: Michael Stahl mst...@redhat.com Date: Tue Sep 18 18:16:38 2012 +0200 configure: test if tput(1) exists before calling it

[Libreoffice-commits] .: sd/source

2012-09-18 Thread Libreoffice Gerrit user
sd/source/ui/dlg/RemoteDialog.cxx | 22 ++ sd/source/ui/dlg/RemoteDialog.hxx |3 sd/source/ui/inc/RemoteServer.hxx |3 sd/source/ui/remotecontrol/BluetoothServer.cxx | 185 + sd/source/ui/remotecontrol/BluetoothServer.hxx

[PUSHED] be consistent with configure's default and switch wrt gtk3

2012-09-18 Thread Michael Stahl (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/642 -- To view, visit https://gerrit.libreoffice.org/642 To unsubscribe, visit https://gerrit.libreoffice.org/settings Gerrit-MessageType:

[PUSHED] mark configure's warning with some color

2012-09-18 Thread Michael Stahl (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/643 -- To view, visit https://gerrit.libreoffice.org/643 To unsubscribe, visit https://gerrit.libreoffice.org/settings Gerrit-MessageType:

Re: [REVIEW 3-6] Improve run-time performance of pivot table

2012-09-18 Thread Kohei Yoshida
Actually, please review this one instead. I forgot to do a small clean-up. Kohei From 6a9dd8decda8ff4ac691d8436d4b79c83eae1ac8 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida kohei.yosh...@gmail.com Date: Fri, 14 Sep 2012 23:17:23 -0400 Subject: [PATCH] Improve performance on updating row flags in

[Libreoffice-commits] .: configure.in connectivity/Configuration_mozab2.mk connectivity/Module_connectivity.mk connectivity/registry postprocess/packcomponents postprocess/packregistry sc/Module_sc.mk

2012-09-18 Thread Libreoffice Gerrit user
configure.in | 18 - connectivity/Configuration_mozab2.mk | 38 --- connectivity/Module_connectivity.mk | 12 -

[PUSHED] Modifying comments to meet doxygen standards

2012-09-18 Thread Michael Stahl (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/638 Approvals: Michael Stahl: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/638 To unsubscribe,

[Libreoffice-commits] .: 2 commits - avmedia/source

2012-09-18 Thread Libreoffice Gerrit user
avmedia/source/gstreamer/gstplayer.cxx | 50 +++-- 1 file changed, 30 insertions(+), 20 deletions(-) New commits: commit 1964eff66c1d6f5103d3100ac642bcaf2a4536fa Author: Michael Meeks michael.me...@suse.com Date: Tue Sep 18 17:48:10 2012 +0100 gstreamer:

[Libreoffice-commits] .: sc/qa

2012-09-18 Thread Libreoffice Gerrit user
sc/qa/unit/data/123/universal-content.123 |binary sc/qa/unit/filters-test.cxx | 21 +++-- 2 files changed, 19 insertions(+), 2 deletions(-) New commits: commit 73bda3572bea446736662bca1ffd654f0d84a3ae Author: Markus Mohrhard markus.mohrh...@googlemail.com Date:

[Libreoffice-commits] .: sc/source

2012-09-18 Thread Libreoffice Gerrit user
sc/source/core/data/fillinfo.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit 52031d3135b4f06bb7b33cfce84a58eec426731a Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Tue Sep 18 19:31:28 2012 +0200 rows with cond formats don't have empty background,

[REVIEW-3-6, 3-6-2] fdo#52535, fdo#54661, rows with conditional formats don't have empty background

2012-09-18 Thread Markus Mohrhard
Hey, [1] allows to print color scales and data bars and fixes the regression that pasting as GDI Metafile looses conditional formatting backgrounds. Regards, Markus [1] http://cgit.freedesktop.org/libreoffice/core/commit/?id=52031d3135b4f06bb7b33cfce84a58eec426731a

[Libreoffice-commits] .: configure.in

2012-09-18 Thread Libreoffice Gerrit user
configure.in |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit f5a6f34ad627166d5f54955eea9135466f64710d Author: Michael Stahl mst...@redhat.com Date: Tue Sep 18 19:44:52 2012 +0200 configure: sdremote option was missing a comma Change-Id:

[Libreoffice-commits] .: configure.in

2012-09-18 Thread Libreoffice Gerrit user
configure.in |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit d714d5d2559a8a10dfa444cd9be1df2ec258ca20 Author: Rene Engelhard r...@debian.org Date: Tue Sep 18 19:59:59 2012 +0200 fix typo Change-Id: I79e68677a462787e9e60e47992595538cbce3195 diff --git

[Libreoffice-commits] .: configure.in

2012-09-18 Thread Libreoffice Gerrit user
configure.in |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 34abe04f1c7fde015b87c117a8b3c9ad076627e7 Author: Michael Stahl mst...@redhat.com Date: Tue Sep 18 20:03:29 2012 +0200 configure: dbus also missing comma: --disable-dbus turns it on

[Libreoffice-commits] .: sd/source

2012-09-18 Thread Libreoffice Gerrit user
sd/source/ui/remotecontrol/Server.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 63a73c119c188e6a4b22fb99fc2571f200073bde Author: Andrzej J.R. Hunt andr...@ahunt.org Date: Tue Sep 18 20:15:16 2012 +0200 Hopefully fix the remote config access to work

[Libreoffice-commits] .: sc/source

2012-09-18 Thread Libreoffice Gerrit user
sc/source/filter/inc/xlconst.hxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit fac308c3641c55e12014613eb7fc09cb51039e44 Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Tue Sep 18 20:15:43 2012 +0200 adapt xls import of borders to new

[Libreoffice-commits] .: sd/source

2012-09-18 Thread Libreoffice Gerrit user
sd/source/ui/dlg/RemoteDialog.cxx|4 sd/source/ui/slideshow/slideshowimpl.cxx |4 2 files changed, 8 insertions(+) New commits: commit 8f81eb2d742408548088e46b9ccab3a006015102 Author: Andrzej J.R. Hunt andr...@ahunt.org Date: Tue Sep 18 20:24:02 2012 +0200 Wrap

[Libreoffice-commits] .: sd/inc sd/source

2012-09-18 Thread Libreoffice Gerrit user
sd/inc/sddll.hxx |4 +++- sd/source/ui/app/sddll.cxx|2 ++ sd/source/ui/dlg/RemoteDialog.cxx |3 ++- 3 files changed, 7 insertions(+), 2 deletions(-) New commits: commit 22c0e6556a630a736288c5b1b24f39fe4124566e Author: Andrzej J.R. Hunt andr...@ahunt.org

[Libreoffice-commits] .: sd/Library_sd.mk

2012-09-18 Thread Libreoffice Gerrit user
sd/Library_sd.mk |6 ++ 1 file changed, 6 insertions(+) New commits: commit b930b398616a68a58b355697a3b6d6c01e621e14 Author: Rene Engelhard r...@debian.org Date: Tue Sep 18 20:39:25 2012 +0200 actually define ENABLE_SDREMOTE in sd Change-Id:

[Libreoffice-commits] .: sd/inc

2012-09-18 Thread Libreoffice Gerrit user
sd/inc/sddll.hxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 56dcf84da2c4bf37c151610188d8f47715b538e2 Author: Andrzej J.R. Hunt andr...@ahunt.org Date: Tue Sep 18 20:40:09 2012 +0200 Fix mispaste. Change-Id:

[Libreoffice-commits] .: sd/source

2012-09-18 Thread Libreoffice Gerrit user
sd/source/ui/dlg/RemoteDialog.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit 06dd3f641a26e5c17ed5d8ed3ab3463455ec5fc2 Author: Andrzej J.R. Hunt andr...@ahunt.org Date: Tue Sep 18 20:42:58 2012 +0200 Hopefully the last ENABLE_SDREMOTE fix. Change-Id:

[Libreoffice-commits] .: sd/Library_sd.mk

2012-09-18 Thread Libreoffice Gerrit user
sd/Library_sd.mk | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) New commits: commit 0d38f7fe957a7dd60e793ced3d60cb7d40b58ef1 Author: Rene Engelhard r...@debian.org Date: Tue Sep 18 20:45:27 2012 +0200 move -DENABLE_SDREMOTE together with the files Change-Id:

[Libreoffice-commits] .: officecfg/registry sd/source

2012-09-18 Thread Libreoffice Gerrit user
officecfg/registry/cppheader.xsl | 18 +- officecfg/registry/files.mk |3 ++- sd/source/ui/remotecontrol/Server.cxx |6 -- 3 files changed, 15 insertions(+), 12 deletions(-) New commits: commit ee5403b98bf0e89693a14f7a1ae5658d9e5eb730 Author: Michael

  1   2   3   >