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

14 years agodeclare alloca where needed and make it portable
Vincent Torri [Fri, 18 Dec 2009 13:52:23 +0000 (13:52 +0000)]
declare alloca where needed and make it portable

SVN revision: 44544

14 years agoredefine static inline functions to normal functions
Vincent Torri [Fri, 18 Dec 2009 12:31:24 +0000 (12:31 +0000)]
redefine static inline functions to normal functions

SVN revision: 44539

14 years agoSome safety checks to make sure we return a border, else calls to policy are
Christopher Michael [Fri, 18 Dec 2009 05:17:03 +0000 (05:17 +0000)]
Some safety checks to make sure we return a border, else calls to policy are
useless.

SVN revision: 44535

14 years agoRemove drag structure from Window structure. Not needed now.
Christopher Michael [Fri, 18 Dec 2009 00:03:43 +0000 (00:03 +0000)]
Remove drag structure from Window structure. Not needed now.

SVN revision: 44531

14 years agoAdd some handy functions for getting top_shelf/bottom_panel position and size.
Christopher Michael [Thu, 17 Dec 2009 23:47:48 +0000 (23:47 +0000)]
Add some handy functions for getting top_shelf/bottom_panel position and size.

SVN revision: 44530

14 years agoDon't need to set drag == 0 here...drag_end client message handles that.
Christopher Michael [Thu, 17 Dec 2009 23:42:12 +0000 (23:42 +0000)]
Don't need to set drag == 0 here...drag_end client message handles that.

SVN revision: 44529

14 years agoRemove old drag code for indicator & illume2. Drag of top shelf is now
Christopher Michael [Thu, 17 Dec 2009 23:36:07 +0000 (23:36 +0000)]
Remove old drag code for indicator & illume2. Drag of top shelf is now
handled almost entirely by the top shelf itself. This removes the
input_window also.

SVN revision: 44528

14 years agoe_bg: improvements and start import process (unfinished!)
Gustavo Sverzut Barbieri [Thu, 17 Dec 2009 23:05:51 +0000 (23:05 +0000)]
e_bg: improvements and start import process (unfinished!)

I ran out of time, so if someone wants to finish the move of
e_int_config_wallpaper_import.c to standard e_bg.c I appreciate the
help. Skeleton is there.

With this, it is possible to remove code from conf_wallpaper and have
that functionality in both wallpaper and wallpaper2.

SVN revision: 44527

14 years agoe_bg: delete trailing whitespace.
Gustavo Sverzut Barbieri [Thu, 17 Dec 2009 21:59:23 +0000 (21:59 +0000)]
e_bg: delete trailing whitespace.

SVN revision: 44526

14 years ago'set as wallpaper': simpler and faster.
Gustavo Sverzut Barbieri [Thu, 17 Dec 2009 21:49:18 +0000 (21:49 +0000)]
'set as wallpaper': simpler and faster.

 * allow path and dev to be handled by eina_stringshare_replace() and
   thus if they were the last reference, we do not remove from share
   to add them again.

 * just call save queue and set as wallpaper if something actually changed.

SVN revision: 44525

14 years agodon't use EAPI for functions that should not be available outside module!
Gustavo Sverzut Barbieri [Thu, 17 Dec 2009 21:41:31 +0000 (21:41 +0000)]
don't use EAPI for functions that should not be available outside module!

SVN revision: 44524

14 years agotempget:
Vincent Torri [Thu, 17 Dec 2009 08:22:39 +0000 (08:22 +0000)]
tempget:
 * small cleanup
 * allow compilation on opensolaris

This modules does not work on opensolaris. I don't know that stuff,
so I have no idea of what to do to fix that

SVN revision: 44522

14 years agobatget:
Vincent Torri [Thu, 17 Dec 2009 08:20:37 +0000 (08:20 +0000)]
batget:
 * some cleanup
 * allow compilation with opensolaris

SVN revision: 44521

14 years agoRemove config variables for locking.
Christopher Michael [Wed, 16 Dec 2009 21:39:04 +0000 (21:39 +0000)]
Remove config variables for locking.
Send mode to root window so we can lock/unlock indicator window on startup.

SVN revision: 44518

14 years agoHandle dragables a bit better. This also removes the config option from the
Christopher Michael [Wed, 16 Dec 2009 21:13:48 +0000 (21:13 +0000)]
Handle dragables a bit better. This also removes the config option from the
config dialog for locking.

SVN revision: 44517

14 years agoAdd config options to lock dragables.
Christopher Michael [Wed, 16 Dec 2009 20:12:49 +0000 (20:12 +0000)]
Add config options to lock dragables.
Cleanup some code.

SVN revision: 44515

14 years agoRemove menu from home...not needed.
Christopher Michael [Wed, 16 Dec 2009 20:10:09 +0000 (20:10 +0000)]
Remove menu from home...not needed.

SVN revision: 44514

14 years agoMake config gadget use a button instead of just an icon.
Christopher Michael [Wed, 16 Dec 2009 20:07:35 +0000 (20:07 +0000)]
Make config gadget use a button instead of just an icon.
(This is needed because mouse_down on the icon was messing with illume
indicator drag)

SVN revision: 44513

14 years agoRemove unnecessary code (layer set, resizes, etc).
Christopher Michael [Wed, 16 Dec 2009 19:44:46 +0000 (19:44 +0000)]
Remove unnecessary code (layer set, resizes, etc).
Disable instance edit on the gadcon.
Add code to check illume drag locked state and allow dragging accordingly.

SVN revision: 44512

14 years agoRemove a printf.
Christopher Michael [Wed, 16 Dec 2009 03:08:54 +0000 (03:08 +0000)]
Remove a printf.

SVN revision: 44503

14 years agoRemove more old drag code.
Christopher Michael [Wed, 16 Dec 2009 02:31:52 +0000 (02:31 +0000)]
Remove more old drag code.

SVN revision: 44499

14 years agoRemove old drag code.
Christopher Michael [Wed, 16 Dec 2009 02:23:39 +0000 (02:23 +0000)]
Remove old drag code.
Use new illume drag code. This makes indicator dragable :)

SVN revision: 44496

14 years agoRemove dnd files. Handled it differently.
Christopher Michael [Wed, 16 Dec 2009 02:22:34 +0000 (02:22 +0000)]
Remove dnd files. Handled it differently.

SVN revision: 44495

14 years agoAdd drag_start and drag_end to policy.
Christopher Michael [Wed, 16 Dec 2009 02:21:28 +0000 (02:21 +0000)]
Add drag_start and drag_end to policy.
Remove old dead code.

SVN revision: 44493

14 years agoNo need to release grabinput twice. This was already done a few lines above.
Christopher Michael [Wed, 16 Dec 2009 00:43:29 +0000 (00:43 +0000)]
No need to release grabinput twice. This was already done a few lines above.

SVN revision: 44479

14 years agoadded greek translation
Massimo Maiurana [Tue, 15 Dec 2009 11:44:56 +0000 (11:44 +0000)]
added greek translation

SVN revision: 44477

14 years agoCatch when drag finished and printf some debug info.
Christopher Michael [Tue, 15 Dec 2009 08:25:09 +0000 (08:25 +0000)]
Catch when drag finished and printf some debug info.

SVN revision: 44475

14 years agoMore work on dnd for indicator bar (not complete yet).
Christopher Michael [Tue, 15 Dec 2009 08:24:40 +0000 (08:24 +0000)]
More work on dnd for indicator bar (not complete yet).

SVN revision: 44474

14 years agoEnable dragging of indicator bar (drop not complete yet).
Christopher Michael [Tue, 15 Dec 2009 07:53:35 +0000 (07:53 +0000)]
Enable dragging of indicator bar (drop not complete yet).

SVN revision: 44473

14 years agoStart of dnd code for dragging indicator bars.
Christopher Michael [Tue, 15 Dec 2009 06:55:37 +0000 (06:55 +0000)]
Start of dnd code for dragging indicator bars.

SVN revision: 44472

14 years agoNewer config with kbd toggle gadget.
Christopher Michael [Tue, 15 Dec 2009 04:34:18 +0000 (04:34 +0000)]
Newer config with kbd toggle gadget.

SVN revision: 44464

14 years agoAdd kbd-toggle module to build.
Christopher Michael [Tue, 15 Dec 2009 04:33:47 +0000 (04:33 +0000)]
Add kbd-toggle module to build.

SVN revision: 44463

14 years agoAdd separate vkbd toggle gadget.
Christopher Michael [Tue, 15 Dec 2009 04:33:12 +0000 (04:33 +0000)]
Add separate vkbd toggle gadget.

SVN revision: 44462

14 years agoRemove gadget from keyboard module.
Christopher Michael [Tue, 15 Dec 2009 04:32:16 +0000 (04:32 +0000)]
Remove gadget from keyboard module.

SVN revision: 44461

14 years agoRemove old code.
Christopher Michael [Tue, 15 Dec 2009 04:02:08 +0000 (04:02 +0000)]
Remove old code.

SVN revision: 44460

14 years agoBetter placement of 'dialog' types for portrait mode.
Christopher Michael [Tue, 15 Dec 2009 02:11:32 +0000 (02:11 +0000)]
Better placement of 'dialog' types for portrait mode.

SVN revision: 44459

14 years agoMore appropriate place for border layers on fullscreen & conformant.
Christopher Michael [Tue, 15 Dec 2009 01:51:19 +0000 (01:51 +0000)]
More appropriate place for border layers on fullscreen & conformant.

SVN revision: 44458

14 years agoReenable layering of dialogs.
Christopher Michael [Tue, 15 Dec 2009 01:35:09 +0000 (01:35 +0000)]
Reenable layering of dialogs.

SVN revision: 44457

14 years agoDon't focus activated if focus is locked out.
Christopher Michael [Tue, 15 Dec 2009 00:12:26 +0000 (00:12 +0000)]
Don't focus activated if focus is locked out.

SVN revision: 44456

14 years agoRework illume layout code to be cleaner WITH comments :)
Christopher Michael [Mon, 14 Dec 2009 23:49:36 +0000 (23:49 +0000)]
Rework illume layout code to be cleaner WITH comments :)

Much much much better layout code. I believe this handles ALL cases now :)

SVN revision: 44454

14 years agoupdating greek translations
Massimo Maiurana [Mon, 14 Dec 2009 18:16:51 +0000 (18:16 +0000)]
updating greek translations

SVN revision: 44447

14 years agoHandle resizing border when vkbd appears. Works for single mode and dual
Christopher Michael [Mon, 14 Dec 2009 06:56:43 +0000 (06:56 +0000)]
Handle resizing border when vkbd appears. Works for single mode and dual
mode (top & bottom).

SVN revision: 44438

14 years agoFormatting.
Christopher Michael [Mon, 14 Dec 2009 06:55:34 +0000 (06:55 +0000)]
Formatting.
Rename function to be focus_in.

SVN revision: 44437

14 years agoWhen a border needs fullscreen, set it.
Christopher Michael [Sun, 13 Dec 2009 20:03:18 +0000 (20:03 +0000)]
When a border needs fullscreen, set it.

SVN revision: 44431

14 years agoHide top & bottom panels when border is fullscreen.
Christopher Michael [Sun, 13 Dec 2009 19:47:05 +0000 (19:47 +0000)]
Hide top & bottom panels when border is fullscreen.

SVN revision: 44430

14 years agoFormatting. Fix comments.
Christopher Michael [Sun, 13 Dec 2009 18:14:24 +0000 (18:14 +0000)]
Formatting. Fix comments.

SVN revision: 44427

14 years agoMake 'home' a bit faster. We don't need icon, label, etc, here as we never
Christopher Michael [Sun, 13 Dec 2009 17:46:14 +0000 (17:46 +0000)]
Make 'home' a bit faster. We don't need icon, label, etc, here as we never
make use of them anyway.

SVN revision: 44425

14 years agoupdating french translation
Massimo Maiurana [Sun, 13 Dec 2009 08:42:35 +0000 (08:42 +0000)]
updating french translation

SVN revision: 44419

14 years agoHandle client messages for back & close.
Christopher Michael [Sat, 12 Dec 2009 01:11:05 +0000 (01:11 +0000)]
Handle client messages for back & close.

SVN revision: 44400

14 years agoTrap for illume_mode client messages.
Christopher Michael [Fri, 11 Dec 2009 21:13:40 +0000 (21:13 +0000)]
Trap for illume_mode client messages.

SVN revision: 44386

14 years agosystray: we dont want an ugly white box when there's no elements on the systray
Samuel F. Baggen [Fri, 11 Dec 2009 18:00:07 +0000 (18:00 +0000)]
systray: we dont want an ugly white box when there's no elements on the systray

SVN revision: 44377

14 years agoFormatting.
Christopher Michael [Fri, 11 Dec 2009 09:36:07 +0000 (09:36 +0000)]
Formatting.

SVN revision: 44357

14 years agoRemove commented line. Not needed.
Christopher Michael [Fri, 11 Dec 2009 09:35:48 +0000 (09:35 +0000)]
Remove commented line. Not needed.

SVN revision: 44356