Commit Graph

11921 Commits

Author SHA1 Message Date
Mike Blumenkrantz 54330a3ca6 reorder+fix some border sizing code to not do funny things like randomly make windows with half-sized borders
ticket #1690


SVN revision: 78786
2012-11-01 13:50:14 +00:00
Mike Blumenkrantz 9306965e13 fix client win list with long utf8 titles and length limits, also fix a related leak
ticket #1649


SVN revision: 78752
2012-11-01 09:18:50 +00:00
Mike Blumenkrantz 0dfb15f58e use handler list macro
SVN revision: 78750
2012-11-01 08:25:35 +00:00
Mike Blumenkrantz 0cb0c0939a unbreak build, spankies cedric
SVN revision: 78749
2012-11-01 08:14:36 +00:00
Carsten Haitzler f9c6b40357 double ensure that tb signal emit happens.
SVN revision: 78745
2012-11-01 06:36:57 +00:00
Cedric BAIL 380386817b e: full rewrite of our WBOD.
NOTE: the new behaviour require a parent process,
here enlightenment_start, to watch over enlightenment.
It does use ptrace to monitor his child and track
what is going on. When a crash happen it ask gdb to
add the backtrace directly into .xsession-errors.

If you use systemd user session, you may want to offload
that work to systemd. You can do so, but don't forget to
pass -nopause to enlightenment when you start it.

WARNING: For all user, you will need to exit your
current session and start a fresh one for this new WBOD
to work at all. Just restarting Enlightenment will not
help you.


SVN revision: 78742
2012-11-01 06:23:49 +00:00
Cedric BAIL 0b5db2653e e: simplify logic.
SVN revision: 78737
2012-11-01 01:09:22 +00:00
Lucas De Marchi 92eee9068a e: use AM_CPPFLAGS instead of INCLUDES
Get rid of warnings like below with recent automake (1.11 and newer):
src/bin/Makefile.am:6: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
src/bin/Makefile.am: installing './depcomp'
src/modules/access/Makefile.am:11: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')



SVN revision: 78720
2012-10-31 20:40:40 +00:00
Massimo Maiurana db489a2338 patch from Igor Murzov for a correct use of plural forms with gettext
SVN revision: 78716
2012-10-31 18:44:14 +00:00
Mike Blumenkrantz 1cc67fa9a1 typo
SVN revision: 78713
2012-10-31 16:30:01 +00:00
Mike Blumenkrantz efd116d655 dnd in efm will no longer cause icons to flicker rapidly when dropping a file
also added some docs about icon drag struct members


SVN revision: 78712
2012-10-31 15:56:23 +00:00
Mike Blumenkrantz 78967eac38 patch from Maxime Villard with some minor changes and openbsd fixes
SVN revision: 78711
2012-10-31 15:40:53 +00:00
Mike Blumenkrantz b8b8f163d7 remove "under construction" text from efm module. the whole damn thing is under construction, not sure why only this module actually warns about it
SVN revision: 78710
2012-10-31 15:16:23 +00:00
Mike Blumenkrantz f29de38e57 finally fix stupid xkb layout saving bug
ticket #1656


SVN revision: 78709
2012-10-31 15:04:51 +00:00
Mike Blumenkrantz 1f0b81276c ensure spring folder refreshes after the drop
ticket #1638


SVN revision: 78708
2012-10-31 13:36:08 +00:00
Mike Blumenkrantz 2914212ff2 pulse mixer no longer runs its init function constantly and should allow the slider to become much more responsive/accurate. also implement volume saving per gadget
ticket #1697


SVN revision: 78702
2012-10-31 11:23:26 +00:00
Mike Blumenkrantz d31a31eb6f don't need to update pulse mixer gadgets when we're just checking default sink, also ensure that pulse_ready is always called
SVN revision: 78701
2012-10-31 11:21:42 +00:00
Carsten Haitzler fa2e16a332 improve file op list so it can.. do more.
SVN revision: 78696
2012-10-31 09:37:21 +00:00
Mike Blumenkrantz 71f49a2473 slightly improve e_alert text
SVN revision: 78695
2012-10-31 09:28:32 +00:00
Cedric BAIL 86d6551006 e: use X property for E_TAINTED to and fix parsing of message to.
SVN revision: 78694
2012-10-31 09:00:23 +00:00
Mike Blumenkrantz 64fc140c78 patch from Deon Thomas to fix lost window warp behavior
ticket #1680


SVN revision: 78693
2012-10-31 08:44:50 +00:00
Cedric BAIL 7826261e19 e: e_alert now find the composite window by looking at X property insteed of relying on E.
SVN revision: 78692
2012-10-31 07:50:10 +00:00
Tom Hacohen b9e560b6a2 E entry: Disable thumb scrolling, it's just bad for our purpose.
SVN revision: 78684
2012-10-30 22:53:33 +00:00
Carsten Haitzler 3eb7dfc04e fix on hold events for selection by scrollframe in e if thumbscroll is
off.



SVN revision: 78674
2012-10-30 16:12:20 +00:00
Tom Hacohen a9bdc983b4 E entry: Move to edje_entry and remove e_editable.
This should reduce the number of issues in the long run and reduced the
amount of code we have to maintain."

SVN revision: 78663
2012-10-30 14:06:13 +00:00
Tom Hacohen 25ee210ef8 E scrolled_entry: Set evas min size. Should probably be in e_widget_size_min_set.
SVN revision: 78662
2012-10-30 14:06:08 +00:00
Tom Hacohen 00698b999e E srcollframe: Added a mode to disable key navigation + fixed show region.
Show region now doesn't move if the requested region is inside of the
already visible region.

SVN revision: 78661
2012-10-30 14:05:50 +00:00
Mike Blumenkrantz 5a20be6915 fsel no longer changes entry text when changing directory
ticket #1695


SVN revision: 78656
2012-10-30 13:28:05 +00:00
Mike Blumenkrantz 91fc9e6634 remove some old fsel comments
SVN revision: 78650
2012-10-30 13:02:17 +00:00
Massimo Maiurana 6f4591eed2 updating russian translation
SVN revision: 78648
2012-10-30 12:10:17 +00:00
Mike Blumenkrantz 3fc68c6c43 fix old FIXME regarding handling of NET_ACTIVE_WINDOW hint: new window focus option allows ignoring, animating, activating (current behavior is activating) on hint
right now this uses the "urgent" signal for the animate state, may want to change it to something else if separate theming is desired
ticket #1642


SVN revision: 78647
2012-10-30 11:57:35 +00:00
Mike Blumenkrantz aa7f3281cc unused var--
SVN revision: 78646
2012-10-30 11:54:49 +00:00
Mike Blumenkrantz 6657834714 formatting
SVN revision: 78643
2012-10-30 11:44:54 +00:00
Cedric BAIL ab5767eac7 e: add gdb support to enlightenment_sys to work around Ubuntu crappy kernel patch.
SVN revision: 78640
2012-10-30 08:36:26 +00:00
Mike Blumenkrantz 1374faeb04 patch from Doyoun Kang to fix gadman gadget positioning
SVN revision: 78636
2012-10-30 08:04:52 +00:00
Boris Faure be388f7c2b e: no need to freeze/thaw focus tracking when not getting in event loop
SVN revision: 78618
2012-10-29 18:28:58 +00:00
Mike Blumenkrantz 34aab08499 fix trivial typos
patch by Igor Murzov


SVN revision: 78615
2012-10-29 12:40:14 +00:00
Mike Blumenkrantz ab6d671328 fix box item finding as spotted by Igor Murzov
SVN revision: 78613
2012-10-29 11:59:55 +00:00
Mike Blumenkrantz 676c71a2a1 efm now checks (on startup) for stale device links on desktop and tries to remove them
ticket #1689


SVN revision: 78608
2012-10-29 09:52:23 +00:00
Mike Blumenkrantz b26e49dbff account for users closing help dialog in qa tutorial
ticket #1693


SVN revision: 78605
2012-10-29 08:29:59 +00:00
Mike Blumenkrantz d957dbc0c4 better fix for ilist item delete sizing bug
SVN revision: 78604
2012-10-29 08:13:00 +00:00
Mike Blumenkrantz dcbf8708c9 disable current theme menu item in themes menu
SVN revision: 78603
2012-10-29 08:11:45 +00:00
Mike Blumenkrantz 1f552955a7 fix shelf magic fail
SVN revision: 78601
2012-10-29 08:01:25 +00:00
Christopher Michael 39e33051ef E: Fix warning: variable 'cfd' set but not used
Signed-off-by: Christopher Michael <cpmichael1@comcast.net>

SVN revision: 78584
2012-10-28 10:33:48 +00:00
Christopher Michael 8a7b893dce E: Fix warning: variable 'lp' set but not used
Signed-off-by: Christopher Michael <cpmichael1@comcast.net>

SVN revision: 78583
2012-10-28 10:32:20 +00:00
Christopher Michael 89f47fff81 E: Fix warning: variable 'h' set but not used
Signed-off-by: Christopher Michael <cpmichael1@comcast.net>

SVN revision: 78582
2012-10-28 10:31:04 +00:00
Christopher Michael 2d6a796007 E: Fix warning: variable ‘output’ set but not used. Add unused to argv.
Signed-off-by: Christopher Michael <cpmichael1@comcast.net>

SVN revision: 78581
2012-10-28 10:29:02 +00:00
Carsten Haitzler 0fa136b0df well - i found inconsistent namespacing for tasks and xkbswitch. fix!
SVN revision: 78578
2012-10-28 09:27:33 +00:00
Mike Blumenkrantz a200832b4f fix box crash
SVN revision: 78575
2012-10-28 08:40:03 +00:00
Carsten Haitzler 0bb52eb9ed adjust efm fwin setup and popup to be... better theme friendly!
SVN revision: 78565
2012-10-28 07:45:48 +00:00
Carsten Haitzler fa5cd0bc12 and actually explicitly make toolbooks scrollable by default.
SVN revision: 78560
2012-10-27 10:43:54 +00:00
Carsten Haitzler 5458b95b24 fix toolbar/toolbook sizing issue and also make toolbar emit signals
to say if icons are there or not.



SVN revision: 78559
2012-10-27 10:40:16 +00:00
Mike Blumenkrantz 70ed9168e2 and F2 for rename
SVN revision: 78536
2012-10-26 13:37:55 +00:00
Mike Blumenkrantz eeb071c819 efm now supports F5 for refresh
SVN revision: 78535
2012-10-26 13:35:30 +00:00
Mike Blumenkrantz eb6f06d8dc use file label for tooltip if available
ticket #1659


SVN revision: 78534
2012-10-26 13:31:03 +00:00
Mike Blumenkrantz a04b500c36 only display mount type for filepreview if volume is mounted
SVN revision: 78533
2012-10-26 13:30:30 +00:00
Mike Blumenkrantz 4f563f20f3 tasks gadgets now respect skip_taskbar with greater alacrity
ticket #1681


SVN revision: 78529
2012-10-26 12:34:37 +00:00
Mike Blumenkrantz 133d4db5f4 we're only gonna have one taskbar item per border so break here
SVN revision: 78527
2012-10-26 12:23:33 +00:00
Mike Blumenkrantz 45e0a1bb59 create gadman gadcons after module init is over to avoid re-creating all the gadcons repeatedly during init; speeds up init quite a bit and inadvertently fixes ticket #1685
SVN revision: 78526
2012-10-26 12:13:53 +00:00
Mike Blumenkrantz 303a69346a fix crash in battery gadget when deleting a gadget after module has been unloaded (possible if gadget is in edit mode)
SVN revision: 78523
2012-10-26 11:43:07 +00:00
Mike Blumenkrantz 03b8d16952 clamp shots to correct geometry to prevent SIGFPE which hopefully nobody noticed
SVN revision: 78521
2012-10-26 10:45:24 +00:00
Mike Blumenkrantz b17f560116 fix taking window shots when window is partially offscreen by clamping shot to screen geometry
ticket #1667


SVN revision: 78519
2012-10-26 10:33:22 +00:00
Mike Blumenkrantz 80ff1bdcb6 efm also listens to efreet cache build events just in case
SVN revision: 78516
2012-10-26 10:05:17 +00:00
Mike Blumenkrantz cbcc5eb129 efm now listens to efreet cache update events
ticket #1580


SVN revision: 78515
2012-10-26 10:00:44 +00:00
Mike Blumenkrantz c23cdad3b4 add widget playground dialog to main menu for easy access to testing e widgets in future
SVN revision: 78509
2012-10-26 08:33:02 +00:00
Mike Blumenkrantz 2adbe0567d when removing items from ilist, autoresize the ilist if it's in a scroller to prevent item sizes from becoming larger
ticket #1678


SVN revision: 78508
2012-10-26 08:30:24 +00:00
Mike Blumenkrantz ef7cd7af5f prevent attempts to remove negative number ilist items
SVN revision: 78507
2012-10-26 08:10:08 +00:00
Mike Blumenkrantz 85a60baa96 add e_box function to return item size
SVN revision: 78506
2012-10-26 07:51:38 +00:00
Christopher Michael 68e70b0131 E: Fix bug. The "Look" submenu of a gadget would not have any item
selected (Plain/Inset) if no style was previously selected for this
gadget. This adds code that also checks the Client Class default style
if no gadget style has been assigned yet.

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

SVN revision: 78505
2012-10-26 07:20:59 +00:00
Christopher Michael 8894fb5f50 E: Fix formatting for 80 columns
Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 78504
2012-10-26 07:20:51 +00:00
Vincent Torri 0ab16599d4 E17: some gettext stuff
Patch by Maxime Villard (rustyBSD)


SVN revision: 78470
2012-10-25 17:47:03 +00:00
Vincent Torri a0bf30b75c E17:
I. Simplification, andif we cannot stat(), the best
thing to do is toswitch to a copy-delete operation.

II.Just stuff...

III. There is a problem with _e_fm_op_random_char().
When wewant to randomize a string we do srand(time())
foreachcharacter, so if the file is small enough
to be deleted inless than a second, it's not randomized.
And even if it's bigger, it's not goodly randomized.Sorry.

Patch by Maxime Villard rustyBSD


SVN revision: 78469
2012-10-25 17:43:52 +00:00
Mike Blumenkrantz 8ba9451fab fix yet another comp bug provided to us by the masters of graphics, the sultans of sweet interfaces, the...gtk developers
ticket #1558


SVN revision: 78455
2012-10-25 13:47:20 +00:00
Mike Blumenkrantz a5ee3fc4b3 patch from PrinceAMD for #1680
SVN revision: 78452
2012-10-25 13:00:12 +00:00
Mike Blumenkrantz 6fc12d62d1 given all the theme work going on, I figured it was probably a good idea to shorten the process of changing themes
SVN revision: 78451
2012-10-25 12:47:01 +00:00
Mike Blumenkrantz c4c1d43cec ss ref here
SVN revision: 78450
2012-10-25 12:24:29 +00:00
Mike Blumenkrantz c31c8e2a0b revert attempt to fix PrinceAMD's mess
SVN revision: 78449
2012-10-25 12:19:29 +00:00
Mike Blumenkrantz 90299ad93b this was clearly wrong, not sure how I didn't catch it sooner
SVN revision: 78448
2012-10-25 11:50:38 +00:00
Carsten Haitzler e00d110a4b lets emit a signal to dialog to know if icon is there or not so it can
more sensibly lay itself out :)



SVN revision: 78446
2012-10-25 11:40:40 +00:00
Mike Blumenkrantz bc4d8ead3a fix efm open with dialog to properly account for cases where the desktop file id is not able to be found
ticket #1664


SVN revision: 78444
2012-10-25 11:29:22 +00:00
Mike Blumenkrantz 48524c6cbe fix screen limit border drag thingy
ticket #1680


SVN revision: 78441
2012-10-25 10:55:32 +00:00
Mike Blumenkrantz 3dcddf8e29 update filepreview when file is changed
ticket #1666


SVN revision: 78440
2012-10-25 10:55:03 +00:00
Mike Blumenkrantz 33ed9e3699 add alignment states for dialog text and use left align for text preview
ticket #1655


SVN revision: 78438
2012-10-25 09:59:49 +00:00
Mike Blumenkrantz c30d8d1a0b Navigate menu now tells you when there are no listable items
ticket #1682


SVN revision: 78433
2012-10-25 09:35:09 +00:00
Mike Blumenkrantz 1901f43c35 s/Specific/Suggested/
SVN revision: 78431
2012-10-25 09:29:26 +00:00
Mike Blumenkrantz dffa617793 ctrl+shift drag in efm now also invokes ASK state
SVN revision: 78429
2012-10-25 09:19:17 +00:00
Mike Blumenkrantz bf11ffc2e7 fix efm file position moving in same directory
SVN revision: 78427
2012-10-25 08:54:50 +00:00
Mike Blumenkrantz cc6678bb58 BY THE POWER OF GRAYSKULL, MIXER MODULE NOW WORKS AGAIN WITH PULSEAUDIO
ticket #1651


SVN revision: 78426
2012-10-25 08:12:44 +00:00
Mike Blumenkrantz ce6d2534cc desklock popup now sets its own title and class
ticket #1653


SVN revision: 78423
2012-10-25 07:54:51 +00:00
Mike Blumenkrantz 04d594af98 wherever cedric commits, b0rks will follow
SVN revision: 78422
2012-10-25 07:53:38 +00:00
Mike Blumenkrantz 10903ffc60 formatting
SVN revision: 78421
2012-10-25 07:47:26 +00:00
Mike Blumenkrantz ebef167dab improve shelf gadget dragging
ticket #1658


SVN revision: 78420
2012-10-25 07:37:53 +00:00
Cedric BAIL 1d2b6034b0 e: don't drop cache if icon is animated.
We want to use the scale cache and drop the source icon
for all static icon on screen. But for the few of them that
do resize and animate, we need to keep that data or it will
slow a us down a lot. So now we play nicely with our SCALE_HINT.


SVN revision: 78419
2012-10-25 07:28:24 +00:00
Mike Blumenkrantz 83e085a58e fix sidebar frame
ticket #1654


SVN revision: 78418
2012-10-25 07:17:10 +00:00
Stefan Schmidt 338a0e2d65 e17: Remove unused variable
SVN revision: 78410
2012-10-24 19:50:35 +00:00
Carsten Haitzler 595ddfd3c9 fix emit of maximize signal handling for border maximization when not
a fullscreen one.



SVN revision: 78394
2012-10-24 09:48:34 +00:00
Christopher Michael 222c3326fd E Randr: Don't show outputs which are not connected.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 78388
2012-10-24 06:28:01 +00:00
Carsten Haitzler af8c2a2c5f pass on oreintation of gadon to start icon edje obj.
SVN revision: 78372
2012-10-23 14:56:02 +00:00
Carsten Haitzler 6ce5bb59ef gaaaarh! long standing shelf bug - dont emit signal to right obvject
for orientation of shelf gadget frame! fix!



SVN revision: 78368
2012-10-23 14:20:19 +00:00
Cedric BAIL 0f87c35a7b e: add a tool to gather statistic.
NOTE: The goal of this tool is to gather statistic about
our user base so we could know what to improve and optimize
in the futur. We don't gather personnal information only
hardware and software configuration, so we know more about
the real use of Enlightenment.

At the moment this tool is not uploading anything on a website
nor is it ready at all. I am just pushing it early so that
people using other OS than Linux, can contribute to it. If that
tool is ready for the release, we will use the gathered statistic
for all our futur plan. If your OS is not in, we will basically
not see it and so not take it into account. That's why I highly
encourage those using E on other OS to contribute to this tool.



SVN revision: 78247
2012-10-19 11:10:28 +00:00
Cedric BAIL 3eb84632cd e: use EINA_LIST_FOREACH for clarity.
SVN revision: 78246
2012-10-19 10:58:20 +00:00
Christopher Michael 00fb03ce4c E (RandR): Remove unused function & prototype.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 78188
2012-10-18 13:00:48 +00:00
Christopher Michael 461c733145 E (RandR): Use a "normal" resolution (640x480) not (640x640).
Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 78187
2012-10-18 12:59:44 +00:00
Christopher Michael 4a09315601 E (RandR): Better monitor movement/snapping.
NB: Still not 100%. There are some corner cases where things fall
through :( If someone wants to jump in and help finish this off, that
would be great :) It's very close to being done.

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

SVN revision: 78186
2012-10-18 12:59:32 +00:00
Mike Blumenkrantz 04c72fa6a1 remove zone move/resize handler for shelf, triggers crazy autohide behavior
also fixes ticket #1644


SVN revision: 78174
2012-10-18 09:14:13 +00:00
Mike Blumenkrantz fb4d32599d fix dnd into favorites views
ticket #1638


SVN revision: 78158
2012-10-18 08:07:17 +00:00
Mike Blumenkrantz 46d2653dbc e dnd xds handler now passes type string param as well as data
SVN revision: 78157
2012-10-18 08:04:03 +00:00
Mike Blumenkrantz 57d8dd8f9b fix cross-device cut+paste
ticket #1638


SVN revision: 78154
2012-10-18 07:55:34 +00:00
Mike Blumenkrantz bc52fd4269 remove unnecessary variable, fix file pasting with blank clipboard to not hammer the efm daemon
SVN revision: 78153
2012-10-18 07:51:18 +00:00
Mike Blumenkrantz 23f35193cf fix shelf crash from ticket #1635
SVN revision: 78152
2012-10-18 07:39:02 +00:00
Mike Blumenkrantz e01c5b9946 don't add gadman desktop menu item if it already exists
ticket #1641


SVN revision: 78151
2012-10-18 07:33:55 +00:00
Mike Blumenkrantz 68270ed5e8 uchar -> Eina_Bool
SVN revision: 78150
2012-10-18 07:28:12 +00:00
Cedric BAIL 0c356af7e2 e: make it less anoying. Now E17 also remember you tainted it.
SVN revision: 78148
2012-10-18 06:26:57 +00:00
Carsten Haitzler 90b6406b04 add module whitelist with complaints about modules that are not e's
set. after yet more repords of bugs from modules not in core.



SVN revision: 78045
2012-10-16 10:42:01 +00:00
Bruno Dilly 325c340060 e/physics: fix render geometry set
SVN revision: 78018
2012-10-15 21:55:14 +00:00
Carsten Haitzler a192bd1e1a lets just make buf 4096 to ensure it can hold enough of a nutty path
if it needs to.



SVN revision: 78004
2012-10-15 15:45:01 +00:00
Carsten Haitzler 53ad992c31 pointed out by Igor Murzov - fixed backlight thing, gadcon is cleaner.
SVN revision: 77980
2012-10-15 07:05:00 +00:00
Cedric BAIL 76dc9409d5 e: prevent infinite call loop. If someone has a better fix than me, you are welcome.
SVN revision: 77975
2012-10-15 06:25:26 +00:00
Eric Schuele 2d173a6ae2 Much more appropriate fix for TRAC#1222.
SVN revision: 77960
2012-10-13 20:38:49 +00:00
Carsten Haitzler c824b1a1e1 fix segv's in randr dialog. :)
SVN revision: 77943
2012-10-13 03:18:58 +00:00
Christopher Michael d421af2a0b E: Really no need to fetch Container here (just to fetch the current
zone). Use e_util_zone_current_get.

Add missing parens around eina_list_data_get.

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

SVN revision: 77938
2012-10-12 13:49:19 +00:00
Christopher Michael 5b03a2bf37 E: Remove extra call to eina_list_data_get. Not really needed as we
make the call above to get the list data anyway.

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

SVN revision: 77937
2012-10-12 13:38:35 +00:00
Eric Schuele 46870c46b5 TRAC#1222 Resolve sticky windows not offering resistance on window_push for desktops other than that which they belong.
SVN revision: 77927
2012-10-12 01:21:24 +00:00
Christopher Michael cd0ad11fa8 E (RandR): After we have applied the changes for a monitor, tell it to
'reset'.

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

SVN revision: 77891
2012-10-11 14:29:20 +00:00
Christopher Michael 44a95f2797 E (RandR): Add function to 'reset' a monitor's changes. This is used
after any user modifications have been applied so that we an reset the
'original' values to the 'currently applied' values. This helps to
keep the Apply button in sync.

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

SVN revision: 77890
2012-10-11 14:29:17 +00:00
Christopher Michael c063ed25ac E (RandR): Add function prototype to reset monitor changes.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 77889
2012-10-11 14:29:13 +00:00
Christopher Michael 39bb5b2bbd E (RandR): Skip monitor during apply if no changes were made.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 77888
2012-10-11 14:29:10 +00:00
Christopher Michael 79339fb431 E (RandR): Remove dead code lines.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 77887
2012-10-11 14:29:07 +00:00
Christopher Michael 1756c3de92 E (RandR): Remove dead comment.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 77886
2012-10-11 14:29:04 +00:00
Christopher Michael e0bb649b07 E (RandR): Reduce potential variable usage in geometry_get function.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 77885
2012-10-11 14:29:01 +00:00
Christopher Michael 931a9f4d05 E (RandR): Remove dead code line.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 77884
2012-10-11 14:28:58 +00:00
Christopher Michael 24d5040564 E (RandR): If we have a crtc when getting monitor geometry, then use
that for width & height.

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

SVN revision: 77883
2012-10-11 14:28:51 +00:00
Christopher Michael 62644089e9 E (RandR): Setup defaults before we assign output & crtc.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 77882
2012-10-11 13:51:39 +00:00
Christopher Michael c9edc0c734 E (RandR): If the monitor does not have a CRTC because it was
disabled, try to find an available one so that we can re-enable the
monitor.

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

SVN revision: 77881
2012-10-11 13:51:33 +00:00
Mike Blumenkrantz 6134584e47 formatting for seb
SVN revision: 77880
2012-10-11 13:23:14 +00:00
Christopher Michael bc3d8d18e2 E (RandR): Fix case where a disabled monitor would show up with no
mode, or size.

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

SVN revision: 77879
2012-10-11 13:01:04 +00:00
Mike Blumenkrantz c094541aef patch from PrinceAMD which adds config options to warp lost windows back to center screen when enabled
video: http://dl.dropbox.com/u/7371269/lost_window_feature_2.ogv


SVN revision: 77878
2012-10-11 12:53:15 +00:00
Christopher Michael 888e820aca E (RandR): Remove dead debug code. Reenable crtc check to avoid
potential segv.

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

SVN revision: 77877
2012-10-11 12:49:47 +00:00
Christopher Michael 33952ef188 E (RandR): Remove dead debug code.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 77876
2012-10-11 12:49:44 +00:00
Mike Blumenkrantz e92d150180 shelves now watch for zone move/resize events and check their locations upon any changes to ensure that they don't move off screen with the randr dialog. note that this will also cause shelves to re-hide themselves when toggling autohide
SVN revision: 77875
2012-10-11 12:49:13 +00:00
Christopher Michael 6e89ed1e0c E (RandR): Rework Applying the randr settings. Now we will only need
to apply what has changed.

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

SVN revision: 77874
2012-10-11 12:42:40 +00:00
Christopher Michael c59e752325 E (RandR): Add function to get if randr widget changed.
Rework the "changed" code so that now Apply will enable/disable
correctly based on what changes are in the monitors.

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

SVN revision: 77873
2012-10-11 12:42:37 +00:00
Christopher Michael f7ee5261b9 E (RandR): Add function prototype to get if randr widget changed.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 77872
2012-10-11 12:42:34 +00:00
Christopher Michael 71eeb7c458 E (RandR): Whitespace removal.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 77871
2012-10-11 12:42:31 +00:00
Christopher Michael e005f0d4bf E (RandR): Add some internal functions to reduce duplicated code
(background set, modes_fill, etc.
Add structure to smart_data so we can store original values and
current values. This allows us to selectively apply changes.

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

SVN revision: 77870
2012-10-11 12:42:29 +00:00
Christopher Michael 21bf9173f5 E (RandR): Add function prototype to get any changes from the monitor.
Add enum so that we can keep track of exactly what has changed.

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

SVN revision: 77869
2012-10-11 12:42:26 +00:00
Christopher Michael f4cc7d989d E (RandR): Use monitor function to get proper output.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 77868
2012-10-11 12:42:23 +00:00
Christopher Michael 23fb072172 E (RandR): Add function to retrieve monitor's output.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 77867
2012-10-11 12:42:20 +00:00
Christopher Michael 2ab321cf3b E (RandR): Add function prototype to retrieve monitor's output.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 77866
2012-10-11 12:42:00 +00:00
Mike Blumenkrantz 9aa8b5ef5d efm navbar path buttons now happily accept dnding files
part of ticket #1603


SVN revision: 77865
2012-10-11 12:27:51 +00:00