[Libreoffice] [Bug 35673] LibreOffice 3.4 most annoying bugs

2012-01-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Bug 35673 depends on bug 39928, which changed state. Bug 39928 Summary: VIEWING: pictures in particular .doc shown wrong, picture size correct, but contents shrunken and surrounded by white margin. https://bugs.freedesktop.org/show_bug.cgi?id=39

[Libreoffice] [Bug 37361] LibreOffice 3.5 most annoying bugs

2012-01-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 --- Comment #116 from Rob Snelders 2012-01-21 01:55:06 PST --- Nominate 44143 - formula's that use data from pivot table don't update with the pivot table -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You a

[Libreoffice] [Bug 37361] LibreOffice 3.5 most annoying bugs

2012-01-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Rob Snelders changed: What|Removed |Added Depends on||44143 -- Configure bugmail: https://bugs

[Libreoffice] [PATCH]Bug 34425 - [EasyHack] formatting background color toolbar button

2012-01-21 Thread Winfried Donkers
Attached the patch for fdo34425. Also, I translated the german comments in tbcontrl.hxx (plus corrected one typing error in it) WinfriedFrom edc9e766596ca7ef1d297e285a948ac05d03b994 Mon Sep 17 00:00:00 2001 From: Winfried Donkers Date: Sat, 21 Jan 2012 11:34:26 +0100 Subject: [PATCH] patch for f

[Libreoffice] sal / unit tests ...

2012-01-21 Thread Michael Meeks
Hi guys, Suffering an Android problem around readLine - I thought I'd add a unit test :-) [ after all the great work done to enable them, thanks !]. It seems however that adding some CPPUNIT_ASSERT(false) lines to many of the tests in osl_File.cxx meant they still passed beautifully ;-)

[Libreoffice] [bug fdo#41326] UI: Impossible to select text from the input line in a read-only document

2012-01-21 Thread Rob Snelders
Hi All, I had the same problem as the people in this bug. Isn't it possible to enable the feature to select text in Read-Only-documents by default? I think it will help a lot of people when opening documents from, for example, email. -- Greetings, Rob Snelders ___

Re: [Libreoffice] sal / unit tests ...

2012-01-21 Thread Matúš Kukan
On 21 January 2012 13:07, Michael Meeks wrote: >        * Cppunit_ gnumakefiles can only handle a single test per file >                + I split up the osl_File one to make it run: > >          grep gb_CppunitTest_CppunitTest sal/*.mk > >                shows a couple are still doubled up and nee

Re: [Libreoffice] [libo-marketing-priv] Nl Libre marketing

2012-01-21 Thread Luc Castermans
2012/1/20 Cor Nouws : >> Little thinking experiment: >> >> With today''s versions, what would that bring: >> >> - stable = 3.3.4 >> - unstable = 3.4.3 or 3.4.5.  or 3.5rc1 or   > > > Sorry Luc, I should/could have informed you before on this discussion (since > you ones touched it in a mail).

Re: [Libreoffice] Changes in tools causes build failure on Ubuntu Oneiric

2012-01-21 Thread Alex Thurgood
Le 20/01/2012 11:02, Alexander Thurgood a écrit : Just reporting back to say that it built fine in the end. Alex ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] Easyhack : updating biblio.odb

2012-01-21 Thread julien2412
Hello, I've just read the fdo#45033 "The pre-installed data in the Bibliography Database is about OpenOffice". I had never checked since I commited if everything was ok but I don't understand why I can't see the changes I had made on extras/source/database/biblio.odb. I searched in extras 3.4 rep

Re: [Libreoffice] sal / unit tests ...

2012-01-21 Thread Matúš Kukan
Hi Michael, On 21 January 2012 14:19, Matúš Kukan wrote: > On 21 January 2012 13:07, Michael Meeks wrote: >>        * Cppunit_ gnumakefiles can only handle a single test per file >>                + I split up the osl_File one to make it run: >> >>          grep gb_CppunitTest_CppunitTest sal/*.

Re: [Libreoffice] [bug fdo#41326] UI: Impossible to select text from the input line in a read-only document

2012-01-21 Thread Noel Grandin
Yes, that's why we need to develop patches. See here if you want to help: http://www.libreoffice.org/get-involved/developers/ On Sat, Jan 21, 2012 at 14:20, Rob Snelders wrote: > Hi All, > > I had the same problem as the people in this bug. Isn't it possible to > enable the feature to select tex

Re: [Libreoffice] Easyhack : updating biblio.odb

2012-01-21 Thread julien2412
Hello again, I discussed about it on IRC, there's nothing to do . I updated the "completed task" page to remove this task. I must have made something wrong with git or else but I don't want to do this task again. So anyone can feel free to assign for it :-) Julien. -- View this message in conte

[Libreoffice] Compiling question by a complete beginner

2012-01-21 Thread Barış Akkurt
Hi, I'm a complete beginner in LibreOffice development and at the compiling step now. I tried instructions here: http://wiki.documentfoundation.org/Development/Native_Build But compilation failed while building the moz module. I tried instructions here: https://www.libreoffice.org/bugzilla/show_bug

Re: [Libreoffice] Compiling question by a complete beginner

2012-01-21 Thread julien2412
Hello, IMHO the best way is to follow http://wiki.documentfoundation.org/Development/Native_Build . But if you have some trouble you may find help on IRC. http://webchat.freenode.net/ channels : - libreoffice-dev (obviously for dev questions : patch for example) - libreoffice (user questions) Jul

Re: [Libreoffice] Compiling question by a complete beginner

2012-01-21 Thread Christian Lohmaier
2012/1/21 Barış Akkurt : > [...] > --- > ERROR: error 65280 occurred while making > /home/baris/libo/helpcontent2/source/auxiliary > >  it seems th

Re: [Libreoffice] Compiling question by a complete beginner

2012-01-21 Thread Stefan Knorr (Astron)
Hi Baris, not that I'm an expert, but it's probably not advisable to follow the instructions you found on vogella.de, as the bootstrap repository (and the associated repositories) is now quite outdated. Instead, it's seems the best to follow the wiki page (as Julien already said). If you have trou

[Libreoffice] [Bug 37361] LibreOffice 3.5 most annoying bugs

2012-01-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 --- Comment #117 from elya.wyg...@gmail.com 2012-01-21 14:15:27 PST --- nominate Bug 33302 - brackets inverted in rtl text (mac only). -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail

[Libreoffice] [Bug 37361] LibreOffice 3.5 most annoying bugs

2012-01-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 --- Comment #118 from elya.wyg...@gmail.com 2012-01-21 14:22:05 PST --- (In reply to comment #117) > nominate Bug 33302 - brackets inverted in rtl text (mac only). sorry for double post but i wanted to add an argument : it is very annoying to see