Commit Graph

13073 Commits

Author SHA1 Message Date
Mike Blumenkrantz 3767fe1ce6 typo for conf2 option to disable screen effects
SVN revision: 83085
2013-01-22 14:06:15 +00:00
Mike Blumenkrantz 35f01480ac conf2 entry matching now even more accurate
SVN revision: 83084
2013-01-22 13:51:11 +00:00
Mike Blumenkrantz 89cbf7d653 text searching in conf2 will now be much more accurate when one "word" contains multiple tags
SVN revision: 83083
2013-01-22 13:44:28 +00:00
Mike Blumenkrantz 9707e23024 reenable nocomp_fs by default now that it's fixed
SVN revision: 83078
2013-01-22 11:41:13 +00:00
Mike Blumenkrantz 6d4ccf159c finally fix bug with "don't composite fullscreen windows" option
ticket #1558


SVN revision: 83076
2013-01-22 11:34:45 +00:00
Mike Blumenkrantz b93d7aeb23 change a couple comp DBGs to WRN
SVN revision: 83075
2013-01-22 11:31:07 +00:00
Mike Blumenkrantz f217f7e0b3 set comp log level to info
SVN revision: 83074
2013-01-22 11:29:24 +00:00
Mike Blumenkrantz 0c524f1094 add null checks to external comp api
SVN revision: 83068
2013-01-22 10:18:53 +00:00
Mike Blumenkrantz b0c585cedd comp now has and uses its own log domain
SVN revision: 83067
2013-01-22 10:04:26 +00:00
Mike Blumenkrantz 65aaca959f move ecore-x checks in comp to beginning of comp init
SVN revision: 83066
2013-01-22 09:59:22 +00:00
Mike Blumenkrantz 7923a0937c fix desktop gadget dragging near screen edges
ticket #2108


SVN revision: 83063
2013-01-22 09:39:04 +00:00
Mike Blumenkrantz 68c11dfc68 possibly fix possibly existing clock popup crash
ticket #2090


SVN revision: 83062
2013-01-22 09:01:25 +00:00
Mike Blumenkrantz 7f22a1e36a don't need to be rebuilding illume edj files all the time, these haven't changed since dinosaurs roamed the earth
also probably fixes ticket #2084


SVN revision: 83060
2013-01-22 08:54:25 +00:00
Mike Blumenkrantz bbff627334 better fix for initial placement of wine windows, also fixes bug where windows would be placed slightly offscreen
SVN revision: 83059
2013-01-22 08:39:10 +00:00
Mike Blumenkrantz 8fcf2cbcca remove old e_msg-based comp api as well as e_manager_comp api, replacing both with e_comp functions and events
this completely breaks anything external which used comp, so module api version has been bumped


SVN revision: 82973
2013-01-18 12:47:14 +00:00
Mike Blumenkrantz e75bc273b2 e_comp.h now includes other comp headers, explicitly including comp headers is not necessary
SVN revision: 82972
2013-01-18 11:22:05 +00:00
Mike Blumenkrantz fc287ad767 make "fast" comp effects initially disabled if effects are disabled
SVN revision: 82971
2013-01-18 10:50:33 +00:00
Mike McCormack 66c08a536d e: Remove unused variable warnings
Signed-off-by: Mike McCormack <mikem@atratus.org>

SVN revision: 82966
2013-01-18 06:45:55 +00:00
Chidambar Zinnoury f0eb778f50 e mixer and battery modules: reuse notifications.
SVN revision: 82931
2013-01-17 10:47:53 +00:00
Christopher Michael f117b3de1d Add function for setting monitor position text.
Fix some comments.
When the monitor object gets moved, update the position text.

NB: Hopefully this helps a little for people having monitor "black
out" issues after moving things around. At least now you can See what
the position will be.

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

SVN revision: 82887
2013-01-16 13:33:27 +00:00
Christopher Michael 37908f9b73 When searching for the next resolution to snap to, do Not skip
refresh_rate checks (allows resize events which keep the current rate).

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

SVN revision: 82884
2013-01-16 11:56:44 +00:00
Christopher Michael 01eb2c4cc0 Various fixes for some resizing issues as reported by Thanatermesis.
- Don't bother trapping mouse movements outside of the monitor.
 - Simplier test for resizing above/below max/min resolution.

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

SVN revision: 82883
2013-01-16 11:56:36 +00:00
Miculcy Brian cc6581a8f9 Shelf option 'overlapping' made clearer and disabled when window automatic movement on shelf hide isn't set.
SVN revision: 82871
2013-01-16 09:56:50 +00:00
Christopher Michael 39e9f03048 No need to convert frame geometry to virtual...we can just compare
actual canvas geometry when doing collision detection.

Port the previous "JackDanielz" fix (using frame geometry vs using
object geometry) to the actual move function also.

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

SVN revision: 82868
2013-01-16 09:01:30 +00:00
Christopher Michael 4a49bf8b05 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
2013-01-16 08:41:48 +00:00
Christopher Michael 44b62de0b6 Add monitor function to return geometry of the actual frame object.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 82866
2013-01-16 08:41:34 +00:00
Christopher Michael f518182cf8 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
2013-01-16 08:07:00 +00:00
Christopher Michael 272907949e 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
2013-01-16 08:06:57 +00:00
Christopher Michael 1cca680d13 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
2013-01-16 08:06:54 +00:00
Christopher Michael 2c034a27b9 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
2013-01-16 08:06:40 +00:00
Mike Blumenkrantz bc2cdda276 improve module config dialog load speed
SVN revision: 82820
2013-01-15 15:34:27 +00:00
Mike Blumenkrantz 1c4aec432d track module directories, add api for fetching module .desktop files
SVN revision: 82819
2013-01-15 15:33:39 +00:00
Mike Blumenkrantz 0dea8f3339 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
2013-01-15 14:43:19 +00:00
Lucas De Marchi a37c6ca20f 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
2013-01-15 14:34:50 +00:00
Stefan Schmidt 2ce05c326f e: Last missing file to pass distcheck.
SVN revision: 82806
2013-01-15 13:59:07 +00:00
Stefan Schmidt 7ebc7b2e7c 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
2013-01-15 13:46:59 +00:00
Mike Blumenkrantz 34020fe5df update e_module struct types
SVN revision: 82797
2013-01-15 10:22:36 +00:00
Igor Murzov 505278789d Fix incorrect usage of gettext for plural forms.
This commit is almost the same as r78716. Déjà vu!


SVN revision: 82788
2013-01-14 23:43:40 +00:00
Igor Murzov 2b2335fc0b Translate messages in configuration checker error dialog.
SVN revision: 82787
2013-01-14 23:42:40 +00:00
Miculcy Brian 9d781fa8ac Backlight, screenlock and screensaver don't check for fullscreen windows - we have presentation mode for that.
SVN revision: 82772
2013-01-14 17:26:13 +00:00
Mike Blumenkrantz c088474ba6 fix comp bug where focus+urgency states were not applied to windows on startup
SVN revision: 82769
2013-01-14 17:03:52 +00:00
Mike Blumenkrantz 4d97230dfd block conf2 window delete updates during shutdown
SVN revision: 82764
2013-01-14 14:45:34 +00:00
Mike Blumenkrantz 839a2f3f15 move all conf2 options for opening config dialogs into the owner module
SVN revision: 82727
2013-01-13 13:28:56 +00:00
Mike Blumenkrantz 964a0e3a7f clean up xsettings theme listing to use internal functions instead of scanning directories
SVN revision: 82722
2013-01-13 12:35:18 +00:00
Mike Blumenkrantz 15baa212d8 add conf2 subsystem utility function for getting gtk theme list
SVN revision: 82721
2013-01-13 12:34:46 +00:00
Mike Blumenkrantz 1e0d4e857c add conf2 utility functions to get current themes
SVN revision: 82720
2013-01-13 12:20:53 +00:00
Mike Blumenkrantz ec6f8a06b0 big cleanup for conf_theme module: conf2 subsystem already tracks themes
also change check widget to radio


SVN revision: 82719
2013-01-13 12:20:32 +00:00
Mike Blumenkrantz cdbebff3ab all comp options are now available in conf2
SVN revision: 82718
2013-01-13 11:56:43 +00:00
Mike Blumenkrantz e34ba7b645 change comp engine values to enum
SVN revision: 82717
2013-01-13 11:55:16 +00:00
Mike Blumenkrantz 3d479ba0cf only delete configure option data if tags still exist, preventing crash if conf2 is open on restart/exit
SVN revision: 82716
2013-01-13 11:54:53 +00:00
Mike Blumenkrantz 11109353dd swap conf2 comp panel option to only open the advanced match panel
SVN revision: 82715
2013-01-13 11:47:26 +00:00
Mike Blumenkrantz 6cdfddfb8e s/iconif/minimize/ for conf2 options, add alias for iconif
SVN revision: 82714
2013-01-13 10:24:17 +00:00
Carsten Haitzler bcb3fa19d0 dont need the include there - e.h has it.
SVN revision: 82713
2013-01-13 05:37:00 +00:00
Carsten Haitzler b6a5ad1a40 from gustavo - efm cmdline grok uri's but needs efreet linking.
SVN revision: 82712
2013-01-13 05:36:22 +00:00
Mike Blumenkrantz 374580215d split conf_comp->advanced match settings into separate dialog to make comp settings dialog slightly less insane
SVN revision: 82709
2013-01-12 17:09:55 +00:00
Mike Blumenkrantz f965a163bf add e_comp_cfdata_match_free()
SVN revision: 82704
2013-01-12 15:46:01 +00:00
Mike Blumenkrantz f15d34dcac remove unnecessary macro for comp engines and use enum values
SVN revision: 82702
2013-01-12 15:37:49 +00:00
Mike Blumenkrantz 94ab8f2a37 remove harmless duplicate timer_del call which caused error messages
SVN revision: 82701
2013-01-12 15:13:34 +00:00
Mike Blumenkrantz c4375e0dcb fix conf_comp module icon display
SVN revision: 82700
2013-01-12 15:10:34 +00:00
Mike Blumenkrantz 2f8132a3d1 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
2013-01-12 14:46:36 +00:00
Mike Blumenkrantz b54bf249b1 fix conf2 overlay bg clipping color thingy
SVN revision: 82698
2013-01-12 14:32:08 +00:00
Jérémy Zurcher 61ec906486 e: e_mixer_system_has_capture checks for capture switch||volume
SVN revision: 82697
2013-01-12 13:12:58 +00:00
Mike Blumenkrantz 91748cdc92 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
2013-01-12 12:57:53 +00:00
Mike Blumenkrantz 16062072e4 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
2013-01-12 12:28:48 +00:00
Mike Blumenkrantz 30e9bd3f85 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
2013-01-12 12:18:42 +00:00
Mike McCormack f817ab04ab e: Fix an unused warning
Signed-off-by: Mike McCormack <mikem@atratus.org>

SVN revision: 82672
2013-01-11 21:45:10 +00:00
Mike Blumenkrantz 7cca71bc95 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
2013-01-11 14:54:30 +00:00
Mike Blumenkrantz eba353ec23 disable comp effects in wizard also disables screen effects
SVN revision: 82638
2013-01-11 14:40:14 +00:00
Mike Blumenkrantz a241e1fd93 add fast effect options to comp config dialog, also do some reorganizing in the advanced view
SVN revision: 82637
2013-01-11 13:34:02 +00:00
Mike Blumenkrantz 71003dbeac add options (conf2 only for the next few minutes) and functionality to enable "fast" comp effects in theme
SVN revision: 82631
2013-01-11 11:53:29 +00:00
Mike Blumenkrantz 34aab4c595 typos in effect disabling checks
SVN revision: 82630
2013-01-11 11:49:56 +00:00
Mike Blumenkrantz d517d37535 backlight no longer attempts to apply settings for dummy devices
SVN revision: 82626
2013-01-11 10:51:24 +00:00
Mike Blumenkrantz 9e8e755cdf formatting: all at once
SVN revision: 82625
2013-01-11 10:34:29 +00:00
Mike Blumenkrantz 845ba1ba12 add conf2 option for default comp shadow style
SVN revision: 82624
2013-01-11 10:30:01 +00:00
Mike Blumenkrantz 70e40291f6 another new comp option for disabling screen effects (fading on blank)
SVN revision: 82623
2013-01-11 09:21:39 +00:00
Mike Blumenkrantz d94ca3aae7 e_manager_comp_set() is now EINTERN; external compositors are officially dead
SVN revision: 82622
2013-01-11 08:40:14 +00:00
Mike Blumenkrantz af86f79e65 use new CUSTOM variant macro for conf2 options in modules
SVN revision: 82620
2013-01-11 08:28:46 +00:00
Mike Blumenkrantz 0e70e6e0ae move comp icon to core
SVN revision: 82619
2013-01-11 08:23:41 +00:00
Mike Blumenkrantz 0c282e6018 move conf2 comp options to e_comp
SVN revision: 82618
2013-01-11 08:20:14 +00:00
Mike Blumenkrantz e0b0c10914 rename e_comp_shadow_set to e_comp_shadows_reset to be more descriptive about what it does
SVN revision: 82570
2013-01-10 14:05:08 +00:00
Mike Blumenkrantz 5766883b04 on second thought, disabling comp effects requires a reshadow so make sure we do that if those settings change
SVN revision: 82569
2013-01-10 14:01:31 +00:00
Mike Blumenkrantz 2b5d6bfacb add option to disable comp effects to wizard, also fix wizard comp config saving (:/)
SVN revision: 82568
2013-01-10 13:55:41 +00:00
Mike Blumenkrantz ff74f9561d reword some comp effect option text
SVN revision: 82567
2013-01-10 13:31:30 +00:00
Mike Blumenkrantz e9be1a7b30 fix wizard comp config domain
SVN revision: 82566
2013-01-10 13:27:03 +00:00
Mike Blumenkrantz 79a1d45534 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
2013-01-10 13:20:02 +00:00
Mike Blumenkrantz 3394a2b461 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
2013-01-10 13:03:36 +00:00
Mike Blumenkrantz 3d6d8f969c e modules no longer require shutdown or save functions; this should clean up module code a little bit
SVN revision: 82552
2013-01-10 11:31:17 +00:00
Mike Blumenkrantz e14c954675 add comp module settings to settings menu since people will probably want to change them now that it's always enabled
SVN revision: 82548
2013-01-10 10:49:36 +00:00
Mike Blumenkrantz f927968340 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
2013-01-10 10:36:41 +00:00
Mike Blumenkrantz a428601f56 config submenu now sets "config" category
SVN revision: 82546
2013-01-10 10:27:08 +00:00
Mike Blumenkrantz 77a169538e comp module struct now EINTERN
SVN revision: 82545
2013-01-10 10:25:12 +00:00
Carsten Haitzler 5f8e9293a0 ghost window-- after iconify+uniconify+withdraw
SVN revision: 82542
2013-01-10 10:15:32 +00:00
Mike Blumenkrantz e5e937b2c2 add conf_comp to module whitelist, use right name for comp module in other places
SVN revision: 82541
2013-01-10 10:03:10 +00:00
Mike Blumenkrantz da8302ac86 comp needs managers to exist on init. riiiiight
my favorite dish today: humble pie


SVN revision: 82540
2013-01-10 09:43:56 +00:00
Carsten Haitzler 592f1d1c79 no config - we should insta-restart with default profile.
SVN revision: 82537
2013-01-10 09:33:22 +00:00
Carsten Haitzler da9b477dc9 we really should return.. as e_config is null.
SVN revision: 82535
2013-01-10 09:29:44 +00:00
Mike Blumenkrantz cc42401f59 fix E_Win handling of window state changes, also fix e_border handling of changes.prop setting
ticket #2091


SVN revision: 82534
2013-01-10 09:24:42 +00:00
Carsten Haitzler c5bcdd2398 assert.h++
SVN revision: 82531
2013-01-10 08:50:04 +00:00
Mike Blumenkrantz 0e98a9a8e6 don't display comp module in module settings dialog
SVN revision: 82529
2013-01-10 08:29:19 +00:00
Mike Blumenkrantz 0296927048 autoremove comp module from e_config if it was previously existing there
SVN revision: 82528
2013-01-10 08:28:50 +00:00
Cedric BAIL 278841c8c3 e: we now use Ecore_Getopt.h
SVN revision: 82527
2013-01-10 08:27:43 +00:00
Mike Blumenkrantz a12c0ad941 actually rename conf_comp and update its .desktop...
SVN revision: 82526
2013-01-10 08:26:55 +00:00
Mike Blumenkrantz c9aaacdb35 completely block modules named composite from being loaded
SVN revision: 82522
2013-01-10 08:14:15 +00:00
Mike Blumenkrantz 7a7ceb7429 E_LIST_HANDLER_APPEND now assert()s the event handler
SVN revision: 82521
2013-01-10 08:09:46 +00:00
Mike Blumenkrantz 8345d7d6d4 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
2013-01-10 08:06:01 +00:00
Mike Blumenkrantz 9c92b1b73c fix e_comp_shutdown return type and make e_comp_{init,shutdown} EINTERN so they can't be disabled
SVN revision: 82518
2013-01-10 07:53:20 +00:00
José Roberto de Souza a913411beb 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
2013-01-09 22:38:21 +00:00
Lucas De Marchi ae287fd2d1 e: remove leftovers from comp merge
SVN revision: 82471
2013-01-09 16:15:17 +00:00
Mike Blumenkrantz 01a0ddfc9e fix action deletion when unloading conf2
SVN revision: 82463
2013-01-09 14:50:20 +00:00
Mike Blumenkrantz 8e127335cb force window border (theme) inset to be applied to new client placement geometry, fixing issues where windows would appear to "slide" across the desktop by the size of the border inset; this was primarily noticeable when using wine applications
SVN revision: 82460
2013-01-09 13:24:24 +00:00
Rafael Antognolli 779724d6d1 e/comp: Add wayland cflags to avoid build error.
SVN revision: 82459
2013-01-09 12:48:11 +00:00
Lucas De Marchi 8cacf8429d e: merge comp module into core
* Move compositor to core, but letting the configuration there
 * Rename all files and functions from e_mod_comp_* to e_comp_*
 * Move the config dialogs to a new module named conf_comp. It still
   uses a domain config, otherwise it would not pick the current
   user's configuration. Maybe it would be wise to later on move these
   options to e_config
 * Fixup the wizard mess linking the header in the build tree in order
   to be able to create the config. Since now it's in core, we don't
   need to play linking games in the build system

I'm not sure if the wayland part works. It was not even building
previously so I'll let for who cares about this to actually test and
report bugs.



SVN revision: 82454
2013-01-09 11:34:07 +00:00
Mike Blumenkrantz 8096505844 geometry_auto_move option (enabled by default) now also corrects applications which fail in their attempts to center windows on multimonitor systems
SVN revision: 82448
2013-01-09 10:11:55 +00:00
Mike Blumenkrantz dacb574ff4 relabel horrendously mislabeled window placement option, also add conf2 help for it
SVN revision: 82441
2013-01-09 08:38:10 +00:00
Mike Blumenkrantz 21dbe23b1a bump config generation for removal of use_composite
SVN revision: 82437
2013-01-09 07:55:39 +00:00
Lucas De Marchi 0675dd03a0 e: rename option use_composite to use_shaped_win
In order to move composite inside the core we need to kill the
use_composite option. However in some places it is being used to switch
between ARGB and shaped windows. It doesn't make much sense to keep the
advanced/engine dialog to let the user toggle this options if we have
composite always enabledm, but lets allow the user to shoot
himself on the foot (for now).

Next step will be to move the comp module files to core so user can't
unload it anymore.



SVN revision: 82433
2013-01-09 03:21:25 +00:00
Lucas De Marchi 3ae4bff477 e: fix build with --enable-wayland-clients
This seems to be broken since a long time. Even checked if it was when
we changed the build system to non-recursive, but it wasn't.



SVN revision: 82432
2013-01-09 03:21:14 +00:00
José Roberto de Souza 6f67cb6d15 e systray: use evas_object_visible_get() to know if icon was appended to box
Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>



SVN revision: 82414
2013-01-08 13:58:21 +00:00
Mike Blumenkrantz d813da9fb5 fix gettext on conf2 option help
SVN revision: 82411
2013-01-08 13:32:40 +00:00
Mike Blumenkrantz 31e2299a67 add config option for disabling pointer warp when performing directional focus change in winlist, patch by David H. Bronke
ticket #2098


SVN revision: 82409
2013-01-08 11:51:56 +00:00
Mike Blumenkrantz bede9e08bf Desktop->Shelves menu now shows shelf names instead of orientations
ticket #2105


SVN revision: 82408
2013-01-08 11:32:46 +00:00
Mike Blumenkrantz 61c21f3629 system default language in wizard now shows language name, patch by thanatermesis
ticket #2125


SVN revision: 82407
2013-01-08 11:23:20 +00:00
Mike Blumenkrantz 8be5b05675 tasks gadgets now apply the selected style
ticket #2140


SVN revision: 82405
2013-01-08 11:19:14 +00:00
Mike Blumenkrantz 9543eb5c37 fix bug where slider could be changed while disabled
ticket #2169


SVN revision: 82403
2013-01-08 11:06:56 +00:00
Carsten Haitzler 27624264ee netwm actgivate requests simply do absoluttely nothing now with this
as false. this breaks expected functionality from apps - that they
request activation and eg - window is minimized... it gets shown at
least. app here wants attention/activation... this is better than
ignoring ti entirely. theres activation policy config specifically for
turning this off separately. :/



SVN revision: 82402
2013-01-08 11:03:55 +00:00
Mike Blumenkrantz da18b48e08 fix crash when trying to apply a null wallpaper
ticket #2164


SVN revision: 82399
2013-01-08 10:13:39 +00:00
Mike Blumenkrantz 51112f8b34 set conf2 min/base sizes after window is shown to work around stupid resize on restart bug
SVN revision: 82395
2013-01-08 09:14:35 +00:00
Mike Blumenkrantz 2c061403d5 e_win now also traps base size setting on elm windows and applies ICCCM hints when doing so.
as an aside, elm_win is SEVERELY (cripplingly) broken with regard to WM hint applying in the sense that it never applies them
at the least, however, this will prevent windows from being randomly resized smaller than minimum sizes


SVN revision: 82394
2013-01-08 09:13:15 +00:00
Shinwoo Kim b585a73ce7 [access] activate mesage would change focused window.
if focused window is changed, the message should send to changed window.


SVN revision: 82393
2013-01-08 09:13:14 +00:00
Mike Blumenkrantz c7d18cac51 fix bug where keyboard resizing of windows was not possible if timeout was set to zero
SVN revision: 82386
2013-01-08 08:14:09 +00:00
Shinwoo Kim 86d6885d39 [access] Send message to unfocused window.
Before this commit, the client message is sent to focused window only.
From now, target window is not a focused window. The target window is selected when read message is sent.


SVN revision: 82383
2013-01-08 07:03:32 +00:00
Tom Hacohen d99d5c39e8 E entry + scrollframe: Add clippers as smart members.
This should fix some bugs (specifically with the .desktop file editing menu),
and is just generally correct.

SVN revision: 82360
2013-01-07 20:01:32 +00:00
Mike Blumenkrantz b35c7c7d5f add conf2 option for new backlight dimming thingy that morlenxus just added because he's too lazy to add two lines on his own
SVN revision: 82359
2013-01-07 19:59:53 +00:00
Miculcy Brian 4034a15345 Added option for doing desklock, blanking or dimming even when showing fullscreen windows.
SVN revision: 82358
2013-01-07 19:46:38 +00:00
Miculcy Brian 796317970a Don't blank on fullscreen windows (as we don't run the screenlock on fullscreen windows). Check all zones for fullscreen windows.
SVN revision: 82354
2013-01-07 16:13:17 +00:00
José Roberto de Souza 0f896f73a8 e music-control: Fix calling wrong mpris2 method
Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>



SVN revision: 82353
2013-01-07 15:44:23 +00:00
Miculcy Brian d0c143b615 No backlight dimming when in presentation mode. Backlight fade time only applies to dimming - undimming is fixed 0.5 .
SVN revision: 82348
2013-01-07 14:28:26 +00:00
Mike Blumenkrantz b706af0992 set homogeneous for overlay genlist
SVN revision: 82344
2013-01-07 12:54:57 +00:00
Mike Blumenkrantz 146fd01c59 okay, apparently removing this binding was wrong and it was just the key of the binding that was incorrect
SVN revision: 82340
2013-01-07 11:27:14 +00:00
Mike Blumenkrantz 94dd7b31a8 restore default keybindings no longer restores two bindings for ctrl+alt+f
FEAR NOT MORLENXUS, YOUR BUG FIX IS HERE


SVN revision: 82337
2013-01-07 11:05:58 +00:00
Mike Blumenkrantz 12cec65844 prevent load of conf module if conf2 is already loaded
SVN revision: 82336
2013-01-07 11:00:47 +00:00
Mike Blumenkrantz 36a7fb9105 whoops forgot to add new option to edd
SVN revision: 82334
2013-01-07 09:46:48 +00:00
Mike Blumenkrantz 4a01ee16a0 add option for disabling icons in menus
ticket #2168


SVN revision: 82333
2013-01-07 09:35:30 +00:00
Mike Blumenkrantz 59ba1738ab fix help text for pass_click_on focus option
SVN revision: 82332
2013-01-07 09:19:42 +00:00
Christopher Michael 11ab438c80 When we create monitors and are checking for clones, just use x/y
position, not size for comparison.

When we create monitors, assign the proper crtc to the monitor.

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

SVN revision: 82330
2013-01-07 07:39:57 +00:00
Christopher Michael 721d4385a9 Some fixes for Intel cards:
Do not set enabled until after a current mode is set.
Update original size after we set current mode.
Add an original cloned value we can track.
Add code to apply just cloning changes.

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

SVN revision: 82329
2013-01-07 07:39:54 +00:00
Christopher Michael 4c76f30a57 Fix compile: Use the proper smart data variable.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 82328
2013-01-07 07:39:52 +00:00
Christopher Michael 4f572243c1 When we clone/un-clone, also set a Changed on the position so that
Apply will handle new geometry for the monitor.

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

SVN revision: 82327
2013-01-07 07:39:49 +00:00
Christopher Michael 4fadc7bf7f When we initially create the monitors, also set the original cloned
value.

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

SVN revision: 82326
2013-01-07 07:39:47 +00:00
Christopher Michael 12a420c9ab Add support for marking dialog changes if the user unclones a monitor
and does nothing else.

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

SVN revision: 82325
2013-01-07 07:39:45 +00:00
Christopher Michael 98b9bdaf79 Add prototype for cloned_set function.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 82324
2013-01-07 07:39:42 +00:00
Christopher Michael 3bbf2da0b8 Add a Changed_Clone to enum.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 82323
2013-01-07 07:39:39 +00:00
Cedric BAIL 53f7a9ddbd e: fix build with uClibc.
Patch by Thomas Petazzoni <thomas.petazzoni@free-electrons.com>.


SVN revision: 82312
2013-01-07 01:14:25 +00:00
Igor Murzov d0ded74420 Drop "as a bi-product of this" from the message in the updates checker
Reviewed-by: zmike


SVN revision: 82307
2013-01-06 16:12:44 +00:00
Mike Blumenkrantz 495be28354 fix harmless compile warnings
SVN revision: 82305
2013-01-06 15:16:17 +00:00
Mike Blumenkrantz 326a7c4bde add gettext to E_CONFIGURE_OPTION_ADD usage, hassling by garik
SVN revision: 82304
2013-01-06 15:12:31 +00:00
Igor Murzov 678645f3ac Better gettext usage in a few places
SVN revision: 82293
2013-01-05 22:54:51 +00:00
Igor Murzov 283e4d6d3d Make Everything's plugins and action names translatable v2
v2: Mark messages for translation explicitly as suggested by Raster.
This is a more straightforward version of r79658.


SVN revision: 82292
2013-01-05 22:53:46 +00:00
Shinwoo Kim d1cde9b68f [access] send read message when tap gesture is detected
SVN revision: 82261
2013-01-05 04:29:24 +00:00
José Roberto de Souza ce4c973a9b e: Fix connman wizard page
It was unrefing connection inside of edbus_message callback.

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



SVN revision: 82258
2013-01-05 03:55:16 +00:00
Carsten Haitzler 86a451f54c thanks joel - in e17 wizard too for xkb rules chec.
SVN revision: 82253
2013-01-05 02:18:25 +00:00
Lucas De Marchi 131eff3354 e: don't allow to disable composite in wizard
SVN revision: 82226
2013-01-04 18:35:32 +00:00
Lucas De Marchi 67932d8096 e: fix crash when changing desktops configuration
#0  0x00007f33b8eb1b1d in pause () from /usr/lib/libpthread.so.0
 #1  <signal handler called>
 #2  0x00007f33a19c19ab in _clock_popup_desk_change (inst=0x2bb2360, type=176, ev=0x36a6680) at clock/e_mod_main.c:305
 #3  0x00007f33b982499c in _ecore_call_handler_cb (event=<optimized out>, type=<optimized out>, data=<optimized out>, func=<optimized out>)
     at lib/ecore/ecore_private.h:354
 #4  _ecore_event_call () at lib/ecore/ecore_events.c:562
 #5  0x00007f33b982a639 in _ecore_main_loop_iterate_internal (once_only=once_only@entry=0) at lib/ecore/ecore_main.c:1942
 #6  0x00007f33b982abc7 in ecore_main_loop_begin () at lib/ecore/ecore_main.c:964
 #7  0x0000000000434b73 in main (argc=<optimized out>, argv=<optimized out>) at e_main.c:1061



SVN revision: 82225
2013-01-04 18:35:27 +00:00
Lucas De Marchi 5efeaedf21 e: remove dropshadow module
dropshadow module conflicts with composite, which will be always enabled
by future commits. Remove the module to allow turning composite as
always-enabled.



SVN revision: 82224
2013-01-04 18:35:22 +00:00
José Roberto de Souza 2abcd89a91 e: Show icon of appmenu module
Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>



SVN revision: 82216
2013-01-04 17:05:14 +00:00
José Roberto de Souza b0dd0b750a e: Show icon of music-control module
Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>



SVN revision: 82215
2013-01-04 16:45:39 +00:00
Lucas De Marchi 9a101b9777 e/bluez4: cleanup and fixes
- Change module name in whitelist. Its name is bluez4 since it only
   supports bluez 4 API. The day it (automatically) also supports bluez 5,
   we rename it back.
 - Use eina_stringshare_replace when possible
 - Change huge if (strcmp(icon, "...") return "....." with a table.
 - Don't use stringshare when not needed. There's no reason to
   stringshare the icon, just use the static const ones
 - Sanitize edbus method table
 - Remove bogus NONE entry after NULL in services table
 - Fix coding style
 - Generalize _unset_dev() to work with any list



SVN revision: 82208
2013-01-04 16:13:43 +00:00
Lucas Joia 07cc9c9659 e/bluez4: bug fixes
Patch by: Lucas Joia <lucasjoia@profusion.mobi>



SVN revision: 82207
2013-01-04 16:13:38 +00:00
Lucas Joia 7d9c6e3bfd e/bluez4: follow edbus update
Patch by: Lucas Joia <lucasjoia@profusion.mobi>



SVN revision: 82206
2013-01-04 16:13:34 +00:00
Lucas Joia 4061ca75e1 e/bluez4: Add type to end of found device item
Patch by: Lucas Joia <lucasjoia@profusion.mobi>



SVN revision: 82205
2013-01-04 16:13:30 +00:00
Lucas Joia b91eefb2b8 e/bluez4: Simplify dialogs
Patch by: Lucas Joia <lucasjoia@profusion.mobi>



SVN revision: 82204
2013-01-04 16:13:26 +00:00
Lucas Joia 7bbe831a90 e/bluez4: add standard menu for gadget settings
Patch by: Lucas Joia <lucasjoia@profusion.mobi>



SVN revision: 82203
2013-01-04 16:13:21 +00:00
Lucas Joia ce705aed1e e/bluez4: lock and unlock shelf
Patch by: Lucas Joia <lucasjoia@profusion.mobi>



SVN revision: 82202
2013-01-04 16:13:17 +00:00
Lucas Joia f4c7d258fc e/bluez4: void argument for empty arguments
func() -> func(void)

Patch by: Lucas Joia <lucasjoia@profusion.mobi>



SVN revision: 82201
2013-01-04 16:13:12 +00:00
Lucas Joia e0920a6d0d e/bluez4: Change adapter properties
Patch by: Lucas Joia <lucasjoia@profusion.mobi>



SVN revision: 82200
2013-01-04 16:13:07 +00:00
Lucas Joia d638ebd2cd e/bluez4: List Adapters
Patch by: Lucas Joia <lucasjoia@profusion.mobi>



SVN revision: 82199
2013-01-04 16:13:03 +00:00
Lucas Joia 990a1e3a11 e/bluez4: Pair when select a found device
-Pair button is no longer needed
-Only non-paired devices appear for the user to pair

Patch by: Lucas Joia <lucasjoia@profusion.mobi>



SVN revision: 82198
2013-01-04 16:12:58 +00:00
Lucas Joia 482eb40918 e/bluez4: add checkbox telling whether or not device is connected
Patch by: Lucas Joia <lucasjoia@profusion.mobi>



SVN revision: 82197
2013-01-04 16:12:54 +00:00
Lucas Joia f41c88872c e/bluez4: allow Disconnect when device is connected
Patch by: Lucas Joia <lucasjoia@profusion.mobi>



SVN revision: 82196
2013-01-04 16:12:50 +00:00
Lucas Joia 24937afc55 e/bluez4: use menu instead of popup
Patch by: Lucas Joia <lucasjoia@profusion.mobi>



SVN revision: 82195
2013-01-04 16:12:45 +00:00
Lucas Joia d9074c5629 e/bluez4: Implement agent dencently
Patch by: Lucas Joia <lucasjoia@profusion.mobi>



SVN revision: 82194
2013-01-04 16:12:41 +00:00
Lucas Joia 3f88f455d6 e/bluez4: Show errors in dialogs
Patch by: Lucas Joia <lucasjoia@profusion.mobi>



SVN revision: 82193
2013-01-04 16:12:37 +00:00
Lucas Joia 896b8533c9 e/bluez4: Allow user to remove devices
Patch by: Lucas Joia <lucasjoia@profusion.mobi>



SVN revision: 82192
2013-01-04 16:12:32 +00:00
Lucas Joia 32ba9a1358 e/bluez4: separate found and created devices
Patch by: Lucas Joia <lucasjoia@profusion.mobi>



SVN revision: 82191
2013-01-04 16:12:28 +00:00
Lucas Joia 65dc86d3e3 e/bluez4: handle more profiles
Patch by: Lucas Joia <lucasjoia@profusion.mobi>



SVN revision: 82190
2013-01-04 16:12:24 +00:00
Lucas Joia e51a6ea6d5 e/bluez4: module inactive when bluez is down
Patch by: Lucas Joia <lucasjoia@profusion.mobi>



SVN revision: 82189
2013-01-04 16:12:20 +00:00
Lucas Joia cef9137bc2 e/bluez4: Connect to input devices
Patch by: Lucas Joia <lucasjoia@profusion.mobi>



SVN revision: 82188
2013-01-04 16:12:15 +00:00
Lucas Joia edb3fba955 e/bluez4: Update ilist using the eina list of devices
Patch by: Lucas Joia <lucasjoia@profusion.mobi>



SVN revision: 82187
2013-01-04 16:12:11 +00:00
Lucas Joia 20be2ab9ce e/bluez4: add actual devices to list of devices found
Patch by: Lucas Joia <lucasjoia@profusion.mobi>



SVN revision: 82186
2013-01-04 16:12:07 +00:00
Lucas Joia 21c0a5381b e/bluez4: include bluez4 module
Patch by: Lucas Joia <lucasjoia@profusion.mobi>


SVN revision: 82185
2013-01-04 16:11:48 +00:00
Lucas De Marchi 271bc56cdd e/appmenu: sanitize method table
Patch by: Lucas De Marchi <lucas.de.marchi@gmail.com>



SVN revision: 82179
2013-01-04 14:06:22 +00:00
Lucas Joia c83d114491 e appmenu: Initial commit of module that show application menus exported by dbus
Patch by: Lucas Joia <lucasjoia@profusion.mobi>



SVN revision: 82178
2013-01-04 13:48:45 +00:00
Lucas De Marchi 5e0c91af3c e: fix bogus check on array, above its bounds
fileman/e_mod_main.c: In function '_cfg_toolbar_orient_cb_info_cb':
fileman/e_mod_main.c:272:18: warning: array subscript is above array bounds [-Warray-bounds]

Hopefully stack is not NULL there, that's why nobody caught this bug.

Patch by: Lucas De Marchi <lucas.de.marchi@gmail.com>



SVN revision: 82177
2013-01-04 13:47:07 +00:00
Mike Blumenkrantz a486201959 implement tag aliases for configure options, also add top-level files category when fileman is loaded
SVN revision: 82173
2013-01-04 13:30:09 +00:00
Mike Blumenkrantz 3f6fa63824 whoops, forgot to add evry options for conf2
SVN revision: 82162
2013-01-04 08:43:27 +00:00
Mike Blumenkrantz 7d09da164f fix conf2 crash on local discard
SVN revision: 82157
2013-01-04 07:40:08 +00:00
Carsten Haitzler 24cb323b5d export funcs for modules.. add EAPI!!!!!!!!!!!!!!!!!!!!1
SVN revision: 82149
2013-01-04 06:01:21 +00:00
José Roberto de Souza 7b46cb51bf e: Remove e_dbus dependency
Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>



SVN revision: 82125
2013-01-03 22:08:40 +00:00
Lucas De Marchi 97c44a4cee e/illume-indicator: use designated initializers and remove trailing whitespace
SVN revision: 82124
2013-01-03 22:08:36 +00:00
José Roberto de Souza f9eebf57db e: Port illume-indicator to use internal notification API
Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>



SVN revision: 82123
2013-01-03 22:08:29 +00:00