[Libreoffice-commits] .: 4 commits - forms/source sfx2/inc sfx2/source

2012-07-25 Thread Kohei Yoshida
forms/source/component/clickableimage.cxx | 10 - forms/source/component/clickableimage.hxx |2 - sfx2/inc/sfx2/docfile.hxx |1 sfx2/source/appl/fileobj.cxx | 54 -- sfx2/source/appl/fileobj.hxx |1 sfx2/so

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

2012-07-25 Thread Takeshi Abe
basctl/source/basicide/basidesh.cxx |8 +++--- basctl/source/basicide/basobj2.cxx |6 ++-- basctl/source/basicide/basobj3.cxx |8 +++--- basctl/source/basicide/bastype2.cxx |6 ++-- basctl/source/basicide/bastype2.hxx |2 - basctl/source/basicide/bastypes.cxx |2 - basctl

[Libreoffice-commits] .: 2 commits - Library_merged.mk tubes/CppunitTest_tubes_test.mk tubes/Library_tubes.mk tubes/Module_tubes.mk tubes/qa tubes/source

2012-07-25 Thread Matus Kukan
Library_merged.mk |4 tubes/CppunitTest_tubes_test.mk | 20 +- tubes/Library_tubes.mk |1 tubes/Module_tubes.mk |6 tubes/qa/test_manager.cxx | 287 +--- tubes/source/manager.cxx|7 6 files ch

[Libreoffice-commits] .: Branch 'feature/mork' - connectivity/source scp2/source

2012-07-25 Thread David Ostrovsky
connectivity/source/drivers/mork/MConnection.cxx | 44 --- scp2/source/ooo/file_library_ooo.scp | 15 +-- scp2/source/ooo/module_hidden_ooo.scp| 34 - 3 files changed, 44 insertions(+), 49 deletions(-) New commits: commit 04550

Re: Adding bibisect repository support to tinbuild2

2012-07-25 Thread Norbert Thiebaud
On Wed, Jul 25, 2012 at 4:53 PM, Michael Stahl wrote: > On 25/07/12 23:35, Norbert Thiebaud wrote: >> On Wed, Jul 25, 2012 at 3:09 PM, Michael Stahl wrote: >>> the problem with the duplication is that the next time somebody fixes a >>> problem with the "dev-install" target they will probably forg

[Libreoffice-commits] .: sfx2/source

2012-07-25 Thread Kohei Yoshida
sfx2/source/doc/docfile.cxx |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) New commits: commit a201c00b9330f6e765d9fe10b5a6c120f49a6da8 Author: Kohei Yoshida Date: Wed Jul 25 17:50:09 2012 -0400 The impl class is never null. No point checking for it. Change-Id: I992e

[Libreoffice-commits] .: svtools/source vcl/inc vcl/source

2012-07-25 Thread Tomaž Vajngerl
svtools/source/graphic/grfmgr2.cxx | 41 --- vcl/inc/vcl/bitmapex.hxx |2 vcl/source/gdi/bitmap3.cxx | 191 ++--- vcl/source/gdi/bitmapex.cxx| 15 +- 4 files changed, 47 insertions(+), 202 deletions(-) New commits: commit 085

Re: Adding bibisect repository support to tinbuild2

2012-07-25 Thread Michael Stahl
On 25/07/12 23:35, Norbert Thiebaud wrote: > On Wed, Jul 25, 2012 at 3:09 PM, Michael Stahl wrote: >> the problem with the duplication is that the next time somebody fixes a >> problem with the "dev-install" target they will probably forget to fix >> the "install-tb" target as well, and if the pro

Re: Adding bibisect repository support to tinbuild2

2012-07-25 Thread Norbert Thiebaud
On Wed, Jul 25, 2012 at 3:09 PM, Michael Stahl wrote: > the problem with the duplication is that the next time somebody fixes a > problem with the "dev-install" target they will probably forget to fix > the "install-tb" target as well, and if the problem affects tinderboxes > as well then they wil

[Libreoffice-commits] .: o3tl/inc

2012-07-25 Thread Michael Stahl
o3tl/inc/o3tl/sorted_vector.hxx | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) New commits: commit 8f5b707d905f84f0102d1fdf365761ca03688742 Author: Michael Stahl Date: Wed Jul 25 22:55:09 2012 +0200 sorted_vector: removing the vector::ersase makes more sense C

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

2012-07-25 Thread Kohei Yoshida
sfx2/inc/sfx2/docfile.hxx |1 - sfx2/source/doc/docfile.cxx | 11 --- sfx2/source/doc/objmisc.cxx | 12 3 files changed, 24 deletions(-) New commits: commit 07c1dac0d8844b48290bac4b55c055cc897e61af Author: Kohei Yoshida Date: Wed Jul 25 16:41:45 2012 -0400 L

[Libreoffice-commits] .: sfx2/inc sfx2/source sw/source

2012-07-25 Thread Kohei Yoshida
sfx2/inc/sfx2/sfxhtml.hxx |2 +- sfx2/source/bastyp/sfxhtml.cxx |2 +- sw/source/filter/html/htmlcss1.cxx |2 +- 3 files changed, 3 insertions(+), 3 deletions(-) New commits: commit c07fe0d98b14bce18ba676b7dcec6c6245b55660 Author: Kohei Yoshida Date: Wed Jul 25 16:29:2

[Libreoffice-commits] .: 3 commits - forms/source sfx2/inc sfx2/source sw/source

2012-07-25 Thread Kohei Yoshida
forms/source/component/clickableimage.cxx | 21 - sfx2/inc/sfx2/docfile.hxx |1 - sfx2/inc/sfx2/objsh.hxx |1 - sfx2/source/appl/fileobj.cxx |2 -- sfx2/source/bastyp/sfxhtml.cxx| 10 +- sfx2/sou

Re: Adding bibisect repository support to tinbuild2

2012-07-25 Thread Michael Stahl
On 25/07/12 22:01, Norbert Thiebaud wrote: > On Wed, Jul 25, 2012 at 2:47 PM, Michael Stahl wrote: >> On 21/07/12 23:12, Norbert Thiebaud wrote: >>> So... I committed you patch, and then refactored it 'a bit' >>> >>> First I separated the operation in 3 differents operations: >>> >>> 1/ the need t

Re: Adding bibisect repository support to tinbuild2

2012-07-25 Thread Norbert Thiebaud
On Wed, Jul 25, 2012 at 2:47 PM, Michael Stahl wrote: > On 21/07/12 23:12, Norbert Thiebaud wrote: >> So... I committed you patch, and then refactored it 'a bit' >> >> First I separated the operation in 3 differents operations: >> >> 1/ the need to make the install: I added in Makefile.top a new >

Re: Adding bibisect repository support to tinbuild2

2012-07-25 Thread Michael Stahl
On 21/07/12 23:12, Norbert Thiebaud wrote: > So... I committed you patch, and then refactored it 'a bit' > > First I separated the operation in 3 differents operations: > > 1/ the need to make the install: I added in Makefile.top a new > install-tb target that avoid the 'rebuilding' for nothing,

Re: [PATCH] Native background for some more widgets

2012-07-25 Thread Ivan Timofeev
Hello Ruslan, On 12.07.2012 14:50, Ruslan Kabatsayev wrote: These patches make TabBar and ToolBox have correct native background (needed for bg gradients and other non-flat-colored backgrounds). this patch a bit breaks a toolbar look to me. (on Linux, the default Ubuntu's Ambiance theme, have

Re: Newbie Q - autogen.sh. Can't execute.

2012-07-25 Thread Norbert Thiebaud
On Wed, Jul 25, 2012 at 12:08 PM, Jim deJonge wrote: > Hello, > > I'm new here, and new to LibreOffice development. I've been working my way > through the steps to build LO by following the description on the wiki > (http://wiki.documentfoundation.org/Development/Native_Build). > I have git cloned

Re: Newbie Q - autogen.sh. Can't execute.

2012-07-25 Thread Kohei Yoshida
Hello Jim, On 07/25/2012 01:08 PM, Jim deJonge wrote: jim@JimdJ-Linux:/media/DEV/libo$ ls -l autogen.sh ^ This tells me that you are trying to execute a script on an external volume. The first thing I would check is if you have noexec option specified when mounting thi

Newbie Q - autogen.sh. Can't execute.

2012-07-25 Thread Jim deJonge
Hello, I'm new here, and new to LibreOffice development. I've been working my way through the steps to build LO by following the description on the wiki (http://wiki.documentfoundation.org/Development/Native_Build). I have git cloned the source code to my local Ubuntu 12.04 machine, and am wor

Re: [PATCH] Fix for sw_filter_test crash due to ambiguous FieldEntry destructor

2012-07-25 Thread Michael Stahl
On 24/07/12 15:20, Stephan Bergmann wrote: > On 07/23/2012 05:28 PM, Stephan Bergmann wrote: >> On 07/23/2012 04:40 PM, Michael Stahl wrote: >>> On 22/07/12 11:25, Kristian Rietveld wrote: (Please keep me on CC as I am not subscribed to the list) >> [...] >>> that is really not supposed to hap

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

2012-07-25 Thread Ivan Timofeev
vcl/inc/vcl/button.hxx |5 ++-- vcl/source/control/button.cxx | 47 - vcl/source/control/menubtn.cxx |5 +--- 3 files changed, 24 insertions(+), 33 deletions(-) New commits: commit 452e452d3e9dcc259bc3e58ed6509284004f04fe Author: Ivan Tim

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

2012-07-25 Thread Markus Mohrhard
sc/source/core/data/conditio.cxx | 13 +++ sc/source/core/inc/refupdat.hxx |2 sc/source/core/tool/rangelst.cxx | 31 sc/source/core/tool/refupdat.cxx | 142 +++ 4 files changed, 116 insertions(+), 72 deletions(-) New commits: commit 76f56b5

Re: [PATCH] fixed Replace all message in Basic IDE

2012-07-25 Thread Eike Rathke
Hi János, On Wednesday, 2012-07-25 16:11:24 +0200, János Uray wrote: > In Basic IDE, "Replace all" said "Search key replaced times", so without > the number. Hmm.. actually it should be a character corresponding to the value of nFound, not just a blank.. > This patch fixes it. (The nFound was

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

2012-07-25 Thread Noel Power
sc/source/filter/excel/xetable.cxx | 51 ++--- 1 file changed, 20 insertions(+), 31 deletions(-) New commits: commit 4ed0eaca6c14aeb652cbebe18081cc9e7e1444ac Author: Noel Power Date: Wed Jul 25 18:23:38 2012 +0100 hopefully more successful attempt to solv

[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-07-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Rainer Bielefeld changed: What|Removed |Added Depends on||52393 --- Comment #56 from Rainer Bie

[PUSHED] fdo#47164: Start Center: Recent Documents picker can not be reached right third of separate button area

2012-07-25 Thread Ivan Timofeev
Hi Joel, instead of commenting I have pushed it and made some changes in the subsequent commit (probably it is something buggy :). Hmm, I can't access cgit.freedesktop.org, luckily we have a mirror on gitorious. See: http://gitorious.org/libreoffice/core/commit/ad9ca11b6fa7792880571d33750c9

[PUSHED] Modifying comments to follow Doxygen standards

2012-07-25 Thread Gerrit
>From Eike Rathke : Eike Rathke has submitted this change and it was merged. Change subject: Modifying comments to follow Doxygen standards .. Modifying comments to follow Doxygen standards Change-Id: Ic87c9c4f51af4da963835ac7

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

2012-07-25 Thread Ivan Timofeev
vcl/source/control/button.cxx | 32 +++- 1 file changed, 23 insertions(+), 9 deletions(-) New commits: commit ce53472216cab75bfdf04799fb85f375f01af792 Author: Ivan Timofeev Date: Wed Jul 25 20:53:37 2012 +0400 changes to previous commit - bSize is no

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

2012-07-25 Thread Eike Rathke
cui/source/customize/eventdlg.hxx |1 cui/source/dialogs/SpellAttrib.hxx |2 - cui/source/dialogs/commonlingui.hxx | 21 ++--- cui/source/dialogs/thesdlg_impl.hxx |6 ++--- cui/source/inc/about.hxx|2 - cui/source/inc/acccfg.hxx |6 +

[Libreoffice-commits] .: 2 commits - comphelper/inc comphelper/source configmgr/source cui/source offapi/com

2012-07-25 Thread Stephan Bergmann
comphelper/inc/comphelper/configuration.hxx |2 comphelper/source/misc/configuration.cxx | 109 +++--- configmgr/source/access.cxx | 75 configmgr/source/childaccess.cxx | 76 configmgr/source/configmgr.compo

[Libreoffice-commits] .: Branch 'feature/remote' - 5 commits - android/sdremote

2012-07-25 Thread Andrzej J.R. Hunt
android/sdremote/AndroidManifest.xml | 11 - android/sdremote/res/drawable/actionbar_none.png |binary android/sdremote/res/drawable/actionbar_pressed.png |binary android/sdremote/res/drawable/action

Re: [PATCH (partial)] Writer autocompletion feature

2012-07-25 Thread Jan Holesovsky
Hi Tomaž, On 2012-07-25 at 18:11 +0200, Tomaž Vajngerl wrote: > I would like to do integrate this code into master if there is nobody > already working on this. That would be great, please go ahead! :-) Nico - thanks again for your license statement! All the best, Kendy __

[Libreoffice-commits] .: Branch 'feature/gsoc_test_improvements3' - sw/qa

2012-07-25 Thread Artur Dorda
sw/qa/extras/ooxmltok/data/all_gaps_word.docx |binary sw/qa/extras/ooxmltok/ooxmltok.cxx| 146 ++ 2 files changed, 146 insertions(+) New commits: commit afb8974755ea8aca5d13920df85c7aa2bdb9b6d2 Author: Artur Dorda Date: Wed Jul 25 18:16:00 2012 +0200

Re: [PATCH (partial)] Writer autocompletion feature

2012-07-25 Thread Tomaž Vajngerl
Hi, I would like to do integrate this code into master if there is nobody already working on this. Regards, Tomaž ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[PATCH] fdo#50632 IDE: update Object Catalog when closing a document

2012-07-25 Thread János Uray
This patch fixed this bug: https://bugs.freedesktop.org/show_bug.cgi?id=50632 The Object Catalog was not updated, because at the point when onDocumentClosed() event was generated in BasicTreeListBox, the to-be-closed document is still alive, so UpdateEntries() doesn't remove the entry. I removed t

[REVIEW 3-6][REVIEW 3-6-0] fdo#52240 add uncontroversial date acceptance patterns

2012-07-25 Thread Eike Rathke
Hi, Please review (date acceptance patterns, xml locale data changes only) and cherry-pick to 3-6 and if possible, in case we'll do 3.6.0.4rc, 3-6-0 http://cgit.freedesktop.org/libreoffice/core/commit/?id=7828847618b58ff2009b5ce55416a8b2e5dcf55a http://cgit.freedesktop.org/libreoffice/core/commit

[Libreoffice-commits] .: 3 commits - setup_native/source solenv/bin

2012-07-25 Thread Jan Holesovsky
setup_native/source/win32/wintools/msiinfo/msiinfo.c |2 +- solenv/bin/modules/installer/windows/admin.pm| 17 + solenv/bin/modules/installer/windows/msiglobal.pm|2 +- 3 files changed, 19 insertions(+), 2 deletions(-) New commits: commit 3605cb216faab6659f4b

[Libreoffice-commits] .: 5 commits - filter/inc filter/Library_msfilter.mk filter/Package_inc.mk filter/source starmath/source sw/source

2012-07-25 Thread Miklos Vajna
filter/Library_msfilter.mk |1 filter/Package_inc.mk |1 filter/inc/filter/msfilter/rtfutil.hxx | 54 +++ filter/source/msfilter/rtfutil.cxx | 151 starmath/source/rtfexport.cxx | 210

[Relicensing] MPL/LGPLv3+

2012-07-25 Thread Nico Weyand
Hi, I'm hereby declaring that all the code I have committed in the past to the libreoffice project, as well as all the code that I might commit in the future, may be used under the terms and conditions of either (or both) the MPLv2 and LGPLv3+ licenses. Greetings, Nico Weyand

Re: [PATCH (partial)] Writer autocompletion feature

2012-07-25 Thread Nico Weyand
On 23.07.2012 15:24, Michael Meeks wrote: Hi Nico, On Mon, 2012-07-23 at 16:11 +, Nico Weyand wrote: May I ask why it has been decided to switch from LGPL to MPL/LGPL anyway ? Of course ! :-) there is a bit of blurb in the FAQ here: http://wiki.documentfoundation.org/Devel

[Libreoffice-commits] .: 4 commits - i18npool/source

2012-07-25 Thread Eike Rathke
i18npool/source/localedata/data/ak_GH.xml |1 + i18npool/source/localedata/data/ar_DZ.xml |1 + i18npool/source/localedata/data/ar_EG.xml |1 + i18npool/source/localedata/data/ar_OM.xml |1 + i18npool/source/localedata/data/ast_ES.xml |1 + i18npool/source/localedata/data/e

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

2012-07-25 Thread Jan Holesovsky
vcl/source/app/settings.cxx |2 ++ vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx |1 + 2 files changed, 3 insertions(+) New commits: commit 38fd6c8498b18121413228a676e0cf7653c299fe Author: Ruslan Kabatsayev Date: Tue Jul 17 18:18:35 2012 +0400 Make default dark shadow non-

[Libreoffice-commits] .: cui/source o3tl/inc sw/source

2012-07-25 Thread Michael Stahl
cui/source/tabpages/autocdlg.cxx |8 o3tl/inc/o3tl/sorted_vector.hxx |5 - sw/source/core/doc/acmplwrd.cxx |3 +-- sw/source/core/doc/docfld.cxx |2 +- sw/source/core/docnode/nodes.cxx |4 ++-- sw/source/core/fields/fldlst.cxx |2 +- sw/source/filter

[PATCH] fixed Replace all message in Basic IDE

2012-07-25 Thread János Uray
In Basic IDE, "Replace all" said "Search key replaced times", so without the number. This patch fixes it. (The nFound was treated as a character instead of an integer.) Uray M. János From e6266f1374ccb193314dcb8ac882897b2b5150a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?"Uray=20M.=20J=C3=A1nos"?=

Re: Adding Extension for Experimental Thai Spelling

2012-07-25 Thread Nathan Wells
Thanks for your reply. Yes, a "view->word boundaries" mode would be very helpful (or even incorporating the current "view->field shading" to include viewing 'gray marks' at the automatic ICU breaking so that users can see what is being done). Would this be hard to implement? Also, we are making

Re: Adding Extension for Experimental Thai Spelling

2012-07-25 Thread Caolán McNamara
I'll cc this to the list if you don't mind, in order to archive it. I have no immediate great ideas. But I wonder if a "view->word boundaries" mode would be helpful, i.e. something that indicates the boundaries of the words that the software thinks exist. On Sun, 2012-07-15 at 21:40 +0700, Nathan

Re: [PUSHED][PATCH] fdo#40152: replace with empty string in Basic IDE

2012-07-25 Thread Noel Power
On 25/07/12 13:01, Noel Power wrote: On 25/07/12 11:34, János Uray wrote: It still works for me. Am I doing something wrong? most likely I am doing something stupid, let me rebuild and try again :-) me stupid :-) but patch pushed Noel ___ LibreOffic

[PUSHED][3-6] Re: [REVIEW 3-6] fdo#51572 catch CLuceneError exceptions

2012-07-25 Thread Michael Stahl
On 25/07/12 14:38, Caolán McNamara wrote: > This has been niggling me a bit since I saw the recent round of apparent > startup problems on windows. I don't *think* its related, but on the > other hand I couldn't reproduce the original circumstances that causes > this "indexing help of an extension

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

2012-07-25 Thread Michael Stahl
l10ntools/source/help/HelpIndexer.cxx | 77 +++-- l10ntools/source/help/HelpIndexer_main.cxx | 12 2 files changed, 44 insertions(+), 45 deletions(-) New commits: commit e906bcc0c976a8565d05fbf6ef5cdda01642e611 Author: Caolán McNamara Date: Mon Jul 9 13:4

[Libreoffice-commits] .: svtools/source

2012-07-25 Thread Noel Power
svtools/source/edit/textview.cxx |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit f5a625f61a4f0209a4ec74b919241593a56b5500 Author: Uray M. János Date: Wed Jul 25 09:42:12 2012 +0200 fdo#40152 replace with empty string in Basic IDE Change-Id: I2ee41

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

2012-07-25 Thread Michael Meeks
vcl/source/app/vclevent.cxx |9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) New commits: commit 68a81bb592f269712372173abcc50483dd556d56 Author: Michael Meeks Date: Mon Jul 23 14:53:27 2012 +0100 fdo#47368 - fix one potential re-enterancy hazard around even emission

[ANNOUNCE] libreoffice-3.6.0.3 tag created

2012-07-25 Thread Petr Mladek
Hi, there have been created the libreoffice-3.6.0.3 tag (aka rc3). The corresponding official builds will be available within next few days. It will be used as final if no blocker is found. See the attached list of changes against 3.6.0.2. See also http://wiki.documentfoundation.org/ReleaseNotes/

[Libreoffice-commits] .: i18npool/source

2012-07-25 Thread Eike Rathke
i18npool/source/localedata/data/list-dateacceptancepattern.awk | 151 ++ 1 file changed, 102 insertions(+), 49 deletions(-) New commits: commit 425e18c231f4f030b278050809ea1fa1f51d4bf2 Author: Eike Rathke Date: Wed Jul 25 14:46:43 2012 +0200 display bequeath indicator and date s

[PATCH] Modifying comments to follow Doxygen standards

2012-07-25 Thread Gerrit
>From Faisal al-otaibi : Faisal al-otaibi has uploaded a new change for review. Change subject: Modifying comments to follow Doxygen standards .. Modifying comments to follow Doxygen standards Change-Id: Ic87c9c4f51af4da963835a

[REVIEW 3-6] fdo#51572 catch CLuceneError exceptions

2012-07-25 Thread Caolán McNamara
This has been niggling me a bit since I saw the recent round of apparent startup problems on windows. I don't *think* its related, but on the other hand I couldn't reproduce the original circumstances that causes this "indexing help of an extension made clucene throw an exception" problem. http://

[Libreoffice-commits] .: svl/inc

2012-07-25 Thread Caolán McNamara
svl/inc/svl/svarray.hxx |1 + 1 file changed, 1 insertion(+) New commits: commit eb03fe6a5cc8a4d453fe8300f84bc0977546f585 Author: Caolán McNamara Date: Wed Jul 25 13:22:53 2012 +0100 include osl/diagnose.h for OSL_ENSURE Change-Id: I64ed84dc6f5939e110a5051bc9c701e5dee1ba85

[Libreoffice-commits] .: 2 commits - setup_native/source vcl/source vcl/unx

2012-07-25 Thread Caolán McNamara
setup_native/source/win32/wintools/makecab/makefile.mk |5 ++--- setup_native/source/win32/wintools/msidb/makefile.mk |4 ++-- setup_native/source/win32/wintools/msiinfo/makefile.mk |5 ++--- setup_native/source/win32/wintools/msimsp/makefile.mk |5 ++--- setup_native/source/win

[PUSHED] Re: [PATCH] Final stretch of converting SV_DECL_PTRARR to STL containers stage 1/3

2012-07-25 Thread Michael Stahl
On 23/07/12 09:31, Noel Grandin wrote: > Hi > > These patches convert various places from SV_DECL_PTRARR to STL containers. > > They have passed a full make check. thanks, mostly pushed these to master. except for patch #1, which did not apply (apparently Stephan changed sorted_vector) and is u

Re: [PATCH][PUSHED] Make default dark shadow non-black

2012-07-25 Thread Caolán McNamara
On Tue, 2012-07-17 at 19:57 +0400, Ruslan Kabatsayev wrote: > Oops, sorry. Here it is. > > On Tue, Jul 17, 2012 at 7:52 PM, Caolán McNamara wrote: > > On Tue, 2012-07-17 at 18:23 +0400, Ruslan Kabatsayev wrote: > >> Hello, > >> > >> This patch makes some plugins like gtk and kde4 have non-black d

[Libreoffice-commits] .: oox/inc starmath/inc starmath/Library_sm.mk starmath/source sw/source

2012-07-25 Thread Miklos Vajna
oox/inc/oox/mathml/export.hxx |4 starmath/Library_sm.mk |1 starmath/inc/document.hxx |2 starmath/inc/unomodel.hxx |1 starmath/source/document.cxx| 11 + starmath/source/rtfexport.cxx

[Libreoffice-commits] .: solenv/bin

2012-07-25 Thread Jan Holesovsky
solenv/bin/modules/installer/windows/msiglobal.pm |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 8429bd67715a33751f4cfd50cb4be0346d78ee65 Author: Jan Holesovsky Date: Wed Jul 25 14:04:04 2012 +0200 Make the relativisation of the path working even on Linux.

Re: [PATCH] fdo#40152: replace with empty string in Basic IDE

2012-07-25 Thread Noel Power
On 25/07/12 11:34, János Uray wrote: It still works for me. Am I doing something wrong? most likely I am doing something stupid, let me rebuild and try again :-) Noel ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesk

Re: [PATCH][PUSHED] Native background for some more widgets

2012-07-25 Thread Ruslan Kabatsayev
On Wed, Jul 25, 2012 at 3:59 PM, Caolán McNamara wrote: > Or is there side-effects > like the calc bottom tabbar stuff that means I shouldn't have pushed > it :-) No, these are just background, doesn't change anything for tabs themselves, so should be safe. Regards, Ruslan __

Re: [PATCH][PUSHED] Native background for some more widgets

2012-07-25 Thread Caolán McNamara
On Thu, 2012-07-12 at 14:50 +0400, Ruslan Kabatsayev wrote: > Hello, > > These patches make TabBar and ToolBox have correct native background > (needed for bg gradients and other non-flat-colored backgrounds). This looks reasonable to me, so pushed now. Or is there side-effects like the calc bott

[Libreoffice-commits] .: 2 commits - svtools/source vcl/source

2012-07-25 Thread Caolán McNamara
svtools/source/control/tabbar.cxx |6 +- vcl/source/window/toolbox.cxx |6 ++ 2 files changed, 11 insertions(+), 1 deletion(-) New commits: commit 0714d191e7273c3b32837834f9a37867b81cb78a Author: Ruslan Kabatsayev Date: Mon Jul 9 10:55:42 2012 +0400 Enable native backg

[Libreoffice-commits] .: sw/source

2012-07-25 Thread Caolán McNamara
sw/source/ui/misc/redlndlg.cxx |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) New commits: commit 4c3a16be845abf4037fab028148423c18a964056 Author: Caolán McNamara Date: Wed Jul 25 12:31:46 2012 +0100 cppcheck: move this pView test to where it makes sense Change-

[Libreoffice-commits] .: 2 commits - solenv/bin

2012-07-25 Thread Jan Holesovsky
solenv/bin/make_installer.pl |7 ++-- solenv/bin/modules/installer/windows/msiglobal.pm | 38 ++ 2 files changed, 42 insertions(+), 3 deletions(-) New commits: commit 575d8a89262280d361b87ba23ad563ab9e50db78 Author: Jan Holesovsky Date: Wed Jul 25

Re: Changing sort order of language list box

2012-07-25 Thread Caolán McNamara
On Tue, 2012-07-24 at 14:53 +0200, Eike Rathke wrote: > Hi Michael, > > On Tuesday, 2012-07-24 14:22:07 +0200, Michael Stahl wrote: > > > wasn't exactly this approach of limiting the selectable languages for > > text to those that have a spelling checker discussed here last month or > > so, and w

[Libreoffice-commits] .: setup_native/source

2012-07-25 Thread Jan Holesovsky
setup_native/source/win32/wintools/msiinfo/msiinfo.c |2 ++ 1 file changed, 2 insertions(+) New commits: commit 19561b5971d25b9839a5374648a29ea26333ae98 Author: Jan Holesovsky Date: Wed Jul 25 12:58:57 2012 +0200 Vim modeline. Change-Id: I40d42ce2ee7f50f1b3a1b825e2672cc11c353

[Libreoffice-commits] .: 3 commits - configure.in setup_native/source

2012-07-25 Thread Jan Holesovsky
configure.in |2 +- setup_native/source/win32/wintools/makecab/makecab.c |5 - setup_native/source/win32/wintools/makecab/parseddf.c |2 ++ setup_native/source/win32/wintools/makecab/parseddf.h |2 ++ setup_native/source/win32/wintools/

Re: [GSoC] testing - Weekly Report no. 9

2012-07-25 Thread Artur Dorda
Hi Miklos, 2012/7/24 Miklos Vajna : > Hi Artur, > > Great! :) In what branch did you work? I don't see commits from the last > 20 days by you in any branch in core.git. I work in feature/gsoc_test_improvements3 There are no "recent commits", because week before mid-term I was not online (trip), an

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

2012-07-25 Thread Petr Mladek
Tag 'libreoffice-3.6.0.3' created by Petr Mladek at 2012-07-25 11:38 -0700 Tag libreoffice-3.6.0.3 -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.9 (GNU/Linux) iQIcBAABAgAGBQJQD8y6AAoJEPQ0oe+v7q6jwg4QALZflCw05Da1Xq1lC2YOIN2f paFSKt46rpTCiE2/hAsiTphGISqJKfoj4t205IuqIBAzO6mH4r0BbfXAWP8zbtIL OJ

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

2012-07-25 Thread Petr Mladek
Tag 'libreoffice-3.6.0.3' created by Petr Mladek at 2012-07-25 11:38 -0700 Tag libreoffice-3.6.0.3 -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.9 (GNU/Linux) iQIcBAABAgAGBQJQD8y5AAoJEPQ0oe+v7q6jeNgQAI7mcJsMIFNoiZbecsRR32NQ xAot8KfWmT1n93WTx9KYB0Qq3f7yd9QdszQXQC8pP/yyP6McxaN/hMGQN+7G32fj H/

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

2012-07-25 Thread Petr Mladek
Tag 'libreoffice-3.6.0.3' created by Petr Mladek at 2012-07-25 11:38 -0700 Tag libreoffice-3.6.0.3 -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.9 (GNU/Linux) iQIcBAABAgAGBQJQD8y5AAoJEPQ0oe+v7q6j2FcP/R4G19kyPobWsbABZys80i0Y H16JILpUoZw4aoNmkLCsBgahFL8/b4DRPKOTBBBnjJKhORY7J/Itecq8P4F8Oj7Y 5s

[Libreoffice-commits] .: i18npool/qa i18npool/source

2012-07-25 Thread Caolán McNamara
i18npool/qa/cppunit/test_breakiterator.cxx | 38 + i18npool/source/breakiterator/data/README | 80 i18npool/source/breakiterator/data/dict_word_ca.txt | 21 +++-- 3 files changed, 54 insertions(+), 85 deletions(-) New commits: commit 071a0dc02

Re: [PATCH] fdo#40152: replace with empty string in Basic IDE

2012-07-25 Thread János Uray
It still works for me. Am I doing something wrong? On Wed, Jul 25, 2012 at 11:36 AM, Noel Power wrote: > On 25/07/12 08:48, János Uray wrote: > >> This patch solves >> https://bugs.freedesktop.org/**show_bug.cgi?id=40152. >> > weirdly this do

Re: [PUSHED 3-6 3-6-0] fdo#52427 Report Builder UI is not translated

2012-07-25 Thread Petr Mladek
Michael Stahl píše v St 25. 07. 2012 v 11:39 +0200: > On 25/07/12 11:03, David Tardon wrote: > > Hi all, > > > > commit dda589ba60ff5ea104d85f0a09759c954498a5c9 fixes a regression > > caused by gbuildification of module reportbuilder. It erroneously packed > > untranslated .xcu files into the exte

[Libreoffice-commits] .: Branch 'libreoffice-3-6-0' - reportbuilder/Extension_reportbuilder.mk

2012-07-25 Thread Petr Mladek
reportbuilder/Extension_reportbuilder.mk | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) New commits: commit c1fec90a8f88379643414529e14b3626e682321a Author: David Tardon Date: Wed Jul 25 10:57:13 2012 +0200 fdo#52427 fix l10n of reportbuilder Change-Id

Re: [REVIEW: 3-6 3-6-0] fdo#52427 Report Builder UI is not translated

2012-07-25 Thread Michael Stahl
On 25/07/12 11:03, David Tardon wrote: > Hi all, > > commit dda589ba60ff5ea104d85f0a09759c954498a5c9 fixes a regression > caused by gbuildification of module reportbuilder. It erroneously packed > untranslated .xcu files into the extension. I would appreciate reviews > for 3-6 and 3-6-0 (if it is

Re: [REVIEW: 3-6 3-6-0][PUSHED 3-6] fdo#52427 Report Builder UI is not translated

2012-07-25 Thread David Tardon
On Wed, Jul 25, 2012 at 10:30:29AM +0100, Michael Meeks wrote: > > On Wed, 2012-07-25 at 11:03 +0200, David Tardon wrote: > > commit dda589ba60ff5ea104d85f0a09759c954498a5c9 fixes a regression > > caused by gbuildification of module reportbuilder. It erroneously packed > > untranslated .xcu files

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - reportbuilder/Extension_reportbuilder.mk

2012-07-25 Thread David Tardon
reportbuilder/Extension_reportbuilder.mk | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) New commits: commit b1ca38aa592fa8b5adebb8832681babbf95e1eff Author: David Tardon Date: Wed Jul 25 10:57:13 2012 +0200 fdo#52427 fix l10n of reportbuilder Change-Id

Re: [PATCH] fdo#40152: replace with empty string in Basic IDE

2012-07-25 Thread Noel Power
On 25/07/12 08:48, János Uray wrote: This patch solves https://bugs.freedesktop.org/show_bug.cgi?id=40152 . weirdly this doesn't seem to work for me ( no effect ) could you check again? Noel ___ LibreOffice mailing list LibreOffice@lists.freedesktop.

[Libreoffice-commits] .: sal/osl

2012-07-25 Thread Caolán McNamara
sal/osl/unx/util.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 4f1e5b34211a714baad8a05ab38f3f953ebd4cce Author: Caolán McNamara Date: Wed Jul 25 10:32:01 2012 +0100 weak symbols don't link on macosx Change-Id: If4e8adfb4199863cd2f6d8d8a419762fc

[PUSHED][3-6-0] Re: [REVIEW 3-6][REVIEW 3-6-0] Report uncaught exceptions with MessageBox on Windows

2012-07-25 Thread Michael Stahl
On 25/07/12 11:20, Michael Meeks wrote: > > On Wed, 2012-07-25 at 10:40 +0200, Stephan Bergmann wrote: >> >> >> "Related fdo#51252: Report uncaught exceptions with MessageBox on >> Windows" is an

Re: [REVIEW: 3-6 3-6-0] fdo#52427 Report Builder UI is not translated

2012-07-25 Thread Michael Meeks
On Wed, 2012-07-25 at 11:03 +0200, David Tardon wrote: > commit dda589ba60ff5ea104d85f0a09759c954498a5c9 fixes a regression > caused by gbuildification of module reportbuilder. It erroneously packed > untranslated .xcu files into the extension. I would appreciate reviews > for 3-6 and 3-6-0 (if it

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

2012-07-25 Thread Michael Stahl
desktop/source/app/sofficemain.cxx | 22 -- 1 file changed, 20 insertions(+), 2 deletions(-) New commits: commit 199ebb3431f85d1d1ee40c698c19f14d57279729 Author: Stephan Bergmann Date: Wed Jul 25 10:31:21 2012 +0200 Related fdo#51252: Report uncaught exceptions with

Re: [REVIEW 3-6][REVIEW 3-6-0] Report uncaught exceptions with MessageBox on Windows

2012-07-25 Thread Michael Meeks
On Wed, 2012-07-25 at 10:40 +0200, Stephan Bergmann wrote: > > > "Related fdo#51252: Report uncaught exceptions with MessageBox on > Windows" is an attempt to get more useful information when a us

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

2012-07-25 Thread Jan Holesovsky
sw/inc/IDocumentMarkAccess.hxx|3 - sw/inc/IDocumentRedlineAccess.hxx | 10 ++-- sw/inc/bparr.hxx | 26 +- sw/inc/breakit.hxx|4 - sw/inc/calbck.hxx | 11 ++-- sw/inc/cellatr.hxx|2 sw/inc/cellfml.hxx

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

2012-07-25 Thread Fridrich Strba
desktop/source/app/sofficemain.cxx | 22 -- 1 file changed, 20 insertions(+), 2 deletions(-) New commits: commit c794788fb0d28cbd1f8bb6be50198264b3427fc2 Author: Stephan Bergmann Date: Wed Jul 25 10:31:21 2012 +0200 Related fdo#51252: Report uncaught exceptions with

[PATCH] Bring background image in About box back & more

2012-07-25 Thread Gerrit
>From Stefan Knorr : Stefan Knorr has uploaded a new change for review. Change subject: Bring background image in About box back & more .. Bring background image in About box back & more + revert background image removal + usef

Re: [PUSHED][PATCH] fdo#50633 IDE: select current module in Object Catalog on open

2012-07-25 Thread Noel Power
Hi János, patch looks good to me, pushed, thanks!!! On 24/07/12 10:40, János Uray wrote: Oh, yes, I'm sorry. On Tue, Jul 24, 2012 at 11:35 AM, Korrawit Pruegsanusak > wrote: Hello, On Tue, Jul 24, 2012 at 4:31 PM, János Uray mailto:uray.ja...@

[Libreoffice-commits] .: basctl/source

2012-07-25 Thread Noel Power
basctl/source/basicide/basides1.cxx |1 + basctl/source/basicide/basidesh.cxx |6 +- basctl/source/basicide/objdlg.cxx |7 +-- basctl/source/basicide/objdlg.hxx |2 +- 4 files changed, 8 insertions(+), 8 deletions(-) New commits: commit 44e8b1c8ad917d3c4ed7efe9169e5197

[REVIEW: 3-6 3-6-0] fdo#52427 Report Builder UI is not translated

2012-07-25 Thread David Tardon
Hi all, commit dda589ba60ff5ea104d85f0a09759c954498a5c9 fixes a regression caused by gbuildification of module reportbuilder. It erroneously packed untranslated .xcu files into the extension. I would appreciate reviews for 3-6 and 3-6-0 (if it is not too late for that). D. ___

[Libreoffice-commits] .: binfilter/bf_sw

2012-07-25 Thread Caolán McNamara
binfilter/bf_sw/source/core/sw3io/sw3imp.hxx |5 -- binfilter/bf_sw/source/core/sw3io/sw_sw3nodes.cxx | 54 ++ 2 files changed, 8 insertions(+), 51 deletions(-) New commits: commit fa8451f5a9714bf4d2f9832f62baa013b35e1292 Author: Caolán McNamara Date: Wed Jul 25

[Libreoffice-commits] .: 6 commits - basctl/source i18npool/qa i18npool/source sal/osl unusedcode.easy

2012-07-25 Thread Caolán McNamara
basctl/source/basicide/baside2.cxx |3 i18npool/qa/cppunit/test_breakiterator.cxx | 171 - i18npool/source/breakiterator/data/README | 33 - sal/osl/unx/util.c | 17 ++ unusedcode.easy|1 5

[Libreoffice-commits] .: reportbuilder/Extension_reportbuilder.mk

2012-07-25 Thread David Tardon
reportbuilder/Extension_reportbuilder.mk | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) New commits: commit dda589ba60ff5ea104d85f0a09759c954498a5c9 Author: David Tardon Date: Wed Jul 25 10:57:13 2012 +0200 fdo#52427 fix l10n of reportbuilder Change-Id

[PUSHED] This is modifying comments to meet doxygen standards

2012-07-25 Thread Gerrit
>From Jan Holesovsky : Jan Holesovsky has submitted this change and it was merged. Change subject: This is modifying comments to meet doxygen standards .. This is modifying comments to meet doxygen standards Change-Id: I73cd4c

[REVIEW 3-6][REVIEW 3-6-0] Report uncaught exceptions with MessageBox on Windows

2012-07-25 Thread Stephan Bergmann
"Related fdo#51252: Report uncaught exceptions with MessageBox on Windows" is an attempt to get more useful information when a user is hit by "L

[Libreoffice-commits] .: desktop/source

2012-07-25 Thread Stephan Bergmann
desktop/source/app/sofficemain.cxx | 22 -- 1 file changed, 20 insertions(+), 2 deletions(-) New commits: commit fdfb7a3c4b3a89b73ab5546b9620348bc4984d8f Author: Stephan Bergmann Date: Wed Jul 25 10:31:21 2012 +0200 Related fdo#51252: Report uncaught exceptions with

  1   2   >