summaryrefslogtreecommitdiff
path: root/src/modules/conf_mousebindings
Commit message (Collapse)AuthorAgeFilesLines
* adding turkish translations for desktop filesMassimo Maiurana2009-07-021-0/+2
| | | | SVN revision: 41232
* ecore_x_window_del -> ecore_x_window_freeVincent Torri2009-04-101-1/+1
| | | | SVN revision: 39924
* Let me introduce you to Ecore_Input. The idea is to share as much as ↵Cedric BAIL2009-03-161-24/+24
| | | | | | | | | | | | possible event between all ecore graphic engine to ease porting of application and reduce the amount of specific code per engine. This patch does just that. All your application should continu to work has previously, if it's not the case please report any new behaviour regarding mouse and keyboard. SVN revision: 39505
* Icon rename finished. Now we have a fully compliant icon theme :)Davide Andreoli2009-03-152-2/+2
| | | | | | | now I'm going to fix E-MODULE-EXTRA... SVN revision: 39495
* * e_widget_ilist_add now expect a stringshare.Cedric BAIL2009-03-111-99/+71
| | | | SVN revision: 39447
* More icon works, this commit include changes to the icons on the desktop.Davide Andreoli2009-03-082-11/+11
| | | | | | | | | | | You will probably loose desktop icons until you get a fresh profile. Or you can edit the .desktop files in .e/e/fileman/favorites (new icons name are: user-desktop, user-home, computer and user-temp) Sorry for bothering... the next commit should be the last ;) SVN revision: 39419
* Fix problems reported by clang.Gustavo Sverzut Barbieri2009-02-261-2/+4
| | | | | | | | By: Luis Felipe Strano Moraes SVN revision: 39263
* * estickies,Cedric BAIL2009-02-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | * etk, * PROTO/exalt, * E-MODULES-EXTRA/diskio, * E-MODULES-EXTRA/drawer, * E-MODULES-EXTRA/penguins, * E-MODULES-EXTRA/slideshow, * E-MODULES-EXTRA/mail, * E-MODULES-EXTRA/forecasts, * E-MODULES-EXTRA/iiirk, * E-MODULES-EXTRA/places, * e, * ewl, * ecore, * elitaire, * entrance, * e_dbus, * efreet: Here we go, move from Ecore_List to Eina_List. NOTE: This patch is huge, I did test it a lot, and I hope nothing is broken. But if you think something change after this commit, please contact me ASAP. SVN revision: 39200
* 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
* Fix NULL dereference by clang (thanks to Luis Felipe).Gustavo Sverzut Barbieri2009-01-281-2/+4
| | | | SVN revision: 38834
* 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
* Fix sort callback.Sebastian Dransfeld2008-10-271-6/+6
| | | | SVN revision: 37221
* Remove Evas list and replace them with Eina list.Cedric BAIL2008-10-221-64/+64
| | | | | | | | | 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-37/+37
| | | | | | | | 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
* 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 mouse bindings dialog.Gustavo Sverzut Barbieri2008-02-111-1/+2
| | | | | | | | | | Thanks to jcwong to report and lok to help finding the solution. Weird is that it's broken for more than 6 months (last change from history is raster moving it to module). SVN revision: 33730
* 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
* API breakage: e_widget_entry_add() allows now to set a cb function for text ↵Miculcy Brian2007-10-071-1/+1
| | | | | | change events. SVN revision: 32009
* translated strings in italian for modules' .desktop files.Massimo Maiurana2007-09-231-0/+2
| | | | SVN revision: 31794
* Slightly modified patch from Brett Nash to fix compiler warnings.Christopher Michael2007-09-131-4/+4
| | | | SVN revision: 31704
* Add comments to the last remaining internal dialog modules.Eric Schuele2007-08-281-0/+1
| | | | SVN revision: 31567
* 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
* Proper icon for mouse_bindings module.Christopher Michael2007-07-291-0/+0
| | | | SVN revision: 31062
* and move yet more config dialogs to modulesCarsten Haitzler2007-07-298-0/+1712
SVN revision: 31057