Re: [PUSHED-3-5] Revert Set the listbox height to an integer multiple of the listbox entry height

2012-06-09 Thread Luke Symes
Hi, The problem I was trying to fix was that if a custom animation list item was part shown at the bottom of the list, then moving the item above it down one item would leave it part visible, when I felt that when an item was moved, it should stay fully visible. Please see attached image to see

Re: [Libreoffice-ux-advise] [PUSHED-3-5] Revert Set the listbox height to an integer multiple of the listbox entry height

2012-06-09 Thread Luke Symes
Hi, The problem I was trying to fix was that if a custom animation list item was part shown at the bottom of the list, then moving the item above it down one item would leave it part visible, when I felt that when an item was moved, it should stay fully visible. Please see attached image to see

License statement

2012-05-09 Thread Luke Symes
Hi, just posting a license statement for my contributions to LibreOffice: All of my past future contributions to LibreOffice may be licensed under the MPL/LGPLv3+ dual license. Kind regards, Luke Symes. ___ LibreOffice mailing list LibreOffice

[Libreoffice] [PATCH] fix for fdo#37482 - selecting text box after editing gives rotation handles

2011-07-04 Thread Luke Symes
Hi, Attached is a patch to fix fdo#37482. Could this be reviewed pushed? Kind regards, Luke. From e7e9e5fb3bfa117a2f30d8d070d3705980e59dae Mon Sep 17 00:00:00 2001 From: Luke Symes allsy...@gmail.com Date: Mon, 4 Jul 2011 19:08:09 +1200 Subject: [PATCH] Fix fdo#37482 (selecting text box after

Re: [Libreoffice] [PATCH][PUSHED] impress: after adding a new animation, scroll down to it in the list.

2011-06-27 Thread Luke Symes
2011/6/27 Radek DoulĂ­k r...@novell.com Hi Luke, @@ -542,6 +543,7 @@ void CustomAnimationList::select( CustomAnimationEffectPtr pEffect, bool bSelect { append( pEffect ); select( pEffect ); +MakeVisible( Last() ); we don't need to call it here ^^^,

Re: [Libreoffice] [PATCH] [PUSHED:master] Fix for Bug 37484 - On any animation change, current position in list is lost

2011-06-26 Thread Luke Symes
/commit this? Kind regards, Luke. From f1b9f0219708da8332f1ba728fce0c63cbec6f4b Mon Sep 17 00:00:00 2001 From: Luke Symes allsy...@gmail.com Date: Sun, 26 Jun 2011 22:13:01 +1200 Subject: [PATCH] Fix ScrollToAbsPos to work when we have an empty list. --- svtools/source/contnr/svimpbox.cxx |2

Re: [Libreoffice] [PATCH] impress: after adding a new animation, scroll down to it in the list.

2011-06-26 Thread Luke Symes
entry, we should select it and then we are done, aren't we? Kind regards, Luke. From 83f1cfca5aab5ea98f703108b6f7d0baa02343ca Mon Sep 17 00:00:00 2001 From: Luke Symes allsy...@gmail.com Date: Sun, 26 Jun 2011 21:53:46 +1200 Subject: [PATCH] Scroll to newly added animations in the list. --- sd

[Libreoffice] [PATCH] impress: after adding a new animation, scroll down to it in the list.

2011-06-23 Thread Luke Symes
Hi there, This is a one-line patch to impress to make the animation list scroll down to show a newly added animation. Previously we didn't scroll the list at all. Kind Regards, Luke. From 011c3c21a7a8a250261cead697a4cf5d005a02dd Mon Sep 17 00:00:00 2001 From: Luke Symes allsy...@gmail.com Date

[Libreoffice] [PATCH] Fix for Bug 37484 - On any animation change, current position in list is lost

2011-06-22 Thread Luke Symes
f3726e31957995c8554cdb84e093854977dd7623 Mon Sep 17 00:00:00 2001 From: Luke Symes allsy...@gmail.com Date: Wed, 22 Jun 2011 15:40:26 +1200 Subject: [PATCH 1/3] Set the listbox height to an integer multiple of the listbox entry height. This ensures that we don't get a half visible entry at the bottom of the view. --- svtools

Re: [Libreoffice] [PATCH] Show progress bars when downloading external dependencies

2011-06-11 Thread Luke Symes
On Fri, Jun 10, 2011 at 12:21 PM, Norbert Thiebaud nthieb...@gmail.comwrote: give it a try and look a what the log looks like ... I think the log looks quite good with --progress=dot:mega. Could this get pushed to master? Regards, Luke. diff --git a/download b/download index

[Libreoffice] [PATCH] Show progress bars when downloading external dependencies

2011-06-09 Thread Luke Symes
Hi, When I was running make fetch, I found myself wanting to know the progress of the downloads, as my internet is by no means instantaneous. So, I found how to make wget display a nice progress bar. Could this be added to master? Kind regards, Luke. diff --git a/download b/download index

Re: [Libreoffice] [PATCH] Show progress bars when downloading external dependencies

2011-06-09 Thread Luke Symes
On Fri, Jun 10, 2011 at 11:57 AM, Norbert Thiebaud nthieb...@gmail.comwrote: The reason wget does not show the progress bar unless you force it to, is because the output, here, is piped to a file. presenting progress bar and putting the output in a file make for a big and ugly log file. At

Re: [Libreoffice] A (new?) bug in LibreOffice 3.4 and a missing feature?

2011-06-03 Thread Luke Symes
Hello Axel, On Fri, Jun 3, 2011 at 7:35 PM, Axel Reimer lopar...@fpgas.de wrote: 2. There is mentioned a unity integration in the release notes of 3.4. But the menus do not integrate in the global menu and I cannot find an option in LibreOffice to do so. Is this feature really integrated?

Re: [Libreoffice] [PATCH] OSL_* macros in writer/sw/source/ui

2010-10-24 Thread Luke Symes
On Mon, Oct 25, 2010 at 10:52 AM, Jan Holesovsky ke...@suse.cz wrote: Hi Jacek, On 2010-10-24 at 22:39 +0200, Jacek Wolszczak wrote: LibreO should compile with the attached changes. Thank you a lot! Pushed :-) I needed to make this change to be able to compile: diff --git