Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | adding catalan translation and sorting lines alphabetically | maxerba | 2013-06-05 | 1 | -0/+2 |
| | |||||
* | updating serbian translation | maxerba | 2013-05-04 | 1 | -2/+4 |
| | |||||
* | e: rename option use_composite to use_shaped_win | Lucas De Marchi | 2013-01-09 | 1 | -27/+28 |
| | | | | | | | | | | | | | | | | In order to move composite inside the core we need to kill the use_composite option. However in some places it is being used to switch between ARGB and shaped windows. It doesn't make much sense to keep the advanced/engine dialog to let the user toggle this options if we have composite always enabledm, but lets allow the user to shoot himself on the foot (for now). Next step will be to move the comp module files to core so user can't unload it anymore. SVN revision: 82433 | ||||
* | e engine settings: force check changed on confirmation dialog. | Chidambar Zinnoury | 2012-12-25 | 1 | -0/+4 |
| | | | | SVN revision: 81689 | ||||
* | unused-- | Mike Blumenkrantz | 2012-12-04 | 1 | -1/+1 |
| | | | | SVN revision: 80153 | ||||
* | all dialogs are no longer resizable | Mike Blumenkrantz | 2012-12-03 | 1 | -1/+0 |
| | | | | SVN revision: 80032 | ||||
* | giant header overhaul which removes all the stupid one line function ↵ | Mike Blumenkrantz | 2012-11-30 | 4 | -41/+3 |
| | | | | | | prototype headers and e_mod_main.h headers that contain nothing but unnecessary module api prototypes SVN revision: 79908 | ||||
* | updating various translations | Massimo Maiurana | 2012-11-21 | 1 | -1/+3 |
| | | | | SVN revision: 79519 | ||||
* | put lucas's makefiles back.. but what do you do to make it not break | Carsten Haitzler | 2012-11-09 | 1 | -35/+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 of | Carsten Haitzler | 2012-11-09 | 1 | -0/+35 |
| | | | | | | | | | | | | | | | | 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's | Lucas De Marchi | 2012-11-07 | 1 | -35/+0 |
| | | | | SVN revision: 78983 | ||||
* | e: use AM_CPPFLAGS instead of INCLUDES | Lucas De Marchi | 2012-10-31 | 1 | -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 | ||||
* | add config for disabling delayed modules. this actually drastically | Carsten Haitzler | 2012-10-07 | 1 | -3/+10 |
| | | | | | | | | | speeds up e startup - but this i mean the shelf comes up instantly populated rather than taking 2 or 3 seconds to figure its life out. SVN revision: 77558 | ||||
* | add some more labels. | Carsten Haitzler | 2012-08-15 | 1 | -41/+78 |
| | | | | SVN revision: 75287 | ||||
* | power management dialog does not need to be resizable either | Mike Blumenkrantz | 2012-08-13 | 1 | -24/+23 |
| | | | | SVN revision: 75200 | ||||
* | no need to use a toolbook in power management settings dialog when there's ↵ | Mike Blumenkrantz | 2012-08-13 | 1 | -6/+2 |
| | | | | | | only one page SVN revision: 75199 | ||||
* | fix powermanagement dialog border icon | Mike Blumenkrantz | 2012-08-13 | 1 | -1/+1 |
| | | | | SVN revision: 75198 | ||||
* | set icon for power management settings | Mike Blumenkrantz | 2012-08-13 | 1 | -1/+1 |
| | | | | SVN revision: 75188 | ||||
* | set radio text to blank in power management settings to avoid using ↵ | Mike Blumenkrantz | 2012-08-13 | 1 | -10/+10 |
| | | | | | | unreliable theme default SVN revision: 75186 | ||||
* | Proper Casing | Mike Blumenkrantz | 2012-08-06 | 2 | -3/+3 |
| | | | | SVN revision: 74913 | ||||
* | e: units (sec → s). | Chidambar Zinnoury | 2012-07-14 | 1 | -5/+5 |
| | | | | SVN revision: 73860 | ||||
* | e: use standard units for file sizes and use helpers instead of duplicating ↵ | Chidambar Zinnoury | 2012-07-14 | 1 | -2/+2 |
| | | | | | | code. SVN revision: 73858 | ||||
* | e i18n: add some missing files. | Chidambar Zinnoury | 2012-07-08 | 1 | -1/+1 |
| | | | | | | | Bonus: correct some typos and add missing window icons. SVN revision: 73472 | ||||
* | e config dialogs: have explicit button labels instead of bland OK. | Chidambar Zinnoury | 2012-06-26 | 1 | -2/+2 |
| | | | | SVN revision: 72843 | ||||
* | e: for consistancy's sake, use Enlightenment instead of E or E17 in all ↵ | Chidambar Zinnoury | 2012-06-24 | 1 | -1/+1 |
| | | | | | | user-visible strings. SVN revision: 72759 | ||||
* | should be secnds, not minites. | Carsten Haitzler | 2012-06-10 | 1 | -5/+5 |
| | | | | SVN revision: 71888 | ||||
* | e: massiv warning cleanup ! | Cedric BAIL | 2012-05-04 | 1 | -5/+5 |
| | | | | SVN revision: 70756 | ||||
* | e: make e_powersave values configurable | Michael BOUCHAUD | 2012-05-03 | 5 | -1/+387 |
| | | | | SVN revision: 70698 | ||||
* | e/docs: do bare documentation for e. | Gustavo Sverzut Barbieri | 2012-01-19 | 1 | -0/+11 |
| | | | | | | | | | | | Just some groups and basic description for modules. I'm NOT going back to this anytime soon, but would be VERY happy if people could do some screenshots and put the images for each module in docs/img/ folder, linking to them from each e_mod_main.h SVN revision: 67362 | ||||
* | remove all traces of selecting engine in e17 - wont actuallly ever be | Carsten Haitzler | 2011-12-26 | 1 | -30/+1 |
| | | | | | | | | needed beyond compositor. :) SVN revision: 66513 | ||||
* | remove .cvsignore files | Boris Faure | 2011-06-12 | 1 | -7/+0 |
| | | | | SVN revision: 60246 | ||||
* | more merging of modules | Carsten Haitzler | 2011-05-01 | 5 | -1/+184 |
| | | | | SVN revision: 59056 | ||||
* | updating russian translations | Massimo Maiurana | 2011-02-17 | 1 | -0/+2 |
| | | | | SVN revision: 57124 | ||||
* | fix include paths for all these makefiles to add $top_builddir/src/bin ↵ | Mike Blumenkrantz | 2011-01-05 | 1 | -1/+1 |
| | | | | | | instead of $top_srcdir/src/lib SVN revision: 55884 | ||||
* | updating portuguese translations | Massimo Maiurana | 2010-11-24 | 1 | -2/+2 |
| | | | | SVN revision: 54950 | ||||
* | Yes, settings, we now that already... | Miculcy Brian | 2010-10-19 | 1 | -8/+8 |
| | | | | SVN revision: 53634 | ||||
* | Apply new module categories. | Miculcy Brian | 2010-10-19 | 1 | -1/+1 |
| | | | | SVN revision: 53600 | ||||
* | * edje: fix count that lead to memleak. | Cedric BAIL | 2010-08-12 | 1 | -0/+0 |
| | | | | SVN revision: 51047 | ||||
* | * edje: fix for updated edje file format. | Cedric BAIL | 2010-08-12 | 1 | -0/+0 |
| | | | | SVN revision: 51037 | ||||
* | * edje: converting edje file to make them compatible with old and new | Cedric BAIL | 2010-08-09 | 1 | -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 | ||||
* | FORMATTING | Lucas De Marchi | 2010-08-04 | 2 | -6/+0 |
| | | | | | | | | | | | | | | | | * Remove vim modelines: find . -name '*.[chx]' -exec sed -i '/\/\*$/ {N;N;/ \* vim:ts/d}' \{\} \; find . -name '*.[chx]' -exec sed -i '/\/[\*\/] *vim:/d' \{\} \; * Remove leading blank lines: find . -name '*.[cxh]' -exec sed -i '/./,$!d' If you use vim, use this in your .vimrc: set ts=8 sw=3 sts=8 expandtab cino=>5n-3f0^-2{2(0W1st0 SVN revision: 50816 | ||||
* | Play nice wrt small resolutions. | Christopher Michael | 2010-07-28 | 1 | -16/+19 |
| | | | | SVN revision: 50609 | ||||
* | Fix up expand/fill for sliders. | Christopher Michael | 2010-03-09 | 1 | -2/+2 |
| | | | | SVN revision: 47090 | ||||
* | Make performance dialog match other dialogs wrt sliders & expansion. | Christopher Michael | 2010-03-09 | 1 | -23/+26 |
| | | | | SVN revision: 47062 | ||||
* | remove the now useless title | Miculcy Brian | 2010-03-08 | 1 | -8/+8 |
| | | | | SVN revision: 47002 | ||||
* | simplified performance conf with check_changed and cleanups. | Gustavo Sverzut Barbieri | 2010-03-04 | 1 | -93/+64 |
| | | | | | | | | | Instead of advanced, use a toolbook with General and Cache pages, it looks better... and this dialog is inside "advanced" anyway. SVN revision: 46861 | ||||
* | Smaller min size sliders and pass -Wextra | Gustavo Sverzut Barbieri | 2010-03-02 | 2 | -18/+18 |
| | | | | SVN revision: 46800 | ||||
* | Don't stretch sliders vertically as they look retarded. | Christopher Michael | 2010-02-28 | 1 | -9/+16 |
| | | | | | | | | Fix formatting. SVN revision: 46660 | ||||
* | Maximum framerate in advanced should match the maximum in basic. | Christopher Michael | 2010-02-25 | 1 | -6/+6 |
| | | | | SVN revision: 46470 | ||||
* | export less | Sebastian Dransfeld | 2010-01-22 | 2 | -2/+2 |
| | | | | SVN revision: 45455 |