platform/upstream/enlightenment.git
14 years agoupdating french and italian translations
Massimo Maiurana [Sat, 3 Oct 2009 10:35:07 +0000 (10:35 +0000)]
updating french and italian translations

SVN revision: 42867

14 years agohide edge event windows that are not used by any action
Viktor Kojouharov [Fri, 2 Oct 2009 20:53:05 +0000 (20:53 +0000)]
hide edge event windows that are not used by any action
put the edge windows on the correct layers
allow edge click bindings
use actions for auto-hide shelves
toggling auto-hide will cause edge event windows to show/hide if necessary

SVN revision: 42864

14 years ago'everything' more EAPI
Hannes Janetzek [Fri, 2 Oct 2009 00:13:36 +0000 (00:13 +0000)]
'everything' more EAPI

SVN revision: 42849

14 years ago'everything'
Hannes Janetzek [Thu, 1 Oct 2009 22:31:45 +0000 (22:31 +0000)]
'everything'
fix segv when browsed dir has no files
make evry_conf and evry_hist EAPI for now

SVN revision: 42846

14 years agocleanups and updated comment on sync.wait
Hannes Janetzek [Thu, 1 Oct 2009 10:22:27 +0000 (10:22 +0000)]
cleanups and updated comment on sync.wait

SVN revision: 42837

14 years agofrom jeffdameth: fix sync protocol handling - re-enable it.
Carsten Haitzler [Thu, 1 Oct 2009 08:45:24 +0000 (08:45 +0000)]
from jeffdameth: fix sync protocol handling - re-enable it.

SVN revision: 42834

14 years ago'everything' bump config version
Hannes Janetzek [Wed, 30 Sep 2009 03:53:17 +0000 (03:53 +0000)]
'everything' bump config version

SVN revision: 42813

14 years agoupdating french translation
Massimo Maiurana [Mon, 28 Sep 2009 15:20:12 +0000 (15:20 +0000)]
updating french translation

SVN revision: 42771

14 years agoBump progress of Ukrainian translations of e to nearly finished, thanks to gavro...
Aron Xu [Mon, 28 Sep 2009 14:17:55 +0000 (14:17 +0000)]
Bump progress of Ukrainian translations of e to nearly finished, thanks to gavro <sergiovana at bigmir dot net> from Ubuntu Ukrainian Translators.

SVN revision: 42768

14 years agoupdating french and italian translations
Massimo Maiurana [Mon, 28 Sep 2009 11:17:27 +0000 (11:17 +0000)]
updating french and italian translations

SVN revision: 42764

14 years agofix unmaximize in smart and fill mode.
Hannes Janetzek [Mon, 28 Sep 2009 01:48:26 +0000 (01:48 +0000)]
fix unmaximize in smart and fill mode.
- move policy handling of move/resize to the externally accessible functions

SVN revision: 42751

14 years agoreduce continous debug output for deleted borders
Hannes Janetzek [Sun, 27 Sep 2009 22:22:39 +0000 (22:22 +0000)]
reduce continous debug output for deleted borders

SVN revision: 42746

14 years agoupdating french translation
Massimo Maiurana [Sun, 27 Sep 2009 14:21:29 +0000 (14:21 +0000)]
updating french translation

SVN revision: 42740

14 years ago- fix 'maximize fullscreen' action
Hannes Janetzek [Sat, 26 Sep 2009 22:45:09 +0000 (22:45 +0000)]
- fix 'maximize fullscreen' action
- allow any maximized windows of any type to be manipulated when allow_manip is set
- remove 'maximize expand' option from config gui. this is the same as 'maximize smart'
- dont restirct iconify of fullscreen borders. this is policy that can be (and is)
  restricted by gui.

SVN revision: 42735

14 years agoupdating french and italian translations
Massimo Maiurana [Fri, 25 Sep 2009 10:45:26 +0000 (10:45 +0000)]
updating french and italian translations

SVN revision: 42696

14 years agofix segv in internal window restore code
Hannes Janetzek [Fri, 25 Sep 2009 06:24:48 +0000 (06:24 +0000)]
fix segv in internal window restore code

SVN revision: 42690

14 years ago'everything' sync app history with exehist
Hannes Janetzek [Fri, 25 Sep 2009 03:40:18 +0000 (03:40 +0000)]
'everything' sync app history with exehist

SVN revision: 42689

14 years ago'everything'
Hannes Janetzek [Fri, 25 Sep 2009 00:27:36 +0000 (00:27 +0000)]
'everything'
added simpler history sort modes

SVN revision: 42687

14 years ago'everything' - switch list/view mode
Hannes Janetzek [Thu, 24 Sep 2009 23:10:05 +0000 (23:10 +0000)]
'everything' - switch list/view mode

SVN revision: 42686

14 years ago'everything'
Hannes Janetzek [Thu, 24 Sep 2009 23:08:59 +0000 (23:08 +0000)]
'everything'
- remember full exec path to get the right .desktops
  ... bump history version number for this.
- fixes:
  update border match value -> show them in aggregator.
  show items of first plugin in aggregator when no
  items found from history.

SVN revision: 42685

14 years ago'everything'
Hannes Janetzek [Thu, 24 Sep 2009 21:09:25 +0000 (21:09 +0000)]
'everything'
- added option for default view mode

SVN revision: 42684

14 years ago- focus new window when it's the only one on current desk
Hannes Janetzek [Thu, 24 Sep 2009 18:23:40 +0000 (18:23 +0000)]
- focus new window when it's the only one on current desk
- fix resizing by moveresize_request

SVN revision: 42681

14 years agoupdating french translation
Massimo Maiurana [Thu, 24 Sep 2009 10:54:52 +0000 (10:54 +0000)]
updating french translation

SVN revision: 42671

14 years agodont use EINA_LIST_REVERSE_FOREACH here
Hannes Janetzek [Wed, 23 Sep 2009 06:12:53 +0000 (06:12 +0000)]
dont use EINA_LIST_REVERSE_FOREACH here

SVN revision: 42638

14 years agoEINA_FUCK_REVERSE_FOREACH != for (l = some_pointer_in_list_from_where_want_to_start...
Hannes Janetzek [Wed, 23 Sep 2009 06:06:13 +0000 (06:06 +0000)]
EINA_FUCK_REVERSE_FOREACH != for (l = some_pointer_in_list_from_where_want_to_start; l; l = l->prev)

anyway nice that i didnt had to rewrite gadcon layout to fix this issue,
but at least starting the rewrite made me realize the above mentioned
difference. moving and resizing of gcc in non-shrinked mode works
now nicely again.

SVN revision: 42637

14 years agoe_hal_init/shutdown
Gustavo Sverzut Barbieri [Wed, 23 Sep 2009 00:08:43 +0000 (00:08 +0000)]
e_hal_init/shutdown

SVN revision: 42633

14 years agoupdating french and italian translations
Massimo Maiurana [Tue, 22 Sep 2009 17:20:22 +0000 (17:20 +0000)]
updating french and italian translations

SVN revision: 42622

14 years agoit is needed to wait a few seconds after a restart of E before to proceed with the...
Samuel F. Baggen [Tue, 22 Sep 2009 16:24:06 +0000 (16:24 +0000)]
it is needed to wait a few seconds after a restart of E before to proceed with the next thing, E needs to finish the reload

SVN revision: 42621

14 years agoforgotten parentheses
Hannes Janetzek [Tue, 22 Sep 2009 00:08:54 +0000 (00:08 +0000)]
forgotten parentheses

SVN revision: 42613

14 years ago--printf
Hannes Janetzek [Mon, 21 Sep 2009 23:03:33 +0000 (23:03 +0000)]
--printf

SVN revision: 42611

14 years agoappend params for dialog to configpath with '::' so the config path MUST not include...
Hannes Janetzek [Mon, 21 Sep 2009 23:02:37 +0000 (23:02 +0000)]
append params for dialog to configpath with '::' so the config path MUST not include '::'. e.g. use 'extenstions/shelves::$ID' to start the config dialog for a shelf with id $ID

SVN revision: 42610

14 years agoreopen fileman and dialog windows after restart of e.
Hannes Janetzek [Mon, 21 Sep 2009 20:36:35 +0000 (20:36 +0000)]
reopen fileman and dialog windows after restart of e.
- 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

14 years agofix warnings
Hannes Janetzek [Mon, 21 Sep 2009 20:19:14 +0000 (20:19 +0000)]
fix warnings

SVN revision: 42606

14 years agofix warnings
Hannes Janetzek [Mon, 21 Sep 2009 20:07:28 +0000 (20:07 +0000)]
fix warnings

SVN revision: 42605

14 years agoenlightenment_remote replaced by a working interface with using callbacks
Samuel F. Baggen [Mon, 21 Sep 2009 03:25:31 +0000 (03:25 +0000)]
enlightenment_remote replaced by a working interface with using callbacks

SVN revision: 42590

14 years agofix warnings
Hannes Janetzek [Sat, 19 Sep 2009 22:55:35 +0000 (22:55 +0000)]
fix warnings

SVN revision: 42570

15 years agoremember internal windows again
Hannes Janetzek [Sat, 19 Sep 2009 17:35:18 +0000 (17:35 +0000)]
remember internal windows again

SVN revision: 42569

15 years agoe_border use e's macros for calloc/free
Hannes Janetzek [Sat, 19 Sep 2009 17:08:34 +0000 (17:08 +0000)]
e_border use e's macros for calloc/free

SVN revision: 42568

15 years agofix last commit: do not add pending move when doing only resize
Hannes Janetzek [Sat, 19 Sep 2009 16:51:37 +0000 (16:51 +0000)]
fix last commit: do not add pending move when doing only  resize

SVN revision: 42567

15 years agoe_border: remove maximized state when maximized window is moved or resized
Hannes Janetzek [Sat, 19 Sep 2009 16:26:16 +0000 (16:26 +0000)]
e_border: remove maximized state when maximized window is moved or resized
- merge _e_border_resize_internal with _e_border_move_resize_internal

SVN revision: 42566

15 years agoeverything:
Hannes Janetzek [Fri, 18 Sep 2009 06:33:33 +0000 (06:33 +0000)]
everything:
- added config for popup position
- make 'open term here' action work with other terminal

SVN revision: 42554

15 years agogadcon: gadcon clients move now _with_ the mouse in shrinked mode
Hannes Janetzek [Thu, 17 Sep 2009 09:03:13 +0000 (09:03 +0000)]
gadcon: gadcon clients move now _with_ the mouse in shrinked mode

SVN revision: 42543

15 years agogadcon: get right mouse position for efm gadcon..
Hannes Janetzek [Thu, 17 Sep 2009 05:41:23 +0000 (05:41 +0000)]
gadcon: get right mouse position for efm gadcon..

SVN revision: 42540

15 years agogadcon:
Hannes Janetzek [Thu, 17 Sep 2009 05:18:28 +0000 (05:18 +0000)]
gadcon:
- fix dnd of gadcon clients between gadcons
- apply fix from victor for gadcon client movements
- make layout algorithm orientation agnostic

SVN revision: 42539

15 years agoupdating french and italian translations
Massimo Maiurana [Wed, 16 Sep 2009 10:43:06 +0000 (10:43 +0000)]
updating french and italian translations

SVN revision: 42509

15 years agoenable 'everything' by default. no keybinding decided yet
Hannes Janetzek [Tue, 15 Sep 2009 22:18:57 +0000 (22:18 +0000)]
enable 'everything' by default. no keybinding decided yet

SVN revision: 42503

15 years agoeverything: show 'launch' action for non .desktop app items
Hannes Janetzek [Tue, 15 Sep 2009 17:19:53 +0000 (17:19 +0000)]
everything: show 'launch' action for non .desktop app items

SVN revision: 42497

15 years agofix warnings
Hannes Janetzek [Mon, 14 Sep 2009 00:32:44 +0000 (00:32 +0000)]
fix warnings

SVN revision: 42476

15 years agofix warnings
Hannes Janetzek [Mon, 14 Sep 2009 00:31:07 +0000 (00:31 +0000)]
fix warnings

SVN revision: 42475

15 years agoe_fm:
Hannes Janetzek [Mon, 14 Sep 2009 00:26:56 +0000 (00:26 +0000)]
e_fm:
- show theme folder icons again
- remove mime fallback function.this is already handled by efreets mime fallback

SVN revision: 42473

15 years ago * Fix bug #390
Davide Andreoli [Sun, 13 Sep 2009 20:11:25 +0000 (20:11 +0000)]
 * Fix bug #390
uberpinguin: can you confirm?

SVN revision: 42471

15 years agomore work on e_remember.
Hannes Janetzek [Sun, 13 Sep 2009 12:26:29 +0000 (12:26 +0000)]
more work on e_remember.

SVN revision: 42458

15 years agofix possible segv in e_int_config_remembers
Hannes Janetzek [Sun, 13 Sep 2009 10:32:35 +0000 (10:32 +0000)]
fix possible segv in e_int_config_remembers

SVN revision: 42456

15 years agoupdating french and italian translations
Massimo Maiurana [Sun, 13 Sep 2009 07:31:45 +0000 (07:31 +0000)]
updating french and italian translations

SVN revision: 42455

15 years agodelete border remembers.. finally
Hannes Janetzek [Sat, 12 Sep 2009 17:26:16 +0000 (17:26 +0000)]
delete border remembers.. finally

SVN revision: 42444

15 years agorefactor _e_border_cb_window_move_resize_reques. this screamed for a switch.
Hannes Janetzek [Sat, 12 Sep 2009 15:51:44 +0000 (15:51 +0000)]
refactor _e_border_cb_window_move_resize_reques. this screamed for a switch.

SVN revision: 42443

15 years agorefactor bd->changes.size evaluation
Hannes Janetzek [Sat, 12 Sep 2009 15:24:28 +0000 (15:24 +0000)]
refactor bd->changes.size evaluation

SVN revision: 42442

15 years agofactor duplicated ecore_evas_managed_move and ecore_x_icccm_move_resize_send
Hannes Janetzek [Sat, 12 Sep 2009 13:53:43 +0000 (13:53 +0000)]
factor duplicated ecore_evas_managed_move and ecore_x_icccm_move_resize_send
out to _e_border_client_move_resize_send(E_Border)

SVN revision: 42441

15 years agosimplify code. only refactoring
Hannes Janetzek [Sat, 12 Sep 2009 13:18:02 +0000 (13:18 +0000)]
simplify code. only refactoring

SVN revision: 42440

15 years agoremember transient state - do not update
Hannes Janetzek [Sat, 12 Sep 2009 12:42:13 +0000 (12:42 +0000)]
remember transient state - do not update

SVN revision: 42439

15 years agoe_fm: find theme defined mime icons
Hannes Janetzek [Sat, 12 Sep 2009 11:22:58 +0000 (11:22 +0000)]
e_fm: find theme defined mime icons

SVN revision: 42436

15 years ago- fixed e_remember_default_match to set match values
Hannes Janetzek [Sat, 12 Sep 2009 11:08:07 +0000 (11:08 +0000)]
- fixed e_remember_default_match to set match values
  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

15 years agomove applying of remember properties for new windows from e_border to e_remember
Hannes Janetzek [Sat, 12 Sep 2009 09:18:41 +0000 (09:18 +0000)]
move applying of remember properties for new windows from e_border to e_remember

SVN revision: 42433

15 years ago- allow glob matching in window remember -> advanced dialog has now editable entries
Hannes Janetzek [Sat, 12 Sep 2009 07:04:32 +0000 (07:04 +0000)]
- allow glob matching in window remember -> advanced dialog has now editable entries
- option added to remember desktop file for e window match.
    means no more ugly openoffice provided icons (= even if i dont use it ..
- e_border: added fallback for transient windows to use .desktop from main window
- fixed bug in e_remember to not delete all remembers when last item of the conf_remember list is deleted

SVN revision: 42432

15 years agoadd option to keep border settings as they are when remember is set
Hannes Janetzek [Sat, 12 Sep 2009 03:43:51 +0000 (03:43 +0000)]
add option to keep border settings as they are when remember is set

SVN revision: 42430

15 years agocleanups
Hannes Janetzek [Sat, 12 Sep 2009 03:03:53 +0000 (03:03 +0000)]
cleanups

SVN revision: 42429

15 years agoset border remember match entrys only on creation
Hannes Janetzek [Sat, 12 Sep 2009 02:44:41 +0000 (02:44 +0000)]
set border remember match entrys only on creation
added text entries for advanced border remember dialog(not editable for now)

SVN revision: 42428

15 years agowhitespace cleanup
Hannes Janetzek [Fri, 11 Sep 2009 21:24:02 +0000 (21:24 +0000)]
whitespace cleanup

SVN revision: 42425

15 years agoe17: use toolbook for advanced settings
Hannes Janetzek [Fri, 11 Sep 2009 21:07:51 +0000 (21:07 +0000)]
e17: use toolbook for advanced settings
- imo one should make an 'all fonts' and 'custom fonts' tab and remove advanced/basic settings

SVN revision: 42424

15 years agoreconfigure the zone bg on zone move/resize, and make sure it is recalculated if...
Viktor Kojouharov [Fri, 11 Sep 2009 17:27:08 +0000 (17:27 +0000)]
reconfigure the zone bg on zone move/resize, and make sure it is recalculated if the bg pans

SVN revision: 42419

15 years agoreturn icon.list size if icon.icon size is not set
Hannes Janetzek [Thu, 10 Sep 2009 21:02:09 +0000 (21:02 +0000)]
return icon.list size if icon.icon size is not set

SVN revision: 42392

15 years ago- show edje thumbnails in wallpaper and themes dialog again.
Hannes Janetzek [Thu, 10 Sep 2009 20:48:52 +0000 (20:48 +0000)]
- show edje thumbnails in wallpaper and themes dialog again.
- use 48px for fdo icons in flist
- #if 0 unused code

SVN revision: 42389

15 years agoprefer 24px icons for menus. downscaling looks less worse then upscaling. if ok
Hannes Janetzek [Thu, 10 Sep 2009 20:03:17 +0000 (20:03 +0000)]
prefer 24px icons for menus. downscaling looks less worse then upscaling. if ok
for everyone, bug http://trac.enlightenment.org/e/ticket/355 can be closed.

SVN revision: 42388

15 years agodisable move in pager for now. as it leads to lost window if one drops between the...
Hannes Janetzek [Thu, 10 Sep 2009 13:51:12 +0000 (13:51 +0000)]
disable move in pager for now. as it leads to lost window if one drops between the desks

SVN revision: 42380

15 years agoInclude illime2 directory in dist tarball
Horms [Wed, 9 Sep 2009 01:17:37 +0000 (01:17 +0000)]
Include illime2 directory in dist tarball

Resolves the following error reported when running make distcheck:
config.status: error: cannot find input file: `src/modules/illume2/Makefile.in'
make: *** [distcheck] Error 1

SVN revision: 42357

15 years agoupdating french translation
Massimo Maiurana [Tue, 8 Sep 2009 17:10:35 +0000 (17:10 +0000)]
updating french translation

SVN revision: 42351

15 years ago<PrinceAMD> http://pastebin.ca/1557990 < fix Ticket #407
Carsten Haitzler [Tue, 8 Sep 2009 04:15:25 +0000 (04:15 +0000)]
<PrinceAMD> pastebin.ca/1557990 < fix Ticket #407
<PrinceAMD> raster, http://trac.enlightenment.org/e/ticket/407

SVN revision: 42336

15 years agofix systray to work with argb shelf windows
Hannes Janetzek [Mon, 7 Sep 2009 16:41:22 +0000 (16:41 +0000)]
fix systray to work with argb shelf windows

SVN revision: 42329

15 years agoUpdate to match new EINA init/shutdown.
Gustavo Sverzut Barbieri [Sun, 6 Sep 2009 22:23:04 +0000 (22:23 +0000)]
Update to match new EINA init/shutdown.

SVN revision: 42301

15 years agoidentify shelf and menu windows as such for compositing managers
Hannes Janetzek [Sun, 6 Sep 2009 20:04:20 +0000 (20:04 +0000)]
identify shelf and menu windows as such for compositing managers

SVN revision: 42299

15 years agodo not populate gadman twice. now that there are two sources from which custom gadcon...
Hannes Janetzek [Sun, 6 Sep 2009 12:21:27 +0000 (12:21 +0000)]
do not populate gadman twice. now that there are two sources from which custom gadcons might be populated

SVN revision: 42291

15 years agopopulate custom gadcons on when added
Hannes Janetzek [Sat, 5 Sep 2009 17:02:09 +0000 (17:02 +0000)]
populate custom gadcons on when added
- now gadman shows gadgets when it is unloaded and loaded again

SVN revision: 42284

15 years agoDo not allow windows (which are not ECORE_X_WINDOW_TYPE_NORMAL) to be
Christopher Michael [Sat, 5 Sep 2009 14:22:50 +0000 (14:22 +0000)]
Do not allow windows (which are not ECORE_X_WINDOW_TYPE_NORMAL) to be
Iconified, Maximized, or Fullscreen'd via the border menu. These type of
windows do not support those actions via the border buttons, so do not support
them via the menu either.

SVN revision: 42279

15 years agofix naming and warnings
Hannes Janetzek [Sat, 5 Sep 2009 12:43:44 +0000 (12:43 +0000)]
fix naming and warnings

SVN revision: 42278

15 years ago--printf, once again..
Hannes Janetzek [Fri, 4 Sep 2009 20:41:00 +0000 (20:41 +0000)]
--printf, once again..

SVN revision: 42268

15 years agofix module unload issue: maybe there are some more places where EINA_LIST_FREE interf...
Hannes Janetzek [Fri, 4 Sep 2009 20:26:25 +0000 (20:26 +0000)]
fix module unload issue: maybe there are some more places where EINA_LIST_FREE interferes with e_object_del

SVN revision: 42267

15 years agoBetter grammar.
Christopher Michael [Fri, 4 Sep 2009 20:00:04 +0000 (20:00 +0000)]
Better grammar.

SVN revision: 42266

15 years agoFix module description. It was displaying in Czech by default. Make English
Christopher Michael [Fri, 4 Sep 2009 19:58:33 +0000 (19:58 +0000)]
Fix module description. It was displaying in Czech by default. Make English
the default and fix the czech translation of Comment to contain the country
code.

SVN revision: 42265

15 years agoFix typo in module description.
Christopher Michael [Fri, 4 Sep 2009 19:54:34 +0000 (19:54 +0000)]
Fix typo in module description.

SVN revision: 42264

15 years ago--printf
Hannes Janetzek [Fri, 4 Sep 2009 19:43:41 +0000 (19:43 +0000)]
--printf

SVN revision: 42263

15 years agoe17:shutdown all modules
Hannes Janetzek [Fri, 4 Sep 2009 19:43:10 +0000 (19:43 +0000)]
e17:shutdown all modules

SVN revision: 42262

15 years agoe/src/modules:
Hannes Janetzek [Thu, 3 Sep 2009 16:32:48 +0000 (16:32 +0000)]
e/src/modules:
- cast ints to pointer correctly
- remove unused variables
- #if 0 unusued code
- fix some function declarations for callbacks

SVN revision: 42210

15 years ago * e_fm_shared.h: Proper fix with new API.
Cedric BAIL [Thu, 3 Sep 2009 14:48:46 +0000 (14:48 +0000)]
* e_fm_shared.h: Proper fix with new API.

SVN revision: 42209

15 years agowhoops, this shouldnt have went in the patch
Hannes Janetzek [Thu, 3 Sep 2009 14:23:14 +0000 (14:23 +0000)]
whoops, this shouldnt have went in the patch

SVN revision: 42206

15 years ago'everything'
Hannes Janetzek [Thu, 3 Sep 2009 14:21:27 +0000 (14:21 +0000)]
'everything'
- remember context of action. e.g. which app was used for
  opening a file with a specific mimetype

SVN revision: 42205

15 years agopartly revert your stuff cedric... BAD frenchie! BAD! segv's for e17 all
Carsten Haitzler [Thu, 3 Sep 2009 13:33:35 +0000 (13:33 +0000)]
partly revert your stuff cedric... BAD frenchie! BAD! segv's for e17 all
round. members of E_Volume are strduped. rest of e's code still deals with it
that way. e_hal from dbus also returns duped strings (thats why)

SVN revision: 42204

15 years agoecomorph hookes from <hannes.janetzek@googlemail.com>
Carsten Haitzler [Thu, 3 Sep 2009 12:37:10 +0000 (12:37 +0000)]
ecomorph hookes from <hannes.janetzek@googlemail.com>

SVN revision: 42203

15 years ago * e: Use new and cleaner eet API.
Cedric BAIL [Thu, 3 Sep 2009 12:05:49 +0000 (12:05 +0000)]
* e: Use new and cleaner eet API.

Note: The situation regarding string from config file could be improved.
We could use the same trick as Edje and directly map the string from
Eet config file. This will improve memory used by E, if string from
config file are used a lot. So the question is : "Do we save a lot of
string in config file ?"

SVN revision: 42201

15 years agoEAPI, again :-)
Gustavo Sverzut Barbieri [Wed, 2 Sep 2009 22:04:37 +0000 (22:04 +0000)]
EAPI, again :-)

Please, compile with -fvisibility=hidden, you'll get these errors and
benefit from reasonably faster load of E17.

Except by ETK, whole EFL is able to be compiled with this flag, so I'd
recommend using it in general.

SVN revision: 42192

15 years ago'everything'
Hannes Janetzek [Wed, 2 Sep 2009 19:46:12 +0000 (19:46 +0000)]
'everything'
- cleanups

SVN revision: 42190