Re: wmaker: default icon size ?

2014-06-04 Thread Josip Deanovic
Quoting message written on Wednesday 2014-06-04 14:01:47 by David 
Maciejak:
 Hi,
 
 Enclosed my current info panel, with an updated logo size from 45x45 to
 64x64, I believe 128x128 could be even better with some auto resize
 when necessary.
 
 Any thoughts ?

I think 64x64 is better than before.
I don't think that 128x128 with added autoresize support is necessary.

-- 
Josip Deanovic


-- 
To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.


Re: wmaker: default icon size ?

2014-06-04 Thread Carlos R. Mafra
On Wed,  4 Jun 2014 at  8:36:20 +0200, Josip Deanovic wrote:
 Quoting message written on Wednesday 2014-06-04 14:01:47 by David 
 Maciejak:
  Hi,
  
  Enclosed my current info panel, with an updated logo size from 45x45 to
  64x64, I believe 128x128 could be even better with some auto resize
  when necessary.
  
  Any thoughts ?
 
 I think 64x64 is better than before.
 I don't think that 128x128 with added autoresize support is necessary.

I agree with both comments.


-- 
To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.


Re: [PATCH] WPrefs: add expert option to disable switch panel

2014-06-04 Thread Iain Patterson

Quoth Carlos R. Mafra,


On Tue,  3 Jun 2014 at 17:04:14 +0200, Josip Deanovic wrote:

or Do not display Alt-Tab window switching panel


If nobody complains, I will use this suggestion.


  My immediate reaction when reading through this thread was that we 
call the act of changing window focus cycling in the code and WPrefs 
labels, and the thing which pops up and shows icons representing windows 
the switchpanel, so we should try to use those terms.


  Closer inspection of the code reveals that there's inconsistency in 
various places between how we refer to the switchpanel.  Most of the 
time we call it the switchpanel although we occasionally refer to it 
as the switch panel and even to the SwitchPanel once.  Run git grep 
-i '\bswitch[[:blank:]]*panel\b' to see what I mean.


  So I propose that we:

  * Decide whether to call it the switchpanel or the switch panel (I 
vote the former since it's most prevalent.


  * Change the occurrences of whichever option we don't choose.

  * Use the text Show switch( )panel when cycling windows (defaulting 
to on) for the patch under discussion.



--
To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.


Re: [PATCH] WPrefs: add expert option to disable switch panel

2014-06-04 Thread Carlos R. Mafra
Good to see you back, Iain.

On Wed,  4 Jun 2014 at 11:22:24 +0100, Iain Patterson wrote:
 Quoth Carlos R. Mafra,
 
 On Tue,  3 Jun 2014 at 17:04:14 +0200, Josip Deanovic wrote:
 or Do not display Alt-Tab window switching panel
 
 If nobody complains, I will use this suggestion.
 
   My immediate reaction when reading through this thread was that we
 call the act of changing window focus cycling in the code and
 WPrefs labels, and the thing which pops up and shows icons
 representing windows the switchpanel, so we should try to use
 those terms.

Good point.

   Closer inspection of the code reveals that there's inconsistency
 in various places between how we refer to the switchpanel.  Most of
 the time we call it the switchpanel although we occasionally refer
 to it as the switch panel and even to the SwitchPanel once.  Run
 git grep -i '\bswitch[[:blank:]]*panel\b' to see what I mean.
 
   So I propose that we:
 
   * Decide whether to call it the switchpanel or the switch
 panel (I vote the former since it's most prevalent.

I prefer 'switchpanel' too.

   * Use the text Show switch( )panel when cycling windows
 (defaulting to on) for the patch under discussion.

That's a _much_ better description. David, can you redo the patch?


-- 
To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.


Re: [PATCH] WPrefs: add expert option to disable switch panel

2014-06-04 Thread Josip Deanovic
Quoting message written on Wednesday 2014-06-04 11:58:25 Carlos R. Mafra:
* Use the text Show switch( )panel when cycling windows
 
  (defaulting to on) for the patch under discussion.
 
 That's a _much_ better description. David, can you redo the patch?

Yes, it's better compared to previous suggestions and ALT+TAB doesn't
necessary have to be used for cycling windows.

-- 
Josip Deanovic


-- 
To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.


Re: [PATCH] WPrefs: add expert option to disable switch panel

2014-06-04 Thread Yury Tarasievich

On 06/04/2014 01:22 PM, Iain Patterson wrote:


   * Use the text Show switch( )panel when
cycling windows (defaulting to on) for the
patch under discussion.


Cycling is not so good. Using switchpanel you 
may switch to any of windows at once.

Let's keep the switch verb with the switchpanel.

Yury


--
To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.


Re: [PATCH] WPrefs: add expert option to disable switch panel

2014-06-04 Thread Iain Patterson

Quoth Yury Tarasievich,


Cycling is not so good. Using switchpanel you may switch to any of
windows at once.


  That is true.  You can indeed switch to an arbitrary window with the 
mouse - once the switchpanel is open.  It is opened in the first 
instance only as a side-effect of pressing the FocusNextKey shortcut.


  The shortcut's purpose is to cycle windows and this new preference 
controls whether or not the above side-effect is active, so I would 
argue that the term is appropriate.



--
To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.


Re: [PATCH] WPrefs: add expert option to disable switch panel

2014-06-04 Thread BALATON Zoltan

On Wed, 4 Jun 2014, Iain Patterson wrote:
 * Decide whether to call it the switchpanel or the switch panel (I vote 
the former since it's most prevalent.


I agree with your suggestions mostly but switchpanel is not really an 
English word and to me looks like a typo so I wonder if one of the other 
options would be better even if that needs changing at more places.


Regards,
BALATON Zoltan


--
To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.


Re: [PATCH] WPrefs: add expert option to disable switch panel

2014-06-04 Thread Yury Tarasievich
Alt-Tab is cycling only in one specific 
scenario (holding the Alt).
It's back-and-fro'ing between windows (Alt-Tab 
with complete release) and calls up the switch 
panel (Zoltan is right about that space there)


Anyway, the distinction isn't worth an 
additional verb, somewhat too informal at that.

Cycling? Bicycling? Recycling?

Yury

On 06/04/2014 03:17 PM, Iain Patterson wrote:

   The shortcut's purpose is to cycle windows
and this new preference controls whether or not
the above side-effect is active, so I would
argue that the term is appropriate.



--
To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.


Re: [PATCH] WPrefs: add expert option to disable switch panel

2014-06-04 Thread David Maciejak
Enclosed the patch with lain text proposal Show switch panel when
cycling windows. and with logic changed, to amend commit
c994b65f14ad2ab872f5c1b91119d78885743cfc.

On Thu, Jun 5, 2014 at 1:41 AM, Yury Tarasievich
yury.tarasiev...@gmail.com wrote:
 Alt-Tab is cycling only in one specific scenario (holding the Alt).
 It's back-and-fro'ing between windows (Alt-Tab with complete release) and
 calls up the switch panel (Zoltan is right about that space there)

 Anyway, the distinction isn't worth an additional verb, somewhat too
 informal at that.
 Cycling? Bicycling? Recycling?

 Yury


 On 06/04/2014 03:17 PM, Iain Patterson wrote:

The shortcut's purpose is to cycle windows
 and this new preference controls whether or not
 the above side-effect is active, so I would
 argue that the term is appropriate.



 --
 To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.


0001-PATCH-WPrefs-add-expert-option-to-disable-switch-pan.patch
Description: Binary data


[PATCH] wmaker: increase logo size

2014-06-04 Thread David Maciejak
Increase the size to default 64x64, please test.

---
 WindowMaker/Icons/GNUstep.tiff | Bin 906 - 3014 bytes
 WindowMaker/Icons/GNUstep.xpm  | 326 ++---
 2 files changed, 271 insertions(+), 55 deletions(-)


0001-wmaker-increase-logo-size.patch
Description: Binary data