Re: Locating Backing Window Recent Documents Object

2012-07-12 Thread Michael Meeks
Hi Joel, On Wed, 2012-07-11 at 11:03 -0700, Joel Madero wrote: > I've been able to do a bit of changes and now I'm on the last thing > and that's pinpointing where the little black arrow png is. Any > suggestions on where the arrow is being called, from there I think > I'll be able to adjust it ju

Re: Locating Backing Window Recent Documents Object

2012-07-11 Thread Joel Madero
Again many thanks Michael. I agree that UX team should be the final say but I want to familiarize with as much code as possible and I figured this was an easy enough task that I could do the changes, show the UX team and then let them either accept or reject. I've been able to do a bit of changes

Re: Locating Backing Window Recent Documents Object

2012-07-06 Thread Michael Meeks
On Fri, 2012-07-06 at 08:54 -0700, Joel Madero wrote: > haha digging a ditch for myself ;) I think I now am following the > logic of MouseButtonDown but I'm still not seeing where it's being > called (and where rMEvt) is coming from. Basically where are the pixel > ranges defined as different acti

Re: Locating Backing Window Recent Documents Object

2012-07-06 Thread Joel Madero
haha digging a ditch for myself ;) I think I now am following the logic of MouseButtonDown but I'm still not seeing where it's being called (and where rMEvt) is coming from. Basically where are the pixel ranges defined as different actions (open vs. recent documents). Here is a link to the bug (or

Re: Locating Backing Window Recent Documents Object

2012-07-06 Thread Michael Meeks
Hi Joel, On Fri, 2012-07-06 at 08:17 -0700, Joel Madero wrote: > Someone else suggested there also but I'm not seeing anything that > would differentiate Open vs. Recent Documents on the backingwindow. Having a link to the relevant bug / issue might be interesting :-) Ivan's link is good

Re: Locating Backing Window Recent Documents Object

2012-07-06 Thread Joel Madero
I'm trying to extend the area of the recent document drop down menu, none of the other ones. I want to increase the size of that one and decrease the size of the open dialog. Joel On Fri, Jul 6, 2012 at 8:33 AM, Ivan Timofeev wrote: > On 06.07.2012 19:17, Joel Madero wrote: > >> Someone else su

Re: Locating Backing Window Recent Documents Object

2012-07-06 Thread Ivan Timofeev
On 06.07.2012 19:17, Joel Madero wrote: Someone else suggested there also but I'm not seeing anything that would differentiate Open vs. Recent Documents on the backingwindow. AFAIUI you are trying to extend the area, which is responsible for mouse clicks showing the menu. In this case the code

Re: Locating Backing Window Recent Documents Object

2012-07-06 Thread Joel Madero
Someone else suggested there also but I'm not seeing anything that would differentiate Open vs. Recent Documents on the backingwindow. Thanks for the input, really want to track this one down Joel On Fri, Jul 6, 2012 at 3:45 AM, Ivan Timofeev wrote: > Hi Joel > > > On 05.07.2012 23:33, Joel Made

Re: Locating Backing Window Recent Documents Object

2012-07-06 Thread Ivan Timofeev
Hi Joel On 05.07.2012 23:33, Joel Madero wrote: I didn't see the code that is actually determining the location of the click that brings up the open dialog vs. the recent documents dialog. Currently if you click on the arrow to the right of the vertical line next to open, a recent documents list

Locating Backing Window Recent Documents Object

2012-07-05 Thread Joel Madero
Hi All, Summary: Trying to find out how libreoffice is handling Open vs. Recent Documents on the backing window that comes up with ./soffice Details: I spent time in the IRC chat a couple days ago trying to get help on this one and another hour or two looking at code has gotten me no where (alth