platform/upstream/enlightenment.git
11 years agoWhen moving monitors around, use the geometry of the monitor frame to
Christopher Michael [Wed, 16 Jan 2013 08:41:48 +0000 (08:41 +0000)]
When moving monitors around, use the geometry of the monitor frame to
determine collision/intersection for cloning reasons (needed due to
monitor object itself having some padding around the frame which was
causing erroneous intersection calculations).

NB: Calling this one the JackDanielZ fix ;)

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 82867

11 years agoAdd monitor function to return geometry of the actual frame object.
Christopher Michael [Wed, 16 Jan 2013 08:41:34 +0000 (08:41 +0000)]
Add monitor function to return geometry of the actual frame object.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 82866

11 years agoUse output name first instead of monitor name. Fall back to monitor
Christopher Michael [Wed, 16 Jan 2013 08:07:00 +0000 (08:07 +0000)]
Use output name first instead of monitor name. Fall back to monitor
name if output has no name.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 82863

11 years agoPass the new orientation to map remove so we can resize the frame
Christopher Michael [Wed, 16 Jan 2013 08:06:57 +0000 (08:06 +0000)]
Pass the new orientation to map remove so we can resize the frame
properly.
When we start a rotate event, record the starting rotation.
When we stop rotating, mung in the starting rotation value.
Just fetch geometry once when we stop rotating.
Update the current orientation After we are done removing the map (on
rotate stop).

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 82862

11 years agoWhen getting the amount of rotation, use the frame geometry (as that
Christopher Michael [Wed, 16 Jan 2013 08:06:54 +0000 (08:06 +0000)]
When getting the amount of rotation, use the frame geometry (as that
is where the rotation event actually happens), instead of the geometry
of the whole monitor object.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 82861

11 years agoAdd function to remove an applied map (for making bg and text look
Christopher Michael [Wed, 16 Jan 2013 08:06:40 +0000 (08:06 +0000)]
Add function to remove an applied map (for making bg and text look
proper after rotation).

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 82860

11 years agoYet another LC_ALL=C infront of 'svnversion' command in configure.ac
Leif Middelschulte [Tue, 15 Jan 2013 16:17:36 +0000 (16:17 +0000)]
Yet another LC_ALL=C infront of 'svnversion' command in configure.ac

SVN revision: 82824

11 years agoimprove module config dialog load speed
Mike Blumenkrantz [Tue, 15 Jan 2013 15:34:27 +0000 (15:34 +0000)]
improve module config dialog load speed

SVN revision: 82820

11 years agotrack module directories, add api for fetching module .desktop files
Mike Blumenkrantz [Tue, 15 Jan 2013 15:33:39 +0000 (15:33 +0000)]
track module directories, add api for fetching module .desktop files

SVN revision: 82819

11 years agosmall improvement to window dragging: when allowing drag of maximized windows, changi...
Mike Blumenkrantz [Tue, 15 Jan 2013 14:43:19 +0000 (14:43 +0000)]
small improvement to window dragging: when allowing drag of maximized windows, changing the screen of a window will automatically attempt to resize the window so as to better fit the screen

exploring this change led to the discovery of a default theme bug: maximizing a window blocks events to resize hotspots on the bottom part of the window regardless of config settings

SVN revision: 82813

11 years agoe: follow edbus change about unref'ing messages after send
Lucas De Marchi [Tue, 15 Jan 2013 14:34:50 +0000 (14:34 +0000)]
e: follow edbus change about unref'ing messages after send

Don't unref the messages after calling edbus_*_send() since edbus
automatically unrefs them. It was also impressive the number of places
that were not unrefing the message when they should.

SVN revision: 82808

11 years agoe: Last missing file to pass distcheck.
Stefan Schmidt [Tue, 15 Jan 2013 13:59:07 +0000 (13:59 +0000)]
e: Last missing file to pass distcheck.

SVN revision: 82806

11 years agoe/theme: Add new files to get one step further for make distcheck.
Stefan Schmidt [Tue, 15 Jan 2013 13:47:03 +0000 (13:47 +0000)]
e/theme: Add new files to get one step further for make distcheck.

SVN revision: 82805

11 years agoe: Include appmenu theme files in EXTRA_DIST to fix distcheck.
Stefan Schmidt [Tue, 15 Jan 2013 13:46:59 +0000 (13:46 +0000)]
e: Include appmenu theme files in EXTRA_DIST to fix distcheck.

We don't have appmenu2 so it seems to be a plain typo.

SVN revision: 82804

11 years agoupdate e_module struct types
Mike Blumenkrantz [Tue, 15 Jan 2013 10:22:36 +0000 (10:22 +0000)]
update e_module struct types

SVN revision: 82797

11 years agoFix incorrect usage of gettext for plural forms.
Igor Murzov [Mon, 14 Jan 2013 23:43:40 +0000 (23:43 +0000)]
Fix incorrect usage of gettext for plural forms.

This commit is almost the same as r78716. Déjà vu!

SVN revision: 82788

11 years agoTranslate messages in configuration checker error dialog.
Igor Murzov [Mon, 14 Jan 2013 23:42:40 +0000 (23:42 +0000)]
Translate messages in configuration checker error dialog.

SVN revision: 82787

11 years agoand now for something completely useless: rotate effect for composite
Mike Blumenkrantz [Mon, 14 Jan 2013 17:57:24 +0000 (17:57 +0000)]
and now for something completely useless: rotate effect for composite

SVN revision: 82773

11 years agoBacklight, screenlock and screensaver don't check for fullscreen windows - we have...
Miculcy Brian [Mon, 14 Jan 2013 17:26:13 +0000 (17:26 +0000)]
Backlight, screenlock and screensaver don't check for fullscreen windows - we have presentation mode for that.

SVN revision: 82772

11 years agofix comp bug where focus+urgency states were not applied to windows on startup
Mike Blumenkrantz [Mon, 14 Jan 2013 17:03:52 +0000 (17:03 +0000)]
fix comp bug where focus+urgency states were not applied to windows on startup

SVN revision: 82769

11 years agoblock conf2 window delete updates during shutdown
Mike Blumenkrantz [Mon, 14 Jan 2013 14:45:34 +0000 (14:45 +0000)]
block conf2 window delete updates during shutdown

SVN revision: 82764

11 years agosometimes a man doesn't know what he's doing when he's working on comp themes. that...
Mike Blumenkrantz [Mon, 14 Jan 2013 13:01:15 +0000 (13:01 +0000)]
sometimes a man doesn't know what he's doing when he's working on comp themes. that man is me.

SVN revision: 82760

11 years agomove all conf2 options for opening config dialogs into the owner module
Mike Blumenkrantz [Sun, 13 Jan 2013 13:28:56 +0000 (13:28 +0000)]
move all conf2 options for opening config dialogs into the owner module

SVN revision: 82727

11 years agoclean up xsettings theme listing to use internal functions instead of scanning direct...
Mike Blumenkrantz [Sun, 13 Jan 2013 12:35:18 +0000 (12:35 +0000)]
clean up xsettings theme listing to use internal functions instead of scanning directories

SVN revision: 82722

11 years agoadd conf2 subsystem utility function for getting gtk theme list
Mike Blumenkrantz [Sun, 13 Jan 2013 12:34:46 +0000 (12:34 +0000)]
add conf2 subsystem utility function for getting gtk theme list

SVN revision: 82721

11 years agoadd conf2 utility functions to get current themes
Mike Blumenkrantz [Sun, 13 Jan 2013 12:20:53 +0000 (12:20 +0000)]
add conf2 utility functions to get current themes

SVN revision: 82720

11 years agobig cleanup for conf_theme module: conf2 subsystem already tracks themes
Mike Blumenkrantz [Sun, 13 Jan 2013 12:20:32 +0000 (12:20 +0000)]
big cleanup for conf_theme module: conf2 subsystem already tracks themes
also change check widget to radio

SVN revision: 82719

11 years agoall comp options are now available in conf2
Mike Blumenkrantz [Sun, 13 Jan 2013 11:56:43 +0000 (11:56 +0000)]
all comp options are now available in conf2

SVN revision: 82718

11 years agochange comp engine values to enum
Mike Blumenkrantz [Sun, 13 Jan 2013 11:55:16 +0000 (11:55 +0000)]
change comp engine values to enum

SVN revision: 82717

11 years agoonly delete configure option data if tags still exist, preventing crash if conf2...
Mike Blumenkrantz [Sun, 13 Jan 2013 11:54:53 +0000 (11:54 +0000)]
only delete configure option data if tags still exist, preventing crash if conf2 is open on restart/exit

SVN revision: 82716

11 years agoswap conf2 comp panel option to only open the advanced match panel
Mike Blumenkrantz [Sun, 13 Jan 2013 11:47:26 +0000 (11:47 +0000)]
swap conf2 comp panel option to only open the advanced match panel

SVN revision: 82715

11 years agos/iconif/minimize/ for conf2 options, add alias for iconif
Mike Blumenkrantz [Sun, 13 Jan 2013 10:24:17 +0000 (10:24 +0000)]
s/iconif/minimize/ for conf2 options, add alias for iconif

SVN revision: 82714

11 years agodont need the include there - e.h has it.
Carsten Haitzler [Sun, 13 Jan 2013 05:37:00 +0000 (05:37 +0000)]
dont need the include there - e.h has it.

SVN revision: 82713

11 years agofrom gustavo - efm cmdline grok uri's but needs efreet linking.
Carsten Haitzler [Sun, 13 Jan 2013 05:36:22 +0000 (05:36 +0000)]
from gustavo - efm cmdline grok uri's but needs efreet linking.

SVN revision: 82712

11 years agosplit conf_comp->advanced match settings into separate dialog to make comp settings...
Mike Blumenkrantz [Sat, 12 Jan 2013 17:09:55 +0000 (17:09 +0000)]
split conf_comp->advanced match settings into separate dialog to make comp settings dialog slightly less insane

SVN revision: 82709

11 years agoadd e_comp_cfdata_match_free()
Mike Blumenkrantz [Sat, 12 Jan 2013 15:46:01 +0000 (15:46 +0000)]
add e_comp_cfdata_match_free()

SVN revision: 82704

11 years agoremove unnecessary macro for comp engines and use enum values
Mike Blumenkrantz [Sat, 12 Jan 2013 15:37:49 +0000 (15:37 +0000)]
remove unnecessary macro for comp engines and use enum values

SVN revision: 82702

11 years agoremove harmless duplicate timer_del call which caused error messages
Mike Blumenkrantz [Sat, 12 Jan 2013 15:13:34 +0000 (15:13 +0000)]
remove harmless duplicate timer_del call which caused error messages

SVN revision: 82701

11 years agofix conf_comp module icon display
Mike Blumenkrantz [Sat, 12 Jan 2013 15:10:34 +0000 (15:10 +0000)]
fix conf_comp module icon display

SVN revision: 82700

11 years agoaspect widget appears to not be a real object when it comes to clipping, so we're...
Mike Blumenkrantz [Sat, 12 Jan 2013 14:46:36 +0000 (14:46 +0000)]
aspect widget appears to not be a real object when it comes to clipping, so we're going to be unorthodox here and not return it even though it's the parent...

SVN revision: 82699

11 years agofix conf2 overlay bg clipping color thingy
Mike Blumenkrantz [Sat, 12 Jan 2013 14:32:08 +0000 (14:32 +0000)]
fix conf2 overlay bg clipping color thingy

SVN revision: 82698

11 years agoe: e_mixer_system_has_capture checks for capture switch||volume
Jérémy Zurcher [Sat, 12 Jan 2013 13:12:58 +0000 (13:12 +0000)]
e: e_mixer_system_has_capture checks for capture switch||volume

SVN revision: 82697

11 years agoe_manager_comp_set now sends an event instead of using e_msg, though I don't even...
Mike Blumenkrantz [Sat, 12 Jan 2013 12:57:53 +0000 (12:57 +0000)]
e_manager_comp_set now sends an event instead of using e_msg, though I don't even think this is necessary anymore since it will only be called on startup and shutdown...

SVN revision: 82696

11 years agosimplify/streamline configure option adding, also add option domains so modules can...
Mike Blumenkrantz [Sat, 12 Jan 2013 12:28:48 +0000 (12:28 +0000)]
simplify/streamline configure option adding, also add option domains so modules can get lists of their own options or other module options

SVN revision: 82695

11 years agomove e_configure_option_shutdown() to be the first function called on shutdown: bad...
Mike Blumenkrantz [Sat, 12 Jan 2013 12:18:42 +0000 (12:18 +0000)]
move e_configure_option_shutdown() to be the first function called on shutdown: bad things happen if this is not the case

SVN revision: 82694

11 years agounset color class for comp popups, onefangs rejoice again
Mike Blumenkrantz [Fri, 11 Jan 2013 21:59:24 +0000 (21:59 +0000)]
unset color class for comp popups, onefangs rejoice again

SVN revision: 82673

11 years agoe: Fix an unused warning
Mike McCormack [Fri, 11 Jan 2013 21:45:10 +0000 (21:45 +0000)]
e: Fix an unused warning

Signed-off-by: Mike McCormack <mikem@atratus.org>
SVN revision: 82672

11 years agoexplicitly send signals and such for noeffect screen programs because I have no idea...
Mike Blumenkrantz [Fri, 11 Jan 2013 14:59:50 +0000 (14:59 +0000)]
explicitly send signals and such for noeffect screen programs because I have no idea wtf inherit is doing here

SVN revision: 82640

11 years agoadd fallback timeout for system actions; now that comp is mandatory we have to accoun...
Mike Blumenkrantz [Fri, 11 Jan 2013 14:54:30 +0000 (14:54 +0000)]
add fallback timeout for system actions; now that comp is mandatory we have to account for the possibility that themes can fail to send correct signals, leading to the screen going black and nothing happening

SVN revision: 82639

11 years agodisable comp effects in wizard also disables screen effects
Mike Blumenkrantz [Fri, 11 Jan 2013 14:40:14 +0000 (14:40 +0000)]
disable comp effects in wizard also disables screen effects

SVN revision: 82638

11 years agoadd fast effect options to comp config dialog, also do some reorganizing in the advan...
Mike Blumenkrantz [Fri, 11 Jan 2013 13:34:02 +0000 (13:34 +0000)]
add fast effect options to comp config dialog, also do some reorganizing in the advanced view

SVN revision: 82637

11 years agodon't need this line since it's inherited
Mike Blumenkrantz [Fri, 11 Jan 2013 13:32:43 +0000 (13:32 +0000)]
don't need this line since it's inherited

SVN revision: 82636

11 years agofast fullscreen comp group
Mike Blumenkrantz [Fri, 11 Jan 2013 13:06:49 +0000 (13:06 +0000)]
fast fullscreen comp group

SVN revision: 82634

11 years agogroup name typo
Mike Blumenkrantz [Fri, 11 Jan 2013 12:57:31 +0000 (12:57 +0000)]
group name typo

SVN revision: 82633

11 years agoensure that comp focus glow goes away when focus-out occurs
Mike Blumenkrantz [Fri, 11 Jan 2013 11:55:33 +0000 (11:55 +0000)]
ensure that comp focus glow goes away when focus-out occurs

SVN revision: 82632

11 years agoadd options (conf2 only for the next few minutes) and functionality to enable "fast...
Mike Blumenkrantz [Fri, 11 Jan 2013 11:53:29 +0000 (11:53 +0000)]
add options (conf2 only for the next few minutes) and functionality to enable "fast" comp effects in theme

SVN revision: 82631

11 years agotypos in effect disabling checks
Mike Blumenkrantz [Fri, 11 Jan 2013 11:49:56 +0000 (11:49 +0000)]
typos in effect disabling checks

SVN revision: 82630

11 years agomove comp color class data to new colorclasses.edc file
Mike Blumenkrantz [Fri, 11 Jan 2013 11:26:37 +0000 (11:26 +0000)]
move comp color class data to new colorclasses.edc file

SVN revision: 82629

11 years agoadd focus-out color class and functionality to default theme
Mike Blumenkrantz [Fri, 11 Jan 2013 11:21:20 +0000 (11:21 +0000)]
add focus-out color class and functionality to default theme

SVN revision: 82628

11 years agobacklight no longer attempts to apply settings for dummy devices
Mike Blumenkrantz [Fri, 11 Jan 2013 10:51:24 +0000 (10:51 +0000)]
backlight no longer attempts to apply settings for dummy devices

SVN revision: 82626

11 years agoformatting: all at once
Mike Blumenkrantz [Fri, 11 Jan 2013 10:34:29 +0000 (10:34 +0000)]
formatting: all at once

SVN revision: 82625

11 years agoadd conf2 option for default comp shadow style
Mike Blumenkrantz [Fri, 11 Jan 2013 10:30:01 +0000 (10:30 +0000)]
add conf2 option for default comp shadow style

SVN revision: 82624

11 years agoanother new comp option for disabling screen effects (fading on blank)
Mike Blumenkrantz [Fri, 11 Jan 2013 09:21:39 +0000 (09:21 +0000)]
another new comp option for disabling screen effects (fading on blank)

SVN revision: 82623

11 years agoe_manager_comp_set() is now EINTERN; external compositors are officially dead
Mike Blumenkrantz [Fri, 11 Jan 2013 08:40:14 +0000 (08:40 +0000)]
e_manager_comp_set() is now EINTERN; external compositors are officially dead

SVN revision: 82622

11 years agouse new CUSTOM variant macro for conf2 options in modules
Mike Blumenkrantz [Fri, 11 Jan 2013 08:28:46 +0000 (08:28 +0000)]
use new CUSTOM variant macro for conf2 options in modules

SVN revision: 82620

11 years agomove comp icon to core
Mike Blumenkrantz [Fri, 11 Jan 2013 08:23:41 +0000 (08:23 +0000)]
move comp icon to core

SVN revision: 82619

11 years agomove conf2 comp options to e_comp
Mike Blumenkrantz [Fri, 11 Jan 2013 08:20:14 +0000 (08:20 +0000)]
move conf2 comp options to e_comp

SVN revision: 82618

11 years agocomp module config is dead, long live conf_comp!
Mike Blumenkrantz [Fri, 11 Jan 2013 07:52:47 +0000 (07:52 +0000)]
comp module config is dead, long live conf_comp!

SVN revision: 82617

11 years agorename e_comp_shadow_set to e_comp_shadows_reset to be more descriptive about what...
Mike Blumenkrantz [Thu, 10 Jan 2013 14:05:08 +0000 (14:05 +0000)]
rename e_comp_shadow_set to e_comp_shadows_reset to be more descriptive about what it does

SVN revision: 82570

11 years agoon second thought, disabling comp effects requires a reshadow so make sure we do...
Mike Blumenkrantz [Thu, 10 Jan 2013 14:01:31 +0000 (14:01 +0000)]
on second thought, disabling comp effects requires a reshadow so make sure we do that if those settings change

SVN revision: 82569

11 years agoadd option to disable comp effects to wizard, also fix wizard comp config saving...
Mike Blumenkrantz [Thu, 10 Jan 2013 13:55:41 +0000 (13:55 +0000)]
add option to disable comp effects to wizard, also fix wizard comp config saving (:/)

SVN revision: 82568

11 years agoreword some comp effect option text
Mike Blumenkrantz [Thu, 10 Jan 2013 13:31:30 +0000 (13:31 +0000)]
reword some comp effect option text

SVN revision: 82567

11 years agofix wizard comp config domain
Mike Blumenkrantz [Thu, 10 Jan 2013 13:27:03 +0000 (13:27 +0000)]
fix wizard comp config domain

SVN revision: 82566

11 years agonow that comp is mandatory, I require options to completely disable comp effects...
Mike Blumenkrantz [Thu, 10 Jan 2013 13:20:02 +0000 (13:20 +0000)]
now that comp is mandatory, I require options to completely disable comp effects before I can use e without tearing my eyes from their sockets

SVN revision: 82564

11 years agofix comp config dialog settings apply (:/), fix comp config saving (:/), fix comp...
Mike Blumenkrantz [Thu, 10 Jan 2013 13:03:36 +0000 (13:03 +0000)]
fix comp config dialog settings apply (:/), fix comp config saving (:/), fix comp config dialog config loading (:/), change comp config domain to "e_comp" (your settings will be lost if you do not manually rename)

SVN revision: 82563

11 years agoe modules no longer require shutdown or save functions; this should clean up module...
Mike Blumenkrantz [Thu, 10 Jan 2013 11:31:17 +0000 (11:31 +0000)]
e modules no longer require shutdown or save functions; this should clean up module code a little bit

SVN revision: 82552

11 years agoadd comp module settings to settings menu since people will probably want to change...
Mike Blumenkrantz [Thu, 10 Jan 2013 10:49:36 +0000 (10:49 +0000)]
add comp module settings to settings menu since people will probably want to change them now that it's always enabled

SVN revision: 82548

11 years agoe_menu_category_callback create callback parameter order has changed to be consistent...
Mike Blumenkrantz [Thu, 10 Jan 2013 10:36:41 +0000 (10:36 +0000)]
e_menu_category_callback create callback parameter order has changed to be consistent with the rest of the efl: data param always comes first

SVN revision: 82547

11 years agoconfig submenu now sets "config" category
Mike Blumenkrantz [Thu, 10 Jan 2013 10:27:08 +0000 (10:27 +0000)]
config submenu now sets "config" category

SVN revision: 82546

11 years agocomp module struct now EINTERN
Mike Blumenkrantz [Thu, 10 Jan 2013 10:25:12 +0000 (10:25 +0000)]
comp module struct now EINTERN

SVN revision: 82545

11 years agoNEWS entries for raster's commits
Mike Blumenkrantz [Thu, 10 Jan 2013 10:18:30 +0000 (10:18 +0000)]
NEWS entries for raster's commits

SVN revision: 82544

11 years agoghost window-- after iconify+uniconify+withdraw
Carsten Haitzler [Thu, 10 Jan 2013 10:15:32 +0000 (10:15 +0000)]
ghost window-- after iconify+uniconify+withdraw

SVN revision: 82542

11 years agoadd conf_comp to module whitelist, use right name for comp module in other places
Mike Blumenkrantz [Thu, 10 Jan 2013 10:03:10 +0000 (10:03 +0000)]
add conf_comp to module whitelist, use right name for comp module in other places

SVN revision: 82541

11 years agocomp needs managers to exist on init. riiiiight
Mike Blumenkrantz [Thu, 10 Jan 2013 09:43:56 +0000 (09:43 +0000)]
comp needs managers to exist on init. riiiiight
my favorite dish today: humble pie

SVN revision: 82540

11 years agovtorri for raster's commit
Mike Blumenkrantz [Thu, 10 Jan 2013 09:38:31 +0000 (09:38 +0000)]
vtorri for raster's commit

SVN revision: 82538

11 years agono config - we should insta-restart with default profile.
Carsten Haitzler [Thu, 10 Jan 2013 09:33:22 +0000 (09:33 +0000)]
no config - we should insta-restart with default profile.

SVN revision: 82537

11 years agowe really should return.. as e_config is null.
Carsten Haitzler [Thu, 10 Jan 2013 09:29:44 +0000 (09:29 +0000)]
we really should return.. as e_config is null.

SVN revision: 82535

11 years agofix E_Win handling of window state changes, also fix e_border handling of changes...
Mike Blumenkrantz [Thu, 10 Jan 2013 09:24:42 +0000 (09:24 +0000)]
fix E_Win handling of window state changes, also fix e_border handling of changes.prop setting
ticket #2091

SVN revision: 82534

11 years agoassert.h++
Carsten Haitzler [Thu, 10 Jan 2013 08:50:04 +0000 (08:50 +0000)]
assert.h++

SVN revision: 82531

11 years agodon't display comp module in module settings dialog
Mike Blumenkrantz [Thu, 10 Jan 2013 08:29:19 +0000 (08:29 +0000)]
don't display comp module in module settings dialog

SVN revision: 82529

11 years agoautoremove comp module from e_config if it was previously existing there
Mike Blumenkrantz [Thu, 10 Jan 2013 08:28:50 +0000 (08:28 +0000)]
autoremove comp module from e_config if it was previously existing there

SVN revision: 82528

11 years agoe: we now use Ecore_Getopt.h
Cedric BAIL [Thu, 10 Jan 2013 08:27:43 +0000 (08:27 +0000)]
e: we now use Ecore_Getopt.h

SVN revision: 82527

11 years agoactually rename conf_comp and update its .desktop...
Mike Blumenkrantz [Thu, 10 Jan 2013 08:26:55 +0000 (08:26 +0000)]
actually rename conf_comp and update its .desktop...

SVN revision: 82526

11 years agocompletely block modules named composite from being loaded
Mike Blumenkrantz [Thu, 10 Jan 2013 08:14:15 +0000 (08:14 +0000)]
completely block modules named composite from being loaded

SVN revision: 82522

11 years agoE_LIST_HANDLER_APPEND now assert()s the event handler
Mike Blumenkrantz [Thu, 10 Jan 2013 08:09:46 +0000 (08:09 +0000)]
E_LIST_HANDLER_APPEND now assert()s the event handler

SVN revision: 82521

11 years agoorder matters in e_main: e_comp would never succeed at compositing anything border...
Mike Blumenkrantz [Thu, 10 Jan 2013 08:06:01 +0000 (08:06 +0000)]
order matters in e_main: e_comp would never succeed at compositing anything border-related because it was inited before e_border, thus causing all its e_border event handlers to be nonexistent

SVN revision: 82520

11 years agofix e_comp_shutdown return type and make e_comp_{init,shutdown} EINTERN so they can...
Mike Blumenkrantz [Thu, 10 Jan 2013 07:53:20 +0000 (07:53 +0000)]
fix e_comp_shutdown return type and make e_comp_{init,shutdown} EINTERN so they can't be disabled

SVN revision: 82518

11 years agopatch from Deon Thomas fixing incorrect variable name for base conf module config...
Mike Blumenkrantz [Thu, 10 Jan 2013 07:41:18 +0000 (07:41 +0000)]
patch from Deon Thomas fixing incorrect variable name for base conf module config version

SVN revision: 82515

11 years agoe systray: Move dbus stuff out of gadcon instance
José Roberto de Souza [Wed, 9 Jan 2013 22:38:21 +0000 (22:38 +0000)]
e systray: Move dbus stuff out of gadcon instance

This fix a bug that was empty dbus notification when shelf is moved and
also allow multiple instance if some day we drop xembed support.

Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>

SVN revision: 82492

11 years agoe: NEWS + ChangeLog for comp merge
Lucas De Marchi [Wed, 9 Jan 2013 16:24:03 +0000 (16:24 +0000)]
e: NEWS + ChangeLog for comp merge

SVN revision: 82472