Commit Graph

7778 Commits

Author SHA1 Message Date
Lucas De Marchi 56fff0c70f connman: fix default technology change
Log "default technology changed" only if it really changed



SVN revision: 48481
2010-04-30 15:27:36 +00:00
Lucas De Marchi 9869d0e479 connman: fix offline_mode not being initialized
Offline mode check was not being initialized upon config window
creation.



SVN revision: 48480
2010-04-30 15:26:48 +00:00
Hannes Janetzek c607acb5b2 fix segv. action base plugin has no config
SVN revision: 48477
2010-04-30 14:39:04 +00:00
Christopher Michael c5aa274610 Add code for 'focus forward' in the policy.
SVN revision: 48469
2010-04-30 13:17:33 +00:00
Hannes Janetzek 1904bd4097 use xdg icons
SVN revision: 48468
2010-04-30 12:55:01 +00:00
Hannes Janetzek 586b7d6f64 only sort by fuzzy match before usage, when match differs a lot
SVN revision: 48467
2010-04-30 12:53:29 +00:00
Hannes Janetzek a355fc0dfa show open-with actions only for files.
SVN revision: 48466
2010-04-30 12:41:10 +00:00
Mike Blumenkrantz 4c2953f3f0 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
2010-04-30 09:07:01 +00:00
Mike Blumenkrantz 5c598d1a78 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
2010-04-30 08:38:08 +00:00
Mike Blumenkrantz a6c5618f69 finish char* to const char* conversion
SVN revision: 48461
2010-04-30 08:17:53 +00:00
Hannes Janetzek ee958bebfc fix aspell command
SVN revision: 48448
2010-04-30 01:44:41 +00:00
Hannes Janetzek b945a5827f filter recent files to only show recent dirs when browsing copy-to location
SVN revision: 48447
2010-04-30 00:38:36 +00:00
Hannes Janetzek 61fb1fecf5 add config_path to open config dialog from everything config
SVN revision: 48446
2010-04-30 00:09:42 +00:00
Hannes Janetzek 018a74ccd1 added config dialog and hunspell support
SVN revision: 48445
2010-04-30 00:02:57 +00:00
Hannes Janetzek 703f9550b4 - 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
2010-04-29 23:11:53 +00:00
Hannes Janetzek 21713329da - show only dirs when for copy/move actions
- fix recent files, and cleanup of stale entries 


SVN revision: 48440
2010-04-29 21:42:03 +00:00
Hannes Janetzek 8aef1b3695 fix leak
SVN revision: 48422
2010-04-29 16:34:11 +00:00
Hannes Janetzek 3a5b9456e9 - 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
2010-04-29 15:20:12 +00:00
Mike Blumenkrantz 5aa48ed402 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
2010-04-29 10:17:41 +00:00
Mike Blumenkrantz 97da075d67 ukit integration taking way longer than expected, so I'm fixing all the stringshares now. should be safe to use. hooray.
SVN revision: 48414
2010-04-29 08:58:38 +00:00
Hannes Janetzek 4b51ec0c20 - match action also against subtype
- helper to get the path from an url
- added keybindings, 


SVN revision: 48411
2010-04-29 00:00:08 +00:00
Hannes Janetzek 3880adae76 fix segv
SVN revision: 48408
2010-04-28 21:04:05 +00:00
Hannes Janetzek 784400668d 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
2010-04-28 19:53:13 +00:00
Hannes Janetzek 7aa6e09f48 clean up the mess with stringshared/refd types:
use int to identify item type, add function to register new types. 


SVN revision: 48396
2010-04-28 16:39:50 +00:00
Miculcy Brian 1972ad7589 reorder options
SVN revision: 48394
2010-04-28 14:58:27 +00:00
Miculcy Brian e6d2c0f4bb Gadman Config for small screens. Patch by jf_simon (simon@jesusfreaks-herrenberg.de)
SVN revision: 48392
2010-04-28 14:30:28 +00:00
Hannes Janetzek b76df169ab fix last commit.
started to make item type checking better


SVN revision: 48391
2010-04-28 13:54:35 +00:00
Hannes Janetzek 7016b51af8 Evry_Action.: reorganized and allow to check for subtype
- remove trigger from config when length is 0


SVN revision: 48389
2010-04-28 12:58:24 +00:00
Hannes Janetzek bc22c23029 fix action deletion on exit. cleanups
SVN revision: 48388
2010-04-28 11:28:45 +00:00
Carsten Haitzler aadcae0b20 be lenient on uri';s allow boring full paths.
SVN revision: 48380
2010-04-28 03:30:48 +00:00
Carsten Haitzler 4b1a77f8a0 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
2010-04-28 03:30:31 +00:00
Hannes Janetzek e2abaae2c6 '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
2010-04-28 03:22:40 +00:00
Gustavo Sverzut Barbieri 8d647d48cf fix eap editor for icon selection.
SVN revision: 48368
2010-04-27 21:15:34 +00:00
Gustavo Sverzut Barbieri db6b561e3e remove stale references to enlightenment_fm_open, it's gone!
SVN revision: 48364
2010-04-27 15:47:12 +00:00
Carsten Haitzler 414ab703a9 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
2010-04-27 13:30:33 +00:00
Carsten Haitzler a7b95ba2ef patch from Ticket #543
SVN revision: 48353
2010-04-27 04:24:08 +00:00
Christopher Michael a824c8a731 Fix formatting & remove whitespace.
SVN revision: 48349
2010-04-26 21:50:53 +00:00
Christopher Michael ce6afacdd8 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
2010-04-26 21:36:00 +00:00
Hannes Janetzek 71302fa70e 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
2010-04-26 19:27:40 +00:00
Hannes Janetzek 5ef6f8bf5b fix some more warnings
SVN revision: 48345
2010-04-26 18:26:49 +00:00
Hannes Janetzek 5e8a3abd9a '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
2010-04-26 18:21:09 +00:00
Miculcy Brian b7c95b0a13 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
2010-04-26 16:31:33 +00:00
Hannes Janetzek 1183745fce 'everything' files: use dir watcher info instead of rereading
- cleanups


SVN revision: 48325
2010-04-26 01:04:43 +00:00
Hannes Janetzek 2ea8184b90 update old configs to show list by default
SVN revision: 48321
2010-04-25 22:19:24 +00:00
Hannes Janetzek e82f19ceb9 'everything' fix last commit
SVN revision: 48320
2010-04-25 22:12:54 +00:00
Hannes Janetzek 34a524d8ba 'everything'
- history: lower priority when context doesnt match
- update actions only when current item changed with update_matches


SVN revision: 48319
2010-04-25 21:46:36 +00:00
Hannes Janetzek e2875795e2 path will be escaped by e_exec. dont do it here
SVN revision: 48318
2010-04-25 19:52:18 +00:00
Hannes Janetzek 50072b9ecd files: added copy and move action
- fix 'open with' action opened things wice


SVN revision: 48317
2010-04-25 19:37:30 +00:00
Jaime Thomas 202a06c9f6 Stop windows from jumping to (0,0) location when resizing using keybindings.
SVN revision: 48316
2010-04-25 18:50:14 +00:00
Hannes Janetzek 60c9515f6c no need to strdup
SVN revision: 48313
2010-04-25 16:36:36 +00:00
Hannes Janetzek 8cafc5cebb '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
2010-04-25 16:26:13 +00:00
Hannes Janetzek 493e7f900d 'everything'
- remove duplicate items (e.g. files from dirbrowse and tracker) from aggregator
- fix bugger in files plugin


SVN revision: 48304
2010-04-25 12:21:41 +00:00
Hannes Janetzek bf72bd5171 '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
2010-04-25 12:01:20 +00:00
Hannes Janetzek da5a495734 'everything' files: add dirs first
SVN revision: 48300
2010-04-25 11:27:01 +00:00
Hannes Janetzek 6a44bba411 '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
2010-04-25 11:00:53 +00:00
Carsten Haitzler f1bb22e498 from andrnils < fbsd build stuff
SVN revision: 48295
2010-04-25 06:26:25 +00:00
Hannes Janetzek 857d064220 'everyhing'
- when trigger active clear input without clearing the trigger
- nicer macro for EVRY_PLUGIN_NEW



SVN revision: 48294
2010-04-25 00:31:11 +00:00
Hannes Janetzek 4ddec81bfd 'everything' use '.' as trigger for 'show parent dirs' again.
- rename module_init to plugin_init to be consistent


SVN revision: 48292
2010-04-24 23:07:13 +00:00
Hannes Janetzek 231e6ba48b '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
2010-04-24 23:05:36 +00:00
Hannes Janetzek ec5c14916e update help page
SVN revision: 48289
2010-04-24 18:17:40 +00:00
Hannes Janetzek f364140ebb 'everything' free path in detail_set
- escape files in evry exec


SVN revision: 48286
2010-04-24 17:14:01 +00:00
Hannes Janetzek 61bcbb73f7 use space as trigger for text input
SVN revision: 48284
2010-04-24 16:32:25 +00:00
Hannes Janetzek 31594bfade 'everything' allow plugins to set the selected item
SVN revision: 48282
2010-04-24 16:18:45 +00:00
Hannes Janetzek f5b3c6757f 'everyhing' open module configs directly from plugin page
SVN revision: 48274
2010-04-24 14:27:16 +00:00
Hannes Janetzek 8c6f254e09 'everything'
- finally 'enable plugin' config option :)


SVN revision: 48270
2010-04-24 12:39:20 +00:00
Hannes Janetzek 22cc327c76 'everything'
fix aggregator, comments


SVN revision: 48269
2010-04-24 12:10:19 +00:00
Hannes Janetzek 0ac03dd26b 'everything' mo' fix
SVN revision: 48268
2010-04-24 02:11:14 +00:00
Hannes Janetzek 4e1d229714 fix sorting
SVN revision: 48267
2010-04-24 01:26:10 +00:00
Hannes Janetzek 55ba16a896 formatting + space cleanups
SVN revision: 48266
2010-04-24 00:54:12 +00:00
Hannes Janetzek da0e1fb856 fix bug. aggregator didnt fetch from first plugin
SVN revision: 48265
2010-04-24 00:51:08 +00:00
Hannes Janetzek 343601a12f 'everything' dont allow aggregator to be moved down
SVN revision: 48264
2010-04-24 00:32:03 +00:00
Hannes Janetzek e226f8f013 'everything' big cleanup.
- fixed bug with going back to thumb view
- aggregator can now have his one view


SVN revision: 48263
2010-04-24 00:21:45 +00:00
Hannes Janetzek d628d8547a '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
2010-04-23 22:26:48 +00:00
Hannes Janetzek ae9acb0d54 'everything' fix segv
SVN revision: 48258
2010-04-23 21:18:23 +00:00
Hannes Janetzek 6a858f10db 'everything' added configuration for triggers and views per plugin.
SVN revision: 48256
2010-04-23 20:48:22 +00:00
Sebastian Dransfeld 2216ee49df e: remember new defer time
SVN revision: 48245
2010-04-23 10:32:15 +00:00
Hannes Janetzek e739b9ecd9 'everything' use an indicator to show when a trigger is active
SVN revision: 48240
2010-04-23 00:49:29 +00:00
Hannes Janetzek aa65519498 'everything' make 'input' pointer to input minus trigger
SVN revision: 48238
2010-04-22 23:03:47 +00:00
Hannes Janetzek e6d79b3368 'everything' allow more than one plugin for one trigger.
SVN revision: 48235
2010-04-22 21:10:16 +00:00
Hannes Janetzek 9f21aa2316 text input plugin is back. trigger it with "." nice wih 'google for it' action from gsuggest..
SVN revision: 48229
2010-04-22 19:17:51 +00:00
Hannes Janetzek 0c5e455d4f 'everything' dont add view trigger '?' to input. cleanups
SVN revision: 48226
2010-04-22 18:15:59 +00:00
Hannes Janetzek 36dd0e89f0 fix aggregator sorting
SVN revision: 48224
2010-04-22 18:12:17 +00:00
Hannes Janetzek 9b861c788b added url_escape from curl
SVN revision: 48223
2010-04-22 18:11:20 +00:00
Christopher Michael e80438d801 Clear any old 'appshadow' files and recreate new 'appshadow' on startup.
SVN revision: 48206
2010-04-21 16:22:23 +00:00
Hannes Janetzek 65175a6137 '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
2010-04-21 10:59:08 +00:00
Hannes Janetzek 1b4a60ff87 'everything' dont sort action by last used, was a try..
SVN revision: 48195
2010-04-21 01:53:30 +00:00
Hannes Janetzek 2a1201bbdb merge exehist into evry_hist
SVN revision: 48194
2010-04-21 00:50:30 +00:00
Hannes Janetzek bce8eb69d3 fix default sort order
SVN revision: 48193
2010-04-21 00:10:31 +00:00
Hannes Janetzek 9ffab8f5e6 fix last commit. those shouldnt have slipped in..
SVN revision: 48192
2010-04-20 23:42:57 +00:00
Hannes Janetzek 26127d523f removing exebuf, left exebuf_terminal_cmd as it's used in other places
SVN revision: 48191
2010-04-20 23:25:42 +00:00
Hannes Janetzek 9fe0c1a1bc 'everything' fix bug when using not composite
SVN revision: 48186
2010-04-20 21:20:30 +00:00
Hannes Janetzek ceb2ae28a2 'everything' use e's mime icons when not fdo override is set
SVN revision: 48185
2010-04-20 20:52:46 +00:00
Christopher Michael 47ed226540 Fix indicator scaling to work better.
SVN revision: 48181
2010-04-20 20:11:48 +00:00
Christopher Michael 641f1a464e 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
2010-04-20 19:37:46 +00:00
Christopher Michael 0736f6493f Fix focus_home function to hide windows below when home is focused.
No need to layout windows which are not visible.



SVN revision: 48173
2010-04-20 19:34:12 +00:00
Hannes Janetzek acfe42b0b6 'everything' fix bug
SVN revision: 48172
2010-04-20 19:00:05 +00:00
Hannes Janetzek ac2fca776a 'everything' first start help page
SVN revision: 48170
2010-04-20 18:49:42 +00:00
Christopher Michael b525c5defa Fix formatting.
SVN revision: 48169
2010-04-20 18:48:42 +00:00
Hannes Janetzek 320c7ded6a 'everything' added config options for files plugin
SVN revision: 48165
2010-04-20 17:48:21 +00:00
Hannes Janetzek 4b5ce1b90a 'everything'
- let plugins store simple config data 
- fix apps 'open with' bug


SVN revision: 48162
2010-04-20 15:22:01 +00:00
Hannes Janetzek b7fcec6f05 'everything' fix config dialog
SVN revision: 48160
2010-04-20 09:12:28 +00:00
Hannes Janetzek 4945b00bb7 'everything' move plugin section into subtoolbook
SVN revision: 48159
2010-04-20 08:44:52 +00:00
Hannes Janetzek 7092ba1fc6 'everything'
files: fix scan thread


SVN revision: 48158
2010-04-20 07:57:09 +00:00
Hannes Janetzek c41b48e6ac 'everything'
- files: show more files by default, todo config option
- cleanup


SVN revision: 48157
2010-04-20 07:40:21 +00:00
Christopher Michael 65f44eb009 Make illume-home use E's background.
SVN revision: 48156
2010-04-20 02:03:43 +00:00
Christopher Michael 091525735f Fix gadgets getting added to center.
SVN revision: 48155
2010-04-20 01:32:34 +00:00
Christopher Michael aaffb12f22 Check previous border's zone before setting focus.
SVN revision: 48154
2010-04-20 00:10:10 +00:00
Christopher Michael b27bad5c9a 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
2010-04-20 00:06:18 +00:00
Christopher Michael f08d02f9ab If a transient gets closed, focus it's parent (fixes keybinding dialog issue).
SVN revision: 48152
2010-04-19 23:40:48 +00:00
Christopher Michael a0a04c0e09 Don't set icon here. Icon will be set in property change.
SVN revision: 48141
2010-04-19 19:34:13 +00:00
Christopher Michael 90275a397b Fix illume keyboard to handle quick toggles of show/hide.
SVN revision: 48140
2010-04-19 19:33:51 +00:00
Christopher Michael 80c91b8d19 As per k-s, remove fix from e_config_dialog and instead, call e_border_show
inside uniconify.



SVN revision: 48138
2010-04-19 17:27:45 +00:00
Christopher Michael ffbd6e3bd8 Need an e_win_show here as the border may not have been 'iconified' but
rather 'hidden' completely.



SVN revision: 48137
2010-04-19 17:02:34 +00:00
Massimo Maiurana ce67de7e63 make use of N_() in EVRY_PLUGIN_NEW and EVRY_ACTION_NEW macros as per pfritz suggestion + include one more message in translations
SVN revision: 48135
2010-04-19 16:09:35 +00:00
Christopher Michael bea9ca8d63 Raise/Show the existing Set Contents dialog if needed.
SVN revision: 48134
2010-04-19 15:51:43 +00:00
Miculcy Brian 273f8808d9 title not needed anymore
SVN revision: 48130
2010-04-19 08:30:18 +00:00
Miculcy Brian 87e0911b24 title not needed anymore
SVN revision: 48129
2010-04-19 08:23:39 +00:00
Sebastian Dransfeld 52bb692ae8 e: fix #528
basename may modify its argument, so we need to strdup before calling
basename.

SVN revision: 48128
2010-04-19 08:17:19 +00:00
Hannes Janetzek 90517199bc 'everything' fix bug in sorting of 'all' list.
- added 'subtype' to Evry_Item


SVN revision: 48125
2010-04-19 07:26:56 +00:00
Chidambar Zinnoury f578d2218f Edje files are gone...
SVN revision: 48124
2010-04-19 06:50:52 +00:00
Chidambar Zinnoury 95692ff00e Put back the edje file, a little bit too much cleaning.
SVN revision: 48123
2010-04-19 06:49:07 +00:00
Chidambar Zinnoury c237e2905c Remove useless theme module edje file.
SVN revision: 48122
2010-04-19 05:44:50 +00:00
Chidambar Zinnoury 648ec73fa2 Revert part of previous commit, this shouldn't have been committed.
SVN revision: 48121
2010-04-19 05:38:45 +00:00
Chidambar Zinnoury 8375d61b0c Use FDO-icon for fonts module and remove useless edje file.
SVN revision: 48120
2010-04-19 05:37:03 +00:00
Chidambar Zinnoury f6bf5d32b9 Use FDO-icon for mixer module and remove useless edje file.
SVN revision: 48119
2010-04-19 05:35:19 +00:00
Chidambar Zinnoury 59863cecff Use FDO-icon for screensaver module and remove useless edje file.
SVN revision: 48118
2010-04-19 05:33:46 +00:00
Chidambar Zinnoury 46b4565ba8 Use FDO-names for wallpaper modules' icons and remove useless edje files.
SVN revision: 48117
2010-04-19 05:32:59 +00:00
Carsten Haitzler fa9a759f56 use utf8 mount options for some fs's
SVN revision: 48116
2010-04-19 02:09:46 +00:00
Massimo Maiurana a18bcb3b14 oops... missed these strings in my last commit about everythings' i18n
SVN revision: 48108
2010-04-18 16:35:28 +00:00
Christopher Michael 45a460f504 Fix module icon for ofono.
SVN revision: 48107
2010-04-18 16:22:40 +00:00
Christopher Michael d90b41e7a9 Only list borders from the current zone when selecting windows.
SVN revision: 48106
2010-04-18 15:20:32 +00:00
Christopher Michael f1f0261a7e Make sure change timer is dead when window closes.
Fix some formatting.



SVN revision: 48105
2010-04-18 15:07:50 +00:00
Christopher Michael abafa68701 Don't free dbus arguments...causes segv.
SVN revision: 48104
2010-04-18 14:27:20 +00:00
Christopher Michael 2404339825 Don't free dbus message arguments...causes segfault.
SVN revision: 48103
2010-04-18 14:09:27 +00:00
Hannes Janetzek dfb9847566 fix everythings' action category
SVN revision: 48102
2010-04-18 11:04:25 +00:00
Massimo Maiurana 2cef57f9f5 including all messages of the Everything module in i18n
SVN revision: 48100
2010-04-18 10:23:00 +00:00
Vincent Torri 8ca39fc1bf Replace the description "Everything" by "All" as there
is a conflict with the Everything module wrt translations.


SVN revision: 48098
2010-04-18 06:29:31 +00:00
Hannes Janetzek 6a3586deb6 'everything' fix bug
SVN revision: 48097
2010-04-18 06:26:50 +00:00
Hannes Janetzek 71f4bb7947 'everything' fix mimetype bug in file history
- added helper to check item type 


SVN revision: 48096
2010-04-18 04:41:08 +00:00
Hannes Janetzek c30b76da87 'everything' files: remember mimetype in history -> dont stat files from sleeping drives
- better scale down icons than up


SVN revision: 48089
2010-04-18 00:17:15 +00:00
Christopher Michael 3dfcb86235 Move initializing intl support until after splash is setup as we want to be
able to let the user know that intl support is starting...and we can't do
that until splash is up.



SVN revision: 48084
2010-04-17 19:40:21 +00:00
Christopher Michael 180f2a6ac9 Remove extra blank line.
SVN revision: 48083
2010-04-17 19:32:06 +00:00
Hannes Janetzek 6dc5aa2fe2 'everything' nicer slide
SVN revision: 48082
2010-04-17 19:13:01 +00:00
Hannes Janetzek 31312d16e3 'everything'
fix: make sure timer is deleted 


SVN revision: 48080
2010-04-17 18:28:01 +00:00
Hannes Janetzek dd081b14ea 'everything' delay sliding in until items are fetched
SVN revision: 48079
2010-04-17 18:18:31 +00:00
Hannes Janetzek 7dc2ee70ae cleanup
SVN revision: 48078
2010-04-17 17:51:00 +00:00
Hannes Janetzek bdb41a6254 'everything'
- slide anim for browsing into folders
- fix for spd when framerate is below 25fps
-Wall checked


SVN revision: 48077
2010-04-17 17:50:27 +00:00
Christopher Michael 0a5825d304 Make function prototypes match actual functions (wrt __UNUSED__).
Use PATH_MAX.



SVN revision: 48072
2010-04-17 13:14:42 +00:00
Hannes Janetzek f97ca2b561 'everything' only animate tabscroll on plugin selection
SVN revision: 48071
2010-04-17 12:44:33 +00:00
Hannes Janetzek 233d282c92 'everything'
- fix plugin order config
- actually save app config
- scroll tabs, and turn off the 'blinking' on input



SVN revision: 48070
2010-04-17 12:40:28 +00:00
Hannes Janetzek 53b5f48a90 'everything'
- apps config : turn off executable list.
- aggregator: filter items with same id from different plugins 
  (no duplicates for files and tracker)


SVN revision: 48061
2010-04-17 01:10:20 +00:00
Hannes Janetzek 91f8efd638 'everything' files: show recent files only on input. cleanup
SVN revision: 48058
2010-04-16 18:36:28 +00:00
Hannes Janetzek 6cf35e63f2 'everything'
- fix popup geometry, same for composited and non-composited now
- remove experimental preview plugin


SVN revision: 48057
2010-04-16 17:24:35 +00:00
Hannes Janetzek 425f9616c4 'everything'
- files: use dir history to show recently browsed folders/files
- view: mark items that dont hoave icon to not try to fetch again


SVN revision: 48052
2010-04-16 14:15:30 +00:00
Hannes Janetzek 69c54aee66 'everything' enable apps history list again
SVN revision: 48045
2010-04-16 01:59:44 +00:00
Hannes Janetzek 3f29ece6db 'everything' cleanup api
-  fix 'localization'? - translating plugin labels should work now


SVN revision: 48042
2010-04-15 21:42:30 +00:00
Sebastian Dransfeld fadcb01bcb efreet: better naming
SVN revision: 48034
2010-04-15 19:21:03 +00:00
Hannes Janetzek 1cd0ecace3 'everything' only keep item selected after fetch when it was manually selected
SVN revision: 48023
2010-04-15 15:57:28 +00:00
Hannes Janetzek d0fbe9424e 'everything' apps shift/ctrl+tab insert appname + space now
SVN revision: 48022
2010-04-15 15:46:12 +00:00
Hannes Janetzek 2baae5916b 'everything' files: show root dir directly on /
- added ctrl|shift+Tab binding for browsing into items.


SVN revision: 48019
2010-04-15 13:58:44 +00:00
Hannes Janetzek 1ac2bb559a 'everything' cleanups. added p->view_mode for plugins to request a view used for them
SVN revision: 48005
2010-04-14 20:21:56 +00:00
Hannes Janetzek 3cf05dd915 'everything' more work on adding items with parameters
SVN revision: 48004
2010-04-14 20:09:38 +00:00
Hannes Janetzek a1809e0d8e 'everything'
- add evry_util_file_detail_set
- fix one more bugger in animated scrolling


SVN revision: 47997
2010-04-14 10:49:28 +00:00
Brett Nash 186c24617b Don't deref free'd data: Fixes from discomfitor via #edevelop
Untested: But seem correct.


SVN revision: 47996
2010-04-14 05:09:08 +00:00
Hannes Janetzek dc7272476a 'everything' animated scrolling now works nicely
SVN revision: 47994
2010-04-13 23:45:43 +00:00
Hannes Janetzek 9ad7b1f7c6 'everythin' view: added shift+arrow for jump to begin/end. cleanups
SVN revision: 47993
2010-04-13 23:20:14 +00:00
Hannes Janetzek 743e4a06a7 'everything' fixbug
SVN revision: 47992
2010-04-13 22:23:56 +00:00
Hannes Janetzek 88568ea5b1 'everything' added detailed list view
SVN revision: 47991
2010-04-13 22:15:56 +00:00
Hannes Janetzek b66290ef0c 'everything' make animated srcoll work
SVN revision: 47988
2010-04-13 19:22:03 +00:00
Hannes Janetzek 6c6c4378dd fix last commit
SVN revision: 47987
2010-04-13 18:25:03 +00:00
Hannes Janetzek 52746b6160 'everything' bugfix
SVN revision: 47986
2010-04-13 18:07:00 +00:00
Hannes Janetzek 6701cecab9 'everything' keep selected item aligned to center when scrolling
SVN revision: 47984
2010-04-13 17:11:20 +00:00
Hannes Janetzek d71da20c37 'everything' cheat codes for de/promoting history items
SVN revision: 47974
2010-04-12 20:52:23 +00:00
Sebastian Dransfeld 6db513e6f5 e: fix memleaks
SVN revision: 47972
2010-04-12 19:54:57 +00:00
Sebastian Dransfeld 807073f299 e: no need for a very large buffer
SVN revision: 47971
2010-04-12 19:54:43 +00:00
Hannes Janetzek 92ec6a9fd7 'everything' no need to make items with params transient
SVN revision: 47970
2010-04-12 19:42:32 +00:00
Sebastian Dransfeld 43b3e5ad59 e: idbuff is only used by this func.
SVN revision: 47969
2010-04-12 19:26:09 +00:00
Hannes Janetzek f6e8621282 'everything' apps, better handling of params
SVN revision: 47968
2010-04-12 19:21:09 +00:00
Hannes Janetzek 34761ff304 'everythin' apps: create a desktop item with given params
SVN revision: 47965
2010-04-12 16:43:57 +00:00
Hannes Janetzek 3f9e71cb92 whoops II
SVN revision: 47964
2010-04-12 16:33:57 +00:00
Hannes Janetzek 33754f9e56 'everything' view: better scroll method. fix flicker on popup show
SVN revision: 47963
2010-04-12 16:31:40 +00:00
Hannes Janetzek 790bf10fcb whoops
SVN revision: 47962
2010-04-12 16:27:35 +00:00
Christopher Michael a00fc99218 TODO--.
SVN revision: 47961
2010-04-12 16:04:36 +00:00
Hannes Janetzek 99892f335c 'everything' apps: add command only once
SVN revision: 47960
2010-04-12 15:34:21 +00:00
Carsten Haitzler 7849591dc6 oops - didnt turn shadow off properly. done now.
SVN revision: 47959
2010-04-12 14:55:25 +00:00
toma e497c41726 Better clipboard for Everything module
SVN revision: 47958
2010-04-12 14:17:14 +00:00
Hannes Janetzek 3838a2cd42 'everything' apps: make run command with parameters work again (and more nicely)
SVN revision: 47957
2010-04-12 14:01:14 +00:00
Massimo Maiurana 264ff6e641 updating french and italian translations
SVN revision: 47955
2010-04-12 11:07:18 +00:00
Sebastian Dransfeld 9032982600 TODO++
SVN revision: 47954
2010-04-12 10:20:15 +00:00
Carsten Haitzler 7ae83060b6 comment out too.
SVN revision: 47951
2010-04-12 09:05:37 +00:00
Carsten Haitzler 48fbad5d6b comp module... oh so much has been done... whhere do i begin? - fully fledges
edje obj swallowing windows, selection mechanism to have myltiple styles (2
examples), signals for focus, urgent, comp stuff now in core theme.... dump
and flush supported now (sends messages).



SVN revision: 47950
2010-04-12 08:28:51 +00:00
Hannes Janetzek 8eea301bf5 fix possible segv on restart
SVN revision: 47943
2010-04-12 03:00:50 +00:00
Hannes Janetzek 2522d6fcd8 'everything' fix segv on unloading files plugin
SVN revision: 47942
2010-04-12 02:51:32 +00:00
Christopher Michael d770a853e4 Don't show OpenGL Options if OpenGL is not an available engine.
SVN revision: 47940
2010-04-11 21:46:09 +00:00
Christopher Michael 224fcc061a Move quickpanel click window according to position of indicator so that
outside clicks work correctly when indicator is moved.



SVN revision: 47939
2010-04-11 21:12:49 +00:00
Christopher Michael ef52d54922 Modify quickpanel code to handle case where actual quickpanels may have
buttons/clickable elemenents. These changes allow quickpanel windows to be
interactive :). Show/Hide of quickpanel is handled in both the indicator
module (by way of toggle state), and using an input window that does not
interfere with the QPs themselves.



SVN revision: 47937
2010-04-11 20:38:52 +00:00
Christopher Michael 2cf29060cd Use new quickpanel toggle functions.
SVN revision: 47936
2010-04-11 20:37:29 +00:00
Massimo Maiurana e5c452ce7c updating italian translation
SVN revision: 47933
2010-04-11 19:48:11 +00:00
Christopher Michael 8133cc7188 Better method for show/hide of quickpanel.
SVN revision: 47931
2010-04-11 19:02:29 +00:00
Christopher Michael 2d9d2a8147 Add functions to allow quickpanel to be shown/hidden at programmers request.
SVN revision: 47930
2010-04-11 16:24:17 +00:00