Commit Graph

3383 Commits

Author SHA1 Message Date
Carsten Haitzler f8da083328 a bit of a refactor of e_acpi -> can buffer and handle more than 1
acpi message at once (will happen IF e is paused/hung/suspended and
multiple acpi events happen during that time).

also no need for multiple acpi event id's - the type is already in the
struct itself. it's dup;icating the work. simplify.

also... vaio "hotkey" style support. new mapping ethod needed for
that. who knows what other bizarre acpi hardware is out there. may
need more. also make a note that we may want a mapping system some
time that maps acpi event to faking an x key event.

also... allow acpi bindings to bind to anything in gui.



SVN revision: 56790
2011-02-07 22:57:50 +00:00
Christopher Michael 0a7a799bd0 Add UNUSED where missing.
SVN revision: 56675
2011-02-03 17:12:27 +00:00
Christopher Michael f62f7278a0 Add UNUSED where needed.
SVN revision: 56674
2011-02-03 17:10:01 +00:00
Hannes Janetzek 2b72d8d98b evry-apps: fix history loss: do not remove apps from history when not found in .desktop cache
SVN revision: 56627
2011-02-01 10:35:33 +00:00
Christopher Michael ddfeef51dc No need for a mode send here.
SVN revision: 56385
2011-01-29 21:16:31 +00:00
Christopher Michael 54afa6c714 Add a button on softkey module to toggle app positions if in dual mode
(this means move the top app to the bottom, and bottom app to the top,
etc, etc).



SVN revision: 56384
2011-01-29 21:08:13 +00:00
Christopher Michael 8f026c852a When we are done dragging the indicator window, update it's geometry
on the zone.



SVN revision: 56383
2011-01-29 20:34:19 +00:00
Hannes Janetzek 86824bd78a add 'run executable' action for files
SVN revision: 56273
2011-01-23 23:37:50 +00:00
Hannes Janetzek e9e9c7a066 fix warning/unsued stuff
keep refs to .desktops of recently used apps


SVN revision: 56272
2011-01-23 22:34:28 +00:00
Hannes Janetzek 5d4d9705e8 enable icon preload
SVN revision: 56270
2011-01-23 17:59:25 +00:00
Hannes Janetzek c3a28ca278 fix: open multiple selected files
SVN revision: 56269
2011-01-23 16:02:33 +00:00
Hannes Janetzek 5f014d9089 fix initial list width (dont overlap scrollbar)
SVN revision: 56267
2011-01-22 22:24:09 +00:00
Carsten Haitzler d8309aeb84 and force fps objs to be on max layer.
SVN revision: 56266
2011-01-22 16:32:26 +00:00
Carsten Haitzler ef8fd4ab06 fix geometry up a bit and limit ranges more.
SVN revision: 56263
2011-01-22 11:00:11 +00:00
Carsten Haitzler 3a0ff0519a fix frametimes array.
SVN revision: 56262
2011-01-22 10:44:40 +00:00
Carsten Haitzler 720f53b264 add fps debug display to comp...
to toggle interactively:
  killall -USR2 enlightenment 
or
  ctrl+alt+shift+F
or just change it in the config panel - the longer the average
interval is, the more accurate it will be, but the less often you get
updates. you can choose the screen corner here too. :) also note that
if comp doesnt get a stream of input (frames to render) then it's also
not going to tel you much interesting about its "best possible
framerate" as its likely got lots of spare time to do more, but it
just never got any to do. so this is useful if:

1. there is a continual strem of input (video playback, animated gui,
continual user input).
2. the longer the rolling average framecount is, the more accurate it
will be.



SVN revision: 56260
2011-01-22 09:52:48 +00:00
Hannes Janetzek 5ae3b52a17 cleanups
SVN revision: 56248
2011-01-21 00:14:48 +00:00
Christopher Michael e6b15ffc17 e_illume_border_show already handles raise, so remove call to explicit
e_border_raise.



SVN revision: 56246
2011-01-20 22:28:33 +00:00
Christopher Michael 3c51a6bc0a Allow dialogs to be bigger than 'minimum' size; instead, just check
that the dialogs size is not greater than the zone. This is much nicer
for file dialogs.



SVN revision: 56244
2011-01-20 19:54:17 +00:00
Christopher Michael 7fab214109 Some dialogs don't play nice if we check visible property so remove.
SVN revision: 56242
2011-01-20 18:49:34 +00:00
Christopher Michael af0c123f41 Some 'dialog' windows report a zero min width & height (which messes
up position calculations). Trap for that, and if mins are zero, then
use existing dialog width/height. (code following that handles a
dialog being too large for the zone).

Thanks again to Jeff Hoogland for bringing this to my attention.



SVN revision: 56236
2011-01-20 06:39:16 +00:00
Christopher Michael a19942672d Fix illume-indicator window leaving a 'black bar' behind ... when Comp
module is enabled. The previous fix worked without Composite module
just fine, but did not account for the way that Composite works. This
fix works in both cases, with Composite and without.

Thanks to Jeff Hoogland for bringing that to my attention ;)



SVN revision: 56229
2011-01-20 00:05:52 +00:00
Christopher Michael 572970d903 Add a Suspend Now command to actions so that on ACPI lid close, you
can do suspend without a confirmation dialog.
Clear the Action Paramaters box when a binding or action changes.



SVN revision: 56207
2011-01-17 17:25:42 +00:00
Lars Munch 343f3737b1 This adds thinkpad support to the temperature module. The temperature is
accessible through the thinkpad_acpi kernel module.

Signed-off-by: Lars Munch <lars@segv.dk>


SVN revision: 56192
2011-01-16 15:11:56 +00:00
Christopher Michael 1892b52333 Remove goto's. Don't like em, don't need em, don't want em ;)
E_FREE already sets pointer to NULL.
Fix shutdown order in certain places.



SVN revision: 56158
2011-01-16 02:05:33 +00:00
Mike Blumenkrantz bea2bf271d (fd leak--)--
SVN revision: 56155
2011-01-16 01:57:31 +00:00
Mike Blumenkrantz 1fdff41c5e close file sooner so we don't leak fds
SVN revision: 56153
2011-01-16 01:52:45 +00:00
Mike Blumenkrantz d143974767 add alloc check for calloc
SVN revision: 56152
2011-01-16 01:48:04 +00:00
Mike Blumenkrantz 6d87da8c14 yet another null deref
SVN revision: 56151
2011-01-16 01:34:05 +00:00
Mike Blumenkrantz 5788f79169 more null derefs
SVN revision: 56150
2011-01-16 01:33:00 +00:00
Mike Blumenkrantz 572ed90432 more uninitialized values
SVN revision: 56148
2011-01-16 01:22:41 +00:00
Mike Blumenkrantz 9ac82fead5 initialize variable to null for later FOREACH failures
SVN revision: 56146
2011-01-16 01:19:22 +00:00
Carsten Haitzler 7c54b118e8 gettext-> translate at gui display time not in storing in structs!
SVN revision: 56107
2011-01-14 09:49:42 +00:00
Carsten Haitzler b835438c0d from:
http://trac.enlightenment.org/e/ticket/671

:)
tnx kiuma
 


SVN revision: 56044
2011-01-11 08:44:19 +00:00
Mike Blumenkrantz e0cc1c3149 s/HAL/device/g
SVN revision: 56028
2011-01-10 17:41:48 +00:00
Mike Blumenkrantz 67b1000afa fix compile when ehal is not present
note that illume1 still requires ehal and I have no plans to write an eeze backend for it


SVN revision: 55944
2011-01-06 18:41:58 +00:00
Massimo Maiurana f13cdcbd02 updating german translations
SVN revision: 55935
2011-01-06 17:49:35 +00:00
Mike Blumenkrantz cdc41d0f3a avoid weird bug from e_remember where path that no longer exists would attempt to be loaded
SVN revision: 55911
2011-01-06 00:57:27 +00:00
Mike Blumenkrantz 346e271e07 ecrustified for formatting
SVN revision: 55908
2011-01-05 22:36:21 +00:00
Mike Blumenkrantz 15468f69f6 fix include paths for all these makefiles to add $top_builddir/src/bin instead of $top_srcdir/src/lib
SVN revision: 55884
2011-01-05 17:50:05 +00:00
Massimo Maiurana 851015e654 updating various translations
SVN revision: 55850
2011-01-04 17:21:50 +00:00
Carsten Haitzler 31bb3c9c8d so rename that option - it really does confuse people and
understandably so.



SVN revision: 55829
2011-01-03 17:38:59 +00:00
Christopher Michael b6dd7d07c0 Use PATH_MAX.
Reduce variable usage.
Don't leak Shelf_Del_Confirm_Data (make sure we free the alloc'd
struct if we are leaving the function).

Fix formatting.



SVN revision: 55797
2011-01-02 21:12:11 +00:00
Christopher Michael 645ad54f55 Add traps in toolbar widget to make sure obj & wd are valid.
Add traps in e_fwin to make sure we have a toolbar before trying to
operate on it.



SVN revision: 55792
2011-01-01 15:51:09 +00:00
Peter van de Werken 565303e0f3 Modified patch.
From: Peter van de Werken <pwerken-e@a-eskwadraat.nl>
Only add a separator if there is something to separate.



SVN revision: 55780
2010-12-30 13:44:39 +00:00
Christopher Michael 011172fbeb Patch from Peter van de Werken to fix uniconify of quickpanel windows.
SVN revision: 55776
2010-12-29 22:07:11 +00:00
Sebastian Dransfeld b5a77ea6fc Prevent double free
SVN revision: 55771
2010-12-29 19:47:55 +00:00
Carsten Haitzler 1583fac1a1 and we didnt actually use the engine vsync support in comp.
SVN revision: 55756
2010-12-26 10:17:54 +00:00
Mike Blumenkrantz 3d166f4860 alloc checks
SVN revision: 55735
2010-12-23 01:10:48 +00:00
Mike Blumenkrantz b0b7d04154 init variables to 0 to avoid garbage values being compared in conditionals
SVN revision: 55734
2010-12-23 01:05:12 +00:00