E CVS: alarm devilhorns

2007-12-30 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : alarm

Dir : e_modules/alarm


Modified Files:
module.desktop.in 


Log Message:
Fix up module.desktop descriptions for new box width.

===
RCS file: /cvs/e/e_modules/alarm/module.desktop.in,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- module.desktop.in   7 Nov 2007 18:23:58 -   1.7
+++ module.desktop.in   30 Dec 2007 19:49:23 -  1.8
@@ -6,5 +6,5 @@
 X-Enlightenment-WaitExit=false
 X-Enlightenment-IconClass=alarm,gadget
 Icon=e-module-alarm
-Comment=hilightAlarm Module/hilightbrA module which allows you tobrset 
popup reminders.
-Comment[it]=hilightModulo Alarm/hilightbrUn modulo che consente di 
impostarebrdei popup di promemoria.
+Comment=hilightAlarm Module/hilightbrbrA module which allows you to 
set popup reminders.
+Comment[it]=hilightModulo Alarm/hilightbrbrUn modulo che consente di 
impostare dei popup di promemoria.



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: alarm devilhorns

2007-11-24 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : alarm

Dir : e_modules/alarm


Modified Files:
e_mod_main.h e_mod_main.c 


Log Message:
Fix alarm for gadcon menu breakage.

===
RCS file: /cvs/e/e_modules/alarm/e_mod_main.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- e_mod_main.h2 Nov 2007 12:22:16 -   1.3
+++ e_mod_main.h25 Nov 2007 05:01:29 -  1.4
@@ -134,7 +134,6 @@
E_Config_Dialog *config_dialog;

E_Config_Dialog *config_dialog_alarm_new;

Evas_List   *instances;

-   E_Menu  *menu;

 };

 

 EAPI extern E_Module_Api e_modapi;

===
RCS file: /cvs/e/e_modules/alarm/e_mod_main.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- e_mod_main.c12 Nov 2007 04:52:36 -  1.10
+++ e_mod_main.c25 Nov 2007 05:01:29 -  1.11
@@ -1,9 +1,9 @@
 /*

  * vim:ts=8:sw=3:sts=8:noexpandtab:cino=5n-3f0^-2{2

  */

-#include e.h

+#include e.h

 #include e_mod_main.h

-#include config.h

+#include config.h

 

 #define ALARM_ADD_FAIL(errcode) if (al) alarm_alarm_del(al); if (error) *error 
= errcode; return NULL;

 

@@ -47,7 +47,6 @@
 static double _epoch_find_date(char *date, int hour, int minute);

 static double _epoch_find_next(int day_monday, int day_tuesday, int 
day_wenesday, int day_thursday, int day_friday, int day_saturday, int 
day_sunday, int hour, int minute);

 static void   _button_cb_mouse_down(void *data, Evas *e, Evas_Object *obj, 
void *event_info);

-static void   _menu_cb_deactivate_post(void *data, E_Menu *m);

 static void   _menu_cb_alarm_snooze(void *data, E_Menu *m, E_Menu_Item *mi);

 static void   _menu_cb_alarm_add(void *data, E_Menu *m, E_Menu_Item *mi);

 static void   _menu_cb_configure(void *data, E_Menu *m, E_Menu_Item *mi);

@@ -804,7 +803,7 @@


inst = data;

ev = event_info;

-   if ((ev-button == 3)  (!alarm_config-menu))

+   if ((ev-button == 3)  (!inst-gcc-menu))

  {

E_Menu *mn;

E_Menu_Item *mi;

@@ -812,8 +811,6 @@
 int nb_snoozed = 0;



mn = e_menu_new();

-   e_menu_post_deactivate_callback_set(mn, _menu_cb_deactivate_post, inst);

-   alarm_config-menu = mn;



 /* snooze menu */

 if (alarm_config-alarms_state == ALARM_STATE_RINGING)

@@ -881,14 +878,6 @@
 }

 

 static void

-_menu_cb_deactivate_post(void *data, E_Menu *m)

-{

-   if (!alarm_config-menu) return;

-   e_object_del(E_OBJECT(alarm_config-menu));

-   alarm_config-menu = NULL;

-}

-

-static void

 _menu_cb_alarm_snooze(void *data, E_Menu *m, E_Menu_Item *mi)

 {

Alarm *al;

@@ -1151,11 +1140,6 @@
  e_object_del(E_OBJECT(alarm_config-config_dialog));

if (alarm_config-config_dialog_alarm_new) 

  e_object_del(E_OBJECT(alarm_config-config_dialog_alarm_new));

-   if (alarm_config-menu)

- {

-   e_menu_post_deactivate_callback_set(alarm_config-menu , NULL, NULL);

-   e_object_del(E_OBJECT(alarm_config-menu));

- }

 

E_FREE(alarm_config);

E_CONFIG_DD_FREE(_alarms_edd);




-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: alarm devilhorns

2007-11-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : alarm

Dir : e_modules/alarm


Modified Files:
module.desktop.in 


Log Message:
Fix alarm module icon in .desktop

===
RCS file: /cvs/e/e_modules/alarm/module.desktop.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- module.desktop.in   26 Aug 2007 04:12:47 -  1.4
+++ module.desktop.in   2 Nov 2007 21:28:48 -   1.5
@@ -5,5 +5,5 @@
 StartupNotify=false
 X-Enlightenment-WaitExit=false
 X-Enlightenment-IconClass=alarm,gadget
-Icon=./module.edj
+Icon=module
 Comment=hilightAlarm Module/hilightbrA module which allows you tobrset 
popup reminders.



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: alarm devilhorns

2007-04-25 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : alarm

Dir : e_modules/alarm


Modified Files:
ABOUT-NLS 


Log Message:
Pretty standard patch set from Lutin for recent pkg-config changes in EFL...
committing in bulk.

===
RCS file: /cvs/e/e_modules/alarm/ABOUT-NLS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ABOUT-NLS   8 Nov 2006 10:06:38 -   1.1
+++ ABOUT-NLS   25 Apr 2007 09:22:06 -  1.2
@@ -0,0 +1,768 @@
+Notes on the Free Translation Project
+*
+
+Free software is going international!  The Free Translation Project is
+a way to get maintainers of free software, translators, and users all
+together, so that will gradually become able to speak many languages.
+A few packages already provide translations for their messages.
+
+   If you found this `ABOUT-NLS' file inside a distribution, you may
+assume that the distributed package does use GNU `gettext' internally,
+itself available at your nearest GNU archive site.  But you do _not_
+need to install GNU `gettext' prior to configuring, installing or using
+this package with messages translated.
+
+   Installers will find here some useful hints.  These notes also
+explain how users should proceed for getting the programs to use the
+available translations.  They tell how people wanting to contribute and
+work at translations should contact the appropriate team.
+
+   When reporting bugs in the `intl/' directory or bugs which may be
+related to internationalization, you should tell about the version of
+`gettext' which is used.  The information can be found in the
+`intl/VERSION' file, in internationalized packages.
+
+Quick configuration advice
+==
+
+If you want to exploit the full power of internationalization, you
+should configure it using
+
+ ./configure --with-included-gettext
+
+to force usage of internationalizing routines provided within this
+package, despite the existence of internationalizing capabilities in the
+operating system where this package is being installed.  So far, only
+the `gettext' implementation in the GNU C library version 2 provides as
+many features (such as locale alias, message inheritance, automatic
+charset conversion or plural form handling) as the implementation here.
+It is also not possible to offer this additional functionality on top
+of a `catgets' implementation.  Future versions of GNU `gettext' will
+very likely convey even more functionality.  So it might be a good idea
+to change to GNU `gettext' as soon as possible.
+
+   So you need _not_ provide this option if you are using GNU libc 2 or
+you have installed a recent copy of the GNU gettext package with the
+included `libintl'.
+
+INSTALL Matters
+===
+
+Some packages are localizable when properly installed; the programs
+they contain can be made to speak your own native language.  Most such
+packages use GNU `gettext'.  Other packages have their own ways to
+internationalization, predating GNU `gettext'.
+
+   By default, this package will be installed to allow translation of
+messages.  It will automatically detect whether the system already
+provides the GNU `gettext' functions.  If not, the GNU `gettext' own
+library will be used.  This library is wholly contained within this
+package, usually in the `intl/' subdirectory, so prior installation of
+the GNU `gettext' package is _not_ required.  Installers may use
+special options at configuration time for changing the default
+behaviour.  The commands:
+
+ ./configure --with-included-gettext
+ ./configure --disable-nls
+
+will respectively bypass any pre-existing `gettext' to use the
+internationalizing routines provided within this package, or else,
+_totally_ disable translation of messages.
+
+   When you already have GNU `gettext' installed on your system and run
+configure without an option for your new package, `configure' will
+probably detect the previously built and installed `libintl.a' file and
+will decide to use this.  This might be not what is desirable.  You
+should use the more recent version of the GNU `gettext' library.  I.e.
+if the file `intl/VERSION' shows that the library which comes with this
+package is more recent, you should use
+
+ ./configure --with-included-gettext
+
+to prevent auto-detection.
+
+   The configuration process will not test for the `catgets' function
+and therefore it will not be used.  The reason is that even an
+emulation of `gettext' on top of `catgets' could not provide all the
+extensions of the GNU `gettext' library.
+
+   Internationalized packages have usually many `po/LL.po' files, where
+LL gives an ISO 639 two-letter code identifying the language.  Unless
+translations have been forbidden at `configure' time by using the
+`--disable-nls' switch, all available translations are installed
+together with the 

E CVS: alarm devilhorns

2007-04-24 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : alarm

Dir : e_modules/alarm


Modified Files:
configure.in 


Log Message:
Patch from Lutin for new pkg-config changes...so that modules will build
against recent EFL pkg-config stuff. More of these to come.

===
RCS file: /cvs/e/e_modules/alarm/configure.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- configure.in4 Feb 2007 02:42:58 -   1.2
+++ configure.in24 Apr 2007 12:18:41 -  1.3
@@ -101,22 +101,10 @@
 #AC_CHECK_LIB(dl, dlopen, dlopen_libs=-ldl)
 #AC_SUBST(dlopen_libs)
 
-AC_ARG_WITH(edje-config,
-[  --with-edje-config=EDJE_CONFIG  use edje-config specified ],
-[
-  EDJE_CONFIG=$withval;
-  echo using $EDJE_CONFIG for edje-config;
-/
-],[
-  PROG=edje-config;
-  AC_PATH_PROG(EDJE_CONFIG, $PROG, , $PATH)
-])
-edje_cflags=`$EDJE_CONFIG --cflags`
-edje_libs=`$EDJE_CONFIG --libs`
-AC_SUBST(edje_cflags)
-AC_SUBST(edje_libs)
+PKG_CHECK_MODULES(EDJE, [edje = 0.5.0])
+
 
-edje_cc=`$EDJE_CONFIG --prefix`/bin/edje_cc
+edje_cc=$(pkg-config --variable=prefix edje)/bin/edje_cc
 AC_ARG_WITH(edje-cc,
 [  --with-edje-cc=PATH  specify a specific path to edje_cc],
 [
@@ -124,7 +112,7 @@
   edje_cc=$v
   echo   Enlightenment edje_cc explicitly set to $edje_cc;
 ],[
-  edje_cc=`$EDJE_CONFIG --prefix`/bin/edje_cc
+  edje_cc=$(pkg-config --variable=prefix edje)/bin/edje_cc
 ])
 AC_SUBST(edje_cc)
 



-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs