Re: sorted_vector, constness, pointers, and structs

2012-07-18 Thread Noel Grandin
On Wed, Jul 18, 2012 at 7:23 PM, Lubos Lunak l.lu...@suse.cz wrote: But it is correct that you get an error in the second case and you ideally should be getting one in the first case as well. You cannot modify the elements of the vector because that might modify what defines their position

Re: sorted_vector, constness, pointers, and structs

2012-07-18 Thread Lubos Lunak
On Wednesday 18 of July 2012, Noel Grandin wrote: On Wed, Jul 18, 2012 at 7:23 PM, Lubos Lunak l.lu...@suse.cz wrote: But it is correct that you get an error in the second case and you ideally should be getting one in the first case as well. You cannot modify the elements of the vector

[REVIEW][3-6] MSVC 2008 build now passes make check

2012-07-18 Thread Michael Stahl
with the following commits on master, and a workaround for bug fdo#50584 (which is really a JRE 7 bug), i can get a passing make check on a MSVC2008 build; would be nice to have these on the release branch as well:

[Libreoffice-commits] .: Branch 'feature/matrix-new-backend' - 2 commits - sc/inc sc/source

2012-07-18 Thread Kohei Yoshida
sc/inc/scmatrix.hxx |5 sc/source/core/tool/interpr5.cxx | 202 +++ sc/source/core/tool/scmatrix.cxx | 36 ++ 3 files changed, 183 insertions(+), 60 deletions(-) New commits: commit 9d96705b9a035944d0a3f53d8d56633458e7883c Author:

Re: git branch audit ...

2012-07-18 Thread Lionel Elie Mamane
On Wed, Jul 18, 2012 at 05:51:44PM +0100, Michael Meeks wrote: origin/features/base-preview Mine. Regularly updated. The idea was to get a Windows tinderbox on that branch so that I could dogfood my commits to master in production (without getting the instability of other people's commits to

[ONGERRIT] leaked ODBC statement handles

2012-07-18 Thread Terrence Enger
Patch attached. I think it as we discussed. I do not have OpenId, so I am not registered with gerrit, so I think that I shall not be able to enter your as reviewer. Sorry to be awkward. Thank you for your patience with me through all the to-ing and fro-ing so far. Terry. From

[Libreoffice-commits] .: Branch 'feature/matrix-new-backend' - sc/source

2012-07-18 Thread Kohei Yoshida
sc/source/core/tool/interpr5.cxx |2 ++ 1 file changed, 2 insertions(+) New commits: commit 39b790bbbec4cbea4e51e0a380bdb16faccbce55 Author: Kohei Yoshida kohei.yosh...@gmail.com Date: Wed Jul 18 15:10:54 2012 -0400 Added comment. Change-Id:

Revert of hrc cleanup

2012-07-18 Thread Thomas Arnhold
Hi Folks, as Markus stated in dc05a825e71316e6f602e5c8dfcd3d10ecb6252f those string cleanups aren't save. I've had the illusion, that by compiling and quick checking all of it got tested (mostly by compiling). Because there were complains, if I removed too much. I didn't touch things like

Re: sorted_vector, constness, pointers, and structs

2012-07-18 Thread Noel Grandin
On Wed, Jul 18, 2012 at 8:09 PM, Lubos Lunak l.lu...@suse.cz wrote: You didn't read further than that part above, did you? What you want is broken. It is definitely broken from the theoretical point of view, since modifying the items may change the sort order. Aargh. Instead of casting

[Libreoffice-commits] .: oowintool scp2/source

2012-07-18 Thread Andras Timar
oowintool |2 +- scp2/source/ooo/vc_redist.scp |7 +++ 2 files changed, 8 insertions(+), 1 deletion(-) New commits: commit 8b749cb16dde14b199a61456741b586ddd88a584 Author: Andras Timar ati...@suse.com Date: Wed Jul 18 21:52:10 2012 +0200 fdo#50584 bundle MS

Re: git branch audit ...

2012-07-18 Thread Fridrich Strba
I cherry-picked all from feature/crossmsi today, so the branch can happily die. The same happy fate for feature/mspub which is merged. Sent from Samsung Mobile Michael Meeks michael.me...@suse.com wrote: Hi guys, As I created a new git branch for some new work, I was interested to see a

[Libreoffice-commits] .: Branch 'feature/remote' - sd/source

2012-07-18 Thread Andrzej J.R. Hunt
sd/source/ui/inc/Server.hxx|3 ++- sd/source/ui/remotecontrol/Listener.cxx|2 +- sd/source/ui/remotecontrol/Receiver.cxx|1 + sd/source/ui/remotecontrol/Server.cxx | 11 ++- sd/source/ui/remotecontrol/Transmitter.cxx | 16 5

Re: [GSOC-UPDATE] Impress Remote

2012-07-18 Thread Andrzej J. R. Hunt
Hi Michael, On 18/07/12 14:53, Michael Meeks wrote: On Tue, 2012-07-17 at 23:27 +0200, Andrzej J. R. Hunt wrote: -Additional commands implemented tested (start/end presentation etc.) -SlideShowListener automatically started with Slideshow. -SlideShowListener notifies client of changes (still

Re: Patching our gerrit instance [was Re: [ANN] Please use Gerrit from now on for Patch Review]

2012-07-18 Thread David Ostrovsky
Hi Kendy, On 18.07.2012 19:11, Jan Holesovsky wrote: Another thing are the mail templates - can you please commit the current mail templates that we are using on gerrit.libreoffice.org to dev-tools/gerrit/gerrit_site/etc/mail, so that we can tweak them [eg. to get rid of the . line], in a

[GSOC-UPDATE] 18.07 Impress remote

2012-07-18 Thread Andrzej J. R. Hunt
Hi all, Today I: - fixed the Listener lifecycle. - fixed the Transmitter lifecycle. It turns out that I mistakenly though my code from yesterday worked, it turned out to be one part worked, and I failed to test the rest. I.e. I'm still having a problem with using the Transmitter from a

blanket license statement ...

2012-07-18 Thread Mihkel Tõnnov
All of my past future contributions to LibreOffice may be licensed under the MPL/LGPLv3+ dual license. Best regards, Mihkel Tõnnov ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice-commits] .: Branch 'feature/matrix-new-backend' - sc/source

2012-07-18 Thread Kohei Yoshida
sc/source/core/tool/scmatrix.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 7e8d977556a474f1e25467f70bba2cf3e1ab484d Author: Kohei Yoshida kohei.yosh...@gmail.com Date: Wed Jul 18 17:14:35 2012 -0400 This should be bool. Change-Id:

[Libreoffice-commits] .: sw/source

2012-07-18 Thread Julien Nabet
sw/source/core/table/swnewtable.cxx |2 +- sw/source/core/table/swtable.cxx|2 +- 2 files changed, 2 insertions(+), 2 deletions(-) New commits: commit 5af5fe4d39fe800bda0c8d3bd31d14b9b11ffb94 Author: Julien Nabet serval2...@yahoo.fr Date: Wed Jul 18 23:30:06 2012 +0200

[Libreoffice-commits] .: Branch 'feature/matrix-new-backend' - sc/source

2012-07-18 Thread Kohei Yoshida
sc/source/core/tool/interpr5.cxx | 104 +++ 1 file changed, 51 insertions(+), 53 deletions(-) New commits: commit 6cadf53a4add7a6bca5054dfa69705e50552a4fb Author: Kohei Yoshida kohei.yosh...@gmail.com Date: Wed Jul 18 17:35:18 2012 -0400 Specify

Re: What is bibisect? And what is it doing in my office?

2012-07-18 Thread Norbert Thiebaud
On Wed, Jul 18, 2012 at 12:09 PM, Robinson Tryon bishop.robin...@gmail.com wrote: On Tue, Jul 17, 2012 at 11:30 AM, Norbert Thiebaud nthieb...@gmail.com wrote: On Sun, Jul 15, 2012 at 4:39 PM, Robinson Tryon bishop.robin...@gmail.com wrote: Here's my first shot at bibisect integration into

[Libreoffice-commits] .: svl/source

2012-07-18 Thread Norbert Thiebaud
svl/source/items/cstitem.src | 23 +++ 1 file changed, 23 insertions(+) New commits: commit f674de15e17e9608003d7b0af2abe3c11d1b1856 Author: Norbert Thiebaud nthieb...@gmail.com Date: Wed Jul 18 18:16:17 2012 -0500 Revert hrc cleanup: Remove unused cstitem.src

[Libreoffice-commits] .: Branch 'feature/matrix-new-backend' - sc/source

2012-07-18 Thread Kohei Yoshida
sc/source/core/tool/scmatrix.cxx | 37 ++--- 1 file changed, 30 insertions(+), 7 deletions(-) New commits: commit e504b7113eb0c56cfe58815143a7e46f01bbcf74 Author: Kohei Yoshida kohei.yosh...@gmail.com Date: Wed Jul 18 01:54:01 2012 -0400 Reorganized code

[Libreoffice-commits] .: Branch 'feature/matrix-new-backend' - sc/source

2012-07-18 Thread Kohei Yoshida
sc/source/core/tool/scmatrix.cxx | 68 --- 1 file changed, 1 insertion(+), 67 deletions(-) New commits: commit 527482e96181b7d60dea7ad4e3759c52b5a67f9a Author: Kohei Yoshida kohei.yosh...@gmail.com Date: Wed Jul 18 02:15:05 2012 -0400 Use macro to

[Libreoffice-commits] .: 3 commits - basctl/source chart2/source cppcanvas/source cui/source dbaccess/source editeng/source filter/source framework/source package/source reportdesign/source scp2/sourc

2012-07-18 Thread Stephan Bergmann
basctl/source/basicide/basidesh.cxx |1 chart2/source/controller/dialogs/tp_PointGeometry.cxx|1 chart2/source/controller/main/ChartController.cxx|2 - chart2/source/controller/main/ChartController_Properties.cxx |2 -

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - officecfg/registry

2012-07-18 Thread Andras Timar
officecfg/registry/data/org/openoffice/Office/Accelerators.xcu | 60 ++ 1 file changed, 60 insertions(+) New commits: commit 3103169c41c2c5d5566603d3d05d68181b8b69c1 Author: Abdulmajeed Al-Abaulrazzaq aalabdulraz...@kacst.edu.sa Date: Sat Jul 7 10:52:19 2012 +0300 fdo#51716

[Libreoffice-commits] .: binfilter/bf_sc binfilter/bf_sd binfilter/bf_sfx2 binfilter/bf_svtools binfilter/bf_svx binfilter/bf_sw

2012-07-18 Thread Stephan Bergmann
binfilter/bf_sc/source/core/tool/sc_chgtrack.cxx |1 - binfilter/bf_sd/source/core/sd_sdpage.cxx |2 -- binfilter/bf_sfx2/source/doc/sfx2_interno.cxx |1 - binfilter/bf_svtools/source/filter.vcl/wmf/svt_winwmf.cxx | 10 +++---

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

2012-07-18 Thread Andras Timar
sw/inc/expfld.hxx|2 sw/inc/reffld.hxx| 24 sw/source/core/fields/expfld.cxx | 19 -- sw/source/core/fields/reffld.cxx | 117 +-- 4 files changed, 101 insertions(+), 61 deletions(-) New commits: commit

[Libreoffice-commits] .: wizards/com wizards/source

2012-07-18 Thread Michael Meeks
0 files changed New commits: commit 456dd17399883d4ade4c863a5c37268a8aa51fce Author: Michael Meeks michael.me...@suse.com Date: Wed Jul 18 09:40:09 2012 +0100 remove obsolete delzip files from wizards diff --git a/wizards/com/sun/star/wizards/common/delzip

Re: skype for office and interface chat for libreoffice

2012-07-18 Thread Michael Meeks
Hi Randolph, On Tue, 2012-07-17 at 20:15 +0200, Randolph D. wrote: telepathy is a great framework, three years ago six students applied for GSOC to put the interface chat protocol into d-bus and/or pidgin ... So no, I have no skills to code the protocol into d-bus, I just can tell you ...

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-07-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Bug 37361 depends on bug 33393, which changed state. Bug 33393 Summary: After autosave image shows read-error and will be lost on save https://bugs.freedesktop.org/show_bug.cgi?id=33393 What|Old Value |New

[Libreoffice-commits] .: 3 commits - sw/qa sw/source writerfilter/source

2012-07-18 Thread Miklos Vajna
sw/qa/extras/ooxmlexport/data/fdo38244.docx|binary sw/qa/extras/ooxmlexport/ooxmlexport.cxx | 68 + sw/qa/extras/rtfexport/data/fdo38244.rtf | 15 + sw/qa/extras/rtfexport/rtfexport.cxx | 28 ++

[Libreoffice-commits] .: extensions/source

2012-07-18 Thread Fridrich Strba
extensions/source/config/ldap/wrapldapinclude.hxx | 15 +-- 1 file changed, 5 insertions(+), 10 deletions(-) New commits: commit b79115518b9d68cf280cde717634e6f2f2e4ee72 Author: Fridrich Å trba fridrich.st...@bluewin.ch Date: Wed Jul 18 12:54:18 2012 +0200 simplify the

Re: [libreoffice-l10n] REMINDER: Release 3.6.0-rc2 from libreoffice-3-6 branch

2012-07-18 Thread Jan Holesovsky
Hi, On 2012-07-17 at 16:54 +0200, khagaroth wrote: Then perhaps the toplevel tree entries shouldn't be selectable anymore and clicking on them should move the selection to (and display) the first corresponding subitem. I thought there was even an EasyHack for this somewhere, but now I cannot

[REVIEW 3-6][REVIEW 3-6-0] fdo#52232 Hidden MediaWiki options page

2012-07-18 Thread Stephan Bergmann
This is a little embarrassing, but I just noticed that the simplified C++ configuration access, introduced into master towards LO 3.6, breaks down on localized configuration properties. The result is https://bugs.freedesktop.org/show_bug.cgi?id=52232 Hidden MediaWiki options page and the only

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-07-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Michael Meeks michael.me...@novell.com changed: What|Removed |Added Depends on||38913 ---

Re: [libreoffice-l10n] REMINDER: Release 3.6.0-rc2 from libreoffice-3-6 branch

2012-07-18 Thread Stefan Knorr
Hi, On Mi, 2012-07-18 at 14:35 +0200, Jan Holesovsky wrote: Then perhaps the toplevel tree entries shouldn't be selectable anymore and clicking on them should move the selection to (and display) the first corresponding subitem. That's how it was supposed to be, but it apparently broke

[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-07-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Michael Meeks michael.me...@novell.com changed: What|Removed |Added Depends on||52205 ---

Re: regression in 3.6.0rc1

2012-07-18 Thread Michael Meeks
On Wed, 2012-07-18 at 00:17 +0200, Eike Rathke wrote: https://bugs.freedesktop.org/show_bug.cgi?id=52205 Would it be possible for this to be considered a blocker for 3.6.0? Probably yes, thanks for the heads-up. Since we don't really have blockers, I added it to the 3.6 MAB's

Re: [Libreoffice-commits] .: 3 commits - basctl/source chart2/source cppcanvas/source cui/source dbaccess/source editeng/source filter/source framework/source package/source reportdesign/source scp2/s

2012-07-18 Thread Lubos Lunak
On Wednesday 18 of July 2012, Stephan Bergmann wrote: diff --git a/svx/source/form/filtnav.cxx b/svx/source/form/filtnav.cxx index 24a0b87..270b956 100644 --- a/svx/source/form/filtnav.cxx +++ b/svx/source/form/filtnav.cxx @@ -249,15 +249,15 @@ TYPEINIT1( FmFilterHint, SfxHint );

Re: [Libreoffice-commits] .: 3 commits - basctl/source chart2/source cppcanvas/source cui/source dbaccess/source editeng/source filter/source framework/source package/source reportdesign/source scp2/s

2012-07-18 Thread Stephan Bergmann
On 07/18/2012 02:56 PM, Lubos Lunak wrote: On Wednesday 18 of July 2012, Stephan Bergmann wrote: diff --git a/svx/source/form/filtnav.cxx b/svx/source/form/filtnav.cxx index 24a0b87..270b956 100644 --- a/svx/source/form/filtnav.cxx +++ b/svx/source/form/filtnav.cxx @@ -249,15 +249,15 @@

[Libreoffice-commits] .: Branch 'feature/remote' - sd/source

2012-07-18 Thread Andrzej J.R. Hunt
sd/source/ui/inc/Server.hxx|4 ++-- sd/source/ui/remotecontrol/Listener.cxx| 16 sd/source/ui/remotecontrol/Listener.hxx|2 +- sd/source/ui/remotecontrol/Receiver.cxx|2 +- sd/source/ui/remotecontrol/Receiver.hxx|2 +-

[Libreoffice-commits] .: extensions/source

2012-07-18 Thread Fridrich Strba
extensions/source/config/ldap/ldapaccess.cxx | 72 ++ extensions/source/config/ldap/wrapldapinclude.hxx |6 - 2 files changed, 64 insertions(+), 14 deletions(-) New commits: commit d391fe20a19393224900157414d9f1c6f731698a Author: Fridrich Å trba

[Libreoffice-commits] .: extensions/source

2012-07-18 Thread Fridrich Strba
extensions/source/config/ldap/wrapldapinclude.hxx |2 -- 1 file changed, 2 deletions(-) New commits: commit 36d506146c5fc812b71c0a2349bd84ba95e1c0d8 Author: Fridrich Å trba fridrich.st...@bluewin.ch Date: Wed Jul 18 15:19:41 2012 +0200 Remove unnecessary define Change-Id:

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

2012-07-18 Thread Markus Mohrhard
sc/inc/sc.hrc | 66 ++ sc/source/ui/navipi/navipi.src | 25 sc/source/ui/src/scstring.src | 254 + 3 files changed, 345 insertions(+) New commits: commit dc05a825e71316e6f602e5c8dfcd3d10ecb6252f Author: Markus Mohrhard

Re: leaked ODBC statement handles

2012-07-18 Thread Terrence Enger
I have let myself write quite a bit in-line. Meanwhile, here are the actual questions arising. (*) Do you agree that ODatabaseMetaDataResultSet ctor should warn if it does not get a statement handle? (*) Is there any value to a bug report at this stage? Thanks, Terry. On Wed, 2012-07-18

[Libreoffice-commits] Changes to 'feature/unitymenus'

2012-07-18 Thread Michael Meeks
New branch 'feature/unitymenus' available with the following commits: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] .: Branch 'feature/matrix-new-backend' - sc/source

2012-07-18 Thread Kohei Yoshida
sc/source/core/inc/interpre.hxx |2 sc/source/core/tool/interpr5.cxx | 103 +++ 2 files changed, 32 insertions(+), 73 deletions(-) New commits: commit f6e504023c6a98ac57d5ff19863bb66c99eddd43 Author: Kohei Yoshida kohei.yosh...@gmail.com Date: Wed Jul

[Libreoffice-commits] .: extensions/source

2012-07-18 Thread Fridrich Strba
extensions/source/config/ldap/ldapaccess.hxx | 27 extensions/source/config/ldap/wrapldapinclude.hxx | 46 -- 2 files changed, 26 insertions(+), 47 deletions(-) New commits: commit 79f15259bc117c27bfe8d1590836ef1565c49278 Author: Fridrich Å trba

Re: leaked ODBC statement handles

2012-07-18 Thread Lionel Elie Mamane
On Wed, Jul 18, 2012 at 09:55:21AM -0400, Terrence Enger wrote: (*) Do you agree that ODatabaseMetaDataResultSet ctor should warn if it does not get a statement handle? It never gets a statement handle as an argument, it allocates it by calling _pConnection-createStatementHandle(). If the

[Libreoffice-commits] .: extensions/source

2012-07-18 Thread Fridrich Strba
extensions/source/config/ldap/ldapaccess.cxx |2 +- extensions/source/config/ldap/ldapaccess.hxx | 19 --- 2 files changed, 1 insertion(+), 20 deletions(-) New commits: commit e1832ac55e11309815c1fd313fcef9868152fcd3 Author: Fridrich Å trba fridrich.st...@bluewin.ch Date:

[Libreoffice-commits] .: Branch 'feature/matrix-new-backend' - sc/source

2012-07-18 Thread Kohei Yoshida
sc/source/core/tool/scmatrix.cxx | 29 - 1 file changed, 16 insertions(+), 13 deletions(-) New commits: commit 5c37e5193616aefb51b10f6e997b43571a0a6eac Author: Kohei Yoshida kohei.yosh...@gmail.com Date: Wed Jul 18 10:43:32 2012 -0400 Slightly more efficient

[Libreoffice-commits] .: extensions/source

2012-07-18 Thread Fridrich Strba
extensions/source/config/ldap/ldapaccess.cxx |8 1 file changed, 4 insertions(+), 4 deletions(-) New commits: commit e42319c10adf709307c3eafb5bd73884633ecd91 Author: Fridrich Å trba fridrich.st...@bluewin.ch Date: Wed Jul 18 16:53:42 2012 +0200 Pointless nitpicking to

sorted_vector, constness, pointers, and structs

2012-07-18 Thread Noel Grandin
Hi So David and Stephan recommended that I make the accessor methods to o3tl::sorted_vector const in order to prevent clients from invalidating the sorted-ness of it. This works out fine when I'm storing pointers to something in the sorted_vector like this: struct SomeStruct { int xxx;

Re: [PATCH (partial)] Writer autocompletion feature

2012-07-18 Thread Jan Holesovsky
Hi Nico, On 2012-07-09 at 23:46 +0200, Nico Weyand wrote: Originally, I wanted to submit a patch to improve the writer autocompletion feature. However I won't have the time to finish it for the next two or three months, so I thought I'd submit what has already been finished in case anyone is

[Libreoffice-commits] .: sd/source

2012-07-18 Thread Takeshi Abe
sd/source/ui/slideshow/slideshowimpl.cxx |3 --- 1 file changed, 3 deletions(-) New commits: commit 16ea22333c85aa37699a4968bd3d5b4c8df9cb71 Author: Takeshi Abe t...@fixedpoint.jp Date: Wed Jul 18 21:19:20 2012 +0900 removed unused includes Change-Id:

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

2012-07-18 Thread Eike Rathke
sc/qa/unit/ucalc.cxx | 15 +++ sc/source/core/tool/interpr4.cxx | 15 +++ 2 files changed, 30 insertions(+) New commits: commit 123fa79cb24dced9adea7ef4d007a4516c1555d4 Author: Eike Rathke er...@redhat.com Date: Wed Jul 18 17:24:08 2012 +0200 unit

Re: [PATCH] cleaning before = assignment lotuswordpro/source/filter/xfilter/xfparastyle.cxx

2012-07-18 Thread Stephan Bergmann
On 07/17/2012 11:52 PM, julien2412 wrote: To sum up, it's very interesting but clearly it's too complicated for me. If you are interested in mastering C++, stuff like this (and much more) is well covered in the seminal books by Sutter (Exceptional C++, More Exceptional C++, etc.) and Meyers

Re: Statusbar items background

2012-07-18 Thread Jan Holesovsky
Hi Ruslan, On 2012-07-08 at 19:20 +0400, Ruslan Kabatsayev wrote: I'm trying to make statusbar items render correct window background under themselves, i.e. the background specified by theme. Attached is the experimental patch which I'd like to hear some comments on, namely: 1. How could I

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

2012-07-18 Thread Antonio Fernandez
framework/inc/classes/menumanager.hxx | 22 ++-- framework/inc/uielement/menubarmanager.hxx| 24 ++-- framework/inc/uielement/menubarmerger.hxx | 16 +- framework/source/classes/menumanager.cxx | 16 +- framework/source/uielement/menubarmanager.cxx | 32 ++---

[Libreoffice-commits] .: 6 commits - i18npool/qa sw/inc sw/qa sw/source

2012-07-18 Thread Caolán McNamara
i18npool/qa/cppunit/test_breakiterator.cxx | 94 ++--- sw/inc/hintids.hxx |2 sw/qa/core/swdoc-test.cxx | 20 ++ sw/source/core/crsr/crsrsh.cxx |6 - sw/source/core/edit/edlingu.cxx| 18

[Libreoffice-commits] .: smoketest/data

2012-07-18 Thread Michael Stahl
smoketest/data/Test_Ext.xml |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) New commits: commit 75b7d3dce610eb1d7a071d02800d5e3d0bec0898 Author: Michael Stahl mst...@redhat.com Date: Wed Jul 18 18:49:31 2012 +0200 smoketest: produce a better errror message when Java component

git branch audit ...

2012-07-18 Thread Michael Meeks
Hi guys, As I created a new git branch for some new work, I was interested to see a rather huge list of malingering branches out there. Even after a: git remote prune origin I get quite a lot of fluff that seems obsolete. I'd like to remove some of these branches if

Re: What is bibisect? And what is it doing in my office?

2012-07-18 Thread Robinson Tryon
On Tue, Jul 17, 2012 at 11:30 AM, Norbert Thiebaud nthieb...@gmail.com wrote: On Sun, Jul 15, 2012 at 4:39 PM, Robinson Tryon bishop.robin...@gmail.com wrote: Here's my first shot at bibisect integration into tinbuild2. Sorry, I've been afk for some time.. I'll be back soon. I took a quick

Patching our gerrit instance [was Re: [ANN] Please use Gerrit from now on for Patch Review]

2012-07-18 Thread Jan Holesovsky
Hi Bjoern, On 2012-07-02 at 18:44 +0200, Bjoern Michaelsen wrote: When I click Diff All Side-by-Side (or Diff All Unified), it shows me only the first file with a link to the (diff) of the next file. I expected to see the diff for *all* files on one page. That is much more convenient to

Re: git branch audit ...

2012-07-18 Thread David Tardon
Hi, On Wed, Jul 18, 2012 at 05:51:44PM +0100, Michael Meeks wrote: Hi guys, As I created a new git branch for some new work, I was interested to see a rather huge list of malingering branches out there. Even after a: git remote prune origin I get quite a lot of fluff

Re: sorted_vector, constness, pointers, and structs

2012-07-18 Thread Lubos Lunak
On Wednesday 18 of July 2012, Noel Grandin wrote: Hi So David and Stephan recommended that I make the accessor methods to o3tl::sorted_vector const in order to prevent clients from invalidating the sorted-ness of it. This works out fine when I'm storing pointers to something in the

Re: git branch audit ...

2012-07-18 Thread Kohei Yoshida
Hi Michael, On 07/18/2012 12:51 PM, Michael Meeks wrote: origin/feature/calc-multiline-input This was for last year's GSOC, and it's already (manually) merged back to the mainline. I will delete it soon (or you can, either way is fine with me). origin/feature/gsoc-calc-perf

[Libreoffice-commits] .: Branch 'feature/calc-multiline-input' - 0 commits -

2012-07-18 Thread Kohei Yoshida
Rebased ref, commits from common ancestor: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[PATCH] [REVIEW:3-5] horrible performance regression

2012-07-18 Thread Lionel Elie Mamane
On Tue, Jul 17, 2012 at 12:10:05AM +0200, Lionel Elie Mamane wrote: Please cherry-pick 0cda6605844ef68e45db7a7c05cc4d09ef2bc49a (http://cgit.freedesktop.org/libreoffice/core/commit/?id=0cda6605844ef68e45db7a7c05cc4d09ef2bc49a and patch also attached) to libreoffice-3-6 in time for rc2. I'll

Why does svtools::EditBrowseBox::IsCursorMoveAllowed paint?

2012-07-18 Thread Lionel Elie Mamane
Hi, Has anybody any clue why svtools::EditBrowseBox::IsCursorMoveAllowed needs to call rWindow.Paint()? It causes some pretty stupid behaviour in base, namely: 1) Open a big table (hundreds of rows) 2) Only the first 40 to 100 rows are fetched into the cache and shown (depending on screen /

Re: [Libreoffice-qa] Insulting comments in bug reports: what should we do?

2012-07-18 Thread Roman Eisele
Hello Alex and Olav, thank you for your answers! I have waited for a while in order to watch out if more people will reply, but now I take the silence as a kind of agreement to your answers. Am 15.07.12 23:04, schrieb Olav Dahlum: Seems like core developers, contributors, and others handle

Re: [Libreoffice-qa] Insulting comments in bug reports: what should we do?

2012-07-18 Thread Alexander Thurgood
Hi Roman, Le 18/07/12 18:42, Roman Eisele a écrit : This is a good consideration, too, and implies that the best thing to do may be just to ignore insulting comments completely and to continue with the real work. Maybe this is the best way to proceed for now, but I am not sure; I still

Re: [Libreoffice-qa] Insulting comments in bug reports: what should we do?

2012-07-18 Thread Olav Dahlum
2012/7/18 Alexander Thurgood alex.thurg...@gmail.com Hi Roman, Le 18/07/12 18:42, Roman Eisele a écrit : This is a good consideration, too, and implies that the best thing to do may be just to ignore insulting comments completely and to continue with the real work. Maybe this is the

[Libreoffice-bugs] [Bug 47957] dung out laughable cui color options code ...

2012-07-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47957 Uray M. János uray.ja...@gmail.com changed: What|Removed |Added Status|NEW |ASSIGNED --

[Libreoffice-bugs] [Bug 52144] UI: [DE] Missing hyphens in about dialog

2012-07-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52144 Thomas Glatt feartheb...@gmx.de changed: What|Removed |Added AssignedTo|libreoffice-b...@lists.free |andre.schna...@gmx.net

[Libreoffice-bugs] [Bug 51239] A double-plus-more extremely slow search/browse table in embedded HSQLDB since 3.5.5/3.6.0.beta

2012-07-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51239 Lionel Elie Mamane lio...@mamane.lu changed: What|Removed |Added Summary|An extremely slow |A double-plus-more

[Libreoffice-bugs] [Bug 52222] New: FILEOPEN: Crash by opening docx file

2012-07-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=5 Bug #: 5 Summary: FILEOPEN: Crash by opening docx file Classification: Unclassified Product: LibreOffice Version: 3.5.4 release Platform: Other OS/Version: All

[Libreoffice-bugs] [Bug 45785] [RFE, FORMATTING] Permit aligning text vertically in text zones

2012-07-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45785 bfoman bfo.bugm...@spamgourmet.com changed: What|Removed |Added Severity|normal |enhancement

[Libreoffice-bugs] [Bug 45800] : soffice.bin segfault error 4 in libvclli.so

2012-07-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45800 bfoman bfo.bugm...@spamgourmet.com changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO

[Libreoffice-bugs] [Bug 45802] LibreOffice fails to update cell reference field after changing between A1/R1C1

2012-07-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45802 bfoman bfo.bugm...@spamgourmet.com changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 52170] An extremely slow search/browse table in embedded HSQLDB

2012-07-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52170 --- Comment #1 from Lionel Elie Mamane lio...@mamane.lu 2012-07-18 08:22:51 PDT --- So, in my development tree, *after* bug 51239 is fixed, it takes more than 350 seconds to move to the last row of the table. reproduction file:

[Libreoffice-bugs] [Bug 52223] New: IDE: Object catalog mismanages frames

2012-07-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52223 Bug #: 52223 Summary: IDE: Object catalog mismanages frames Classification: Unclassified Product: LibreOffice Version: 3.6.0.1 rc Platform: Other OS/Version: All

[Libreoffice-bugs] [Bug 52224] New: Help -- About does not show expected dialog box and it blocks further use of the application

2012-07-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52224 Bug #: 52224 Summary: Help -- About does not show expected dialog box and it blocks further use of the application Classification: Unclassified Product: LibreOffice Version:

[Libreoffice-bugs] [Bug 52223] IDE: Object catalog mismanages frames

2012-07-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52223 --- Comment #1 from pierre-yves samyn pierre-yves.sa...@laposte.net 2012-07-18 08:30:11 PDT --- Created attachment 64345 -- https://bugs.freedesktop.org/attachment.cgi?id=64345 Screenshot after step 7 -- Configure bugmail:

[Libreoffice-bugs] [Bug 45884] LibreOffice does not understand scale value with style:rel-width and style:rel-height

2012-07-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45884 bfoman bfo.bugm...@spamgourmet.com changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO

[Libreoffice-bugs] [Bug 52170] An extremely slow search/browse table in embedded HSQLDB

2012-07-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52170 --- Comment #2 from Lionel Elie Mamane lio...@mamane.lu 2012-07-18 08:36:40 PDT --- 3.5.5.rc1 (official packages): 130s LibreOffice 3.3.4: 300s with OpenJDK 6b24-1.11.1-6, but that's probably because of bug 35023 -- Configure bugmail:

[Libreoffice-bugs] [Bug 45954] PRINTING: Horizontal white lines appear at image edges on printout or pdf export of attached document

2012-07-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45954 bfoman bfo.bugm...@spamgourmet.com changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO

[Libreoffice-bugs] [Bug 52224] Help -- About does not show expected dialog box and it blocks further use of the application

2012-07-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52224 --- Comment #1 from Naipaul Ojar naipaul_o...@hotmail.com 2012-07-18 08:45:51 PDT --- Dear all, I have resolved the issue !! My machine was configured for dual screens at work, but I did not disconnect the 2nd screen definition while away from

[Libreoffice-bugs] [Bug 52225] New: Greek symbols have switched back to non-italic

2012-07-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52225 Bug #: 52225 Summary: Greek symbols have switched back to non-italic Classification: Unclassified Product: LibreOffice Version: 3.5.4 release Platform: Other OS/Version: All

[Libreoffice-bugs] [Bug 52224] Help -- About does not show expected dialog box and it blocks further use of the application

2012-07-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52224 Naipaul Ojar naipaul_o...@hotmail.com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Libreoffice-bugs] [Bug 45972] Trying to insert OLE OfficeLibre drawing breaks all graphics inserted into Text (.odt) docs

2012-07-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45972 bfoman bfo.bugm...@spamgourmet.com changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 45977] Sometimes it is not possible to select cells to enter into formula by mouse click

2012-07-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45977 bfoman bfo.bugm...@spamgourmet.com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Libreoffice-bugs] [Bug 51327] EDITING: ctrl+shift+left/right arrow doesn't select previous/next word

2012-07-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51327 --- Comment #2 from Pierre Le Magourou lemag...@gmail.com 2012-07-18 08:55:36 PDT --- In fact, I have checked with xev and it was a problem with my window manager. ctrl+shift+left/right combination was a keyboard shortcut. Sorry for this bug, I

[Libreoffice-bugs] [Bug 45981] : Crash when moving a tab

2012-07-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45981 bfoman bfo.bugm...@spamgourmet.com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Libreoffice-bugs] [Bug 52170] An extremely slow search/browse table in embedded HSQLDB

2012-07-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52170 --- Comment #3 from Lionel Elie Mamane lio...@mamane.lu 2012-07-18 08:56:17 PDT --- 3.5.5 final: 120s 3.5.4 rc2 (=final): 120s Hmm... we need a test comparing 3.3.x with JRE 1.6.22 and 3.5.4 with JRE 1.6.24 or older. My slower on dev tree

[Libreoffice-bugs] [Bug 45983] Saved .doc (and .docx) documents refuse to be opened in WinWord

2012-07-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45983 bfoman bfo.bugm...@spamgourmet.com changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 52226] New: images shows read-error (Libreoffice Writer, Calc, potentially Impress)

2012-07-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52226 Bug #: 52226 Summary: images shows read-error (Libreoffice Writer, Calc, potentially Impress) Classification: Unclassified Product: LibreOffice Version: 3.5.3 release

[Libreoffice-bugs] [Bug 52222] FILEOPEN: Crash by opening docx file

2012-07-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=5 Christopher M. Penalver christopher.penal...@gmx.com changed: What|Removed |Added Platform|Other

[Libreoffice-bugs] [Bug 52196] Conditional formatting | unable to select condition from other sheet

2012-07-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52196 Markus Mohrhard markus.mohrh...@googlemail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Libreoffice-bugs] [Bug 52223] IDE: Object catalog mismanages frames

2012-07-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52223 Andras Timar tima...@gmail.com changed: What|Removed |Added CC||uray.ja...@gmail.com

  1   2   >