E CVS: debian kaethorn

2007-02-22 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : kaethorn
Project : e_modules
Module  : debian

Dir : e_modules/debian


Modified Files:
emodule0-weather.install 


Log Message:
reflect recent changes to weather module.

===
RCS file: /cvs/e/e_modules/debian/emodule0-weather.install,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- emodule0-weather.install9 Nov 2006 12:11:20 -   1.6
+++ emodule0-weather.install23 Feb 2007 04:12:03 -  1.7
@@ -1,4 +1,3 @@
-debian/tmp/usr/lib/enlightenment/modules/weather/images/*.png
 debian/tmp/usr/lib/enlightenment/modules/weather/*.desktop
 debian/tmp/usr/lib/enlightenment/modules/weather/*.edj
 debian/tmp/usr/lib/enlightenment/modules/weather/*/*.so



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: e_modules onefang

2007-02-22 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : onefang
Module  : e_modules

Dir : e_modules


Modified Files:
AUTHORS 


Log Message:
*Updated for new weather module rewrite.

*Made the use of aliases more consistant.

===
RCS file: /cvs/e/e_modules/AUTHORS,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- AUTHORS 8 Nov 2006 10:03:38 -   1.4
+++ AUTHORS 23 Feb 2007 03:53:16 -  1.5
@@ -6,13 +6,13 @@
 
 bling - Ibukun Olumuyiwa <[EMAIL PROTECTED]>
 
-calendar - NASA (Nathan Smith) <[EMAIL PROTECTED]>  [Currently inactive]
+calendar - Nathan 'NASA' Smith <[EMAIL PROTECTED]>  [Currently inactive]
 
 cpu - e_module maintainers.
 
 deskshow - e_module maintainers.
 
-emu - onefang (David Seikel) <[EMAIL PROTECTED]>
+emu - David 'onefang' Seikel <[EMAIL PROTECTED]>
 
 engage - e_module maintainers.
 
@@ -41,15 +41,15 @@
 
 snow - e_module maintainers.
 
-taskbar - iamsthitha (Sthithaprajna Garapaty) <[EMAIL PROTECTED]>
+taskbar -  Sthithaprajna 'iamsthitha' Garapaty <[EMAIL PROTECTED]>
 
 tclock - e_module maintainers.
 
 uptime - e_module maintainers.
 
-weather - e_module maintainers.
+weather - Viktor 'urandom' Kojouharov <[EMAIL PROTECTED]>
 
-winselector - urandom (Viktor Kojouharov)
+winselector - Viktor 'urandom' Kojouharov <[EMAIL PROTECTED]>
 
 wlan - e_module maintainers.
 



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/etk moom

2007-02-22 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : moom
Project : e17
Module  : libs/etk

Dir : e17/libs/etk/src/lib


Modified Files:
etk_button.c etk_cache.h 


Log Message:
* Lame commit to say that I also disabled dnd for now


===
RCS file: /cvs/e/e17/libs/etk/src/lib/etk_button.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -3 -r1.35 -r1.36
--- etk_button.c23 Feb 2007 03:25:39 -  1.35
+++ etk_button.c23 Feb 2007 03:30:14 -  1.36
@@ -777,7 +777,7 @@
  * @prop_rw
  * @prop_val ETK_BUTTON_BOTH_HORIZ
  * \par 
- * @prop_name "stock_size": The stock size of the image of the button
+ * @prop_name "stock_size": The stock-size of the image of the button
  * @prop_type Integer (Etk_Stock_Size)
  * @prop_rw
  * @prop_val ETK_STOCK_SMALL
===
RCS file: /cvs/e/e17/libs/etk/src/lib/etk_cache.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- etk_cache.h 7 Jan 2007 03:46:05 -   1.6
+++ etk_cache.h 23 Feb 2007 03:30:14 -  1.7
@@ -25,6 +25,7 @@
void *free_cb_data;
 };
  
+
 Etk_Cache *etk_cache_new(int size);
 void   etk_cache_destroy(Etk_Cache *cache);
 void   etk_cache_clear(Etk_Cache *cache);



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/etk moom

2007-02-22 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : moom
Project : e17
Module  : libs/etk

Dir : e17/libs/etk/src/lib


Modified Files:
etk_button.c etk_button.h etk_widget.c 


Log Message:
* [Button] Fix potential bugs and cleanup/doc


===
RCS file: /cvs/e/e17/libs/etk/src/lib/etk_button.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -3 -r1.34 -r1.35
--- etk_button.c22 Feb 2007 04:36:25 -  1.34
+++ etk_button.c23 Feb 2007 03:25:39 -  1.35
@@ -119,9 +119,10 @@
 }
 
 /**
- * @brief Creates a new button with a label and an icon defined by a stock id
- * @param stock_id the stock id corresponding to the label and the icon to use
+ * @brief Creates a new button with a label and an icon defined by a stock-id
+ * @param stock_id the stock-id corresponding to the label and the icon to use
  * @return Returns the new button
+ * @note For some stock-id, the label is empty
  * @see Etk_Stock
  */
 Etk_Widget *etk_button_new_from_stock(Etk_Stock_Id stock_id)
@@ -135,7 +136,7 @@
 }
 
 /**
- * @brief Presses the button (the button should be released)
+ * @brief Presses the button if it wasn't already pressed
  * @param button a button
  */
 void etk_button_press(Etk_Button *button)
@@ -148,7 +149,7 @@
 }
 
 /**
- * @brief Releases the button (the button should be pressed)
+ * @brief Releases the button if it was pressed
  * @param button a button
  */
 void etk_button_release(Etk_Button *button)
@@ -178,30 +179,34 @@
  */
 void etk_button_label_set(Etk_Button *button, const char *label)
 {
-   Etk_Widget *widget, *parent;
+   Etk_Widget *parent;
Etk_Bool rebuild;
 
-   if (!(widget = ETK_WIDGET(button)))
+   if (!button)
   return;

etk_label_set(ETK_LABEL(button->label), label);
-   if (!label || *label == '\0')
-  etk_widget_hide(button->label);
-   else
-  etk_widget_show(button->label);
 
/* Rebuild the button only if necessary (i.e. if the label is currently not 
packed into the button) */
rebuild = ETK_TRUE;
for (parent = etk_widget_parent_get(button->label); parent; parent = 
etk_widget_parent_get(parent))
{
-  if (parent == widget)
+  if (parent == ETK_WIDGET(button))
   {
  rebuild = ETK_FALSE;
  break;
   }
}
+   
if (rebuild)
   _etk_button_rebuild(button);
+   else
+   {
+  if (!label || *label == '\0')
+ etk_widget_hide(button->label);
+  else
+ etk_widget_show(button->label);
+   }

etk_object_notify(ETK_OBJECT(button), "label");
 }
@@ -219,9 +224,13 @@
 }
 
 /**
- * @brief Sets the image of the button. The current image will be unpacked, 
but not destroyed
+ * @brief Sets the image of the button
  * @param button a button
  * @param image the image to set
+ * @note The current image will be destroyed only if it has been set with 
etk_button_new_from_stock()
+ * or with etk_button_set_from_stock(). Otherwise, it will just be unpacked 
and you'll still be able to use it
+ * @note The image will be automatically shown, but you can still manually 
hide it with calling etk_widget_hide()
+ * after having called etk_button_image_set()
  */
 void etk_button_image_set(Etk_Button *button, Etk_Image *image)
 {
@@ -230,12 +239,16 @@

if (button->image)
{
-  etk_signal_block("child_removed", ETK_OBJECT(button->box), 
ETK_CALLBACK(_etk_button_image_removed_cb));
-  etk_container_remove(ETK_CONTAINER(button->box), 
ETK_WIDGET(button->image));
-  etk_signal_unblock("child_removed", ETK_OBJECT(button->box), 
ETK_CALLBACK(_etk_button_image_removed_cb));
+  button->ignore_image_remove = ETK_TRUE;
+  if (button->image_from_stock)
+ etk_object_destroy(ETK_OBJECT(button->image));
+  else
+ etk_container_remove(ETK_CONTAINER(button->box), 
ETK_WIDGET(button->image));
+  button->ignore_image_remove = ETK_FALSE;
}
 
button->image = image;
+   button->image_from_stock = ETK_FALSE;
_etk_button_rebuild(button);
etk_object_notify(ETK_OBJECT(button), "image");
 }
@@ -243,7 +256,7 @@
 /**
  * @brief Gets the image of the button
  * @param button a button
- * @return Returns the image of button
+ * @return Returns the image of the button, or NULL if the button has no image
  */
 Etk_Image *etk_button_image_get(Etk_Button *button)
 {
@@ -253,9 +266,10 @@
 }
 
 /**
- * @brief Sets the label and the image of the button from a stock id
+ * @brief Sets the label and the image of the button from a stock-id
  * @param button a button
- * @param stock_id the stock id to use
+ * @param stock_id the stock-id to use
+ * @note For some stock-id, the label is empty
  */
 void etk_button_set_from_stock(Etk_Button *button, Etk_Stock_Id stock_id)
 {
@@ -270,15 +284,16 @@

image = etk_image_new_from_stock(stock_id, button->stock_size);
etk_widget_internal_set(image, ETK_TRUE);
-   etk_widget_show(image);
etk_button_image_set(ETK_BUTTON(button

E CVS: libs/ecore mej

2007-02-22 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : mej
Project : e17
Module  : libs/ecore

Dir : e17/libs/ecore


Modified Files:
ecore.spec.in 


Log Message:
Thu Feb 22 14:16:00 2007Michael Jennings (mej)

ecore needs curl now.
--

===
RCS file: /cvs/e/e17/libs/ecore/ecore.spec.in,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- ecore.spec.in   21 Feb 2007 10:56:17 -  1.17
+++ ecore.spec.in   23 Feb 2007 01:16:02 -  1.18
@@ -41,9 +41,9 @@
 Packager: %{?_packager:%{_packager}}%{!?_packager:Michael Jennings <[EMAIL 
PROTECTED]>}
 Vendor: %{?_vendorinfo:%{_vendorinfo}}%{!?_vendorinfo:The Enlightenment 
Project (http://www.enlightenment.org/)}
 Distribution: %{?_distribution:%{_distribution}}%{!?_distribution:%{_vendor}}
-#BuildSuggests: xorg-x11-devel, XFree86-devel, curl-devel
+#BuildSuggests: xorg-x11-devel, XFree86-devel
 BuildRequires: libjpeg-devel, openssl-devel %{?breq_lib_ecore_directfb}
-BuildRequires: evas-devel, eet-devel
+BuildRequires: curl-devel, evas-devel, eet-devel
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
 %description
@@ -56,7 +56,7 @@
 Summary: Ecore headers and development libraries.
 Group: Development/Libraries
 Requires: %{name} = %{version}
-Requires: openssl-devel, evas-devel, eet-devel
+Requires: curl-devel, openssl-devel, evas-devel, eet-devel
 Requires: ecore-con, ecore-config, ecore-dbus, ecore-desktop,
 Requires: ecore-evas, ecore-file, ecore-ipc, ecore-job, ecore-txt
 Requires: ecore-x %{?with_lib_ecore_fb:ecore-fb} 
%{?with_lib_ecore_directfb:ecore-directfb}



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: weather mej

2007-02-22 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : mej
Project : e_modules
Module  : weather

Dir : e_modules/weather/images


Modified Files:
Makefile.am 


Log Message:
Thu Feb 22 12:26:46 2007Michael Jennings (mej)

"Oops."
--

===
RCS file: /cvs/e/e_modules/weather/images/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- Makefile.am 22 Feb 2007 16:36:30 -  1.4
+++ Makefile.am 22 Feb 2007 23:26:48 -  1.5
@@ -1,52 +1,52 @@
 MAINTAINERCLEANFILES = Makefile.in
 
 EXTRA_DIST = \
-0 \
-1 \
-2 \
-3 \
-4 \
-5 \
-6 \
-7 \
-8 \
-9 \
-10 \
-11 \
-12 \
-13 \
-14 \
-15 \
-16 \
-17 \
-18 \
-19 \
-20 \
-21 \
-22 \
-23 \
-24 \
-25 \
-26 \
-27 \
-28 \
-29 \
-30 \
-31 \
-32 \
-33 \
-34 \
-35 \
-36 \
-37 \
-38 \
-39 \
-40 \
-41 \
-42 \
-43 \
-44 \
-45 \
-46 \
-47 \
-3200
+0.png \
+1.png \
+2.png \
+3.png \
+4.png \
+5.png \
+6.png \
+7.png \
+8.png \
+9.png \
+10.png \
+11.png \
+12.png \
+13.png \
+14.png \
+15.png \
+16.png \
+17.png \
+18.png \
+19.png \
+20.png \
+21.png \
+22.png \
+23.png \
+24.png \
+25.png \
+26.png \
+27.png \
+28.png \
+29.png \
+30.png \
+31.png \
+32.png \
+33.png \
+34.png \
+35.png \
+36.png \
+37.png \
+38.png \
+39.png \
+40.png \
+41.png \
+42.png \
+43.png \
+44.png \
+45.png \
+46.png \
+47.png \
+3200.png



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/etk moom

2007-02-22 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : moom
Project : e17
Module  : libs/etk

Dir : e17/libs/etk/src/lib


Modified Files:
etk_box.c 


Log Message:
* [Bin] Use "float" instead of "int" to do the calculations, so widget 
placement is more accurate when the box is scaled


===
RCS file: /cvs/e/e17/libs/etk/src/lib/etk_box.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -3 -r1.19 -r1.20
--- etk_box.c   22 Feb 2007 22:24:25 -  1.19
+++ etk_box.c   22 Feb 2007 23:04:12 -  1.20
@@ -648,6 +648,7 @@
int num_children_to_expand = 0;
int i, j;
float start_offset, end_offset;
+   float width;
 
if (!(hbox = ETK_HBOX(widget)))
   return;
@@ -680,19 +681,20 @@
 
 if (etk_widget_is_visible(child))
 {
+   width = box->request_sizes[i][j] * ratio;
child_geometry.y = geometry.y + container->border_width;
-   child_geometry.w = box->request_sizes[i][j] * ratio;
+   child_geometry.w = width;
child_geometry.h = allocated_size.h;
 
if (cell->group == ETK_BOX_START)
{
   child_geometry.x = geometry.x + start_offset;
-  start_offset += child_geometry.w + box->spacing;
+  start_offset += width + box->spacing;
}
else
{
   child_geometry.x = geometry.x + geometry.w - end_offset - 
child_geometry.w;
-  end_offset += child_geometry.w + box->spacing;
+  end_offset += width + box->spacing;
}

child_geometry.x += cell->padding;
@@ -743,21 +745,22 @@
 
 if (etk_widget_is_visible(child))
 {
+   width = box->request_sizes[i][j];
+   if (cell->fill_policy & ETK_BOX_EXPAND)
+  width += free_space;
child_geometry.y = geometry.y + container->border_width;
-   child_geometry.w = box->request_sizes[i][j];
+   child_geometry.w = width;
child_geometry.h = allocated_size.h;
-   if (cell->fill_policy & ETK_BOX_EXPAND)
-  child_geometry.w += free_space;
 
if (cell->group == ETK_BOX_START)
{
   child_geometry.x = geometry.x + start_offset;
-  start_offset += child_geometry.w + box->spacing;
+  start_offset += width + box->spacing;
}
else
{
   child_geometry.x = geometry.x + geometry.w - end_offset - 
child_geometry.w;
-  end_offset += child_geometry.w + box->spacing;
+  end_offset += width + box->spacing;
}
 
child_geometry.x += cell->padding;
@@ -875,6 +878,7 @@
int num_children_to_expand = 0;
int i, j;
float start_offset, end_offset;
+   float height;
 
if (!(vbox = ETK_VBOX(widget)))
   return;
@@ -907,19 +911,20 @@
 
 if (etk_widget_is_visible(child))
 {
+   height = box->request_sizes[i][j] * ratio;
child_geometry.x = geometry.x + container->border_width;
child_geometry.w = allocated_size.w;
-   child_geometry.h = box->request_sizes[i][j] * ratio;
+   child_geometry.h = height;
 
if (cell->group == ETK_BOX_START)
{
   child_geometry.y = geometry.y + start_offset;
-  start_offset += child_geometry.h + box->spacing;
+  start_offset += height + box->spacing;
}
else
{
   child_geometry.y = geometry.y + geometry.h - end_offset - 
child_geometry.h;
-  end_offset += child_geometry.h + box->spacing;
+  end_offset += height + box->spacing;
}

child_geometry.y += cell->padding;
@@ -970,21 +975,22 @@
 
 if (etk_widget_is_visible(child))
 {
+   height = box->request_sizes[i][j];
+   if (cell->fill_policy & ETK_BOX_EXPAND)
+  height += free_space;
child_geometry.x = geometry.x + container->border_width;
child_geometry.w = allocated_size.w;
-   child_geometry.h = box->request_sizes[i][j];
-   if (cell->fill_policy & ETK_BOX_EXPAND)
-  child_geometry.h += free_space;
+   child_geometry.h = height;
 
if (cell->group == ETK_BOX_START)
{
   child_geometry.y = geometry.y + start_offset;
-  start_offset += child_geometry.h + box->spacing;
+  start_offset += height + box->spacing;
   

E CVS: apps/eclair moom

2007-02-22 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : moom
Project : e17
Module  : apps/eclair

Dir : e17/apps/eclair


Modified Files:
README 


Log Message:
Eclair is officially no longer maintained. I will probably work on 
Emphasis rather.
Should it be moved outside e17/apps ?


===
RCS file: /cvs/e/e17/apps/eclair/README,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- README  17 Apr 2005 08:30:55 -  1.1
+++ README  22 Feb 2007 22:53:41 -  1.2
@@ -1 +1,3 @@
 Eclair 0.0.1 - EFL powered media player
+
+This software is not maintained anymore



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/eclair moom

2007-02-22 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : moom
Project : e17
Module  : apps/eclair

Dir : e17/apps/eclair/src


Modified Files:
eclair.c 


Log Message:
Eclair is officially no longer maintained. I will probably work on 
Emphasis rather.
Should it be moved outside e17/apps ?


===
RCS file: /cvs/e/e17/apps/eclair/src/eclair.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -3 -r1.29 -r1.30
--- eclair.c2 Oct 2005 09:09:11 -   1.29
+++ eclair.c22 Feb 2007 22:53:41 -  1.30
@@ -20,8 +20,6 @@
 static Evas_Bool _eclair_create_playlist_container_object(Eclair *eclair, 
Eclair_Window *window);
 static Evas_Bool _eclair_create_cover_object(Eclair *eclair, Eclair_Window 
*window);
 static void _eclair_add_inter_windows_callbacks(Eclair *eclair);
-static void _eclair_sig_pregest();
-static void _eclair_on_segv(int num);
 
 //Initialize eclair
 Evas_Bool eclair_init(Eclair *eclair, int *argc, char ***argv)
@@ -696,38 +694,9 @@
}
 }
 
-//Handle segvs
-static void _eclair_sig_pregest()
-{
-   struct sigaction sa;
-
-   sa.sa_handler = _eclair_on_segv;
-   sigaction(SIGSEGV, &sa, (struct sigaction *)0);
-}
-
-//Display a message on segvs
-static void _eclair_on_segv(int num)
-{
-   fprintf(stderr, "\n\n");   
-   fprintf(stderr, "Oops, eclair has crashed (SIG: %d) :(\n", num);
-   fprintf(stderr, "\n");
-   fprintf(stderr, "Have you compiled the latest version of eclair, emotion, 
evas, and all eclair dependencies ?\n");
-   fprintf(stderr, "If it failed again, please report bugs to Mo0m ([EMAIL 
PROTECTED])\n");
-   fprintf(stderr, "Describe how bugs happened, gdb traces, and so on ;)\n");
-   fprintf(stderr, "\n");
-   fprintf(stderr, "With that, devs will be able to correct bugs faster and 
easier\n");
-   fprintf(stderr, "If you correct the bug, or see in which code part it can 
provide, include it too\n");
-   fprintf(stderr, "\n");
-   fprintf(stderr, "Thanks :)\n");
-   
-   exit(128 + num);
-}
-
 int main(int argc, char *argv[])
 {
Eclair eclair;
-
-   _eclair_sig_pregest();
 
if (!eclair_init(&eclair, &argc, &argv))
   return 1;



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: kiwi kiwi

2007-02-22 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : kiwi
Project : devs
Module  : kiwi

Dir : devs/kiwi


Modified Files:
info.txt 


Log Message:
update info

===
RCS file: /cvs/e/devs/kiwi/info.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- info.txt2 Apr 2006 21:19:10 -   1.1
+++ info.txt22 Feb 2007 22:36:58 -  1.2
@@ -2,6 +2,6 @@
 IRC Nick: kiwi_
 Name: Laurent Ghigonis
 Location: France, Fontainebleau
-E-Mail:   [EMAIL PROTECTED]
+E-Mail:   [EMAIL PROTECTED]
 WWW:  http://.zapto.org/
-Managing: dEvian
+Managing: photo and alarm in e_modules



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/etk moom

2007-02-22 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : moom
Project : e17
Module  : libs/etk

Dir : e17/libs/etk/src/lib


Modified Files:
etk_alignment.c etk_alignment.h etk_argument.c etk_bin.c 
etk_bin.h etk_box.c etk_box.h etk_notebook.c etk_widget.c 
etk_widget.h 


Log Message:
* [Argument] Fix a segv and revert the new behavior of etk_argument_value_get()
* [Box] Fix a small bug in etk_box_child_position_set()
* [Widget] remove member "use_focus_order" as it is no longer used
* Doc++ and cleanup


===
RCS file: /cvs/e/e17/libs/etk/src/lib/etk_alignment.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- etk_alignment.c 20 Oct 2006 17:51:44 -  1.10
+++ etk_alignment.c 22 Feb 2007 22:24:25 -  1.11
@@ -32,7 +32,7 @@
  * @brief Gets the type of an Etk_Alignment
  * @return Returns the type of an Etk_Alignment
  */
-Etk_Type *etk_alignment_type_get()
+Etk_Type *etk_alignment_type_get(void)
 {
static Etk_Type *alignment_type = NULL;
 
@@ -72,7 +72,7 @@
 }
 
 /**
- * @brief Sets the parameters of the alignment
+ * @brief Changes the parameters of the alignment
  * @param alignment an alignment
  * @param xalign the horizontal alignment, from 0.0 (left) to 1.0 (right)
  * @param yalign the vertical alignment, from 0.0 (top) to 1.0 (bottom)
@@ -115,12 +115,12 @@
 }
 
 /**
- * @brief Gets the parameters of the alignment
+ * @brief Gets the different parameters of the alignment
  * @param alignment an alignment
- * @param xalign the location to store the horizontal alignment
- * @param yalign the location to store the vertical alignment
- * @param xscale the location to store the horizontal scale factor
- * @param yscale the location to store the vertical scale factor
+ * @param xalign the location where to store the horizontal alignment
+ * @param yalign the location where to store the vertical alignment
+ * @param xscale the location where to store the horizontal scale factor
+ * @param yscale the location where to store the vertical scale factor
  */
 void etk_alignment_get(Etk_Alignment *alignment, float *xalign, float *yalign, 
float *xscale, float *yscale)
 {
@@ -263,7 +263,7 @@
  * from 0.0 (the child doesn't expand at all) to 1.0 (the child takes up all 
the available space). @n
  * The align settings control the alignment of the child inside the container,
  * from 0.0 (the child is aligned on the left/top) to 1.0 (the child is 
aligned on the right/bottom). @n
- * The align settings have no effect if the scale factors are set to 1.0. 
+ * The align settings have no effect if the scale factors are set to 1.0.
  *
  * \par Object Hierarchy:
  * - Etk_Object
===
RCS file: /cvs/e/e17/libs/etk/src/lib/etk_alignment.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- etk_alignment.h 17 Aug 2006 17:18:14 -  1.4
+++ etk_alignment.h 22 Feb 2007 22:24:25 -  1.5
@@ -19,6 +19,7 @@
 /** Checks if the object is an Etk_Alignment */
 #define ETK_IS_ALIGNMENT(obj)(ETK_OBJECT_CHECK_TYPE((obj), 
ETK_ALIGNMENT_TYPE))
 
+
 /**
  * @brief @widget A container containing one child which can be aligned and 
scaled
  * @structinfo
@@ -35,7 +36,8 @@
float yscale;
 };
 
-Etk_Type   *etk_alignment_type_get();
+
+Etk_Type   *etk_alignment_type_get(void);
 Etk_Widget *etk_alignment_new(float xalign, float yalign, float xscale, float 
yscale);
 
 void etk_alignment_set(Etk_Alignment *alignment, float xalign, float yalign, 
float xscale, float yscale);
===
RCS file: /cvs/e/e17/libs/etk/src/lib/etk_argument.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- etk_argument.c  1 Feb 2007 19:14:52 -   1.12
+++ etk_argument.c  22 Feb 2007 22:24:25 -  1.13
@@ -20,9 +20,9 @@
  * @param argc the location of the "argc" parameter passed to main()
  * @param argv the location of the "argv" parameter passed to main()
  * @param long_name the complete name of the argument to find. If 
'--long_name' is found in @a argv, this function will
- * return ETK_TRUE. You can set it to NULL to ignore it
+ * return ETK_TRUE. You can set this param to NULL to ignore it
  * @param short_name a shortcut for the argument to find. If '-short_name' is 
found in @a argv, this function will
- * return ETK_TRUE. You can set it to NULL to ignore it
+ * return ETK_TRUE. You can set this param to NULL to ignore it
  * @param remove if @a remove is ETK_TRUE, the argument will be removed from 
@a argv if it is found
  * @return Returns ETK_TRUE if the argument has been found, ETK_FALSE otherwise
  */
@@ -70,27 +70,26 @@
  * @param argc the location of the "argc" parameter passed to main()
  * @param argv the location of the "argv" parameter passed to main()
  * @param long_name the complete name of th

E CVS: urandom urandom

2007-02-22 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : urandom
Project : devs
Module  : urandom

Dir : devs/urandom


Modified Files:
info.txt 


Log Message:
update the info

===
RCS file: /cvs/e/devs/urandom/info.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- info.txt9 Jun 2006 08:13:12 -   1.1
+++ info.txt22 Feb 2007 22:06:38 -  1.2
@@ -4,4 +4,5 @@
 Location: Sofia, Bulgaria, Europe
 E-Mail:   [EMAIL PROTECTED]
 WWW:  http://bloka.org
+Managing: edje_viewer, winselector module, weather module, general e & etk 
patches
 



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: photo kiwi

2007-02-22 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : kiwi
Project : e_modules
Module  : photo

Dir : e_modules/photo/src/module


Modified Files:
photo_item.h 


Log Message:
change default mouse actions

===
RCS file: /cvs/e/e_modules/photo/src/module/photo_item.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- photo_item.h22 Jul 2006 22:30:52 -  1.4
+++ photo_item.h22 Feb 2007 20:21:19 -  1.5
@@ -23,9 +23,9 @@
 #define ITEM_SHOW_LABEL_YES 1
 #define ITEM_SHOW_LABEL_PARENT 2
 
-#define ITEM_MOUSE_OVER_ACTION_DEFAULT 1
-#define ITEM_MOUSE_LEFT_ACTION_DEFAULT 4
-#define ITEM_MOUSE_MIDDLE_ACTION_DEFAULT 2
+#define ITEM_MOUSE_OVER_ACTION_DEFAULT 0
+#define ITEM_MOUSE_LEFT_ACTION_DEFAULT 2
+#define ITEM_MOUSE_MIDDLE_ACTION_DEFAULT 7
 
 #define ITEM_ACTION_NO 0
 #define ITEM_ACTION_LABEL 1



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: weather urandom

2007-02-22 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : urandom
Project : e_modules
Module  : weather

Dir : e_modules/weather


Modified Files:
AUTHORS configure.in 


Log Message:
upped the version, and added more blame info

===
RCS file: /cvs/e/e_modules/weather/AUTHORS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- AUTHORS 22 Feb 2007 16:36:29 -  1.3
+++ AUTHORS 22 Feb 2007 19:55:34 -  1.4
@@ -1,3 +1,3 @@
 Originally by Matthew Mullins, additions by various Enlightenment developers
 Rewritten by Christopher 'devilhorns' Michael <[EMAIL PROTECTED]>
-Rewritten agani by Viktor 'urandom' Kojouharov <[EMAIL PROTECTED]>
+Rewritten agani by Viktor 'urandom' Kojouharov <[EMAIL PROTECTED]> (version 
0.1.5)
===
RCS file: /cvs/e/e_modules/weather/configure.in,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- configure.in17 Sep 2006 17:20:33 -  1.17
+++ configure.in22 Feb 2007 19:55:34 -  1.18
@@ -7,7 +7,7 @@
 AC_CANONICAL_BUILD
 AC_CANONICAL_HOST
 
-AM_INIT_AUTOMAKE(weather, 0.0.4)
+AM_INIT_AUTOMAKE(weather, 0.1.5)
 AM_CONFIG_HEADER(config.h)
 AC_ISC_POSIX
 AC_PROG_CC



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: proto doursse

2007-02-22 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : proto

Dir : e17/proto/edvi


Modified Files:
configure.in 


Log Message:
add micro version number, clean the exit of app tests, use generic dvi property 
management instead of specific ones

===
RCS file: /cvs/e/e17/proto/edvi/configure.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- configure.in11 Sep 2006 07:22:08 -  1.2
+++ configure.in22 Feb 2007 17:26:50 -  1.3
@@ -1,5 +1,5 @@
 AC_PREREQ(2.54)
-AC_INIT(edvi, 0.1, enlightenment-devel@lists.sourceforge.net)
+AC_INIT(edvi, 0.1.0, enlightenment-devel@lists.sourceforge.net)
 AC_CONFIG_HEADERS(config.h)
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: proto doursse

2007-02-22 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : proto

Dir : e17/proto/edvi/src/bin


Modified Files:
edvi_esmart_test.c edvi_evas_test.c edvi_ewl_test.c 


Log Message:
add micro version number, clean the exit of app tests, use generic dvi property 
management instead of specific ones

===
RCS file: /cvs/e/e17/proto/edvi/src/bin/edvi_esmart_test.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- edvi_esmart_test.c  12 Feb 2007 14:38:31 -  1.2
+++ edvi_esmart_test.c  22 Feb 2007 17:26:50 -  1.3
@@ -25,7 +25,7 @@
   if (argc < 3)
 {
   printf ("\nUsage: %s filename page_number\n\n", argv[0]);
-  exit (-1);
+  return -1;
 }
 
   printf ("[DVI] version : %s\n", edvi_version_get ());
@@ -102,7 +102,6 @@
 app_signal_exit(void *data, int ev_type, void *ev)
 {
ecore_main_loop_quit();
-   edvi_shutdown ();
return 1;
 }
 
@@ -110,5 +109,4 @@
 app_delete_request(Ecore_Evas *ee)
 {
ecore_main_loop_quit();
-   edvi_shutdown ();
 }
===
RCS file: /cvs/e/e17/proto/edvi/src/bin/edvi_evas_test.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- edvi_evas_test.c12 Feb 2007 14:38:31 -  1.2
+++ edvi_evas_test.c22 Feb 2007 17:26:50 -  1.3
@@ -51,7 +51,6 @@
   Evas  *evas;
   Evas_Object   *o;
   char  *param_kpathsea_mode  = "cx";
-  intparam_delayed_font_open = 1;
 
   if (argc < 2) {
 printf ("\nUsage: %s file.dvi\n\n", argv[0]);
@@ -77,7 +76,7 @@
   if (!property) {
 goto free_device;
   }
-  edvi_property_delayed_font_open_set (property, param_delayed_font_open);
+  edvi_property_property_set (property, EDVI_PROPERTY_DELAYED_FONT_OPEN);
 
   document = edvi_document_new (filename, device, property);
   if (!document) {
@@ -121,6 +120,7 @@
 
   ecore_main_loop_begin ();
 
+  ecore_evas_shutdown ();
  shutdown_ecore:
   ecore_shutdown ();
  shutdown_evas:
===
RCS file: /cvs/e/e17/proto/edvi/src/bin/edvi_ewl_test.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- edvi_ewl_test.c 12 Feb 2007 14:38:31 -  1.4
+++ edvi_ewl_test.c 22 Feb 2007 17:26:50 -  1.5
@@ -98,6 +98,8 @@
 
   ewl_main ();
 
+  edvi_shutdown ();
+
   return 0;
 }
 
@@ -111,7 +113,6 @@
   }
   ewl_widget_destroy(w);
   ewl_main_quit();
-  edvi_shutdown ();
 }
 
 static void



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: proto doursse

2007-02-22 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : proto

Dir : e17/proto/edvi/src/lib


Modified Files:
edvi_enum.h edvi_property.c edvi_property.h esmart_dvi.c 
etk_dvi.c ewl_dvi.c 


Log Message:
add micro version number, clean the exit of app tests, use generic dvi property 
management instead of specific ones

===
RCS file: /cvs/e/e17/proto/edvi/src/lib/edvi_enum.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- edvi_enum.h 16 Jul 2006 20:51:17 -  1.1
+++ edvi_enum.h 22 Feb 2007 17:26:50 -  1.2
@@ -35,5 +35,22 @@
   EDVI_PAGE_SIZE_LEGAL
 }Edvi_Page_Size;
 
+typedef enum
+{
+  EDVI_PROPERTY_PRINT_FONTS,
+  EDVI_PROPERTY_PRINT_MISSING_FONTS,
+  EDVI_PROPERTY_ASCII_JTEX,
+  EDVI_PROPERTY_SCALE_FONT_IF_NOT_EXIST,
+  EDVI_PROPERTY_LATEX2E_GRAPHICS_STY,
+  EDVI_PROPERTY_LATEX209_EPSF_STY,
+  EDVI_PROPERTY_SKIP_RENDERING,
+  EDVI_PROPERTY_SKIP_SPECIALS,
+  EDVI_PROPERTY_LIST_FONTS,
+  EDVI_PROPERTY_LIST_MISSING_FONTS,
+  EDVI_PROPERTY_DELAYED_FONT_OPEN,
+  EDVI_PROPERTY_ASYNC_GS_INVOCATION,
+  EDVI_PROPERTY_INCREMENTAL_EPS_DISPLAY
+}Edvi_Property_Id;
+
 
 #endif /* __EDVI_ENUM_H__ */
===
RCS file: /cvs/e/e17/proto/edvi/src/lib/edvi_property.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- edvi_property.c 11 Sep 2006 07:22:08 -  1.2
+++ edvi_property.c 22 Feb 2007 17:26:50 -  1.3
@@ -28,8 +28,6 @@
 return 0;
   }
 
-  DVI_PROPERTY_SET(property->dvi_property, DVI_PROP_ASYNC_GS_INVOCATION);
-
   return property;
 }
 
@@ -45,25 +43,31 @@
 }
 
 void
-edvi_property_delayed_font_open_set (Edvi_Property *property,
- intdelayed_font_open)
+edvi_property_property_set (Edvi_Property   *property,
+Edvi_Property_Id id)
+{
+  if (!property)
+return;
+
+  DVI_PROPERTY_SET(property->dvi_property, id);
+}
+
+void
+edvi_property_property_unset (Edvi_Property   *property,
+  Edvi_Property_Id id)
 {
   if (!property)
 return;
 
-  if (delayed_font_open)
-DVI_PROPERTY_SET(property->dvi_property,
- DVI_PROP_DELAYED_FONT_OPEN);
-  else
-DVI_PROPERTY_UNSET(property->dvi_property,
-   DVI_PROP_DELAYED_FONT_OPEN);
+  DVI_PROPERTY_UNSET(property->dvi_property, id);
 }
 
 int
-edvi_property_delayed_font_open_get (Edvi_Property *property)
+edvi_property_property_isset (Edvi_Property   *property,
+  Edvi_Property_Id id)
 {
   if (!property)
 return 0;
 
-  return DVI_PROPERTY_TEST (property->dvi_property, 
DVI_PROP_DELAYED_FONT_OPEN);
+  return DVI_PROPERTY_TEST (property->dvi_property, id);
 }
===
RCS file: /cvs/e/e17/proto/edvi/src/lib/edvi_property.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- edvi_property.h 17 Jul 2006 00:54:21 -  1.1
+++ edvi_property.h 22 Feb 2007 17:26:50 -  1.2
@@ -9,9 +9,14 @@
 
 void   edvi_property_delete (Edvi_Property *property);
 
-void   edvi_property_delayed_font_open_set (Edvi_Property *property,
-int
delayed_font_open);
+void   edvi_property_property_set (Edvi_Property   *property,
+   Edvi_Property_Id id);
+
+void   edvi_property_property_unset (Edvi_Property   *property,
+ Edvi_Property_Id id);
+
+intedvi_property_property_isset (Edvi_Property   *property,
+ Edvi_Property_Id id);
 
-intedvi_property_delayed_font_open_get (Edvi_Property *property);
 
 #endif /* __EDVI_PROPERTY_H__ */
===
RCS file: /cvs/e/e17/proto/edvi/src/lib/esmart_dvi.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- esmart_dvi.c16 Jul 2006 20:51:17 -  1.1
+++ esmart_dvi.c22 Feb 2007 17:26:50 -  1.2
@@ -108,7 +108,7 @@
 
   sp->dvi_device = edvi_device_new (edvi_dpi_get(), edvi_dpi_get());
   sp->dvi_property = edvi_property_new();
-  edvi_property_delayed_font_open_set(sp->dvi_property, 1);
+  edvi_property_property_set (sp->dvi_property, 
EDVI_PROPERTY_DELAYED_FONT_OPEN);
   sp->dvi_document = NULL;
   sp->dvi_page = NULL;
 
===
RCS file: /cvs/e/e17/proto/edvi/src/lib/etk_dvi.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- etk_dvi.c   1 Oct 2006 06:12:30 -   1.3
+++ etk_dvi.c   22 Feb 2007 17:26:50 -  1.4
@@ -61,7 +61,7 @@
 }
 
 /**
- * @brief Creates a new dvi
+ * @brief Creates a 

E CVS: weather urandom

2007-02-22 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : urandom
Project : e_modules
Module  : weather

Dir : e_modules/weather/images


Modified Files:
Makefile.am 
Added Files:
0.png 1.png 10.png 11.png 12.png 13.png 14.png 15.png 16.png 
17.png 18.png 19.png 2.png 20.png 21.png 22.png 23.png 24.png 
25.png 26.png 27.png 28.png 29.png 3.png 30.png 31.png 32.png 
3200.png 33.png 34.png 35.png 36.png 37.png 38.png 39.png 
4.png 40.png 41.png 42.png 43.png 44.png 45.png 46.png 47.png 
5.png 6.png 7.png 8.png 9.png 
Removed Files:
blizzard.png blowingsnow.png chancetstorm.png 
chancetstormn.png clear-sky.png cloud.png cloudy.png 
cloudy_night.png drizzle.png fair.png fdrizzle.png 
flurries.png fog.png freezingrain.png hazy.png heavy-rain.png 
ice.png isolated.t-storm.png light-rain.png light-snow.png 
luna-ceatza.png luna-nori.png mcloudy.png mcloudyn.png 
mcloudynr.png mcloudyns.png mcloudyr.png mcloudys.png 
moon-rain.png moon-snow.png moon-tstorm.png moon.png 
mostly-cloudy.png pcloudy.png pcloudyn.png pcloudynr.png 
pcloudyns.png pcloudyr.png pcloudyrn.png pcloudys.png rain.png 
rainandsnow.png showers.png sleet.png smoke.png snow.png 
snowshowers.png sun-light-clouds.png sun.png suncloud.png 
sunny.png sunnyn.png sunrain.png sunsnow.png t-storm_night.png 
thunder.png tstorm.png tstormn.png unknown.png wind.png 
wswarning.png wswatch.png 


Log Message:
The new weather module is here. The previous config for it should be removed. 
There are still a few issues to be resolved, but it's mostly usable now.

===
RCS file: /cvs/e/e_modules/weather/images/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- Makefile.am 1 Apr 2006 11:43:50 -   1.3
+++ Makefile.am 22 Feb 2007 16:36:30 -  1.4
@@ -1,70 +1,52 @@
 MAINTAINERCLEANFILES = Makefile.in
 
-# data files for the module
-filesdir = $(datadir)/images
-
-files_DATA = \
-blizzard.png \
-blowingsnow.png \
-chancetstormn.png \
-chancetstorm.png \
-clear-sky.png \
-cloud.png \
-cloudy_night.png \
-cloudy.png \
-drizzle.png \
-fair.png \
-fdrizzle.png \
-flurries.png \
-fog.png \
-freezingrain.png \
-hazy.png \
-heavy-rain.png \
-ice.png \
-isolated.t-storm.png \
-light-rain.png \
-light-snow.png \
-luna-ceatza.png \
-luna-nori.png \
-mcloudyn.png \
-mcloudynr.png \
-mcloudyns.png \
-mcloudy.png \
-mcloudyr.png \
-mcloudys.png \
-moon.png \
-moon-rain.png \
-moon-snow.png \
-moon-tstorm.png \
-mostly-cloudy.png \
-pcloudyn.png \
-pcloudynr.png \
-pcloudyns.png \
-pcloudy.png \
-pcloudyrn.png \
-pcloudyr.png \
-pcloudys.png \
-rainandsnow.png \
-rain.png \
-showers.png \
-sleet.png \
-smoke.png \
-snow.png \
-snowshowers.png \
-suncloud.png \
-sun-light-clouds.png \
-sunnyn.png \
-sunny.png \
-sun.png \
-sunrain.png \
-sunsnow.png \
-thunder.png \
-t-storm_night.png \
-tstormn.png \
-tstorm.png \
-unknown.png \
-wind.png \
-wswarning.png \
-wswatch.png
-
-EXTRA_DIST = $(files_DATA)
+EXTRA_DIST = \
+0 \
+1 \
+2 \
+3 \
+4 \
+5 \
+6 \
+7 \
+8 \
+9 \
+10 \
+11 \
+12 \
+13 \
+14 \
+15 \
+16 \
+17 \
+18 \
+19 \
+20 \
+21 \
+22 \
+23 \
+24 \
+25 \
+26 \
+27 \
+28 \
+29 \
+30 \
+31 \
+32 \
+33 \
+34 \
+35 \
+36 \
+37 \
+38 \
+39 \
+40 \
+41 \
+42 \
+43 \
+44 \
+45 \
+46 \
+47 \
+3200



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/etk-perl leviathan

2007-02-22 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : leviathan
Project : e17
Module  : libs/etk-perl

Dir : e17/libs/etk-perl/lib/Etk


Modified Files:
Constants.pm 


Log Message:
Add slider functions

===
RCS file: /cvs/e/e17/libs/etk-perl/lib/Etk/Constants.pm,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- Constants.pm29 Jan 2007 13:55:45 -  1.14
+++ Constants.pm22 Feb 2007 15:59:49 -  1.15
@@ -62,6 +62,7 @@
popupwindow => [qw/BelowRight BelowLeft AboveRight AboveLeft/],
window  => [qw/Normal Above Below/],
swallow => [qw/None IncompatibleParent NotRealized NoPart/],
+   slider  => [qw/Continuous Discontinuous Delayed/],
);
 
 my @all = ();
@@ -302,3 +303,11 @@
NotRealized=>2,
NoPart=>3
 };
+
+# slider
+use constant {
+   Continuous=>0,
+   Discontinuous=>1,
+   Delayed=>2
+};
+



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/etk-perl leviathan

2007-02-22 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : leviathan
Project : e17
Module  : libs/etk-perl

Dir : e17/libs/etk-perl


Modified Files:
Etk.xs typemap 


Log Message:
Add slider functions

===
RCS file: /cvs/e/e17/libs/etk-perl/Etk.xs,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -3 -r1.79 -r1.80
--- Etk.xs  10 Feb 2007 17:45:04 -  1.79
+++ Etk.xs  22 Feb 2007 15:59:49 -  1.80
@@ -1800,6 +1800,47 @@
OUTPUT:
RETVAL
 
+MODULE = Etk::Slider   PACKAGE = Etk::Slider   PREFIX = etk_slider_
+
+void
+etk_slider_label_set(slider, label)
+   Etk_Slider * slider
+   const char * label
+   ALIAS:
+   LabelSet=1
+
+const char *
+etk_slider_label_get(slider)
+   Etk_Slider * slider
+   ALIAS:
+   LabelGet=1
+
+void
+etk_slider_inverted_set(slider, inverted)
+   Etk_Slider * slider
+   Etk_Bool inverted
+   ALIAS:
+   InvertedSet=1
+
+Etk_Bool
+etk_slider_inverted_get(slider)
+   Etk_Slider * slider
+   ALIAS:
+   InvertedGet=1
+
+void
+etk_slider_update_policy_set(slider, policy)
+   Etk_Slider * slider
+   Etk_Slider_Update_Policy policy
+   ALIAS:
+   UpdatePolicySet=1
+
+Etk_Slider_Update_Policy
+etk_slider_update_policy_get(slider)
+   Etk_Slider * slider
+   ALIAS:
+   UpdatePolicyGet=1
+
 MODULE = Etk::HSlider  PACKAGE = Etk::HSlider  PREFIX = etk_hslider_
 
 Etk_HSlider *
===
RCS file: /cvs/e/e17/libs/etk-perl/typemap,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -3 -r1.29 -r1.30
--- typemap 14 Jan 2007 21:10:43 -  1.29
+++ typemap 22 Feb 2007 15:59:49 -  1.30
@@ -83,6 +83,7 @@
 Etk_HSeparator *   T_PTROBJ_ETK
 Etk_VSeparator *   T_PTROBJ_ETK
 Etk_Slider *   T_PTROBJ_ETK
+Etk_Slider_Update_Policy   T_IV
 Etk_HSlider *  T_PTROBJ_ETK
 Etk_VSlider *  T_PTROBJ_ETK
 Etk_HScrollbar *   T_PTROBJ_ETK



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/etk-perl leviathan

2007-02-22 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : leviathan
Project : e17
Module  : libs/etk-perl

Dir : e17/libs/etk-perl/t/Etk


Modified Files:
Slider.t 


Log Message:
Add slider functions

===
RCS file: /cvs/e/e17/libs/etk-perl/t/Etk/Slider.t,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Slider.t10 Sep 2006 08:10:57 -  1.1
+++ Slider.t22 Feb 2007 15:59:49 -  1.2
@@ -1,8 +1,17 @@
-use Test::More tests => 2;
+use Test::More tests => 5;
 use Etk;
 
 my $b = Etk::HSlider->new(0, 1, 0, 0.1, 0.5);
 
 ok( defined $b,"HSlider new()");
 ok( $b->isa("Etk::HSlider"),   "Class Check");
+
+$b->LabelSet("moo");
+is($b->LabelGet(), "moo", "Label Set/Get");
+
+$b->InvertedSet(1);
+is($b->InvertedGet(), 1, "Inverted Set/Get");
+
+$b->UpdatePolicySet(2);
+is($b->UpdatePolicyGet(), 2, "UpdatePolicy Set/Get");
 



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: weather morlenxus

2007-02-22 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : morlenxus
Project : e_modules
Module  : weather

Dir : e_modules/weather


Modified Files:
e_mod_main.c 


Log Message:
Immediately update the weather values if the code has been changed.

===
RCS file: /cvs/e/e_modules/weather/e_mod_main.c,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -3 -r1.47 -r1.48
--- e_mod_main.c22 Feb 2007 00:21:19 -  1.47
+++ e_mod_main.c22 Feb 2007 14:50:52 -  1.48
@@ -713,6 +713,7 @@
  snprintf (buf, sizeof (buf), "%d°%c", inst->temp, inst->degrees);
  edje_object_part_text_set (inst->weather->weather_obj, "temp", buf);
 
+ _weather_cb_check (inst);
  if (!inst->check_timer)
inst->check_timer =
  ecore_timer_add ((double) ci->poll_time, _weather_cb_check,



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs