platform/upstream/enlightenment.git
12 years agoE17: avoid seg fault when the string passed to strlen() is NULL
Vincent Torri [Sat, 22 Sep 2012 12:07:49 +0000 (12:07 +0000)]
E17: avoid seg fault when the string passed to strlen() is NULL

Patch by Maxime Villard (rustyBSD)

SVN revision: 77016

12 years agoE17: Patch from Maxime Villard (rustyBSD)
Vincent Torri [Sat, 22 Sep 2012 12:04:42 +0000 (12:04 +0000)]
E17: Patch from Maxime Villard (rustyBSD)

I.
    (strncmp(p, p2, PATH_MAX) == 0) &&
    ((p[p2_len] == '/') || (p[p2_len] == '\0')))

Here we want to know if p and p2 are the same.
It's easier to do a simple 'strcmp(p, p2)', and it's
useless to check the value of p[p2_len], because if
p = p2, p[p2_len] will always be \0.

II. Check the string as for E_FM_OP_MOVE.

III. Just a simplification.
it was something like:
    if (type == E_FM_OP_COPY)
        X;
    if (type == E_FM_OP_COPY)
        Y;
    else ...

I just replaced by
    if (type == E_FM_OP_COPY)
    {
        X;
        Y;
    }
    else ...

SVN revision: 77015

12 years agoefm: have a sane click-to-rename behavior.
Gustavo Sverzut Barbieri [Fri, 21 Sep 2012 21:35:17 +0000 (21:35 +0000)]
efm: have a sane click-to-rename behavior.

Delaying rename entry by 0.75s makes absolutely no sense. As well
there is no sense in always rename if you click the label and the icon
was unselected (quite common in list views).

The proper behavior is to just rename the icon if it was selected, but
ignore the initial click used to select the icon, even if on
label. This is done by remembering the time it was selected, no need
for timer.

SVN revision: 77002

12 years agoefm preview: better expand policy for properties table fields.
Gustavo Sverzut Barbieri [Fri, 21 Sep 2012 20:53:49 +0000 (20:53 +0000)]
efm preview: better expand policy for properties table fields.

the label shouldn't try to expand, just fill the space. Also align
labels to right so they are closer to the contents.

SVN revision: 76999

12 years agoE17: gettext translation ++
Vincent Torri [Fri, 21 Sep 2012 19:00:28 +0000 (19:00 +0000)]
E17: gettext translation ++

patch by Maxime Villard

SVN revision: 76994

12 years agoE: Remove deleted files from POTFILES.in - #1549.
Tom Hacohen [Fri, 21 Sep 2012 18:42:55 +0000 (18:42 +0000)]
E: Remove deleted files from POTFILES.in - #1549.

Many thanks to sb.

SVN revision: 76993

12 years agodon't know about you.. but video thumbnails do work - i'm staring at
Carsten Haitzler [Fri, 21 Sep 2012 12:40:36 +0000 (12:40 +0000)]
don't know about you.. but video thumbnails do work - i'm staring at
them right here. a whole window full of them. they take longer to gen
than images - but they work. evas_generic_loaders load them and gen
them if u have gstreamer support etc. sure - they are slower, but they
work. only thing we don't have is a timeout for a slow generic loader.
should add that to evas.

SVN revision: 76963

12 years agoah whoops, forgot to press play. video previews working great now
Mike Blumenkrantz [Fri, 21 Sep 2012 11:11:13 +0000 (11:11 +0000)]
ah whoops, forgot to press play. video previews working great now

SVN revision: 76960

12 years agoadd optional emotion support for filepreview widget. this doesn't work on my machine...
Mike Blumenkrantz [Fri, 21 Sep 2012 11:10:04 +0000 (11:10 +0000)]
add optional emotion support for filepreview widget. this doesn't work on my machine, I think because I have a broken vlc library so the generic player doesn't work.
CEDRIC, THIS FEATURE NEEDS YOU!

SVN revision: 76959

12 years agocheck mime type for disabling file thumbnails too
Mike Blumenkrantz [Fri, 21 Sep 2012 10:40:04 +0000 (10:40 +0000)]
check mime type for disabling file thumbnails too

SVN revision: 76958

12 years agocompletely remove exchange support since this is no longer supported/available
Mike Blumenkrantz [Fri, 21 Sep 2012 10:16:28 +0000 (10:16 +0000)]
completely remove exchange support since this is no longer supported/available

SVN revision: 76957

12 years agosame cleanups for physics module
Mike Blumenkrantz [Fri, 21 Sep 2012 10:04:20 +0000 (10:04 +0000)]
same cleanups for physics module

SVN revision: 76956

12 years agomacroify comp init/shutdown
Mike Blumenkrantz [Fri, 21 Sep 2012 10:02:44 +0000 (10:02 +0000)]
macroify comp init/shutdown

SVN revision: 76955

12 years agorefresh device links when new device is added
Mike Blumenkrantz [Fri, 21 Sep 2012 09:55:11 +0000 (09:55 +0000)]
refresh device links when new device is added

SVN revision: 76954

12 years agoadd timers to shelves which still haven't shown at module_init_end to show after 1s
Mike Blumenkrantz [Fri, 21 Sep 2012 09:39:26 +0000 (09:39 +0000)]
add timers to shelves which still haven't shown at module_init_end to show after 1s

SVN revision: 76953

12 years agoefm now attempts to unmount mounted volumes on suspend
Mike Blumenkrantz [Fri, 21 Sep 2012 09:33:22 +0000 (09:33 +0000)]
efm now attempts to unmount mounted volumes on suspend

SVN revision: 76952

12 years agorename E_LIST_HANDLERS_APPEND to E_LIST_HANDLER_APPEND, also add E_LIST_FOREACH
Mike Blumenkrantz [Fri, 21 Sep 2012 09:23:07 +0000 (09:23 +0000)]
rename E_LIST_HANDLERS_APPEND to E_LIST_HANDLER_APPEND, also add E_LIST_FOREACH

SVN revision: 76951

12 years agosimplify EFM_SMART_CHECK
Mike Blumenkrantz [Fri, 21 Sep 2012 09:20:36 +0000 (09:20 +0000)]
simplify EFM_SMART_CHECK

SVN revision: 76950

12 years agoupdate FIXME at top of efm
Mike Blumenkrantz [Fri, 21 Sep 2012 09:19:36 +0000 (09:19 +0000)]
update FIXME at top of efm

SVN revision: 76949

12 years agoclock now resets on resume
Mike Blumenkrantz [Fri, 21 Sep 2012 09:17:30 +0000 (09:17 +0000)]
clock now resets on resume

SVN revision: 76948

12 years agoadd new events for suspend/hibernate/resume
Mike Blumenkrantz [Fri, 21 Sep 2012 09:16:37 +0000 (09:16 +0000)]
add new events for suspend/hibernate/resume

SVN revision: 76947

12 years agoclock now uses timerfd_create() to receive updates when the system clock has changed...
Mike Blumenkrantz [Fri, 21 Sep 2012 08:55:22 +0000 (08:55 +0000)]
clock now uses timerfd_create() to receive updates when the system clock has changed to ensure proper sync

SVN revision: 76946

12 years agoclock module now updates immediately on timezone change
Mike Blumenkrantz [Fri, 21 Sep 2012 08:37:04 +0000 (08:37 +0000)]
clock module now updates immediately on timezone change

SVN revision: 76942

12 years agocomp now works in 16/15bpp - in theory even in 8bpp and monochrome :)
Carsten Haitzler [Fri, 21 Sep 2012 08:35:24 +0000 (08:35 +0000)]
comp now works in 16/15bpp - in theory even in 8bpp and monochrome :)

SVN revision: 76941

12 years agoformatting
Mike Blumenkrantz [Fri, 21 Sep 2012 08:16:50 +0000 (08:16 +0000)]
formatting

SVN revision: 76939

12 years agokill fileman tooltips on dnd positioning too
Mike Blumenkrantz [Fri, 21 Sep 2012 08:00:04 +0000 (08:00 +0000)]
kill fileman tooltips on dnd positioning too

SVN revision: 76937

12 years agoadd shelf menu option to refresh shelf contents
Mike Blumenkrantz [Fri, 21 Sep 2012 07:45:39 +0000 (07:45 +0000)]
add shelf menu option to refresh shelf contents

SVN revision: 76936

12 years agofix bug where configuring shelf contents from the shelves config dialog was disallowe...
Mike Blumenkrantz [Fri, 21 Sep 2012 07:42:12 +0000 (07:42 +0000)]
fix bug where configuring shelf contents from the shelves config dialog was disallowed when a shelf settings dialog was open

SVN revision: 76935

12 years agobring back the fwin event handlers and add more handlers to fix tooltip hiding when...
Mike Blumenkrantz [Fri, 21 Sep 2012 07:34:11 +0000 (07:34 +0000)]
bring back the fwin event handlers and add more handlers to fix tooltip hiding when dragging gadgets over files

SVN revision: 76934

12 years agobetter autohide fix
Mike Blumenkrantz [Fri, 21 Sep 2012 07:27:33 +0000 (07:27 +0000)]
better autohide fix

SVN revision: 76933

12 years agoincrease shelf size when checking to see if pointer is inside to ensure autohide...
Mike Blumenkrantz [Fri, 21 Sep 2012 07:18:53 +0000 (07:18 +0000)]
increase shelf size when checking to see if pointer is inside to ensure autohide picks it up properly

SVN revision: 76932

12 years agoadd configurable max file size to generate thumbnails for, also block thumbnail gener...
Mike Blumenkrantz [Fri, 21 Sep 2012 07:08:21 +0000 (07:08 +0000)]
add configurable max file size to generate thumbnails for, also block thumbnail generation for movie files entirely since this isn't even possible
ticket #1545

SVN revision: 76931

12 years agoadd last resort fix for an extremely rare corner case in gadman which causes objects...
Mike Blumenkrantz [Fri, 21 Sep 2012 06:45:11 +0000 (06:45 +0000)]
add last resort fix for an extremely rare corner case in gadman which causes objects to be undeletable at this point, preventing shutdown due to an infinite loop

SVN revision: 76930

12 years agodisable limit framerate as the code doesnt respect it atm so its
Carsten Haitzler [Thu, 20 Sep 2012 23:58:24 +0000 (23:58 +0000)]
disable limit framerate as the code doesnt respect it atm so its
misleading.

SVN revision: 76922

12 years agoibox now has an option which allows it to expand freely on the desktop
Mike Blumenkrantz [Thu, 20 Sep 2012 13:52:38 +0000 (13:52 +0000)]
ibox now has an option which allows it to expand freely on the desktop
ticket #718

SVN revision: 76914

12 years agothis has improvements to the "dont composite fullscreen windows"
Carsten Haitzler [Thu, 20 Sep 2012 13:40:19 +0000 (13:40 +0000)]
this has improvements to the "dont composite fullscreen windows"
feature in e17's comp or "nocomp" for short.

1. when nocomp is active actually undirect ALL windows (saves memory
on pixmaps)
2. remove damage tracking for ALL windows (not just fullscreen one).
3. reduce compositor canavs to 1x1 pixels to save buffer memory eg for
gl (1 pixel only :))
4. flush AND dump the engine data when nocomp hits to remove unneeded
engine data from memory.
5. free up all softqre comp xim image buffers and shm segs when in
nocomp
6. force canvas into manual render mode (and never render) when in
nocomp mode
7. for suspend/blank etc. effects er-enable comp for these

SVN revision: 76913

12 years agofix style application for new gadman gadgets
Mike Blumenkrantz [Thu, 20 Sep 2012 13:29:14 +0000 (13:29 +0000)]
fix style application for new gadman gadgets

SVN revision: 76910

12 years agotweak from previous shelf draw optimizing commit: now add a handler for module init...
Mike Blumenkrantz [Thu, 20 Sep 2012 13:06:15 +0000 (13:06 +0000)]
tweak from previous shelf draw optimizing commit: now add a handler for module init end to more accurately check gadcon populate requests so we can determine if a shelf is "empty" and then show it. fixes case where a shelf has gadgets but none are populated because the modules are all unloaded

SVN revision: 76909

12 years agofix nulling of gadcon populate idler
Mike Blumenkrantz [Thu, 20 Sep 2012 12:54:11 +0000 (12:54 +0000)]
fix nulling of gadcon populate idler

SVN revision: 76908

12 years agoonly block shelf drawing when shelf has none of its clients drawn, not when it has...
Mike Blumenkrantz [Thu, 20 Sep 2012 12:35:29 +0000 (12:35 +0000)]
only block shelf drawing when shelf has none of its clients drawn, not when it has no clients

SVN revision: 76907

12 years agofix bug where newly-added desktop gadgets wouldn't initiate edit mode correctly and...
Mike Blumenkrantz [Thu, 20 Sep 2012 12:27:00 +0000 (12:27 +0000)]
fix bug where newly-added desktop gadgets wouldn't initiate edit mode correctly and would be undeletable

SVN revision: 76906

12 years agouse EINA_LIST_FREE iterators so we don't needlessly loop lists twice, also fixes...
Mike Blumenkrantz [Thu, 20 Sep 2012 10:58:05 +0000 (10:58 +0000)]
use EINA_LIST_FREE iterators so we don't needlessly loop lists twice, also fixes a leak

SVN revision: 76905

12 years agosimplify ibox init/shutdown
Mike Blumenkrantz [Thu, 20 Sep 2012 10:53:31 +0000 (10:53 +0000)]
simplify ibox init/shutdown

SVN revision: 76904

12 years agoimprove usage of eina list
Mike Blumenkrantz [Thu, 20 Sep 2012 10:49:19 +0000 (10:49 +0000)]
improve usage of eina list

SVN revision: 76903

12 years agofix focus bug where changing desks would not properly unset focus in all cases
Mike Blumenkrantz [Thu, 20 Sep 2012 09:26:04 +0000 (09:26 +0000)]
fix focus bug where changing desks would not properly unset focus in all cases
ticket #1519

SVN revision: 76902

12 years agochuckleheads at it again with the pointer sliding on sloppy focus
Mike Blumenkrantz [Thu, 20 Sep 2012 09:06:28 +0000 (09:06 +0000)]
chuckleheads at it again with the pointer sliding on sloppy focus
ticket #1540

SVN revision: 76896

12 years agocreate default apps menu on init, don't free efreet menus on shutdown to prevent...
Mike Blumenkrantz [Thu, 20 Sep 2012 08:57:36 +0000 (08:57 +0000)]
create default apps menu on init, don't free efreet menus on shutdown to prevent race condition triggered by people with superhuman menu navigation abilities

SVN revision: 76895

12 years agoreorder shelf startup slightly, add gadcon populate event, only show created shelf...
Mike Blumenkrantz [Thu, 20 Sep 2012 08:44:30 +0000 (08:44 +0000)]
reorder shelf startup slightly, add gadcon populate event, only show created shelf after it's been populated, populate gadcons incrementally instead of all at once
this commit reduces my startup time by 0.5-1.0 seconds on average when using two shelves

SVN revision: 76894

12 years agoif xkbd module is loaded with no config, a very basic, generic config will be applied
Mike Blumenkrantz [Thu, 20 Sep 2012 07:45:30 +0000 (07:45 +0000)]
if xkbd module is loaded with no config, a very basic, generic config will be applied
ticket #1534

SVN revision: 76890

12 years agofix stringshare usage
Mike Blumenkrantz [Thu, 20 Sep 2012 07:34:07 +0000 (07:34 +0000)]
fix stringshare usage

SVN revision: 76889

12 years agoformatting
Mike Blumenkrantz [Thu, 20 Sep 2012 07:30:07 +0000 (07:30 +0000)]
formatting

SVN revision: 76888

12 years agounify ilist item creation
Mike Blumenkrantz [Thu, 20 Sep 2012 07:21:36 +0000 (07:21 +0000)]
unify ilist item creation

SVN revision: 76887

12 years agodamn xkb module breaking autohide on shelf!
Mike Blumenkrantz [Thu, 20 Sep 2012 07:07:40 +0000 (07:07 +0000)]
damn xkb module breaking autohide on shelf!
ticket #1539

SVN revision: 76886

12 years agoswitch order of desklock wallpaper finding when desklock is set to use "current deskt...
Mike Blumenkrantz [Thu, 20 Sep 2012 06:57:33 +0000 (06:57 +0000)]
switch order of desklock wallpaper finding when desklock is set to use "current desktop's wallpaper" so that it uses the default wallpaper AFTER checking if there's a custom one set for the current desk

SVN revision: 76885

12 years agoe: let's do the animation back correctly.
Cedric BAIL [Thu, 20 Sep 2012 03:43:07 +0000 (03:43 +0000)]
e: let's do the animation back correctly.

SVN revision: 76882

12 years agono duplicate win+left/right bindings.
Carsten Haitzler [Thu, 20 Sep 2012 02:49:54 +0000 (02:49 +0000)]
no duplicate win+left/right bindings.

SVN revision: 76881

12 years agoadd send of sigchld to apps e things are efl apps to wake them up if
Carsten Haitzler [Wed, 19 Sep 2012 23:50:27 +0000 (23:50 +0000)]
add send of sigchld to apps e things are efl apps to wake them up if
they are sleep()ing :)

SVN revision: 76877

12 years agoE keyboard: Sort the layouts by name, not code.
Tom Hacohen [Wed, 19 Sep 2012 15:20:47 +0000 (15:20 +0000)]
E keyboard: Sort the layouts by name, not code.

Thanks a lot to CharlesWaldman for reminding me about this.

SVN revision: 76873

12 years agoe17/modules/evry: this should be more correct, but i need to look into this again...
Hannes Janetzek [Wed, 19 Sep 2012 15:17:02 +0000 (15:17 +0000)]
e17/modules/evry: this should be more correct, but i need to look into this again...

SVN revision: 76872

12 years agofix bug where desklock background would not be correctly set when using "current...
Mike Blumenkrantz [Wed, 19 Sep 2012 13:51:19 +0000 (13:51 +0000)]
fix bug where desklock background would not be correctly set when using "current desk's wallpaper" setting

SVN revision: 76867

12 years agoregister and unregister desklock backgrounds on init/shutdown
Mike Blumenkrantz [Wed, 19 Sep 2012 13:31:35 +0000 (13:31 +0000)]
register and unregister desklock backgrounds on init/shutdown

SVN revision: 76864

12 years agomove desklock bg enum to desklock header
Mike Blumenkrantz [Wed, 19 Sep 2012 13:22:45 +0000 (13:22 +0000)]
move desklock bg enum to desklock header

SVN revision: 76863

12 years agodisable font lists in fonts config unless enable custom classes is enabled
Mike Blumenkrantz [Wed, 19 Sep 2012 13:02:26 +0000 (13:02 +0000)]
disable font lists in fonts config unless enable custom classes is enabled

SVN revision: 76862

12 years agocheck for file:// when adding to .order file to ensure efreet desktop creation succee...
Mike Blumenkrantz [Wed, 19 Sep 2012 12:58:01 +0000 (12:58 +0000)]
check for file:// when adding to .order file to ensure efreet desktop creation succeeds; fixes dnd with ibar

SVN revision: 76860

12 years agoformatting
Mike Blumenkrantz [Wed, 19 Sep 2012 12:54:08 +0000 (12:54 +0000)]
formatting

SVN revision: 76859

12 years agoI guess we only have to free these lists for evry config? if only someone who knew...
Mike Blumenkrantz [Wed, 19 Sep 2012 12:41:36 +0000 (12:41 +0000)]
I guess we only have to free these lists for evry config? if only someone who knew what the hell this was could fix its leaks
ticket #1530

SVN revision: 76858

12 years agodelete gadman drop handlers
Mike Blumenkrantz [Wed, 19 Sep 2012 12:40:37 +0000 (12:40 +0000)]
delete gadman drop handlers

SVN revision: 76855

12 years agonull check before previewing mount points
Mike Blumenkrantz [Wed, 19 Sep 2012 12:37:48 +0000 (12:37 +0000)]
null check before previewing mount points

SVN revision: 76854

12 years agowith the joint debugging efforts of devilhorns, efm tooltips now receive proper hidin...
Mike Blumenkrantz [Wed, 19 Sep 2012 12:16:33 +0000 (12:16 +0000)]
with the joint debugging efforts of devilhorns, efm tooltips now receive proper hiding events and don't hang around when switching desktops

SVN revision: 76853

12 years agoremove confusing and nonexistent struct typedef
Mike Blumenkrantz [Wed, 19 Sep 2012 10:34:19 +0000 (10:34 +0000)]
remove confusing and nonexistent struct typedef

SVN revision: 76851

12 years agoreset app menu cache every time a successful lookup occurs
Mike Blumenkrantz [Wed, 19 Sep 2012 10:22:33 +0000 (10:22 +0000)]
reset app menu cache every time a successful lookup occurs

SVN revision: 76850

12 years agoapp menus now generate themselves (top-most menu anyway) in threads to eliminate...
Mike Blumenkrantz [Wed, 19 Sep 2012 10:15:03 +0000 (10:15 +0000)]
app menus now generate themselves (top-most menu anyway) in threads to eliminate annoying stutter when scrolling through main menu

SVN revision: 76849

12 years agoprevent menus without any items from realizing at all
Mike Blumenkrantz [Wed, 19 Sep 2012 10:05:41 +0000 (10:05 +0000)]
prevent menus without any items from realizing at all

SVN revision: 76848

12 years agofix stringshare usage in menu items
Mike Blumenkrantz [Wed, 19 Sep 2012 07:20:26 +0000 (07:20 +0000)]
fix stringshare usage in menu items

SVN revision: 76846

12 years agosimplify extension checking
Mike Blumenkrantz [Wed, 19 Sep 2012 07:16:54 +0000 (07:16 +0000)]
simplify extension checking

SVN revision: 76845

12 years agoe's xsettings now prepends ~/.icons to XCURSOR_PATH if this directory exists to ...
Mike Blumenkrantz [Wed, 19 Sep 2012 06:58:50 +0000 (06:58 +0000)]
e's xsettings now prepends ~/.icons to XCURSOR_PATH if this directory exists to (hopefully) prevent ticket #1103 from resurfacing

SVN revision: 76844

12 years agoformatting
Mike Blumenkrantz [Wed, 19 Sep 2012 06:44:39 +0000 (06:44 +0000)]
formatting

SVN revision: 76842

12 years agosync efl version to 1.7.0, use a variable to make it easy to update.
Gustavo Sverzut Barbieri [Tue, 18 Sep 2012 22:20:11 +0000 (22:20 +0000)]
sync efl version to 1.7.0, use a variable to make it easy to update.

soon we'll be merging EFL, so let's prepare for that with a single var.

SVN revision: 76840

12 years agoadding gl translations and updating it and pt
Massimo Maiurana [Tue, 18 Sep 2012 21:51:43 +0000 (21:51 +0000)]
adding gl translations and updating it and pt

SVN revision: 76838

12 years agodon't fail custom ilist setting if base ilist doesn't exist, this is a stupid theme...
Mike Blumenkrantz [Tue, 18 Sep 2012 13:55:31 +0000 (13:55 +0000)]
don't fail custom ilist setting if base ilist doesn't exist, this is a stupid theme anyway

SVN revision: 76819

12 years agoignore the completed flag on dnd-finished events since this (SHOULD be) always true...
Mike Blumenkrantz [Tue, 18 Sep 2012 13:20:11 +0000 (13:20 +0000)]
ignore the completed flag on dnd-finished events since this (SHOULD be) always true; fixes bug where windows could be stuck in a never-ending drag and no longer respond to user input

SVN revision: 76818

12 years agotired of this stupid efm tooltip bug, fix it once and for all with event handlers
Mike Blumenkrantz [Tue, 18 Sep 2012 13:04:13 +0000 (13:04 +0000)]
tired of this stupid efm tooltip bug, fix it once and for all with event handlers

SVN revision: 76816

12 years agoE: Fix up ilist_custom_edje set to properly set theme for scrollframe
Christopher Michael [Tue, 18 Sep 2012 12:52:38 +0000 (12:52 +0000)]
E: Fix up ilist_custom_edje set to properly set theme for scrollframe
also.

SVN revision: 76815

12 years agopatch from Sergei Kabanov to fix possible crash in efm with udisks/hal backends
Mike Blumenkrantz [Tue, 18 Sep 2012 12:16:16 +0000 (12:16 +0000)]
patch from Sergei Kabanov to fix possible crash in efm with udisks/hal backends
ticket #1529

SVN revision: 76814

12 years agofix annoying warning
Mike Blumenkrantz [Tue, 18 Sep 2012 11:55:59 +0000 (11:55 +0000)]
fix annoying warning

SVN revision: 76813

12 years agomake this operate the same but be slightly less confusing
Mike Blumenkrantz [Tue, 18 Sep 2012 11:54:38 +0000 (11:54 +0000)]
make this operate the same but be slightly less confusing

SVN revision: 76812

12 years agothe author(s) of the bluez module should probably check this to ensure that this...
Mike Blumenkrantz [Tue, 18 Sep 2012 11:52:11 +0000 (11:52 +0000)]
the author(s) of the bluez module should probably check this to ensure that this line wasn't somehow important

SVN revision: 76811

12 years agotest for path length accurately here
Mike Blumenkrantz [Tue, 18 Sep 2012 11:51:27 +0000 (11:51 +0000)]
test for path length accurately here

SVN revision: 76810

12 years agoinitialize variable
Mike Blumenkrantz [Tue, 18 Sep 2012 11:44:24 +0000 (11:44 +0000)]
initialize variable

SVN revision: 76808

12 years agofix a bunch of questionably valid null derefs from clang
Mike Blumenkrantz [Tue, 18 Sep 2012 11:42:44 +0000 (11:42 +0000)]
fix a bunch of questionably valid null derefs from clang

SVN revision: 76807

12 years agoFrom: Doyoun Kang <doyoun.kang@samsung.com>
Doyoun Kang [Tue, 18 Sep 2012 11:41:55 +0000 (11:41 +0000)]
From: Doyoun Kang <doyoun.kang@samsung.com>
Subject: [E-devel] [Patch][e] add code to handle the floating mode

I added code to handles the floating mode in e.
I added the structure for floating mode in E_Border structure. If an
application sets the floating mode using elm_win_floating_mode_set(),
e gets this event - ECORE_X_EVENT_WINDOW_PROPERTY (atom:
ECORE_X_ATOM_E_ILLUME_WINDOW_STATE) - and sets floating mode
information to added structure in E_Border.

SVN revision: 76806

12 years agoinitialize variable
Mike Blumenkrantz [Tue, 18 Sep 2012 11:31:11 +0000 (11:31 +0000)]
initialize variable

SVN revision: 76802

12 years agos/strcmp/e_util_strcmp/g
Mike Blumenkrantz [Tue, 18 Sep 2012 11:30:26 +0000 (11:30 +0000)]
s/strcmp/e_util_strcmp/g

SVN revision: 76801

12 years agomissing consts
Mike Blumenkrantz [Tue, 18 Sep 2012 11:28:15 +0000 (11:28 +0000)]
missing consts

SVN revision: 76800

12 years agoilist widget custom edje setting thingy also sets scrollframe theme
Mike Blumenkrantz [Tue, 18 Sep 2012 11:26:36 +0000 (11:26 +0000)]
ilist widget custom edje setting thingy also sets scrollframe theme

SVN revision: 76799

12 years agoadd method for setting a custom theme for ilist
Mike Blumenkrantz [Tue, 18 Sep 2012 10:28:02 +0000 (10:28 +0000)]
add method for setting a custom theme for ilist

SVN revision: 76797

12 years agolets add prototype too in .h :)
Carsten Haitzler [Tue, 18 Sep 2012 10:19:29 +0000 (10:19 +0000)]
lets add prototype too in .h :)

SVN revision: 76796

12 years agoadd executor indirection setter.
Carsten Haitzler [Tue, 18 Sep 2012 10:10:19 +0000 (10:10 +0000)]
add executor indirection setter.

SVN revision: 76795

12 years agobreak out ilist item theme setting into separate function for consistency; this fixes...
Mike Blumenkrantz [Tue, 18 Sep 2012 10:07:33 +0000 (10:07 +0000)]
break out ilist item theme setting into separate function for consistency; this fixes a bug where even/odd header themes were not applied

SVN revision: 76794

12 years agoadd single-instance launching infra support for e17 as well as launch
Carsten Haitzler [Tue, 18 Sep 2012 10:00:37 +0000 (10:00 +0000)]
add single-instance launching infra support for e17 as well as launch
tracking for ibar.

SVN revision: 76793