summaryrefslogtreecommitdiff
path: root/src/modules/conf_borders
Commit message (Collapse)AuthorAgeFilesLines
* New categories for modules.Miculcy Brian2010-10-171-1/+1
| | | | | | | To be continued soon... SVN revision: 53514
* Add UNUSED where needed.Christopher Michael2010-08-191-2/+2
| | | | SVN revision: 51420
* * 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
* Make conf_borders play nice wrt small screens.Christopher Michael2010-07-271-17/+17
| | | | SVN revision: 50546
* Update all the module icons to match the newer window icons. Wasnt as ↵toma2010-03-271-0/+0
| | | | | | painful a process as I thought... SVN revision: 47501
* remove the now useless titleMiculcy Brian2010-03-081-9/+9
| | | | SVN revision: 47002
* Remove printfs.Christopher Michael2010-03-021-2/+0
| | | | SVN revision: 46790
* export lessSebastian Dransfeld2010-01-222-4/+6
| | | | SVN revision: 45455
* added greek translationMassimo Maiurana2009-12-151-0/+2
| | | | SVN revision: 44477
* Fix all this config window class mess once and for all. Now using the configChristopher Michael2009-12-042-4/+7
| | | | | | | | | registry path for window class correctly in that when the module(s) shut down, the will kill the dialogs. SVN revision: 44191
* Fix E crash when module is unloaded while dialog is up. Christopher Michael2009-12-032-16/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ATTN Devs: -------------------------- SOMEONE changed all the window class settings for these modules, so now when a module gets unloaded, the respective config dialogs are not closed, leading to E crashes. An Example if someone wants to tackle changing all these cause I don't have the time right now: e_modapi_shutdown -------------------------- while ((cfd = e_config_dialog_find("E", "_config_desk_dialog"))) e_object_del(E_OBJECT(cfd)); You will see a ton of these lines in e/src/modules. Basically, when the config dialog gets created, we assign a icccm name & class to that dialog: e_config_dialog_new(con, _("Label"), "E", "_config_desk_dialog"); The class needs to match what is used in e_modapi_shutdown !!! In just about every existing module in e/src/modules/, the class names are not set correctly when the dialog gets created. This needs fixing badly !!! SVN revision: 44156
* 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
* - fixed e_remember_default_match to set match values Hannes Janetzek2009-09-121-8/+13
| | | | | | | | | | | | | since these are not set by e_remember_update anymore - remove E_Remember parameter from e_remmber_update. if update is possible bd->remember is already set - do not overwrite bordername value of remember on update. should only be set by conf_border dialog - make sure on update that match values are set otherwise delete remember SVN revision: 42435
* Fix API Inconsistency in regards to e_widget_min_size_* . Renamed toChristopher Michael2009-09-011-2/+2
| | | | | | | | | 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
* better sizes for border style dialog.Gustavo Sverzut Barbieri2009-04-191-1/+1
| | | | SVN revision: 40208
* icons were overflowing, make them bigger and unscaled.Gustavo Sverzut Barbieri2009-04-181-2/+2
| | | | | | | | having non-scaled icons will make it look better, giving more details on how it would be rendered. SVN revision: 40173
* Icon rename finished. Now we have a fully compliant icon theme :)Davide Andreoli2009-03-151-1/+1
| | | | | | | now I'm going to fix E-MODULE-EXTRA... SVN revision: 39495
* * e_widget_ilist_add now expect a stringshare.Cedric BAIL2009-03-111-9/+8
| | | | SVN revision: 39447
* More icon renamed, for more info look at default.edc (around line 22650). ↵Davide Andreoli2009-03-052-4/+4
| | | | | | I'm keeping there a mapping between e old names and fdo ones. SVN revision: 39374
* 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-031-2/+2
| | | | SVN revision: 38923
* 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
* Add check changed and shut the compiler up on border configuration.Chidambar Zinnoury2008-11-091-3/+16
| | | | SVN revision: 37569
* Remove Evas list and replace them with Eina list.Cedric BAIL2008-10-221-1/+1
| | | | | | | | | 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-4/+4
| | | | | | | | 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-3/+4
| | | | | | 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
* atrocity! fix!Carsten Haitzler2008-07-091-7/+7
| | | | SVN revision: 35044
* 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 'Border Style' dialog on resize.Christopher Michael2008-01-161-1/+1
| | | | | | | Don't expand the space around the checkbox. SVN revision: 33501
* 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 .desktopChristopher Michael2007-11-021-0/+1
| | | | SVN revision: 32283
* boys and girls... animals and vegetables... pokemon and spatial anomoliesCarsten Haitzler2007-10-312-10/+0
| | | | | | | | | | | | lend me your ears, for i come to break code, not to praise it! module api getting kicked about. 1. modapi calls for config and about are gone core module api call for about dialog gone (not needed anymore). use module .desktops for about info in description. config should go via the config panel calls to register stuff.... wherd... to... ma homieoes! SVN revision: 32231
* translated strings in italian for modules' .desktop files.Massimo Maiurana2007-09-231-0/+2
| | | | SVN revision: 31794
* Patch(s) from Brett Nash to fix compiler warnings.Christopher Michael2007-09-131-2/+2
| | | | SVN revision: 31703
* Add comments to several of the default E config panel modules.Eric Schuele2007-08-271-0/+1
| | | | SVN revision: 31544
* 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
* Fix warnings.Sebastian Dransfeld2007-07-242-2/+2
| | | | SVN revision: 30963
* change icon.manowarrior2007-07-081-0/+0
| | | | SVN revision: 30664
* and modules will delete/clean up all their dialogs on being shut down now...Carsten Haitzler2007-07-081-0/+3
| | | | | | | safe at last. SVN revision: 30646