Commit Graph

6136 Commits

Author SHA1 Message Date
Mike Blumenkrantz 4128a1345f remove subobj from list before beginning delete callback chain, also add borker certification
SVN revision: 73259
2012-07-04 08:38:19 +00:00
Mike Blumenkrantz a4d99c2f30 this code appears to be functionally identical, yet one version breaks the world.
SVN revision: 73258
2012-07-04 08:29:30 +00:00
Mike Blumenkrantz 7a595cee34 merged amazingly old patches from ticket #43 by morlenxus
Brian Miculcy 2007-08-01 15:47:34


SVN revision: 73239
2012-07-03 13:53:44 +00:00
Mike Blumenkrantz 5ef27ebee9 remove unnecessary evas_get call
SVN revision: 73238
2012-07-03 13:26:57 +00:00
Mike Blumenkrantz 5fbcec5ca8 formatting
SVN revision: 73237
2012-07-03 13:01:36 +00:00
Mike Blumenkrantz 2ad9af4275 formatting
SVN revision: 73235
2012-07-03 12:56:54 +00:00
Mike Blumenkrantz d4fabc27a4 formatting
SVN revision: 73228
2012-07-03 12:07:25 +00:00
Mike Blumenkrantz a885647450 formatting
SVN revision: 73227
2012-07-03 12:02:05 +00:00
Mike Blumenkrantz 6fbd413374 add event for when a shelf gets added
SVN revision: 73225
2012-07-03 11:55:00 +00:00
Mike Blumenkrantz 5950d44b2f add resize callback for gadcon parent to properly adjust box packing objects for gadcon clients
also fixes pager resize in shelf


SVN revision: 73222
2012-07-03 10:44:33 +00:00
Mike Blumenkrantz 398a773208 formatting
SVN revision: 73220
2012-07-03 10:01:37 +00:00
Mike Blumenkrantz f23a7afa40 formatting
SVN revision: 73214
2012-07-03 09:11:44 +00:00
Mike Blumenkrantz c6ce9e563b fix e widget smart deletion to not be stupid
SVN revision: 73210
2012-07-03 08:33:54 +00:00
Doyoun Kang f5d13fd6af From: Doyoun Kang <doyoun.kang@samsung.com>
Subject: [E-devel] [Patch][e] add code to check
e_config->geometry_auto_move before moving a window in e_border.c

In e, there is a configuration value - geometry_auto_move - which
determines whether e moves the window to useful geometry automatically or not.
In my opinion, if this is 0, then e doesn't move the window
automatically. However, e always moves the window automatically
because there is no code to check the geometry_auto_move value in
_e_border_eval(). So, I added code to check
e_config->geometry_auto_move in _e_border_eval().



SVN revision: 73191
2012-07-03 06:31:43 +00:00
Mike Blumenkrantz ffd62128c3 formatting
SVN revision: 73149
2012-07-02 10:35:16 +00:00
Mike Blumenkrantz 1546ae67a8 remove awful idler from module config dialog and simplify all related code
ticket #856


SVN revision: 73148
2012-07-02 10:29:55 +00:00
Mike Blumenkrantz 0fe8872ab7 add mechanism for getting the list of selected ilist items
SVN revision: 73143
2012-07-02 09:56:47 +00:00
Mike Blumenkrantz ef4bedb6e8 formatting
SVN revision: 73132
2012-07-02 08:15:02 +00:00
Mike Blumenkrantz 82ee910b78 fix efm icon look in list view, breaks scrolling behavior
SVN revision: 73127
2012-07-02 07:58:25 +00:00
Mike Blumenkrantz 6646b7f7f5 implicitwarnings--
SVN revision: 73126
2012-07-02 07:05:19 +00:00
Carsten Haitzler 153a14bb48 fix errant slide to focus when windows are not visible.
SVN revision: 73096
2012-07-01 10:12:59 +00:00
Gustavo Sverzut Barbieri 97dfa9db2e enlightenment_filemanager - call EFM from another process.
This is used to open a file manager window from another process. It
will use DBus interface:

     org.enlightenment.FileManager.OpenDirectory(path)

It returns immediately, but we could enhance the DBus interface and
make it act like a real file manager process if that is needed.



SVN revision: 73084
2012-06-30 19:28:49 +00:00
Carsten Haitzler c13343daee forc /usr/share and /usr/local/share into xdg data dirs too if not set.
SVN revision: 73079
2012-06-30 06:57:49 +00:00
Carsten Haitzler ecddd2391f supprot XDG_RUNTME_DIR for ipc socket and handle failure if someone
already created it - try new names until tries exhausted (4096)



SVN revision: 73072
2012-06-30 05:33:36 +00:00
Carsten Haitzler 892e68e399 use @E_SYS_CFLAGS@ for enlightenment_sys build
SVN revision: 73070
2012-06-30 04:11:50 +00:00
Carsten Haitzler 6387c80851 prepend to XDG_DATA_DIRs so we get apps in e's prefix. :)
SVN revision: 73036
2012-06-29 13:00:30 +00:00
Mike Blumenkrantz b5f4a75990 remove log level setting in eeze scanner and efm
SVN revision: 73024
2012-06-29 07:57:58 +00:00
Leif Middelschulte b3011b6f45 Add safety check when freeing dnd handler.
SVN revision: 73010
2012-06-28 13:47:45 +00:00
Leif Middelschulte 04acb74d8b Revert "Merge branch 'randr'"
This reverts commit 5cd36c5dcb45ac48a1dc062fed5ac0d29c79efe3, reversing
changes made to 3bd4846cc3663a2488a47ed581045295fb322944.

SVN revision: 73009
2012-06-28 13:44:26 +00:00
Leif Middelschulte f939b664d7 Merge branch 'randr'
SVN revision: 73008
2012-06-28 13:35:19 +00:00
Mike Blumenkrantz 0dc311768b these buttons seem stupidly labeled given that the dialog asks a yes/no question, but changing one button to read slightly better is easier than making up new dialog text
SVN revision: 73007
2012-06-28 13:31:58 +00:00
Mike Blumenkrantz d147505875 damn typos
SVN revision: 73006
2012-06-28 13:27:31 +00:00
Mike Blumenkrantz b05f7bb2fc make profile stringshared
SVN revision: 73005
2012-06-28 13:22:13 +00:00
Mike Blumenkrantz 655df74446 formatting
SVN revision: 73001
2012-06-28 12:19:36 +00:00
Mike Blumenkrantz 37461278bc add e_shelf_zone_dummy_new(), e_shelf_list_all(), and e_gadcon_dummy_new() to allow for creating an object (such as a task bar) which simulates a shelf for the purpose of removing its geometry from _e_zone_useful_geometry_calc(), thus preventing windows from being placed under it
ticket #643


SVN revision: 72999
2012-06-28 10:59:19 +00:00
Mike Blumenkrantz 9370e51c04 I came so close to just deleting this file instead of fixing it again
SVN revision: 72998
2012-06-28 10:38:38 +00:00
Mike Blumenkrantz 1a9f497be2 further unbork efm logging
SVN revision: 72997
2012-06-28 10:35:08 +00:00
Mike Blumenkrantz 3fb0b9c5ff unbork efm logging
SVN revision: 72996
2012-06-28 10:31:40 +00:00
Mike Blumenkrantz ba7c89a833 efm log level -> ERR
SVN revision: 72993
2012-06-28 10:19:45 +00:00
Mike Blumenkrantz 57cfa862f5 formatting
SVN revision: 72991
2012-06-28 10:14:25 +00:00
Mike Blumenkrantz 36c7e47745 formatting
SVN revision: 72948
2012-06-27 13:30:40 +00:00
Mike Blumenkrantz 329a7b1d03 fix ilist positional scrolling to actually show the item that is supposed to be shown
ticket #570


SVN revision: 72945
2012-06-27 13:16:13 +00:00
Mike Blumenkrantz afa152690c formatting
SVN revision: 72941
2012-06-27 12:19:00 +00:00
Mike Blumenkrantz 1f8cc4cd6d pressing escape on the desktop with file manager icons shown no longer causes the desktop to try going to the parent directory
SVN revision: 72932
2012-06-27 09:42:22 +00:00
Mike Blumenkrantz 66ed2b4f53 add flowlayout functions for getting prev/next items
SVN revision: 72928
2012-06-27 08:49:34 +00:00
Mike Blumenkrantz 23c3f87508 formatting
SVN revision: 72927
2012-06-27 08:33:44 +00:00
Mike Blumenkrantz 54f2079b25 add e actions for moving a window to next/prev screen: this can be found in Window : Moving for keybinds
SVN revision: 72924
2012-06-27 08:02:03 +00:00
Mike Blumenkrantz 4febddc346 clarify that window:actions{move by,move to} are for coordinate movement, not desk/screen movement
SVN revision: 72923
2012-06-27 07:22:58 +00:00
Chidambar Zinnoury f9e2aba1d4 e dialogs: some more Yes → action label updates.
SVN revision: 72903
2012-06-26 23:23:11 +00:00
Mike Blumenkrantz e595b1da72 when prepending...prepend
SVN revision: 72882
2012-06-26 12:58:25 +00:00