platform/upstream/enlightenment.git
14 years ago'everything' fix segv in border plugin
Hannes Janetzek [Sun, 4 Apr 2010 14:04:30 +0000 (14:04 +0000)]
'everything' fix segv in border plugin

SVN revision: 47747

14 years agoupdating french and italian translations
Massimo Maiurana [Sun, 4 Apr 2010 10:23:42 +0000 (10:23 +0000)]
updating french and italian translations

SVN revision: 47746

14 years agoMASSIVE code clean up. Process is listed at the top of the file for those wanting...
toma [Sun, 4 Apr 2010 03:55:47 +0000 (03:55 +0000)]
MASSIVE code clean up. Process is listed at the top of the file for those wanting to see my workings. This was a major pain in the ass to do, and please please PLEASE if you add anything, make sure it follows the correct formatting. I have built and tested it and it works, but please test everything you possibly can. If you have formatting changes for scripts, go ahead and drop that in because Im not too sure about that. The file size has gone up by 100kb I think so it might be an idea to strip all spaces and new lines if youre worried about size. But as they say, its not the size that matters. It is now perfectly legible. Woohoo

SVN revision: 47745

14 years agoRework Apps dialog to work nicer on smaller screens. Uses the ilist
Christopher Michael [Sat, 3 Apr 2010 15:37:24 +0000 (15:37 +0000)]
Rework Apps dialog to work nicer on smaller screens. Uses the ilist
end toggles too :)
Rename Favorites Menu to Favorite Applications.
Move Favorites to be in the Apps category.

NB: Dialog works good, but efeet_util_path_to_file_id is returning
garbage so any saves wrt order files (ibar, startup, restart apps)
will produce garbage in the .order file hence peoples problems w/
missing IBar apps, etc, etc.

SVN revision: 47723

14 years agoupdating french and italian translations
Massimo Maiurana [Sat, 3 Apr 2010 08:32:36 +0000 (08:32 +0000)]
updating french and italian translations

SVN revision: 47722

14 years agoFormatting & Whitespace removal.
Christopher Michael [Sat, 3 Apr 2010 01:03:40 +0000 (01:03 +0000)]
Formatting & Whitespace removal.

SVN revision: 47718

14 years agoSome desktop cleanup.
Christopher Michael [Fri, 2 Apr 2010 23:58:49 +0000 (23:58 +0000)]
Some desktop cleanup.

SVN revision: 47717

14 years agoFix copy/paste comment...doh :(
Christopher Michael [Fri, 2 Apr 2010 17:27:42 +0000 (17:27 +0000)]
Fix copy/paste comment...doh :(

SVN revision: 47715

14 years agoReset indicator geometry for Conformant apps when we close indicator.
Christopher Michael [Fri, 2 Apr 2010 17:25:20 +0000 (17:25 +0000)]
Reset indicator geometry for Conformant apps when we close indicator.

SVN revision: 47714

14 years agoAdd softkey config source file.
Christopher Michael [Fri, 2 Apr 2010 17:24:28 +0000 (17:24 +0000)]
Add softkey config source file.

SVN revision: 47713

14 years agoAdd ability to set softkey size.
Christopher Michael [Fri, 2 Apr 2010 17:24:02 +0000 (17:24 +0000)]
Add ability to set softkey size.

SVN revision: 47712

14 years agoAdd indicator config to Makefile.
Christopher Michael [Fri, 2 Apr 2010 17:09:01 +0000 (17:09 +0000)]
Add indicator config to Makefile.

SVN revision: 47711

14 years agoAdd indicator config src file.
Christopher Michael [Fri, 2 Apr 2010 17:07:53 +0000 (17:07 +0000)]
Add indicator config src file.

SVN revision: 47710

14 years agoAdd ability to set indicator height...requested by TAsn (Freerunner
Christopher Michael [Fri, 2 Apr 2010 17:07:28 +0000 (17:07 +0000)]
Add ability to set indicator height...requested by TAsn (Freerunner
project).

SVN revision: 47709

14 years ago'everything' dont add aggregator when there is only one plugin which wont show items...
Hannes Janetzek [Fri, 2 Apr 2010 16:28:19 +0000 (16:28 +0000)]
'everything' dont add aggregator when there is only one plugin which wont show items in aggregator list

SVN revision: 47708

14 years agoFix item label return. Thanks cedric :)
Christopher Michael [Fri, 2 Apr 2010 15:21:46 +0000 (15:21 +0000)]
Fix item label return. Thanks cedric :)

SVN revision: 47694

14 years ago'everything' update actions view when subject item changed
Hannes Janetzek [Fri, 2 Apr 2010 06:12:33 +0000 (06:12 +0000)]
'everything' update actions view when subject item changed

SVN revision: 47681

14 years ago'everything' update also inactive selectors (e.g. when an action removes the current...
Hannes Janetzek [Fri, 2 Apr 2010 05:31:02 +0000 (05:31 +0000)]
'everything' update also inactive selectors (e.g. when an action removes the current item)

SVN revision: 47679

14 years agoBetter definition between e/toolbar and e/widgets/toolbar. Its now e/fileman/toolbar...
toma [Fri, 2 Apr 2010 04:30:09 +0000 (04:30 +0000)]
Better definition between e/toolbar and e/widgets/toolbar. Its now e/fileman/toolbar as it is fileman specific, where as the other is a widget. THEME MAKERS: You will need to update to accomodate this change. I think the e_toolbar.c should probably be renamed too...

SVN revision: 47678

14 years ago'everything'
Hannes Janetzek [Fri, 2 Apr 2010 04:19:38 +0000 (04:19 +0000)]
'everything'
- add plugin option whether items should be shown in aggregator
- fix cleanup of thumb view when there are no items

SVN revision: 47677

14 years agoFix eina_stringshare usage...thanks k-s :)
Christopher Michael [Thu, 1 Apr 2010 23:14:16 +0000 (23:14 +0000)]
Fix eina_stringshare usage...thanks k-s :)

SVN revision: 47674

14 years ago'everything' fix issue with clearing thumb queue on _view_update
Hannes Janetzek [Thu, 1 Apr 2010 19:32:44 +0000 (19:32 +0000)]
'everything' fix issue with clearing thumb queue on _view_update

SVN revision: 47665

14 years agoUse item->label in places where we can. I don't know how this was
Christopher Michael [Thu, 1 Apr 2010 18:48:24 +0000 (18:48 +0000)]
Use item->label in places where we can. I don't know how this was
overlooked all this time. This fixes a bug where getting item->label
was always returning NULL.

Can someone please check the eina_stringshare usage here ? Thanks :)

SVN revision: 47655

14 years agoupdating french translation
Massimo Maiurana [Thu, 1 Apr 2010 10:44:30 +0000 (10:44 +0000)]
updating french translation

SVN revision: 47643

14 years agoFix issue where sometimes when closing an app, the window below would
Christopher Michael [Wed, 31 Mar 2010 23:43:35 +0000 (23:43 +0000)]
Fix issue where sometimes when closing an app, the window below would
not show...now it will at least show home. This fixes the 'grey'
background issue reported by TAsn.

Fix issue of keyboard layout getting reset when switching between 2
apps which use a vkbd (reported by TAsn).

SVN revision: 47636

14 years agoReduce code duplication by using one function to set kbd indicator icon.
Christopher Michael [Wed, 31 Mar 2010 01:38:27 +0000 (01:38 +0000)]
Reduce code duplication by using one function to set kbd indicator icon.

SVN revision: 47617

14 years agoMake sure we return something so the handler keeps running.
Christopher Michael [Tue, 30 Mar 2010 23:45:31 +0000 (23:45 +0000)]
Make sure we return something so the handler keeps running.

SVN revision: 47615

14 years agoUse our own focus stack for 'back' button as E's stack seems to include
Christopher Michael [Tue, 30 Mar 2010 23:39:43 +0000 (23:39 +0000)]
Use our own focus stack for 'back' button as E's stack seems to include
windows even if they don't accept or take focus.
Don't cycle focus if a window has a transient dialog present.
Fix some formatting.

Fixes focus cycle issue(s) reported by TAsn, thanks :)

SVN revision: 47614

14 years agoAdd property handler so we can adjust icon according to window state.
Christopher Michael [Tue, 30 Mar 2010 23:37:45 +0000 (23:37 +0000)]
Add property handler so we can adjust icon according to window state.

Fixes problem reported by TAsn wrt icon not changing when elm_entry
widgets show a keyboard.

SVN revision: 47613

14 years agoAllow home to have focus.
Christopher Michael [Tue, 30 Mar 2010 23:36:48 +0000 (23:36 +0000)]
Allow home to have focus.

SVN revision: 47612

14 years agoAdd missing keyboard modes.
Christopher Michael [Tue, 30 Mar 2010 23:36:32 +0000 (23:36 +0000)]
Add missing keyboard modes.

SVN revision: 47611

14 years ago * e: handle more valgrind tool to monitore e17.
Cedric BAIL [Tue, 30 Mar 2010 15:13:45 +0000 (15:13 +0000)]
* e: handle more valgrind tool to monitore e17.

SVN revision: 47600

14 years ago'everything' apps: remove uneeded filter
Hannes Janetzek [Tue, 30 Mar 2010 13:32:44 +0000 (13:32 +0000)]
'everything' apps: remove uneeded filter

SVN revision: 47599

14 years agomore options - ui fits better on small screens
Carsten Haitzler [Tue, 30 Mar 2010 03:10:03 +0000 (03:10 +0000)]
more options - ui fits better on small screens

SVN revision: 47575

14 years agoUse Eina_Bool for multi-select of ilist.
Christopher Michael [Tue, 30 Mar 2010 01:05:56 +0000 (01:05 +0000)]
Use Eina_Bool for multi-select of ilist.
Fix formatting issues in some other files.

SVN revision: 47573

14 years agoBetter description for Illume profile (remove useless breaks in
Christopher Michael [Mon, 29 Mar 2010 17:20:10 +0000 (17:20 +0000)]
Better description for Illume profile (remove useless breaks in
description).

SVN revision: 47560

14 years ago * e: prevent segv when reinserting the same object. Should never happen
Cedric BAIL [Mon, 29 Mar 2010 16:11:08 +0000 (16:11 +0000)]
* e: prevent segv when reinserting the same object. Should never happen
but better to not segv.

SVN revision: 47558

14 years ago * e: fix efreet refcount in exebuf.
Cedric BAIL [Mon, 29 Mar 2010 13:21:38 +0000 (13:21 +0000)]
    * e: fix efreet refcount in exebuf.

SVN revision: 47556

14 years ago'everything' fix thumb queue
Hannes Janetzek [Sun, 28 Mar 2010 20:16:17 +0000 (20:16 +0000)]
'everything' fix thumb queue

SVN revision: 47541

14 years ago'everything' change 'show list' option to show list from the start
Hannes Janetzek [Sun, 28 Mar 2010 20:15:27 +0000 (20:15 +0000)]
'everything' change 'show list' option to show list from the start

SVN revision: 47540

14 years agoMissed this one...
toma [Sun, 28 Mar 2010 15:16:29 +0000 (15:16 +0000)]
Missed this one...

SVN revision: 47532

14 years ago'everything' send unselect signal on _view_update
Hannes Janetzek [Sun, 28 Mar 2010 14:47:26 +0000 (14:47 +0000)]
'everything' send unselect signal on _view_update

SVN revision: 47530

14 years agoComments for TODO
toma [Sun, 28 Mar 2010 02:25:36 +0000 (02:25 +0000)]
Comments for TODO

SVN revision: 47525

14 years agoapps, new app, screen icons. still not sure about the new app one, will see how to...
manowarrior [Sun, 28 Mar 2010 01:45:54 +0000 (01:45 +0000)]
apps, new app, screen icons. still not sure about the new app one, will see how to improve it.

SVN revision: 47523

14 years agonew folder icon, hope you like it.
manowarrior [Sat, 27 Mar 2010 21:49:35 +0000 (21:49 +0000)]
new folder icon, hope you like it.

SVN revision: 47521

14 years agoMake sure we free desktop before getting new
Sebastian Dransfeld [Sat, 27 Mar 2010 20:53:41 +0000 (20:53 +0000)]
Make sure we free desktop before getting new

SVN revision: 47518

14 years agoe: This isn't true anymore
Sebastian Dransfeld [Sat, 27 Mar 2010 20:53:30 +0000 (20:53 +0000)]
e: This isn't true anymore

We get our own pointer from efreet util now.

SVN revision: 47517

14 years agoTODO++
Sebastian Dransfeld [Sat, 27 Mar 2010 19:58:44 +0000 (19:58 +0000)]
TODO++

SVN revision: 47514

14 years agoefreet_util_init gone
Sebastian Dransfeld [Sat, 27 Mar 2010 19:58:21 +0000 (19:58 +0000)]
efreet_util_init gone

SVN revision: 47512

14 years agofix when there is no adaptor for an instance.
Gustavo Sverzut Barbieri [Sat, 27 Mar 2010 14:23:37 +0000 (14:23 +0000)]
fix when there is no adaptor for an instance.

PS: I couldn't test it as my machine does not have a hw switch to turn
bluetooth off... and I'm lazy to search how to disable it using
software (hciconfig hci0 down does not do it, just put the adapter in
offline mode and my btusb is not modular, so I can't remove the
module) :-)

SVN revision: 47505

14 years agoupdating french translation
Massimo Maiurana [Sat, 27 Mar 2010 12:01:08 +0000 (12:01 +0000)]
updating french translation

SVN revision: 47504

14 years agoUpdate all the module icons to match the newer window icons. Wasnt as painful a proce...
toma [Sat, 27 Mar 2010 02:53:54 +0000 (02:53 +0000)]
Update all the module icons to match the newer window icons. Wasnt as painful a process as I thought...

SVN revision: 47501

14 years agoSync with efreet and some cleanup
Sebastian Dransfeld [Fri, 26 Mar 2010 05:34:34 +0000 (05:34 +0000)]
Sync with efreet and some cleanup

SVN revision: 47478

14 years agoEfreet update
Sebastian Dransfeld [Fri, 26 Mar 2010 05:34:20 +0000 (05:34 +0000)]
Efreet update

- Listen to cache update
- Free desktops after retrival

SVN revision: 47477

14 years agoListen to cache update event
Sebastian Dransfeld [Fri, 26 Mar 2010 05:34:10 +0000 (05:34 +0000)]
Listen to cache update event

SVN revision: 47476

14 years agofree desktop when done
Sebastian Dransfeld [Fri, 26 Mar 2010 05:33:59 +0000 (05:33 +0000)]
free desktop when done

SVN revision: 47475

14 years agofree desktop on border removal
Sebastian Dransfeld [Fri, 26 Mar 2010 05:33:48 +0000 (05:33 +0000)]
free desktop on border removal

SVN revision: 47474

14 years ago * e: handle mouse wheel for slider.
Cedric BAIL [Thu, 25 Mar 2010 17:33:54 +0000 (17:33 +0000)]
* e: handle mouse wheel for slider.

SVN revision: 47452

14 years agoWhen 'mode' changes we may need to reset indicator position depending
Christopher Michael [Thu, 25 Mar 2010 00:23:55 +0000 (00:23 +0000)]
When 'mode' changes we may need to reset indicator position depending
on mode, so in layout update don't skip indicators.

SVN revision: 47439

14 years agoupdating french and italian translations
Massimo Maiurana [Wed, 24 Mar 2010 17:58:35 +0000 (17:58 +0000)]
updating french and italian translations

SVN revision: 47433

14 years agofix some sync send issues - missed cases.
Carsten Haitzler [Wed, 24 Mar 2010 08:08:46 +0000 (08:08 +0000)]
fix some sync send issues - missed cases.

SVN revision: 47411

14 years ago'everything' view: less blocking, cleanups
Hannes Janetzek [Tue, 23 Mar 2010 12:39:35 +0000 (12:39 +0000)]
'everything' view: less blocking, cleanups

SVN revision: 47390

14 years agofileman desktop files should not show outside Enlightenment.
Gustavo Sverzut Barbieri [Tue, 23 Mar 2010 00:24:31 +0000 (00:24 +0000)]
fileman desktop files should not show outside Enlightenment.

Add the following entry to efm_favorites.tar.gz files:

    NotShowIn=GNOME;KDE;LXDE;ROX;XFCE;

Hint by Doktor Notor, Gentoo user.

SVN revision: 47377

14 years ago[E-devel] [PATCH] Fix crash on ebluez
Gustavo Sverzut Barbieri [Mon, 22 Mar 2010 17:22:47 +0000 (17:22 +0000)]
[E-devel] [PATCH] Fix crash on ebluez

By: "Gustavo F. Padovan" <padovan@profusion.mobi>

SVN revision: 47372

14 years agofix everything theme
Hannes Janetzek [Sun, 21 Mar 2010 16:04:36 +0000 (16:04 +0000)]
fix everything theme

SVN revision: 47358

14 years ago'everything'
Hannes Janetzek [Sun, 21 Mar 2010 15:55:03 +0000 (15:55 +0000)]
'everything'
- use idler for retrieving icons.
- delay initial update of matches

SVN revision: 47357

14 years ago EFM(fwin): dont show the operation info if the operation keep less that 1 second
Davide Andreoli [Sun, 21 Mar 2010 12:51:36 +0000 (12:51 +0000)]
 EFM(fwin): dont show the operation info if the operation keep less that 1 second

SVN revision: 47356

14 years agoFix an edje circular calculation in efm progress operations
Davide Andreoli [Sat, 20 Mar 2010 21:22:12 +0000 (21:22 +0000)]
Fix an edje circular calculation in efm progress operations

SVN revision: 47355

14 years agoupdating french and italian translations
Massimo Maiurana [Fri, 19 Mar 2010 21:49:44 +0000 (21:49 +0000)]
updating french and italian translations

SVN revision: 47349

14 years agofix warnings.
Gustavo Sverzut Barbieri [Thu, 18 Mar 2010 22:07:39 +0000 (22:07 +0000)]
fix warnings.

SVN revision: 47335

14 years agomissing file and set svn-ignore
Gustavo Sverzut Barbieri [Thu, 18 Mar 2010 21:59:05 +0000 (21:59 +0000)]
missing file and set svn-ignore

SVN revision: 47333

14 years agoe: Add ofono module.
Gustavo Sverzut Barbieri [Thu, 18 Mar 2010 21:48:56 +0000 (21:48 +0000)]
e: Add ofono module.

By: João Paulo Rechi Vita <jprvita@profusion.mobi>

SVN revision: 47330

14 years ago * e: remove some historic comment.
Cedric BAIL [Thu, 18 Mar 2010 15:02:10 +0000 (15:02 +0000)]
* e: remove some historic comment.

NOTE: I did some test and wasn't able to trigger the documented segv.
If you get a segv on exit, please report and help me to understand how
to trigger it. Anyway, I reactived it so that we can get global memory
consuption statistic with e17.

SVN revision: 47322

14 years agonice alert to tell u what went wrong
Carsten Haitzler [Wed, 17 Mar 2010 03:40:21 +0000 (03:40 +0000)]
nice alert to tell u what went wrong

SVN revision: 47303

14 years agoupdating french and italian translations
Massimo Maiurana [Tue, 16 Mar 2010 11:38:20 +0000 (11:38 +0000)]
updating french and italian translations

SVN revision: 47285

14 years agofix missed expose in comp
Carsten Haitzler [Tue, 16 Mar 2010 08:54:57 +0000 (08:54 +0000)]
fix missed expose in comp

SVN revision: 47282

14 years agoand on osx - they use some other env var apparently.
Carsten Haitzler [Tue, 16 Mar 2010 08:11:23 +0000 (08:11 +0000)]
and on osx -  they use some other env var apparently.

SVN revision: 47281

14 years agoOptimised PNG files. The end.
toma [Tue, 16 Mar 2010 04:33:57 +0000 (04:33 +0000)]
Optimised PNG files. The end.

SVN revision: 47279

14 years agoOptimised PNG files.
toma [Tue, 16 Mar 2010 04:32:35 +0000 (04:32 +0000)]
Optimised PNG files.

SVN revision: 47278

14 years agoOptimised PNG files. Used 'optipng -o 7 *.png' Total difference from all the optimisa...
toma [Tue, 16 Mar 2010 04:31:55 +0000 (04:31 +0000)]
Optimised PNG files. Used 'optipng -o 7 *.png' Total difference from all the optimisations is ~200kb uncompressed. Lots of uploads on the way...

SVN revision: 47277

14 years agoAdd basic & advanced check_changed code.
Christopher Michael [Mon, 15 Mar 2010 21:27:26 +0000 (21:27 +0000)]
Add basic & advanced check_changed code.

SVN revision: 47258

14 years agoRework pager config dialog for smaller screen resolutions (using
Christopher Michael [Mon, 15 Mar 2010 20:38:49 +0000 (20:38 +0000)]
Rework pager config dialog for smaller screen resolutions (using
toolbook).

NB: May need label changes. Still needs 'check_changed' code too, but
the bulk of the work is done.

SVN revision: 47252

14 years agoThe Efreet_Desktop to edit should be unique
Sebastian Dransfeld [Mon, 15 Mar 2010 19:58:12 +0000 (19:58 +0000)]
The Efreet_Desktop to edit should be unique

Use efreet_desktop_uncached_new to get a unique copy of a Efreet_Desktop
read from disk. This way the editor wont interfere with the running
system. Any changes to .desktop files must then be caught by file
monitoring.

SVN revision: 47251

14 years ago'everything' fix segv in tracker plugin
Hannes Janetzek [Mon, 15 Mar 2010 19:47:36 +0000 (19:47 +0000)]
'everything' fix segv in tracker plugin

SVN revision: 47249

14 years ago'everything' less artificial match lag
Hannes Janetzek [Mon, 15 Mar 2010 13:10:43 +0000 (13:10 +0000)]
'everything' less artificial match lag

SVN revision: 47234

14 years ago'everything'- whoops, fix last commit
Hannes Janetzek [Sun, 14 Mar 2010 18:00:53 +0000 (18:00 +0000)]
'everything'- whoops, fix last commit

SVN revision: 47218

14 years ago'everything'
Hannes Janetzek [Sun, 14 Mar 2010 17:53:13 +0000 (17:53 +0000)]
'everything'
- lower priority for 'text' items
- show plugin icons in aggregator and selector when there are no item icons

SVN revision: 47217

14 years agocheck changed and -Wextra cleanups.
Gustavo Sverzut Barbieri [Sun, 14 Mar 2010 01:07:20 +0000 (01:07 +0000)]
check changed and -Wextra cleanups.

SVN revision: 47194

14 years agofix e_slider's edje_object_part_drag_step() usage.
Gustavo Sverzut Barbieri [Sat, 13 Mar 2010 23:45:04 +0000 (23:45 +0000)]
fix e_slider's edje_object_part_drag_step() usage.

The step size is set with edje_object_part_drag_step_set(), then we
should just step in units proportional to that size.

SVN revision: 47192

14 years agocleanups and simplifications.
Gustavo Sverzut Barbieri [Sat, 13 Mar 2010 23:42:46 +0000 (23:42 +0000)]
cleanups and simplifications.

SVN revision: 47191

14 years agowhitespace-cleanup.
Gustavo Sverzut Barbieri [Sat, 13 Mar 2010 22:10:19 +0000 (22:10 +0000)]
whitespace-cleanup.

SVN revision: 47190

14 years agoformatting
Sebastian Dransfeld [Sat, 13 Mar 2010 21:56:25 +0000 (21:56 +0000)]
formatting

SVN revision: 47189

14 years agouse strlen to get string size, not sizeof
Sebastian Dransfeld [Sat, 13 Mar 2010 21:34:08 +0000 (21:34 +0000)]
use strlen to get string size, not sizeof

SVN revision: 47188

14 years ago'everything' apps plugin: skip .desktops with same exec line
Hannes Janetzek [Sat, 13 Mar 2010 20:37:24 +0000 (20:37 +0000)]
'everything' apps plugin: skip .desktops with same exec line

SVN revision: 47184

14 years agoupdating french translation
Massimo Maiurana [Sat, 13 Mar 2010 11:00:30 +0000 (11:00 +0000)]
updating french translation

SVN revision: 47173

14 years agocleanups, logs and simplify dbus message argument handling.
Gustavo Sverzut Barbieri [Fri, 12 Mar 2010 22:00:14 +0000 (22:00 +0000)]
cleanups, logs and simplify dbus message argument handling.

SVN revision: 47169

14 years agoShow and ShowByName dbus calls for org.enlightenment.wm.Desktop
Gustavo Sverzut Barbieri [Fri, 12 Mar 2010 21:34:30 +0000 (21:34 +0000)]
Show and ShowByName dbus calls for org.enlightenment.wm.Desktop

SVN revision: 47168

14 years agounfuck indentation, sorry.
Gustavo Sverzut Barbieri [Fri, 12 Mar 2010 19:31:47 +0000 (19:31 +0000)]
unfuck indentation, sorry.

SVN revision: 47164

14 years agoInitial BlueZ stub module.
Gustavo Sverzut Barbieri [Fri, 12 Mar 2010 13:55:11 +0000 (13:55 +0000)]
Initial BlueZ stub module.

Initial module written by Gustavo F. Padovan, I changed it quite a lot
to change some issues... but still many pending, see TODO at the start
of e_mod_main.c

SVN revision: 47160

14 years agoreparent initwin to compositor win so init win doesnt hang while e gets up
Carsten Haitzler [Fri, 12 Mar 2010 08:47:13 +0000 (08:47 +0000)]
reparent initwin to compositor win so init win doesnt hang while e gets up
and going.

SVN revision: 47153