platform/upstream/enlightenment.git
15 years agounload and leave screen usable...
Carsten Haitzler [Wed, 6 Jan 2010 14:26:49 +0000 (14:26 +0000)]
unload and leave screen usable...

SVN revision: 44922

15 years agocompositing... well... it gets pixels and draws... and have image objects.
Carsten Haitzler [Wed, 6 Jan 2010 14:18:47 +0000 (14:18 +0000)]
compositing... well... it gets pixels and draws... and have image objects.
alpha and shaped windows not handled currently. using evas as renderer.

SVN revision: 44921

15 years agoWhen setting gadcon zone, record the zone id in config struct. (There was a
Christopher Michael [Tue, 5 Jan 2010 22:06:47 +0000 (22:06 +0000)]
When setting gadcon zone, record the zone id in config struct. (There was a
placeholder for it, but never got filled).
Fix some formatting while I am in here.

SVN revision: 44914

15 years agoupdating french and italian translations
Massimo Maiurana [Tue, 5 Jan 2010 12:45:50 +0000 (12:45 +0000)]
updating french and italian translations

SVN revision: 44909

15 years agoIf we are passed a zone, use it rather than regetting zone.
Christopher Michael [Tue, 5 Jan 2010 05:32:39 +0000 (05:32 +0000)]
If we are passed a zone, use it rather than regetting zone.
Fix some formatting.

SVN revision: 44908

15 years agoUse e_scale when calculating window width/height.
Christopher Michael [Tue, 5 Jan 2010 05:28:05 +0000 (05:28 +0000)]
Use e_scale when calculating window width/height.

SVN revision: 44907

15 years agoRework indicator for xinerama support.
Christopher Michael [Tue, 5 Jan 2010 01:40:31 +0000 (01:40 +0000)]
Rework indicator for xinerama support.

SVN revision: 44904

15 years agoModify softkey code to handle xinerama.
Christopher Michael [Tue, 5 Jan 2010 01:39:53 +0000 (01:39 +0000)]
Modify softkey code to handle xinerama.

SVN revision: 44903

15 years agoUse PATH_MAX instead of 4096.
Christopher Michael [Mon, 4 Jan 2010 21:39:07 +0000 (21:39 +0000)]
Use PATH_MAX instead of 4096.
Fix some formatting issues.

SVN revision: 44897

15 years agobump requirements on eet to 1.2.3 everywhere.
Gustavo Sverzut Barbieri [Mon, 4 Jan 2010 21:38:07 +0000 (21:38 +0000)]
bump requirements on eet to 1.2.3 everywhere.

There is no point into checking for 1.0.1 and 1.2.3, check for the
1.2.3 everywhere.

SVN revision: 44896

15 years agoAdd various missing libraries linkages, by Lutin.
Gustavo Sverzut Barbieri [Mon, 4 Jan 2010 19:37:06 +0000 (19:37 +0000)]
Add various missing libraries linkages, by Lutin.

SVN revision: 44889

15 years agoRemove dead lines.
Christopher Michael [Mon, 4 Jan 2010 18:42:17 +0000 (18:42 +0000)]
Remove dead lines.
Don't use X round-trips.

SVN revision: 44883

15 years agoDon't use X round-trips.
Christopher Michael [Mon, 4 Jan 2010 18:37:59 +0000 (18:37 +0000)]
Don't use X round-trips.

SVN revision: 44882

15 years agoUse border props for quickpanel rather than round-trip X calls.
Christopher Michael [Mon, 4 Jan 2010 18:19:27 +0000 (18:19 +0000)]
Use border props for quickpanel rather than round-trip X calls.

SVN revision: 44881

15 years agofix strength hiding, make it simpler and bit faster.
Gustavo Sverzut Barbieri [Mon, 4 Jan 2010 18:17:19 +0000 (18:17 +0000)]
fix strength hiding, make it simpler and bit faster.

SVN revision: 44880

15 years agoAdd illume atoms to e_border struct.
Christopher Michael [Mon, 4 Jan 2010 18:15:56 +0000 (18:15 +0000)]
Add illume atoms to e_border struct.
Add code to fetch illume atoms on border map & property changes (if needed).
    - This avoids a lot of round-trip calls to X when running illume2.
Remove whitespace & fix some formatting.
Use PATH_MAX instead of 4096.
Update illume2 code to use new border atoms and avoid round-trip X calls.

SVN revision: 44879

15 years ago1. compositor module skeletion. have more code elsehwere currently
Carsten Haitzler [Mon, 4 Jan 2010 12:27:15 +0000 (12:27 +0000)]
1. compositor module skeletion. have more code elsehwere currently
2. lutin patch for path_max

SVN revision: 44874

15 years agoSome printfs for quickpanel sort (as it still does not seem to sort
Christopher Michael [Mon, 4 Jan 2010 05:32:13 +0000 (05:32 +0000)]
Some printfs for quickpanel sort (as it still does not seem to sort
correctly all the time).

SVN revision: 44872

15 years agoRemove a printf.
Christopher Michael [Mon, 4 Jan 2010 02:53:51 +0000 (02:53 +0000)]
Remove a printf.
Do not set lock_client_location or lock_user_location during border assign
hook. (These were responsible for elm_indicator window not being movable)
Add a new function so that we can move indicator window to proper position
if we are not in landscape mode. ( This resets indicator window to top
position when mode changes to non-landscape)

Thanks for the help Raster ;)

SVN revision: 44871

15 years agoRemove samsung policy.
Christopher Michael [Mon, 4 Jan 2010 01:55:51 +0000 (01:55 +0000)]
Remove samsung policy.

SVN revision: 44869

15 years agoRemove samsung policy directory. Not really needed.
Christopher Michael [Mon, 4 Jan 2010 01:55:03 +0000 (01:55 +0000)]
Remove samsung policy directory. Not really needed.

SVN revision: 44868

15 years agoAdd event for when policy changes.
Christopher Michael [Sun, 3 Jan 2010 22:54:47 +0000 (22:54 +0000)]
Add event for when policy changes.
Handle policy change event.
Remove some unneeded includes.

SVN revision: 44867

15 years agoFix sorting on major numbers (still a problem w/ sorting on minor numbers
Christopher Michael [Sun, 3 Jan 2010 22:34:09 +0000 (22:34 +0000)]
Fix sorting on major numbers (still a problem w/ sorting on minor numbers
tho).

SVN revision: 44866

15 years agoAdd new illume2 (loadable policy .so's) to configure.ac, etc.
Christopher Michael [Sun, 3 Jan 2010 22:24:55 +0000 (22:24 +0000)]
Add new illume2 (loadable policy .so's) to configure.ac, etc.

SVN revision: 44865

15 years agoRework illume2:
Christopher Michael [Sun, 3 Jan 2010 22:24:07 +0000 (22:24 +0000)]
Rework illume2:
       - Policies are now loadable .so's ;)

SVN revision: 44864

15 years agoRemove old illume2 (readding in a second with lots of changes, so this was
Christopher Michael [Sun, 3 Jan 2010 22:22:39 +0000 (22:22 +0000)]
Remove old illume2 (readding in a second with lots of changes, so this was
easier).

SVN revision: 44863

15 years agoUpdating Czech translations.
Daniel Kolesa [Sun, 3 Jan 2010 09:17:17 +0000 (09:17 +0000)]
Updating Czech translations.

SVN revision: 44860

15 years agolots of minor improvements and fix the damn segfault problem.
Gustavo Sverzut Barbieri [Sat, 2 Jan 2010 22:12:36 +0000 (22:12 +0000)]
lots of minor improvements and fix the damn segfault problem.

 * passphrase dialog now has a minimum set size.

 * gadget service name just shows if gadget is larger than 32px, this
   avoids useless 1-2 letters + ellipsis on small gadgets.

 * it's not clear from connman, but seems that error is just
   meaningful if they are in state == failure, they just don't append
   the error and do not notify it went away :-(

 * NotConnected is the name, not the message. Now disconnect on
   already disconnected is fine (called when one request passphrase
   again)

 * fix typo "Disconnect s/to/from/g network service"

 * add some notes on where to handle cellular services.

SVN revision: 44854

15 years agodisconnect state also needs to be handled
Gustavo Sverzut Barbieri [Sat, 2 Jan 2010 18:37:50 +0000 (18:37 +0000)]
disconnect state also needs to be handled

SVN revision: 44853

15 years agonew icons, from exalt-client, by rasterman.
Gustavo Sverzut Barbieri [Sat, 2 Jan 2010 16:22:28 +0000 (16:22 +0000)]
new icons, from exalt-client, by rasterman.

SVN revision: 44852

15 years agoconnman improvements, almost fully usable.
Gustavo Sverzut Barbieri [Sat, 2 Jan 2010 05:25:27 +0000 (05:25 +0000)]
connman improvements, almost fully usable.

 * interacts with offline mode (menu > settings > mode > offline)

 * asks password if service requrires a password or failed to connect.

 * on server exit stringshares go wrong and it crashes. It is very
   weird that this does not happen with e_dbus_connman_test and
   valgrind reports no error there. It is easy to reproduce, but hard
   to track as things are asynchronously and stringshare will report
   the error on the last _del(), that might the correct one and the
   spurious happened before.

 * part of the usability issues are due connman server (connmand), it
   should have an "authentication failed" error (instead of generic
   "Failed: input/output error" and it should stop entering
   "InProgress" when it is not (often happens when one enters invalid
   password, gets an Failed i/o error, then system keeps into
   InProgress). Toggling offline mode might help reset the status.

SVN revision: 44847

15 years agofile not there.
Carsten Haitzler [Sat, 2 Jan 2010 02:27:25 +0000 (02:27 +0000)]
file not there.

SVN revision: 44843

15 years agodisconnect actiom, bit better gadget and tip, still lacks offline mode indicator
Gustavo Sverzut Barbieri [Fri, 1 Jan 2010 17:20:19 +0000 (17:20 +0000)]
disconnect actiom, bit better gadget and tip, still lacks offline mode indicator

SVN revision: 44842

15 years agoFix some formatting in connman.
Christopher Michael [Fri, 1 Jan 2010 17:15:16 +0000 (17:15 +0000)]
Fix some formatting in connman.
Remove some commented lines in quickpanel.
Add some printfs to quickpanel sort.
Remove dead code line in illume2 layout.
Separate illume and illume2 modules in build process (this allows illume &
illume2 to be enabled/disabled separately)

SVN revision: 44841

15 years agoupdating french and italian translations
Massimo Maiurana [Fri, 1 Jan 2010 08:50:50 +0000 (08:50 +0000)]
updating french and italian translations

SVN revision: 44839

15 years agoconnman popup to give useful information, last commit this year!
Gustavo Sverzut Barbieri [Fri, 1 Jan 2010 01:12:53 +0000 (01:12 +0000)]
connman popup to give useful information, last commit this year!

SVN revision: 44837

15 years agoconnman is in a good and usable shape now: connects and goes offline.
Gustavo Sverzut Barbieri [Thu, 31 Dec 2009 23:51:13 +0000 (23:51 +0000)]
connman is in a good and usable shape now: connects and goes offline.

Please someone help with the gadget :-)

SVN revision: 44836

15 years agoRemove wasted whitespace. Fix some formatting.
Christopher Michael [Thu, 31 Dec 2009 22:45:34 +0000 (22:45 +0000)]
Remove wasted whitespace. Fix some formatting.

SVN revision: 44835

15 years agorework of connman module, a semi-functional display only module so far.
Gustavo Sverzut Barbieri [Thu, 31 Dec 2009 21:44:33 +0000 (21:44 +0000)]
rework of connman module, a semi-functional display only module so far.

SVN revision: 44834

15 years agoavoid leak
Gustavo Sverzut Barbieri [Thu, 31 Dec 2009 21:36:01 +0000 (21:36 +0000)]
avoid leak

SVN revision: 44833

15 years agoAdd Move and Resize to the border menu.
Iván Briano [Thu, 31 Dec 2009 03:34:27 +0000 (03:34 +0000)]
Add Move and Resize to the border menu.

SVN revision: 44820

15 years agoAdd input window so we can click anywhere and dismiss QP. Also listens for
Christopher Michael [Wed, 30 Dec 2009 19:45:53 +0000 (19:45 +0000)]
Add input window so we can click anywhere and dismiss QP. Also listens for
mouse_wheel up to dismiss (because we use mouse_wheel currently to show QP).

SVN revision: 44810

15 years agoFormatting & Whitespace removal.
Christopher Michael [Wed, 30 Dec 2009 18:54:50 +0000 (18:54 +0000)]
Formatting & Whitespace removal.

SVN revision: 44806

15 years agoImplement priority sorting for quickpanels.
Christopher Michael [Wed, 30 Dec 2009 18:41:55 +0000 (18:41 +0000)]
Implement priority sorting for quickpanels.

SVN revision: 44804

15 years agoFix nasty formatting.
Christopher Michael [Wed, 30 Dec 2009 18:24:37 +0000 (18:24 +0000)]
Fix nasty formatting.
Remove whitespace.
Use -1 for eina_list_sort (saves a function call to eina_list_count).

SVN revision: 44801

15 years agoFormatting & Whitespace.
Christopher Michael [Wed, 30 Dec 2009 17:22:19 +0000 (17:22 +0000)]
Formatting & Whitespace.

SVN revision: 44796

15 years agoAdd priority for illume2 module so it loads before indicator, softkey, home
Christopher Michael [Wed, 30 Dec 2009 02:35:08 +0000 (02:35 +0000)]
Add priority for illume2 module so it loads before indicator, softkey, home
etc

SVN revision: 44779

15 years agoFormatting in quickpanel.
Christopher Michael [Wed, 30 Dec 2009 02:34:27 +0000 (02:34 +0000)]
Formatting in quickpanel.
Use better method to get current zone.
Check valid border count on mode switch and create new home windows if needed.

SVN revision: 44778

15 years agoAdd handler for creating new home windows when we get the client message.
Christopher Michael [Wed, 30 Dec 2009 02:33:09 +0000 (02:33 +0000)]
Add handler for creating new home windows when we get the client message.
Check layout mode on startup and create another home window if needed.

SVN revision: 44777

15 years agoDon't listen on delete requests for home window.
Christopher Michael [Wed, 30 Dec 2009 01:20:08 +0000 (01:20 +0000)]
Don't listen on delete requests for home window.

SVN revision: 44773

15 years agoKill and apps that we have run from 'home' when we unload the module. (to
Christopher Michael [Tue, 29 Dec 2009 23:54:17 +0000 (23:54 +0000)]
Kill and apps that we have run from 'home' when we unload the module. (to
cleanup nicely when we exit).

SVN revision: 44770

15 years agoAdd different icons for different layout modes in mode-toggle module.
Christopher Michael [Tue, 29 Dec 2009 22:23:15 +0000 (22:23 +0000)]
Add different icons for different layout modes in mode-toggle module.
Add code to handle layout changes & update icon.
Implement new Ecore_X Illume Modes.
Make mode toggle actually cycle through modes and change accordingly.

SVN revision: 44769

15 years agoAnd fix quickpanel layer if we are not animating.
Christopher Michael [Tue, 29 Dec 2009 20:48:19 +0000 (20:48 +0000)]
And fix quickpanel layer if we are not animating.

SVN revision: 44767

15 years agoFix quickpanel layering issue.
Christopher Michael [Tue, 29 Dec 2009 20:43:14 +0000 (20:43 +0000)]
Fix quickpanel layering issue.

SVN revision: 44766

15 years agoRemove function protos that are not used anymore.
Christopher Michael [Tue, 29 Dec 2009 20:34:43 +0000 (20:34 +0000)]
Remove function protos that are not used anymore.

SVN revision: 44765

15 years agoReduce variable usage.
Christopher Michael [Tue, 29 Dec 2009 20:30:39 +0000 (20:30 +0000)]
Reduce variable usage.
Reenable border_assign hook (apparently it is needed for proper window
placement).
Reduce variable usage in some functions.
Remove border show/hide handlers (not used here).

SVN revision: 44764

15 years agoFix some quickpanel placement issues.
Christopher Michael [Tue, 29 Dec 2009 20:26:15 +0000 (20:26 +0000)]
Fix some quickpanel placement issues.
Add function to adjust quickpanel position.
Add function to return if border is valid.
Set layer of App borders.
Reduce variable usage (use valid_count_get directly).

SVN revision: 44763

15 years agoAnd also offset the width of the button. Looks more 'centered' now.
Christopher Michael [Tue, 29 Dec 2009 19:48:49 +0000 (19:48 +0000)]
And also offset the width of the button. Looks more 'centered' now.

SVN revision: 44762

15 years agoOffset the new 'selector' button just a little so it's not so close to the
Christopher Michael [Tue, 29 Dec 2009 19:43:22 +0000 (19:43 +0000)]
Offset the new 'selector' button just a little so it's not so close to the
top of the kbd

SVN revision: 44761

15 years agoChange the way the different keyboards are cycled through.. this is less painful...
titan [Tue, 29 Dec 2009 19:02:48 +0000 (19:02 +0000)]
Change the way the different keyboards are cycled through.. this is less painful, quicker, and easier... Simply click the button to change. *Approved by devilhorns.

SVN revision: 44760

15 years agorewrite of xnest.sh script, fixed bugs and added options, should be way more useable...
Miculcy Brian [Tue, 29 Dec 2009 16:23:34 +0000 (16:23 +0000)]
rewrite of xnest.sh script, fixed bugs and added options, should be way more useable now...

SVN revision: 44758

15 years agoAdd missing quickpanel files (not complete yet, but does work)
Christopher Michael [Mon, 28 Dec 2009 22:22:50 +0000 (22:22 +0000)]
Add missing quickpanel files (not complete yet, but does work)

SVN revision: 44754

15 years agoRemove code which handles quickpanel state in client message handler.
Christopher Michael [Mon, 28 Dec 2009 22:22:07 +0000 (22:22 +0000)]
Remove code which handles quickpanel state in client message handler.
Remove quickpanel functions from policy (handled differently now)
Create quickpanel object so we can animate it.
Add quickpanel init/shutdown to startup.
Don't handle layer set for quickpanel in border_add
Set quickpanel layer in layout code.

SVN revision: 44753

15 years agoFormatting.
Christopher Michael [Mon, 28 Dec 2009 22:13:42 +0000 (22:13 +0000)]
Formatting.

SVN revision: 44751

15 years agoRemove dead function proto.
Christopher Michael [Mon, 28 Dec 2009 22:12:23 +0000 (22:12 +0000)]
Remove dead function proto.

SVN revision: 44750

15 years agoFix function prototype...no idea how this even compiled all this time.
Christopher Michael [Mon, 28 Dec 2009 18:01:39 +0000 (18:01 +0000)]
Fix function prototype...no idea how this even compiled all this time.

SVN revision: 44749

15 years agoavoids overriding some advanced pannel values when changing something in basic pannel...
kiwi [Mon, 28 Dec 2009 08:23:41 +0000 (08:23 +0000)]
avoids overriding some advanced pannel values when changing something in basic pannel. for example, when you add one desktop, it was reseting the flip animate time.
also it only checks basic values in basic pannel apply.
and keeps coherency when you apply advanced pannel and goes back to basic.

ok barbieri

SVN revision: 44747

15 years agoif a change was made in basic/advanced mode, the ok/apply button should be enabled...
kiwi [Mon, 28 Dec 2009 08:19:52 +0000 (08:19 +0000)]
if a change was made in basic/advanced mode, the ok/apply button should be enabled when you go back to that mode
ok barbieri

SVN revision: 44746

15 years agoavoid duplicate widget_change() on check/uncheck
kiwi [Mon, 28 Dec 2009 08:14:17 +0000 (08:14 +0000)]
avoid duplicate widget_change() on check/uncheck
ok barbieri

SVN revision: 44745

15 years agoRemove dead code. These hooks are not needed.
Christopher Michael [Mon, 28 Dec 2009 05:50:23 +0000 (05:50 +0000)]
Remove dead code. These hooks are not needed.

SVN revision: 44744

15 years agoReduce duplicated code.
Christopher Michael [Mon, 28 Dec 2009 04:21:38 +0000 (04:21 +0000)]
Reduce duplicated code.

SVN revision: 44743

15 years agoAdd config variable for quickpanel animation duration.
Christopher Michael [Mon, 28 Dec 2009 03:50:44 +0000 (03:50 +0000)]
Add config variable for quickpanel animation duration.
Add gui for setting quickpanel duration (in Animation settings)
Bump config version for new variable (qp duration)

SVN revision: 44742

15 years agoDo not need to pass module when doing e_kbd_init.
Christopher Michael [Mon, 28 Dec 2009 03:41:20 +0000 (03:41 +0000)]
Do not need to pass module when doing e_kbd_init.
Do not need to pass module when doing e_mod_layout_init.
Use global config->mod_dir in e_kbd_dbus.
Handle layer set & lower of quickpanel(s) in _border_add function.
Actually show/hide quickpanels when asked (temporary..this will change soon)
No need to handle setting conformant app layer in layout code. Done in
border_add.

SVN revision: 44741

15 years agoAdd functions to allow quickpanel show/hide to be handled on a per-policy
Christopher Michael [Mon, 28 Dec 2009 02:34:49 +0000 (02:34 +0000)]
Add functions to allow quickpanel show/hide to be handled on a per-policy
basis.

SVN revision: 44740

15 years agoAdd check in 'valid borders get' for quickpanel so it is not included in
Christopher Michael [Mon, 28 Dec 2009 02:11:55 +0000 (02:11 +0000)]
Add check in 'valid borders get' for quickpanel so it is not included in
that return.
Add function to return all quickpanel borders.
Add function to return count of quickpanel borders.
No need to retrieve mode from event window when we get a client message. The
mode is actually returned to us already in the event data.
Add trap for quickpanel state in client message handler.

SVN revision: 44738

15 years agoAdd checks for evas events being on hold.
Christopher Michael [Mon, 28 Dec 2009 02:09:33 +0000 (02:09 +0000)]
Add checks for evas events being on hold.
Use mouse wheel for show/hide of quickpanel (for now...just temporary)

SVN revision: 44737

15 years agoNo need to set borderless here...layout code handles that.
Christopher Michael [Sun, 27 Dec 2009 21:48:37 +0000 (21:48 +0000)]
No need to set borderless here...layout code handles that.
No need to move/resize here either...again, layout code handles that.
Use current zone when creating indicator.

SVN revision: 44736

15 years agoNeed an actual move here to handle external keyboards (elm_kbd). This
Christopher Michael [Sun, 27 Dec 2009 20:09:26 +0000 (20:09 +0000)]
Need an actual move here to handle external keyboards (elm_kbd). This
'should' make kbd 100% finished. Works in all test cases I have run so far.

SVN revision: 44734

15 years agooptimize ilist width
Miculcy Brian [Sun, 27 Dec 2009 19:51:06 +0000 (19:51 +0000)]
optimize ilist width

SVN revision: 44733

15 years agoFix some corner cases where keyboard was not showing the second time.
Christopher Michael [Sun, 27 Dec 2009 18:22:20 +0000 (18:22 +0000)]
Fix some corner cases where keyboard was not showing the second time.

SVN revision: 44732

15 years agotypo
kiwi [Sun, 27 Dec 2009 13:44:46 +0000 (13:44 +0000)]
typo
now it passes configure when backtrace_symbols_fd is in libexecinfo instead of libc

SVN revision: 44731

15 years agoAdd a handler for when borders get removed so we can reset the indicator
Christopher Michael [Sun, 27 Dec 2009 05:13:53 +0000 (05:13 +0000)]
Add a handler for when borders get removed so we can reset the indicator
state.

SVN revision: 44729

15 years agoRework/recode e_kbd stuff. This makes keyboard work nicely with everything
Christopher Michael [Sun, 27 Dec 2009 05:04:41 +0000 (05:04 +0000)]
Rework/recode e_kbd stuff. This makes keyboard work nicely with everything
that I have tested so far. No more initial home window size problems either :)

SVN revision: 44728

15 years agoDon't take focus.
Christopher Michael [Sun, 27 Dec 2009 01:20:02 +0000 (01:20 +0000)]
Don't take focus.

SVN revision: 44727

15 years agoRemove commented line.
Christopher Michael [Sun, 27 Dec 2009 00:58:59 +0000 (00:58 +0000)]
Remove commented line.

SVN revision: 44726

15 years agoBreak apart keyboard code to separate dbus code (cleaner).
Christopher Michael [Sun, 27 Dec 2009 00:57:04 +0000 (00:57 +0000)]
Break apart keyboard code to separate dbus code (cleaner).
Fix initial home window size problem.

SVN revision: 44725

15 years agoShed some much needed light on 'illume' and fix all the compiler warnings.
Christopher Michael [Thu, 24 Dec 2009 03:03:42 +0000 (03:03 +0000)]
Shed some much needed light on 'illume' and fix all the compiler warnings.
Now compiles clean and silent :)

SVN revision: 44711

15 years agoUse proper variable type when deleting Ecore_Event_Handlers.
Christopher Michael [Wed, 23 Dec 2009 21:46:39 +0000 (21:46 +0000)]
Use proper variable type when deleting Ecore_Event_Handlers.

Remove some whitespace.

SVN revision: 44703

15 years agoUse proper variable type...Come on people, check your code !!
Christopher Michael [Wed, 23 Dec 2009 21:43:15 +0000 (21:43 +0000)]
Use proper variable type...Come on people, check your code !!

SVN revision: 44702

15 years agoUse proper variable type when deleting handler(s).
Christopher Michael [Wed, 23 Dec 2009 21:41:07 +0000 (21:41 +0000)]
Use proper variable type when deleting handler(s).

SVN revision: 44701

15 years agoe_utils - Use PATH_MAX, not 4096.
Christopher Michael [Wed, 23 Dec 2009 21:29:36 +0000 (21:29 +0000)]
e_utils - Use PATH_MAX, not 4096.
e_fm.c - An idler is not a timer. Use proper variable type. Formatting.

SVN revision: 44700

15 years agoResize the quickpanel borders during layout.
Christopher Michael [Wed, 23 Dec 2009 20:04:44 +0000 (20:04 +0000)]
Resize the quickpanel borders during layout.

SVN revision: 44698

15 years agoTrap for quickpanel windows. Not actually doing anything with them yet tho.
Christopher Michael [Wed, 23 Dec 2009 15:26:51 +0000 (15:26 +0000)]
Trap for quickpanel windows. Not actually doing anything with them yet tho.

SVN revision: 44694

15 years agoA poller is not a timer. Use proper variable type, and proper delete function.
Christopher Michael [Wed, 23 Dec 2009 14:04:22 +0000 (14:04 +0000)]
A poller is not a timer. Use proper variable type, and proper delete function.

SVN revision: 44689

15 years agoRemove winlist client message.
Christopher Michael [Wed, 23 Dec 2009 13:36:13 +0000 (13:36 +0000)]
Remove winlist client message.
Add defines for border layers to allow easier changing in code.

SVN revision: 44687

15 years agoRemove EAPI from kbd functions. We do not need to export these as they are
Christopher Michael [Wed, 23 Dec 2009 12:02:55 +0000 (12:02 +0000)]
Remove EAPI from kbd functions. We do not need to export these as they are
used by illume2 only.

SVN revision: 44683

15 years agoBreakup code a little more to be better organized. Separates all border
Christopher Michael [Wed, 23 Dec 2009 11:48:55 +0000 (11:48 +0000)]
Breakup code a little more to be better organized. Separates all border
functions into one file.

SVN revision: 44681

15 years agoFix edje error about non fixed part.
Christopher Michael [Wed, 23 Dec 2009 00:53:17 +0000 (00:53 +0000)]
Fix edje error about non fixed part.

SVN revision: 44673

15 years agoSeparate illume mode toggle into it's own gadget. This makes illume2 that
Christopher Michael [Wed, 23 Dec 2009 00:39:24 +0000 (00:39 +0000)]
Separate illume mode toggle into it's own gadget. This makes illume2 that
much cleaner.
Remove mode icon from illume2 edj.
Remove gadcon files from illume2 (in own gadget now).
Modify illume2 e.cfg to include illume-mode-toggle gadget and reorder gadgets.

SVN revision: 44671

15 years agoRemove the Resize Option from the right-click menu.
Christopher Michael [Wed, 23 Dec 2009 00:28:02 +0000 (00:28 +0000)]
Remove the Resize Option from the right-click menu.

SVN revision: 44670