Enlightenment CVS committal Author : kiwi Project : e_modules Module : devian
Dir : e_modules/devian Modified Files: AUTHORS INSTALL TODO configure.in Log Message: Work on picture and rss feature, fix a major bug, cleanings, version bump : * As requested, user can now remove dEvian's logo from the slideshow (Option in main configuration panel / advanced) * Major bug fixed : No more bad segv (with no white box) when trying to load more pictures than dEvian has ! And also on first creation of a picture source (same thing) :) * Fix leak in Rss * New warning indicator icon * Cleanings in code and debug messages * Make clean now works even if themes dont exists * Error message when trying to add a dEvian Log source, like its not stable yet * Version bump to 0.1.8 * Config version bump =================================================================== RCS file: /cvs/e/e_modules/devian/AUTHORS,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- AUTHORS 3 Apr 2006 06:18:26 -0000 1.1 +++ AUTHORS 14 Apr 2006 09:09:37 -0000 1.2 @@ -1,5 +1,7 @@ -Laurent 'kiwi' Ghigonis -logo dEvian : StL +Laurent 'kiwi' Ghigonis + +logo dEvian : +Estelle Senay [EMAIL PROTECTED] -http://gouloum.zapto.org +http://oooo.zapto.org =================================================================== RCS file: /cvs/e/e_modules/devian/INSTALL,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- INSTALL 3 Apr 2006 06:18:26 -0000 1.1 +++ INSTALL 14 Apr 2006 09:09:37 -0000 1.2 @@ -30,4 +30,7 @@ -------------------------------------- -It will install the module in your ~/.e/e/modules/ +It will install the module + - If you do the make install as user : ~/.e/e/modules/ + - If you do the make install as root : {prefix}/lib/enlightenment/modules/. +{prefix} is generaly /usr/ or /usr/local/. \ No newline at end of file =================================================================== RCS file: /cvs/e/e_modules/devian/TODO,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- TODO 11 Apr 2006 11:18:43 -0000 1.3 +++ TODO 14 Apr 2006 09:09:37 -0000 1.4 @@ -49,11 +49,14 @@ * M ? Auto resize est bien plus petit (ajouter coords bordure) * M Quand on s'est arreté en pause, ca se reaffiche pas au restart dans le theme (add devian->source_info.paused) - - X Segfault la toute premiere fois qu'on lance dEvian Picture apres avoir install dEvian pr 1ere fois + * X Bug when not enough pictures in cache, not on every platform, + and not when compiling with Debug printf ... + (FIXED :D :D, test if source_evas_object_get returns 0 ... SPANK SPANK SPANK) + * X Segfault la toute premiere fois qu'on lance dEvian Picture apres avoir install dEvian pr 1ere fois Sur CERTAINES rares configurations seulement ... + (FIXED :D :D, test if source_evas_object_get returns 0 ... SPANK SPANK SPANK) - M Proxy doesnt work (mz on #get-e, David Wallin mail) - S Quand taille trop grande / previews images, resize auto merde (AUTO_MODE) - - ? ??? BAD BAD BAD cache detach ? -------------------------------------------------------------------------------- @@ -318,25 +321,23 @@ * Alpha and Animation in advanced box panel are over each other * Make title more little * Darkintent http://www.baka-updates.com/rss.php Segv + * Container animation in advanced config + * Warning indicator + * User can choose not to add dEvian's icons in picture list + * Icon warning indicator / Source file (log) * Read the last lines of a file (data_file_update) - Ini and Max lines - Use Retlines, cut at the end of a line - * Container animation in advanced config - * Warning indicator - - - Icon warning indicator - - X Bug when only the 2 pictures - - ? Bug in the config ? - Rss News hiligh when url == null + - ? Bug in the config ? When updating ? - Charsets (ecore_txt :D) - Problems in convert Need strdup ? - - ? Segv Sometimes when refresh by click on 'next' button ? - ? --SEGV embryo timer del some timer that doesnt exists (in infos panel)-- ? When the information pannel is going to close, after timer ... Like when delete the timer 2 times when finished @@ -350,10 +351,6 @@ #4 0x00002aaaac0348d7 in ecore_main_loop_begin () at ecore_main.c:79 #5 0x000000000041ff51 in main (argc=1, argv=0x61e360) at e_main.c:679 - - User can choose not to add dEvian's icons in picture list - - ? "Allow information panel" option in main config panel - for each type of source ? - - RELEASE 0.2.0 ------- @@ -368,6 +365,7 @@ - RPM build (cvs) - Use same way than e_int_config_background_import to set the background when no e17setroot + Write patch for E - images from net - deviantart =================================================================== RCS file: /cvs/e/e_modules/devian/configure.in,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- configure.in 3 Apr 2006 06:18:26 -0000 1.1 +++ configure.in 14 Apr 2006 09:09:37 -0000 1.2 @@ -4,6 +4,7 @@ AC_CANONICAL_BUILD AC_CANONICAL_HOST + #### choose what feature will be compiled in # get the value from optional argument @@ -57,7 +58,7 @@ fi else package="devian" - version="0.2.0" + version="0.1.8" AC_DEFINE_UNQUOTED(MODULE_VERSION, "$version", [Module name]) AC_DEFINE(HAVE_ALL, 1, [Compil with all support]) AC_DEFINE(HAVE_PICTURE, 1, [Compil Picture support]) ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs