summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* add filemanager operation registry.Gustavo Sverzut Barbieri2009-03-187-130/+911
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This huge commit will add e_fm2_op_registry, a central place that will store all on-going operations. You will find that it will report when operations are added, remove and when they change, for example when they change progress. Please notice that the recommended way to present information is to add listener to specific entries, as opposed to use E_EVENT_FM_OP_REGISTRY_CHANGED since it will be called immediately and you do not have to filter which entry is being changed. Entries will be associated with the e_fm object that originated it. With that one can get the Ecore_X_Window and request the window to be raised from somewhere else (ie: gadman/gadget). If object is deleted (ie: window is closed), the pointer will be made NULL and it will be a "windowless operation". TO DO (I need someone to do those): - e_fwin: windows should present on-going operations as an overlay, Dave Andreolli already started such work, it's just a matter of using the new infrastructure. - create a new gadget that present all on-going operations and maybe a history. It would be nice to show the e_fwin of if the entry is clicked, as well as a cancel button and a progress bar. See "places" module, make them similar. SVN revision: 39541
* use ECORE_EVENT_MODIFIERHannes Janetzek2009-03-174-14/+14
| | | | SVN revision: 39538
* added: _e_fm2_icon_next_find function used in _e_fm2_icon_sel_prev/next and ↵Hannes Janetzek2009-03-171-147/+170
| | | | | | | | | _e_fm2_typebuf_match - _e_fm2_typebuf_match has the new argument 'next'; one can now go to the prev/next match with up/down keys while typebuffer is active SVN revision: 39534
* sorted exehistViktor Kojouharov2009-03-172-15/+111
| | | | SVN revision: 39533
* * gadman: Fix wrong use of swallow.Cedric BAIL2009-03-171-1/+4
| | | | SVN revision: 39530
* e/keybinding: Some cleanup using more Eina feature.Cedric BAIL2009-03-173-203/+115
| | | | SVN revision: 39527
* some efm work: Hannes Janetzek2009-03-171-39/+298
| | | | | | | | | - up/down key navigation for grid mode - fixed next/prev functions for custom grid - use 'key' instead of keyname SVN revision: 39514
* * exebuf: Use event_window instead of window.Cedric BAIL2009-03-161-5/+5
| | | | SVN revision: 39508
* Let me introduce you to Ecore_Input. The idea is to share as much as ↵Cedric BAIL2009-03-1633-691/+623
| | | | | | | | | | | | 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
* Fix missing declaration in header.Christopher Michael2009-03-151-0/+1
| | | | SVN revision: 39500
* Fix up some formattingChristopher Michael2009-03-151-31/+21
| | | | SVN revision: 39499
* Fix "return with no value in function returning non-void"Christopher Michael2009-03-151-2/+2
| | | | SVN revision: 39498
* Formatting & Whitespace fixes. Also, don't segfault when removing menus.Christopher Michael2009-03-151-91/+82
| | | | SVN revision: 39497
* Icon rename finished. Now we have a fully compliant icon theme :)Davide Andreoli2009-03-1585-150/+150
| | | | | | | now I'm going to fix E-MODULE-EXTRA... SVN revision: 39495
* delete submenus of main menu afterwards. this fixes the issue with borders Hannes Janetzek2009-03-151-10/+16
| | | | | | | not getting unreffed SVN revision: 39494
* fix splash on xinerama!Carsten Haitzler2009-03-131-3/+2
| | | | SVN revision: 39457
* delete the keybinding not something out of anywhereHannes Janetzek2009-03-121-1/+1
| | | | SVN revision: 39455
* no reason to set the text of o_holder as it contains no text part.Christopher Michael2009-03-121-1/+0
| | | | SVN revision: 39454
* no reason to set text of o_holder as it contains no text part.Christopher Michael2009-03-121-6/+0
| | | | SVN revision: 39453
* * e_widget_ilist_add now expect a stringshare.Cedric BAIL2009-03-1127-656/+578
| | | | SVN revision: 39447
* * e_ilist.c: Reduce list walk.Cedric BAIL2009-03-111-2/+7
| | | | SVN revision: 39446
* * e_widget_ilist.c: Ok, this is a quick fix (disable queue for now). A ↵Cedric BAIL2009-03-111-8/+11
| | | | | | | | | | | | | better fix would be to propagate the delete operation to e_ilist.c and mark the selected entry to be deleted and update code listing selected item to not return to be deleted item. NOTE: Is it really usefull ? Doesn't evas/edje delay the destruction of Evas_Object anyway ? SVN revision: 39445
* this option is more suitable for all actions, not just the desk flip oneViktor Kojouharov2009-03-104-12/+25
| | | | SVN revision: 39442
* * e_configure.c: Use EINA_LIST_FOREACH.Cedric BAIL2009-03-101-22/+15
| | | | SVN revision: 39433
* * e_configure.c: White space removal and more indent.Cedric BAIL2009-03-101-23/+23
| | | | SVN revision: 39432
* * e_configure.c: Fix indentation.Cedric BAIL2009-03-101-71/+71
| | | | SVN revision: 39431
* More icon works, this commit include changes to the icons on the desktop.Davide Andreoli2009-03-0858-258/+170
| | | | | | | | | | | 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
* debug --Davide Andreoli2009-03-081-1/+1
| | | | SVN revision: 39417
* Show progress from the slave process in every efm windows.Davide Andreoli2009-03-084-5/+127
| | | | | | | | | | | | | All the graphics need to be done! For now just a red rectangle, 5 labels and a really simple progress bar. ... (toma: ping) You can change the position of the info box from e_fwin.c line 329. A configuration will come soon.... The configuration will also let you choose on witch window you want to see the info box (every window, just on the source of copy operation, just on the dest or both) SVN revision: 39416
* add fullscreen state rememberViktor Kojouharov2009-03-086-24/+49
| | | | SVN revision: 39414
* Fix syscon icons.Davide Andreoli2009-03-061-2/+2
| | | | | | Note that you need a fresh config to correctly see the icons in syscon. SVN revision: 39401
* More icons renamedDavide Andreoli2009-03-0631-67/+67
| | | | SVN revision: 39400
* Fix icon in dialogsDavide Andreoli2009-03-061-4/+3
| | | | SVN revision: 39398
* more icons renamedDavide Andreoli2009-03-0621-36/+36
| | | | SVN revision: 39396
* remove redundant case from last commitHannes Janetzek2009-03-061-8/+4
| | | | SVN revision: 39390
* shelf: fix autohide bug in last commitHannes Janetzek2009-03-061-7/+11
| | | | SVN revision: 39389
* hide shelf also on mouse out triggered by deskflipHannes Janetzek2009-03-061-6/+55
| | | | SVN revision: 39388
* shrink the shelf dialog a littleHannes Janetzek2009-03-061-9/+9
| | | | SVN revision: 39387
* shelf: fixed size of style selector, better fitting var nameHannes Janetzek2009-03-062-10/+10
| | | | SVN revision: 39386
* shelf: small update to last commitHannes Janetzek2009-03-061-7/+7
| | | | SVN revision: 39385
* refactored shelf autohide animation codeHannes Janetzek2009-03-051-166/+69
| | | | SVN revision: 39384
* use 'e_fwin' as window class for fileman windowsHannes Janetzek2009-03-051-3/+1
| | | | SVN revision: 39375
* More icon renamed, for more info look at default.edc (around line 22650). ↵Davide Andreoli2009-03-0528-45/+45
| | | | | | I'm keeping there a mapping between e old names and fdo ones. SVN revision: 39374
* ICON: enlightenment/themes -> preferences-desktop-themeDavide Andreoli2009-03-047-17/+16
| | | | SVN revision: 39373
* Make a new function:Davide Andreoli2009-03-044-4/+60
| | | | | | | | | e_util_icon_theme_set(Evas_Object *obj, const char *icon) to use in place of e_util_edje_icon_set. The new function (as it works for menu) search the icon in E theme and FDO themes according to the config option. SVN revision: 39371
* * Rename the new function:Davide Andreoli2009-03-0422-100/+103
| | | | | | | | | | | | | | | e_util_menu_item_fdo_icon_set to e_util_menu_item_theme_icon_set As it looks for icons in e theme AND in fdo icon themes. * Use the new function everywere instead of e_util_menu_item_edje_icon_set, that is now marked as DEPRECATED You should not see any difference with this commit. With the next few commit I'm going to rename all the icons in the theme following fdo standard. I will not change any icons, just rename them to match fdo ones. SVN revision: 39370
* use argb window for drag object when composite is enabledHannes Janetzek2009-03-041-6/+17
| | | | SVN revision: 39365
* its useful to know if setting a theme has failedViktor Kojouharov2009-03-042-6/+10
| | | | SVN revision: 39361
* symlink icons back!Gustavo Sverzut Barbieri2009-03-041-1/+10
| | | | SVN revision: 39357
* fileman bookmarks now respect icon theme overrides setting.Gustavo Sverzut Barbieri2009-03-041-4/+1
| | | | SVN revision: 39356