Re: Size of minibuffer up/down buttons

2007-02-21 Thread José Matos
On Wednesday 21 February 2007 10:34:19 pm Andre Poenitz wrote: > José, is this 1.5 stuff or for later? How much code does it implies? > Andre' -- José Abílio

Re: Size of minibuffer up/down buttons

2007-02-21 Thread Andre Poenitz
On Tue, Feb 20, 2007 at 08:47:03PM +0100, Georg Baum wrote: > > So 16 and 22 then? The 22 can be padded automagically to 24 on Windows. > > Fine with me. José, is this 1.5 stuff or for later? Andre'

Re: Size of minibuffer up/down buttons

2007-02-21 Thread Andre Poenitz
On Wed, Feb 21, 2007 at 09:34:00AM +0100, Georg Baum wrote: > Andre Poenitz wrote: > > > Ok. So how should we distinguish the two sets? > > > > svn cp images/* images/16/* > > svn mv images/* images/22/* > > > > (For suitable values of '*')? > > Again I would follow kde: > > 16x16 and 22x22

Re: Size of minibuffer up/down buttons

2007-02-21 Thread José Matos
On Wednesday 21 February 2007 8:34:00 am Georg Baum wrote: > 16x16 and 22x22 as directory names. And I would take the opportunity to > move from xpm to png, so no direct copying. And we could also copy those > icons that came originally from kde icons in the right sizes again, that > would save us

Re: Size of minibuffer up/down buttons

2007-02-21 Thread Georg Baum
Andre Poenitz wrote: > Ok. So how should we distinguish the two sets? > > svn cp images/* images/16/* > svn mv images/* images/22/* > > (For suitable values of '*')? Again I would follow kde: 16x16 and 22x22 as directory names. And I would take the opportunity to move from xpm to png, so no

Re: Size of minibuffer up/down buttons

2007-02-20 Thread Andre Poenitz
On Tue, Feb 20, 2007 at 08:47:03PM +0100, Georg Baum wrote: > Am Montag, 19. Februar 2007 20:28 schrieb Andre Poenitz: > > On Mon, Feb 19, 2007 at 08:03:34PM +0100, Georg Baum wrote: > > > Am Montag, 19. Februar 2007 18:45 schrieb Andre Poenitz: > > > > > > > Have we settled on a list of wanted si

Re: Size of minibuffer up/down buttons

2007-02-20 Thread Georg Baum
Am Montag, 19. Februar 2007 20:28 schrieb Andre Poenitz: > On Mon, Feb 19, 2007 at 08:03:34PM +0100, Georg Baum wrote: > > Am Montag, 19. Februar 2007 18:45 schrieb Andre Poenitz: > > > > > Have we settled on a list of wanted sizes? > > > > Not yet. > > > > > 18, 24, 32 perhaps? > > > > Accord

Re: Size of minibuffer up/down buttons

2007-02-19 Thread Andre Poenitz
On Mon, Feb 19, 2007 at 08:03:34PM +0100, Georg Baum wrote: > Am Montag, 19. Februar 2007 18:45 schrieb Andre Poenitz: > > > Have we settled on a list of wanted sizes? > > Not yet. > > > 18, 24, 32 perhaps? > > According to this thread > http://marc.theaimsgroup.com/?l=lyx-devel&m=11648316642

Re: Size of minibuffer up/down buttons

2007-02-19 Thread Georg Baum
Am Montag, 19. Februar 2007 18:45 schrieb Andre Poenitz: > Have we settled on a list of wanted sizes? Not yet. > 18, 24, 32 perhaps? According to this thread http://marc.theaimsgroup.com/?l=lyx-devel&m=116483166427366&w=3 16, 24, 32 and 48 are the standard icon sizes on windows, while KDE al

Re: Size of minibuffer up/down buttons

2007-02-19 Thread Andre Poenitz
On Mon, Feb 19, 2007 at 12:09:04PM +0100, Georg Baum wrote: > Am Sonntag, 18. Februar 2007 19:32 schrieb Andre Poenitz: > > On Sun, Feb 18, 2007 at 04:38:44PM +0100, Georg Baum wrote: > > > Am Sonntag, 18. Februar 2007 15:51 schrieb Andre Poenitz: > > > > Attached patch reduces the size of the up a

Re: Size of minibuffer up/down buttons

2007-02-19 Thread Georg Baum
Am Sonntag, 18. Februar 2007 19:32 schrieb Andre Poenitz: > On Sun, Feb 18, 2007 at 04:38:44PM +0100, Georg Baum wrote: > > Am Sonntag, 18. Februar 2007 15:51 schrieb Andre Poenitz: > > > Attached patch reduces the size of the up and down button in the > > > minibuffer toolbar. > > > > > > Comment

Re: Size of minibuffer up/down buttons

2007-02-18 Thread Andre Poenitz
On Sun, Feb 18, 2007 at 04:38:44PM +0100, Georg Baum wrote: > Am Sonntag, 18. Februar 2007 15:51 schrieb Andre Poenitz: > > Attached patch reduces the size of the up and down button in the > > minibuffer toolbar. > > > > Comments? > > This is a general problem with all icons that should be fixed

Re: Size of minibuffer up/down buttons

2007-02-18 Thread Georg Baum
Am Sonntag, 18. Februar 2007 15:51 schrieb Andre Poenitz: > Attached patch reduces the size of the up and down button in the > minibuffer toolbar. > > Comments? This is a general problem with all icons that should be fixed in general. The icons where displayed using the original size in qt3, qt4

Size of minibuffer up/down buttons

2007-02-18 Thread Andre Poenitz
Attached patch reduces the size of the up and down button in the minibuffer toolbar. Comments? Andre' Index: QCommandBuffer.C === --- QCommandBuffer.C(revision 17238) +++ QCommandBuffer.C(working copy) @@ -83,10 +83,14 @@