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 wh

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 LibreOf

[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 Date: Mon, 4 Jul 2011 19:08:09 +1200 Subject: [PATCH] Fix fdo#37482 (selecting text box after editing g

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 > 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] impress: after adding a new animation, scroll down to it in the list.

2011-06-26 Thread Luke Symes
t do you think of my attached patch? Once we have found the given 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 Date: Sun, 26 Jun 2011 21:53:46 +1200 Subject: [P

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
you please review/commit this? Kind regards, Luke. From f1b9f0219708da8332f1ba728fce0c63cbec6f4b Mon Sep 17 00:00:00 2001 From: Luke Symes 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

[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 Date: Fri, 24 Jun

Re: [Libreoffice] [PUSHED] Fix build by updating to new api

2011-06-23 Thread Luke Symes
On Fri, Jun 24, 2011 at 6:41 AM, Michael Meeks wrote: > > Lovely - pushed to master; thanks :-) > >Which makes me wonder - now you've fixed the impress ergonomic snafu > nicely, what is next on your hit list ? :-) > > I'm interested in working on gui stuff, especially the custom an

[Libreoffice] [PATCH] Fix build by updating to new api

2011-06-23 Thread Luke Symes
From: Luke Symes Date: Thu, 23 Jun 2011 20:50:45 +1200 Subject: [PATCH] Update for new api for SetWindowState --- basic/source/app/app.cxx |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/basic/source/app/app.cxx b/basic/source/app/app.cxx index b40576e..0650b83 100644

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

2011-06-22 Thread Luke Symes
From f3726e31957995c8554cdb84e093854977dd7623 Mon Sep 17 00:00:00 2001 From: Luke Symes 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/sour

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 wrote: > 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 0af6751..2c1846b 100755 --- a/do

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 wrote: > 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 the very least

[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 0af6

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 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? > see also: http:/

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

2010-10-24 Thread Luke Symes
Actually, I am running into lots of small errors, missing semicolons mostly. Attached is a patch that lets the "sw" module build. From e7b195830bfddf4477d4a6a26fde5712b644e761 Mon Sep 17 00:00:00 2001 From: Luke Symes Date: Mon, 25 Oct 2010 12:28:14 +1300 Subject: [PATCH] Fix bu

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 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 a/sw/source/ui/ind

[Libreoffice] [PATCH] More dead code removal under connectivity

2010-10-17 Thread Luke Symes
This patch cleans up miscellaneous dead code in libs-core/connectivity/*. From 73220a35215bdc6ae195ddf6cd2775dd15c966e4 Mon Sep 17 00:00:00 2001 From: Luke Symes Date: Sun, 17 Oct 2010 20:01:58 +1300 Subject: [PATCH] Cleanup some more dead code under connectivity. --- avmedia/source/gstreamer

[Libreoffice] [PATCH] Remove dead code from dbase driver.

2010-10-16 Thread Luke Symes
This patch removes dead code and fixes a few comments in the code for the dbase driver in the libs-core repository. From 8aac153aff470310b23abb63fcb78847fb9d8aad Mon Sep 17 00:00:00 2001 From: Luke Symes Date: Sun, 17 Oct 2010 18:44:04 +1300 Subject: [PATCH] Remove dead code from dbase driver