Commit Graph

9426 Commits

Author SHA1 Message Date
Carsten Haitzler be4202e8a6 disable resizable gadcon gadgets because we now have autoscroll expand
stuff working.



SVN revision: 64551
2011-10-31 10:10:17 +00:00
Carsten Haitzler 218fb2917a fix icon in notification module to scale right.
SVN revision: 64550
2011-10-31 09:41:27 +00:00
Vincent Torri 2ebfbe9b9f E17: remove trailing white spaces (yes, I'm Mr Pedant-Man)
SVN revision: 64547
2011-10-31 07:20:53 +00:00
Vincent Torri 479fdad8ab E17: fix locale listing on OpenBSD
OpenBSD has very little support for locale. For the
wizard and config_intl modules, listing /usr/share/locale
should be sufficient. Other BSD OS might have better
locale support, so this patch is for OpenBSD only (for now)

Patch by Laurent Fanis <laurent@openbsd.org> via Jonathan Armani <armani@openbsd.org>


SVN revision: 64546
2011-10-31 07:19:36 +00:00
Hannes Janetzek 63aa27757d e17/systray: whoops, revert this part
SVN revision: 64532
2011-10-30 19:48:58 +00:00
Hannes Janetzek 707aed7926 e17: add notification that systray does not work on a shelf that is 'below everything'
- native speakers are welcome to correct the message


SVN revision: 64531
2011-10-30 19:46:30 +00:00
Vincent Torri 66f257b886 E17: add OpenBSD support for the battery module
patch by Jonathan Armani <armani@openbsd.org>


SVN revision: 64526
2011-10-30 16:47:50 +00:00
Mike Blumenkrantz df86973d62 remove unused var
SVN revision: 64519
2011-10-30 08:24:41 +00:00
Carsten Haitzler 4a76470496 taskbar++!
one more todo item being knocked off. but there.
also no proper icon for it yet. mostly code from the old taskbar with
lots of little things fixed.



SVN revision: 64518
2011-10-30 07:36:54 +00:00
Mike Blumenkrantz 987bccb984 lots of new pulse features:
*all sink operations now work on sources
*sources are now available for finding/watching
*ports are available
*active port is settable


SVN revision: 64513
2011-10-29 22:45:50 +00:00
Mike Blumenkrantz db88f8f57d backlight internals now use eeze
this probably breaks some stuff, mail me some good debug info


SVN revision: 64512
2011-10-29 18:45:43 +00:00
Carsten Haitzler 8b15afb842 debug printf--
SVN revision: 64504
2011-10-29 06:58:50 +00:00
Carsten Haitzler 5ed77cf412 make backlight code a bit more generic with a list of sysfs files to
look at to get backlight working.



SVN revision: 64503
2011-10-29 04:36:32 +00:00
Carsten Haitzler 732845eb7c quick fix to scale dialog and default base dpi (dpi for which e was
designed to look good at scale == 1.0).



SVN revision: 64480
2011-10-28 05:31:50 +00:00
Mike Blumenkrantz a6ff5fab76 also building all the files probably helps
SVN revision: 64478
2011-10-28 03:01:21 +00:00
Mike Blumenkrantz 8480eb9e99 added wrong edje file by accident
SVN revision: 64476
2011-10-28 02:51:25 +00:00
Mike Blumenkrantz f373243dc5 merge notification module into core e!
SVN revision: 64475
2011-10-28 02:49:24 +00:00
Mike Blumenkrantz 71fcdc6428 typedefs: the greatest.
SVN revision: 64452
2011-10-27 23:48:52 +00:00
Carsten Haitzler baf1d40ccb implement some more correct icccm stacking support
SVN revision: 64402
2011-10-25 23:50:25 +00:00
Carsten Haitzler 5dddceedc5 indeed - alloc enough space for the message as a whole - alloc only
alloced 1 extra float in addition to the one already there. need an
extra 4.



SVN revision: 64401
2011-10-25 23:49:58 +00:00
Cedric BAIL fe17e9caa7 e: fix layout and visibility issue with emotion xv surface.
SVN revision: 64304
2011-10-22 21:15:40 +00:00
Christopher Michael dfe911f764 E: Mixer: Fix some 'variable may be used uninitialized' warnings.
SVN revision: 64301
2011-10-22 17:08:08 +00:00
Christopher Michael 9d92d60572 E: If we add new supported atoms, please be sure to increment the
array count too.



SVN revision: 64300
2011-10-22 17:01:33 +00:00
Viktor Kojouharov 739d2618f0 show the correct volume state on unmute
SVN revision: 64292
2011-10-22 09:24:08 +00:00
Cedric BAIL e9d12e2d03 e: quick fix when shading a window with a linked video.
SVN revision: 64260
2011-10-21 16:25:45 +00:00
Cedric BAIL 0a59d65e3f e: actually let E17 handle direct video rendering path.
NOTE: There is still the following list of issue :
	- stacking, with window that could get between the video
layer and the application layer.
	- border, if I turn them off the window get resized to
1x1 and I don't understand yet why.
	- comp-scale, as we don't understand that this window
are one, it display them separatly.

I think that the only possible answer is to enable this feature
only when composite is tunerd on and make window a smart object
so we could merge the video layer and the application in one
object.



SVN revision: 64257
2011-10-21 15:31:35 +00:00
Viktor Kojouharov 6e67afe9e3 allow settings the shelf layer to 'below windows', if it was 'below everything'
SVN revision: 64212
2011-10-20 22:05:16 +00:00
Viktor Kojouharov 7495556872 add a wallpaper import setting, which sets up a wider background for horizontal panning, giving those pesky panoramas a reason to exist
SVN revision: 64201
2011-10-20 18:56:56 +00:00
Viktor Kojouharov fd8e562507 give the correct count of args
SVN revision: 64156
2011-10-18 20:59:58 +00:00
Viktor Kojouharov dfd5bb2d57 apply the desktop notification setting to the context on conf load
SVN revision: 64154
2011-10-18 18:17:57 +00:00
Mike Blumenkrantz 283c7f8264 warning--
SVN revision: 64114
2011-10-16 15:38:10 +00:00
Mike Blumenkrantz f480f2a3f6 warning--, someone double check this cast
SVN revision: 64113
2011-10-16 15:36:26 +00:00
Mike Blumenkrantz d6b9024fcc warning--
SVN revision: 64112
2011-10-16 15:35:53 +00:00
Mike Blumenkrantz 89ecb6a8fc warning--
SVN revision: 64111
2011-10-16 15:27:49 +00:00
Mike Blumenkrantz b05ef0653d warning--
SVN revision: 64109
2011-10-16 15:25:59 +00:00
Mike Blumenkrantz 6e9ac4b369 warning--, typo--
SVN revision: 64108
2011-10-16 15:24:47 +00:00
Mike Blumenkrantz 1d54dca8aa warning--
SVN revision: 64107
2011-10-16 15:20:52 +00:00
Mike Blumenkrantz 9b8dc40ef2 warning--
SVN revision: 64106
2011-10-16 15:18:50 +00:00
Mike Blumenkrantz 5203b6e177 warning--
SVN revision: 64105
2011-10-16 15:18:29 +00:00
Mike Blumenkrantz 743d3eb0ac warning--
SVN revision: 64104
2011-10-16 15:14:09 +00:00
Mike Blumenkrantz e4f9b1bd09 warning--
SVN revision: 64103
2011-10-16 15:12:45 +00:00
Viktor Kojouharov 96ff415a02 fully remove the BG panning.
add a float_set message directed towards the bg object on desk show


SVN revision: 64102
2011-10-16 14:53:27 +00:00
Carsten Haitzler 436918fe7a work on improving edge bindings. having a look at this i'm more
convinced that we need to dump edge bindings as they stand entirely
and turn it into an event registration system.

virtual desktops register for edge events on the zone they are on as
they flip around or are created or destroyed. shelf for audiohide
registers a region of an edge etc.



SVN revision: 64100
2011-10-16 04:24:27 +00:00
Carsten Haitzler bf16ac763d make sure livethumbs have alpha! never made sure of that before. just
assumed. :)



SVN revision: 64099
2011-10-16 02:12:28 +00:00
Carsten Haitzler c05527d86f begin to fix up edge bindings.
SVN revision: 64085
2011-10-15 07:11:11 +00:00
Carsten Haitzler c87f59b2ab disable broken feature.
SVN revision: 64059
2011-10-14 04:27:44 +00:00
Hannes Janetzek ff7817d2be e17: find .desktops for libreoffice
SVN revision: 63989
2011-10-11 20:10:29 +00:00
Hannes Janetzek 3d1ecd29e5 e17/comp: ok, dont make Comp_Source public, add functions needed by comp-scale instead
SVN revision: 63965
2011-10-10 21:09:26 +00:00
Hannes Janetzek b59bdf6761 e17/comp: add function to get Comp_Source for window.
- make part of comp source struct public, better than having all modules using Comp_Source
  copying E_Comp_Win private struct. 


SVN revision: 63963
2011-10-10 20:30:33 +00:00
Hannes Janetzek d1caae1da8 e17/evry: show plugin list in gadget settings
SVN revision: 63954
2011-10-10 09:33:37 +00:00