platform/upstream/enlightenment.git
14 years agofix segv
Hannes Janetzek [Wed, 28 Apr 2010 21:04:05 +0000 (21:04 +0000)]
fix segv

SVN revision: 48408

14 years agofix winlist focus, for me. delay grab release to be after pointer warp so that anothe...
Hannes Janetzek [Wed, 28 Apr 2010 19:53:13 +0000 (19:53 +0000)]
fix winlist focus, for me. delay grab release to be after pointer warp so that another underlying widow cant produce a focus_in event.
I havent tested all 2^10 possible way to configure focus/winlist, let me know if sth broke for you.

SVN revision: 48402

14 years agoclean up the mess with stringshared/refd types:
Hannes Janetzek [Wed, 28 Apr 2010 16:39:50 +0000 (16:39 +0000)]
clean up the mess with stringshared/refd types:
use int to identify item type, add function to register new types.

SVN revision: 48396

14 years agoreorder options
Miculcy Brian [Wed, 28 Apr 2010 14:58:27 +0000 (14:58 +0000)]
reorder options

SVN revision: 48394

14 years agoGadman Config for small screens. Patch by jf_simon (simon@jesusfreaks-herrenberg.de)
Miculcy Brian [Wed, 28 Apr 2010 14:30:28 +0000 (14:30 +0000)]
Gadman Config for small screens. Patch by jf_simon (simon@jesusfreaks-herrenberg.de)

SVN revision: 48392

14 years agofix last commit.
Hannes Janetzek [Wed, 28 Apr 2010 13:54:35 +0000 (13:54 +0000)]
fix last commit.
started to make item type checking better

SVN revision: 48391

14 years agoEvry_Action.: reorganized and allow to check for subtype
Hannes Janetzek [Wed, 28 Apr 2010 12:58:24 +0000 (12:58 +0000)]
Evry_Action.: reorganized and allow to check for subtype
- remove trigger from config when length is 0

SVN revision: 48389

14 years agofix action deletion on exit. cleanups
Hannes Janetzek [Wed, 28 Apr 2010 11:28:45 +0000 (11:28 +0000)]
fix action deletion on exit. cleanups

SVN revision: 48388

14 years agobe lenient on uri';s allow boring full paths.
Carsten Haitzler [Wed, 28 Apr 2010 03:30:48 +0000 (03:30 +0000)]
be lenient on uri';s allow boring full paths.

SVN revision: 48380

14 years agoDONT strip file://! efm etc. expects it.. as its a uri! dnd broke as of this
Carsten Haitzler [Wed, 28 Apr 2010 03:30:31 +0000 (03:30 +0000)]
DONT strip file://! efm etc. expects it.. as its a uri! dnd broke as of this
change completely... bad englebass! bad! spank! :)

SVN revision: 48379

14 years ago'everything'
Hannes Janetzek [Wed, 28 Apr 2010 03:22:40 +0000 (03:22 +0000)]
'everything'
- cleanup api -> cleanup code :)
- Evry_Plugin now inherits Evry_Item
- Evry_Action has fetch method to realize menu interfaces easily. see wallpaper plugin
- Evry_App inherits Evry_Action

SVN revision: 48374

14 years agofix eap editor for icon selection.
Gustavo Sverzut Barbieri [Tue, 27 Apr 2010 21:15:34 +0000 (21:15 +0000)]
fix eap editor for icon selection.

SVN revision: 48368

14 years agoremove stale references to enlightenment_fm_open, it's gone!
Gustavo Sverzut Barbieri [Tue, 27 Apr 2010 15:47:12 +0000 (15:47 +0000)]
remove stale references to enlightenment_fm_open, it's gone!

SVN revision: 48364

14 years agono more e_fm_open - use dbus... eg:
Carsten Haitzler [Tue, 27 Apr 2010 13:30:33 +0000 (13:30 +0000)]
no more e_fm_open - use dbus... eg:

dbus-send --session --dest=org.enlightenment.FileManager /org/enlightenment/FileManager org.enlightenment.FileManager.OpenDirectory string:'/home/raster'

SVN revision: 48362

14 years agoupdating french and italian translations
Massimo Maiurana [Tue, 27 Apr 2010 11:54:43 +0000 (11:54 +0000)]
updating french and italian translations

SVN revision: 48361

14 years agopatch from Ticket #543
Carsten Haitzler [Tue, 27 Apr 2010 04:24:08 +0000 (04:24 +0000)]
patch from Ticket #543

SVN revision: 48353

14 years agoFix formatting & remove whitespace.
Christopher Michael [Mon, 26 Apr 2010 21:50:53 +0000 (21:50 +0000)]
Fix formatting & remove whitespace.

SVN revision: 48349

14 years agoAdd automatic Quickpanel direction. Basically this allows the
Christopher Michael [Mon, 26 Apr 2010 21:36:00 +0000 (21:36 +0000)]
Add automatic Quickpanel direction. Basically this allows the
quickpanel to show up where there is the most space (ie: if you move
indicator toward the bottom of the screen, and the quickpanel cannot
fully show below indicator, it will automatically show above indicator).

SVN revision: 48348

14 years agojump to key also when it is already bound. imo one could remove the warning dialog:
Hannes Janetzek [Mon, 26 Apr 2010 19:27:40 +0000 (19:27 +0000)]
jump to key also when it is already bound. imo one could remove the warning dialog:
usually one wants to set an action for a keybinding and not be told that this key is
bound to anoher action. currently i interpret it as 'you shall not change a binding
that was set for you to be exactly like this!'

SVN revision: 48346

14 years agofix some more warnings
Hannes Janetzek [Mon, 26 Apr 2010 18:26:49 +0000 (18:26 +0000)]
fix some more warnings

SVN revision: 48345

14 years ago'everything'
Hannes Janetzek [Mon, 26 Apr 2010 18:21:09 +0000 (18:21 +0000)]
'everything'
- make Evry_Action inherit from Evry_Item
- reorganize evry_action selector plugin
- fix bug in thumb view when quickly sliding back
- files: use thread for adding history items, as ecore_file_exists can block
- fix -Wall warnings

SVN revision: 48340

14 years agoWhen e segfaults during startup (module load), e now disables that module correctly...
Miculcy Brian [Mon, 26 Apr 2010 16:31:33 +0000 (16:31 +0000)]
When e segfaults during startup (module load), e now disables that module correctly after a restart and tells the user about that. TODO: Disable all modules correctly when not sure which one did the segfault during startup...

SVN revision: 48332

14 years agoupdating french and italian translations
Massimo Maiurana [Mon, 26 Apr 2010 16:25:10 +0000 (16:25 +0000)]
updating french and italian translations

SVN revision: 48331

14 years ago'everything' files: use dir watcher info instead of rereading
Hannes Janetzek [Mon, 26 Apr 2010 01:04:43 +0000 (01:04 +0000)]
'everything' files: use dir watcher info instead of rereading
- cleanups

SVN revision: 48325

14 years agoupdate old configs to show list by default
Hannes Janetzek [Sun, 25 Apr 2010 22:19:24 +0000 (22:19 +0000)]
update old configs to show list by default

SVN revision: 48321

14 years ago'everything' fix last commit
Hannes Janetzek [Sun, 25 Apr 2010 22:12:54 +0000 (22:12 +0000)]
'everything' fix last commit

SVN revision: 48320

14 years ago'everything'
Hannes Janetzek [Sun, 25 Apr 2010 21:46:36 +0000 (21:46 +0000)]
'everything'
- history: lower priority when context doesnt match
- update actions only when current item changed with update_matches

SVN revision: 48319

14 years agopath will be escaped by e_exec. dont do it here
Hannes Janetzek [Sun, 25 Apr 2010 19:52:18 +0000 (19:52 +0000)]
path will be escaped by e_exec. dont do it here

SVN revision: 48318

14 years agofiles: added copy and move action
Hannes Janetzek [Sun, 25 Apr 2010 19:37:30 +0000 (19:37 +0000)]
files: added copy and move action
- fix 'open with' action opened things wice

SVN revision: 48317

14 years agoStop windows from jumping to (0,0) location when resizing using keybindings.
Jaime Thomas [Sun, 25 Apr 2010 18:50:14 +0000 (18:50 +0000)]
Stop windows from jumping to (0,0) location when resizing using keybindings.

SVN revision: 48316

14 years agono need to strdup
Hannes Janetzek [Sun, 25 Apr 2010 16:36:36 +0000 (16:36 +0000)]
no need to strdup

SVN revision: 48313

14 years ago'everything'
Hannes Janetzek [Sun, 25 Apr 2010 16:26:13 +0000 (16:26 +0000)]
'everything'
- allow multiple selection of and action on items, use ',' ctrl+ , ctrl- for marking items
  - only those selected items will be used that match the type of action.
  - TODO: filter which actions should not be used with multiple candidates
- files: added dir monitor and trash action

SVN revision: 48312

14 years ago'everything'
Hannes Janetzek [Sun, 25 Apr 2010 12:21:41 +0000 (12:21 +0000)]
'everything'
- remove duplicate items (e.g. files from dirbrowse and tracker) from aggregator
- fix bugger in files plugin

SVN revision: 48304

14 years ago'everything' keep right input position on backspace
Hannes Janetzek [Sun, 25 Apr 2010 12:01:20 +0000 (12:01 +0000)]
'everything' keep right input position on backspace
- set context for calc items (usually one one wants to copy its text items instead of googling it)

SVN revision: 48302

14 years ago'everything' files: add dirs first
Hannes Janetzek [Sun, 25 Apr 2010 11:27:01 +0000 (11:27 +0000)]
'everything' files: add dirs first

SVN revision: 48300

14 years ago'everything' faster dirbrowsing: use 'd_type' when available.
Hannes Janetzek [Sun, 25 Apr 2010 11:00:53 +0000 (11:00 +0000)]
'everything' faster dirbrowsing: use 'd_type' when available.
- added '.' trigger to show hidden files, '..' to show parent dirs
- fixed plugin_autoselect
- files: fix warning

SVN revision: 48299

14 years agoupdating french and italian translations
Massimo Maiurana [Sun, 25 Apr 2010 08:27:20 +0000 (08:27 +0000)]
updating french and italian translations

SVN revision: 48296

14 years agofrom andrnils < fbsd build stuff
Carsten Haitzler [Sun, 25 Apr 2010 06:26:25 +0000 (06:26 +0000)]
from andrnils < fbsd build stuff

SVN revision: 48295

14 years ago'everyhing'
Hannes Janetzek [Sun, 25 Apr 2010 00:31:11 +0000 (00:31 +0000)]
'everyhing'
- when trigger active clear input without clearing the trigger
- nicer macro for EVRY_PLUGIN_NEW

SVN revision: 48294

14 years ago'everything' use '.' as trigger for 'show parent dirs' again.
Hannes Janetzek [Sat, 24 Apr 2010 23:07:13 +0000 (23:07 +0000)]
'everything' use '.' as trigger for 'show parent dirs' again.
- rename module_init to plugin_init to be consistent

SVN revision: 48292

14 years ago'everything'
Hannes Janetzek [Sat, 24 Apr 2010 23:05:36 +0000 (23:05 +0000)]
'everything'
- cleanup aggregator _fetch, add any item when less than MAX_ITEMS matching were found
- also use ctrl+up/down for jumping to first/last item

SVN revision: 48291

14 years agoupdate help page
Hannes Janetzek [Sat, 24 Apr 2010 18:17:40 +0000 (18:17 +0000)]
update help page

SVN revision: 48289

14 years ago'everything' free path in detail_set
Hannes Janetzek [Sat, 24 Apr 2010 17:14:01 +0000 (17:14 +0000)]
'everything' free path in detail_set
- escape files in evry exec

SVN revision: 48286

14 years agouse space as trigger for text input
Hannes Janetzek [Sat, 24 Apr 2010 16:32:25 +0000 (16:32 +0000)]
use space as trigger for text input

SVN revision: 48284

14 years ago'everything' allow plugins to set the selected item
Hannes Janetzek [Sat, 24 Apr 2010 16:18:45 +0000 (16:18 +0000)]
'everything' allow plugins to set the selected item

SVN revision: 48282

14 years agoupdating french and italian translations
Massimo Maiurana [Sat, 24 Apr 2010 15:16:06 +0000 (15:16 +0000)]
updating french and italian translations

SVN revision: 48280

14 years ago'everyhing' open module configs directly from plugin page
Hannes Janetzek [Sat, 24 Apr 2010 14:27:16 +0000 (14:27 +0000)]
'everyhing' open module configs directly from plugin page

SVN revision: 48274

14 years ago'everything'
Hannes Janetzek [Sat, 24 Apr 2010 12:39:20 +0000 (12:39 +0000)]
'everything'
- finally 'enable plugin' config option :)

SVN revision: 48270

14 years ago'everything'
Hannes Janetzek [Sat, 24 Apr 2010 12:10:19 +0000 (12:10 +0000)]
'everything'
fix aggregator, comments

SVN revision: 48269

14 years ago'everything' mo' fix
Hannes Janetzek [Sat, 24 Apr 2010 02:11:14 +0000 (02:11 +0000)]
'everything' mo' fix

SVN revision: 48268

14 years agofix sorting
Hannes Janetzek [Sat, 24 Apr 2010 01:26:10 +0000 (01:26 +0000)]
fix sorting

SVN revision: 48267

14 years agoformatting + space cleanups
Hannes Janetzek [Sat, 24 Apr 2010 00:54:12 +0000 (00:54 +0000)]
formatting + space cleanups

SVN revision: 48266

14 years agofix bug. aggregator didnt fetch from first plugin
Hannes Janetzek [Sat, 24 Apr 2010 00:51:08 +0000 (00:51 +0000)]
fix bug. aggregator didnt fetch from first plugin

SVN revision: 48265

14 years ago'everything' dont allow aggregator to be moved down
Hannes Janetzek [Sat, 24 Apr 2010 00:32:03 +0000 (00:32 +0000)]
'everything' dont allow aggregator to be moved down

SVN revision: 48264

14 years ago'everything' big cleanup.
Hannes Janetzek [Sat, 24 Apr 2010 00:21:45 +0000 (00:21 +0000)]
'everything' big cleanup.
- fixed bug with going back to thumb view
- aggregator can now have his one view

SVN revision: 48263

14 years ago'everything' dwim cursor handling:
Hannes Janetzek [Fri, 23 Apr 2010 22:26:48 +0000 (22:26 +0000)]
'everything' dwim cursor handling:
right: switch to next tab if item is not browseable
left:  switch to prev tab if item has no parent

SVN revision: 48261

14 years ago'everything' fix segv
Hannes Janetzek [Fri, 23 Apr 2010 21:18:23 +0000 (21:18 +0000)]
'everything' fix segv

SVN revision: 48258

14 years ago'everything' added configuration for triggers and views per plugin.
Hannes Janetzek [Fri, 23 Apr 2010 20:48:22 +0000 (20:48 +0000)]
'everything' added configuration for triggers and views per plugin.

SVN revision: 48256

14 years agoe: remember new defer time
Sebastian Dransfeld [Fri, 23 Apr 2010 10:32:15 +0000 (10:32 +0000)]
e: remember new defer time

SVN revision: 48245

14 years ago'everything' use an indicator to show when a trigger is active
Hannes Janetzek [Fri, 23 Apr 2010 00:49:29 +0000 (00:49 +0000)]
'everything' use an indicator to show when a trigger is active

SVN revision: 48240

14 years ago'everything' make 'input' pointer to input minus trigger
Hannes Janetzek [Thu, 22 Apr 2010 23:03:47 +0000 (23:03 +0000)]
'everything' make 'input' pointer to input minus trigger

SVN revision: 48238

14 years ago'everything' allow more than one plugin for one trigger.
Hannes Janetzek [Thu, 22 Apr 2010 21:10:16 +0000 (21:10 +0000)]
'everything' allow more than one plugin for one trigger.

SVN revision: 48235

14 years agotext input plugin is back. trigger it with "." nice wih 'google for it' action from...
Hannes Janetzek [Thu, 22 Apr 2010 19:17:51 +0000 (19:17 +0000)]
text input plugin is back. trigger it with "." nice wih 'google for it' action from gsuggest..

SVN revision: 48229

14 years ago'everything' dont add view trigger '?' to input. cleanups
Hannes Janetzek [Thu, 22 Apr 2010 18:15:59 +0000 (18:15 +0000)]
'everything' dont add view trigger '?' to input. cleanups

SVN revision: 48226

14 years agofix aggregator sorting
Hannes Janetzek [Thu, 22 Apr 2010 18:12:17 +0000 (18:12 +0000)]
fix aggregator sorting

SVN revision: 48224

14 years agoadded url_escape from curl
Hannes Janetzek [Thu, 22 Apr 2010 18:11:20 +0000 (18:11 +0000)]
added url_escape from curl

SVN revision: 48223

14 years agoClear any old 'appshadow' files and recreate new 'appshadow' on startup.
Christopher Michael [Wed, 21 Apr 2010 16:22:23 +0000 (16:22 +0000)]
Clear any old 'appshadow' files and recreate new 'appshadow' on startup.

SVN revision: 48206

14 years agoupdating french and italian translations
Massimo Maiurana [Wed, 21 Apr 2010 11:15:17 +0000 (11:15 +0000)]
updating french and italian translations

SVN revision: 48199

14 years ago'everything'
Hannes Janetzek [Wed, 21 Apr 2010 10:59:08 +0000 (10:59 +0000)]
'everything'
- fix module unloadin
- add '.' trigger for files to show parent dirs
- fix 'create new app' action
- keep the current view on update

SVN revision: 48198

14 years ago'everything' dont sort action by last used, was a try..
Hannes Janetzek [Wed, 21 Apr 2010 01:53:30 +0000 (01:53 +0000)]
'everything' dont sort action by last used, was a try..

SVN revision: 48195

14 years agomerge exehist into evry_hist
Hannes Janetzek [Wed, 21 Apr 2010 00:50:30 +0000 (00:50 +0000)]
merge exehist into evry_hist

SVN revision: 48194

14 years agofix default sort order
Hannes Janetzek [Wed, 21 Apr 2010 00:10:31 +0000 (00:10 +0000)]
fix default sort order

SVN revision: 48193

14 years agofix last commit. those shouldnt have slipped in..
Hannes Janetzek [Tue, 20 Apr 2010 23:42:57 +0000 (23:42 +0000)]
fix last commit. those shouldnt have slipped in..

SVN revision: 48192

14 years agoremoving exebuf, left exebuf_terminal_cmd as it's used in other places
Hannes Janetzek [Tue, 20 Apr 2010 23:25:42 +0000 (23:25 +0000)]
removing exebuf, left exebuf_terminal_cmd as it's used in other places

SVN revision: 48191

14 years agoput everything on alt+tab, disable exebuf
Hannes Janetzek [Tue, 20 Apr 2010 21:21:57 +0000 (21:21 +0000)]
put everything on alt+tab, disable exebuf

SVN revision: 48187

14 years ago'everything' fix bug when using not composite
Hannes Janetzek [Tue, 20 Apr 2010 21:20:30 +0000 (21:20 +0000)]
'everything' fix bug when using not composite

SVN revision: 48186

14 years ago'everything' use e's mime icons when not fdo override is set
Hannes Janetzek [Tue, 20 Apr 2010 20:52:46 +0000 (20:52 +0000)]
'everything' use e's mime icons when not fdo override is set

SVN revision: 48185

14 years agofix help screen font size
Hannes Janetzek [Tue, 20 Apr 2010 20:47:42 +0000 (20:47 +0000)]
fix help screen font size

SVN revision: 48184

14 years agoIncrease single click delay.
Christopher Michael [Tue, 20 Apr 2010 20:15:41 +0000 (20:15 +0000)]
Increase single click delay.

SVN revision: 48183

14 years agosomeone could have told me that it's looking that bad...
Hannes Janetzek [Tue, 20 Apr 2010 20:15:19 +0000 (20:15 +0000)]
someone could have told me that it's looking that bad...
fixed to work with a clean profile and b&w theme

SVN revision: 48182

14 years agoFix indicator scaling to work better.
Christopher Michael [Tue, 20 Apr 2010 20:11:48 +0000 (20:11 +0000)]
Fix indicator scaling to work better.

SVN revision: 48181

14 years agoAdd illume-home-toggle to config.
Christopher Michael [Tue, 20 Apr 2010 19:39:08 +0000 (19:39 +0000)]
Add illume-home-toggle to config.

SVN revision: 48176

14 years agoAdd illume-home-toggle.
Christopher Michael [Tue, 20 Apr 2010 19:38:36 +0000 (19:38 +0000)]
Add illume-home-toggle.

SVN revision: 48175

14 years agoBreak out the Home button into separate module.
Christopher Michael [Tue, 20 Apr 2010 19:37:46 +0000 (19:37 +0000)]
Break out the Home button into separate module.
Fix illume-home to not include gadget button.
Fix illume-home efreet_desktop_cache_update.

SVN revision: 48174

14 years agoFix focus_home function to hide windows below when home is focused.
Christopher Michael [Tue, 20 Apr 2010 19:34:12 +0000 (19:34 +0000)]
Fix focus_home function to hide windows below when home is focused.
No need to layout windows which are not visible.

SVN revision: 48173

14 years ago'everything' fix bug
Hannes Janetzek [Tue, 20 Apr 2010 19:00:05 +0000 (19:00 +0000)]
'everything' fix bug

SVN revision: 48172

14 years ago'everything' first start help page
Hannes Janetzek [Tue, 20 Apr 2010 18:49:42 +0000 (18:49 +0000)]
'everything' first start help page

SVN revision: 48170

14 years agoFix formatting.
Christopher Michael [Tue, 20 Apr 2010 18:48:42 +0000 (18:48 +0000)]
Fix formatting.

SVN revision: 48169

14 years agoupdating french and italian translations
Massimo Maiurana [Tue, 20 Apr 2010 18:21:13 +0000 (18:21 +0000)]
updating french and italian translations

SVN revision: 48167

14 years ago'everything' added config options for files plugin
Hannes Janetzek [Tue, 20 Apr 2010 17:48:21 +0000 (17:48 +0000)]
'everything' added config options for files plugin

SVN revision: 48165

14 years ago'everything'
Hannes Janetzek [Tue, 20 Apr 2010 15:22:01 +0000 (15:22 +0000)]
'everything'
- let plugins store simple config data
- fix apps 'open with' bug

SVN revision: 48162

14 years ago'everything' fix config dialog
Hannes Janetzek [Tue, 20 Apr 2010 09:12:28 +0000 (09:12 +0000)]
'everything' fix config dialog

SVN revision: 48160

14 years ago'everything' move plugin section into subtoolbook
Hannes Janetzek [Tue, 20 Apr 2010 08:44:52 +0000 (08:44 +0000)]
'everything' move plugin section into subtoolbook

SVN revision: 48159

14 years ago'everything'
Hannes Janetzek [Tue, 20 Apr 2010 07:57:09 +0000 (07:57 +0000)]
'everything'
files: fix scan thread

SVN revision: 48158

14 years ago'everything'
Hannes Janetzek [Tue, 20 Apr 2010 07:40:21 +0000 (07:40 +0000)]
'everything'
- files: show more files by default, todo config option
- cleanup

SVN revision: 48157

14 years agoMake illume-home use E's background.
Christopher Michael [Tue, 20 Apr 2010 02:03:43 +0000 (02:03 +0000)]
Make illume-home use E's background.

SVN revision: 48156

14 years agoFix gadgets getting added to center.
Christopher Michael [Tue, 20 Apr 2010 01:32:34 +0000 (01:32 +0000)]
Fix gadgets getting added to center.

SVN revision: 48155

14 years agoCheck previous border's zone before setting focus.
Christopher Michael [Tue, 20 Apr 2010 00:10:10 +0000 (00:10 +0000)]
Check previous border's zone before setting focus.

SVN revision: 48154

14 years agoInstead of always focusing home when there is a problem showing_below, try
Christopher Michael [Tue, 20 Apr 2010 00:06:18 +0000 (00:06 +0000)]
Instead of always focusing home when there is a problem showing_below, try
to focus the previous border in the focus stack, and if that fails, then
focus home (fixed #7 in 'illume2 problems' email).

SVN revision: 48153

14 years agoIf a transient gets closed, focus it's parent (fixes keybinding dialog issue).
Christopher Michael [Mon, 19 Apr 2010 23:40:48 +0000 (23:40 +0000)]
If a transient gets closed, focus it's parent (fixes keybinding dialog issue).

SVN revision: 48152