platform/upstream/enlightenment.git
14 years agocall sys action for exit on io error - cleaner.
Carsten Haitzler [Tue, 18 May 2010 07:50:56 +0000 (07:50 +0000)]
call sys action for exit on io error - cleaner.

SVN revision: 48966

14 years agoremoved everything-wallpaper
Hannes Janetzek [Tue, 18 May 2010 06:17:53 +0000 (06:17 +0000)]
removed everything-wallpaper

SVN revision: 48963

14 years agofix invalid write..
Hannes Janetzek [Tue, 18 May 2010 03:20:55 +0000 (03:20 +0000)]
fix invalid write..
cleanups

SVN revision: 48955

14 years agoreduce the chance to browse item by mistake when doing thumb scroll
Hannes Janetzek [Mon, 17 May 2010 23:40:18 +0000 (23:40 +0000)]
reduce the chance to browse item by mistake when doing thumb scroll

SVN revision: 48950

14 years agomake evrything handle mouse events.
Hannes Janetzek [Mon, 17 May 2010 23:15:00 +0000 (23:15 +0000)]
make evrything handle mouse events.
- double click on item runs action, right click runs action and keep evry open
- same with selectors
- mouse down and move 150px browses that item. and back. TODO needs an indicator
- mouse wheel selects next/prev on plugin bar or selectors

SVN revision: 48949

14 years agoAdd enums for acpi signals, and enums for lid status.
Christopher Michael [Mon, 17 May 2010 22:46:28 +0000 (22:46 +0000)]
Add enums for acpi signals, and enums for lid status.
Add function to return current lid status.

SVN revision: 48948

14 years agoupdating french and italian translations
Massimo Maiurana [Mon, 17 May 2010 16:19:53 +0000 (16:19 +0000)]
updating french and italian translations

SVN revision: 48944

14 years agomore udev battery progress, seems like a good stopping point for tonight.
Mike Blumenkrantz [Mon, 17 May 2010 08:57:47 +0000 (08:57 +0000)]
more udev battery progress, seems like a good stopping point for tonight.
still no functionality changes.

SVN revision: 48943

14 years agosplit battery module device backend into separate files to make it more manageable...
Mike Blumenkrantz [Mon, 17 May 2010 07:17:59 +0000 (07:17 +0000)]
split battery module device backend into separate files to make it more manageable. main.h now has more function protos. dummy conditional added to configure for later use with makefile source file selection.
still no functionality change

SVN revision: 48940

14 years agoincremental commit towards udev. no functional changes made, udev support still...
Mike Blumenkrantz [Mon, 17 May 2010 05:14:50 +0000 (05:14 +0000)]
incremental commit towards udev.  no functional changes made, udev support still not implemented

SVN revision: 48939

14 years agothese files should be deleted on maintainer clean!
Mike Blumenkrantz [Mon, 17 May 2010 04:27:23 +0000 (04:27 +0000)]
these files should be deleted on maintainer clean!

SVN revision: 48937

14 years agoclean up device backend detection, should never error now
Mike Blumenkrantz [Mon, 17 May 2010 04:22:49 +0000 (04:22 +0000)]
clean up device backend detection, should never error now

SVN revision: 48936

14 years agofix refocus window below issue with pager popup action
Hannes Janetzek [Mon, 17 May 2010 00:41:28 +0000 (00:41 +0000)]
fix refocus window below issue with pager popup action

SVN revision: 48932

14 years agoMake sscanf a bit more sane wrt the if statement.
Christopher Michael [Mon, 17 May 2010 00:18:21 +0000 (00:18 +0000)]
Make sscanf a bit more sane wrt the if statement.

SVN revision: 48931

14 years agoFor unknown devices, set the event's device name to the name of the
Christopher Michael [Mon, 17 May 2010 00:11:55 +0000 (00:11 +0000)]
For unknown devices, set the event's device name to the name of the
device returned in the ACPI message rather than a hard-coded 'unknown'.

SVN revision: 48930

14 years agoSmall formatting fix.
Christopher Michael [Mon, 17 May 2010 00:04:12 +0000 (00:04 +0000)]
Small formatting fix.

SVN revision: 48929

14 years agoAdd a TODO list.
Christopher Michael [Mon, 17 May 2010 00:03:55 +0000 (00:03 +0000)]
Add a TODO list.
Create a device hash to match standard device names to types.
Cleanup E_EVENT_ACPI (add missing ones, remove not needed ones).
Actually parse out the ACPI data which we receive.

You can now actually use this ACPI code for event listening, but the
Status field of the event structure needs sanatizing yet (turn into
something meaningful).

SVN revision: 48928

14 years agomake clipboard action remember context.
Hannes Janetzek [Sun, 16 May 2010 22:04:34 +0000 (22:04 +0000)]
make clipboard action remember context.
cleanups & tweaks

SVN revision: 48927

14 years agoremember calc results that were copied to clipboard
Hannes Janetzek [Sun, 16 May 2010 21:35:02 +0000 (21:35 +0000)]
remember calc results that were copied to clipboard

SVN revision: 48926

14 years agoAdd some more acpi event types that we will handle.
Christopher Michael [Sun, 16 May 2010 16:10:36 +0000 (16:10 +0000)]
Add some more acpi event types that we will handle.

SVN revision: 48916

14 years agohmm i wonder who broke batget - changed it from 5 to 4 params.
Carsten Haitzler [Sun, 16 May 2010 15:00:35 +0000 (15:00 +0000)]
hmm i wonder who broke batget - changed it from 5 to 4 params.

SVN revision: 48915

14 years agobah - that corner binding should never be there. confusing.
Carsten Haitzler [Sun, 16 May 2010 08:56:06 +0000 (08:56 +0000)]
bah - that corner binding should never be there. confusing.

SVN revision: 48914

14 years agoupdating greek translations
Massimo Maiurana [Sun, 16 May 2010 07:56:10 +0000 (07:56 +0000)]
updating greek translations

SVN revision: 48913

14 years agoChange acpi event structure to be able to pass more info.
Christopher Michael [Sun, 16 May 2010 06:21:48 +0000 (06:21 +0000)]
Change acpi event structure to be able to pass more info.

SVN revision: 48912

14 years agoRemove unneeded deps for e_init_main (splash screen).
Christopher Michael [Sun, 16 May 2010 05:27:14 +0000 (05:27 +0000)]
Remove unneeded deps for e_init_main (splash screen).

SVN revision: 48911

14 years agoAdd start of ACPI code. Does not actually parse yet tho.
Christopher Michael [Sun, 16 May 2010 05:26:29 +0000 (05:26 +0000)]
Add start of ACPI code. Does not actually parse yet tho.
Add e_acpi_init to startup (it safely returns if acpid is not running).
Fix some formatting in e_main.

SVN revision: 48910

14 years agoexplicitly check that not ctrl or shift modifiers are active for normal tab bevahior.
Hannes Janetzek [Sun, 16 May 2010 04:06:15 +0000 (04:06 +0000)]
explicitly check that not ctrl or shift modifiers are active for normal tab bevahior.
cleanup

SVN revision: 48909

14 years agorefactor
Hannes Janetzek [Sun, 16 May 2010 03:22:17 +0000 (03:22 +0000)]
refactor

SVN revision: 48908

14 years agodont sort parent dirs by usage
Hannes Janetzek [Sun, 16 May 2010 02:56:40 +0000 (02:56 +0000)]
dont sort parent dirs by usage
cleanups

SVN revision: 48906

14 years agoadded selectors-shift function - in object selector one can trigger the
Hannes Janetzek [Sun, 16 May 2010 02:37:07 +0000 (02:37 +0000)]
added selectors-shift function - in object selector one can trigger the
 binding for show everything again and start with the current object as
 new subject. esc or evry-binding will go back to previous level.
 this will come in handy sooner or later. believe me (=

added browse folder action to browse the containing folder of a file in
 everything.

now for example you have a plalist entry or a file from tracker search and
 want to do sth within the parent dir of that file:
 select browse folder -> .. go to parent -> trigger-evry-again ->
 select delete/copy/watch the folder as slideshow or do whatever.

SVN revision: 48905

14 years agoSplash doesn't need eet or ecore-file, so remove includes.
Christopher Michael [Sun, 16 May 2010 01:59:49 +0000 (01:59 +0000)]
Splash doesn't need eet or ecore-file, so remove includes.
Fix some formatting.

SVN revision: 48904

14 years agodont loose key events when showing everything
Hannes Janetzek [Sat, 15 May 2010 23:27:09 +0000 (23:27 +0000)]
dont loose key events when showing everything

SVN revision: 48903

14 years agodont match parameters of exec line
Hannes Janetzek [Sat, 15 May 2010 21:22:06 +0000 (21:22 +0000)]
dont match parameters of exec line

SVN revision: 48902

14 years agofix segv
Hannes Janetzek [Sat, 15 May 2010 21:03:42 +0000 (21:03 +0000)]
fix segv

SVN revision: 48901

14 years agofix: ctrl+return
Hannes Janetzek [Sat, 15 May 2010 20:58:54 +0000 (20:58 +0000)]
fix: ctrl+return

SVN revision: 48900

14 years ago- make cheat history work again
Hannes Janetzek [Sat, 15 May 2010 19:19:05 +0000 (19:19 +0000)]
- make cheat history work again
- dont check if files from cache exist in recent search, can slow down a lot
cleanups

SVN revision: 48899

14 years agotest if svg loader works, if so add svg to efreet theme supported types
Hannes Janetzek [Sat, 15 May 2010 17:56:50 +0000 (17:56 +0000)]
test if svg loader works, if so add svg to efreet theme supported types

SVN revision: 48896

14 years agoclarify device backend error message for people who think they are clever and can...
Mike Blumenkrantz [Sat, 15 May 2010 17:09:35 +0000 (17:09 +0000)]
clarify device backend error message for people who think they are clever and can disable hal support :P

SVN revision: 48894

14 years agoReenable efreet_desktop_cache_update. The endless loop seems to have
Christopher Michael [Sat, 15 May 2010 16:29:07 +0000 (16:29 +0000)]
Reenable efreet_desktop_cache_update. The endless loop seems to have
sorted itself out now.

SVN revision: 48892

14 years agooooh baby.. lets make use of these matching doobies.
Carsten Haitzler [Sat, 15 May 2010 13:12:14 +0000 (13:12 +0000)]
oooh baby.. lets make use of these matching doobies.

SVN revision: 48889

14 years agoadd names to popups
Carsten Haitzler [Sat, 15 May 2010 12:25:33 +0000 (12:25 +0000)]
add names to popups

SVN revision: 48888

14 years agooooh lookie here. a way to match comp "shadow" objects with window types,
Carsten Haitzler [Sat, 15 May 2010 09:14:31 +0000 (09:14 +0000)]
oooh lookie here. a way to match comp "shadow" objects with window types,
properties etc. etc. - yes it works.. no there is no sample config yet. and
there is no gui config to change this (yet). need first initial sample config.

SVN revision: 48886

14 years agofix segv
Hannes Janetzek [Sat, 15 May 2010 04:22:12 +0000 (04:22 +0000)]
fix segv

SVN revision: 48880

14 years ago- allow tab when there is no state to get back from empty selector
Hannes Janetzek [Fri, 14 May 2010 22:41:30 +0000 (22:41 +0000)]
- allow tab when there is no state to get back from empty selector
- fix segv window could have been deleted

SVN revision: 48873

14 years agoselector shadow should be above list
Hannes Janetzek [Fri, 14 May 2010 22:07:43 +0000 (22:07 +0000)]
selector shadow should be above list

SVN revision: 48872

14 years ago- remove Evry.h
Hannes Janetzek [Fri, 14 May 2010 22:06:06 +0000 (22:06 +0000)]
- remove Evry.h
- move local vars into Evry_Window

SVN revision: 48871

14 years agochange as_if to if to appease vtorri :)
Mike Blumenkrantz [Fri, 14 May 2010 21:02:46 +0000 (21:02 +0000)]
change as_if to if to appease vtorri :)

SVN revision: 48870

14 years agomy first e commit that doesn't break anything (I think)!
Mike Blumenkrantz [Fri, 14 May 2010 18:19:51 +0000 (18:19 +0000)]
my first e commit that doesn't break anything (I think)!
enables eeze_udev support where available, currently only illume2, as a device backend to replace ehal.
unless --enable-device-udev is explicitly specified, e will continue to use ehal as the device backend.
upon selection of eeze_udev, a brief warning will be shown during config summary.
components that do not support eeze_udev will still fall back to hal even if eeze_udev is selected

SVN revision: 48867

14 years agoupdating french and italian translations
Massimo Maiurana [Fri, 14 May 2010 17:03:19 +0000 (17:03 +0000)]
updating french and italian translations

SVN revision: 48863

14 years agogaaaaaaah. pass distcheck.
Carsten Haitzler [Fri, 14 May 2010 15:21:02 +0000 (15:21 +0000)]
gaaaaaaah. pass distcheck.

SVN revision: 48862

14 years agoset better defaults
Hannes Janetzek [Fri, 14 May 2010 06:49:20 +0000 (06:49 +0000)]
set better defaults

SVN revision: 48853

14 years agouse one window - more freedom to the aadvarks!
Hannes Janetzek [Fri, 14 May 2010 06:35:06 +0000 (06:35 +0000)]
use one window - more freedom to the aadvarks!

SVN revision: 48852

14 years ago- get correct path uris
Hannes Janetzek [Fri, 14 May 2010 03:11:03 +0000 (03:11 +0000)]
- get correct path uris
- fix browse item action missed one case
- fix segv in selector_item_update when state has no plugin

SVN revision: 48838

14 years ago- added Action_Performed event to let plugins know when an action was performed :)
Hannes Janetzek [Thu, 13 May 2010 22:27:57 +0000 (22:27 +0000)]
- added Action_Performed event to let plugins know when an action was performed :)
- step to next item in thumb-view when marking items
- aggregator: better sorting of non-toplevel plugins, cleanups

SVN revision: 48832

14 years agoSkip winlist.
Christopher Michael [Thu, 13 May 2010 21:38:25 +0000 (21:38 +0000)]
Skip winlist.

SVN revision: 48830

14 years agoDon't show in winlist.
Christopher Michael [Thu, 13 May 2010 21:36:46 +0000 (21:36 +0000)]
Don't show in winlist.

SVN revision: 48829

14 years agoSet skip_winlist...recent changes made these windows show up in the
Christopher Michael [Thu, 13 May 2010 21:35:45 +0000 (21:35 +0000)]
Set skip_winlist...recent changes made these windows show up in the
main menu under Windows...

SVN revision: 48828

14 years agoRemove whitespace.
Christopher Michael [Thu, 13 May 2010 21:07:02 +0000 (21:07 +0000)]
Remove whitespace.

SVN revision: 48826

14 years agoe: revert svg icon acceptance
Sebastian Dransfeld [Thu, 13 May 2010 20:26:56 +0000 (20:26 +0000)]
e: revert svg icon acceptance

SVN revision: 48824

14 years agobattery: add const
Sebastian Dransfeld [Thu, 13 May 2010 20:24:36 +0000 (20:24 +0000)]
battery: add const

SVN revision: 48823

14 years agoe: add const
Sebastian Dransfeld [Thu, 13 May 2010 20:24:26 +0000 (20:24 +0000)]
e: add const

SVN revision: 48822

14 years agoone more :((
Mike Blumenkrantz [Thu, 13 May 2010 19:49:37 +0000 (19:49 +0000)]
one more :((

SVN revision: 48817

14 years agofix pebkac :(
Mike Blumenkrantz [Thu, 13 May 2010 19:48:33 +0000 (19:48 +0000)]
fix pebkac :(

SVN revision: 48816

14 years agofile renames, nothing more
Mike Blumenkrantz [Thu, 13 May 2010 19:44:24 +0000 (19:44 +0000)]
file renames, nothing more

SVN revision: 48815

14 years agobattery: stringshare string
Sebastian Dransfeld [Thu, 13 May 2010 19:40:12 +0000 (19:40 +0000)]
battery: stringshare string

SVN revision: 48814

14 years agopatch from seb - fix leaked strings.
Carsten Haitzler [Thu, 13 May 2010 15:28:34 +0000 (15:28 +0000)]
patch from seb - fix leaked strings.

SVN revision: 48811

14 years agolet thumb label popout a bit
Hannes Janetzek [Thu, 13 May 2010 05:59:13 +0000 (05:59 +0000)]
let thumb label popout a bit
show spell checker only when input is there

SVN revision: 48805

14 years agosort non-toplevel plugins in aggregator correctly
Hannes Janetzek [Thu, 13 May 2010 05:31:06 +0000 (05:31 +0000)]
sort non-toplevel plugins in aggregator correctly

SVN revision: 48804

14 years agoshow all apps that can do sth with x-directory/normal for dirs/mount point and such
Hannes Janetzek [Thu, 13 May 2010 05:11:50 +0000 (05:11 +0000)]
show all apps that can do sth with x-directory/normal for dirs/mount point and such

SVN revision: 48803

14 years agofix automatic switching to object selector when action requires object
Hannes Janetzek [Thu, 13 May 2010 04:42:22 +0000 (04:42 +0000)]
fix automatic switching to object selector when action requires object

SVN revision: 48802

14 years agofix trigger 'show parent folders' while 'show hidden' is active
Hannes Janetzek [Thu, 13 May 2010 04:36:04 +0000 (04:36 +0000)]
fix trigger 'show parent folders' while 'show hidden' is active

SVN revision: 48801

14 years agofix bug in exec_app
Hannes Janetzek [Thu, 13 May 2010 04:23:23 +0000 (04:23 +0000)]
fix bug in exec_app
dont make cycle-mode default

SVN revision: 48800

14 years agomake multiple selection work in thumb mode.
Hannes Janetzek [Thu, 13 May 2010 04:13:38 +0000 (04:13 +0000)]
make multiple selection work in thumb mode.
trying thumb mode as default for aggregator

SVN revision: 48799

14 years agofix file cache search
Hannes Janetzek [Thu, 13 May 2010 03:49:23 +0000 (03:49 +0000)]
fix file cache search
cleanups

SVN revision: 48798

14 years ago- use VERSION/EPOCH macros for config version
Hannes Janetzek [Thu, 13 May 2010 02:52:02 +0000 (02:52 +0000)]
- use VERSION/EPOCH macros for config version
- fix segv in thumb_view

SVN revision: 48797

14 years agothis pixel looked wrong..
Hannes Janetzek [Thu, 13 May 2010 01:04:48 +0000 (01:04 +0000)]
this pixel looked wrong..

SVN revision: 48795

14 years agoeverything theme tweaks
Hannes Janetzek [Thu, 13 May 2010 00:55:12 +0000 (00:55 +0000)]
everything theme tweaks

SVN revision: 48794

14 years agoget rid of these annoying edje errors
Hannes Janetzek [Wed, 12 May 2010 23:16:46 +0000 (23:16 +0000)]
get rid of these annoying edje errors

SVN revision: 48792

14 years agofix segv
Hannes Janetzek [Wed, 12 May 2010 19:58:40 +0000 (19:58 +0000)]
fix segv

SVN revision: 48787

14 years agodont slide tabs. looked disturbing
Hannes Janetzek [Wed, 12 May 2010 18:44:26 +0000 (18:44 +0000)]
dont slide tabs. looked disturbing

SVN revision: 48786

14 years agodont skip windows that should only not be shown in taskbar.
Hannes Janetzek [Wed, 12 May 2010 18:33:05 +0000 (18:33 +0000)]
dont skip windows that should only not be shown in taskbar.

SVN revision: 48785

14 years agoconfig: move 'pager action popup height' slider to popup section
Hannes Janetzek [Wed, 12 May 2010 18:31:27 +0000 (18:31 +0000)]
config: move 'pager action popup height' slider to popup section

SVN revision: 48784

14 years agoReplace exit() with e_main_shutdown so libs get shutdown correctly.
Christopher Michael [Wed, 12 May 2010 17:44:21 +0000 (17:44 +0000)]
Replace exit() with e_main_shutdown so libs get shutdown correctly.
e_module_disable already calls e_config_save_queue().
Fix formatting.

SVN revision: 48782

14 years agoUse e_main_shutdown instead of exit so that eina_shutdown (and others)
Christopher Michael [Wed, 12 May 2010 17:36:01 +0000 (17:36 +0000)]
Use e_main_shutdown instead of exit so that eina_shutdown (and others)
get called when exiting.

SVN revision: 48781

14 years agofixes
Hannes Janetzek [Wed, 12 May 2010 17:29:38 +0000 (17:29 +0000)]
fixes
- wrong sorting of apps from history
- get correct url hash for files. - strip double slash
- update selector when swtching to aggregator plugin
added
- XF86Back to toggle thumb/list mode
- XF86Forward to zoom in thumb mode
cleanups

SVN revision: 48780

14 years ago- convert path to correct urls
Hannes Janetzek [Wed, 12 May 2010 02:01:09 +0000 (02:01 +0000)]
- convert path to correct urls
- use .cache/thumbnails when available for pdf, video and faster image loading
- fix history sort issue with apps
-...

SVN revision: 48772

14 years agofix item changed event
Hannes Janetzek [Tue, 11 May 2010 22:02:49 +0000 (22:02 +0000)]
fix item changed event

SVN revision: 48770

14 years agothis was wrong
Hannes Janetzek [Tue, 11 May 2010 21:47:57 +0000 (21:47 +0000)]
this was wrong

SVN revision: 48769

14 years agorefactor view and cleanup
Hannes Janetzek [Tue, 11 May 2010 21:44:32 +0000 (21:44 +0000)]
refactor view and cleanup

SVN revision: 48768

14 years agoDisable listening on efreet_desktop_cache_update for now. Some recent
Christopher Michael [Tue, 11 May 2010 21:30:27 +0000 (21:30 +0000)]
Disable listening on efreet_desktop_cache_update for now. Some recent
change somewhere seems to be putting this into an endless loop :(

SVN revision: 48767

14 years agoUse the same strings for init status (ie: convert Set Up to Setup).
Christopher Michael [Tue, 11 May 2010 21:07:27 +0000 (21:07 +0000)]
Use the same strings for init status (ie: convert Set Up to Setup).

SVN revision: 48766

14 years agoset module->active when initialized by everything
Hannes Janetzek [Tue, 11 May 2010 20:20:56 +0000 (20:20 +0000)]
set module->active when initialized by everything

SVN revision: 48765

14 years agoconverted all modules to new api
Hannes Janetzek [Tue, 11 May 2010 17:24:38 +0000 (17:24 +0000)]
converted all modules to new api

SVN revision: 48758

14 years agodisable direct input of dirs. is buggy
Hannes Janetzek [Tue, 11 May 2010 15:12:41 +0000 (15:12 +0000)]
disable direct input of dirs. is buggy

SVN revision: 48756

14 years agoonly toggle view when it's different from the previous
Hannes Janetzek [Tue, 11 May 2010 15:10:30 +0000 (15:10 +0000)]
only toggle view when it's different from the previous
cleanups

SVN revision: 48755

14 years agoSet new client config geometry resolution to match current resolution
Christopher Michael [Tue, 11 May 2010 05:05:51 +0000 (05:05 +0000)]
Set new client config geometry resolution to match current resolution
(better than a hard-coded value which may be incorrect).

SVN revision: 48748

14 years agouse macro for registering modules
Hannes Janetzek [Tue, 11 May 2010 01:53:34 +0000 (01:53 +0000)]
use macro for registering modules

SVN revision: 48747

14 years agoactually save aspell config. no one tried that before?
Hannes Janetzek [Tue, 11 May 2010 00:01:24 +0000 (00:01 +0000)]
actually save aspell config. no one tried that before?
use new config check utility functions

SVN revision: 48744

14 years agoadded common log domain to Evry_API
Hannes Janetzek [Mon, 10 May 2010 23:45:49 +0000 (23:45 +0000)]
added common log domain to Evry_API
added EVRY_PLUGIN_UPDATE macro for evry_plugin_update (was ...async_update)
converted more plugins

SVN revision: 48743

14 years agoadded utility function to check module config version and show dialog when required...
Hannes Janetzek [Mon, 10 May 2010 23:44:53 +0000 (23:44 +0000)]
added utility function to check module config version and show dialog when required. works with the common VERSION macros.

SVN revision: 48742