platform/upstream/enlightenment.git
14 years agoNew illume2 code in svn now :)
Christopher Michael [Fri, 19 Feb 2010 02:32:18 +0000 (02:32 +0000)]
New illume2 code in svn now :)

SVN revision: 46286

14 years agoRemove old illume2 code.
Christopher Michael [Fri, 19 Feb 2010 02:30:01 +0000 (02:30 +0000)]
Remove old illume2 code.

SVN revision: 46285

14 years agoupdating turkish translation
Massimo Maiurana [Thu, 18 Feb 2010 20:26:32 +0000 (20:26 +0000)]
updating turkish translation

SVN revision: 46282

14 years agospecial case: we don't care for shape of argb windows, don't fetch it.
Gustavo Sverzut Barbieri [Thu, 18 Feb 2010 11:56:37 +0000 (11:56 +0000)]
special case: we don't care for shape of argb windows, don't fetch it.

SVN revision: 46272

14 years agofill un alpha pixels when shape is removed.
Carsten Haitzler [Thu, 18 Feb 2010 11:46:15 +0000 (11:46 +0000)]
fill un alpha pixels when shape is removed.

SVN revision: 46271

14 years agoFix segv with shaped windows on GL composite manager.
Gustavo Sverzut Barbieri [Thu, 18 Feb 2010 02:48:39 +0000 (02:48 +0000)]
Fix segv with shaped windows on GL composite manager.

When we have shaped windows, we must force it to be converted to
non-native so we can modify it later, setting the alpha byte of the
pixels based on the mask.

This fix segv that was happening with Chromium and other shaped
windows as the evas_object_image_data_get() would return NULL for
native surfaces.

SVN revision: 46264

14 years agoAuto-logout after 60 seconds "logout confirm dialog" shows.
Gustavo Sverzut Barbieri [Wed, 17 Feb 2010 14:03:06 +0000 (14:03 +0000)]
Auto-logout after 60 seconds "logout confirm dialog" shows.

SVN revision: 46246

14 years agoupdating french and italian translations
Massimo Maiurana [Wed, 17 Feb 2010 12:50:41 +0000 (12:50 +0000)]
updating french and italian translations

SVN revision: 46244

14 years agoseems po's need updates with src...
Carsten Haitzler [Wed, 17 Feb 2010 04:17:34 +0000 (04:17 +0000)]
seems po's need updates with src...

SVN revision: 46232

14 years agowork on better shape handling for gl comp
Carsten Haitzler [Wed, 17 Feb 2010 03:38:57 +0000 (03:38 +0000)]
work on better shape handling for gl comp

SVN revision: 46231

14 years agoSync translations from Launchpad.
Aron Xu [Tue, 16 Feb 2010 04:33:06 +0000 (04:33 +0000)]
Sync translations from Launchpad.

SVN revision: 46200

14 years agoadd new status string "online" and "login".
Gustavo Sverzut Barbieri [Mon, 15 Feb 2010 16:31:42 +0000 (16:31 +0000)]
add new status string "online" and "login".

SVN revision: 46192

14 years ago'everything'
Hannes Janetzek [Mon, 15 Feb 2010 13:32:34 +0000 (13:32 +0000)]
'everything'
- use desktops' label as long as executable is not called with parameters.
- disable sync of app history  with exehist - could be removed I think.

SVN revision: 46189

14 years agotypo
Boris Faure [Mon, 15 Feb 2010 13:00:38 +0000 (13:00 +0000)]
typo

SVN revision: 46188

14 years agoupdating french and italian translations
Massimo Maiurana [Mon, 15 Feb 2010 12:13:25 +0000 (12:13 +0000)]
updating french and italian translations

SVN revision: 46187

14 years agoadd support for indirect option for gl.
Carsten Haitzler [Mon, 15 Feb 2010 05:27:36 +0000 (05:27 +0000)]
add support for indirect option for gl.

SVN revision: 46179

14 years agogl vsync smoother tear-free rendering on desktop (nvidia though only - i am
Carsten Haitzler [Sun, 14 Feb 2010 03:57:43 +0000 (03:57 +0000)]
gl vsync smoother tear-free rendering on desktop (nvidia though only - i am
in no mood to figure out the convoluted vsync stuff for every linux gl drvier
out there!)

SVN revision: 46158

14 years agoAnd use e_border_name_get to get name
Sebastian Dransfeld [Sat, 13 Feb 2010 19:11:23 +0000 (19:11 +0000)]
And use e_border_name_get to get name

SVN revision: 46154

14 years agoDon't need the return variable here.
Christopher Michael [Sat, 13 Feb 2010 16:19:41 +0000 (16:19 +0000)]
Don't need the return variable here.
Don't free the title.

SVN revision: 46146

14 years agouse netwm name in preference.
Carsten Haitzler [Sat, 13 Feb 2010 16:12:28 +0000 (16:12 +0000)]
use netwm name in preference.

SVN revision: 46145

14 years agoUse eina_log on econnman
Gustavo Sverzut Barbieri [Sat, 13 Feb 2010 12:16:14 +0000 (12:16 +0000)]
Use eina_log on econnman

Registry domain 'econnman' and log messages with eina_log instead of
casual printfs.

By: Lucas De Marchi <lucas.demarchi@profusion.mobi>

SVN revision: 46130

14 years agoUse proper error handling on initialization
Gustavo Sverzut Barbieri [Sat, 13 Feb 2010 12:14:44 +0000 (12:14 +0000)]
Use proper error handling on initialization

By: Lucas De Marchi <lucas.demarchi@profusion.mobi>

SVN revision: 46129

14 years agowhy do a server rount trip for every border to get title when it's already
Carsten Haitzler [Sat, 13 Feb 2010 11:42:28 +0000 (11:42 +0000)]
why do  a server rount trip for every border to get title when it's already
stored? bad bad bad! this will cause mucho slowness.

SVN revision: 46128

14 years agofix fd handler del complaint! add events before adding handler for them!
Carsten Haitzler [Sat, 13 Feb 2010 02:57:01 +0000 (02:57 +0000)]
fix fd handler del complaint! add events before adding handler for them!
otherwise event id is 0!

SVN revision: 46124

14 years agofix long-standing bug in exe exit handling! ugh...
Carsten Haitzler [Sat, 13 Feb 2010 02:47:21 +0000 (02:47 +0000)]
fix long-standing bug in exe exit handling! ugh...

SVN revision: 46123

14 years agoNo point in running find_by_client_window here as we do nothing with it
Christopher Michael [Thu, 11 Feb 2010 22:05:14 +0000 (22:05 +0000)]
No point in running find_by_client_window here as we do nothing with it
anyway.

SVN revision: 46104

14 years agoless overhead... maybe.
Carsten Haitzler [Thu, 11 Feb 2010 13:33:20 +0000 (13:33 +0000)]
less overhead... maybe.

SVN revision: 46076

14 years agomore overhead. screw u composite! screw you!. i now know what is needed...
Carsten Haitzler [Thu, 11 Feb 2010 11:09:18 +0000 (11:09 +0000)]
more overhead. screw u composite! screw you!. i now know what is needed...
and  whats there now is not pretty.

SVN revision: 46074

14 years agodefer showing a composited window until first render.
Carsten Haitzler [Thu, 11 Feb 2010 08:05:19 +0000 (08:05 +0000)]
defer showing a composited window until first render.

SVN revision: 46072

14 years agodebug. off.
Carsten Haitzler [Thu, 11 Feb 2010 07:41:02 +0000 (07:41 +0000)]
debug. off.

SVN revision: 46071

14 years agofade ... OFF!
Carsten Haitzler [Thu, 11 Feb 2010 07:40:44 +0000 (07:40 +0000)]
fade ... OFF!

SVN revision: 46070

14 years agofix some bugs i added to compositing in making gl more solid - software
Carsten Haitzler [Thu, 11 Feb 2010 07:07:58 +0000 (07:07 +0000)]
fix some bugs i added to compositing in making gl more solid - software
compositing that is.

SVN revision: 46069

14 years agoUpdate me email address in AUTHORS file.
Christopher Michael [Thu, 11 Feb 2010 04:39:58 +0000 (04:39 +0000)]
Update me email address in AUTHORS file.
Add doxygen stuff to configure.ac & Makefile.am

E itself not supports basic structure for doxygen (the e.dox.in file may
need updating, and the Doxyfile in docs dir also). This will be handy for
documenting available API calls that people can use when writing modules, etc.

SVN revision: 46068

14 years agoAdd basic doxygen structure.
Christopher Michael [Thu, 11 Feb 2010 04:37:59 +0000 (04:37 +0000)]
Add basic doxygen structure.

SVN revision: 46067

14 years agoAdd efl_doxygen macros.
Christopher Michael [Thu, 11 Feb 2010 02:49:54 +0000 (02:49 +0000)]
Add efl_doxygen macros.

SVN revision: 46065

14 years agoTake into account zone->y when setting position.
Christopher Michael [Wed, 10 Feb 2010 17:24:33 +0000 (17:24 +0000)]
Take into account zone->y when setting position.
Don't need to lock border location unless we are changing zones.

SVN revision: 46056

14 years agoDon't set lock_user_location unless we are setting zone.
Christopher Michael [Wed, 10 Feb 2010 17:23:15 +0000 (17:23 +0000)]
Don't set lock_user_location unless we are setting zone.
Remove useless function calls.

SVN revision: 46055

14 years agoand some more compositor work - now its looking mroe solid.
Carsten Haitzler [Wed, 10 Feb 2010 14:13:29 +0000 (14:13 +0000)]
and some more compositor work - now its looking mroe solid.

SVN revision: 46045

14 years agodebug++ and fix small no-re-render case.
Carsten Haitzler [Wed, 10 Feb 2010 09:40:44 +0000 (09:40 +0000)]
debug++ and fix small no-re-render case.

SVN revision: 46038

14 years agosome mroe fixes and improvements.
Carsten Haitzler [Wed, 10 Feb 2010 08:09:03 +0000 (08:09 +0000)]
some mroe fixes and improvements.

SVN revision: 46037

14 years agocompositing work - make it solid and work in more places. hopefully this
Carsten Haitzler [Wed, 10 Feb 2010 07:47:59 +0000 (07:47 +0000)]
compositing work - make it solid and work in more places. hopefully this
fixes some other issues if u turn on "keep hidden windows".. but that seems
to creat others atm.

SVN revision: 46036

14 years agoFix for showing windows @ their original size, then resizing them.
Christopher Michael [Wed, 10 Feb 2010 04:49:25 +0000 (04:49 +0000)]
Fix for showing windows @ their original size, then resizing them.
Some cleanup of code.

SVN revision: 46034

14 years agoAnd adjust size hint when setting icon too. (Same problem as previous commit
Christopher Michael [Wed, 10 Feb 2010 02:41:39 +0000 (02:41 +0000)]
And adjust size hint when setting icon too. (Same problem as previous commit
wrt text).

SVN revision: 46033

14 years agoSet min size on button when text is set. (Found this after creating a button
Christopher Michael [Wed, 10 Feb 2010 02:29:09 +0000 (02:29 +0000)]
Set min size on button when text is set. (Found this after creating a button
w/ no text, than later setting the text...the size was never adjusted).

SVN revision: 46032

14 years agoDon't need to feed mouse event here anymore.
Christopher Michael [Tue, 9 Feb 2010 19:11:33 +0000 (19:11 +0000)]
Don't need to feed mouse event here anymore.

SVN revision: 46016

14 years agoNo point in calling x_window_geometry_get here, we never use the returned
Christopher Michael [Tue, 9 Feb 2010 17:03:52 +0000 (17:03 +0000)]
No point in calling x_window_geometry_get here, we never use the returned
width or height afterwards.

SVN revision: 46014

14 years agoupdating french and italian translations
Massimo Maiurana [Tue, 9 Feb 2010 12:00:54 +0000 (12:00 +0000)]
updating french and italian translations

SVN revision: 46007

14 years agoRespect internal_no_remember flag.
Christopher Michael [Mon, 8 Feb 2010 22:48:21 +0000 (22:48 +0000)]
Respect internal_no_remember flag.

SVN revision: 45994

14 years agoNo need to include these anymore. They are included by default w/ Ecore_X.h
Christopher Michael [Sat, 6 Feb 2010 22:31:17 +0000 (22:31 +0000)]
No need to include these anymore. They are included by default w/ Ecore_X.h

SVN revision: 45955

14 years agoEnable proper compiling with no -O2.
Gustavo Lima Chaves [Sat, 6 Feb 2010 20:54:58 +0000 (20:54 +0000)]
Enable proper compiling with no -O2.

SVN revision: 45947

14 years agoRemove .pc file (not used anymore).
Christopher Michael [Sat, 6 Feb 2010 19:48:00 +0000 (19:48 +0000)]
Remove .pc file (not used anymore).

SVN revision: 45940

14 years agoMore documentation for illume2.
Christopher Michael [Sat, 6 Feb 2010 18:50:15 +0000 (18:50 +0000)]
More documentation for illume2.
Fix typo in E doc.

SVN revision: 45939

14 years agoStart of documentation for illume2.
Christopher Michael [Sat, 6 Feb 2010 17:55:34 +0000 (17:55 +0000)]
Start of documentation for illume2.

SVN revision: 45938

14 years agoLayout fixes for conformant windows (wrt keyboard).
Christopher Michael [Sat, 6 Feb 2010 17:14:40 +0000 (17:14 +0000)]
Layout fixes for conformant windows (wrt keyboard).

SVN revision: 45936

14 years agoFix quickpanel not showing correctly (this also needs elm_win update).
Christopher Michael [Sat, 6 Feb 2010 16:58:15 +0000 (16:58 +0000)]
Fix quickpanel not showing correctly (this also needs elm_win update).

SVN revision: 45935

14 years agoCannot enable instant edit just yet. Causes problems w/ our event window.
Christopher Michael [Sat, 6 Feb 2010 15:49:47 +0000 (15:49 +0000)]
Cannot enable instant edit just yet. Causes problems w/ our event window.

SVN revision: 45933

14 years agoHandle border property change events for Fullscreen/Unfullscreen.
Christopher Michael [Sat, 6 Feb 2010 15:42:04 +0000 (15:42 +0000)]
Handle border property change events for Fullscreen/Unfullscreen.

SVN revision: 45932

14 years agofix native surface oopsie!
Carsten Haitzler [Sat, 6 Feb 2010 10:52:09 +0000 (10:52 +0000)]
fix native surface oopsie!

SVN revision: 45931

14 years agoadd sugusr1 to bring uo std config panel
Carsten Haitzler [Sat, 6 Feb 2010 09:47:17 +0000 (09:47 +0000)]
add sugusr1 to bring uo std config panel

SVN revision: 45929

14 years agosome infra for doing effects later
Carsten Haitzler [Sat, 6 Feb 2010 07:04:17 +0000 (07:04 +0000)]
some infra for doing effects later

SVN revision: 45926

14 years agoOops, that should have been show/hide bottom panel (according to fixme).
Christopher Michael [Sat, 6 Feb 2010 01:13:49 +0000 (01:13 +0000)]
Oops, that should have been show/hide bottom panel (according to fixme).

SVN revision: 45924

14 years agoAddress fixme for show/hide indicator window.
Christopher Michael [Sat, 6 Feb 2010 01:10:10 +0000 (01:10 +0000)]
Address fixme for show/hide indicator window.

SVN revision: 45923

14 years agodisable automagic to find exchange.
Gustavo Sverzut Barbieri [Fri, 5 Feb 2010 23:22:34 +0000 (23:22 +0000)]
disable automagic to find exchange.

This allows build systems to forcefully disable build using exchange
library, even if it was found in the system during compile.

SVN revision: 45917

14 years agomore opts.
Carsten Haitzler [Fri, 5 Feb 2010 13:12:24 +0000 (13:12 +0000)]
more opts.

SVN revision: 45899

14 years agoand set default values for new configs
Carsten Haitzler [Fri, 5 Feb 2010 12:28:46 +0000 (12:28 +0000)]
and set default values for new configs

SVN revision: 45898

14 years agomanh more compositor options... in pareparation for more. use toolbook.
Carsten Haitzler [Fri, 5 Feb 2010 12:25:23 +0000 (12:25 +0000)]
manh more compositor options... in pareparation for more. use toolbook.

SVN revision: 45897

14 years agofix toolbar bug in sizing
Carsten Haitzler [Fri, 5 Feb 2010 12:24:42 +0000 (12:24 +0000)]
fix toolbar bug in sizing

SVN revision: 45896

14 years agoand make arrows emit signals for advance items
Carsten Haitzler [Fri, 5 Feb 2010 10:22:42 +0000 (10:22 +0000)]
and make arrows emit signals for advance items

SVN revision: 45895

14 years agomake back./fwd arrow actuall advance items in toolbar
Carsten Haitzler [Fri, 5 Feb 2010 10:22:21 +0000 (10:22 +0000)]
make back./fwd arrow actuall advance items in toolbar

SVN revision: 45894

14 years agooh and make indicator instant-edit...
Carsten Haitzler [Fri, 5 Feb 2010 06:17:17 +0000 (06:17 +0000)]
oh and make indicator instant-edit...
and... better illume-home config with comp enabled...

SVN revision: 45892

14 years agosome stuff... hmmm.
Carsten Haitzler [Fri, 5 Feb 2010 06:12:02 +0000 (06:12 +0000)]
some stuff... hmmm.

SVN revision: 45890

14 years agoFixing make dist on enlightenment.
Luis Felipe Strano Moraes [Thu, 4 Feb 2010 16:42:04 +0000 (16:42 +0000)]
Fixing make dist on enlightenment.

SVN revision: 45877

14 years agoAdd default keybindings for audio buttons to work on laptops and multimedia keyboards.
toma [Thu, 4 Feb 2010 02:58:46 +0000 (02:58 +0000)]
Add default keybindings for audio buttons to work on laptops and multimedia keyboards.

SVN revision: 45860

14 years agoupdating catalan translations
Massimo Maiurana [Wed, 3 Feb 2010 20:09:54 +0000 (20:09 +0000)]
updating catalan translations

SVN revision: 45845

14 years agoRegistry config dialog into Settings Panel
Gustavo Sverzut Barbieri [Tue, 2 Feb 2010 18:29:37 +0000 (18:29 +0000)]
Registry config dialog into Settings Panel

By: Lucas De Marchi <lucas.demarchi@profusion.mobi>

SVN revision: 45816

14 years agoAdd dialog to configure connman
Gustavo Sverzut Barbieri [Tue, 2 Feb 2010 18:28:50 +0000 (18:28 +0000)]
Add dialog to configure connman

By: Lucas De Marchi <lucas.demarchi@profusion.mobi>

SVN revision: 45815

14 years agoRequest scan on all technologies upon start
Gustavo Sverzut Barbieri [Tue, 2 Feb 2010 17:41:02 +0000 (17:41 +0000)]
Request scan on all technologies upon start

By: Lucas De Marchi <lucas.demarchi@profusion.mobi>

SVN revision: 45814

14 years agoFix services list not being initialized
Gustavo Sverzut Barbieri [Tue, 2 Feb 2010 17:39:06 +0000 (17:39 +0000)]
Fix services list not being initialized

Services list must be initialized to NULL, otherwise when turning the
module back bad things may happen.

By: Lucas De Marchi <lucas.demarchi@profusion.mobi>

SVN revision: 45813

14 years agoAdd list of enabled technologies
Gustavo Sverzut Barbieri [Tue, 2 Feb 2010 17:36:51 +0000 (17:36 +0000)]
Add list of enabled technologies

Create a list with the names of enabled technologies and allow user
to determine if a certain technology is enabled.

By: Lucas De Marchi <lucas.demarchi@profusion.mobi>

SVN revision: 45812

14 years agoAdd list of available technologies
Gustavo Sverzut Barbieri [Tue, 2 Feb 2010 17:34:40 +0000 (17:34 +0000)]
Add list of available technologies

Add E_Connman_Technology struct and create a list inside
E_Connman_Module_Context which will keep track of all available
technologies.

By: Lucas De Marchi <lucas.demarchi@profusion.mobi>

SVN revision: 45811

14 years agoCreate _connman_service_new_list_item()
Gustavo Sverzut Barbieri [Tue, 2 Feb 2010 17:31:52 +0000 (17:31 +0000)]
Create _connman_service_new_list_item()

In order to be able to share item creation with config dialog.

SVN revision: 45810

14 years agocleaning - remove extra comments and debugs
Gustavo Sverzut Barbieri [Tue, 2 Feb 2010 17:29:40 +0000 (17:29 +0000)]
cleaning - remove extra comments and debugs

By: Lucas De Marchi <lucas.demarchi@profusion.mobi>

SVN revision: 45809

14 years agoeverything text plugin: only create item, when there is input
Hannes Janetzek [Tue, 2 Feb 2010 16:15:51 +0000 (16:15 +0000)]
everything text plugin: only create item, when there is input

SVN revision: 45808

14 years agoawesome new plugin for everything. 'text' creates an item for the text you type (=
Hannes Janetzek [Tue, 2 Feb 2010 16:06:42 +0000 (16:06 +0000)]
awesome new plugin for everything. 'text' creates an item for the text you type (=

SVN revision: 45807

14 years agoprovide plugindir for with pkg-config
Hannes Janetzek [Tue, 2 Feb 2010 14:03:56 +0000 (14:03 +0000)]
provide plugindir for with pkg-config

SVN revision: 45806

14 years agomore fixes! broke temp modules tempget
Carsten Haitzler [Tue, 2 Feb 2010 07:33:11 +0000 (07:33 +0000)]
more fixes! broke temp modules tempget

SVN revision: 45798

14 years agomore ecore-txt --
Carsten Haitzler [Tue, 2 Feb 2010 07:18:33 +0000 (07:18 +0000)]
more ecore-txt --

SVN revision: 45797

14 years agono mroe txt!
Carsten Haitzler [Tue, 2 Feb 2010 06:50:38 +0000 (06:50 +0000)]
no mroe txt!

SVN revision: 45795

14 years agoRemove Ecore_Txt
Sebastian Dransfeld [Tue, 2 Feb 2010 04:50:04 +0000 (04:50 +0000)]
Remove Ecore_Txt

SVN revision: 45791

14 years agoloose syncing option. in reality it will work fine. but not clean.
Carsten Haitzler [Mon, 1 Feb 2010 14:38:00 +0000 (14:38 +0000)]
loose syncing option. in reality it will work fine. but not clean.

SVN revision: 45776

14 years agoand dont set sync for your own windows! deadlock in compositing otherwise
Carsten Haitzler [Mon, 1 Feb 2010 14:16:27 +0000 (14:16 +0000)]
and dont set sync for your own windows! deadlock in compositing otherwise

SVN revision: 45774

14 years agoand now actually do the sync thing! awesomeness. this should mean (for
Carsten Haitzler [Mon, 1 Feb 2010 14:15:14 +0000 (14:15 +0000)]
and now actually do the sync thing! awesomeness. this should mean (for
borderless apps for now - using efl (ecore-evas/elm) tear-free rendeirng in
compositor.

SVN revision: 45773

14 years agofix comment
Hannes Janetzek [Mon, 1 Feb 2010 13:06:44 +0000 (13:06 +0000)]
fix comment

SVN revision: 45768

14 years agoMove setting window type until after window is shown.
Christopher Michael [Mon, 1 Feb 2010 06:55:19 +0000 (06:55 +0000)]
Move setting window type until after window is shown.

SVN revision: 45765

14 years agoSeems we cannot set the window type (for indicator) until After the window
Christopher Michael [Mon, 1 Feb 2010 06:54:34 +0000 (06:54 +0000)]
Seems we cannot set the window type (for indicator) until After the window
is shown, else E just overwrites whatever type we set.

SVN revision: 45764

14 years agoRemove unused variable.
Christopher Michael [Sun, 31 Jan 2010 19:52:03 +0000 (19:52 +0000)]
Remove unused variable.
Use PATH_MAX.

SVN revision: 45760

14 years agofind plugins for "everything" in $HOME/.e/e/everything_plugins
Hannes Janetzek [Sun, 31 Jan 2010 17:42:28 +0000 (17:42 +0000)]
find plugins for "everything" in $HOME/.e/e/everything_plugins

SVN revision: 45758

14 years agoallow the "limit compositor framerate to fixed e framerate" to be optional
Carsten Haitzler [Sun, 31 Jan 2010 13:05:56 +0000 (13:05 +0000)]
allow the "limit compositor framerate to fixed e framerate" to be optional

SVN revision: 45754

14 years agoupdating french and italian translations
Massimo Maiurana [Sun, 31 Jan 2010 09:51:05 +0000 (09:51 +0000)]
updating french and italian translations

SVN revision: 45751

14 years agoEcore_Str.h -> Eina
Sebastian Dransfeld [Sat, 30 Jan 2010 22:11:11 +0000 (22:11 +0000)]
Ecore_Str.h -> Eina

SVN revision: 45740