platform/upstream/enlightenment.git
14 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

14 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

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

SVN revision: 44843

14 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

14 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

14 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

14 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

14 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

14 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

14 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

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

SVN revision: 44833

14 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

14 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

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

SVN revision: 44806

14 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

14 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

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

SVN revision: 44796

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

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

SVN revision: 44751

14 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

14 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

14 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

14 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

14 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

14 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

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

SVN revision: 44743

14 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

14 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

14 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

14 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

14 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

14 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

14 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

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

SVN revision: 44733

14 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

14 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

14 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

14 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

14 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

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

SVN revision: 44726

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 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

14 years agoRemove illume-mode as a gadget. This will get reworked into a separate gadget.
Christopher Michael [Tue, 22 Dec 2009 23:52:11 +0000 (23:52 +0000)]
Remove illume-mode as a gadget. This will get reworked into a separate gadget.

SVN revision: 44668

14 years agoRemove pager src file (we don't use pager in illume2).
Christopher Michael [Tue, 22 Dec 2009 23:47:47 +0000 (23:47 +0000)]
Remove pager src file (we don't use pager in illume2).
Add module.illume2.src to Makefile.

SVN revision: 44667

14 years agoFormatting.
Christopher Michael [Tue, 22 Dec 2009 21:11:49 +0000 (21:11 +0000)]
Formatting.

SVN revision: 44663

14 years agoIf the popup fails to create, then destroy the input_window and release any
Christopher Michael [Tue, 22 Dec 2009 20:41:06 +0000 (20:41 +0000)]
If the popup fails to create, then destroy the input_window and release any
grabs.
Lots of Formatting & Whitespace removal.

SVN revision: 44662

14 years agoFix up some formatting.
Christopher Michael [Tue, 22 Dec 2009 19:47:35 +0000 (19:47 +0000)]
Fix up some formatting.

SVN revision: 44661

14 years agodo not return if we dont have prev_ld_library_path, sometimes we still need to do...
Samuel F. Baggen [Tue, 22 Dec 2009 16:09:17 +0000 (16:09 +0000)]
do not return if we dont have prev_ld_library_path, sometimes we still need to do the next thing

SVN revision: 44658

14 years agoformatting: trailing whitespace and re-indented.
Gustavo Sverzut Barbieri [Tue, 22 Dec 2009 13:14:07 +0000 (13:14 +0000)]
formatting: trailing whitespace and re-indented.

SVN revision: 44654

14 years ago[cpufreq applet] fixed setting userspace in CPU speed setting (better patch)
Gustavo Sverzut Barbieri [Tue, 22 Dec 2009 13:08:57 +0000 (13:08 +0000)]
[cpufreq applet] fixed setting userspace in CPU speed setting (better patch)

Hallo, I've fixed bug with setting freq by user (problems on govs
"performance").

I've investigated in cpufreq-set (cpufrequtils) and that apps set govs
to "userspace" before setting cpu speed.

By: Pavol Klačanský

SVN revision: 44653

14 years agoconf_dpms: apply disabled state on load as well
Gustavo Sverzut Barbieri [Tue, 22 Dec 2009 13:02:21 +0000 (13:02 +0000)]
conf_dpms: apply disabled state on load as well

By: Manio, with some modifications.

SVN revision: 44652

14 years agoNo need for window resize. Layout handles that.
Christopher Michael [Mon, 21 Dec 2009 21:00:50 +0000 (21:00 +0000)]
No need for window resize. Layout handles that.
Don't need zone now.

SVN revision: 44643

14 years agoExec on current zone, not always zero.
Christopher Michael [Mon, 21 Dec 2009 20:58:02 +0000 (20:58 +0000)]
Exec on current zone, not always zero.

SVN revision: 44642

14 years agoCreate keyboard on current zone, not always on zone 0.
Christopher Michael [Mon, 21 Dec 2009 20:56:25 +0000 (20:56 +0000)]
Create keyboard on current zone, not always on zone 0.

SVN revision: 44641

14 years agoCheck that zone exists first before trying to use it.
Christopher Michael [Mon, 21 Dec 2009 20:54:09 +0000 (20:54 +0000)]
Check that zone exists first before trying to use it.
No need to set border zone twice here.

SVN revision: 44640

14 years agoAdd zone as a parameter to some functions so we can make sure that these
Christopher Michael [Mon, 21 Dec 2009 17:19:32 +0000 (17:19 +0000)]
Add zone as a parameter to some functions so we can make sure that these
functions operate only on the current zone.

SVN revision: 44635

14 years agoFormatting.
Christopher Michael [Mon, 21 Dec 2009 04:07:44 +0000 (04:07 +0000)]
Formatting.
Remove whitespace.

SVN revision: 44620

14 years agoCreate kbd on current zone.
Christopher Michael [Mon, 21 Dec 2009 03:54:41 +0000 (03:54 +0000)]
Create kbd on current zone.
Formatting.

SVN revision: 44619

14 years agoRemove dead code.
Christopher Michael [Mon, 21 Dec 2009 02:35:14 +0000 (02:35 +0000)]
Remove dead code.
Add function to get border max size.
Set conformant apps to be below indicator bar.

SVN revision: 44617

14 years agoHandle another corner case wrt layout. Dual mode working nicely now even
Christopher Michael [Sun, 20 Dec 2009 17:29:04 +0000 (17:29 +0000)]
Handle another corner case wrt layout. Dual mode working nicely now even
with moving indicator (just need to handle conformant & fullscreen now).

SVN revision: 44611

14 years agoMore work on layout code. Handle cases where top shelf was dragged to
Christopher Michael [Sun, 20 Dec 2009 06:06:53 +0000 (06:06 +0000)]
More work on layout code. Handle cases where top shelf was dragged to
zone->y, thus making app1 region too small to display anything, so we do the
layout as was done previously. There are still some corner cases that I need
to trap here.

SVN revision: 44591

14 years agoallow moving indicator in 1/8th increments (not free movement).
Christopher Michael [Sun, 20 Dec 2009 04:45:11 +0000 (04:45 +0000)]
allow moving indicator in 1/8th increments (not free movement).

SVN revision: 44590

14 years agoNew layout code for dual-mode. This works with dragable indicator bars (tho
Christopher Michael [Sat, 19 Dec 2009 21:05:49 +0000 (21:05 +0000)]
New layout code for dual-mode. This works with dragable indicator bars (tho
still need to handle fullscreen/conformant cases, and cases where an app
which wants vkbd is placed at the bottom - the vkbd ends up covering the app
window :( )

SVN revision: 44580

14 years agoupdating french and italian translations
Massimo Maiurana [Sat, 19 Dec 2009 15:06:30 +0000 (15:06 +0000)]
updating french and italian translations

SVN revision: 44576

14 years agofix last void * arith
Vincent Torri [Sat, 19 Dec 2009 08:39:11 +0000 (08:39 +0000)]
fix last void * arith

SVN revision: 44562

14 years agofix more void * arith!
Carsten Haitzler [Sat, 19 Dec 2009 00:15:16 +0000 (00:15 +0000)]
fix more void * arith!

SVN revision: 44560

14 years agoReduce variable usage.
Christopher Michael [Fri, 18 Dec 2009 23:58:51 +0000 (23:58 +0000)]
Reduce variable usage.

SVN revision: 44559

14 years agodont use void *'s and poitner arithmetic! char * is what was intended
Carsten Haitzler [Fri, 18 Dec 2009 23:53:39 +0000 (23:53 +0000)]
dont use void *'s and poitner arithmetic! char * is what was intended

SVN revision: 44558

14 years agoAdd handy functions for getting dual-app mode safe regions (safe regions
Christopher Michael [Fri, 18 Dec 2009 23:51:54 +0000 (23:51 +0000)]
Add handy functions for getting dual-app mode safe regions (safe regions
being space that is available to place a window).

SVN revision: 44557

14 years ago'Set as background' mime handler moved to core, refactored.
Gustavo Sverzut Barbieri [Fri, 18 Dec 2009 22:20:08 +0000 (22:20 +0000)]
'Set as background' mime handler moved to core, refactored.

 * Remove 'Set as background' from conf_wallpaper and add it to e_bg
   together with the other code that already was handling
   '*.edj'. This makes more sense and will enable the action in
   presence of both versions of wallpaper dialog;

 * e_utils got pieces required by e_bg that could be used elsewhere,
   one is the dialog to query for options to import, the other is what
   really generates the conversion (import) of image->edj.

 * conf_wallpaper: import thing is way too messy, needs cleaning or
   removal. I don't care much about it as I plan to improve wallpaper2
   instead.

SVN revision: 44556

14 years agoTraps for landscape mode when moving top_shelf or bottom_panel (so we don't
Christopher Michael [Fri, 18 Dec 2009 17:51:35 +0000 (17:51 +0000)]
Traps for landscape mode when moving top_shelf or bottom_panel (so we don't
move the panel(s) if it's in a custom location).

SVN revision: 44550