[PATCH] fdo#42396: Wizard dropdown does not sort alphabetically

2012-03-03 Thread Dézsi Szabolcs
Hi! Bug: https://bugs.freedesktop.org/show_bug.cgi?id=42396 This is my first hack in Java, so let me know if something is wrong. I tested it, it worked for me. Szabolcs From 19f67b45799639db9549a9aa1f0beac3d4217ed8 Mon Sep 17 00:00:00 2001 From: Szabolcs

Two Python 2.x regressions in LibreOffice 3.5.1RC1

2012-03-03 Thread David Bolen
I've run into two regressions (from 3.4.5) when using LibreOffice 3.5.1RC1 with the internal Python interpreter (though I believe it will affect any Python 2.x user), both apparently unintended consequences of an earlier Python 3 compatibility commit. I'm pretty sure these were present in 3.5.0 bu

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-03-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Cor Nouws changed: What|Removed |Added Depends on||39003 --- Comment #219 from Cor Nouws 2012-

[REVIEW] redundantAssignInSwitch in connectivity/source/drivers/postgresql/pq_tools.cxx

2012-03-03 Thread julien2412
Hello, Cppcheck reports this : core/connectivity/source/drivers/postgresql/pq_tools.cxx 520 redundantAssignInSwitch style Redundant assignment of "ret" in switch Here's the function : static bool isOperator( char c ) { bool ret; switch(c) { case '+': case '-': case '

Re: [Libreoffice] [PATCH] [PUSHED] Automatically select an option page if a user clicks on a category

2012-03-03 Thread Cor Nouws
Cor Nouws wrote (03-03-12 22:29) However, when I work in a build from last week (1), I see that navigating the option pages (sections, left panel of the window) with arrow keys does not work. 1) LibreOffice master 120116 3.6.0alpha0+ a9ebfbc-9eed775-f061262-libreoffice-3-5 branch-point I ha

Re: [Libreoffice] [PATCH] [PUSHED] Automatically select an option page if a user clicks on a category

2012-03-03 Thread Cor Nouws
Hi all, Regarding this change, I remember I had some discussion (or a bug) about the fact that navigation of the option page was broken by the patch. And I see this commit in git: 064065985a24e2454234e929969cc2b1649b3d01 However, when I work in a build from last week (1), I see that navigatin

What's the logic behind that new "footer" in WRITER

2012-03-03 Thread john malc
Hi guys, I write a seminar paper, where I need to have a footer with link (URL). NOW : Let's imagine there is a page 1 with 2 URLs. After finishing this page, I begin to write the second one, where I don't want to have the same links as on the first one. Basically at the end of my paper (e.g. page

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-03-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Roman Eisele changed: What|Removed |Added Platform|x86-64 (AMD64) |All OS/Version|Linux (All)

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-03-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 bordfe...@web.de changed: What|Removed |Added Platform|All |x86-64 (AMD64) OS/Version|All

Re: LibreOffice Digest, Vol 19, Issue 19

2012-03-03 Thread Olivier Hallot
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Jonathan Em 03-03-2012 14:30, Jonathan Aquilina escreveu: > Hey Oliver I just imported core into eclipse :) is there a wiki page on > how to setup eclipse for others to follow? Unfortunately not... And I must say that I am not an Eclipse expert (e

Re: LibreOffice Digest, Vol 19, Issue 19

2012-03-03 Thread julien2412
Jonathan and Olivier : if you succeed in compiling LO with Eclipse, it could be great for compilation with an IDE ! About index, you can use http://opengrok.libreoffice.org/ but I suppose both of you already known this :-) Julien. -- View this message in context: http://nabble.documentfoundation

Re: LibreOffice Digest, Vol 19, Issue 19

2012-03-03 Thread Jonathan Aquilina
On 03/03/2012 18:22, Olivier Hallot wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Em 03-03-2012 13:37, julien2412 escreveu: I didn't say we couldn't code in C++ with Eclipse (never tested but I think you can also code in PHP with Eclipse), I just said "I don't think it's possible to

Re: LibreOffice Digest, Vol 19, Issue 19

2012-03-03 Thread Olivier Hallot
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Em 03-03-2012 13:37, julien2412 escreveu: > I didn't say we couldn't code in C++ with Eclipse (never tested but I think > you can also code in PHP with Eclipse), I just said "I don't think it's > possible to build the LO project on Eclipse" :-) I

Re: LibreOffice Digest, Vol 19, Issue 19

2012-03-03 Thread julien2412
I didn't say we couldn't code in C++ with Eclipse (never tested but I think you can also code in PHP with Eclipse), I just said "I don't think it's possible to build the LO project on Eclipse" :-) -- View this message in context: http://nabble.documentfoundation.org/Re-LibreOffice-Digest-Vol-19-I

Re: LibreOffice Digest, Vol 19, Issue 19

2012-03-03 Thread Jonathan Aquilina
On 03/03/2012 16:24, julien2412 wrote: Hi, I don't think it's possible to build the project on Eclipse (see http://nabble.documentfoundation.org/template/NamlServlet.jtp?macro=search_page&node=1639786&query=eclipse), but perhaps I'm wrong. You must know that most of LO is written in C++. There a

exporting symbols on Windows

2012-03-03 Thread Matúš Kukan
Hello, I was again working on gbuild'izing, this time on Windows only embedserv/. (patch attached) I don't know if it is used for something but if it is, we need to export symbols from inprocserv.dll listed in embedserv/source/inprocserv/exports.dxp. So I have done: ifeq ($(COM),MSC) $(eval $(ca

Investigating about why first launch after install fails

2012-03-03 Thread julien2412
Hi, First thing, my autogen.lastrun includes : --enable-ext-barcode On master, when LO profile isn't present (so first time only) and that I try to launch LO, it fails with this error : Python exception: : 'module' object has no attribute 'writeRegistryInfo', traceback follows /home/julien/comp

Re: LibreOffice Digest, Vol 19, Issue 19

2012-03-03 Thread julien2412
Hi, I don't think it's possible to build the project on Eclipse (see http://nabble.documentfoundation.org/template/NamlServlet.jtp?macro=search_page&node=1639786&query=eclipse), but perhaps I'm wrong. You must know that most of LO is written in C++. There are some C, Java and Python, even a few as

About Norbert's tinderbox break

2012-03-03 Thread julien2412
Hello, The Norbert's Tinderbox broke because of the commit http://cgit.freedesktop.org/libreoffice/core/commit/?id=5122196acc2e8e9d8e71dad3d941b373b09e0b03 (so my fault :-( ) I can revert this commit of course but I must recognize I don't understand what's the problem with these changes. Any ide

Re: LibreOffice Digest, Vol 19, Issue 19

2012-03-03 Thread lakshman udayakantha
hi I am new to open source world and like to involved in libreoffice development. can you give me detailed on how to build process goes on windows using eclipse? Lakshman Udayakantha ___ LibreOffice mailing list LibreOffice@lists.freede

Re: [UX advise] Key navigation in ValueSet controls

2012-03-03 Thread Stefan Knorr (Astron)
Hi Matteo, so, took me a while to find the courage to read that :) But good observations these are. Anyway, ... > Is this behavior the expected/commonly accepted one? > I would like to propose: > * left/right motion should not wrap around from first to last (or last >  to first) item. Moving thr

Re: [PUSHED 3-5-1] Simple UI fix

2012-03-03 Thread Stefan Knorr (Astron)
Thanks to all of you! Astron. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[PATCH]fdo45671 writer par. bg color simplified code for split button

2012-03-03 Thread Winfried Donkers
Attached the next button with simplified code. More to follow. WinfriedFrom 00e3a1eed09c3fce9143dd17fe72d20b626ceef6 Mon Sep 17 00:00:00 2001 From: Winfried Donkers Date: Sat, 3 Mar 2012 09:55:11 +0100 Subject: [PATCH] fdo#45671 writer par. bg color simplified code --- sw/source/ui/inc/basesh.h

LibreOffice fails to recognize MATE as GNOME/GTK-based desktop

2012-03-03 Thread Arnaud Champollion
Hello, I've been advised to post here. I have LibreOffice 3.4.5 OOO340m1 (Build:502) on Debian Wheezy, with MATE desktop. In LibreOffice, it's impossible tu use GTK open/save dialog boxes. The problem have been solved by adding export OOO_FORCE_DESKTOP=gnome to ~/.profile and if [ -r ~