summaryrefslogtreecommitdiff
path: root/src/modules/conf_performance
Commit message (Collapse)AuthorAgeFilesLines
* adding catalan translation and sorting lines alphabeticallymaxerba2013-06-051-0/+2
|
* updating serbian translationmaxerba2013-05-041-2/+4
|
* e: rename option use_composite to use_shaped_winLucas De Marchi2013-01-091-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 Zinnoury2012-12-251-0/+4
| | | | SVN revision: 81689
* unused--Mike Blumenkrantz2012-12-041-1/+1
| | | | SVN revision: 80153
* all dialogs are no longer resizableMike Blumenkrantz2012-12-031-1/+0
| | | | SVN revision: 80032
* giant header overhaul which removes all the stupid one line function ↵Mike Blumenkrantz2012-11-304-41/+3
| | | | | | prototype headers and e_mod_main.h headers that contain nothing but unnecessary module api prototypes SVN revision: 79908
* updating various translationsMassimo Maiurana2012-11-211-1/+3
| | | | SVN revision: 79519
* put lucas's makefiles back.. but what do you do to make it not breakCarsten Haitzler2012-11-091-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 ofCarsten Haitzler2012-11-091-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'sLucas De Marchi2012-11-071-35/+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
* add config for disabling delayed modules. this actually drasticallyCarsten Haitzler2012-10-071-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 Haitzler2012-08-151-41/+78
| | | | SVN revision: 75287
* power management dialog does not need to be resizable eitherMike Blumenkrantz2012-08-131-24/+23
| | | | SVN revision: 75200
* no need to use a toolbook in power management settings dialog when there's ↵Mike Blumenkrantz2012-08-131-6/+2
| | | | | | only one page SVN revision: 75199
* fix powermanagement dialog border iconMike Blumenkrantz2012-08-131-1/+1
| | | | SVN revision: 75198
* set icon for power management settingsMike Blumenkrantz2012-08-131-1/+1
| | | | SVN revision: 75188
* set radio text to blank in power management settings to avoid using ↵Mike Blumenkrantz2012-08-131-10/+10
| | | | | | unreliable theme default SVN revision: 75186
* Proper CasingMike Blumenkrantz2012-08-062-3/+3
| | | | SVN revision: 74913
* e: units (sec → s).Chidambar Zinnoury2012-07-141-5/+5
| | | | SVN revision: 73860
* e: use standard units for file sizes and use helpers instead of duplicating ↵Chidambar Zinnoury2012-07-141-2/+2
| | | | | | code. SVN revision: 73858
* e i18n: add some missing files.Chidambar Zinnoury2012-07-081-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 Zinnoury2012-06-261-2/+2
| | | | SVN revision: 72843
* e: for consistancy's sake, use Enlightenment instead of E or E17 in all ↵Chidambar Zinnoury2012-06-241-1/+1
| | | | | | user-visible strings. SVN revision: 72759
* should be secnds, not minites.Carsten Haitzler2012-06-101-5/+5
| | | | SVN revision: 71888
* e: massiv warning cleanup !Cedric BAIL2012-05-041-5/+5
| | | | SVN revision: 70756
* e: make e_powersave values configurableMichael BOUCHAUD2012-05-035-1/+387
| | | | SVN revision: 70698
* e/docs: do bare documentation for e.Gustavo Sverzut Barbieri2012-01-191-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 beCarsten Haitzler2011-12-261-30/+1
| | | | | | | | needed beyond compositor. :) SVN revision: 66513
* remove .cvsignore filesBoris Faure2011-06-121-7/+0
| | | | SVN revision: 60246
* more merging of modulesCarsten Haitzler2011-05-015-1/+184
| | | | SVN revision: 59056
* updating russian translationsMassimo Maiurana2011-02-171-0/+2
| | | | SVN revision: 57124
* 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
* updating portuguese translationsMassimo Maiurana2010-11-241-2/+2
| | | | SVN revision: 54950
* Yes, settings, we now that already...Miculcy Brian2010-10-191-8/+8
| | | | SVN revision: 53634
* Apply new module categories.Miculcy Brian2010-10-191-1/+1
| | | | SVN revision: 53600
* * 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
* FORMATTINGLucas De Marchi2010-08-042-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 Michael2010-07-281-16/+19
| | | | SVN revision: 50609
* Fix up expand/fill for sliders.Christopher Michael2010-03-091-2/+2
| | | | SVN revision: 47090
* Make performance dialog match other dialogs wrt sliders & expansion.Christopher Michael2010-03-091-23/+26
| | | | SVN revision: 47062
* remove the now useless titleMiculcy Brian2010-03-081-8/+8
| | | | SVN revision: 47002
* simplified performance conf with check_changed and cleanups.Gustavo Sverzut Barbieri2010-03-041-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 -WextraGustavo Sverzut Barbieri2010-03-022-18/+18
| | | | SVN revision: 46800
* Don't stretch sliders vertically as they look retarded.Christopher Michael2010-02-281-9/+16
| | | | | | | | Fix formatting. SVN revision: 46660
* Maximum framerate in advanced should match the maximum in basic.Christopher Michael2010-02-251-6/+6
| | | | SVN revision: 46470
* export lessSebastian Dransfeld2010-01-222-2/+2
| | | | SVN revision: 45455