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

2013-04-07 Thread Tor Lillqvist
vcl/source/gdi/virdev.cxx |9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) New commits: commit 6025fd8970444794e0a9dde76f12d0dd1ec8b778 Author: Tor Lillqvist t...@iki.fi Date: Sun Apr 7 10:42:01 2013 +0300 Avoid hang on make subsequentcheck on Linux Acquire the

[PATCH] fix fdo#60534 : use DefaultCharMapper::mapChar() to map RTL ...

2013-04-07 Thread navin patidar (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3221 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/21/3221/1 fix fdo#60534 : use DefaultCharMapper::mapChar() to map RTL string unicodes. Use DefaultCharMapper::mapChar()

[PATCH] fdo#49120 - Implementig XML_state

2013-04-07 Thread Andras Timar (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3222 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/22/3222/1 fdo#49120 - Implementig XML_state Change-Id: If4779aeb5301bb3e422ceb6a4029ddf5542ab03d --- M

[Libreoffice-commits] core.git: tools/inc

2013-04-07 Thread Chris Sherlock
tools/inc/tools/resmgr.hxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 5b08c6e7a21dda94d5b755eea0b1ed1e9c199bec Author: Chris Sherlock chris.sherloc...@gmail.com Date: Sun Apr 7 09:43:18 2013 +1000 Typo in comment in resmgr.hxx Change-Id:

[PUSHED] Typo in comment in resmgr.hxx

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

Licence

2013-04-07 Thread Irányossy Knoblauch Artúr
Dear Everyone! All of my past future contributions to LibreOffice may be licensed under the MPL/LGPLv3+ dual license. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

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

2013-04-07 Thread Peter Foley
solenv/gbuild/extensions/pre_MergedLibsList.mk |1 - 1 file changed, 1 deletion(-) New commits: commit 7c790d544d43948c0ec44b6526cfe95c3777c428 Author: Peter Foley pefol...@verizon.net Date: Sun Apr 7 09:29:10 2013 -0400 avoid circular deps with Library_merged Change-Id:

[PATCH] fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERT

2013-04-07 Thread Ioan Radu (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3223 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/23/3223/1 fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERT - replaced osl_trace with sal_info - added new log areas to

[PATCH] Introduce characters utilities in rtl/character.hxx

2013-04-07 Thread Arnaud Versini (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3224 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/24/3224/1 Introduce characters utilities in rtl/character.hxx Change-Id: I94d01cd4e766f92c70f941839a67101fa2c97654 --- M

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

2013-04-07 Thread Peter Foley
idlc/source/parser.y |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 84068dae548d8498bf63f5fe2273a44b9fc638bb Author: Peter Foley pefol...@verizon.net Date: Sun Apr 7 09:42:18 2013 -0400 fix logical-op-parenthesis warning Change-Id:

[PATCH] rename UI to UIConfig

2013-04-07 Thread David Tardon (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3225 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/25/3225/1 rename UI to UIConfig I plan to use it to deliver all */uiconfig files, not just .ui, as a preliminary step to

[PATCH] use extra package for every lang

2013-04-07 Thread David Tardon (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3226 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/26/3226/1 use extra package for every lang Change-Id: Iccd5225b65887734ff599ca247109c2c1ce4ec25 --- M

[PATCH] use normal deps for depending on Package

2013-04-07 Thread David Tardon (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3227 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/27/3227/1 use normal deps for depending on Package Change-Id: Idaf0f5c938deff5b774e675991d0c6aa328ffd4f --- M

[PATCH] allow to add other types of UI config files

2013-04-07 Thread David Tardon (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3228 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/28/3228/1 allow to add other types of UI config files Change-Id: I878b41783e043efe19097829495a8f13b0f995c0 --- M

[PATCH] add gbuild class PackageSet

2013-04-07 Thread David Tardon (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3230 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/30/3230/1 add gbuild class PackageSet This is intended for bundling filelists of multiple Packages together, to simplify

[PATCH] prepare UIConfig for producing filelists

2013-04-07 Thread David Tardon (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3231 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/31/3231/1 prepare UIConfig for producing filelists Change-Id: I0285f6371e68aaccfc7b3347c87b4e24c4a3fda2 --- M

[PATCH] impl. platform-specific processing for menubar configs

2013-04-07 Thread David Tardon (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3232 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/32/3232/1 impl. platform-specific processing for menubar configs This is the last step needed to obsolete

[PATCH] install UI config. files using filelists

2013-04-07 Thread David Tardon (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3233 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/33/3233/1 install UI config. files using filelists Change-Id: I422c8912bc2557c2c03bb885e5c193deb93d1d5e --- D

[PATCH] remove obsoleted postprocess/packconfig

2013-04-07 Thread David Tardon (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3234 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/34/3234/1 remove obsoleted postprocess/packconfig Change-Id: I93313dc03e8ed7d4d1a653df92145a153e20e5b1 --- D

[PATCH] drop unused directory records

2013-04-07 Thread David Tardon (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3235 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/35/3235/1 drop unused directory records Change-Id: I9d1a812e1d1771d8d3fc022869984dcb623f2055 --- M

[PATCH] drop undefined file IDs

2013-04-07 Thread David Tardon (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3236 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/36/3236/1 drop undefined file IDs Change-Id: I5650327429118ad52e82050039dd237c2ff32286 --- M

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

2013-04-07 Thread Takeshi Abe
svx/source/svdraw/svdoashp.cxx | 34 ++--- svx/source/svdraw/svdoattr.cxx |2 - svx/source/svdraw/svdobj.cxx |4 +-- svx/source/svdraw/svdocirc.cxx |4 +-- svx/source/svdraw/svdoedge.cxx |8 +++--- svx/source/svdraw/svdograf.cxx |8 +++---

[Libreoffice-commits] core.git: sal/osl

2013-04-07 Thread Caolán McNamara
sal/osl/unx/module.cxx | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) New commits: commit e1248e0f0dcf427b4e8b8615d08524e6f3c4cc77 Author: Caolán McNamara caol...@redhat.com Date: Sun Apr 7 09:59:11 2013 -0500 fix up c code after move to c++ Change-Id:

[Libreoffice-commits] core.git: config_host.mk.in configure.ac solenv/gbuild

2013-04-07 Thread Peter Foley
config_host.mk.in |1 + configure.ac |5 + solenv/gbuild/JavaClassSet.mk |3 ++- 3 files changed, 8 insertions(+), 1 deletion(-) New commits: commit b97cade9183d14ad21ae71892348a9a81689488b Author: Peter Foley pefol...@verizon.net Date: Sun Apr 7

[PATCH] fdo#39468 Translate German comments - source/edit/texteng.cx...

2013-04-07 Thread Christian M. Heller (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3237 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/37/3237/1 fdo#39468 Translate German comments - source/edit/texteng.cxx Change-Id:

Help regarding presentation objects

2013-04-07 Thread Janit Anjaria
Hey! I was just wishing to have a look at all the places where the presentation objects are present. I figured out that changing/adding a few presentation object at : http://opengrok.libreoffice.org/xref/core/sd/inc/pres.hxx#28 can bring about the changes in presentation objects used everywhere.

Re: QA Wiki Cleanup - Any Pages not Under ../QA/..?

2013-04-07 Thread Robinson Tryon
On Sat, Apr 6, 2013 at 11:58 PM, Marc Paré m...@marcpare.com wrote: Le 05/04/13 05:31 PM, Joel Madero a écrit : Hi All, Qubit has done a tremendous amount of work in the past couple days moving QA related wiki pages to their appropriate location (../QA/..) vs under root of wiki or

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

2013-04-07 Thread Miklos Vajna
svtools/inc/svtools/rtfkeywd.hxx |2 + sw/qa/extras/rtfexport/data/i120928.rtf | 48 +++ sw/qa/extras/rtfexport/rtfexport.cxx | 23 sw/source/filter/ww8/attributeoutputbase.hxx |3 +

[PATCH libreoffice-4-0] Separate template region ids from thumbnail ids.

2013-04-07 Thread Rafael Dominguez (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3238 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/38/3238/1 Separate template region ids from thumbnail ids. - Update all actions to use the new system. Change-Id:

[PATCH libreoffice-4-0] Fix deleting templates through Template Manager.

2013-04-07 Thread Rafael Dominguez (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3239 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/39/3239/1 Fix deleting templates through Template Manager. Change-Id: I79c16eb264d957b510a8bf8ee2009e1f55190a0b --- M

[PATCH libreoffice-4-0] Delete the correct template from the selected search results...

2013-04-07 Thread Rafael Dominguez (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3240 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/40/3240/1 Delete the correct template from the selected search results. Change-Id:

[PATCH libreoffice-4-0] Fix exporting selected search results in Template Manager.

2013-04-07 Thread Rafael Dominguez (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3241 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/41/3241/1 Fix exporting selected search results in Template Manager. Change-Id: I60e517807fec797a99d2f182e41731d515d30dcc

[PATCH libreoffice-4-0] Get the correct region id view when saving a template.

2013-04-07 Thread Rafael Dominguez (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3243 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/43/3243/1 Get the correct region id view when saving a template. Change-Id: If3a75fa2d64dd1c912bfa9a7f3ea96e5fd80e594 ---

[PATCH libreoffice-4-0] Update search results when changing template type in Templat...

2013-04-07 Thread Rafael Dominguez (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3245 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/45/3245/1 Update search results when changing template type in Template Manager. Change-Id:

[PATCH libreoffice-4-0] Fix moving selected search results in Template Manager.

2013-04-07 Thread Rafael Dominguez (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3242 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/42/3242/1 Fix moving selected search results in Template Manager. Change-Id: I577f7cc9f56f5309cd6ebccdc73b4072a4ee91a3

[PATCH libreoffice-4-0] Display create template folder only when its allowed.

2013-04-07 Thread Rafael Dominguez (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3246 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/46/3246/1 Display create template folder only when its allowed. Change-Id: I892cfd88907ac4588e882e3a89c4feb200ce6744 ---

[PATCH libreoffice-4-0] fdo#60581 Display import templates only when its allowed.

2013-04-07 Thread Rafael Dominguez (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3247 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/47/3247/1 fdo#60581 Display import templates only when its allowed. Change-Id: Iefe4fdd1484389d0bbbccecdca49e4c0061ec81e

[PATCH libreoffice-4-0] fdo#60581 Import templates into current directory.

2013-04-07 Thread Rafael Dominguez (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3248 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/48/3248/1 fdo#60581 Import templates into current directory. Change-Id: I3dfec069c606e61fc49b44e36602804054ca1bca --- M

[PATCH libreoffice-4-0] Show search and extra buttons when a template is selected.

2013-04-07 Thread Rafael Dominguez (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3249 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/49/3249/1 Show search and extra buttons when a template is selected. Change-Id: Ia3e97f3f540ab07725ae3871251aefe4ba3d5e2d

[PATCH libreoffice-4-0] Deselect templates when closing the search view.

2013-04-07 Thread Rafael Dominguez (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3250 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/50/3250/1 Deselect templates when closing the search view. Change-Id: If187b154a023a9364b6775270ce4c24377a98524 --- M

[PATCH libreoffice-4-0] Deselect items when searching for templates to reset toolbar...

2013-04-07 Thread Rafael Dominguez (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3251 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/51/3251/1 Deselect items when searching for templates to reset toolbars. Change-Id:

[PATCH libreoffice-4-0] Calculate template thumbnail subtitle position to fit drawin...

2013-04-07 Thread Rafael Dominguez (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3252 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/52/3252/1 Calculate template thumbnail subtitle position to fit drawing area. Change-Id:

[PATCH libreoffice-4-0] Make template thumbnail sizes appropiate to the content in t...

2013-04-07 Thread Rafael Dominguez (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3253 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/53/3253/1 Make template thumbnail sizes appropiate to the content in them. Change-Id:

[PATCH libreoffice-4-0] Display empty folders in Template Manager.

2013-04-07 Thread Rafael Dominguez (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3254 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/54/3254/1 Display empty folders in Template Manager. Change-Id: I1cab8c78dc6dc3f1969cd2e4e8bcda0b684a4caa --- M

[PATCH libreoffice-4-0] Dont reload template information after saving.

2013-04-07 Thread Rafael Dominguez (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3255 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/55/3255/1 Dont reload template information after saving. Change-Id: Ib75bd4561581254f690e6dd4a2b83343c99d65af --- M

[PATCH libreoffice-4-0] Position view below toolbox and search bar when resizing Tem...

2013-04-07 Thread Rafael Dominguez (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3256 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/56/3256/1 Position view below toolbox and search bar when resizing Template dialog. Change-Id:

[PATCH libreoffice-4-0] Dont show import action while in save mode.

2013-04-07 Thread Rafael Dominguez (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3258 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/58/3258/1 Dont show import action while in save mode. Change-Id: Iafe814382ed1b52c9119893851c98bd15812fa60 --- M

[PATCH libreoffice-4-0] Avoid generating filter list several times.

2013-04-07 Thread Rafael Dominguez (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3259 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/59/3259/1 Avoid generating filter list several times. - Only generate the list after applying a new filter function. -

[PATCH libreoffice-4-0] fdo#61390 - Thumbnail navigation by shift-click and shift-ke...

2013-04-07 Thread Rafael Dominguez (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3260 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/60/3260/1 fdo#61390 - Thumbnail navigation by shift-click and shift-keyboard. Change-Id:

GSOC 2013 help

2013-04-07 Thread Gergő Mocsi
Dear Developers, I'd like to participate in GSOC 2013 in LO. I've alredy worked on issue https://bugs.freedesktop.org/show_bug.cgi?id=35546 . I've seen some GSOC ideas, but I'm completely lost. Can anybody recommend one for me? Also, I've got an idea: in MS Word 2003, there was a wizard (or a

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

2013-04-07 Thread Julien Nabet
lotuswordpro/source/filter/xfilter/xfstylecont.cxx |3 +-- svtools/source/contnr/fileview.cxx |5 + sw/source/core/txtnode/txtedt.cxx |3 +-- 3 files changed, 3 insertions(+), 8 deletions(-) New commits: commit

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

2013-04-07 Thread Fridrich Štrba
src/lib/CDRCollector.cpp| 14 +++--- src/lib/CDRContentCollector.cpp | 20 ++-- src/lib/CDRInternalStream.cpp |4 ++-- 3 files changed, 19 insertions(+), 19 deletions(-) New commits: commit b11e5a536fa1c9194f5b4d03ce28ba85b5963ce4 Author: Fridrich Å trba

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

2013-04-07 Thread Fridrich Štrba
configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit f69bf77ebaf68cd4ab907a2f25793b5c423b752a Author: Fridrich Å trba fridrich.st...@bluewin.ch Date: Sun Apr 7 21:37:01 2013 +0200 Bump version diff --git a/configure.ac b/configure.ac index

[PATCH] fdo#62475 - remove pointless comments and ASCII art in sw/so...

2013-04-07 Thread Philipp Riemer (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3262 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/62/3262/1 fdo#62475 - remove pointless comments and ASCII art in sw/source/core/doc Change-Id:

[PATCH] more work on comments in sw/source/core/doc

2013-04-07 Thread Philipp Riemer (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3263 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/63/3263/1 more work on comments in sw/source/core/doc Change-Id: I4fbf683da081ad04dfd1b9ea830aa94c38f33d43 --- M

[PATCH] remove code that was commented out many years ago

2013-04-07 Thread Philipp Riemer (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3264 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/64/3264/1 remove code that was commented out many years ago Change-Id: I45292b157b5ea278ec9e0d9a18bf185276ba78c1 --- M

[PATCH] delete commented code

2013-04-07 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3267 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/67/3267/1 delete commented code Change-Id: Ia144e7b6e567d39816a4baa68187c157f7d8776e --- M

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

2013-04-07 Thread Julien Nabet
writerfilter/source/dmapper/GraphicImport.cxx |5 + 1 file changed, 5 insertions(+) New commits: commit 717553f9cd5ee6a0e4385f963b0fd9ba5c566ec8 Author: Julien Nabet serval2...@yahoo.fr Date: Sun Apr 7 21:49:31 2013 +0200 Fix variables not initialized Change-Id:

[Libreoffice-commits] core.git: 2 commits - chart2/source sc/source sw/source xmloff/source

2013-04-07 Thread Julien Nabet
chart2/source/controller/dialogs/ObjectNameProvider.cxx |9 +++-- chart2/source/tools/ObjectIdentifier.cxx|7 ++- sc/source/filter/qpro/qpro.cxx |3 +-- sw/source/ui/shells/textsh1.cxx |3 +--

[Libreoffice-commits] Changes to 'refs/tags/libcdr-0.0.12'

2013-04-07 Thread Fridrich Štrba
Tag 'libcdr-0.0.12' created by Fridrich Å trba fridrich.st...@bluewin.ch at 2013-04-07 21:21 -0700 Tagging 0.0.12 release Changes since libcdr-0.0.11-26: --- 0 files changed --- ___ Libreoffice-commits mailing list

[Libreoffice-commits] core.git: icon-themes/crystal icon-themes/galaxy icon-themes/hicontrast icon-themes/human icon-themes/industrial icon-themes/oxygen

2013-04-07 Thread Issa Alkurtass
icon-themes/crystal/cmd/lc_dbqueryproperties.png|binary icon-themes/crystal/cmd/sc_dbqueryproperties.png|binary icon-themes/galaxy/cmd/lc_dbqueryproperties.png |binary icon-themes/galaxy/cmd/sc_dbqueryproperties.png |binary icon-themes/hicontrast/cmd/lc_dbqueryproperties.png

[PUSHED] Added query properties icon for Base

2013-04-07 Thread via Code Review
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/3216 Approvals: Stefan Knorr: Looks good to me, but someone else must approve Zolnai Tamás: Verified; Looks good to me, approved -- To

[Libreoffice-commits] core.git: download.lst libcdr/libcdr-0.0.11-encoding.patch libcdr/UnpackedTarball_cdr.mk

2013-04-07 Thread Fridrich Štrba
download.lst|4 ++-- libcdr/UnpackedTarball_cdr.mk |6 -- libcdr/libcdr-0.0.11-encoding.patch | 36 3 files changed, 2 insertions(+), 44 deletions(-) New commits: commit 29339357cfba19e80c3687639fe33e847d3e6f93

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

2013-04-07 Thread Julien Nabet
svl/source/numbers/zforscan.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 53494630705692dec31587d746aa84d5d998c62f Author: Julien Nabet serval2...@yahoo.fr Date: Sun Apr 7 22:48:58 2013 +0200 Fix Array index i is used before limits check

[PATCH] fix typos

2013-04-07 Thread Philipp Riemer (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3268 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/68/3268/1 fix typos See https://gerrit.libreoffice.org/2444 Change-Id: Ia45a3e30a25692cc1f5de90363bd7fe2f427e0d7 --- M

[PATCH libreoffice-4-0] Uploading libcdr-0.0.12: fixing fdo#62538 and fdo#53278

2013-04-07 Thread Fridrich Strba (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/3269 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/69/3269/1 Uploading libcdr-0.0.12: fixing fdo#62538 and fdo#53278 Change-Id: Ia7121c5e77ac86941fc70e08d1c824a93e842aff

Re: [Libreoffice-qa] Wiki pages cruft cleanup

2013-04-07 Thread Samuel Mehrbrodt
Hi, the new page looks nice and clean, thanks for that. An idea: Freedomsponsor has quite a few sponsored Issues: http://www.freedomsponsors.org/core/issue/?s=project_id=149project_name=LibreOffice Do you think we should put a link to that list on the

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

2013-04-07 Thread Philipp Riemer
dbaccess/source/ui/querydesign/QueryTableView.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 87f185d192668d233f6a8606b1c3d77469e17e04 Author: Philipp Riemer ruderphil...@gmail.com Date: Sun Apr 7 22:50:28 2013 +0200 fix typos See

[PUSHED] fix typos

2013-04-07 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/3268 Approvals: Fridrich Strba: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/3268 To unsubscribe,

[PUSHED] Fixed 4 spelling errors in the comments.

2013-04-07 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/3164 Approvals: Andras Timar: Verified; Looks good to me, but someone else must approve Fridrich Strba: Verified; Looks good to me, approved

[Libreoffice-commits] core.git: 11 commits - editeng/source filter/inc filter/source sd/source sw/source

2013-04-07 Thread Armin Le Grand
editeng/source/uno/unonrule.cxx |6 + filter/inc/filter/msfilter/svdfppt.hxx|9 + filter/source/msfilter/escherex.cxx | 104 -- filter/source/msfilter/svdfppt.cxx| 58 +++-

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - e5/720990bd3691222363bb2d674b7d39a0d8829f

2013-04-07 Thread Xisco Fauli
e5/720990bd3691222363bb2d674b7d39a0d8829f |1 + 1 file changed, 1 insertion(+) New commits: commit ca44b393cc3846a0c593bed7be484e15ebb5d44b Author: Xisco Fauli aniste...@gmail.com Date: Sun Apr 7 23:41:19 2013 +0200 Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - bf/1449731638d6432fb9adfef3a8a303ad9bf76b

2013-04-07 Thread Xisco Fauli
bf/1449731638d6432fb9adfef3a8a303ad9bf76b |1 + 1 file changed, 1 insertion(+) New commits: commit 9d70294bba1aa7f9b5609430abae48e03bc043a0 Author: Xisco Fauli aniste...@gmail.com Date: Sun Apr 7 23:43:35 2013 +0200 Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 98/0ee15bad53f765a0df1a4507befc9184fc0c63

2013-04-07 Thread Xisco Fauli
98/0ee15bad53f765a0df1a4507befc9184fc0c63 |1 + 1 file changed, 1 insertion(+) New commits: commit c2c8dc708956ec9a49b58830e9478654ce2d12e1 Author: Xisco Fauli aniste...@gmail.com Date: Sun Apr 7 23:47:53 2013 +0200 Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 70/25f6c6441b49093504874925f37ca0e61f34f9

2013-04-07 Thread Xisco Fauli
70/25f6c6441b49093504874925f37ca0e61f34f9 |1 + 1 file changed, 1 insertion(+) New commits: commit dd33929cff532ace1979f8061490796bd74dd1fa Author: Xisco Fauli aniste...@gmail.com Date: Sun Apr 7 23:49:20 2013 +0200 Notes added by 'git notes add' diff --git

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

2013-04-07 Thread Xisco Fauli
f8/48fc9e9708916dd24fe64646486db0d90996c7 |1 + 1 file changed, 1 insertion(+) New commits: commit 92beb86e0816c6073001858e61d023f2b8d5c1e1 Author: Xisco Fauli aniste...@gmail.com Date: Sun Apr 7 23:50:25 2013 +0200 Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 9b/4e6064f9598c834a9c36c39932f3e326419d44

2013-04-07 Thread Xisco Fauli
9b/4e6064f9598c834a9c36c39932f3e326419d44 |1 + 1 file changed, 1 insertion(+) New commits: commit 93d7daff88a5b9d7f71947e73f5813f65ca3d327 Author: Xisco Fauli aniste...@gmail.com Date: Sun Apr 7 23:51:30 2013 +0200 Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 00/969d29b354467c659abe79541a4f5e7b92b0ef

2013-04-07 Thread Xisco Fauli
00/969d29b354467c659abe79541a4f5e7b92b0ef |1 + 1 file changed, 1 insertion(+) New commits: commit 87394af36200274aaf94226e2ec71db6bcfb245c Author: Xisco Fauli aniste...@gmail.com Date: Sun Apr 7 23:52:32 2013 +0200 Notes added by 'git notes add' diff --git

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - df/0f83c87148769ca7cbcfc3d1cb9ccf9d5c0540

2013-04-07 Thread Xisco Fauli
df/0f83c87148769ca7cbcfc3d1cb9ccf9d5c0540 |1 + 1 file changed, 1 insertion(+) New commits: commit 47fde97af3fe04d9a3e87b1af1847ffa127c Author: Xisco Fauli aniste...@gmail.com Date: Sun Apr 7 23:53:34 2013 +0200 Notes added by 'git notes add' diff --git

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

2013-04-07 Thread Tor Lillqvist
vcl/coretext/salcoretextfontutils.cxx | 16 + vcl/coretext/salcoretextlayout.cxx| 287 +++--- vcl/coretext/salcoretextstyle.cxx | 22 +- vcl/inc/coretext/common.h |9 - vcl/inc/coretext/salcoretextstyle.hxx |7 vcl/inc/quartz/utils.h

Re: [Libreoffice-qa] How to change QA processes: was: What should we do with bugs filed against Extensions/Templates?

2013-04-07 Thread Rainer Bielefeld
Petr Mladek schrieb: Ah, this sounds pretty bossy. Hi, yes, may be. My tone reflects my exception. I see too much unqualified discussion. Before thinking about changes everybody should have have understood the current system, why it is how it is? With such a base improvement seems more

Re: [Libreoffice-qa] Windows 8 Tester for FDO#63215 (crasher)

2013-04-07 Thread Pedro
Answered on the Bugzilla report -- View this message in context: http://nabble.documentfoundation.org/Libreoffice-qa-Windows-8-Tester-for-FDO-63215-crasher-tp4048318p4048344.html Sent from the QA mailing list archive at Nabble.com. ___ List Name:

Re: [Libreoffice-qa] Windows 8 Tester for FDO#63215 (crasher)

2013-04-07 Thread Jay Lozier
On 04/07/2013 07:03 AM, Pedro wrote: Answered on the Bugzilla report -- View this message in context: http://nabble.documentfoundation.org/Libreoffice-qa-Windows-8-Tester-for-FDO-63215-crasher-tp4048318p4048344.html Sent from the QA mailing list archive at Nabble.com.

[Libreoffice-qa] [Moztrap] Can someone explain test case #122 to me?

2013-04-07 Thread Thomas Hackert
Hello Yifan, *, during my translation I stumble upon test case #122 (http://vm12.documentfoundation.org/manage/case/122/) and downloaded the attached file (http://manual-test.libreoffice.org/media/attachments/2012/09/12/LibreO_qaTest_ConditionalFormatting_3-5-5-3_en.ods). But either my English is

Re: [Libreoffice-qa] [Moztrap] Can someone explain test case #122 to me?

2013-04-07 Thread mariosv
Hi Thomas, I did the test, and certain that the bad English is mine. Basically changing the values: - in column #6 must change the background color in column #4 from green to blank. - in column #10 must change the background color in column #13 from salmon to green. - in column #15 must change

[Libreoffice-qa] LibreOffice help update?

2013-04-07 Thread mariosv
Hi all, sometimes, trying to help other users, I like to give them the reference where to find in the help about what are they looking for, etc.?. And always I can, I recommended to have a quick read of the help to know what is there, specially with new user. But with more enhancements

Re: [Libreoffice-qa] QA Wiki Cleanup - Any Pages not Under ../QA/..?

2013-04-07 Thread Robinson Tryon
On Sat, Apr 6, 2013 at 11:58 PM, Marc Paré m...@marcpare.com wrote: Le 05/04/13 05:31 PM, Joel Madero a écrit : Hi All, Qubit has done a tremendous amount of work in the past couple days moving QA related wiki pages to their appropriate location (../QA/..) vs under root of wiki or

Re: [Libreoffice-qa] Bugzilla administration - Possible Duplicates search logic

2013-04-07 Thread V Stuart Foote
OK, nevermid... Was checking on this getting ready to submit a bug. Discovered that the search logic for the Bugzilla Possible Duplicates suggestions is already NOT case sensitive. Also that entering either File Association or file association provided the same result including return of the

Re: [Libreoffice-qa] QA Wiki Cleanup - Any Pages not Under ../QA/..?

2013-04-07 Thread Marc Paré
Le 07/04/13 07:24 PM, Italo Vignoli a écrit : Il 07/04/2013 20:00, Robinson Tryon ha scritto: I'm 'qubit' on most sites, but 'colonelqubit' on Freenode I have met Robinson at LibrePlanet in Boston, and he is really a great guy. Thanks for the note Italo, all these people who need to meet

Re: [Libreoffice-qa] QA Wiki Cleanup - Any Pages not Under ../QA/..?

2013-04-07 Thread Robinson Tryon
On Sun, Apr 7, 2013 at 8:56 PM, Marc Paré m...@marcpare.com wrote: Le 07/04/13 07:24 PM, Italo Vignoli a écrit : Il 07/04/2013 20:00, Robinson Tryon ha scritto: I'm 'qubit' on most sites, but 'colonelqubit' on Freenode I have met Robinson at LibrePlanet in Boston, and he is really a great

Re: [Libreoffice-qa] [Moztrap] Can someone explain test case #122 to me?

2013-04-07 Thread Yifan Jiang
Hi Thomas, The translation style looks beautiful, it is fancy to see how the progress is being made :) Thanks a lot for your effort! For the conditional formatting case particularly, let's take a look at left hand side of the sheet (ONE condition by cell). The idea is cells background color in

[Libreoffice-bugs] [Bug 63213] problemas al imprimir

2013-04-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63213 Joel Madero jmadero@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Libreoffice-bugs] [Bug 62442] OSX 10.8.3 refuses to open LibreOffice

2013-04-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62442 --- Comment #14 from papayes jy...@free.fr --- hello, I have the same problem whith LibO 4.0.2.2 and MacOS X 10.8.3 After the installation of LibreOffice_40.2_MacOS_x86_langpack_fr.dmg, the same message of fider LibreOffice est endommagé et ne

[Libreoffice-bugs] [Bug 62442] OSX 10.8.3 refuses to open LibreOffice

2013-04-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62442 --- Comment #15 from papayes jy...@free.fr --- Created attachment 77546 -- https://bugs.freedesktop.org/attachment.cgi?id=77546action=edit 4.0.2.2 US on MacOsX 10.8.3 English dictionaries unknown -- You are receiving this mail because: You

[Libreoffice-bugs] [Bug 62442] OSX 10.8.3 refuses to open LibreOffice

2013-04-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62442 --- Comment #16 from papayes jy...@free.fr --- Created attachment 77547 -- https://bugs.freedesktop.org/attachment.cgi?id=77547action=edit ERROR Extension Manager Add French Dictionnary V-0.4.10 -- You are receiving this mail because: You are

[Libreoffice-bugs] [Bug 63210] EDITING: Superscript Defaults incorrect

2013-04-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63210 Joel Madero jmadero@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Libreoffice-bugs] [Bug 63210] EDITING: Superscript Defaults incorrect

2013-04-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63210 Joel Madero jmadero@gmail.com changed: What|Removed |Added Hardware|Other |All

[Libreoffice-bugs] [Bug 56880] EDITING: Dingbats Don't Stick in .xlsx

2013-04-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56880 Julien Nabet serval2...@yahoo.fr changed: What|Removed |Added Whiteboard|BSA |BSA target:4.1.0

[Libreoffice-bugs] [Bug 62442] OSX 10.8.3 refuses to open LibreOffice

2013-04-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62442 Julien Nabet serval2...@yahoo.fr changed: What|Removed |Added CC||b...@eikota.de,

[Libreoffice-bugs] [Bug 63222] New: Embedded Movie File has Green Border

2013-04-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63222 Priority: medium Bug ID: 63222 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: Embedded Movie File has Green Border Severity: normal Classification: Unclassified

  1   2   3   >