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
       via  ff3c50351f2c3ce58becbbce30db3ba51f760eb7 (commit)
       via  4a1bc8da45a5080c42d2240d1d85da8ea6a3b08e (commit)
      from  c32c2427c155b2b97a55e31953ddb2ef5f4d855c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://repo.or.cz/w/wmaker-crm.git/commit/ff3c50351f2c3ce58becbbce30db3ba51f760eb7

commit ff3c50351f2c3ce58becbbce30db3ba51f760eb7
Author: David Maciejak <[email protected]>
Date:   Wed Feb 12 23:53:25 2014 +0800

    WPrefs: Fixed label display truncated for delays in ms for autocollapsing 
clips

diff --git a/WPrefs.app/Docks.c b/WPrefs.app/Docks.c
index 91fa3380..e85f5dfb 100644
--- a/WPrefs.app/Docks.c
+++ b/WPrefs.app/Docks.c
@@ -169,7 +169,7 @@ static void createPanel(Panel *p)
        for (k = 0; k < 2; k++)
        {
                panel->autoDelayF[k] = WMCreateFrame(panel->box);
-               WMResizeWidget(panel->autoDelayF[k], 365, 100);
+               WMResizeWidget(panel->autoDelayF[k], 370, 100);
                WMMoveWidget(panel->autoDelayF[k], 15, 10 + k * 110);
                if (k == 0)
                        WMSetFrameTitle(panel->autoDelayF[k], _("Delays in 
milliseconds for autocollapsing clips"));
@@ -179,7 +179,7 @@ static void createPanel(Panel *p)
                for (i = 0; i < 2; i++)
                {
                        panel->autoDelayL[i + k * 2] = 
WMCreateLabel(panel->autoDelayF[k]);
-                       WMResizeWidget(panel->autoDelayL[i + k * 2], 165, 20);
+                       WMResizeWidget(panel->autoDelayL[i + k * 2], 175, 20);
                        WMMoveWidget(panel->autoDelayL[i + k * 2], 10, 27 + 40 
* i);
                        WMSetLabelText(panel->autoDelayL[i + k * 2], 
_(auto_delay[i + k * 2].string));
                        WMSetLabelTextAlignment(panel->autoDelayL[i + k * 2], 
WARight);
@@ -188,7 +188,7 @@ static void createPanel(Panel *p)
                        {
                                panel->autoDelayB[i + k * 2][j] = 
WMCreateCustomButton(panel->autoDelayF[k], WBBStateChangeMask);
                                WMResizeWidget(panel->autoDelayB[i + k * 2][j], 
25, 25);
-                               WMMoveWidget(panel->autoDelayB[i + k * 2][j], 
175 + (25 * j), 25 + 40 * i);
+                               WMMoveWidget(panel->autoDelayB[i + k * 2][j], 
185 + (25 * j), 25 + 40 * i);
                                WMSetButtonBordered(panel->autoDelayB[i + k * 
2][j], False);
                                WMSetButtonImagePosition(panel->autoDelayB[i + 
k * 2][j], WIPImageOnly);
                                WMSetButtonAction(panel->autoDelayB[i + k * 
2][j], pushAutoDelayButton, panel);
@@ -213,8 +213,8 @@ static void createPanel(Panel *p)
                        }
 
                        panel->autoDelayT[i + k * 2] = 
WMCreateTextField(panel->autoDelayF[k]);
-                       WMResizeWidget(panel->autoDelayT[i + k * 2], 36, 20);
-                       WMMoveWidget(panel->autoDelayT[i + k * 2], 310, 27 + 40 
* i);
+                       WMResizeWidget(panel->autoDelayT[i + k * 2], 40, 20);
+                       WMMoveWidget(panel->autoDelayT[i + k * 2], 315, 27 + 40 
* i);
                        WMAddNotificationObserver(autoDelayChanged, panel, 
WMTextDidChangeNotification, panel->autoDelayT[i + k * 2]);
                }
 

http://repo.or.cz/w/wmaker-crm.git/commit/4a1bc8da45a5080c42d2240d1d85da8ea6a3b08e

commit 4a1bc8da45a5080c42d2240d1d85da8ea6a3b08e
Author: David Maciejak <[email protected]>
Date:   Wed Feb 12 21:20:52 2014 +0800

    WINGs/Examples: Removed refs to connect and server examples

diff --git a/WINGs/Examples/Makefile.am b/WINGs/Examples/Makefile.am
index 98836c00..4ddaaf2c 100644
--- a/WINGs/Examples/Makefile.am
+++ b/WINGs/Examples/Makefile.am
@@ -3,7 +3,7 @@
 AUTOMAKE_OPTIONS =
 
 
-noinst_PROGRAMS = connect server fontl puzzle colorpick
+noinst_PROGRAMS = fontl puzzle colorpick
 
 
 LDADD= $(top_builddir)/WINGs/libWINGs.la $(top_builddir)/wrlib/libwraster.la 
@@ -16,14 +16,6 @@ fontl_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.la
 
 puzzle_DEPENDENCIES = $(top_builddir)/WINGs/libWINGs.la
 
-connect_DEPENDENCIES = $(top_builddir)/WINGs/libWUtil.la
-
-connect_LDADD = $(top_builddir)/WINGs/libWUtil.la @LIBRARY_SEARCH_PATH@ 
@INTLIBS@
-
-server_DEPENDENCIES = $(top_builddir)/WINGs/libWUtil.la
-
-server_LDADD = $(top_builddir)/WINGs/libWUtil.la @LIBRARY_SEARCH_PATH@ 
@INTLIBS@
-
 
 AM_CPPFLAGS = -I$(top_srcdir)/WINGs -I$(top_srcdir)/wrlib -I$(top_srcdir)/src  
        -DRESOURCE_PATH="$(datadir)/WINGs" @HEADER_SEARCH_PATH@
diff --git a/WINGs/Examples/README b/WINGs/Examples/README
index ab8aa3fe..fead3db2 100644
--- a/WINGs/Examples/README
+++ b/WINGs/Examples/README
@@ -3,14 +3,7 @@
 Files:
 -----
 
-server         - server example of using WMConnection. It keeps a database of
-                 timeouts for a group of users, allowing one to add/remove
-                 users and update the timeouts associated with them.
-
-connect                - client example of using WMConnection. Works with the 
server
-                 program above. Just start both without any parameter and
-                 type help in the client to find out how to operate them.
-                 Rest is self explanatory.
+colorpick      - a color picker
 
 puzzle         - a nice zuPzel =)
 

-----------------------------------------------------------------------

Summary of changes:
 WINGs/Examples/Makefile.am |   10 +---------
 WINGs/Examples/README      |    9 +--------
 WPrefs.app/Docks.c         |   10 +++++-----
 3 files changed, 7 insertions(+), 22 deletions(-)


repo.or.cz automatic notification. Contact project admin [email protected]
if you want to unsubscribe, or site admin [email protected] if you receive
no reply.
-- 
wmaker-crm.git ("The Window Maker window manager")


-- 
To unsubscribe, send mail to [email protected].

Reply via email to