Hannes Janetzek
f56fe34d97
do not crop labels at bottom: add extra space in icon-view mode
...
SVN revision: 56821
13 years ago
Hannes Janetzek
b65d89bec9
fix: fm icons get mouse events again
...
SVN revision: 56820
13 years ago
Hannes Janetzek
b9675d56c9
default state fileman icon does not need shadow (and didnt had before)
...
SVN revision: 56817
13 years ago
Hannes Janetzek
b4a96c5b0e
evry: dark became boring. trying a bright version
...
SVN revision: 56794
13 years ago
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
13 years ago
Carsten Haitzler
fea9dcbda7
give desktop icons text shadows again.
...
SVN revision: 56789
13 years ago
Sebastian Dransfeld
30a478c4fa
use convenience macro
...
SVN revision: 56782
13 years ago
Massimo Maiurana
5de3622b76
updating ukrainian translations
...
SVN revision: 56757
13 years ago
Hannes Janetzek
1b63a050f1
fix desktop icon label
...
SVN revision: 56756
13 years ago
Hannes Janetzek
07863e9a15
use line wrap for fileman icon labels
...
SVN revision: 56755
13 years ago
Massimo Maiurana
aedf1da703
updating portuguese and arabic translations
...
SVN revision: 56752
13 years ago
Eric Schuele
9e972367dd
Keeping types consistent.
...
SVN revision: 56751
13 years ago
Hannes Janetzek
8f3090c7bc
evry-theme: use fileman_icon/typebuf textclass
...
SVN revision: 56749
13 years ago
Eric Schuele
440c33eecf
Allow users to remove border resistance on a per border basis.
...
SVN revision: 56745
13 years ago
Hannes Janetzek
b7cfdd21f1
fix loop in fm favorites view: delete .desktop for non existing device
...
SVN revision: 56715
13 years ago
Christopher Michael
629b3a304e
Add missing UNUSED.
...
SVN revision: 56676
13 years ago
Christopher Michael
0a7a799bd0
Add UNUSED where missing.
...
SVN revision: 56675
13 years ago
Christopher Michael
f62f7278a0
Add UNUSED where needed.
...
SVN revision: 56674
13 years ago
Hannes Janetzek
2b72d8d98b
evry-apps: fix history loss: do not remove apps from history when not found in .desktop cache
...
SVN revision: 56627
13 years ago
Mike Blumenkrantz
1d55898209
hard disable eeze mount
...
SVN revision: 56388
13 years ago
Christopher Michael
ddfeef51dc
No need for a mode send here.
...
SVN revision: 56385
13 years ago
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
13 years ago
Christopher Michael
8f026c852a
When we are done dragging the indicator window, update it's geometry
...
on the zone.
SVN revision: 56383
13 years ago
Carsten Haitzler
c356b53543
note sigusr2 is for fps thing.
...
SVN revision: 56337
13 years ago
Sebastian Dransfeld
3f310bd392
Wait for cache update before e_startup
...
We need to wait for the cache build to complete, else we might have no
cache, and get no startup apps.
SVN revision: 56332
13 years ago
Massimo Maiurana
ac874e2afd
updating portuguese translations
...
SVN revision: 56316
13 years ago
Hannes Janetzek
93c43fe854
add __UNUSED__
...
SVN revision: 56300
13 years ago
Massimo Maiurana
075d3db1ae
updating french and italian translations
...
SVN revision: 56299
13 years ago
Hannes Janetzek
580c1b777d
evry: a little bit more of black/white
...
SVN revision: 56287
13 years ago
Hannes Janetzek
86824bd78a
add 'run executable' action for files
...
SVN revision: 56273
13 years ago
Hannes Janetzek
e9e9c7a066
fix warning/unsued stuff
...
keep refs to .desktops of recently used apps
SVN revision: 56272
13 years ago
Hannes Janetzek
5d4d9705e8
enable icon preload
...
SVN revision: 56270
13 years ago
Hannes Janetzek
c3a28ca278
fix: open multiple selected files
...
SVN revision: 56269
13 years ago
Hannes Janetzek
5f014d9089
fix initial list width (dont overlap scrollbar)
...
SVN revision: 56267
13 years ago
Carsten Haitzler
d8309aeb84
and force fps objs to be on max layer.
...
SVN revision: 56266
13 years ago
Carsten Haitzler
ef8fd4ab06
fix geometry up a bit and limit ranges more.
...
SVN revision: 56263
13 years ago
Carsten Haitzler
3a0ff0519a
fix frametimes array.
...
SVN revision: 56262
13 years ago
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
13 years ago
Hannes Janetzek
5ae3b52a17
cleanups
...
SVN revision: 56248
13 years ago
Christopher Michael
e6b15ffc17
e_illume_border_show already handles raise, so remove call to explicit
...
e_border_raise.
SVN revision: 56246
13 years ago
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
13 years ago
Christopher Michael
7fab214109
Some dialogs don't play nice if we check visible property so remove.
...
SVN revision: 56242
13 years ago
Christopher Michael
242d3034bf
Remove wasted whitespace.
...
Use PATH_MAX.
SVN revision: 56238
13 years ago
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
13 years ago
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
13 years ago
Massimo Maiurana
5089648a12
updating french translations
...
SVN revision: 56222
13 years ago
Massimo Maiurana
9eee29b0e7
updating various translations
...
SVN revision: 56217
13 years ago
Cedric BAIL
cd2226110b
* e: remove exebuf reference from all profiles as it is dead.
...
SVN revision: 56211
13 years ago
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
13 years ago
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
13 years ago