Massimo Maiurana [Sat, 1 May 2010 17:06:12 +0000 (17:06 +0000)]
updating french and italian translations
SVN revision: 48512
Hannes Janetzek [Sat, 1 May 2010 16:27:13 +0000 (16:27 +0000)]
faster dirwbrowsing
SVN revision: 48510
Gustavo Sverzut Barbieri [Sat, 1 May 2010 16:02:03 +0000 (16:02 +0000)]
NEVER, EVER should modify the stringshared pointer.
That is why stringshare returns "const char*".
ZMike, pay attention to these cases. I know this one was particularly
nasty to spot since you receive the "const char *path", but later on
you request strrchr(path..) and receive "char *p", the cast is done
implicitly by libC to make all the case works (C++ version fixed this
recently, but in C there is no way).
The crash that lead me to investigate it was spot by Lucas De Marchi
at advanced wallpaper dialog, but actually other places that uses efm
should be equaly broken.
SVN revision: 48508
Hannes Janetzek [Sat, 1 May 2010 15:43:31 +0000 (15:43 +0000)]
fix bug causing wrong types set in history. and fix old history in cleanup function
SVN revision: 48507
Hannes Janetzek [Sat, 1 May 2010 14:22:01 +0000 (14:22 +0000)]
fix last commit
SVN revision: 48506
Hannes Janetzek [Sat, 1 May 2010 14:20:30 +0000 (14:20 +0000)]
need a break
SVN revision: 48505
Hannes Janetzek [Sat, 1 May 2010 13:26:32 +0000 (13:26 +0000)]
fix warnings
SVN revision: 48500
Hannes Janetzek [Sat, 1 May 2010 13:26:10 +0000 (13:26 +0000)]
if bindings context is 'any' then action is triggerd twice, for container and for zone. maybe not the best solution but otherwise one would have to create three bindings to get the 'any' behaviour
SVN revision: 48499
Mike Blumenkrantz [Sat, 1 May 2010 01:13:38 +0000 (01:13 +0000)]
step 5: migrate battery module with properly #ifdef-ed code
SVN revision: 48496
Hannes Janetzek [Fri, 30 Apr 2010 22:12:02 +0000 (22:12 +0000)]
- keep track of async requests. dont handle old ones
- copy icon 'new .desktop' action
SVN revision: 48495
Gustavo Sverzut Barbieri [Fri, 30 Apr 2010 20:23:28 +0000 (20:23 +0000)]
attempt to make composite effects suck less.
Introducing the styles:
* fast: does not have focus-in/out effect, similar to "slow", but runs in
0.1 second, so quite fast.
* focus-out-colored: the focus-out has a color applied to it, the
color is gray by now, but can be changed with conf_colors (last
item), one can go crazy and make the focused out yellow or make
them semi-transparent;
The "comp" configure dialog now the focus in/out effects as well, to
make user know what is happening a boring label is overlaid in the
preview.
SVN revision: 48491
Mike Blumenkrantz [Fri, 30 Apr 2010 19:30:35 +0000 (19:30 +0000)]
step 4.5: also increment this to avoid blowing away configs
SVN revision: 48490
Mike Blumenkrantz [Fri, 30 Apr 2010 19:23:25 +0000 (19:23 +0000)]
step 4: update config files (thanks Sachiel :))
SVN revision: 48489
Mike Blumenkrantz [Fri, 30 Apr 2010 19:14:20 +0000 (19:14 +0000)]
step 3: migrate all function and variable names to generic dbus naming
SVN revision: 48488
Mike Blumenkrantz [Fri, 30 Apr 2010 19:13:30 +0000 (19:13 +0000)]
check for hash table before freeing it which cause eina to get angry on e restart. don't make eina angry. you wouldn't like eina when it's angry.
SVN revision: 48487
Mike Blumenkrantz [Fri, 30 Apr 2010 18:11:27 +0000 (18:11 +0000)]
no but really we do want to search for translations in this file
SVN revision: 48486
Mike Blumenkrantz [Fri, 30 Apr 2010 17:58:48 +0000 (17:58 +0000)]
fix dead file includes
SVN revision: 48485
Iván Briano [Fri, 30 Apr 2010 17:55:43 +0000 (17:55 +0000)]
file is gone, don't search for translations in it
SVN revision: 48483
Lucas De Marchi [Fri, 30 Apr 2010 15:27:36 +0000 (15:27 +0000)]
connman: fix default technology change
Log "default technology changed" only if it really changed
SVN revision: 48481
Lucas De Marchi [Fri, 30 Apr 2010 15:26:48 +0000 (15:26 +0000)]
connman: fix offline_mode not being initialized
Offline mode check was not being initialized upon config window
creation.
SVN revision: 48480
Hannes Janetzek [Fri, 30 Apr 2010 14:39:04 +0000 (14:39 +0000)]
fix segv. action base plugin has no config
SVN revision: 48477
Christopher Michael [Fri, 30 Apr 2010 13:17:33 +0000 (13:17 +0000)]
Add code for 'focus forward' in the policy.
SVN revision: 48469
Hannes Janetzek [Fri, 30 Apr 2010 12:55:01 +0000 (12:55 +0000)]
use xdg icons
SVN revision: 48468
Hannes Janetzek [Fri, 30 Apr 2010 12:53:29 +0000 (12:53 +0000)]
only sort by fuzzy match before usage, when match differs a lot
SVN revision: 48467
Hannes Janetzek [Fri, 30 Apr 2010 12:41:10 +0000 (12:41 +0000)]
show open-with actions only for files.
SVN revision: 48466
Mike Blumenkrantz [Fri, 30 Apr 2010 09:07:01 +0000 (09:07 +0000)]
beginnings of the ukit migration. this time, in many many many small commits along the way to avoid breaking things! :)
step 2: migrate headers
SVN revision: 48464
Mike Blumenkrantz [Fri, 30 Apr 2010 08:38:08 +0000 (08:38 +0000)]
beginnings of the ukit migration. this time, in many many many small commits along the way to avoid breaking things! :)
step 1: migrate *hal* files to *dbus* files
SVN revision: 48463
Mike Blumenkrantz [Fri, 30 Apr 2010 08:17:53 +0000 (08:17 +0000)]
finish char* to const char* conversion
SVN revision: 48461
Hannes Janetzek [Fri, 30 Apr 2010 01:44:41 +0000 (01:44 +0000)]
fix aspell command
SVN revision: 48448
Hannes Janetzek [Fri, 30 Apr 2010 00:38:36 +0000 (00:38 +0000)]
filter recent files to only show recent dirs when browsing copy-to location
SVN revision: 48447
Hannes Janetzek [Fri, 30 Apr 2010 00:09:42 +0000 (00:09 +0000)]
add config_path to open config dialog from everything config
SVN revision: 48446
Hannes Janetzek [Fri, 30 Apr 2010 00:02:57 +0000 (00:02 +0000)]
added config dialog and hunspell support
SVN revision: 48445
Hannes Janetzek [Thu, 29 Apr 2010 23:11:53 +0000 (23:11 +0000)]
- disabled 'file delete' action for now. make it safer
- sort actions matching subtype before type, i.e. mpris action before file actions
SVN revision: 48444
Hannes Janetzek [Thu, 29 Apr 2010 21:42:03 +0000 (21:42 +0000)]
- show only dirs when for copy/move actions
- fix recent files, and cleanup of stale entries
SVN revision: 48440
Hannes Janetzek [Thu, 29 Apr 2010 16:34:11 +0000 (16:34 +0000)]
fix leak
SVN revision: 48422
Hannes Janetzek [Thu, 29 Apr 2010 15:20:12 +0000 (15:20 +0000)]
- added function to get path or url from Evry_File, so that sources dont have to set both.
- check evry_file_path/uri_get() before using either. when return not NULL file->path/uri can b$
- make 'open with' plugin only show apps mathings the files mimetype
- added 'open with' action which takes any app as second argument
- sort actions that match item type before those matching subtype
SVN revision: 48418
Mike Blumenkrantz [Thu, 29 Apr 2010 10:17:41 +0000 (10:17 +0000)]
fix more broken stringshare stuff from ehal memory migration, including incredible lines such as
char *udi = eina_stringshare_del(udi);
my bad, I really fudged the bucket on this one guys.
SVN revision: 48416
Mike Blumenkrantz [Thu, 29 Apr 2010 08:58:38 +0000 (08:58 +0000)]
ukit integration taking way longer than expected, so I'm fixing all the stringshares now. should be safe to use. hooray.
SVN revision: 48414
Hannes Janetzek [Thu, 29 Apr 2010 00:00:08 +0000 (00:00 +0000)]
- match action also against subtype
- helper to get the path from an url
- added keybindings,
SVN revision: 48411
Hannes Janetzek [Wed, 28 Apr 2010 21:04:05 +0000 (21:04 +0000)]
fix segv
SVN revision: 48408
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
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
Miculcy Brian [Wed, 28 Apr 2010 14:58:27 +0000 (14:58 +0000)]
reorder options
SVN revision: 48394
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
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
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
Hannes Janetzek [Wed, 28 Apr 2010 11:28:45 +0000 (11:28 +0000)]
fix action deletion on exit. cleanups
SVN revision: 48388
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
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
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
Gustavo Sverzut Barbieri [Tue, 27 Apr 2010 21:15:34 +0000 (21:15 +0000)]
fix eap editor for icon selection.
SVN revision: 48368
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
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
Massimo Maiurana [Tue, 27 Apr 2010 11:54:43 +0000 (11:54 +0000)]
updating french and italian translations
SVN revision: 48361
Carsten Haitzler [Tue, 27 Apr 2010 04:24:08 +0000 (04:24 +0000)]
patch from Ticket #543
SVN revision: 48353
Christopher Michael [Mon, 26 Apr 2010 21:50:53 +0000 (21:50 +0000)]
Fix formatting & remove whitespace.
SVN revision: 48349
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
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
Hannes Janetzek [Mon, 26 Apr 2010 18:26:49 +0000 (18:26 +0000)]
fix some more warnings
SVN revision: 48345
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
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
Massimo Maiurana [Mon, 26 Apr 2010 16:25:10 +0000 (16:25 +0000)]
updating french and italian translations
SVN revision: 48331
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
Hannes Janetzek [Sun, 25 Apr 2010 22:19:24 +0000 (22:19 +0000)]
update old configs to show list by default
SVN revision: 48321
Hannes Janetzek [Sun, 25 Apr 2010 22:12:54 +0000 (22:12 +0000)]
'everything' fix last commit
SVN revision: 48320
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
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
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
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
Hannes Janetzek [Sun, 25 Apr 2010 16:36:36 +0000 (16:36 +0000)]
no need to strdup
SVN revision: 48313
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
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
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
Hannes Janetzek [Sun, 25 Apr 2010 11:27:01 +0000 (11:27 +0000)]
'everything' files: add dirs first
SVN revision: 48300
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
Massimo Maiurana [Sun, 25 Apr 2010 08:27:20 +0000 (08:27 +0000)]
updating french and italian translations
SVN revision: 48296
Carsten Haitzler [Sun, 25 Apr 2010 06:26:25 +0000 (06:26 +0000)]
from andrnils < fbsd build stuff
SVN revision: 48295
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
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
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
Hannes Janetzek [Sat, 24 Apr 2010 18:17:40 +0000 (18:17 +0000)]
update help page
SVN revision: 48289
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
Hannes Janetzek [Sat, 24 Apr 2010 16:32:25 +0000 (16:32 +0000)]
use space as trigger for text input
SVN revision: 48284
Hannes Janetzek [Sat, 24 Apr 2010 16:18:45 +0000 (16:18 +0000)]
'everything' allow plugins to set the selected item
SVN revision: 48282
Massimo Maiurana [Sat, 24 Apr 2010 15:16:06 +0000 (15:16 +0000)]
updating french and italian translations
SVN revision: 48280
Hannes Janetzek [Sat, 24 Apr 2010 14:27:16 +0000 (14:27 +0000)]
'everyhing' open module configs directly from plugin page
SVN revision: 48274
Hannes Janetzek [Sat, 24 Apr 2010 12:39:20 +0000 (12:39 +0000)]
'everything'
- finally 'enable plugin' config option :)
SVN revision: 48270
Hannes Janetzek [Sat, 24 Apr 2010 12:10:19 +0000 (12:10 +0000)]
'everything'
fix aggregator, comments
SVN revision: 48269
Hannes Janetzek [Sat, 24 Apr 2010 02:11:14 +0000 (02:11 +0000)]
'everything' mo' fix
SVN revision: 48268
Hannes Janetzek [Sat, 24 Apr 2010 01:26:10 +0000 (01:26 +0000)]
fix sorting
SVN revision: 48267
Hannes Janetzek [Sat, 24 Apr 2010 00:54:12 +0000 (00:54 +0000)]
formatting + space cleanups
SVN revision: 48266
Hannes Janetzek [Sat, 24 Apr 2010 00:51:08 +0000 (00:51 +0000)]
fix bug. aggregator didnt fetch from first plugin
SVN revision: 48265
Hannes Janetzek [Sat, 24 Apr 2010 00:32:03 +0000 (00:32 +0000)]
'everything' dont allow aggregator to be moved down
SVN revision: 48264
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
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
Hannes Janetzek [Fri, 23 Apr 2010 21:18:23 +0000 (21:18 +0000)]
'everything' fix segv
SVN revision: 48258
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
Sebastian Dransfeld [Fri, 23 Apr 2010 10:32:15 +0000 (10:32 +0000)]
e: remember new defer time
SVN revision: 48245
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
Hannes Janetzek [Thu, 22 Apr 2010 23:03:47 +0000 (23:03 +0000)]
'everything' make 'input' pointer to input minus trigger
SVN revision: 48238