Re: [GSoC] Android Impress Remote: Weekly Report #4, #5

2013-07-20 Thread Artur Dryomov
Hi Michael, I have created a wiki page — https://wiki.documentfoundation.org/Development/Impress/Remote_2 It is WIP of course but I’ll try to update screenshots when future steps will be done. Regards, Artur.___ LibreOffice mailing list

[ABANDONED] Downgraded the Dutch spellchecker to version 2.00 ( fdo#6303...

2013-07-20 Thread Thomas van der meulen (via Code Review)
Thomas van der meulen has abandoned this change. Change subject: Downgraded the Dutch spellchecker to version 2.00 ( fdo#63033 fdo#65994 ) .. Patch Set 3: Abandoned maby a bit to soon to downgrade -- To view, visit

Re: [GSoC] Impress Remote and Bonjour

2013-07-20 Thread Siqi Liu
Hello all, Sorry if I've broken something unexpectedly :P Actually I've commented the current implementation out since it doesn't seem to work during my tests with the android app... I mean, the auto discovery for Bluetooth connections works well but the one with WiFi doesn't seem to work for me

[Libreoffice-commits] core.git: Branch 'feature/gsoc-basic-ide-completion-and-other-bits' - basctl/source basic/source include/basic

2013-07-20 Thread Gergo Mocsi
basctl/source/basicide/baside2.hxx | 55 -- basctl/source/basicide/baside2b.cxx| 149 ++--- basic/source/classes/codecompletecache.cxx | 22 basic/source/classes/sbxmod.cxx| 40 ++- include/basic/codecompletecache.hxx

GSOC work weekly report

2013-07-20 Thread Gergő Mocsi
Hi all, I've got a very productive week. Here's what I've made: replaced the single ListBox to a Window containing custom ListBox implementation. I've encountered with several problems around KeyInput function, so I had to implement key action is PreNotify() function: ESC key closes the window,

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

2013-07-20 Thread Fridrich Štrba
src/lib/Makefile.am|2 + src/lib/VSDXParser.cpp | 15 ++-- src/lib/VSDXParser.h |2 + src/lib/VSDXTheme.cpp | 57 + src/lib/VSDXTheme.h| 55 +++ 5 files changed, 123

[Libreoffice-commits] libvisio.git: build/win32 src/lib

2013-07-20 Thread Fridrich Štrba
build/win32/libvisio.dsp |8 build/win32/libvisio.vcproj | 25 + build/win32/libvisio.vcxproj |7 +++ src/lib/makefile.mk |1 + 4 files changed, 41 insertions(+) New commits: commit 0aa5d64dadf5342a54a9443091c32bac863f4e2a Author:

[PATCH] Improve Gerrit Daily Digest

2013-07-20 Thread Samuel Mehrbrodt
Hi, I send this patch to the list, don't know how to submit that to gerrit (since it's not the core project, but dev-tools). Thanks Samuel From db232dcfc2baec8bd176e93f115c0493f4157f0d Mon Sep 17 00:00:00 2001 From: Samuel Mehrbrodt s.mehrbr...@gmail.com Date: Sat, 20 Jul 2013 14:37:39 +0200

[PATCH] Change traduction of Title in french to avoid conflict with ...

2013-07-20 Thread Arnaud Versini (via Code Review)
Hi, I would like you to review the following patch: https://gerrit.libreoffice.org/4994 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/translations refs/changes/94/4994/1 Change traduction of Title in french to avoid conflict with Heading Change-Id:

[Libreoffice-commits] core.git: ios/iosremote

2013-07-20 Thread Siqi LIU
ios/iosremote/iosremote.xcodeproj/project.pbxproj |8 --- ios/iosremote/iosremote/Communication/Client.h|2 - ios/iosremote/iosremote/serverList_vc.m | 23 ++ 3 files changed, 17 insertions(+), 16 deletions(-) New commits: commit

[PATCH libreoffice-4-1] Change traduction of Title in french to avoid conflict with ...

2013-07-20 Thread Arnaud Versini (via Code Review)
Hi, I would like you to review the following patch: https://gerrit.libreoffice.org/4995 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/translations refs/changes/95/4995/1 Change traduction of Title in french to avoid conflict with Heading Change-Id:

[PATCH libreoffice-4-1-0] Change traduction of Title in french to avoid conflict with ...

2013-07-20 Thread Arnaud Versini (via Code Review)
Hi, I would like you to review the following patch: https://gerrit.libreoffice.org/4996 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/translations refs/changes/96/4996/1 Change traduction of Title in french to avoid conflict with Heading Change-Id:

[RESTORED] Downgraded the Dutch spellchecker to version 2.00 ( fdo#6303...

2013-07-20 Thread Thomas van der meulen (via Code Review)
Thomas van der meulen has restored this change. Change subject: Downgraded the Dutch spellchecker to version 2.00 ( fdo#63033 fdo#65994 ) .. Patch Set 3: Restored Just needs to downgrade because it won't work under Windows 8

[Libreoffice-commits] buildbot.git: 11 commits - tb3/build-scripts tb3/Makefile tb3/replay-branch tb3/tb3-local-client tb3/tests

2013-07-20 Thread Bjoern Michaelsen
tb3/Makefile |7 -- tb3/build-scripts/dev-bibisect-build | 72 +++ tb3/replay-branch| 14 ++--- tb3/tb3-local-client | 93 +++ tb3/tests/build-script.sh| 11

[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - 2 commits - sc/qa sc/source

2013-07-20 Thread Kohei Yoshida
sc/qa/unit/ucalc.hxx|2 sc/qa/unit/ucalc_formula.cxx| 95 sc/source/core/data/formulacell.cxx | 19 ++- sc/source/core/tool/interpr1.cxx| 14 ++--- 4 files changed, 111 insertions(+), 19 deletions(-) New commits:

[Libreoffice-commits] core.git: include/sfx2 sfx2/source unusedcode.easy

2013-07-20 Thread Caolán McNamara
include/sfx2/sidebar/ControlFactory.hxx | 29 - sfx2/source/sidebar/ControlFactory.cxx | 43 unusedcode.easy |4 -- 3 files changed, 1 insertion(+), 75 deletions(-) New commits: commit

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

2013-07-20 Thread Fridrich Štrba
src/lib/VSDXTheme.cpp | 18 ++- src/lib/tokens.txt| 78 ++ 2 files changed, 94 insertions(+), 2 deletions(-) New commits: commit 35be22a86d0cf1c2384cd1730350e0934cba0897 Author: Fridrich Å trba fridrich.st...@bluewin.ch Date: Sat

[Libreoffice-commits] core.git: Branch 'feature/cmis' - ucb/source

2013-07-20 Thread Cao Cuong Ngo
ucb/source/ucp/cmis/cmis_content.cxx | 29 + 1 file changed, 29 insertions(+) New commits: commit a5846f3fe77912cba30abbc3aaaba634b04d5f8a Author: Cao Cuong Ngo cao.cuong@gmail.com Date: Fri Jul 19 13:57:49 2013 +0200 Resolves CMIS file picker propertyset

[Libreoffice-commits] core.git: desktop/win32 framework/source scp2/source vcl/inc vcl/Library_vcl.mk vcl/win

2013-07-20 Thread Jesús Corrius
desktop/win32/source/applauncher/launcher.cxx | 39 - framework/source/helper/titlebarupdate.cxx| 32 ++- scp2/source/base/registryitem_base.scp|2 scp2/source/calc/registryitem_calc.scp|8 +- scp2/source/draw/registryitem_draw.scp|

[Libreoffice-commits] translations.git: Branch 'libreoffice-4-1' - source/fr

2013-07-20 Thread Arnaud Versini
source/fr/sw/source/ui/utlui.po |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 0d21655cbcf22cd378725e2d23086ec51f746dd7 Author: Arnaud Versini arnaud.vers...@gmail.com Date: Sat Jul 20 15:16:51 2013 +0200 fdo#67093 Change traduction of Title in french to

[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - translations

2013-07-20 Thread Arnaud Versini
translations |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 3926e686b06ca78f7ca5cf5fbda924bc92e5b92c Author: Arnaud Versini arnaud.vers...@gmail.com Date: Sat Jul 20 15:16:51 2013 +0200 Updated core Project: translations

[Libreoffice-commits] core.git: translations

2013-07-20 Thread Arnaud Versini
translations |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 2d9e26dfa7a6e7599e9e484922c6793674d230a8 Author: Arnaud Versini arnaud.vers...@gmail.com Date: Sat Jul 20 15:16:51 2013 +0200 Updated core Project: translations

[Libreoffice-commits] translations.git: source/fr

2013-07-20 Thread Arnaud Versini
source/fr/sw/source/ui/utlui.po |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit d3cf882e3bc074447bbe708b914b1566d0e8b0d1 Author: Arnaud Versini arnaud.vers...@gmail.com Date: Sat Jul 20 15:16:51 2013 +0200 fdo#67093 Change traduction of Title in french to

[PUSHED libreoffice-4-1] fdo#67093 Change traduction of Title in french to avoid conf...

2013-07-20 Thread Fridrich Strba (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/4995 Approvals: Fridrich Strba: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/4995 To unsubscribe,

[PUSHED] fdo#67093 Change traduction of Title in french to avoid conf...

2013-07-20 Thread Fridrich Strba (via Code Review)
Hi, Thank you for your patch! It has been merged to LibreOffice. If you are interested in details, please visit https://gerrit.libreoffice.org/4994 Approvals: Fridrich Strba: Verified; Looks good to me, approved -- To view, visit https://gerrit.libreoffice.org/4994 To unsubscribe,

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

2013-07-20 Thread Artur Dryomov
android/sdremote/res/drawable-hdpi/ic_logo.png |binary android/sdremote/res/drawable-mdpi/ic_logo.png |binary android/sdremote/res/drawable-xhdpi/ic_logo.png

Re: [Libreoffice-qa] Send Feedback...and BSA ideas

2013-07-20 Thread Michael Meeks
Hi Rob, On Fri, 2013-07-19 at 23:48 +0200, Rob Snelders wrote: My little contribution. Great to hear from you :-) I think we need _really need_ our own bugzilla so we can tweak that install that it suits us better. Then we can make the bugs less complex and use useful

Re: [Libreoffice-qa] Send Feedback...and BSA ideas

2013-07-20 Thread Bjoern Michaelsen
Hi, On Sat, Jul 20, 2013 at 09:35:55AM +0100, Michael Meeks wrote: Personally I love the scope the BSA provides for making the end-user presented components arbitrarily better. I'd love to make it easier to find the BSA, and point more people at it instead of bugzilla - which (I agree)

Re: [Libreoffice-qa] Send Feedback...and BSA ideas

2013-07-20 Thread Bjoern Michaelsen
Hi, On Fri, Jul 19, 2013 at 04:12:34PM -0700, bfoman wrote: I think having separate page for code reviews (gerrit), bugs (own customized Bugzilla with integrated BSA), support (ask-site) and feedback (input) is a good idea. I miss other systems like telemetry data (metrics.mozilla.com) or

Re: [Libreoffice-qa] Send Feedback...and BSA ideas

2013-07-20 Thread Joel Madero
On 07/20/2013 08:31 AM, Bjoern Michaelsen wrote: Hi, On Sat, Jul 20, 2013 at 09:35:55AM +0100, Michael Meeks wrote: Personally I love the scope the BSA provides for making the end-user presented components arbitrarily better. I'd love to make it easier to find the BSA, and point more

Re: [Libreoffice-qa] Send Feedback...and BSA ideas

2013-07-20 Thread bfoman
Bjoern Michaelsen wrote The problem there is deduplication and the amounts of channels. Many devs do not even look at ask, so Im still conflicted on adding mozillas input thingie, which I assume will be even less read by developers, thus possibly ending us in a in space no one can hears you

[Libreoffice-bugs] [Bug 61308] ASKLIBREOFFICE: Profile only lists 100 Answers for user

2013-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61308 Owen Genat owen.ge...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever

[Libreoffice-bugs] [Bug 51489] ASKLIBREOFFICE: Bad link + formatting on FAQ page

2013-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51489 Owen Genat owen.ge...@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Libreoffice-bugs] [Bug 67084] ASKLIBREOFFICE: Comment formatting under Askbot v0.7.48

2013-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67084 --- Comment #5 from Evgeny Fadeev evgeny.fad...@gmail.com --- That's correct the default plain text editor in the comments does not support markdown, but it's possible to use the same editor for the comments as the one used for the questions and

[Libreoffice-bugs] [Bug 67108] ASKLIBREOFFICE: FAQ page display of karma point requirements

2013-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67108 Owen Genat owen.ge...@gmail.com changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 60781] ASKLIBREOFFICE: Add a list to a profile with questions which commented or answered by a registered person

2013-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60781 --- Comment #3 from Owen Genat owen.ge...@gmail.com --- If I understand this bug correctly it is essentially asking for a facility to allow a user to mark a question for later following-up. Is this bug now resolved with the Follow button in the

[Libreoffice-bugs] [Bug 41833] Comments in Writer: UI: Cursor does not change to new line

2013-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41833 --- Comment #5 from kla...@partyheld.de --- Confirmed in LibO 4.0.4 release, WinXP SP3 32 bit. -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs mailing

[Libreoffice-bugs] [Bug 67108] New: ASKLIBREOFFICE: FAQ page display of karma point requirements

2013-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67108 Priority: medium Bug ID: 67108 CC: webs...@global.libreoffice.org Assignee: libreoffice-bugs@lists.freedesktop.org Summary: ASKLIBREOFFICE: FAQ page display of karma point

[Libreoffice-bugs] [Bug 51489] ASKLIBREOFFICE: Bad link + formatting on FAQ page

2013-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51489 Owen Genat owen.ge...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Libreoffice-bugs] [Bug 66827] Can't select other fill than color in Writer -- Drawing functions

2013-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66827 --- Comment #3 from jun meguro jmag...@gmail.com --- Reproduced Ubuntu rc3 and Win rc2. -- You are receiving this mail because: You are the assignee for the bug. ___ Libreoffice-bugs mailing list

[Libreoffice-bugs] [Bug 65439] Export to PDF/A-1a gives transparency warning

2013-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65439 --- Comment #8 from tommy27 ba...@quipo.it --- good job Owen, this will help the devs to identify why did this change from 3.5 to 3.6. but as I said, is that warning a bug or an intended alert message that has to be showed anyway? I don't have

[Libreoffice-bugs] [Bug 67091] VIEWING: Vertical Text button

2013-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67091 --- Comment #2 from Nova1112 nova1...@gmail.com --- Sorry for my bad English. Look at the page Vertical Text: https://help.libreoffice.org/Impress/Text But now, I know the solution: Asian language support must be enabled. So my problem is

[Libreoffice-bugs] [Bug 61503] uno.util.Bootstrap.bootstrap()

2013-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61503 --- Comment #23 from Sebastian Brandt sbra...@gmx.de --- Managed to patch and compile cli_ure, took only a day or two. If someone needs the 5 dlls, please drop me a note (LibreOffice 4.0.4.2, .Net 4.0) Sebastian -- You are receiving this mail

[Libreoffice-bugs] [Bug 67091] VIEWING: Vertical Text button

2013-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67091 Nova1112 nova1...@gmail.com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Libreoffice-bugs] [Bug 67109] New: REPORTBUILDER - The labels displayed in some options lists do not match the functionality

2013-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67109 Priority: medium Bug ID: 67109 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: REPORTBUILDER - The labels displayed in some options lists do not match the functionality

[Libreoffice-bugs] [Bug 67093] FILEOPEN: Heading style replaced by Title style with FR UI

2013-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67093 --- Comment #10 from Norbert Thiebaud nthieb...@gmail.com --- + are we _sure that the problem is bisected between beta1 and beta2 as indicated by comment #6 ? If that is confirmed then the bug is, or is triggered by something somewhere between

[Libreoffice-bugs] [Bug 67106] fileopen: DOCX File looks different in Libreoffice than M$ Word

2013-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67106 --- Comment #2 from James spa...@gmx.net --- Created attachment 82719 -- https://bugs.freedesktop.org/attachment.cgi?id=82719action=edit image issues with this docx -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 67106] fileopen: DOCX File looks different in Libreoffice than M$ Word

2013-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67106 James spa...@gmx.net changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Libreoffice-bugs] [Bug 67093] FILEOPEN: Heading style replaced by Title style with FR UI

2013-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67093 Arnaud Versini arnaud.vers...@gmail.com changed: What|Removed |Added Severity|blocker |normal

[Libreoffice-bugs] [Bug 67109] REPORTBUILDER - The labels displayed in some options lists do not match the functionality

2013-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67109 --- Comment #1 from marc.romano marc.rom...@ac-aix-marseille.fr --- I confirm with : - Windows 8 pro 64 bits - LibO 4.1.0.1 build 1b3956717a60d6ac35b133d7b0a0f5eb55e9155 Best regards Marc -- You are receiving this mail because: You are the

[Libreoffice-bugs] [Bug 67109] REPORTBUILDER - The labels displayed in some options lists do not match the functionality

2013-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67109 pierre-yves samyn pierre-yves.sa...@laposte.net changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Libreoffice-bugs] [Bug 67112] REPORTBUILDER - L10n - Many of the menu items are not translated (french user interface)

2013-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67112 pierre-yves samyn pierre-yves.sa...@laposte.net changed: What|Removed |Added Status|UNCONFIRMED |NEW

[Libreoffice-bugs] [Bug 67112] New: REPORTBUILDER - L10n - Many of the menu items are not translated (french user interface)

2013-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67112 Priority: medium Bug ID: 67112 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: REPORTBUILDER - L10n - Many of the menu items are not translated (french user interface)

[Libreoffice-bugs] [Bug 66649] Build error in sc/inc/mtvelements.hxx

2013-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66649 Nicolas Christener cont...@0x17.ch changed: What|Removed |Added Status|NEEDINFO|RESOLVED

[Libreoffice-bugs] [Bug 67113] New: UI: the AutoText icon on the Insert toolbar has no more arrow to choose AutoText

2013-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67113 Priority: medium Bug ID: 67113 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: UI: the AutoText icon on the Insert toolbar has no more arrow to choose AutoText

[Libreoffice-bugs] [Bug 67113] UI: the AutoText icon on the Insert toolbar has no more arrow to choose AutoText

2013-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67113 pierre-yves samyn pierre-yves.sa...@laposte.net changed: What|Removed |Added Keywords|

[Libreoffice-bugs] [Bug 67112] REPORTBUILDER - L10n - Many of the menu items are not translated (french user interface)

2013-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67112 --- Comment #1 from pierre-yves samyn pierre-yves.sa...@laposte.net --- Reproduce (qa-fr) with Ubuntu 12.04 32 bits 4.1.0.3 Build ID : 0f08a823567f802c29cbaf2b327db19aaf72016 -- You are receiving this mail because: You are the assignee for the

[Libreoffice-bugs] [Bug 33617] lines created in report builder are not shown in report

2013-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33617 --- Comment #32 from royerjy roye...@wanadoo.fr --- This bug is always present in 4.1.0 rc3 Windows et Ubuntu. -- You are receiving this mail because: You are the assignee for the bug. ___

[Libreoffice-bugs] [Bug 67071] vlookup between two files is really slow and Libreoffice crashes

2013-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67071 --- Comment #5 from Menno Scholten scholten.me...@gmail.com --- I tested with the following versions: LibreOffice Linux - deb (x86_64), version 4.0.4, English (US) OpenOffice 3.4.1 for linux debian 64 bit english -- You are receiving this mail

[Libreoffice-bugs] [Bug 67116] New: Macros: RemoveByName with IDE Code Window open cause program flow termination

2013-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67116 Priority: medium Bug ID: 67116 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: Macros: RemoveByName with IDE Code Window open cause program flow termination

[Libreoffice-bugs] [Bug 67109] REPORTBUILDER - The labels displayed in some options lists do not match the functionality

2013-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67109 --- Comment #2 from royerjy roye...@wanadoo.fr --- I confirm with 4.1.0 rc3 with Windows XP et Ubuntu 12.04. -- You are receiving this mail because: You are the assignee for the bug. ___

[Libreoffice-bugs] [Bug 67117] New: Behavior of bullets when pressing the return button.

2013-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67117 Priority: medium Bug ID: 67117 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: Behavior of bullets when pressing the return button. Severity: normal Classification: Unclassified

[Libreoffice-bugs] [Bug 67049] Why can I not open csv file as comma delimited?

2013-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67049 --- Comment #4 from lmm...@gmail.com --- Thank you for that solution... it gives me what I need. I originally went to http://ask.libreoffice.org where it was suggested that I report the issue as a bug. The differences in the 2 screenshots is

[Libreoffice-bugs] [Bug 37219] Add exported PDF files to the recent documents list in current desktop environment

2013-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37219 rpr rpr.nos...@gmail.com changed: What|Removed |Added Summary|Add exported PDF files to |Add exported PDF files to

[Libreoffice-bugs] [Bug 67093] FILEOPEN: Heading style replaced by Title style with FR UI

2013-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67093 --- Comment #11 from Valter Mura valterm...@gmail.com --- Supposing it is only a 4.1.0 beta problem, I attach a screenshot from my KDE system (Kubuntu 13.04) with Libo 4.0.2.2, Italian, the heading style is same as English and German -- You are

[Libreoffice-bugs] [Bug 67093] FILEOPEN: Heading style replaced by Title style with FR UI

2013-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67093 --- Comment #12 from Valter Mura valterm...@gmail.com --- Created attachment 82725 -- https://bugs.freedesktop.org/attachment.cgi?id=82725action=edit scrsht Italian 4.0.2.2 -- You are receiving this mail because: You are the assignee for the

[Libreoffice-bugs] [Bug 67118] New: BASIC: ReplaceByName - the IDE Code Window does not display the replacement code

2013-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67118 Priority: medium Bug ID: 67118 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: BASIC: ReplaceByName - the IDE Code Window does not display the replacement code

[Libreoffice-bugs] [Bug 63178] Validity drop-down box appears in new sheet when new sheet is created

2013-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63178 --- Comment #4 from grofaty grof...@hotmail.com --- Retested in LibreOffice 4.0.4.2 on Windows XP. Problem still appears. -- You are receiving this mail because: You are the assignee for the bug. ___

[Libreoffice-bugs] [Bug 67118] BASIC: ReplaceByName - the IDE Code Window does not display the replacement code

2013-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67118 --- Comment #1 from irs irsb...@hotmail.com --- This problem may be related to: Bug 67116 Macros: RemoveByName with IDE Code Window open causes program flow termination. Note: I was able to observe this problem with LibreOffice V4 versions on

[Libreoffice-bugs] [Bug 67116] Macros: RemoveByName with IDE Code Window open cause program flow termination

2013-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67116 --- Comment #1 from irs irsb...@hotmail.com --- This problem may be related to: Bug 67118 - BASIC: ReplaceByName - the IDE Code Window does not display the replacement Note: I was able to observe this problem with LibreOffice V4 versions on

[Libreoffice-bugs] [Bug 37130] Insert - Comment uses default system font instead of default Writer font

2013-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37130 --- Comment #13 from rpr rpr.nos...@gmail.com --- If somebody would like to vote for the feature please visit

[Libreoffice-bugs] [Bug 62926] Add option to show 'Apply Style' menu in plain text

2013-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62926 Urmas davian...@gmail.com changed: What|Removed |Added Attachment #77226|text/plain |image/png mime

[Libreoffice-bugs] [Bug 67093] FILEOPEN: Heading style replaced by Title style with FR UI

2013-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67093 --- Comment #13 from Arnaud Versini arnaud.vers...@gmail.com --- Replacing in traduction Titre by Titre principal seems to remove the issue for the french UI. -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 67049] Why can I not open csv file as comma delimited?

2013-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67049 mariosv mari...@miguelangel.mobi changed: What|Removed |Added Status|REOPENED|RESOLVED

[Libreoffice-bugs] [Bug 65549] Export as PDF - Range property is ignored in recorded macro

2013-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65549 tommy27 ba...@quipo.it changed: What|Removed |Added Status|UNCONFIRMED |NEEDINFO CC|

[Libreoffice-bugs] [Bug 55947] PDF-Import fails with Read-Error.

2013-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55947 tommy27 ba...@quipo.it changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Libreoffice-bugs] [Bug 55332] Total editing time not updated

2013-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55332 tommy27 ba...@quipo.it changed: What|Removed |Added CC||ba...@quipo.it --- Comment #5

[Libreoffice-bugs] [Bug 67106] fileopen: DOCX File looks different in Libreoffice than M$ Word

2013-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67106 --- Comment #4 from chuck.pob...@gmail.com --- Because the file is too large, I could not upload it to this site, hense the remote location of the .docx file. The temperary location of the uploaded file will only be available for a week. I do

[Libreoffice-bugs] [Bug 67123] New: Editing a single .odt file causes a huge amount of RAM to be allocated (near 1, 5Gb)!!

2013-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67123 Priority: medium Bug ID: 67123 Assignee: libreoffice-bugs@lists.freedesktop.org Summary: Editing a single .odt file causes a huge amount of RAM to be allocated (near 1,5Gb)!!

[Libreoffice-bugs] [Bug 67123] Editing a single .odt file causes a huge amount of RAM to be allocated (near 1, 5Gb)!!

2013-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67123 mailbo...@gmail.com changed: What|Removed |Added Attachment #82735|0 |1 is obsolete|

[Libreoffice-bugs] [Bug 67123] Editing a single .odt file causes a huge amount of RAM to be allocated (near 1, 5Gb)!!

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

[Libreoffice-bugs] [Bug 30744] Deprecate the gallery

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

[Libreoffice-bugs] [Bug 30744] Deprecate the gallery

2013-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30744 bfoman bfo.bugm...@spamgourmet.com changed: What|Removed |Added CC||b...@eikota.de,

[Libreoffice-bugs] [Bug 67099] calc very slow in opening large ods

2013-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67099 --- Comment #2 from jammon jammon...@hotmail.com --- Hi, I tried to attach a sample file but it complained that the file is too big, the file has to be big or else it wouldn't review the problem. Please advise. Thanks -- You are receiving

[Libreoffice-bugs] [Bug 67077] Textboxes in LO preferences is too high

2013-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67077 Adolfo (fitoschido) f...@libreoffice.org changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 67099] calc very slow in opening large ods

2013-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67099 --- Comment #3 from jammon jammon...@hotmail.com --- Hi, I have uploaded the test file to http://depositfiles.com/files/j938xse18 It is 9.19Mb, saved to ods from a .csv file. Calc4.04 loads and opens it in just under a minute while it takes

[Libreoffice-bugs] [Bug 51848] Trash after uninstall

2013-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51848 João Mac-Cormick joao.corm...@sisejuferj.org.br changed: What|Removed |Added Resolution|INVALID |FIXED

[Libreoffice-bugs] [Bug 67093] FILEOPEN: Heading style replaced by Title style with FR UI

2013-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=67093 --- Comment #14 from Niklas Johansson sleeping.pil...@gmail.com --- Can confirm the effect on Swedish version as well. Works well in LibreOffice 3.6 beta 4.0 beta but not in LibreOffice 4.1 rc3. As a sidenote the same issue is present in

[Libreoffice-bugs] [Bug 53360] : Conditional Spacing between paragraphs

2013-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53360 --- Comment #20 from João Mac-Cormick joao.corm...@sisejuferj.org.br --- Bug still exists in version 4.0.4.2. -- You are receiving this mail because: You are the assignee for the bug. ___

[Libreoffice-bugs] [Bug 54012] Contextual spacing ignores the line spacing inside paragraph

2013-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54012 --- Comment #2 from João Mac-Cormick joao.corm...@sisejuferj.org.br --- Bug still exists in version 4.0.4.2 -- You are receiving this mail because: You are the assignee for the bug. ___

[Libreoffice-bugs] [Bug 34411] External and internal HSQLDB must be usable in different versions

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

[Libreoffice-bugs] [Bug 44854] Upgrade bundled HSQLDB to 2.x

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

[Libreoffice-bugs] [Bug 51780] default to Firebird not HSQLDB in Base

2013-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51780 Bug 51780 depends on bug 51781, which changed state. Bug 51781 Summary: Select a good replacement for embedded HSQLDB 1.8 https://bugs.freedesktop.org/show_bug.cgi?id=51781 What|Removed |Added

[Libreoffice-bugs] [Bug 44854] Upgrade bundled HSQLDB to 2.x

2013-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44854 Bug 44854 depends on bug 51781, which changed state. Bug 51781 Summary: Select a good replacement for embedded HSQLDB 1.8 https://bugs.freedesktop.org/show_bug.cgi?id=51781 What|Removed |Added

[Libreoffice-bugs] [Bug 51781] Select a good replacement for embedded HSQLDB 1.8

2013-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51781 bfoman bfo.bugm...@spamgourmet.com changed: What|Removed |Added Status|NEW |RESOLVED

[Libreoffice-bugs] [Bug 38811] default to SQLite not HSQLDB in Base

2013-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38811 Bug 38811 depends on bug 51781, which changed state. Bug 51781 Summary: Select a good replacement for embedded HSQLDB 1.8 https://bugs.freedesktop.org/show_bug.cgi?id=51781 What|Removed |Added

[Libreoffice-bugs] [Bug 63294] EDITING: Underscore line can't be erased without crashing

2013-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63294 João Mac-Cormick joao.corm...@sisejuferj.org.br changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 58795] FILESAVE: Empty document is INVALID ODF 1.2: Error unexpected attribute style:contextual-spacing

2013-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58795 João Mac-Cormick joao.corm...@sisejuferj.org.br changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 58795] FILESAVE: Empty document is INVALID ODF 1.2: Error unexpected attribute style:contextual-spacing

2013-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58795 --- Comment #6 from João Mac-Cormick joao.corm...@sisejuferj.org.br --- *** Bug 61061 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 61061] NEW: avoid unnecessary ODF 1.2 incompatibility

2013-07-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61061 João Mac-Cormick joao.corm...@sisejuferj.org.br changed: What|Removed |Added Status|NEW

  1   2   >