[PATCH 1/2] WPrefs: Add ability to set integer values in Expert panel

2015-06-23 Thread Doug Torrance
Previously, only boolean values could be changed using the Expert panel. This patch adds the ability to change integer values. A new class, OPTION_WMAKER_INT, is added. When this class is used, a textfield and two buttons (up and down) appear instead of a checkbox. Users can either type the inte

[PATCH 2/2] WPrefs: Add snap edge and corner detect to Expert panel.

2015-06-23 Thread Doug Torrance
These are both integer values, and thus use the new OPTION_WMAKER_INT class. We also update the text describing the window snapping feature for clarification and consistency. --- NEWS| 10 ++ WPrefs.app/Expert.c | 8 +++- 2 files changed, 13 insertions(+), 5 deletions(

[PATCH 0/2] Add new snap edge/corner detect values to WPrefs.

2015-06-23 Thread Doug Torrance
In order to do this, we first need to be able to set integer values using the Expert panel, which has previously only been able to handle boolean values. Doug Torrance (2): WPrefs: Add ability to set integer values in Expert panel WPrefs: Add snap edge and corner detect to Expert panel. NEWS

Re: Compile problem

2015-06-23 Thread Carlos R. Mafra
On Tue, 23 Jun 2015 at 15:55:06 +0100, Carlos R. Mafra wrote: > On Sat, 20 Jun 2015 at 18:37:08 +0200, Christophe wrote: > > - Carlos R. Mafra a écrit : > > > On Sat, 20 Jun 2015 at 12:05:42 +0200, Christophe wrote: > > > > - Josip Deanovic a écrit : > > > > > > > > > Further more, one c

[repo.or.cz] wmaker-crm.git branch next updated: wmaker-0.95.6-324-g443a08e

2015-06-23 Thread crmafra
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project wmaker-crm.git. The branch, next has been updated discards 7efeca43e8b63fc42bafe18f94d4e011cb3bc3b9 (commit) discards 3c5533bec25a4f94c

Re: Compile problem

2015-06-23 Thread Carlos R. Mafra
On Sat, 20 Jun 2015 at 18:37:08 +0200, Christophe wrote: > - Carlos R. Mafra a écrit : > > On Sat, 20 Jun 2015 at 12:05:42 +0200, Christophe wrote: > > > - Josip Deanovic a écrit : > > > > > > > Further more, one cannot read the list of prerequisites as the file > > > > INSTALL-WMAKER ge

Re: Double-click on application in wmdock does not launch the application if one instance is already running

2015-06-23 Thread Josip Deanovic
On Tuesday 2015-06-23 10:57:24 BALATON Zoltan wrote: > On Tue, 23 Jun 2015, Josip Deanovic wrote: > > Sorry, my mistake. > > Its "No application icon" option, not "Shared application icon". > > I have just retested it. > > Ah, ok, that makes sense. If an app is set to not have an app icon it > can

Re: Double-click on application in wmdock does not launch the application if one instance is already running

2015-06-23 Thread BALATON Zoltan
On Tue, 23 Jun 2015, Josip Deanovic wrote: Sorry, my mistake. Its "No application icon" option, not "Shared application icon". I have just retested it. Ah, ok, that makes sense. If an app is set to not have an app icon it cannot be attached to the dock so when you start it the instance will no

Re: Double-click on application in wmdock does not launch the application if one instance is already running

2015-06-23 Thread Josip Deanovic
On Monday 2015-06-22 21:55:55 Charles Philip Chan wrote: > On 22 Jun 2015, djosip+n...@linuxpages.net wrote: > > Yes but if you select "Shared application icon" check box in the > > window attributes then the double click would start another instance > > of the application. This is how it worked up