Re: Feature comparison: LibreOffice - Microsoft Office in the Wiki

2012-07-16 Thread julien2412
Hi Gérard, You're right, I must have confounded with another thing. I've updated the wiki page. Thanks ! :-) -- View this message in context: http://nabble.documentfoundation.org/Feature-comparison-LibreOffice-Microsoft-Office-in-the-Wiki-tp3995567p3995711.html Sent from the Dev mailing list

problems with drawing an Edit

2012-07-16 Thread Markus Mohrhard
Hey, I'm currently struggling a bit with the vcl drawing code for an Edit. My problem is that as soon as I see the background color of the edit it is no drawn quite ugly because the border is drawn first and then the background color is drawn. The problem is in line

[Libreoffice-commits] .: 3 commits - extras/source icon-themes/galaxy instsetoo_native/util

2012-07-16 Thread Stefan Knorr
extras/source/templates/layout/Vintage.otp |binary icon-themes/galaxy/brand/flat_logo.svg | 103 icon-themes/galaxy/brand/intro.png |binary icon-themes/galaxy/brand/shell/backing_left.png |binary

dogfooding gerrit tooling

2012-07-16 Thread Bjoern Michaelsen
Hi all, I updated the gerrit tooling (and rewrote it in python), which now syncs the dev-tools repository from freedesktop to gerrit. As the gerritbot tooling itself is in the gerritbot directory of that repo, people can now also easily suggest changes to the tooling via gerrit. Best, Bjoern

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

2012-07-16 Thread David Tardon
On Sat, Jul 14, 2012 at 07:04:07AM -0700, julien2412 wrote: Hello, Keeping on slowly reading Bjarne Stroustrup's C++ book, I read that for = operator functions, we must delete/free the members before = assignment (which must copy). Yes. Additionally, we must guard against self-assignment,

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

2012-07-16 Thread David Tardon
svtools/source/control/tabbar.cxx| 42 --- vcl/inc/vcl/salnativewidgets.hxx |5 --- vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx |6 3 files changed, 7 insertions(+), 46 deletions(-) New commits: commit

Re: [PATCH][PUSHED] Undo Calc TabBar items native rendering

2012-07-16 Thread David Tardon
On Mon, Jul 16, 2012 at 02:33:51AM +0400, Ruslan Kabatsayev wrote: Hello, As my commit 17ea32a1a36d81a0a12df12adbe15e8eaf1c7c62 breaks tab coloring functionality, and there's no good enough way to fix it, plus it is likely to break Windows tabbar items look, this patch reverts that commit.

The right tool for the job!? -- was Re: gerrit for 3-6, LibreOffice gerrit bot wrong Merged status

2012-07-16 Thread David Ostrovsky
Hi Bjoern, On 16.07.2012 02:45, Bjoern Michaelsen wrote: On Sun, Jul 15, 2012 at 10:53:42PM +0200, David Ostrovsky wrote: Huh?! What is that for? it makes no sense for me to simultaneously submit to gerrit and to push directly to master (and thus bypass gerrit). Yes, it does make sense. You

[Libreoffice-commits] .: 3 commits - offapi/com sw/inc sw/source writerfilter/source xmloff/inc xmloff/source

2012-07-16 Thread Miklos Vajna
offapi/com/sun/star/text/textfield/Annotation.idl |5 + sw/inc/docufld.hxx|4 +++- sw/inc/unoprnms.hxx |4 +++- sw/source/core/fields/docufld.cxx | 17 ++---

Re: [PUSHED 3-6] fdo#45355 crashes in windows text layout for complex scripts

2012-07-16 Thread Miklos Vajna
On Sat, Jul 14, 2012 at 01:28:59PM +0100, Caolán McNamara caol...@redhat.com wrote: So I propose b3ec98dea6e59dcc0c94aeece0e4f8e35430a86a for 3-6 which fixes that. Marking as pushed, seemd Andras already picked this one. ___ LibreOffice mailing list

[PUSHED] fix for fdo#51834, disable edit field for min and max type

2012-07-16 Thread Fridrich Strba
Thanks, pushed Cheers F. On 16/07/12 04:28, Markus Mohrhard wrote: Hey, [1] prevents that the edit field is enabled as long as the selected type is min or max. For min and max the value is automatically calculated based on the selected range. Regards, Markus [1]

[PUSHED] fix for fdo#51831, use correct entry to check for max value

2012-07-16 Thread Fridrich Strba
On 16/07/12 04:31, Markus Mohrhard wrote: Hey, [1] fixes a copypaste error that results in the max value not being correctly checked. The value has been applied correctly so that the bug only is visible in the case of min being = 0. Regards, Markus [1]

[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-07-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Jean-Baptiste Faure jbf.fa...@orange.fr changed: What|Removed |Added Depends on||51859 ---

Re: The right tool for the job!? -- was Re: gerrit for 3-6, LibreOffice gerrit bot wrong Merged status

2012-07-16 Thread Bjoern Michaelsen
Hi, On Mon, Jul 16, 2012 at 09:45:36AM +0200, David Ostrovsky wrote: i am afraid, that you just try to translate your current (old) workflow and try to (re)-shape the new tool to match it. My understanding was (and is) that new tool requires new thinking, new approach and ... yes new

[Libreoffice-commits] .: 2 commits - sd/qa sw/qa

2012-07-16 Thread Michael Stahl
sd/qa/unit/regression-test.cxx |2 +- sw/qa/extras/ooxmlimport/ooxmlimport.cxx | 12 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) New commits: commit e35246c71ff08167e430d7e113cb139fe210e23c Author: Michael Stahl mst...@redhat.com Date: Mon Jul 16 10:29:11 2012

[Libreoffice-commits] .: sal/qa

2012-07-16 Thread Stephan Bergmann
sal/qa/rtl/strings/test_oustring_compare.cxx | 13 + 1 file changed, 13 insertions(+) New commits: commit 4ad006fc76b0f7fdd267c64fc868aaf63e281a31 Author: Stephan Bergmann sberg...@redhat.com Date: Mon Jul 16 10:35:53 2012 +0200 Confusing behavior of cmopareToAscii overloads

Re: Question about OUString::compareToAscii

2012-07-16 Thread Stephan Bergmann
On 07/13/2012 11:37 PM, Christophe JAILLET wrote: Le 13/07/2012 23:17, Lubos Lunak a écrit : according to my understanding, OUString::compareToAscii(RTL_CONSTASCII_STRINGPARAM(A string)) gives compareAsciiL - the L means it gets the string length from the macro I was speaking about

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

2012-07-16 Thread Fridrich Strba
sc/source/ui/condformat/colorformat.cxx |2 - sc/source/ui/condformat/condformatdlg.cxx | 40 ++ sc/source/ui/inc/condformatdlg.hxx|1 3 files changed, 42 insertions(+), 1 deletion(-) New commits: commit 1f6bf7bc65e9b88679bab6b46da3089ac9812c48

License statement

2012-07-16 Thread János Uray
License statement All my current and past contributions made to the LibreOffice project are done under MPL1.1+ / GPLv3+ / LGPLv3+. Until further notice, all my future contributions to the LibreOffice project are available under MPL1.1+ / GPLv3+ / LGPLv3+. Uray M. János

Re: Impress test is now working in master

2012-07-16 Thread Thorsten Behrens
Markus Mohrhard wrote: Luckily and unexpected this did not occure so we I think we can suppose we can now use the new sd regression-test with more documents to prevent regressions in impress import and impress rendering. Thanks a whole lot - you guys rock!!! -- Thorsten pgpsv7bNSYaEZ.pgp

Re: [Libreoffice] [GSoC 2012][svg export filter] Weekly Report #8

2012-07-16 Thread Michael Meeks
Hi Marco, On Sun, 2012-07-15 at 18:20 +0200, Marco Cecchetti wrote: You can download a sample presentation here: https://docs.google.com/open?id=0BwS_9-CU4098bkY4bG51aHJMUkk In order to download the zip files click on the Download item under the File menu. I'm always interested in

Re: Strange line in sal/osl/unx/profile.c

2012-07-16 Thread Stephan Bergmann
On 07/14/2012 01:01 AM, julien2412 wrote: Cppcheck reported this : [sal/osl/unx/profile.c:1306] - [sal/osl/unx/profile.c:1306]: (style) Same expression on both sides of '|' 1306 if ( Flags (osl_Profile_WRITELOCK | osl_Profile_WRITELOCK ) ) 1307 { 1308

licence

2012-07-16 Thread Túri István
Greetings,I#39;m István Túri and I#39;m a trainee at Novell Hungary.All my current and past contributions made to the LibreOffice projectare done under MPL1.1+ / GPLv3+ / LGPLv3+.Until further notice, all my future contributions to the LibreOfficeproject are available under MPL1.1+ / GPLv3+ /

Re: Code documentation

2012-07-16 Thread Thorsten Behrens
Jean-Tiare LE BIGOT wrote: I'm new to LibreOffice code base and I'm working on one of the easy hacks to get started. It seems that most functions are note documented. Is that OK if I add some doxygen style comments ? Hi Jean-Tiare, yes, that would be awesome - If this is OK, where should I

Re: Gtk-WARNING **: /opt/libreoffice3.6/program/../ure-link/lib/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by /usr/lib/i386-linux-gnu/gtk-2.0/2.10.0/engines/liboxygen-gtk.so)

2012-07-16 Thread Michael Meeks
On Sat, 2012-07-14 at 15:46 +0300, Nikola Yanev wrote: I have already tried that,but then it just won't start. No error is thrown in the terminal. Great report then :-) it'd be good to debug the version without the legacy libstdc++ installed. Getting an strace -f of the startup there

Re: Code documentation

2012-07-16 Thread Lubos Lunak
On Sunday 15 of July 2012, Jean-Tiare LE BIGOT wrote: I'm new to LibreOffice code base and I'm working on one of the easy hacks to get started. It seems that most functions are note documented. Is that OK if I add some doxygen style comments ? It's most welcome. Just note that some functions

[Libreoffice-commits] .: cppuhelper/inc cui/source

2012-07-16 Thread Michael Meeks
cppuhelper/inc/cppuhelper/interfacecontainer.h |2 cui/source/inc/cuires.hrc |1 cui/source/options/treeopt.cxx | 70 - cui/source/options/treeopt.src |1 4 files changed, 2 insertions(+), 72

[PATCH] Replaced all calls to deprecated function ImplDelData::IsDel...

2012-07-16 Thread Gerrit
From Jesso Clarence Murugan developer.je...@gmail.com: Jesso Clarence Murugan has uploaded a new change for review. Change subject: Replaced all calls to deprecated function ImplDelData::IsDelete() .. Replaced all calls to

[Review 3-6] Fix for fdo#45260

2012-07-16 Thread Muthu Subramanian K
Hi, It would be nice to have the fix for fdo#45260 on 3.6, if possible, please? http://cgit.freedesktop.org/libreoffice/core/commit/?id=e647cc9d895005c5bed2fec98c73ca28ccd925ae Thanks! Muthu Subramanian ___ LibreOffice mailing list

Re: [Libreoffice] Windows ; small program that inject dll in LibreOffice Quickstarter in order to improve component start time

2012-07-16 Thread Michael Meeks
On Sat, 2012-07-14 at 10:00 +0100, Caolán McNamara wrote: Quickstarter. It inject dll used by Writer and Calc in order to improve the first start of those tools (if they aren't start too late after the dll were injected). ... So here is the bug :

Re: shiny uno version, events / signals / slots

2012-07-16 Thread Michael Meeks
On Fri, 2012-07-13 at 16:52 +0200, Stephan Bergmann wrote: ...where DECL_LINK is independent of UNO True - but is a horror ;-) Right, what you save compared to current UNO is that on the listener's end you do not need to explicitly implement a specific UNO interface (instead, you

[REVIEW-3-6] fix for fdo#51859, navigator does not see any comments

2012-07-16 Thread Markus Mohrhard
Hey, [1] is a simple fix for the bug report. i just forgot to add the line back in when I reworked the notes storage. Regards, Markus [1] http://cgit.freedesktop.org/libreoffice/core/commit/?id=2042b2ea78f68063fb8f0f6e2b59b8962bcbef57 ___ LibreOffice

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

2012-07-16 Thread Fridrich Strba
sd/source/ui/view/sdview2.cxx |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) New commits: commit c35c4769d8cabe0f01ef9911056d7a9d1d2f4b04 Author: Muthu Subramanian sumu...@suse.com Date: Thu Jul 12 19:03:47 2012 +0530 fdo#45260: Objects having line thickness misplaced while

Re: [Review 3-6] Fix for fdo#45260

2012-07-16 Thread Fridrich Strba
Thanks, cherry-picked F. On 16/07/12 11:30, Muthu Subramanian K wrote: Hi, It would be nice to have the fix for fdo#45260 on 3.6, if possible, please? http://cgit.freedesktop.org/libreoffice/core/commit/?id=e647cc9d895005c5bed2fec98c73ca28ccd925ae Thanks! Muthu Subramanian

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

2012-07-16 Thread Fridrich Strba
sc/source/ui/navipi/content.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 409ac385ad29bec0167c3b6f6119b24d4f5409bf Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Thu Jul 12 09:03:37 2012 +0200 show comments in the navigator, fdo#51859

[PUSHED-3-6] fix for fdo#51859, navigator does not see any comments

2012-07-16 Thread Fridrich Strba
Cherry-picked to 3-6 Thanks F. On 16/07/12 11:59, Markus Mohrhard wrote: Hey, [1] is a simple fix for the bug report. i just forgot to add the line back in when I reworked the notes storage. Regards, Markus [1]

[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-07-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Bug 6 depends on bug 51859, which changed state. Bug 51859 Summary: UI: the navigator does not see any comments https://bugs.freedesktop.org/show_bug.cgi?id=51859 What|Old Value |New Value

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-07-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Bug 37361 depends on bug 45260, which changed state. Bug 45260 Summary: EDITING: Pasted object not same position w.r.t. original object if border thickness greater 0 https://bugs.freedesktop.org/show_bug.cgi?id=45260 What|Old

[Libreoffice-commits] .: sal/qa

2012-07-16 Thread Michael Meeks
sal/qa/rtl/strings/test_oustring_compare.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 0dde6d4a2d14dcb09187d476c4fbb80b6e008315 Author: Michael Meeks michael.me...@suse.com Date: Mon Jul 16 11:19:34 2012 +0100 fix 32bit build wrt. int vs. sal_Int32

[Libreoffice-commits] .: chart2/source connectivity/source cppuhelper/test cpputools/source cui/source extensions/source filter/source framework/source package/source reportdesign/source scripting/sou

2012-07-16 Thread Michael Meeks
chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx | 20 connectivity/source/commontools/AutoRetrievingBase.cxx|2 connectivity/source/drivers/odbcbase/OStatement.cxx |2 connectivity/source/parse/sqliterator.cxx

[Libreoffice-commits] .: extensions/Library_ldapbe2.mk extensions/source

2012-07-16 Thread Fridrich Strba
extensions/Library_ldapbe2.mk | 18 +++ extensions/source/config/ldap/ldapaccess.cxx| 95 extensions/source/config/ldap/ldapaccess.hxx| 35 --- extensions/source/config/ldap/ldapuserprofilebe.cxx |1 4 files changed, 39

[Libreoffice-commits] .: extensions/source

2012-07-16 Thread Fridrich Strba
extensions/source/config/ldap/ldapaccess.cxx | 12 ++-- extensions/source/config/ldap/wrapldapinclude.hxx |2 ++ 2 files changed, 8 insertions(+), 6 deletions(-) New commits: commit 1d1e7313ab076c919ce1bd095bac07480cea392f Author: Fridrich Å trba fridrich.st...@bluewin.ch

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

2012-07-16 Thread Michael Meeks
vcl/inc/svdata.hxx |1 vcl/source/app/help.cxx|2 - vcl/source/app/svapp.cxx |2 - vcl/source/control/button.cxx | 18 +++--- vcl/source/control/ctrl.cxx|4 +-- vcl/source/control/lstbox.cxx |2 - vcl/source/window/dialog.cxx | 10

[Libreoffice-commits] .: extensions/source

2012-07-16 Thread Fridrich Strba
extensions/source/config/ldap/wrapldapinclude.hxx |1 + 1 file changed, 1 insertion(+) New commits: commit a42dba8723a191e1677211d3924a318a1d5a9166 Author: Fridrich Å trba fridrich.st...@bluewin.ch Date: Mon Jul 16 12:48:47 2012 +0200 define CONST_PCHAR_CAST for openldap case too

[Libreoffice-commits] .: dictionaries/hu_HU

2012-07-16 Thread Andras Timar
dictionaries/hu_HU/help/en/help.tree |3 +++ dictionaries/hu_HU/makefile.mk |2 ++ 2 files changed, 5 insertions(+) New commits: commit f43414bb4f11b1cab45dac0cfd14315f9363b2f1 Author: Andras Timar ati...@suse.com Date: Sun Jul 15 18:07:50 2012 +0200 re-add help.tree to

[Libreoffice-commits] .: dictionaries/hu_HU

2012-07-16 Thread Andras Timar
dictionaries/hu_HU/help/hu/help.tree |9 + 1 file changed, 9 insertions(+) New commits: commit 7e39825881960213866314e892a5208b98d60a9f Author: Andras Timar ati...@suse.com Date: Mon Jul 16 12:54:05 2012 +0200 re-add help.tree to Hungarian dict help (hu only)

[Libreoffice-commits] .: 2 commits - Makefile.top ooo.lst.in openldap/makefile.mk openldap/openldap-2.4.31.patch openldap/prj

2012-07-16 Thread Fridrich Strba
Makefile.top |1 ooo.lst.in |1 openldap/makefile.mk | 69 + openldap/openldap-2.4.31.patch | 50 + openldap/prj/build.lst |3 + openldap/prj/d.lst

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

2012-07-16 Thread Andras Timar
extras/source/templates/layout/Vintage.otp |binary 1 file changed New commits: commit 7bc033b1675da90fbc06d182dbe5d1d0bbb3f5cc Author: Stefan Knorr (astron) heinzless...@gmail.com Date: Mon Jul 16 02:13:47 2012 +0200 Fix typo in template name: VIntage to Vintage Verify via File

[PATCH] fdo#51966 Format brush tool moves selection anchor to a rand...

2012-07-16 Thread Gerrit
From Faisal al-otaibi fmalota...@kacst.edu.sa: Faisal al-otaibi has uploaded a new change for review. Change subject: fdo#51966 Format brush tool moves selection anchor to a random cell .. fdo#51966 Format brush tool moves

[PATCH] Font-Size-Enlarge-And-Reduce-Shortcut

2012-07-16 Thread Gerrit
From abdulmageed ahmed aalabdulraz...@kacst.edu.sa: abdulmageed ahmed has uploaded a new change for review. Change subject: Font-Size-Enlarge-And-Reduce-Shortcut .. Font-Size-Enlarge-And-Reduce-Shortcut I added the enlarg

[Libreoffice-commits] .: cui/source

2012-07-16 Thread Jan Holesovsky
cui/source/dialogs/about.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 8722e6f55b3625fb410f1aedf40ed8d0eb2612f0 Author: Jan Holesovsky ke...@suse.cz Date: Mon Jul 16 14:31:55 2012 +0200 About dialog: Forgot to Show() the image when present. Change-Id:

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

2012-07-16 Thread Andras Timar
cui/source/dialogs/about.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit ede7e6e18ceb6f48b5e4d2c8a8c770670b1cbf55 Author: Jan Holesovsky ke...@suse.cz Date: Mon Jul 16 14:31:55 2012 +0200 About dialog: Forgot to Show() the image when present. Change-Id:

Re: [GSoC 2012][Collaboration] status, ideas

2012-07-16 Thread Michael Meeks
Hi Matus, On Sat, 2012-07-14 at 19:49 +0200, Matúš Kukan wrote: I've pushed 10 more patches, all because I wanted to do the last one - inviting people into MUC. Sounds really good :-) - Inviting contacts is possible. This seem to work. I also played with .service and .client files

[PATCH] nss: upgrade to 3.13.5

2012-07-16 Thread Gerrit
From Michael Stahl mst...@redhat.com: Michael Stahl has uploaded a new change for review. Change subject: nss: upgrade to 3.13.5 .. nss: upgrade to 3.13.5 - drop nss-linux3.patch, builds out of the box on Linux 3.x now - drop

[PATCH] nss: no need to care about STLPort include paths

2012-07-16 Thread Gerrit
From Michael Stahl mst...@redhat.com: Michael Stahl has uploaded a new change for review. Change subject: nss: no need to care about STLPort include paths .. nss: no need to care about STLPort include paths Change-Id:

[Libreoffice-commits] .: sfx2/source

2012-07-16 Thread Andras Timar
sfx2/source/appl/shutdowniconw32.cxx |7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) New commits: commit 34ebc821d9942641c256157ada9f817338832711 Author: Andras Timar ati...@suse.com Date: Mon Jul 16 15:03:46 2012 +0200 fdo#52143 use Unicode functions for QuickStarter

[Libreoffice-commits] .: configmgr/source

2012-07-16 Thread Stephan Bergmann
configmgr/source/components.hxx |1 - 1 file changed, 1 deletion(-) New commits: commit 45c8db7ec89978029db2027585da986794971f7c Author: Stephan Bergmann sberg...@redhat.com Date: Mon Jul 16 13:51:43 2012 +0200 Unused include Change-Id:

Re: [GSoC 2012][Collaboration] status, ideas

2012-07-16 Thread Eike Rathke
Hi Matúš, On Saturday, 2012-07-14 19:49:29 +0200, Matúš Kukan wrote: This may be a little longer because it's still not clear how the telepathy framework should work. If you have detailed questions I suggest you /join #telepathy on freenode. I've pushed 10 more patches, all because I wanted

[Libreoffice-commits] .: 2 commits - cui/source icon-themes/galaxy icon-themes/human icon-themes/industrial icon-themes/oxygen svx/inc svx/source vcl/unx

2012-07-16 Thread Caolán McNamara
cui/source/dialogs/cuigaldlg.cxx|6 - cui/source/dialogs/gallery.src |5 - cui/source/inc/gallery.hrc |1 dev/null|binary svx/inc/gallery.hrc |1 svx/inc/svx/gallery1.hxx|9 --

[Bug 44446] LibreOffice 3.6 most annoying bugs

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

[Libreoffice-commits] .: sdext/source

2012-07-16 Thread Michael Meeks
sdext/source/presenter/PresenterScreen.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit d2b711ecb47e0a0701a1a72896a3148417820a84 Author: Michael Meeks michael.me...@suse.com Date: Mon Jul 16 14:16:41 2012 +0100 fdo#521512 - fix presenter console

[Bug 44446] LibreOffice 3.6 most annoying bugs

2012-07-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6 Bug 6 depends on bug 52152, which changed state. Bug 52152 Summary: display switching is broken https://bugs.freedesktop.org/show_bug.cgi?id=52152 What|Old Value |New Value

[PATCH-3-6] fdo#52152 fix display switcher snafu ...

2012-07-16 Thread Michael Meeks
This fixes some breakage of my own creation in the PresenterConsole display switcher button: Review appreciated :-) Thanks, Michael. -- michael.me...@suse.com , Pseudo Engineer, itinerant idiot From d2b711ecb47e0a0701a1a72896a3148417820a84 Mon Sep 17

[Libreoffice-commits] .: sc/source

2012-07-16 Thread Markus Mohrhard
sc/source/core/data/table3.cxx |5 + 1 file changed, 5 insertions(+) New commits: commit ab9b5639b23ab5db93357bd076b65adea1b6e8b6 Author: Markus Mohrhard markus.mohrh...@googlemail.com Date: Mon Jul 16 08:43:24 2012 +0200 correct but ugly fix for i#118877 This fix is

Re: [GSoC 2012][Collaboration] status, ideas

2012-07-16 Thread Eike Rathke
Hi Michael, On Monday, 2012-07-16 13:57:47 +0100, Michael Meeks wrote: Also, what's not intuitive is that, when you select a contact and press Collaborate, the account to which the contact belongs to is connecting to libor...@conference.jabber.org. So not the contact you see in the

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

2012-07-16 Thread Fridrich Strba
sfx2/source/appl/shutdowniconw32.cxx |7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) New commits: commit dd57301eef0d99943672da7fc3d453ee3db4ad6e Author: Andras Timar ati...@suse.com Date: Mon Jul 16 15:03:46 2012 +0200 fdo#52143 use Unicode functions for QuickStarter

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

2012-07-16 Thread Fridrich Strba
sdext/source/presenter/PresenterScreen.cxx |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 9f4ebaa5a0b299eb0637f7910632b04191b211c0 Author: Michael Meeks michael.me...@suse.com Date: Mon Jul 16 14:16:41 2012 +0100 fdo#521512 - fix presenter console

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

2012-07-16 Thread Fridrich Strba
sfx2/source/appl/shutdowniconw32.cxx |7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) New commits: commit 827fb8662c6e7c8ca6db83cdf5dcd1fdd17dd411 Author: Andras Timar ati...@suse.com Date: Mon Jul 16 15:03:46 2012 +0200 fdo#52143 use Unicode functions for QuickStarter

Re: [GSoC 2012][Collaboration] status, ideas

2012-07-16 Thread Matúš Kukan
Hi Eike, Michael, On 16 July 2012 15:34, Eike Rathke er...@redhat.com wrote: Hi Michael, On Monday, 2012-07-16 13:57:47 +0100, Michael Meeks wrote: Also, what's not intuitive is that, when you select a contact and press Collaborate, the account to which the contact belongs to is

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - hsqldb/patches

2012-07-16 Thread Miklos Vajna
hsqldb/patches/jdbc-4.1.patch | 87 -- 1 file changed, 67 insertions(+), 20 deletions(-) New commits: commit 287e9723486ab306444a9f4f396f1df01a307993 Author: Lionel Elie Mamane lio...@mamane.lu Date: Thu Jul 12 13:07:03 2012 +0200 fix hsqldb java

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - wizards/com

2012-07-16 Thread Miklos Vajna
wizards/com/sun/star/wizards/db/SQLQueryComposer.java | 33 +- 1 file changed, 24 insertions(+), 9 deletions(-) New commits: commit 6a7c0710cc063912d912cc95b10415bc717a241f Author: Lionel Elie Mamane lio...@mamane.lu Date: Thu Jul 12 23:23:03 2012 +0200 fdo#50800

[Libreoffice-commits] .: 2 commits - cppu/CppunitTest_cppu_checkapi.mk cppu/CustomTarget_cppu_allheaders.mk cppuhelper/CppunitTest_cppuhelper_checkapi.mk cppuhelper/CustomTarget_cppuhelper_allheaders.

2012-07-16 Thread Lubos Lunak
cppu/CppunitTest_cppu_checkapi.mk| 55 +++ cppu/CustomTarget_cppu_allheaders.mk | 49 cppu/Module_cppu.mk |2 cppu/qa/checkapi/strings.cxx | 30

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

2012-07-16 Thread Lubos Lunak
On Thursday 12 of April 2012, Lubos Lunak wrote: Hello, would somebody see a problem with this? sal/inc/rtl/ustring.hxx : +#ifdef RTL_AUTOMATIC_USING +using ::rtl::OUString; +using ::rtl::OStringToOUString; +using ::rtl::OUStringToOString; +#endif I seriously doubt there will ever

[Libreoffice-commits] .: wizards/com

2012-07-16 Thread Lionel Elie Mamane
wizards/com/sun/star/wizards/db/SQLQueryComposer.java |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit a201316b839c00fe5f8305150cf2ccba548a2868 Author: Lionel Elie Mamane lio...@mamane.lu Date: Mon Jul 16 16:09:07 2012 +0200 reuse computed curFieldName

[PUSHED-3-6] fdo#52152 fix display switcher snafu ...

2012-07-16 Thread Fridrich Strba
Pushed to 3-6. Thanks a lot, Michael, for your contribution. We are looking forward to more patches from you. You will not regret getting involved with LibreOffice. Cheers F. On 16/07/12 15:20, Michael Meeks wrote: This fixes some breakage of my own creation in the PresenterConsole

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - wizards/com

2012-07-16 Thread Andras Timar
wizards/com/sun/star/wizards/ui/event/AbstractListener.java |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit 7a6d40a99b44f7693d054ca25f2ba2327c64767c Author: Lionel Elie Mamane lio...@mamane.lu Date: Fri Jul 13 00:39:56 2012 +0200 openoffice.org -

Change in core[libreoffice-3-6]: openoffice.org - libreoffice.org

2012-07-16 Thread Gerrit
From Björn Michaelsen bjoern.michael...@canonical.com: Björn Michaelsen has abandoned this change. Change subject: openoffice.org - libreoffice.org .. Patch Set 2: Abandoned already merged -- To view, visit

[Libreoffice-commits] .: nss/prj

2012-07-16 Thread Stephan Bergmann
nss/prj/d.lst |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 069c1efa39e3bed146a3e70af796e6a70cf2f67e Author: Stephan Bergmann sberg...@redhat.com Date: Mon Jul 16 16:41:28 2012 +0200 Fix typo deliver had always ignored the missing 3 in the target

Re: Gtk-WARNING **: /opt/libreoffice3.6/program/../ure-link/lib/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by /usr/lib/i386-linux-gnu/gtk-2.0/2.10.0/engines/liboxygen-gtk.so)

2012-07-16 Thread gericom
Here is the outpus of strace, sorry didn't thought about it. -- http://www.debian.org/ Nikola Yanev http://www.gericom.free.bg http://www.gericom.wordpress.com Linux, Mac OS X Windows installing Open Source Software support and translations Part of Debian/Ubuntu Bulgarian Translators Team

[PATCH] Change in core[libreoffice-3-6]: fix remaining tab pages

2012-07-16 Thread Gerrit
From Ivan Timofeev timofeev@gmail.com: Ivan Timofeev has uploaded a new change for review. Change subject: fix remaining tab pages .. fix remaining tab pages see f70fe6e651eefbc69c434256f7e74ad53519a36c (cherry picked

[Libreoffice-commits] .: Branch 'feature/tubes' - sc/source

2012-07-16 Thread Eike Rathke
sc/source/ui/collab/sendfunc.cxx |8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) New commits: commit 4dac498c9ccb502ec0fd534c89b32f9d8e188a55 Author: Eike Rathke er...@redhat.com Date: Mon Jul 16 16:59:00 2012 +0200 tubes: check mpConference before using it

Re: Gtk-WARNING **: /opt/libreoffice3.6/program/../ure-link/lib/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by /usr/lib/i386-linux-gnu/gtk-2.0/2.10.0/engines/liboxygen-gtk.so)

2012-07-16 Thread Stephan Bergmann
On 07/16/2012 04:55 PM, gericom wrote: Here is the outpus of strace, sorry didn't thought about it. ...but that's with /opt/libreoffice3.6/ure-link/lib/libstdc++.so.6 still there (so outputting the version `GLIBCXX_3.4.11' not found failure). Stephan

Re: [REVIEW-3-6] fix for i#118877, don't remove ScPAtternAttr from doc pool when swapping rows/cols

2012-07-16 Thread Markus Mohrhard
2012/7/13 Eike Rathke er...@redhat.com: Hi Markus, On Friday, 2012-07-13 20:39:07 +0200, Markus Mohrhard wrote: In case of swapping we don't need all the special cases of ScAttrArray for finding the right place and inserting removing from the doc pool, we can just exchange the two pointers

[PATCH] Import icons from Gnome's set [under CC-BY-SA]

2012-07-16 Thread Gerrit
From Stefan Ko heinzless...@gmail.com: Stefan Ko has uploaded a new change for review. Change subject: Import icons from Gnome's set [under CC-BY-SA] .. Import icons from Gnome's set [under CC-BY-SA] These icons were imported

Re: gerrit for 3-6, LibreOffice gerrit bot wrong Merged status

2012-07-16 Thread Ivan Timofeev
Hi Bjoern, David On 16.07.2012 00:53, David Ostrovsky wrote: On 15.07.2012 12:29, Bjoern Michaelsen wrote: On Sat, Jul 14, 2012 at 08:02:37PM +0400, Ivan Timofeev wrote: I am trying to use the following workflow on master: 1. git commit 2. ./logerrit submit libreoffice-3-6 just fine till

[Libreoffice-commits] .: 2 commits - config_host.mk.in configure.in extensions/Library_ldapbe2.mk extensions/Module_extensions.mk extensions/prj extensions/source openldap/makefile.mk postgresql/makef

2012-07-16 Thread Fridrich Strba
Repository.mk |7 -- config_host.mk.in |4 - configure.in | 70 +++--- extensions/Library_ldapbe2.mk | 39 +++-

[Libreoffice-commits] .: Branch 'feature/tubes' - sc/source

2012-07-16 Thread Eike Rathke
sc/source/ui/collab/contacts.cxx | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) New commits: commit e708ec7aa52567fcd0bc658e4755b3e5168445d7 Author: Eike Rathke er...@redhat.com Date: Mon Jul 16 17:40:52 2012 +0200 tubes: do not use mpManager after unref

RE: fdo 50950 make (ISO)WEEKNUM comply with ODFF1.2, advise asked

2012-07-16 Thread Winfried Donkers
Hi Eike, Please see my splinter review in https://bugs.freedesktop.org/show_bug.cgi?id=50950#c6 All your comments have been processed in the code (I learned some new things too, thank you !). It now works fine for all possible argument values, including levibng out the optional value for

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

2012-07-16 Thread Eike Rathke
tubes/source/manager.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit b0a30d372fb9430c052177a1a551cd3b771236dd Author: Eike Rathke er...@redhat.com Date: Mon Jul 16 17:49:14 2012 +0200 tubes: guard unref() against accidental calls Change-Id:

[Libreoffice-commits] .: cppuhelper/CppunitTest_cppuhelper_checkapi.mk cppuhelper/CustomTarget_cppuhelper_allheaders.mk

2012-07-16 Thread Lubos Lunak
cppuhelper/CppunitTest_cppuhelper_checkapi.mk| 24 +++ cppuhelper/CustomTarget_cppuhelper_allheaders.mk | 22 ++--- 2 files changed, 23 insertions(+), 23 deletions(-) New commits: commit 437dc5384985c97d6b59e91ab5280a840a387731 Author: Luboš Luňák

C++11 in LibreOffice

2012-07-16 Thread János Uray
I have a simple question. Can I use C++11 in LibreOffice development? Or at least some parts of C++11? Thanks Uray M. János ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice-commits] .: 2 commits - nss/makefile.mk nss/nss-asm-fix.patch nss/nss-clang_os_Linux_x86_64_s_comments.patch nss/nss-clang_os_Linux_x86_s_comments.patch nss/nss-config.patch nss/nss-linux

2012-07-16 Thread Michael Stahl
nss/makefile.mk| 17 +- nss/nss-asm-fix.patch | 56 --- nss/nss-clang_os_Linux_x86_64_s_comments.patch | 149 nss/nss-clang_os_Linux_x86_s_comments.patch| 178 -

Re: C++11 in LibreOffice

2012-07-16 Thread Kohei Yoshida
Forgot to reply all in this gmail web interface... On Mon, Jul 16, 2012 at 12:22 PM, Kohei Yoshida kohei.yosh...@gmail.com wrote: On Mon, Jul 16, 2012 at 12:15 PM, János Uray uray.ja...@gmail.com wrote: I have a simple question. Can I use C++11 in LibreOffice development? Or at least some

[Libreoffice-commits] .: openldap/makefile.mk openldap/prj

2012-07-16 Thread Fridrich Strba
openldap/makefile.mk |1 + openldap/prj/d.lst |1 + 2 files changed, 2 insertions(+) New commits: commit ff89c90f7dffed78fb84fbf1139e112aa65fec44 Author: Fridrich Å trba fridrich.st...@bluewin.ch Date: Mon Jul 16 18:24:34 2012 +0200 Postgresql driver links with the *_r variant

Code documentation - doxygen

2012-07-16 Thread Faisal M. Alotaibi
Hi, We are going to help in code documentation through doxygen. so before we start we would like to know if there any module that you suggest to start with? __ Regards, Faisal M.Al-Otaibi Programmer. Motah Program, KACST http://www.motah.org.sa Warning: This message and

Re: C++11 in LibreOffice

2012-07-16 Thread Kohei Yoshida
On Mon, Jul 16, 2012 at 12:35 PM, János Uray uray.ja...@gmail.com wrote: Thank you. It's not a happy answer though. I hoped that there are at least some little features in the intersection of the C++11-knowledge of the supported compilers. The most problematic ones are the gcc compiler used

[Libreoffice-commits] Changes to 'feature/android-x86'

2012-07-16 Thread Michael Meeks
New branch 'feature/android-x86' available with the following commits: commit 4dedf228876a486afaf1a133a138968732997fd0 Author: Michael Meeks michael.me...@suse.com Date: Mon Jul 16 17:40:25 2012 +0100 android: x86 porting work. ___

[Libreoffice-commits] .: RepositoryExternal.mk extensions/Library_ldapbe2.mk

2012-07-16 Thread Michael Stahl
RepositoryExternal.mk | 35 +++ extensions/Library_ldapbe2.mk |4 ++-- 2 files changed, 37 insertions(+), 2 deletions(-) New commits: commit e0ee0d444e5107bc2bbc2ac9f3bda19150f4f82b Author: Michael Stahl mst...@redhat.com Date: Mon Jul 16 19:00:07

A solution to calculation of odd roots of negative numbers with Calc

2012-07-16 Thread marlon orlando barahona alvarez
when we try to calculate the cube root of -27 (using the formula = POWER (A1, 1/3) -3 Calc should give us but gives us the message # VALUE! I solved the problem by modifying the formula as follows: =-POWER (-A1, 1/3) and this modification Calc can give us the correct answer. Well I think to

Re: C++11 in LibreOffice

2012-07-16 Thread Bjoern Michaelsen
On Mon, Jul 16, 2012 at 12:53:24PM -0400, Kohei Yoshida wrote: On Mon, Jul 16, 2012 at 12:35 PM, János Uray uray.ja...@gmail.com wrote: Thank you. It's not a happy answer though. I hoped that there are at least some little features in the intersection of the C++11-knowledge of the

  1   2   3   >