platform/upstream/enlightenment.git
15 years agomatching theme changes too...
Carsten Haitzler [Tue, 31 Mar 2009 07:42:25 +0000 (07:42 +0000)]
matching theme changes too...

SVN revision: 39812

15 years agonow dialog doesnt require globals.
Carsten Haitzler [Tue, 31 Mar 2009 06:51:12 +0000 (06:51 +0000)]
now dialog doesnt require globals.

SVN revision: 39811

15 years agoand fix unsel...
Carsten Haitzler [Tue, 31 Mar 2009 06:24:54 +0000 (06:24 +0000)]
and fix unsel...

SVN revision: 39810

15 years agostay open until click on bg to close.
Carsten Haitzler [Tue, 31 Mar 2009 06:22:55 +0000 (06:22 +0000)]
stay open until click on bg to close.

SVN revision: 39809

15 years agoAttach the fm object pointer to the menu generated from the efm.
Davide Andreoli [Mon, 30 Mar 2009 14:31:54 +0000 (14:31 +0000)]
Attach the fm object pointer to the menu generated from the efm.
So you can read the fm object if you hook into the menu.

SVN revision: 39803

15 years ago * Add a new menu api call :
Davide Andreoli [Mon, 30 Mar 2009 13:59:56 +0000 (13:59 +0000)]
 * Add a new menu api call :

EAPI void
e_menu_item_disabled_set(E_Menu_Item *mi, int disable)

Setting the menu item 'disabled' will gray it out and will make it unselectable.

SVN revision: 39802

15 years agoa new wallpaper config dialog. only partly done. try it anyway. it's fun.
Carsten Haitzler [Mon, 30 Mar 2009 13:34:32 +0000 (13:34 +0000)]
a new wallpaper config dialog. only partly done. try it anyway. it's fun.

SVN revision: 39801

15 years agoupdating french translations
Massimo Maiurana [Mon, 30 Mar 2009 12:31:17 +0000 (12:31 +0000)]
updating french translations

SVN revision: 39800

15 years agoupdating it and fr po's and adding fileman_opinfo in potfiles
Massimo Maiurana [Sun, 29 Mar 2009 18:33:55 +0000 (18:33 +0000)]
updating it and fr po's and adding fileman_opinfo in potfiles

SVN revision: 39796

15 years agoadd davemds module as requested.
Gustavo Sverzut Barbieri [Sun, 29 Mar 2009 15:51:12 +0000 (15:51 +0000)]
add davemds module as requested.

SVN revision: 39795

15 years ago * e_fm_operation_registry : Add a new api call: EAPI int e_fm2_op_registry_count...
Davide Andreoli [Sun, 29 Mar 2009 15:33:26 +0000 (15:33 +0000)]
 * e_fm_operation_registry : Add a new api call: EAPI int e_fm2_op_registry_count(void)
 * Add the new simple module fileman_opinfo

The module provide a gadget that show the efm operations in progress. It is just a button
with a dynamic label atm, a better interface to come...

To compile the module you need to add it to configure.ac and src/modules/Makefile.am ... I have those
files too much hacked atm to commit :P

k-s: can you commit the 2 files for me please? just add the new module.

Hope you like it
Dave

SVN revision: 39794

15 years ago * Better dialogs (rename, overwrite etc) for efm
Davide Andreoli [Sun, 29 Mar 2009 01:24:11 +0000 (01:24 +0000)]
 * Better dialogs (rename, overwrite etc) for efm

SVN revision: 39788

15 years ago * e_fm_op_registry : rename duration to eta
Davide Andreoli [Sun, 29 Mar 2009 00:26:43 +0000 (00:26 +0000)]
 * e_fm_op_registry : rename duration to eta
 * e_fm_op : report sizes (done and total) now refer to the whole task, not the single file
 * e_fwin : better operation monitor label (and add a delay on delete)

SVN revision: 39787

15 years ago * Fix mouse click on button widget (when using theme icon, not edje icon)
Davide Andreoli [Sat, 28 Mar 2009 22:26:23 +0000 (22:26 +0000)]
 * Fix mouse click on button widget (when using theme icon, not edje icon)

SVN revision: 39786

15 years ago another enlightenment/error icon reference (that icon never exists :/ )
Davide Andreoli [Sat, 28 Mar 2009 22:18:17 +0000 (22:18 +0000)]
 another enlightenment/error icon reference (that icon never exists :/  )

SVN revision: 39785

15 years ago * Fix e_util_dialog_internal() icon
Davide Andreoli [Sat, 28 Mar 2009 22:16:12 +0000 (22:16 +0000)]
 * Fix e_util_dialog_internal() icon
 * Scale better the efm progress

SVN revision: 39784

15 years agooops, missing free.
Gustavo Sverzut Barbieri [Sat, 28 Mar 2009 21:40:33 +0000 (21:40 +0000)]
oops, missing free.

SVN revision: 39783

15 years agoAdd LINGUAS file.
Nicholas Hughart [Sat, 28 Mar 2009 15:43:24 +0000 (15:43 +0000)]
Add LINGUAS file.

SVN revision: 39778

15 years agoApparently intltool thinks these files should be translated, but they don't need...
Nicholas Hughart [Sat, 28 Mar 2009 15:24:36 +0000 (15:24 +0000)]
Apparently intltool thinks these files should be translated, but they don't need to be.  Adding a skip list to silence warnings.

SVN revision: 39776

15 years agoformatting
Carsten Haitzler [Fri, 27 Mar 2009 14:07:12 +0000 (14:07 +0000)]
formatting

SVN revision: 39761

15 years agoturn off composite on segfault.
Gustavo Sverzut Barbieri [Fri, 27 Mar 2009 02:23:13 +0000 (02:23 +0000)]
turn off composite on segfault.

one of the most annoying problems while using bling is that when E
segfaults it will launch an alert window, but since composite manager
is using the same process/connection as e17, it will not die and e
will not compose as required, so you basically end with a black
screen.

this patch will forcely turn off manual redirection and you'll get the
white-screen-of-death, being able to restart e17.

future: if we really do composite in e18, then please handle this in a
better way.

SVN revision: 39741

15 years agoRemove this because it's just silly.
Christopher Michael [Thu, 26 Mar 2009 00:47:36 +0000 (00:47 +0000)]
Remove this because it's just silly.

SVN revision: 39722

15 years agoDon't expand the bottom check and frame.
Jaime Thomas [Wed, 25 Mar 2009 23:58:52 +0000 (23:58 +0000)]
Don't expand the bottom check and frame.

SVN revision: 39721

15 years agoUpdated Czech translation of Enlightenment.
Daniel Kolesa [Wed, 25 Mar 2009 17:06:13 +0000 (17:06 +0000)]
Updated Czech translation of Enlightenment.

SVN revision: 39719

15 years agoUpdated Czech translations everywhere.
Daniel Kolesa [Wed, 25 Mar 2009 17:02:19 +0000 (17:02 +0000)]
Updated Czech translations everywhere.

SVN revision: 39718

15 years ago Make the file manager progress look black and white
Davide Andreoli [Wed, 25 Mar 2009 00:14:58 +0000 (00:14 +0000)]
 Make the file manager progress look black and white

SVN revision: 39703

15 years agoFix some formatting (still a lot more to fix). Remove whitespace. Make
Christopher Michael [Tue, 24 Mar 2009 21:11:03 +0000 (21:11 +0000)]
Fix some formatting (still a lot more to fix). Remove whitespace. Make
sure int variables are initialized to a value.

SVN revision: 39699

15 years agoAdd missing menu_realize for POP_DIRECTION_RIGHT.
Christopher Michael [Tue, 24 Mar 2009 20:13:50 +0000 (20:13 +0000)]
Add missing menu_realize for POP_DIRECTION_RIGHT.

SVN revision: 39698

15 years agoi found it is useless and cdbs is setting up prefix automatically.
Daniel Kolesa [Tue, 24 Mar 2009 19:56:43 +0000 (19:56 +0000)]
i found it is useless and cdbs is setting up prefix automatically.

SVN revision: 39695

15 years agoforgot to add --prefix=/usr
Daniel Kolesa [Tue, 24 Mar 2009 19:51:00 +0000 (19:51 +0000)]
forgot to add --prefix=/usr

SVN revision: 39694

15 years agoUpdated debian stuff everywhere.
Daniel Kolesa [Tue, 24 Mar 2009 19:44:57 +0000 (19:44 +0000)]
Updated debian stuff everywhere.

SVN revision: 39693

15 years agoplace the progress rectangle on the bottom left and don't overlap with the scrollbars
Davide Andreoli [Tue, 24 Mar 2009 18:04:19 +0000 (18:04 +0000)]
place the progress rectangle on the bottom left and don't overlap with the scrollbars

SVN revision: 39688

15 years agoEFM progress monitor:
Davide Andreoli [Tue, 24 Mar 2009 17:57:30 +0000 (17:57 +0000)]
EFM progress monitor:

 * use edje_box instead of evas_box
 * remove entry_del_handler (use the free_cb instead)
 * sizeof(buf) instead of PATH_MAX in snprintf

Thanks gustavo for suggestions :)

SVN revision: 39687

15 years agoadd a urgent show function on the gadcon level and use that
Viktor Kojouharov [Tue, 24 Mar 2009 16:08:37 +0000 (16:08 +0000)]
add a urgent show function on the gadcon level and use that

(p.s. it's a good idea to recompile any extra module that you might use)

SVN revision: 39686

15 years ago Simple notification when a file operation needs attention
Davide Andreoli [Tue, 24 Mar 2009 15:29:02 +0000 (15:29 +0000)]
 Simple notification when a file operation needs attention

SVN revision: 39684

15 years agoUse the new e_fm_operation_registry infrastructure to show file operation progress...
Davide Andreoli [Tue, 24 Mar 2009 14:52:06 +0000 (14:52 +0000)]
Use the new e_fm_operation_registry infrastructure to show file operation progress in efm

SVN revision: 39682

15 years agopop the shelf if there's no popup
Viktor Kojouharov [Tue, 24 Mar 2009 14:22:54 +0000 (14:22 +0000)]
pop the shelf if there's no popup

SVN revision: 39680

15 years agoRemove useless variable in ecore_evas_resize callback. No reason to
Christopher Michael [Tue, 24 Mar 2009 00:20:38 +0000 (00:20 +0000)]
Remove useless variable in ecore_evas_resize callback. No reason to
fetch data if it's not going to be used.

SVN revision: 39660

15 years agoghost windows-- ?
Carsten Haitzler [Mon, 23 Mar 2009 13:39:24 +0000 (13:39 +0000)]
ghost windows-- ?

SVN revision: 39655

15 years agolost windows.. back!
Carsten Haitzler [Mon, 23 Mar 2009 13:04:02 +0000 (13:04 +0000)]
lost windows.. back!

SVN revision: 39652

15 years agoeina macros in menu loops
Gustavo Sverzut Barbieri [Mon, 23 Mar 2009 12:28:15 +0000 (12:28 +0000)]
eina macros in menu loops

SVN revision: 39651

15 years agotemporarily show the shelf on urgent windows (ibox)
Viktor Kojouharov [Mon, 23 Mar 2009 12:14:31 +0000 (12:14 +0000)]
temporarily show the shelf on urgent windows (ibox)

SVN revision: 39649

15 years agouse safe version to free sub menus.
Gustavo Sverzut Barbieri [Mon, 23 Mar 2009 11:46:14 +0000 (11:46 +0000)]
use safe version to free sub menus.

SVN revision: 39648

15 years agomore leak--!
Carsten Haitzler [Mon, 23 Mar 2009 10:19:13 +0000 (10:19 +0000)]
more leak--!

SVN revision: 39646

15 years agonuke segv in fm and leaks in menus.
Carsten Haitzler [Mon, 23 Mar 2009 09:36:11 +0000 (09:36 +0000)]
nuke segv in fm and leaks in menus.

SVN revision: 39644

15 years agouse new timer add func - for when u want the timer to be relative to the loop
Carsten Haitzler [Mon, 23 Mar 2009 02:14:10 +0000 (02:14 +0000)]
use new timer add func - for when u want the timer to be relative to the loop
tick time - not "now".

SVN revision: 39639

15 years agoallow matching when in history mode
Viktor Kojouharov [Sun, 22 Mar 2009 20:57:10 +0000 (20:57 +0000)]
allow matching when in history mode

SVN revision: 39636

15 years agostop the warnings
Viktor Kojouharov [Sat, 21 Mar 2009 20:50:48 +0000 (20:50 +0000)]
stop the warnings

SVN revision: 39613

15 years agonormalize away spurious percent arguments in the executable
Viktor Kojouharov [Sat, 21 Mar 2009 11:48:45 +0000 (11:48 +0000)]
normalize away spurious percent arguments in the executable

SVN revision: 39608

15 years agoexehist exe normalization
Viktor Kojouharov [Fri, 20 Mar 2009 19:05:27 +0000 (19:05 +0000)]
exehist exe normalization

SVN revision: 39602

15 years agoexport api to be used in e_sys_action and other places.
Gustavo Sverzut Barbieri [Fri, 20 Mar 2009 00:57:57 +0000 (00:57 +0000)]
export api to be used in e_sys_action and other places.

use this call in order to check for existing on-going operations.

SVN revision: 39595

15 years agoupdating turkish translation
Massimo Maiurana [Thu, 19 Mar 2009 21:31:19 +0000 (21:31 +0000)]
updating turkish translation

SVN revision: 39594

15 years ago * e_actions: Use some eina macro.
Cedric BAIL [Thu, 19 Mar 2009 19:03:35 +0000 (19:03 +0000)]
* e_actions: Use some eina macro.

SVN revision: 39591

15 years agoThe action: 'configuration' now accept an option argument.
Davide Andreoli [Thu, 19 Mar 2009 18:28:01 +0000 (18:28 +0000)]
The action: 'configuration' now accept an option argument.
The argument is the name of the config dialog to open, ex: 'advanced/engine'

So you can call:
 enlightenment_remote -exec-action configuration "appearance/theme"

to open the theme congif dialog.

SVN revision: 39588

15 years ago * Ecore_Input: Make it generic.
Cedric BAIL [Thu, 19 Mar 2009 13:06:16 +0000 (13:06 +0000)]
    * Ecore_Input: Make it generic.

SVN revision: 39577

15 years agohave all exits and restarts to use e_sys_action_do()
Gustavo Sverzut Barbieri [Thu, 19 Mar 2009 02:08:09 +0000 (02:08 +0000)]
have all exits and restarts to use e_sys_action_do()

SVN revision: 39569

15 years agofix drag&drop of multiple files and reduce variables scopes.
Gustavo Sverzut Barbieri [Thu, 19 Mar 2009 01:45:58 +0000 (01:45 +0000)]
fix drag&drop of multiple files and reduce variables scopes.

SVN revision: 39568

15 years agomove loop invariant sprintf() outside loop.
Gustavo Sverzut Barbieri [Thu, 19 Mar 2009 00:50:35 +0000 (00:50 +0000)]
move loop invariant sprintf() outside loop.

SVN revision: 39567

15 years agoenjoy stringshare benefits.
Gustavo Sverzut Barbieri [Thu, 19 Mar 2009 00:36:12 +0000 (00:36 +0000)]
enjoy stringshare benefits.

SVN revision: 39566

15 years agoproper cleanup of drop_handlers.
Gustavo Sverzut Barbieri [Thu, 19 Mar 2009 00:19:12 +0000 (00:19 +0000)]
proper cleanup of drop_handlers.

SVN revision: 39565

15 years agocleanup memory usage, add stringshare, fix bug.
Gustavo Sverzut Barbieri [Thu, 19 Mar 2009 00:14:57 +0000 (00:14 +0000)]
cleanup memory usage, add stringshare, fix bug.

 * h->active_type was referring to xdnd->type, that could be freed
   already. Now it's a reference to that string.

 * strcmp() are now direct pointer comparison since strings are shared.

 * no more extra "types" allocated member, make it a variable array at
   the end of the structure.

SVN revision: 39564

15 years agoconstness
Gustavo Sverzut Barbieri [Wed, 18 Mar 2009 23:39:03 +0000 (23:39 +0000)]
constness

SVN revision: 39562

15 years agomove loops to eina macros.
Gustavo Sverzut Barbieri [Wed, 18 Mar 2009 23:34:29 +0000 (23:34 +0000)]
move loops to eina macros.

SVN revision: 39561

15 years ago * e_int_config_theme: Use more eina macro, remove some memory leak,
Cedric BAIL [Wed, 18 Mar 2009 16:52:49 +0000 (16:52 +0000)]
* e_int_config_theme: Use more eina macro, remove some memory leak,
reduce memory allocation and memory comparison.

SVN revision: 39552

15 years ago * e_theme: Cleanup and use sorted list for faster looking.
Cedric BAIL [Wed, 18 Mar 2009 16:49:20 +0000 (16:49 +0000)]
* e_theme: Cleanup and use sorted list for faster looking.

SVN revision: 39551

15 years agoe_fm_op: fix simpe operations report.
Gustavo Sverzut Barbieri [Wed, 18 Mar 2009 14:07:34 +0000 (14:07 +0000)]
e_fm_op: fix simpe operations report.

SVN revision: 39549

15 years agoe_fm_op: cleanup and fix memory leaks.
Gustavo Sverzut Barbieri [Wed, 18 Mar 2009 14:06:22 +0000 (14:06 +0000)]
e_fm_op: cleanup and fix memory leaks.

 * reduce variable scope to avoid bugs.

 * add missing free(d)

 * move invariant snprintf() out of loop

SVN revision: 39548

15 years agoless noise/debug.
Gustavo Sverzut Barbieri [Wed, 18 Mar 2009 14:00:45 +0000 (14:00 +0000)]
less noise/debug.

SVN revision: 39547

15 years agoadd filemanager operation registry.
Gustavo Sverzut Barbieri [Wed, 18 Mar 2009 01:33:06 +0000 (01:33 +0000)]
add filemanager operation registry.

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

15 years agouse ECORE_EVENT_MODIFIER
Hannes Janetzek [Tue, 17 Mar 2009 21:55:33 +0000 (21:55 +0000)]
use ECORE_EVENT_MODIFIER

SVN revision: 39538

15 years agoadded: _e_fm2_icon_next_find function used in _e_fm2_icon_sel_prev/next and _e_fm2_ty...
Hannes Janetzek [Tue, 17 Mar 2009 19:49:12 +0000 (19:49 +0000)]
added: _e_fm2_icon_next_find function used in _e_fm2_icon_sel_prev/next and _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

15 years agosorted exehist
Viktor Kojouharov [Tue, 17 Mar 2009 19:39:14 +0000 (19:39 +0000)]
sorted exehist

SVN revision: 39533

15 years ago * gadman: Fix wrong use of swallow.
Cedric BAIL [Tue, 17 Mar 2009 18:12:19 +0000 (18:12 +0000)]
* gadman: Fix wrong use of swallow.

SVN revision: 39530

15 years ago e/keybinding: Some cleanup using more Eina feature.
Cedric BAIL [Tue, 17 Mar 2009 13:58:38 +0000 (13:58 +0000)]
e/keybinding: Some cleanup using more Eina feature.

SVN revision: 39527

15 years agosome efm work:
Hannes Janetzek [Tue, 17 Mar 2009 01:40:50 +0000 (01:40 +0000)]
some efm work:
- up/down key navigation for grid mode
- fixed next/prev functions for custom grid
- use 'key' instead of keyname

SVN revision: 39514

15 years ago * exebuf: Use event_window instead of window.
Cedric BAIL [Mon, 16 Mar 2009 18:01:55 +0000 (18:01 +0000)]
* exebuf: Use event_window instead of window.

SVN revision: 39508

15 years ago Let me introduce you to Ecore_Input. The idea is to share as much as possible event
Cedric BAIL [Mon, 16 Mar 2009 16:24:43 +0000 (16:24 +0000)]
Let me introduce you to Ecore_Input. The idea is to share as much as 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

15 years agoMake syscon accept mouse click also on button icons.
Davide Andreoli [Mon, 16 Mar 2009 11:02:24 +0000 (11:02 +0000)]
Make syscon accept mouse click also on button icons.

SVN revision: 39503

15 years agoFix missing declaration in header.
Christopher Michael [Sun, 15 Mar 2009 19:29:11 +0000 (19:29 +0000)]
Fix missing declaration in header.

SVN revision: 39500

15 years agoFix up some formatting
Christopher Michael [Sun, 15 Mar 2009 19:26:09 +0000 (19:26 +0000)]
Fix up some formatting

SVN revision: 39499

15 years agoFix "return with no value in function returning non-void"
Christopher Michael [Sun, 15 Mar 2009 19:22:37 +0000 (19:22 +0000)]
Fix "return with no value in function returning non-void"

SVN revision: 39498

15 years agoFormatting & Whitespace fixes. Also, don't segfault when removing menus.
Christopher Michael [Sun, 15 Mar 2009 19:12:50 +0000 (19:12 +0000)]
Formatting & Whitespace fixes. Also, don't segfault when removing menus.

SVN revision: 39497

15 years agoauthors++
Hannes Janetzek [Sun, 15 Mar 2009 17:48:07 +0000 (17:48 +0000)]
authors++

SVN revision: 39496

15 years agoIcon rename finished. Now we have a fully compliant icon theme :)
Davide Andreoli [Sun, 15 Mar 2009 17:41:46 +0000 (17:41 +0000)]
Icon rename finished. Now we have a fully compliant icon theme :)
now I'm going to fix E-MODULE-EXTRA...

SVN revision: 39495

15 years agodelete submenus of main menu afterwards. this fixes the issue with borders
Hannes Janetzek [Sun, 15 Mar 2009 17:06:18 +0000 (17:06 +0000)]
delete submenus of main menu afterwards. this fixes the issue with borders
not getting unreffed

SVN revision: 39494

15 years agoupdating french and italian translations
Massimo Maiurana [Sat, 14 Mar 2009 08:30:35 +0000 (08:30 +0000)]
updating french and italian translations

SVN revision: 39475

15 years agofix splash on xinerama!
Carsten Haitzler [Fri, 13 Mar 2009 07:54:04 +0000 (07:54 +0000)]
fix splash on xinerama!

SVN revision: 39457

15 years agodelete the keybinding not something out of anywhere
Hannes Janetzek [Thu, 12 Mar 2009 21:34:31 +0000 (21:34 +0000)]
delete the keybinding not something out of anywhere

SVN revision: 39455

15 years agono reason to set the text of o_holder as it contains no text part.
Christopher Michael [Thu, 12 Mar 2009 20:55:10 +0000 (20:55 +0000)]
no reason to set the text of o_holder as it contains no text part.

SVN revision: 39454

15 years agono reason to set text of o_holder as it contains no text part.
Christopher Michael [Thu, 12 Mar 2009 20:54:46 +0000 (20:54 +0000)]
no reason to set text of o_holder as it contains no text part.

SVN revision: 39453

15 years ago * e_widget_ilist_add now expect a stringshare.
Cedric BAIL [Wed, 11 Mar 2009 15:13:42 +0000 (15:13 +0000)]
* e_widget_ilist_add now expect a stringshare.

SVN revision: 39447

15 years ago * e_ilist.c: Reduce list walk.
Cedric BAIL [Wed, 11 Mar 2009 15:12:33 +0000 (15:12 +0000)]
* e_ilist.c: Reduce list walk.

SVN revision: 39446

15 years ago * e_widget_ilist.c: Ok, this is a quick fix (disable queue for now). A better fix...
Cedric BAIL [Wed, 11 Mar 2009 13:16:01 +0000 (13:16 +0000)]
* e_widget_ilist.c: Ok, this is a quick fix (disable queue for now). A 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

15 years agothis option is more suitable for all actions, not just the desk flip one
Viktor Kojouharov [Tue, 10 Mar 2009 21:34:41 +0000 (21:34 +0000)]
this option is more suitable for all actions, not just the desk flip one

SVN revision: 39442

15 years ago * e_configure.c: Use EINA_LIST_FOREACH.
Cedric BAIL [Tue, 10 Mar 2009 16:19:02 +0000 (16:19 +0000)]
* e_configure.c: Use EINA_LIST_FOREACH.

SVN revision: 39433

15 years ago * e_configure.c: White space removal and more indent.
Cedric BAIL [Tue, 10 Mar 2009 16:16:42 +0000 (16:16 +0000)]
* e_configure.c: White space removal and more indent.

SVN revision: 39432

15 years ago * e_configure.c: Fix indentation.
Cedric BAIL [Tue, 10 Mar 2009 16:14:24 +0000 (16:14 +0000)]
* e_configure.c: Fix indentation.

SVN revision: 39431

15 years agoupdating french and italian translations
Massimo Maiurana [Mon, 9 Mar 2009 18:28:28 +0000 (18:28 +0000)]
updating french and italian translations

SVN revision: 39426

15 years agoMore icon works, this commit include changes to the icons on the desktop.
Davide Andreoli [Sun, 8 Mar 2009 23:09:48 +0000 (23:09 +0000)]
More icon works, this commit include changes to the icons on the desktop.

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

15 years agodebug --
Davide Andreoli [Sun, 8 Mar 2009 14:13:40 +0000 (14:13 +0000)]
debug --

SVN revision: 39417