platform/upstream/enlightenment.git
12 years agodbus filemanager OpenFile
Gustavo Sverzut Barbieri [Wed, 4 Jul 2012 19:10:17 +0000 (19:10 +0000)]
dbus filemanager OpenFile

uses mime database to open files with their preferred application or
execute them.

SVN revision: 73300

12 years agoeverything terminal config now reflects e_config->exebuf_term_cmd
Gustavo Sverzut Barbieri [Wed, 4 Jul 2012 19:09:36 +0000 (19:09 +0000)]
everything terminal config now reflects e_config->exebuf_term_cmd

exebuf was deprecated and thus its terminal command
configuration. Everything replaces it, but still uses its own
configuration.

change and make everything save e_config->exebuf_term_cmd as well.

(most people may have ignored this because xterm is the default and
available everywhere... but my machine, as I just removed it)

SVN revision: 73299

12 years agoactually we should not realpath() the input.
Gustavo Sverzut Barbieri [Wed, 4 Jul 2012 18:45:23 +0000 (18:45 +0000)]
actually we should not realpath() the input.

directories may show with incorrect names if they were links.

SVN revision: 73297

12 years agodbus OpenDirectory() proper path handling if using URI.
Gustavo Sverzut Barbieri [Wed, 4 Jul 2012 16:59:29 +0000 (16:59 +0000)]
dbus OpenDirectory() proper path handling if using URI.

A path provided with URI will use URI escaping code and we must handle
that.

SVN revision: 73290

12 years agoformatting
Mike Blumenkrantz [Wed, 4 Jul 2012 14:00:32 +0000 (14:00 +0000)]
formatting

SVN revision: 73287

12 years agoadd note in vdesk config to inform users how to change a vdesk's wallpaper
Mike Blumenkrantz [Wed, 4 Jul 2012 13:51:47 +0000 (13:51 +0000)]
add note in vdesk config to inform users how to change a vdesk's wallpaper

SVN revision: 73286

12 years agousing an action to send the mouse to another screen now also sets window focus on...
Mike Blumenkrantz [Wed, 4 Jul 2012 13:25:09 +0000 (13:25 +0000)]
using an action to send the mouse to another screen now also sets window focus on that screen
ticket #863

SVN revision: 73285

12 years agoI couldn't find a better way of preventing the shelf config dialog from being remembe...
Mike Blumenkrantz [Wed, 4 Jul 2012 13:12:03 +0000 (13:12 +0000)]
I couldn't find a better way of preventing the shelf config dialog from being remembered so now I'm blocking it here so it can't break the world

SVN revision: 73284

12 years agofix crash waiting to happen in e_remember
Mike Blumenkrantz [Wed, 4 Jul 2012 12:49:08 +0000 (12:49 +0000)]
fix crash waiting to happen in e_remember

SVN revision: 73282

12 years agoformatting
Mike Blumenkrantz [Wed, 4 Jul 2012 12:42:30 +0000 (12:42 +0000)]
formatting

SVN revision: 73281

12 years agoformatting
Mike Blumenkrantz [Wed, 4 Jul 2012 12:32:24 +0000 (12:32 +0000)]
formatting

SVN revision: 73279

12 years agomake header check in shelf config dialog object, ensure correct desk setting
Mike Blumenkrantz [Wed, 4 Jul 2012 12:21:57 +0000 (12:21 +0000)]
make header check in shelf config dialog object, ensure correct desk setting

SVN revision: 73275

12 years agofix shelf config to always display the correct shelves based on the config's zone...
Mike Blumenkrantz [Wed, 4 Jul 2012 12:07:27 +0000 (12:07 +0000)]
fix shelf config to always display the correct shelves based on the config's zone, not the currently active zone

SVN revision: 73273

12 years agoe: trying to do it in the right order.
Cedric BAIL [Wed, 4 Jul 2012 12:01:39 +0000 (12:01 +0000)]
e: trying to do it in the right order.

SVN revision: 73271

12 years agoe: prevent some crash here.
Cedric BAIL [Wed, 4 Jul 2012 12:01:12 +0000 (12:01 +0000)]
e: prevent some crash here.

SVN revision: 73270

12 years agoset config values for multiscreen flip from previous commit
Mike Blumenkrantz [Wed, 4 Jul 2012 09:38:35 +0000 (09:38 +0000)]
set config values for multiscreen flip from previous commit

SVN revision: 73263

12 years agoadd edge binding config option to enable edge bindings on multihead
Mike Blumenkrantz [Wed, 4 Jul 2012 09:32:05 +0000 (09:32 +0000)]
add edge binding config option to enable edge bindings on multihead
ticket #906

SVN revision: 73262

12 years agoformatting
Mike Blumenkrantz [Wed, 4 Jul 2012 09:15:08 +0000 (09:15 +0000)]
formatting

SVN revision: 73261

12 years agoremove subobj from list before beginning delete callback chain, also add borker certi...
Mike Blumenkrantz [Wed, 4 Jul 2012 08:38:19 +0000 (08:38 +0000)]
remove subobj from list before beginning delete callback chain, also add borker certification

SVN revision: 73259

12 years agothis code appears to be functionally identical, yet one version breaks the world.
Mike Blumenkrantz [Wed, 4 Jul 2012 08:29:30 +0000 (08:29 +0000)]
this code appears to be functionally identical, yet one version breaks the world.

SVN revision: 73258

12 years agofix shelf deletion and some crashes
Mike Blumenkrantz [Wed, 4 Jul 2012 08:25:21 +0000 (08:25 +0000)]
fix shelf deletion and some crashes

SVN revision: 73257

12 years agofix some shelf config warnings generated by Reviewerhorns, also clean up dumb shelf...
Mike Blumenkrantz [Wed, 4 Jul 2012 08:16:25 +0000 (08:16 +0000)]
fix some shelf config warnings generated by Reviewerhorns, also clean up dumb shelf deletion dialog code

SVN revision: 73256

12 years agobig shelf config overhaul:
Mike Blumenkrantz [Wed, 4 Jul 2012 07:38:11 +0000 (07:38 +0000)]
big shelf config overhaul:
* add shelf rename button
* shelf config buttons disable when you're editing/adding/deleting another shelf
* new shelves will now attempt to place themselves in a location not occupied by another shelf instead of always going to the bottom right corner
* some small leaks--

SVN revision: 73255

12 years agoE (conf_shelves): Fix format statement for snprintf. Bad Stu ! :P
Christopher Michael [Wed, 4 Jul 2012 06:08:03 +0000 (06:08 +0000)]
E (conf_shelves): Fix format statement for snprintf. Bad Stu ! :P

SVN revision: 73252

12 years agomerged amazingly old patches from ticket #43 by morlenxus
Mike Blumenkrantz [Tue, 3 Jul 2012 13:53:44 +0000 (13:53 +0000)]
merged amazingly old patches from ticket #43 by morlenxus
Brian Miculcy 2007-08-01 15:47:34

SVN revision: 73239

12 years agoremove unnecessary evas_get call
Mike Blumenkrantz [Tue, 3 Jul 2012 13:26:57 +0000 (13:26 +0000)]
remove unnecessary evas_get call

SVN revision: 73238

12 years agoformatting
Mike Blumenkrantz [Tue, 3 Jul 2012 13:01:36 +0000 (13:01 +0000)]
formatting

SVN revision: 73237

12 years agoformatting
Mike Blumenkrantz [Tue, 3 Jul 2012 12:56:54 +0000 (12:56 +0000)]
formatting

SVN revision: 73235

12 years agoallow non-edje custom backgrounds for fileman
Mike Blumenkrantz [Tue, 3 Jul 2012 12:31:51 +0000 (12:31 +0000)]
allow non-edje custom backgrounds for fileman
ticket #1040

SVN revision: 73233

12 years agoformatting
Mike Blumenkrantz [Tue, 3 Jul 2012 12:07:25 +0000 (12:07 +0000)]
formatting

SVN revision: 73228

12 years agoformatting
Mike Blumenkrantz [Tue, 3 Jul 2012 12:02:05 +0000 (12:02 +0000)]
formatting

SVN revision: 73227

12 years agoupdate shelf config dialog list when a shelf is added
Mike Blumenkrantz [Tue, 3 Jul 2012 11:55:32 +0000 (11:55 +0000)]
update shelf config dialog list when a shelf is added

SVN revision: 73226

12 years agoadd event for when a shelf gets added
Mike Blumenkrantz [Tue, 3 Jul 2012 11:55:00 +0000 (11:55 +0000)]
add event for when a shelf gets added

SVN revision: 73225

12 years agoadd resize callback for gadcon parent to properly adjust box packing objects for...
Mike Blumenkrantz [Tue, 3 Jul 2012 10:44:33 +0000 (10:44 +0000)]
add resize callback for gadcon parent to properly adjust box packing objects for gadcon clients
also fixes pager resize in shelf

SVN revision: 73222

12 years agouse edje min size for pager desks and freeze table while adding desks to prevent...
Mike Blumenkrantz [Tue, 3 Jul 2012 10:40:39 +0000 (10:40 +0000)]
use edje min size for pager desks and freeze table while adding desks to prevent unnecessary recalcs

SVN revision: 73221

12 years agoformatting
Mike Blumenkrantz [Tue, 3 Jul 2012 10:01:37 +0000 (10:01 +0000)]
formatting

SVN revision: 73220

12 years agoformatting
Mike Blumenkrantz [Tue, 3 Jul 2012 09:11:44 +0000 (09:11 +0000)]
formatting

SVN revision: 73214

12 years agofix e widget smart deletion to not be stupid
Mike Blumenkrantz [Tue, 3 Jul 2012 08:33:54 +0000 (08:33 +0000)]
fix e widget smart deletion to not be stupid

SVN revision: 73210

12 years agofix analog clock sizing in shelf
Mike Blumenkrantz [Tue, 3 Jul 2012 08:12:27 +0000 (08:12 +0000)]
fix analog clock sizing in shelf

SVN revision: 73209

12 years agorefresh gadman available gadgets on both disable and enable of module
Mike Blumenkrantz [Tue, 3 Jul 2012 07:39:44 +0000 (07:39 +0000)]
refresh gadman available gadgets on both disable and enable of module

SVN revision: 73205

12 years agoalso don't want to ignore all .desktop files. whoever wrote this gitignore needs...
Mike Blumenkrantz [Tue, 3 Jul 2012 07:16:41 +0000 (07:16 +0000)]
also don't want to ignore all .desktop files. whoever wrote this gitignore needs to rtfm about how gitignores work

SVN revision: 73195

12 years agono, we DON'T want to ignore all edj files.
Mike Blumenkrantz [Tue, 3 Jul 2012 06:58:06 +0000 (06:58 +0000)]
no, we DON'T want to ignore all edj files.

SVN revision: 73193

12 years agoE17: Update copyright year.
Christopher Michael [Tue, 3 Jul 2012 06:54:49 +0000 (06:54 +0000)]
E17: Update copyright year.

SVN revision: 73192

12 years agoFrom: Doyoun Kang <doyoun.kang@samsung.com>
Doyoun Kang [Tue, 3 Jul 2012 06:31:43 +0000 (06:31 +0000)]
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

12 years agocleanup/fix notification module shutdown to not crash
Mike Blumenkrantz [Mon, 2 Jul 2012 13:52:12 +0000 (13:52 +0000)]
cleanup/fix notification module shutdown to not crash

SVN revision: 73167

12 years agoprobably shouldn't free pointers right before they're used
Mike Blumenkrantz [Mon, 2 Jul 2012 13:37:22 +0000 (13:37 +0000)]
probably shouldn't free pointers right before they're used

SVN revision: 73166

12 years agofix gadman to not crash with module load/unload, also dynamically update available...
Mike Blumenkrantz [Mon, 2 Jul 2012 13:28:13 +0000 (13:28 +0000)]
fix gadman to not crash with module load/unload, also dynamically update available gadgets list when new modules are loaded

SVN revision: 73165

12 years agoe: Ignore filemanager
Mike McCormack [Mon, 2 Jul 2012 12:36:33 +0000 (12:36 +0000)]
e: Ignore filemanager

SVN revision: 73160

12 years agoformatting
Mike Blumenkrantz [Mon, 2 Jul 2012 10:35:16 +0000 (10:35 +0000)]
formatting

SVN revision: 73149

12 years agoremove awful idler from module config dialog and simplify all related code
Mike Blumenkrantz [Mon, 2 Jul 2012 10:29:55 +0000 (10:29 +0000)]
remove awful idler from module config dialog and simplify all related code
ticket #856

SVN revision: 73148

12 years agoformatting
Mike Blumenkrantz [Mon, 2 Jul 2012 10:13:27 +0000 (10:13 +0000)]
formatting

SVN revision: 73147

12 years agoadd mechanism for getting the list of selected ilist items
Mike Blumenkrantz [Mon, 2 Jul 2012 09:56:47 +0000 (09:56 +0000)]
add mechanism for getting the list of selected ilist items

SVN revision: 73143

12 years agochanging global border style in config now redraws borders for all windows
Mike Blumenkrantz [Mon, 2 Jul 2012 08:51:34 +0000 (08:51 +0000)]
changing global border style in config now redraws borders for all windows
ticket #748

SVN revision: 73136

12 years agotypos, fix border selection detection
Mike Blumenkrantz [Mon, 2 Jul 2012 08:39:30 +0000 (08:39 +0000)]
typos, fix border selection detection

SVN revision: 73135

12 years agofix stringshare usage in e border config
Mike Blumenkrantz [Mon, 2 Jul 2012 08:25:01 +0000 (08:25 +0000)]
fix stringshare usage in e border config

SVN revision: 73134

12 years agoformatting
Mike Blumenkrantz [Mon, 2 Jul 2012 08:15:02 +0000 (08:15 +0000)]
formatting

SVN revision: 73132

12 years agoformatting
Mike Blumenkrantz [Mon, 2 Jul 2012 08:09:17 +0000 (08:09 +0000)]
formatting

SVN revision: 73128

12 years agofix efm icon look in list view, breaks scrolling behavior
Mike Blumenkrantz [Mon, 2 Jul 2012 07:58:25 +0000 (07:58 +0000)]
fix efm icon look in list view, breaks scrolling behavior

SVN revision: 73127

12 years agoimplicitwarnings--
Mike Blumenkrantz [Mon, 2 Jul 2012 07:05:19 +0000 (07:05 +0000)]
implicitwarnings--

SVN revision: 73126

12 years agofix profile reset button
Mike Blumenkrantz [Mon, 2 Jul 2012 06:49:59 +0000 (06:49 +0000)]
fix profile reset button
ticket #745

SVN revision: 73125

12 years agofix errant slide to focus when windows are not visible.
Carsten Haitzler [Sun, 1 Jul 2012 10:12:59 +0000 (10:12 +0000)]
fix errant slide to focus when windows are not visible.

SVN revision: 73096

12 years agoenlightenment_filemanager - call EFM from another process.
Gustavo Sverzut Barbieri [Sat, 30 Jun 2012 19:28:49 +0000 (19:28 +0000)]
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

12 years agoforc /usr/share and /usr/local/share into xdg data dirs too if not set.
Carsten Haitzler [Sat, 30 Jun 2012 06:57:49 +0000 (06:57 +0000)]
forc /usr/share and /usr/local/share into xdg data dirs too if not set.

SVN revision: 73079

12 years agosupprot XDG_RUNTME_DIR for ipc socket and handle failure if someone
Carsten Haitzler [Sat, 30 Jun 2012 05:33:36 +0000 (05:33 +0000)]
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

12 years agouse @E_SYS_CFLAGS@ for enlightenment_sys build
Carsten Haitzler [Sat, 30 Jun 2012 04:11:50 +0000 (04:11 +0000)]
use @E_SYS_CFLAGS@ for enlightenment_sys build

SVN revision: 73070

12 years agoupdating italian translations
Massimo Maiurana [Fri, 29 Jun 2012 21:55:37 +0000 (21:55 +0000)]
updating italian translations

SVN revision: 73057

12 years agoprepend to XDG_DATA_DIRs so we get apps in e's prefix. :)
Carsten Haitzler [Fri, 29 Jun 2012 13:00:30 +0000 (13:00 +0000)]
prepend to XDG_DATA_DIRs so we get apps in e's prefix. :)

SVN revision: 73036

12 years agoremove log level setting in eeze scanner and efm
Mike Blumenkrantz [Fri, 29 Jun 2012 07:57:58 +0000 (07:57 +0000)]
remove log level setting in eeze scanner and efm

SVN revision: 73024

12 years agoin removing warnings you also removed real working code. fix!
Carsten Haitzler [Thu, 28 Jun 2012 23:42:46 +0000 (23:42 +0000)]
in removing warnings you also removed real working code. fix!

SVN revision: 73020

12 years agolets tone down the bumpiness of the wallpaper.
Carsten Haitzler [Thu, 28 Jun 2012 23:25:31 +0000 (23:25 +0000)]
lets tone down the bumpiness of the wallpaper.

SVN revision: 73019

12 years agoUse "changed" smart cb instead of mouse down.
Leif Middelschulte [Thu, 28 Jun 2012 13:47:48 +0000 (13:47 +0000)]
Use "changed" smart cb instead of mouse down.

SVN revision: 73011

12 years agoAdd safety check when freeing dnd handler.
Leif Middelschulte [Thu, 28 Jun 2012 13:47:45 +0000 (13:47 +0000)]
Add safety check when freeing dnd handler.

SVN revision: 73010

12 years agoRevert "Merge branch 'randr'"
Leif Middelschulte [Thu, 28 Jun 2012 13:44:26 +0000 (13:44 +0000)]
Revert "Merge branch 'randr'"

This reverts commit 5cd36c5dcb45ac48a1dc062fed5ac0d29c79efe3, reversing
changes made to 3bd4846cc3663a2488a47ed581045295fb322944.

SVN revision: 73009

12 years agoMerge branch 'randr'
Leif Middelschulte [Thu, 28 Jun 2012 13:35:19 +0000 (13:35 +0000)]
Merge branch 'randr'

SVN revision: 73008

12 years agothese buttons seem stupidly labeled given that the dialog asks a yes/no question...
Mike Blumenkrantz [Thu, 28 Jun 2012 13:31:58 +0000 (13:31 +0000)]
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

12 years agodamn typos
Mike Blumenkrantz [Thu, 28 Jun 2012 13:27:31 +0000 (13:27 +0000)]
damn typos

SVN revision: 73006

12 years agomake profile stringshared
Mike Blumenkrantz [Thu, 28 Jun 2012 13:22:13 +0000 (13:22 +0000)]
make profile stringshared

SVN revision: 73005

12 years agoformatting
Mike Blumenkrantz [Thu, 28 Jun 2012 13:12:13 +0000 (13:12 +0000)]
formatting

SVN revision: 73003

12 years agoformatting
Mike Blumenkrantz [Thu, 28 Jun 2012 12:58:22 +0000 (12:58 +0000)]
formatting

SVN revision: 73002

12 years agoformatting
Mike Blumenkrantz [Thu, 28 Jun 2012 12:19:36 +0000 (12:19 +0000)]
formatting

SVN revision: 73001

12 years agoadd e_shelf_zone_dummy_new(), e_shelf_list_all(), and e_gadcon_dummy_new() to allow...
Mike Blumenkrantz [Thu, 28 Jun 2012 10:59:19 +0000 (10:59 +0000)]
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

12 years agoI came so close to just deleting this file instead of fixing it again
Mike Blumenkrantz [Thu, 28 Jun 2012 10:38:38 +0000 (10:38 +0000)]
I came so close to just deleting this file instead of fixing it again

SVN revision: 72998

12 years agofurther unbork efm logging
Mike Blumenkrantz [Thu, 28 Jun 2012 10:35:08 +0000 (10:35 +0000)]
further unbork efm logging

SVN revision: 72997

12 years agounbork efm logging
Mike Blumenkrantz [Thu, 28 Jun 2012 10:31:40 +0000 (10:31 +0000)]
unbork efm logging

SVN revision: 72996

12 years agomixer warnings--
Mike Blumenkrantz [Thu, 28 Jun 2012 10:26:56 +0000 (10:26 +0000)]
mixer warnings--

SVN revision: 72995

12 years agoefm log level -> ERR
Mike Blumenkrantz [Thu, 28 Jun 2012 10:19:45 +0000 (10:19 +0000)]
efm log level -> ERR

SVN revision: 72993

12 years agoformatting
Mike Blumenkrantz [Thu, 28 Jun 2012 10:14:25 +0000 (10:14 +0000)]
formatting

SVN revision: 72991

12 years agopulse seems to work pretty well, disabling mixer debug spam
Mike Blumenkrantz [Thu, 28 Jun 2012 10:02:42 +0000 (10:02 +0000)]
pulse seems to work pretty well, disabling mixer debug spam

SVN revision: 72989

12 years agocomp module now displays a notification when it disables dropshadow module
Mike Blumenkrantz [Thu, 28 Jun 2012 07:18:03 +0000 (07:18 +0000)]
comp module now displays a notification when it disables dropshadow module

SVN revision: 72978

12 years agocomp disable shortcut is also now configurable and set by default
Mike Blumenkrantz [Thu, 28 Jun 2012 07:13:33 +0000 (07:13 +0000)]
comp disable shortcut is also now configurable and set by default

SVN revision: 72977

12 years agoformatting
Mike Blumenkrantz [Thu, 28 Jun 2012 07:03:44 +0000 (07:03 +0000)]
formatting

SVN revision: 72976

12 years agocomp module fps toggle keybind is now a configurable action
Mike Blumenkrantz [Thu, 28 Jun 2012 06:58:06 +0000 (06:58 +0000)]
comp module fps toggle keybind is now a configurable action

SVN revision: 72975

12 years agoformatting
Mike Blumenkrantz [Wed, 27 Jun 2012 13:30:40 +0000 (13:30 +0000)]
formatting

SVN revision: 72948

12 years agofix ilist positional scrolling to actually show the item that is supposed to be shown
Mike Blumenkrantz [Wed, 27 Jun 2012 13:16:13 +0000 (13:16 +0000)]
fix ilist positional scrolling to actually show the item that is supposed to be shown
ticket #570

SVN revision: 72945

12 years agoby the power of copy and paste, edge bindings now have an icon
Mike Blumenkrantz [Wed, 27 Jun 2012 12:35:38 +0000 (12:35 +0000)]
by the power of copy and paste, edge bindings now have an icon
ticket #484

SVN revision: 72942

12 years agoformatting
Mike Blumenkrantz [Wed, 27 Jun 2012 12:19:00 +0000 (12:19 +0000)]
formatting

SVN revision: 72941

12 years agouse e,state,focused for syscon focus signals since other themes support these
Mike Blumenkrantz [Wed, 27 Jun 2012 11:28:30 +0000 (11:28 +0000)]
use e,state,focused for syscon focus signals since other themes support these

SVN revision: 72940

12 years agokeyboard support for syscon
Mike Blumenkrantz [Wed, 27 Jun 2012 10:58:49 +0000 (10:58 +0000)]
keyboard support for syscon
ticket #333

SVN revision: 72938

12 years agopressing escape on the desktop with file manager icons shown no longer causes the...
Mike Blumenkrantz [Wed, 27 Jun 2012 09:42:22 +0000 (09:42 +0000)]
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

12 years agoadd flowlayout functions for getting prev/next items
Mike Blumenkrantz [Wed, 27 Jun 2012 08:49:34 +0000 (08:49 +0000)]
add flowlayout functions for getting prev/next items

SVN revision: 72928