summaryrefslogtreecommitdiff
path: root/src/modules/conf_startup
Commit message (Collapse)AuthorAgeFilesLines
* and more module merging! that's pretty much all of the merges done.Carsten Haitzler2011-05-018-470/+0
| | | | | | | | | now probably need to consider some module renaming as a result of the merges. but for now that can wait. SVN revision: 59059
* 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-281-2/+2
| | | | SVN revision: 55041
* 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
* New categories for modules.Miculcy Brian2010-10-171-1/+1
| | | | | | | To be continued soon... SVN revision: 53514
* Add UNUSED.Christopher Michael2010-08-192-18/+21
| | | | SVN revision: 51422
* * 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
* remove the now useless titleMiculcy Brian2010-03-081-8/+8
| | | | SVN revision: 47002
* export lessSebastian Dransfeld2010-01-222-2/+2
| | | | SVN revision: 45455
* make clang happySebastian Dransfeld2010-01-151-10/+0
| | | | SVN revision: 45191
* Fix all this config window class mess once and for all. Now using the configChristopher Michael2009-12-042-3/+3
| | | | | | | | | registry path for window class correctly in that when the module(s) shut down, the will kill the dialogs. SVN revision: 44191
* Fix more of this config dialog window class messChristopher Michael2009-12-032-16/+2
| | | | SVN revision: 44162
* reopen fileman and dialog windows after restart of e.Hannes Janetzek2009-09-211-2/+2
| | | | | | | | | | | | - modules using e_configure_registry_add must be modified to use registry path as window class for this to work - fileman now uses e_remember to remember position instead of handling it separately - added option to window remember for remembering dialogs and fileman windows automatically SVN revision: 42607
* Fix API Inconsistency in regards to e_widget_min_size_* . Renamed toChristopher Michael2009-09-011-1/+1
| | | | | | | | | e_widget_size_min_* . This Large commit should fix everything in svn that is using those functions. SVN revision: 42152
* adding turkish translations for desktop filesMassimo Maiurana2009-07-021-0/+2
| | | | SVN revision: 41232
* major cleanup of path creation to $DATADIR and $HOME/.e/eGustavo Sverzut Barbieri2009-04-131-27/+21
| | | | | | | | | | | | | | | | This cleanup replaces snprintf() usage with specific calls, they have the benefit of being cleaner (so easier to grep), typing less and also marginal speed up compared to the other (specially concat_static), although those are rarely used in critical paths. I'm testing it for some time and seems to not break anything, but let me know of any problem. If you can review the patch and try to spot incorrect names, please do. SVN revision: 40014
* Icon rename finished. Now we have a fully compliant icon theme :)Davide Andreoli2009-03-152-3/+3
| | | | | | | now I'm going to fix E-MODULE-EXTRA... SVN revision: 39495
* More icons renamedDavide Andreoli2009-03-061-1/+1
| | | | SVN revision: 39400
* Invert view_flags logic, make it easier to use.Gustavo Sverzut Barbieri2009-03-031-1/+0
| | | | | | | | | | Now flags do not negate, rather specify if things should be used. This will help us be compatible with original behavior and actually just e_fwin is using that. SVN revision: 39340
* add e_fm2_view_flags_{get,set}Gustavo Sverzut Barbieri2009-03-021-0/+1
| | | | | | | | | | with these you can opt to ignore things like custom directory options, very useful for widgets to choose files (e_widget_fsel) since you don't want them to show your items as 128x128 :-) SVN revision: 39322
* Module icons... most of them. Some still need some love, but Ill get around ↵toma2009-02-051-0/+0
| | | | | | to that. Shout out to Sachiel! SVN revision: 38953
* french translations for desktop filesMassimo Maiurana2009-02-041-2/+2
| | | | SVN revision: 38943
* added Czech translations to trunk/e/src/modules/*/module.desktop.inDaniel Kolesa2009-01-041-0/+2
| | | | SVN revision: 38450
* use settings insetad of configuration. shorter.Carsten Haitzler2008-11-222-3/+3
| | | | SVN revision: 37742
* * shortening config category titles.Carsten Haitzler2008-11-211-1/+1
| | | | | | | | | | | | * remove illume custom config dialog - use normal one * add toolbar used in config dialog. will be used for more. makes ui more compact and flexible. * make dialog windows optionally ALWAYS be "normal windows". * config module exports a config gadget now - illume doesnt need it anymore SVN revision: 37721
* major changes!!!Carsten Haitzler2008-10-231-10/+10
| | | | | | | | | | | | | | | | | | | | | init splash now merged with theme - default theme has both. saves space on disk and just in the end is cleaner. can still select spash separately - but now themes should provide splashes. you can have just splash files in the theme dir - but won't be much good for full themes. default theme now is b&w - all moved over and building. it's now default. default splash is just default theme etc. etc. this may cause some problems - so i'd just check your settigns and maybe re-selct your init splash as it may not exist anymore or be found and thus a blank splash until u fix it in config. hmm... there is a bug thoug - i think fileman related. will check. missing something in theme. SVN revision: 37006
* Remove Evas list and replace them with Eina list.Cedric BAIL2008-10-221-2/+2
| | | | | | | | | No change for ->next and ->data access right now, as the patch is already big enough. SVN revision: 36962
* And finally recompile all e modules' edje files.Chidambar Zinnoury2008-10-151-0/+0
| | | | SVN revision: 36696
* Switch to eina_stringshare.Cedric BAIL2008-10-151-2/+2
| | | | | | | | This could also change the usage of string share in E17. SVN revision: 36679
* Correctly include eina and fix pkg-config description.Cedric BAIL2008-10-151-3/+2
| | | | SVN revision: 36667
* Make e depend on eina. No change in the code yet, so just fix your build ↵Cedric BAIL2008-10-131-2/+3
| | | | | | system and no bug must show up. SVN revision: 36627
* Textblock in. Revised the use of textblock tags and fixed up all the modules ↵toma2008-09-011-5/+5
| | | | | | to use it more correctly. This style may need to be repeated across all the E-MODULES-EXTRA modules for unification of styles. The altered .desktop files still look perfectly fine on BlingBling and a few other themes Ive tested it with. The textblock style itself could probably do with a little tweaking. SVN revision: 35776
* hu translations for desktop filesMassimo Maiurana2008-04-301-0/+2
| | | | SVN revision: 34408
* updated module.desktop.in files with eo localization.Massimo Maiurana2008-02-291-0/+2
| | | | SVN revision: 33868
* Fix up module descriptions for new width of description box.Christopher Michael2007-12-301-3/+3
| | | | SVN revision: 33306
* Update many desktop files with some translations. Courtesy of tokyo.Eric Schuele2007-12-061-0/+16
| | | | SVN revision: 33009
* Add module type to .desktop files.Christopher Michael2007-11-021-0/+1
| | | | SVN revision: 32286
* errrr. commit? did the last one work?Carsten Haitzler2007-10-312-11/+0
| | | | SVN revision: 32232
* translated strings in italian for modules' .desktop files.Massimo Maiurana2007-09-231-0/+2
| | | | SVN revision: 31794
* Add comments to the last remaining internal dialog modules.Eric Schuele2007-08-281-0/+1
| | | | SVN revision: 31567
* Cleanup some compiler warnings. No real need for the *f there.Christopher Michael2007-08-231-3/+2
| | | | SVN revision: 31474
* add delayed module loading in idle time. moduels can register if theyCarsten Haitzler2007-07-291-0/+1
| | | | | | | should/can be delayed or not. SVN revision: 31087
* *API BREAK* see the discussion in the mailing list. misc and e_modules will ↵Peter Wehrfritz2007-07-251-1/+1
| | | | | | follow SVN revision: 30970
* Fix warnings.Sebastian Dransfeld2007-07-242-2/+2
| | | | SVN revision: 30963
* change this icon too..manowarrior2007-07-081-0/+0
| | | | SVN revision: 30667