summaryrefslogtreecommitdiff
path: root/src/modules/illume-home-toggle
Commit message (Collapse)AuthorAgeFilesLines
* Partially revert commit 8d7c40c622Igor Murzov2013-05-051-25/+4
|
* updating serbian translationmaxerba2013-05-041-6/+25
|
* giant header overhaul which removes all the stupid one line function ↵Mike Blumenkrantz2012-11-302-11/+0
| | | | | | prototype headers and e_mod_main.h headers that contain nothing but unnecessary module api prototypes SVN revision: 79908
* put lucas's makefiles back.. but what do you do to make it not breakCarsten Haitzler2012-11-091-29/+0
| | | | | | | | between builds from older vs newer makefile setup? SVN revision: 79024
* lucas... u're going to hate me... but i'm reverting this whole lot ofCarsten Haitzler2012-11-091-0/+29
| | | | | | | | | | | | | | | | module build chnages because its fundamentally broken. it DOES NOT PRODUCE .SO FILES. just .la and .a files. the only reason u dont notice is.. you ALREADY had .so's installed. i just got in from the airport... synced and updated.. rebuilt and was met with all modules not loading... literally - no .so's are installed int he module dirs. try rm -rf the instaleld module tree. regardless... this has to be reverted be3cause it's a major break. the idea is right/nice. the implementation is causing... problems. SVN revision: 79015
* e/modules: delete old Makefile.am'sLucas De Marchi2012-11-071-29/+0
| | | | SVN revision: 78983
* e: use AM_CPPFLAGS instead of INCLUDESLucas De Marchi2012-10-311-1/+1
| | | | | | | | | | | Get rid of warnings like below with recent automake (1.11 and newer): src/bin/Makefile.am:6: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') src/bin/Makefile.am: installing './depcomp' src/modules/access/Makefile.am:11: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') SVN revision: 78720
* sed -i 's/(E_Gadcon_Client_Class/(const E_Gadcon_Client_Class/g'Mike Blumenkrantz2012-07-271-6/+6
| | | | SVN revision: 74474
* e/gadcon: label() returns a const char*Boris Faure2011-11-141-2/+2
| | | | | | Original patch by Fabien Romano from OpenBSD SVN revision: 65204
* OMG! DEVILHORNS USING AN EDITOR WITH TABS INSTEAD OF WHITESPACES????? SAY IT ↵Mike Blumenkrantz2011-11-071-3/+3
| | | | | | AIN'T SO!!! SVN revision: 64906
* fix include paths for all these makefiles to add $top_builddir/src/bin ↵Mike Blumenkrantz2011-01-051-1/+1
| | | | | | instead of $top_srcdir/src/lib SVN revision: 55884
* Apply new module categories.Miculcy Brian2010-10-191-1/+1
| | | | SVN revision: 53600
* Add UNUSED where needed.Christopher Michael2010-08-191-7/+7
| | | | | | | | Added additional parens where needed. SVN revision: 51445
* * edje: fix count that lead to memleak.Cedric BAIL2010-08-121-0/+0
| | | | SVN revision: 51047
* * edje: fix for updated edje file format.Cedric BAIL2010-08-121-0/+0
| | | | SVN revision: 51037
* * edje: converting edje file to make them compatible with old and newCedric BAIL2010-08-091-0/+0
| | | | | | | | loader. I didn't expect so many of them, maybe some one can take care of reducing their number (0 would be a good target). SVN revision: 50938
* Fix formatting.Christopher Michael2010-06-281-3/+6
| | | | SVN revision: 49923
* Make illume-home-toggle from e_button to edjeTiago Rezende Campos Falcao2010-06-281-18/+13
| | | | SVN revision: 49919
* Break out the Home button into separate module.Christopher Michael2010-04-205-0/+184
Fix illume-home to not include gadget button. Fix illume-home efreet_desktop_cache_update. SVN revision: 48174