Commit Graph

11312 Commits

Author SHA1 Message Date
Carsten Haitzler 7cf548195e try now jeff. works for me with test dir based on your bat content.
use internal battery get option



SVN revision: 60613
2011-06-23 03:42:56 +00:00
Michael BOUCHAUD 0321c0e17b e: fix one more clip in illume-keyboard and build the edje from source now
SVN revision: 60588
2011-06-22 12:34:01 +00:00
Hannes Janetzek 36937f2748 e17/evry: dont handle async updates of plugins when they dont belong to current state. fixes possible duplicates in aggregator when pop directories
SVN revision: 60583
2011-06-22 09:44:30 +00:00
Carsten Haitzler 3b687ab2c8 remove unused images from theme.
SVN revision: 60562
2011-06-22 00:04:43 +00:00
Carsten Haitzler d920be48dd new battery icon.
SVN revision: 60561
2011-06-21 23:54:43 +00:00
Carsten Haitzler 2fa5317ee5 make clock work without seconds hand (analogue) again.
SVN revision: 60560
2011-06-21 22:06:23 +00:00
Massimo Maiurana 5f7f314516 updating dutch translations
SVN revision: 60555
2011-06-21 15:56:20 +00:00
Carsten Haitzler 2b7359879c jeff - try this battery change
SVN revision: 60549
2011-06-21 13:34:52 +00:00
Carsten Haitzler 4637420b60 hmm maybe its a signal queue ordering thing - clock state. try this.
SVN revision: 60548
2011-06-21 13:03:45 +00:00
Michael BOUCHAUD 076405da93 e: clip on a RECT :D
SVN revision: 60543
2011-06-21 10:21:46 +00:00
Michael BOUCHAUD ce733333b0 e: revert
SVN revision: 60542
2011-06-21 10:20:48 +00:00
Christopher Michael 9fc7442efe Illume Keyboard: Fix incorrect white images.
SVN revision: 60536
2011-06-20 21:31:51 +00:00
P Purkayastha fbed2ecbf5 From: P Purkayastha <ppurka@gmail.com>
Subject: [E-devel] [Patch] Change backlight on mouse scroll

   I am just attaching a small patch, mostly taken from mixer module, 
which allows one to change the backlight via mouse scroll on the gadget.



SVN revision: 60516
2011-06-20 10:14:35 +00:00
Boris Faure 63eb051e7a e: s/E_NEW_BIG/E_NEW_RAW/
SVN revision: 60495
2011-06-19 19:44:58 +00:00
Boris Faure e989dddd2b e: remove if in E_FREE
SVN revision: 60494
2011-06-19 19:44:40 +00:00
Massimo Maiurana 0af376f3ad updating french and italian translations
SVN revision: 60493
2011-06-19 16:55:41 +00:00
Christopher Michael c39aef7895 E: Dpms: Comment out unused variable.
SVN revision: 60489
2011-06-19 15:31:15 +00:00
Christopher Michael a4dd6e30f4 E: Clock: Add UNUSED where missing. Fix Formatting.
SVN revision: 60488
2011-06-19 15:28:32 +00:00
Christopher Michael 4c7efd4469 E: Backlight: Add UNUSED where missing.
SVN revision: 60487
2011-06-19 15:25:58 +00:00
Carsten Haitzler e8dad4040c make rounding happen up and down for e_backlight util when converting
to integer.



SVN revision: 60481
2011-06-19 06:26:29 +00:00
Carsten Haitzler 5f28496f92 new battery gfx. from todo.
SVN revision: 60480
2011-06-19 05:32:28 +00:00
Carsten Haitzler e0eeb1def3 get e17 to use the ecore pos map call to do accel/decel for shading,
and while we're at it allow more modes... like bouncing. pretty cool
to have bouncing shaded windows :)



SVN revision: 60476
2011-06-18 14:38:54 +00:00
Carsten Haitzler ebb04e18be fix removal from list for randr init stuff that is begging to crash
and create bugs! (valgrind caught it)



SVN revision: 60475
2011-06-18 13:56:08 +00:00
Hannes Janetzek b72eb3d0df e17/evry: fix segv. pop object selector states when action changed
SVN revision: 60474
2011-06-18 13:04:08 +00:00
Carsten Haitzler b66dc2749d really fill should be the default!
SVN revision: 60440
2011-06-17 10:09:49 +00:00
Mike McCormack f552e94877 Update .gitignore files
SVN revision: 60416
2011-06-17 01:59:49 +00:00
Lucas De Marchi 53d34e6af9 e17: bluez: don't mark used args as unused
Don't mark used args with __UNUSED__ attribute. GCC may optmize calls and bad
things will happen. This should fix the following crash:

#0  0x00007fc94c7dc8f8 in poll () from /lib/libc.so.6
#1  0x00007fc94b025ba2 in ?? () from /usr/lib/libxcb.so.1
#2  0x00007fc94b02702f in xcb_wait_for_event () from /usr/lib/libxcb.so.1
#3  0x00007fc94d35a7c8 in _XReadEvents () from /usr/lib/libX11.so.6
#4  0x00007fc94d348cc8 in XNextEvent () from /usr/lib/libX11.so.6
#5  0x000000000043f6eb in e_alert_show ()
#6  0x000000000050a7ad in e_sigseg_act ()
#7  <signal handler called>
#8  0x0000000000528218 in _queue_append ()
#9  0x0000000000528612 in e_widget_ilist_append ()
#10 0x00007fc94542eb7b in _bluez_event_devicefound () from /home/lucas/dev/e/lib/enlightenment/modules/bluez/linux-gnu-x86_64-ver-pre-svn-08/module.so
#11 0x00007fc94f747401 in _ecore_event_call () from /home/lucas/dev/e/lib/libecore.so.1
#12 0x00007fc94f74b58e in _ecore_main_loop_iterate_internal () from /home/lucas/dev/e/lib/libecore.so.1
#13 0x00007fc94f74b79f in ecore_main_loop_begin () from /home/lucas/dev/e/lib/libecore.so.1
#14 0x0000000000433901 in main ()




SVN revision: 60412
2011-06-16 23:14:47 +00:00
Carsten Haitzler 8001665c3d and fix other broken mixer behavior - like not handling its own
bindings within its own grab key down handler



SVN revision: 60403
2011-06-16 17:45:38 +00:00
Carsten Haitzler 2b7b0b6082 fix issues k-s reported:
SVN revision: 60369
2011-06-16 03:26:21 +00:00
Hannes Janetzek b38f0e4f26 e17/evry: only cleanup history when CLEANUP_THRESHOLD is reached.
SVN revision: 60363
2011-06-15 20:52:26 +00:00
Massimo Maiurana 55a2ef383c updating portuguese translations
SVN revision: 60357
2011-06-15 16:22:40 +00:00
Carsten Haitzler 411f75319d backlight support for non randr (go right to /sys via suid root tool).
test keybindings too and make brightness be 0->100 to avoid float
parsing issues



SVN revision: 60350
2011-06-15 14:18:23 +00:00
Massimo Maiurana 1be8366a35 updating portuguese translations
SVN revision: 60309
2011-06-14 16:29:21 +00:00
Carsten Haitzler 619856b0af and update on create too.
SVN revision: 60307
2011-06-14 14:26:20 +00:00
Carsten Haitzler 004bdade85 make bulb gadget change glow/brightness based on actual backlight
brightness.



SVN revision: 60306
2011-06-14 14:24:45 +00:00
Christopher Schimp 27ed7c4764 From: Christopher Schimp <silverchris@radiochat.ca>
Subject: [E-devel] [Patch]Added Unlock to msgbus module

Hi,
This is a small patch to allow you to unlock E from dbus.



SVN revision: 60300
2011-06-14 07:04:15 +00:00
Carsten Haitzler 584c232f00 mixer -. kbd controls while popup up didnt work. work now.
SVN revision: 60297
2011-06-14 04:51:50 +00:00
Rafael Antognolli 595119406b e: fix doc build when srcdir != builddir.
SVN revision: 60293
2011-06-13 18:44:46 +00:00
Carsten Haitzler 0b1b6cbd63 make keybinding that toggles backlight toggle it down when grabbed
SVN revision: 60274
2011-06-13 14:51:52 +00:00
Carsten Haitzler f1209497d0 and backlight bindings for interactive mode by default
SVN revision: 60272
2011-06-13 14:45:58 +00:00
Carsten Haitzler 96f1de4a89 dont grab mouse. just kbd!
SVN revision: 60271
2011-06-13 14:40:45 +00:00
Carsten Haitzler b1b9428f72 keyboard control of backlight popup when up now done
SVN revision: 60270
2011-06-13 14:04:19 +00:00
Carsten Haitzler 965fc62fd8 fix resize if minx/max etc. props changed during reisze.
SVN revision: 60263
2011-06-13 09:12:50 +00:00
Carsten Haitzler ac920f6db3 delete action when unloading module!
SVN revision: 60262
2011-06-13 08:05:26 +00:00
Daniel Juyung Seo f92222a2d2 e enlightenment.desktop.in: Added Korean translation.
SVN revision: 60254
2011-06-13 05:43:09 +00:00
Carsten Haitzler 3277210fe4 load backlight module by default and have bindings by default for
backlight stuff



SVN revision: 60249
2011-06-12 23:48:18 +00:00
Gustavo Sverzut Barbieri fee122d19d properly wrap hal stuff inside HAVE_HAL.
SPANK SPANK SPANK raster... he also left lots of trailing whitespace there :-/



SVN revision: 60248
2011-06-12 22:41:09 +00:00
Boris Faure aeb90bf58a e: fix e_winlist_left/down/up
SVN revision: 60247
2011-06-12 21:39:10 +00:00
Boris Faure 6048d46024 remove .cvsignore files
SVN revision: 60246
2011-06-12 21:38:37 +00:00
Massimo Maiurana 35aaa00f74 updating french and italian translations
SVN revision: 60245
2011-06-12 19:35:16 +00:00