Commit Graph

13531 Commits

Author SHA1 Message Date
Mike Blumenkrantz 4c783428c4 formatting
SVN revision: 75762
2012-08-28 08:19:46 +00:00
Mike Blumenkrantz b71fd801bc remove printf from import dialog
SVN revision: 75761
2012-08-28 08:15:36 +00:00
Mike Blumenkrantz 4f5bf08c9a change Import button to Use on import dialog to make it more versatile
SVN revision: 75760
2012-08-28 08:14:13 +00:00
Mike Blumenkrantz ea33bae40b quickaccess now uses border_hide(3) to prevent desk flip from showing hidden windows
SVN revision: 75758
2012-08-28 07:47:10 +00:00
Mike Blumenkrantz 0dab993c45 add "hidden" flag for borders which is set only when border_hide(3) is called; this prevents borders from being automatically shown on desk change when previously hidden
SVN revision: 75757
2012-08-28 07:41:11 +00:00
Mike Blumenkrantz 1e724ce41f set border props in border props setting function, only set sticky if entry is not in jump mode
ticket #cedric


SVN revision: 75756
2012-08-28 07:20:31 +00:00
Mike Blumenkrantz 540e94652e more dialog delete cleanups
SVN revision: 75755
2012-08-28 06:49:14 +00:00
Mike Blumenkrantz 33f252cc9c fix fix for grab dialog focus: null checks are important
ticket #1410


SVN revision: 75754
2012-08-28 06:48:28 +00:00
Mike Blumenkrantz 5acb47cc0c formatting
SVN revision: 75753
2012-08-28 06:36:35 +00:00
Carsten Haitzler ec5b963091 hyoyoung is right. put settings back. those were for a different thing
were click ALWAYS raises window even if on sloppy/pointer.



SVN revision: 75744
2012-08-27 23:19:14 +00:00
Carsten Haitzler e9bb93442d alas por yorrick i knew him well... ok - i was trying to isolate all
comp objects inot 1 layout per screen but we cant do this due to
objects spanning screens and thus requiring correct stacking, so stick
to simple stacking. yay.



SVN revision: 75734
2012-08-27 09:22:26 +00:00
Carsten Haitzler f18632e2fd since escaping fade out is common - make CURRENT the transitionb src point
:)



SVN revision: 75718
2012-08-27 01:00:28 +00:00
Vincent Torri f17997b7cc E17: free the string after copying, not before
reported by Maxime Villard

SVN revision: 75717
2012-08-26 21:34:25 +00:00
Vincent Torri 837d3fa390 E17: fix FIXME's
patch by Maxime Villard

SVN revision: 75716
2012-08-26 19:41:34 +00:00
Carsten Haitzler 6b1ec80534 clean up e17 screenblank/saver to use custom mode so we can cleanly
fade in/out on screenblank. comp does the fading. also move all of
comps child wins into an e_layout... because... now its swallowed by a
screen edje obj for comp that does the fading.



SVN revision: 75715
2012-08-26 15:36:05 +00:00
Mike McCormack 54ba7e3388 e: Fix out of bounds array access.
Signed-off-by: Mike McCormack <mikem@ring3k.org>

SVN revision: 75711
2012-08-26 12:01:05 +00:00
Mike McCormack 840e05dd4a e: Fix shadow warning
Signed-off-by: Mike McCormack <mikem@ring3k.org>

SVN revision: 75710
2012-08-26 12:01:00 +00:00
Massimo Maiurana 287f8da267 updating portuguese and italian translations
SVN revision: 75701
2012-08-25 20:03:12 +00:00
Carsten Haitzler 34c321830a fix fsel preview to work again. :)
SVN revision: 75700
2012-08-25 11:58:16 +00:00
Carsten Haitzler 69a2d61f5d oops - nuke backtrace debug.
SVN revision: 75699
2012-08-25 11:13:45 +00:00
Vincent Torri f84af67928 E17: remove useless symlink (as we don't rename anymore) and remove useless function _e_fm_op_update_progress_report_simple()
Patch by Maxime Villard

SVN revision: 75698
2012-08-25 09:22:09 +00:00
Carsten Haitzler 95909021ea fix several focus issues with alt+tab, closing of windows etc.
SVN revision: 75697
2012-08-25 09:14:21 +00:00
Carsten Haitzler ada59ec667 fix key grab dialog the simple way - focus works afterwards
SVN revision: 75696
2012-08-25 09:13:33 +00:00
Carsten Haitzler cf863adc59 fix sorting to sort symlinks to dirs as if they are dirs...
SVN revision: 75695
2012-08-25 09:12:31 +00:00
Carsten Haitzler d69846caa0 fix another missing ptr warp bug on alt-tab.
SVN revision: 75694
2012-08-25 04:17:46 +00:00
Carsten Haitzler 777232b4d6 and now nicelyt and once and for bloody all fix focus stuff on alt-tab!
SVN revision: 75693
2012-08-25 04:12:59 +00:00
Carsten Haitzler d63122071e ensure actual focus goes to tabbed-to-window.
SVN revision: 75692
2012-08-25 03:33:31 +00:00
Carsten Haitzler 1d6c73e476 fix alt-tab to/from fullscreen windows
SVN revision: 75691
2012-08-25 03:00:14 +00:00
Mike McCormack 84a2101ffc e: Fix unused variable warning
SVN revision: 75690
2012-08-25 02:58:12 +00:00
Vincent Torri 4812a5f372 E: minor changes
* useless define
 * formatting and useless comment
 * fread() returns a number >= 0
 * symlink returns -1 on error

SVN revision: 75687
2012-08-24 22:18:43 +00:00
Mike Blumenkrantz 028e9e0380 fix dialog cleanups to work properly
SVN revision: 75665
2012-08-24 14:19:55 +00:00
Mike Blumenkrantz f1c170da5a formatting
SVN revision: 75664
2012-08-24 13:57:22 +00:00
Mike Blumenkrantz 2f2764c63a change pager advanced settings grab dialog to use e_grab_dialog
SVN revision: 75663
2012-08-24 13:55:26 +00:00
Mike Blumenkrantz de494950d0 only print module timing info for modules that successfully load
SVN revision: 75662
2012-08-24 13:34:25 +00:00
Mike Blumenkrantz cf7f8e0710 fix mixer gadget loading for pulseaudio
ticket #1357


SVN revision: 75661
2012-08-24 13:19:12 +00:00
Mike Blumenkrantz 610d4ca1d3 formatting
SVN revision: 75659
2012-08-24 13:03:16 +00:00
Mike Blumenkrantz bc6ec24ec1 no need for strcmp here since these are stringshared
SVN revision: 75658
2012-08-24 13:00:28 +00:00
Mike Blumenkrantz 2d325c5604 fix magic fail on mixer shutdown
SVN revision: 75657
2012-08-24 12:50:55 +00:00
Mike Blumenkrantz ff5fb7da69 new config dialog: advanced/signal_bindings
this allows for creating, modifying, and deleting edje signal bindings
FIXME: needs an icon


SVN revision: 75656
2012-08-24 12:43:47 +00:00
Mike Blumenkrantz b16786d2b8 fix desktop gadget move/resize
SVN revision: 75653
2012-08-24 12:32:20 +00:00
Mike Blumenkrantz f83c31ad0d fix edge binding error dialog text
SVN revision: 75652
2012-08-24 10:37:59 +00:00
Mike Blumenkrantz 77a97c35c3 set correct group for window_shaded action
SVN revision: 75650
2012-08-24 09:57:32 +00:00
Mike Blumenkrantz e525ed8e61 break out bindings resets into functions based on their type for more fine-grained binding resets
SVN revision: 75649
2012-08-24 09:51:37 +00:00
Mike Blumenkrantz 6294cb8353 create action names for actions which were missing them
SVN revision: 75648
2012-08-24 09:28:23 +00:00
Mike Blumenkrantz 7613e22a87 set shelves to clip to their zone when drawn on container, pop an error dialog when popup shelves with autohiding exist next to another zone
ticket #1362


SVN revision: 75646
2012-08-24 09:03:34 +00:00
Mike Blumenkrantz 5b4385d654 reset gadman another way to prevent crashes
SVN revision: 75645
2012-08-24 08:53:48 +00:00
Mike Blumenkrantz 8bc7ac007e reset gadman when zone 0 is added/removed to ensure proper gadget placement
ticket #1372


SVN revision: 75643
2012-08-24 07:33:37 +00:00
Mike Blumenkrantz 09d26d74af fix global border config
ticket #1397


SVN revision: 75642
2012-08-24 07:00:30 +00:00
Mike Blumenkrantz 64435c7d68 fix jump mode to remove unwanted window properties
SVN revision: 75641
2012-08-24 06:58:57 +00:00
Mike Blumenkrantz 2108b94570 don't check dialog changed if just creating dialog
SVN revision: 75640
2012-08-24 06:53:32 +00:00