| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
SVN revision: 39538
|
|
|
|
|
|
|
|
|
| |
_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
|
|
|
|
| |
SVN revision: 39533
|
|
|
|
| |
SVN revision: 39530
|
|
|
|
| |
SVN revision: 39527
|
|
|
|
|
|
|
|
|
| |
- up/down key navigation for grid mode
- fixed next/prev functions for custom grid
- use 'key' instead of keyname
SVN revision: 39514
|
|
|
|
| |
SVN revision: 39508
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
SVN revision: 39500
|
|
|
|
| |
SVN revision: 39499
|
|
|
|
| |
SVN revision: 39498
|
|
|
|
| |
SVN revision: 39497
|
|
|
|
|
|
|
| |
now I'm going to fix E-MODULE-EXTRA...
SVN revision: 39495
|
|
|
|
|
|
|
| |
not getting unreffed
SVN revision: 39494
|
|
|
|
| |
SVN revision: 39457
|
|
|
|
| |
SVN revision: 39455
|
|
|
|
| |
SVN revision: 39454
|
|
|
|
| |
SVN revision: 39453
|
|
|
|
| |
SVN revision: 39447
|
|
|
|
| |
SVN revision: 39446
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
SVN revision: 39442
|
|
|
|
| |
SVN revision: 39433
|
|
|
|
| |
SVN revision: 39432
|
|
|
|
| |
SVN revision: 39431
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
SVN revision: 39417
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
SVN revision: 39414
|
|
|
|
|
|
| |
Note that you need a fresh config to correctly see the icons in syscon.
SVN revision: 39401
|
|
|
|
| |
SVN revision: 39400
|
|
|
|
| |
SVN revision: 39398
|
|
|
|
| |
SVN revision: 39396
|
|
|
|
| |
SVN revision: 39390
|
|
|
|
| |
SVN revision: 39389
|
|
|
|
| |
SVN revision: 39388
|
|
|
|
| |
SVN revision: 39387
|
|
|
|
| |
SVN revision: 39386
|
|
|
|
| |
SVN revision: 39385
|
|
|
|
| |
SVN revision: 39384
|
|
|
|
| |
SVN revision: 39375
|
|
|
|
|
|
| |
I'm keeping there a mapping between e old names and fdo ones.
SVN revision: 39374
|
|
|
|
| |
SVN revision: 39373
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
SVN revision: 39365
|
|
|
|
| |
SVN revision: 39361
|
|
|
|
| |
SVN revision: 39357
|
|
|
|
| |
SVN revision: 39356
|