Re: valgrinding with python stuff active / no more false positives with valgrind 3.7?

2012-09-08 Thread Andrzej J. R. Hunt
Hi everyone, On 09/08/2012 12:49 AM, julien2412 wrote: Sorry, I didn't get the point about G_SLICE or the Stephan's commit. For a beginner like me, what must I change/add to this line: valgrind --tool=memcheck --num-callers=50 --trace-children=yes ./soffice.bin 21 | tee /tmp/valgrind.log so I

Re: feature/vs2012: testing needed

2012-09-08 Thread Noel Grandin
On 2012-09-07 23:33, Peter Foley wrote: Ok, try with the new commit I pushed. Thanks, Peter $ make check make -r -f /cygdrive/C/libo/Makefile.top check make[1]: Entering directory `/cygdrive/C/libo' * * Running the post

[PATCH] fdo#39468: Translated German comments in sc/source/core/tool

2012-09-08 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/585 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/85/585/1 fdo#39468: Translated German comments in sc/source/core/tool Change-Id: I0fe94ebc9751ebfa25851a482244fda9ddac5bbb

[PATCH] fdo#39468: Translated German comments in sc/source/core/tool

2012-09-08 Thread via Code Review
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/586 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/86/586/1 fdo#39468: Translated German comments in sc/source/core/tool Change-Id: I8e31d452a10f1f3f9e10e270f87a13cc64eb5e71

[Libreoffice-commits] .: libcmis/makefile.mk

2012-09-08 Thread Libreoffice Gerrit user
libcmis/makefile.mk | 69 1 file changed, 69 deletions(-) New commits: commit fa2419569124e7471bd6580735c9143d0f8d569d Author: Matúš Kukan matus.ku...@gmail.com Date: Sat Sep 8 13:18:25 2012 +0200 libcmis: forgot to remove old

[PATCH] fdo#40014 Add new shortcut for page preview CTRL + SHIFT + O

2012-09-08 Thread abdulmajeed ahmed (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/587 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/87/587/1 fdo#40014 Add new shortcut for page preview CTRL + SHIFT + O Change-Id: Ib09b581d5cc8dabf48aceddcc7639ca0e61b72dc

Re: valgrinding with python stuff active / no more false positives with valgrind 3.7?

2012-09-08 Thread Julien Nabet
On 08/09/2012 11:00, Andrzej J. R. Hunt wrote: Hi everyone, On 09/08/2012 12:49 AM, julien2412 wrote: ... so I get no false positive with Python and/or Java? Since upgrading my system valgrind no longer gives false positives. I'm pretty certain I didn't change any build options when

[Libreoffice-commits] .: libmspub/StaticLibrary_mspub.mk

2012-09-08 Thread Libreoffice Gerrit user
libmspub/StaticLibrary_mspub.mk |2 ++ 1 file changed, 2 insertions(+) New commits: commit c90886a3755ddfd089ed652b7864c853f36f8b19 Author: Matúš Kukan matus.ku...@gmail.com Date: Sat Sep 8 13:39:18 2012 +0200 libmspub: use set_warnings_not_errors Change-Id:

[Libreoffice-commits] .: libvisio/StaticLibrary_visio.mk

2012-09-08 Thread Libreoffice Gerrit user
libvisio/StaticLibrary_visio.mk |2 ++ 1 file changed, 2 insertions(+) New commits: commit 042e0685836e6c8048c01dc70d25e93aaaee1023 Author: Matúš Kukan matus.ku...@gmail.com Date: Sat Sep 8 13:55:42 2012 +0200 libvisio: use set_warnings_not_errors Change-Id:

[Libreoffice-commits] .: libmspub/UnpackedTarball_mspub.mk

2012-09-08 Thread Libreoffice Gerrit user
libmspub/UnpackedTarball_mspub.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit b164022d9b6f6d0d54fe39118f896e54f44c3e87 Author: Matúš Kukan matus.ku...@gmail.com Date: Sat Sep 8 14:33:26 2012 +0200 libmspub: fix typo; it's add_patches Change-Id:

License statement

2012-09-08 Thread Liu Flex
License statement: All of my past and future contributions to the LibreOffice project are under LGPLv3+/GPLv3+/MPL until further notice. Flex Liu ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

[Libreoffice-commits] .: libcdr/StaticLibrary_cdr.mk

2012-09-08 Thread Libreoffice Gerrit user
libcdr/StaticLibrary_cdr.mk |2 ++ 1 file changed, 2 insertions(+) New commits: commit 7f0a36540af650882571ad74400e5c9dad36159f Author: Matúš Kukan matus.ku...@gmail.com Date: Sat Sep 8 14:50:58 2012 +0200 libcdr: use set_warnings_not_errors Change-Id:

[Libreoffice-commits] .: libcmis/boost-win.patch libcmis/libcmis-0.2.3-backports.patch libcmis/libcmis-0.2.3.patch libcmis/UnpackedTarball_cmis.mk

2012-09-08 Thread Libreoffice Gerrit user
libcmis/UnpackedTarball_cmis.mk |2 libcmis/boost-win.patch | 20 +++--- libcmis/libcmis-0.2.3-backports.patch | 105 +- libcmis/libcmis-0.2.3.patch |5 - 4 files changed, 55 insertions(+), 77 deletions(-) New commits:

more external libraries converted to gbuild

2012-09-08 Thread Matúš Kukan
Hi, I've done 7 more libraries. http://cgit.freedesktop.org/libreoffice/core/commit/?id=707194e7b9263a33508905438281090bd201e34d and before. They had makefile.mk in the sources, so that file could be removed if newer versions are not going to be used in libreoffice-3-6. I have ignored: .IF

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

2012-09-08 Thread Libreoffice Gerrit user
basic/inc/basic/sbstar.hxx | 18 +- basic/source/classes/sb.cxx | 16 basic/source/runtime/runtime.cxx |8 basic/source/runtime/step2.cxx |8 4 files changed, 25 insertions(+), 25 deletions(-) New commits: commit

Re: [Libreoffice-qa] How Can I Provide More Info For Developers

2012-09-08 Thread Alex Thurgood
On 09/07/2012 11:47 PM, julien2412 wrote: Just to add my support for Julien's request : But: Main (all?) Linux distributions provide the LO symbols package so you don't need to build LO to retrieve useful bt. And for Mac too please :-) It always seems to me to be such a pointless exercise

Re: more external libraries converted to gbuild

2012-09-08 Thread Cedric Bosdonnat
Hi Matus, Thanks a lot for migrating libcmis to gbuild. Just to tell you, that library doesn't need to be build as a static library... Fridrich did it only because it's way simpler to handle with the other build system. -- Cedric On Sat, 2012-09-08 at 15:13 +0200, Matúš Kukan wrote: Hi,

[Libreoffice-commits] .: RepositoryExternal.mk

2012-09-08 Thread Libreoffice Gerrit user
RepositoryExternal.mk |4 1 file changed, 4 insertions(+) New commits: commit f5ff45b9b2150fc23bc550c5c6a01139019658de Author: Matúš Kukan matus.ku...@gmail.com Date: Sat Sep 8 16:29:05 2012 +0200 add include path for internal zlib Change-Id:

Re: not delivering cairo on mac os x build

2012-09-08 Thread Riccardo Magliocchetti
Hello, Il 05/09/2012 19:20, Riccardo Magliocchetti ha scritto: Il 05/09/2012 16:03, Riccardo Magliocchetti ha scritto: Hello, Il 05/09/2012 15:55, Stephan Bergmann ha scritto: On 09/05/2012 03:50 PM, Michael Stahl wrote: On 05/09/12 15:40, Alexander Thurgood wrote: I'm getting cairo build

Re: valgrinding with python stuff active

2012-09-08 Thread Norbert Thiebaud
On Fri, Sep 7, 2012 at 5:49 PM, julien2412 serval2...@yahoo.fr wrote: on this page http://wiki.documentfoundation.org/Development/How_to_debug but what about if custom memory allocator is bugged? (BTW why do we use this? Historical reason?) Wouldn't Valgrind be helpful to detect it? I'm a bit

[Libreoffice-commits] .: liborcus/prj sc/prj tail_build/prj

2012-09-08 Thread Libreoffice Gerrit user
liborcus/prj/build.lst |2 +- sc/prj/build.lst |2 +- tail_build/prj/build.lst |2 +- 3 files changed, 3 insertions(+), 3 deletions(-) New commits: commit 3112c760dd59bcbdb3619f627749e7cc4462d405 Author: Matúš Kukan matus.ku...@gmail.com Date: Sat Sep 8 18:18:05 2012

[Libreoffice-commits] .: sw/source

2012-09-08 Thread Libreoffice Gerrit user
sw/source/ui/docvw/edtwin2.cxx |1 + 1 file changed, 1 insertion(+) New commits: commit 74340d8b0e9c6d2799f08b66a60f404f2d1324c6 Author: Andras Timar ati...@suse.com Date: Sat Sep 8 18:52:08 2012 +0200 always use multiline balloons for footnote popup quickhelp windows

remove unused code

2012-09-08 Thread Norbert Thiebaud (via Code Review)
Norbert Thiebaud has abandoned this change. Change subject: remove unused code .. Patch Set 1: Abandoned per kohei's request -- To view, visit https://gerrit.libreoffice.org/516 To unsubscribe, visit

[Libreoffice-commits] .: 3 commits - instsetoo_native/inc_ooohelppack instsetoo_native/inc_ooolangpack instsetoo_native/inc_openoffice instsetoo_native/inc_sdkoo instsetoo_native/inc_ure solenv/bin

2012-09-08 Thread Libreoffice Gerrit user
instsetoo_native/inc_ooohelppack/windows/msi_templates/ActionTe.idt |2 instsetoo_native/inc_ooohelppack/windows/msi_templates/InstallE.idt |2 instsetoo_native/inc_ooohelppack/windows/msi_templates/_Validat.idt |2

[Libreoffice-commits] .: Branch 'feature/vs2012' - 2 commits - Library_merged.mk oowintool solenv/gbuild

2012-09-08 Thread Libreoffice Gerrit user
Library_merged.mk |9 - oowintool |8 ++-- solenv/gbuild/platform/WNT_INTEL_MSC.mk |8 3 files changed, 22 insertions(+), 3 deletions(-) New commits: commit 61741d4c1cc691fb5c83b470b67d7b81a27ab4d7 Author: Peter

[Libreoffice-commits] .: scp2/inc scp2/source solenv/bin

2012-09-08 Thread Libreoffice Gerrit user
scp2/inc/macros.inc |3 - scp2/source/calc/registryitem_calc.scp|2 scp2/source/draw/registryitem_draw.scp|2 scp2/source/impress/registryitem_impress.scp |2 scp2/source/ooo/directory_ooo.scp |9

Re: feature/vs2012: testing needed

2012-09-08 Thread Peter Foley
On 9/8/2012 6:11 AM, Noel Grandin wrote: On 2012-09-07 23:33, Peter Foley wrote: Ok, try with the new commit I pushed. Thanks, Peter $ make check make -r -f /cygdrive/C/libo/Makefile.top check make[1]: Entering directory `/cygdrive/C/libo'

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Astron heinzless...@gmail.com changed: What|Removed |Added Depends on|45893 | --- Comment #374 from

Re: feature/vs2012: testing needed

2012-09-08 Thread Norbert Thiebaud
There is a problem right now when pushing a non-fastforward commit. gerrit takes it for feature branches but the replication to freedesktop fail. as a work around you can fetch from git.libreoffice.org/core I'm working on a fix for that, but I need fdo admin to act... so that may take a little

[Libreoffice-commits] .: vbahelper/source

2012-09-08 Thread Libreoffice Gerrit user
vbahelper/source/vbahelper/vbashapes.cxx | 72 +-- vbahelper/source/vbahelper/vbawindowbase.cxx | 10 +-- 2 files changed, 41 insertions(+), 41 deletions(-) New commits: commit 340f1c59f1969ae00be7c0a6987c54a05ab97940 Author: Olivier Hallot

[PUSHED] Some OUString cleanup in vbahelper

2012-09-08 Thread Olivier Hallot (via Code Review)
Hi, Thank you for your patch! :-) It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/574 Approvals: Olivier Hallot: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/574 To unsubscribe,

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

2012-09-08 Thread Libreoffice Gerrit user
vbahelper/inc/vbahelper/vbahelperinterface.hxx | 34 +++--- vbahelper/source/vbahelper/vbacommandbars.cxx | 38 vbahelper/source/vbahelper/vbadialogbase.cxx |4 - vbahelper/source/vbahelper/vbadocumentbase.cxx | 48 +

[PUSHED] More OUString cleanup in vbahelper

2012-09-08 Thread Olivier Hallot (via Code Review)
Hi, Thank you for your patch! :-) It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/576 Approvals: Olivier Hallot: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/576 To unsubscribe,

[PUSHED] More OUString cleanup in vbahelper

2012-09-08 Thread Olivier Hallot (via Code Review)
Hi, Thank you for your patch! :-) It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/577 Approvals: Olivier Hallot: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/577 To unsubscribe,

[PUSHED] OUString cleanup in vbahelper/msforms

2012-09-08 Thread Olivier Hallot (via Code Review)
Hi, Thank you for your patch! :-) It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/578 Approvals: Olivier Hallot: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/578 To unsubscribe,

[PATCH] Make existing cppunittests work

2012-09-08 Thread Ioan Radu (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/588 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/88/588/1 Make existing cppunittests work Make sal testHelperFunctions cppunit work - removed call to simpleheader.hxx -

[Libreoffice-commits] .: Module_tail_build.mk

2012-09-08 Thread Libreoffice Gerrit user
Module_tail_build.mk |1 - 1 file changed, 1 deletion(-) New commits: commit ae6f7f0f354dbab21d37890021c16655070ad002 Author: Matúš Kukan matus.ku...@gmail.com Date: Sun Sep 9 00:42:05 2012 +0200 get mdds out of tail_build; liborcus depends on it Change-Id:

Re: valgrinding with python stuff active

2012-09-08 Thread Julien Nabet
On 08/09/2012 17:52, Norbert Thiebaud wrote: On Fri, Sep 7, 2012 at 5:49 PM, julien2412serval2...@yahoo.fr wrote: on this page http://wiki.documentfoundation.org/Development/How_to_debug but what about if custom memory allocator is bugged? (BTW why do we use this? Historical reason?) Wouldn't

[Libreoffice-commits] .: cairo/prj config_host.mk.in configure.in libpng/configs libpng/libpng-1.5.10.patch libpng/Makefile libpng/makefile.mk libpng/Module_libpng.mk libpng/Package_libpng.mk libpng/p

2012-09-08 Thread Libreoffice Gerrit user
Makefile.top |2 RepositoryExternal.mk |4 RepositoryModule_ooo.mk |1 cairo/prj/build.lst |2 config_host.mk.in |1 configure.in |3 libpng/Makefile |7 + libpng/Module_libpng.mk

Format CSV MS - DOS

2012-09-08 Thread Maury
Dear LibreOffice's Developers, I want ask you if you can created the CSV (MS-DOS) format, current in Excel. Thank for your. Maurizio. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

FOSDEM 2013

2012-09-08 Thread Italo Vignoli
I am in the process of filing the proposal for the LibreOffice DevRoom @ FOSDEM 2013 (first weekend of February). If possible, I would use the format adopted in 2011 and 2012, but I have not been involved in that process. Is anyone able to send me the message sent to FOSDEM last year? Otherwise I

Re: feature/vs2012: testing needed

2012-09-08 Thread Peter Foley
On 9/5/2012 3:10 AM, Noel Grandin wrote: MSMDir not found at ./oowintool line 330. Hmm, could you send me the contents of HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/VisualStudio/9.0/Setup/VS/MSMDir and the output of ./oowintool --msvc-ver? Thanks, Peter

Re: gerrit vs git.freedesktop.org

2012-09-08 Thread Norbert Thiebaud
On Fri, Sep 7, 2012 at 4:49 PM, Peter Foley pefol...@verizon.net wrote: I just rebased and pushed the feature/vs2012 branch on gerrit.libreoffice.org. However, my changes aren't showing up on cgit.freedesktop.org. Should I be pushing to gerrit or to git.freedesktop.org? Peter I responded in

[Libreoffice-commits] .: libpng/StaticLibrary_png.mk

2012-09-08 Thread Libreoffice Gerrit user
libpng/StaticLibrary_png.mk |5 + 1 file changed, 5 insertions(+) New commits: commit 9f0aadee70d90082fb81459908310fdeaef10585 Author: Matúš Kukan matus.ku...@gmail.com Date: Sun Sep 9 02:05:45 2012 +0200 libpng: missing source file and include path for zlib Change-Id:

[PATCH] ::rtl::OUString to OUString correction in accessibility

2012-09-08 Thread Ricardo Montania (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/589 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/89/589/1 ::rtl::OUString to OUString correction in accessibility Change-Id: Ib59e07ef5dcdd2f30bc5abee2e958cbda57e9629 ---

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Joel Madero jmadero@gmail.com changed: What|Removed |Added Depends on||50285 -- Configure

[Libreoffice-bugs] [Bug 54660] New: [DOCX] FILEOPEN: rectangle over text instead of background

2012-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54660 Bug #: 54660 Summary: [DOCX] FILEOPEN: rectangle over text instead of background Classification: Unclassified Product: LibreOffice Version: 3.6.0.1 rc Platform: All

[Libreoffice-bugs] [Bug 52208] [DOCX] FILEOPEN: additional empty page and rectangle over text instead of background

2012-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52208 Korrawit Pruegsanusak detective.conan.1...@gmail.com changed: What|Removed |Added Blocks|

[Libreoffice-bugs] [Bug 52208] [DOCX] FILEOPEN: additional empty page

2012-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52208 Korrawit Pruegsanusak detective.conan.1...@gmail.com changed: What|Removed |Added Summary|[DOCX] FILEOPEN: additional

[Libreoffice-bugs] [Bug 52208] [DOCX] FILEOPEN: additional empty page

2012-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52208 --- Comment #5 from Korrawit Pruegsanusak detective.conan.1...@gmail.com 2012-09-08 06:11:19 UTC --- Hello Miklos, Unfortunately, I've done git bisect and found that your commit introduced this additional pages bug:

[Libreoffice-bugs] [Bug 52208] [DOCX] FILEOPEN: additional empty page after a continuous section break at the end of document

2012-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52208 Korrawit Pruegsanusak detective.conan.1...@gmail.com changed: What|Removed |Added Summary|[DOCX] FILEOPEN: additional

[Libreoffice-bugs] [Bug 33304] Header / Footer should be inserted into margin, not into text body

2012-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33304 --- Comment #14 from Roman Eisele b...@eikota.de 2012-09-08 06:25:51 UTC --- (In reply to comment #12) I am sorry, looks like this issue was resolved with dynamic spacing button. Am I correct? Sorry, but ”dynamic spacing” is a completely

[Libreoffice-bugs] [Bug 54018] EDITING: CRASH sorting cells range with Comments

2012-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54018 Korrawit Pruegsanusak detective.conan.1...@gmail.com changed: What|Removed |Added Status Whiteboard|(target:3.6.1.2)

[Libreoffice-bugs] [Bug 54661] New: : Color scales are not printed or previewed

2012-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54661 Bug #: 54661 Summary: : Color scales are not printed or previewed Classification: Unclassified Product: LibreOffice Version: 3.6.1.2 release Platform: Other OS/Version: All

[Libreoffice-bugs] [Bug 54663] New: EDITING: App hangs after cut-and-paste

2012-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54663 Bug #: 54663 Summary: EDITING: App hangs after cut-and-paste Classification: Unclassified Product: LibreOffice Version: 3.6.0.4 release Platform: x86-64 (AMD64) OS/Version: Mac

[Libreoffice-bugs] [Bug 45596] EDITING: App hangs after cut-and-paste

2012-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45596 juha.siuko...@iki.fi changed: What|Removed |Added Blocks||54663 -- Configure bugmail:

[Libreoffice-bugs] [Bug 54621] EDITING: CRASH in .ods documents with lots of (conditional) formatting

2012-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54621 --- Comment #3 from Julien Nabet serval2...@yahoo.fr 2012-09-08 08:06:16 UTC --- Sorry Markus, I thought there were still some fixes to backport. Now,let's hope here that Rainer will find a way to remove confidential part without removing the

[Libreoffice-bugs] [Bug 51591] Autofilter popup doesn't support keyboard in UI

2012-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51591 eamonfitzpatr...@caretoday.co.uk changed: What|Removed |Added Version|3.5.3 release |3.6.1.2 release --

[Libreoffice-bugs] [Bug 42952] FILESAVE: Mac Open-Save Dialogs--Tries to Connect to Servers

2012-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42952 Hashem Masoud wraithl...@gmail.com changed: What|Removed |Added See Also|

[Libreoffice-bugs] [Bug 52522] FILEOPEN: Data validation: date ranges are lost on .xlsx import

2012-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52522 mitch074 mitch...@gmail.com changed: What|Removed |Added Priority|high|highest --- Comment #2

[Libreoffice-bugs] [Bug 52522] FILEOPEN: Data validation: date ranges are lost on .xlsx import

2012-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52522 mitch074 mitch...@gmail.com changed: What|Removed |Added Platform|Other |All

[Libreoffice-bugs] [Bug 54374] Crash when sliding the File-menu down

2012-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54374 --- Comment #2 from Joop Lanting j.f.lant...@inter.nl.net 2012-09-08 08:56:24 UTC --- I must re-write this bug (I never noticed a problem like this before): It seems that I never ever used the Send submenu under File. Presently I find that when

[Libreoffice-bugs] [Bug 51981] FILEOPEN: opening libreoffice 3.5.4 database - crashes on opening

2012-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51981 --- Comment #6 from Klaus klaus.koeg...@gmx.de 2012-09-08 09:01:55 UTC --- Hi Julien, some more information: - OS: Windows 7, 64 bit - brand new installation means: installed version 3.5.6.2 above of 3.5.4 (so no, it is not a totally clean

[Libreoffice-bugs] [Bug 54629] hebrew text is not clickable in textbox area of impress slides

2012-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54629 --- Comment #1 from Faisal Menawer fmalota...@kacst.edu.sa 2012-09-08 09:11:36 UTC --- Hi, I can reproduce this on Arabic language also using Libreoffice 3.6 on fedora 16-64bit. Thanks Faisal -- Configure bugmail:

[Libreoffice-bugs] [Bug 54374] Crash when sliding the File-menu down

2012-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54374 Joop Lanting j.f.lant...@inter.nl.net changed: What|Removed |Added Attachment #66482|0 |1 is

[Libreoffice-bugs] [Bug 54374] Crash when sliding the File-menu down

2012-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54374 --- Comment #4 from Joop Lanting j.f.lant...@inter.nl.net 2012-09-08 09:22:24 UTC --- Further information: As Send has something to do with the Internet (I presume) I opened: Tools-Options and stepped down, opening the entire tree. Al went

[Libreoffice-bugs] [Bug 40014] [UI] Create a keyboard shortcut for Page Preview

2012-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40014 --- Comment #7 from abdulmajeed aalabdulraz...@kacst.edu.sa 2012-09-08 11:24:15 UTC --- Created attachment 66841 -- https://bugs.freedesktop.org/attachment.cgi?id=66841 Bug patch I have chosen the letter O because it's next to P :) --

[Libreoffice-bugs] [Bug 54073] CONFIGURATION: [Video] Formatting Aids - Options are not stored correctly, unchecked nonprinting characters becoming visible again

2012-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54073 --- Comment #7 from Jean-Baptiste Faure jbf.fa...@orange.fr 2012-09-08 11:34:45 UTC --- I do not reproduce with LO 3.6.1 nor master (Build ID: 2ecd5b0) under Ubuntu 12.04 with gnome-shell. Best regards. JBF -- Configure bugmail:

[Libreoffice-bugs] [Bug 51981] FILEOPEN: opening libreoffice 3.5.4 database - crashes on opening

2012-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51981 --- Comment #7 from Julien Nabet serval2...@yahoo.fr 2012-09-08 11:39:08 UTC --- About Java, did you try to go to: Tools/Options menu LibreOffice/Advanced Choose the right Java ? For the test, you can also rename your LO profile

[Libreoffice-bugs] [Bug 54374] Crash when sliding the File-menu down

2012-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54374 Julien Nabet serval2...@yahoo.fr changed: What|Removed |Added Status|NEEDINFO|UNCONFIRMED Ever

[Libreoffice-bugs] [Bug 52503] Support Alt++ and Alt+- for zooming in/out

2012-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52503 --- Comment #1 from abdulmajeed aalabdulraz...@kacst.edu.sa 2012-09-08 11:44:35 UTC --- good idea i will see if it can be done. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail

[Libreoffice-bugs] [Bug 54666] New: : OSX Mountain Lion Gatekeeper blocks Dutch Language Pack installer 3.5.6

2012-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54666 Bug #: 54666 Summary: : OSX Mountain Lion Gatekeeper blocks Dutch Language Pack installer 3.5.6 Classification: Unclassified Product: LibreOffice Version: 3.5.6.2 rc

[Libreoffice-bugs] [Bug 54667] New: : Cannot start LibreOffice on OSX Mountain Lion. It is from an unknown developer

2012-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54667 Bug #: 54667 Summary: : Cannot start LibreOffice on OSX Mountain Lion. It is from an unknown developer Classification: Unclassified Product: LibreOffice Version: 3.5.6.2 rc

[Libreoffice-bugs] [Bug 54668] New: : Don't Restore Windows / Restore Windows Issue

2012-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54668 Bug #: 54668 Summary: : Don't Restore Windows / Restore Windows Issue Classification: Unclassified Product: LibreOffice Version: unspecified Platform: Other OS/Version: All

[Libreoffice-bugs] [Bug 54073] CONFIGURATION: [Video] Formatting Aids - Options are not stored correctly, unchecked nonprinting characters becoming visible again

2012-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54073 --- Comment #8 from Jean-Baptiste Faure jbf.fa...@orange.fr 2012-09-08 12:52:08 UTC --- (In reply to comment #7) I do not reproduce with LO 3.6.1 nor master (Build ID: 2ecd5b0) under Ubuntu 12.04 with gnome-shell. Oups, sorry I read the bug

[Libreoffice-bugs] [Bug 52122] CONFIGURATION: Crash when selecting MediaWiki tab on options menu with old profile (javasettings_Windows_x86.xml related)

2012-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52122 --- Comment #9 from Joop Lanting j.f.lant...@inter.nl.net 2012-09-08 13:20:08 UTC --- Hello, I just upgraded LO to 3.6.1 on XP and W7 and I got the same crash. Funny, because, like I was advised, I first deleted the 'extensions' tree to avoid

[Libreoffice-bugs] [Bug 54669] New: FORMATTING: Paragraph Formating with Border Left

2012-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54669 Bug #: 54669 Summary: FORMATTING: Paragraph Formating with Border Left Classification: Unclassified Product: LibreOffice Version: 3.5.6.2 rc Platform: Other OS/Version: All

[Libreoffice-bugs] [Bug 54670] New: certain Malayalam characters are not displayed properly

2012-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54670 Bug #: 54670 Summary: certain Malayalam characters are not displayed properly Classification: Unclassified Product: LibreOffice Version: unspecified Platform: All

[Libreoffice-bugs] [Bug 54374] Crash when sliding the File-menu down

2012-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54374 --- Comment #7 from Julien Nabet serval2...@yahoo.fr 2012-09-08 13:46:50 UTC --- Did you try to reproduce this after having renamed your LO directory profile? (see http://wiki.documentfoundation.org/UserProfile) -- Configure bugmail:

[Libreoffice-bugs] [Bug 53278] Draw instead of russian show obscure characters in CDR file (Corel Draw 12 format)

2012-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53278 Valek Filippov f...@gnome.org changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 54667] : Cannot start LibreOffice on OSX Mountain Lion. It is from an unknown developer

2012-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54667 Alex Thurgood ipla...@yahoo.co.uk changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Libreoffice-bugs] [Bug 53320] LibreOffice 3.6 will not open on Mountain Lion with unidentified developer error - GateKeeper

2012-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53320 Alex Thurgood ipla...@yahoo.co.uk changed: What|Removed |Added CC||l...@tebbens.eu ---

[Libreoffice-bugs] [Bug 54667] : Cannot start LibreOffice on OSX Mountain Lion. It is from an unknown developer

2012-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54667 Alex Thurgood ipla...@yahoo.co.uk changed: What|Removed |Added Status|RESOLVED|CLOSED -- Configure

[Libreoffice-bugs] [Bug 54666] : OSX Mountain Lion Gatekeeper blocks Dutch Language Pack installer 3.5.6

2012-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54666 Alex Thurgood ipla...@yahoo.co.uk changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Libreoffice-bugs] [Bug 54666] : OSX Mountain Lion Gatekeeper blocks Dutch Language Pack installer 3.5.6

2012-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54666 Alex Thurgood ipla...@yahoo.co.uk changed: What|Removed |Added Status|RESOLVED|CLOSED -- Configure

[Libreoffice-bugs] [Bug 54666] : OSX Mountain Lion Gatekeeper blocks Dutch Language Pack installer 3.5.6

2012-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54666 Leon l...@tebbens.eu changed: What|Removed |Added Status|CLOSED |REOPENED

[Libreoffice-bugs] [Bug 45906] Database destroyed

2012-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45906 Alex Thurgood ipla...@yahoo.co.uk changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment

[Libreoffice-bugs] [Bug 45906] Database destroyed

2012-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45906 --- Comment #8 from Alex Thurgood ipla...@yahoo.co.uk 2012-09-08 14:30:49 UTC --- Possibly linked to bug 52639, in which case it has been fixed in 3.6.1 Please test in that version and report back. Alex -- Configure bugmail:

[Libreoffice-bugs] [Bug 51981] FILEOPEN: opening libreoffice 3.5.4 database - crashes on opening

2012-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51981 --- Comment #8 from Klaus klaus.koeg...@gmx.de 2012-09-08 15:10:10 UTC --- Hello Julien, thanks for your hints: I've uninstalled all JREs and then tried Java 6 (32 Bit / 64 Bit) and 7 (32 Bit / 64 Bit). It finally worked with Java 6 (32 Bit) -

[Libreoffice-bugs] [Bug 49143] EDITING: LibreOffice Base pastes array into single cell

2012-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49143 Jochen d...@jochenschiffers.de changed: What|Removed |Added Status|NEW |NEEDINFO

[Libreoffice-bugs] [Bug 54374] Crash when sliding the File-menu down

2012-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54374 --- Comment #8 from Joop Lanting j.f.lant...@inter.nl.net 2012-09-08 15:27:43 UTC --- For the moment: that solves the problem, but I lost all my preferences, like toolbars. Gonna work in back to my own profile. ;JOOP! -- Configure bugmail:

[Libreoffice-bugs] [Bug 54672] New: CONFIGURATION: Does not respect text preformatted cell when we type a time in the cell in xlsx format

2012-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54672 Bug #: 54672 Summary: CONFIGURATION: Does not respect text preformatted cell when we type a time in the cell in xlsx format Classification: Unclassified Product: LibreOffice

[Libreoffice-bugs] [Bug 51981] FILEOPEN: opening libreoffice 3.5.4 database - crashes on opening

2012-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51981 Julien Nabet serval2...@yahoo.fr changed: What|Removed |Added Status|NEEDINFO|RESOLVED

[Libreoffice-bugs] [Bug 43489] [Task] Incorrect behavior using existing User Profile for upgrade

2012-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43489 Julien Nabet serval2...@yahoo.fr changed: What|Removed |Added Depends on||54374 -- Configure

[Libreoffice-bugs] [Bug 54374] Crash when sliding the File-menu down

2012-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54374 Julien Nabet serval2...@yahoo.fr changed: What|Removed |Added Blocks||43489 -- Configure

[Libreoffice-bugs] [Bug 54374] Crash when sliding the File-menu down

2012-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54374 --- Comment #9 from Julien Nabet serval2...@yahoo.fr 2012-09-08 15:48:17 UTC --- Since you renamed your LO profile, you should find your preferences again in this backup. With several tests between the backup and the brand new LO profile, you

[Libreoffice-bugs] [Bug 54674] New: Crash When Cutting or Dragging/Dropping Cells with Formulas under Mac 10.8.1

2012-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54674 Bug #: 54674 Summary: Crash When Cutting or Dragging/Dropping Cells with Formulas under Mac 10.8.1 Classification: Unclassified Product: LibreOffice Version: 3.6.1.2 release

[Libreoffice-bugs] [Bug 54674] Crash When Cutting or Dragging/Dropping Cells with Formulas under Mac 10.8.1

2012-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54674 --- Comment #1 from noibs...@me.com 2012-09-08 19:20:51 UTC --- Update: I deleted all of my LO preferences to make sure that bad preferences (especially carried over from earlier versions) weren't causing this. It didn't help. However, this

[Libreoffice-bugs] [Bug 39904] Make Hyperlink available in the Illustration index

2012-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39904 Matthias Basler libreoff...@earthflight.org changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 54636] On OS X, text below progress bar in splash screen is cut off

2012-09-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54636 --- Comment #3 from Astron heinzless...@gmail.com 2012-09-08 19:58:02 UTC --- Is this a dupe of bug 52268 or is it a valid new bug? (I am asking because I am not completely sure if there is different code involved or not. I. e., the splash

  1   2   >