Mike Blumenkrantz [Mon, 7 Nov 2011 22:28:05 +0000 (22:28 +0000)]
fix possible null deref here
SVN revision: 64882
Mike Blumenkrantz [Mon, 7 Nov 2011 22:19:50 +0000 (22:19 +0000)]
checking return value of alloca is like checking whether your app is still running
SVN revision: 64881
Mike Blumenkrantz [Mon, 7 Nov 2011 22:18:34 +0000 (22:18 +0000)]
not sure what the point of this is, so away with it!
SVN revision: 64880
Mike Blumenkrantz [Mon, 7 Nov 2011 22:17:23 +0000 (22:17 +0000)]
remove unused var here
SVN revision: 64879
Mike Blumenkrantz [Mon, 7 Nov 2011 22:14:27 +0000 (22:14 +0000)]
remove dead store here
SVN revision: 64877
Mike Blumenkrantz [Mon, 7 Nov 2011 22:13:01 +0000 (22:13 +0000)]
someone forgot to break this case statement. how embarrassing for this person and his family.
SVN revision: 64876
Mike Blumenkrantz [Mon, 7 Nov 2011 22:11:32 +0000 (22:11 +0000)]
and maybe use the right variable name here
SVN revision: 64875
Mike Blumenkrantz [Mon, 7 Nov 2011 22:10:24 +0000 (22:10 +0000)]
hey let's not crash here
SVN revision: 64874
Mike Blumenkrantz [Mon, 7 Nov 2011 22:07:06 +0000 (22:07 +0000)]
clean up some compiler warnings
SVN revision: 64873
Massimo Maiurana [Mon, 7 Nov 2011 18:17:09 +0000 (18:17 +0000)]
updating french translations
SVN revision: 64871
Mike Blumenkrantz [Mon, 7 Nov 2011 15:56:48 +0000 (15:56 +0000)]
actually start dbus stuff c/o cedric
SVN revision: 64870
Massimo Maiurana [Sun, 6 Nov 2011 20:53:24 +0000 (20:53 +0000)]
updating french translations
SVN revision: 64845
Mike Blumenkrantz [Sun, 6 Nov 2011 18:53:59 +0000 (18:53 +0000)]
convert this to png
SVN revision: 64843
Cedric BAIL [Sun, 6 Nov 2011 10:41:28 +0000 (10:41 +0000)]
e: correctly detect local socket and don't leak memory.
SVN revision: 64810
Carsten Haitzler [Sun, 6 Nov 2011 06:41:39 +0000 (06:41 +0000)]
i'll put in leif's randr code - even though it's buggy, it's the best
way for it to be worked on by people for release.
SVN revision: 64801
Carsten Haitzler [Sun, 6 Nov 2011 06:41:24 +0000 (06:41 +0000)]
make default width 100 not 80.
SVN revision: 64800
Carsten Haitzler [Sun, 6 Nov 2011 06:37:02 +0000 (06:37 +0000)]
fix warping of mouse on desk flip in multihead
SVN revision: 64799
Boris Faure [Sat, 5 Nov 2011 18:29:30 +0000 (18:29 +0000)]
e: send hide event for borders even if not visible
SVN revision: 64787
Cedric BAIL [Sat, 5 Nov 2011 08:41:51 +0000 (08:41 +0000)]
e: attach to the right desktop.
SVN revision: 64753
Massimo Maiurana [Fri, 4 Nov 2011 19:32:41 +0000 (19:32 +0000)]
updating french and italian translations
SVN revision: 64741
Hannes Janetzek [Thu, 3 Nov 2011 21:22:23 +0000 (21:22 +0000)]
e17/xsettings: fix theme option
- started to provide dpi setting, not enabled yet
SVN revision: 64711
Massimo Maiurana [Thu, 3 Nov 2011 17:21:23 +0000 (17:21 +0000)]
updating french translations
SVN revision: 64710
Mike Blumenkrantz [Thu, 3 Nov 2011 16:03:23 +0000 (16:03 +0000)]
BY YOUR POWERS COMBINED, I AM CAPTAIN FEATURES!
add option (disabled by default) to simulate previous notification module behavior of placing notification based on full multiple monitor geometry
when not checked, uses primary display geometry only
SVN revision: 64706
Mike Blumenkrantz [Thu, 3 Nov 2011 14:32:55 +0000 (14:32 +0000)]
rewrite image handler to work more like notification-daemon (aka correctly)
SVN revision: 64701
Doyoun Kang [Thu, 3 Nov 2011 10:54:33 +0000 (10:54 +0000)]
From: Doyoun Kang <doyoun.kang@samsung.com>
Subject: [E-devel] [Patch] e_config config save patch
I found a problem in e_config. There is no code to check file size when the e makes the
configuration backup files. Even if the file size is 0, the e copies it to backup file.
So, I added code to check the size of the file. Please check the attached patch file.
SVN revision: 64684
Mike Blumenkrantz [Thu, 3 Nov 2011 01:21:00 +0000 (01:21 +0000)]
libnotify doesn't actually provide notifications
SVN revision: 64671
Mike Blumenkrantz [Wed, 2 Nov 2011 14:42:20 +0000 (14:42 +0000)]
fix possible crash when freeing pulse sinks
SVN revision: 64648
Mike Blumenkrantz [Wed, 2 Nov 2011 14:34:01 +0000 (14:34 +0000)]
fix sink/source retrieval
SVN revision: 64646
Mike Blumenkrantz [Wed, 2 Nov 2011 14:15:40 +0000 (14:15 +0000)]
fix typo in debug output
SVN revision: 64645
Mike Blumenkrantz [Wed, 2 Nov 2011 13:51:21 +0000 (13:51 +0000)]
fix obvious wrong comparison
SVN revision: 64643
Carsten Haitzler [Wed, 2 Nov 2011 01:36:10 +0000 (01:36 +0000)]
revert parts of patch that committed randr to e... don't want that
right now until rest of patch is in.
SVN revision: 64629
Carsten Haitzler [Tue, 1 Nov 2011 22:33:38 +0000 (22:33 +0000)]
overkill doing "Gadget nameofgadget in the menu. just nameofgadget
will do. also it wasnt translated anyway.
SVN revision: 64624
Carsten Haitzler [Tue, 1 Nov 2011 22:28:45 +0000 (22:28 +0000)]
fix gettext usage after import from extras
SVN revision: 64623
Carsten Haitzler [Tue, 1 Nov 2011 22:28:36 +0000 (22:28 +0000)]
fix gettext usage after import from extras
SVN revision: 64622
Massimo Maiurana [Tue, 1 Nov 2011 16:48:51 +0000 (16:48 +0000)]
updating french translations
SVN revision: 64613
Hannes Janetzek [Tue, 1 Nov 2011 13:59:44 +0000 (13:59 +0000)]
e17: use application 'font class' for changing font used by applications.
- need to add a page for this in look->applications later..
- allow choosing font size by pixels in basic font dialog, this is not too advanced
SVN revision: 64612
Youness Alaoui [Mon, 31 Oct 2011 23:26:24 +0000 (23:26 +0000)]
wtf, removing wrongly inserted tabs in previous commit
SVN revision: 64588
Youness Alaoui [Mon, 31 Oct 2011 23:22:07 +0000 (23:22 +0000)]
E: gadcon width adjustment was entering an infinite loop if no gadget had autoscroll enabled
the 'need' variable had to be initialized to 0, and a break condition for the loop
also needed to be added otherwise we'd end up in an infinite loop if no gadget
had autoscroll (in which case, the need var was never modified).
SVN revision: 64587
Massimo Maiurana [Mon, 31 Oct 2011 21:22:05 +0000 (21:22 +0000)]
updating various translations
SVN revision: 64584
Vincent Torri [Mon, 31 Oct 2011 15:52:42 +0000 (15:52 +0000)]
E17: add temperature module for OpenBSD
Patch by Laurent Fanis <laurent@openbsd.org>
SVN revision: 64574
Carsten Haitzler [Mon, 31 Oct 2011 12:04:34 +0000 (12:04 +0000)]
and refine new gadcon layout somemore - so much simpler now! yay!
SVN revision: 64556
Carsten Haitzler [Mon, 31 Oct 2011 10:10:17 +0000 (10:10 +0000)]
disable resizable gadcon gadgets because we now have autoscroll expand
stuff working.
SVN revision: 64551
Carsten Haitzler [Mon, 31 Oct 2011 09:41:27 +0000 (09:41 +0000)]
fix icon in notification module to scale right.
SVN revision: 64550
Vincent Torri [Mon, 31 Oct 2011 07:20:53 +0000 (07:20 +0000)]
E17: remove trailing white spaces (yes, I'm Mr Pedant-Man)
SVN revision: 64547
Vincent Torri [Mon, 31 Oct 2011 07:19:36 +0000 (07:19 +0000)]
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
Mike Blumenkrantz [Sun, 30 Oct 2011 22:03:08 +0000 (22:03 +0000)]
and ecore
SVN revision: 64533
Hannes Janetzek [Sun, 30 Oct 2011 19:48:58 +0000 (19:48 +0000)]
e17/systray: whoops, revert this part
SVN revision: 64532
Hannes Janetzek [Sun, 30 Oct 2011 19:46:30 +0000 (19:46 +0000)]
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
Iván Briano [Sun, 30 Oct 2011 19:29:34 +0000 (19:29 +0000)]
Lets have stuff that links to Eeze also link to Eina
SVN revision: 64530
Vincent Torri [Sun, 30 Oct 2011 16:47:50 +0000 (16:47 +0000)]
E17: add OpenBSD support for the battery module
patch by Jonathan Armani <armani@openbsd.org>
SVN revision: 64526
Mike Blumenkrantz [Sun, 30 Oct 2011 08:24:41 +0000 (08:24 +0000)]
remove unused var
SVN revision: 64519
Carsten Haitzler [Sun, 30 Oct 2011 07:36:54 +0000 (07:36 +0000)]
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
Carsten Haitzler [Sun, 30 Oct 2011 07:23:06 +0000 (07:23 +0000)]
fix design dpi for default
SVN revision: 64517
Mike Blumenkrantz [Sat, 29 Oct 2011 22:45:50 +0000 (22:45 +0000)]
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
Mike Blumenkrantz [Sat, 29 Oct 2011 18:45:43 +0000 (18:45 +0000)]
backlight internals now use eeze
this probably breaks some stuff, mail me some good debug info
SVN revision: 64512
Carsten Haitzler [Sat, 29 Oct 2011 06:58:50 +0000 (06:58 +0000)]
debug printf--
SVN revision: 64504
Carsten Haitzler [Sat, 29 Oct 2011 04:36:32 +0000 (04:36 +0000)]
make backlight code a bit more generic with a list of sysfs files to
look at to get backlight working.
SVN revision: 64503
Carsten Haitzler [Fri, 28 Oct 2011 05:31:50 +0000 (05:31 +0000)]
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
Mike Blumenkrantz [Fri, 28 Oct 2011 03:01:21 +0000 (03:01 +0000)]
also building all the files probably helps
SVN revision: 64478
Mike Blumenkrantz [Fri, 28 Oct 2011 02:51:25 +0000 (02:51 +0000)]
added wrong edje file by accident
SVN revision: 64476
Mike Blumenkrantz [Fri, 28 Oct 2011 02:49:24 +0000 (02:49 +0000)]
merge notification module into core e!
SVN revision: 64475
Mike Blumenkrantz [Thu, 27 Oct 2011 23:48:52 +0000 (23:48 +0000)]
typedefs: the greatest.
SVN revision: 64452
Carsten Haitzler [Tue, 25 Oct 2011 23:50:25 +0000 (23:50 +0000)]
implement some more correct icccm stacking support
SVN revision: 64402
Carsten Haitzler [Tue, 25 Oct 2011 23:49:58 +0000 (23:49 +0000)]
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
Massimo Maiurana [Sun, 23 Oct 2011 08:01:28 +0000 (08:01 +0000)]
updating french and italian translations
SVN revision: 64320
Daniel Kolesa [Sat, 22 Oct 2011 23:27:17 +0000 (23:27 +0000)]
Updating Czech translation in e17, thanks belisarivs.
SVN revision: 64305
Cedric BAIL [Sat, 22 Oct 2011 21:15:40 +0000 (21:15 +0000)]
e: fix layout and visibility issue with emotion xv surface.
SVN revision: 64304
Christopher Michael [Sat, 22 Oct 2011 17:08:08 +0000 (17:08 +0000)]
E: Mixer: Fix some 'variable may be used uninitialized' warnings.
SVN revision: 64301
Christopher Michael [Sat, 22 Oct 2011 17:01:33 +0000 (17:01 +0000)]
E: If we add new supported atoms, please be sure to increment the
array count too.
SVN revision: 64300
Viktor Kojouharov [Sat, 22 Oct 2011 09:24:08 +0000 (09:24 +0000)]
show the correct volume state on unmute
SVN revision: 64292
Cedric BAIL [Fri, 21 Oct 2011 16:25:45 +0000 (16:25 +0000)]
e: quick fix when shading a window with a linked video.
SVN revision: 64260
Cedric BAIL [Fri, 21 Oct 2011 15:31:35 +0000 (15:31 +0000)]
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
Viktor Kojouharov [Thu, 20 Oct 2011 22:05:16 +0000 (22:05 +0000)]
allow settings the shelf layer to 'below windows', if it was 'below everything'
SVN revision: 64212
Viktor Kojouharov [Thu, 20 Oct 2011 18:56:56 +0000 (18:56 +0000)]
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
Vincent Torri [Wed, 19 Oct 2011 17:46:59 +0000 (17:46 +0000)]
e17: do not enter po/ if --disable-nls is passed to configure
SVN revision: 64187
Viktor Kojouharov [Tue, 18 Oct 2011 20:59:58 +0000 (20:59 +0000)]
give the correct count of args
SVN revision: 64156
Viktor Kojouharov [Tue, 18 Oct 2011 18:17:57 +0000 (18:17 +0000)]
apply the desktop notification setting to the context on conf load
SVN revision: 64154
Mike Blumenkrantz [Sun, 16 Oct 2011 15:38:10 +0000 (15:38 +0000)]
warning--
SVN revision: 64114
Mike Blumenkrantz [Sun, 16 Oct 2011 15:36:26 +0000 (15:36 +0000)]
warning--, someone double check this cast
SVN revision: 64113
Mike Blumenkrantz [Sun, 16 Oct 2011 15:35:53 +0000 (15:35 +0000)]
warning--
SVN revision: 64112
Mike Blumenkrantz [Sun, 16 Oct 2011 15:27:49 +0000 (15:27 +0000)]
warning--
SVN revision: 64111
Mike Blumenkrantz [Sun, 16 Oct 2011 15:25:59 +0000 (15:25 +0000)]
warning--
SVN revision: 64109
Mike Blumenkrantz [Sun, 16 Oct 2011 15:24:47 +0000 (15:24 +0000)]
warning--, typo--
SVN revision: 64108
Mike Blumenkrantz [Sun, 16 Oct 2011 15:20:52 +0000 (15:20 +0000)]
warning--
SVN revision: 64107
Mike Blumenkrantz [Sun, 16 Oct 2011 15:18:50 +0000 (15:18 +0000)]
warning--
SVN revision: 64106
Mike Blumenkrantz [Sun, 16 Oct 2011 15:18:29 +0000 (15:18 +0000)]
warning--
SVN revision: 64105
Mike Blumenkrantz [Sun, 16 Oct 2011 15:14:09 +0000 (15:14 +0000)]
warning--
SVN revision: 64104
Mike Blumenkrantz [Sun, 16 Oct 2011 15:12:45 +0000 (15:12 +0000)]
warning--
SVN revision: 64103
Viktor Kojouharov [Sun, 16 Oct 2011 14:53:27 +0000 (14:53 +0000)]
fully remove the BG panning.
add a float_set message directed towards the bg object on desk show
SVN revision: 64102
Carsten Haitzler [Sun, 16 Oct 2011 04:24:27 +0000 (04:24 +0000)]
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
Carsten Haitzler [Sun, 16 Oct 2011 02:12:28 +0000 (02:12 +0000)]
make sure livethumbs have alpha! never made sure of that before. just
assumed. :)
SVN revision: 64099
Carsten Haitzler [Sat, 15 Oct 2011 07:11:11 +0000 (07:11 +0000)]
begin to fix up edge bindings.
SVN revision: 64085
Carsten Haitzler [Fri, 14 Oct 2011 04:27:44 +0000 (04:27 +0000)]
disable broken feature.
SVN revision: 64059
Hannes Janetzek [Tue, 11 Oct 2011 20:10:29 +0000 (20:10 +0000)]
e17: find .desktops for libreoffice
SVN revision: 63989
Hannes Janetzek [Mon, 10 Oct 2011 21:09:26 +0000 (21:09 +0000)]
e17/comp: ok, dont make Comp_Source public, add functions needed by comp-scale instead
SVN revision: 63965
Hannes Janetzek [Mon, 10 Oct 2011 20:30:33 +0000 (20:30 +0000)]
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
Hannes Janetzek [Mon, 10 Oct 2011 09:33:37 +0000 (09:33 +0000)]
e17/evry: show plugin list in gadget settings
SVN revision: 63954
Carsten Haitzler [Sun, 9 Oct 2011 07:17:08 +0000 (07:17 +0000)]
and hide syscon when doing multi-press action
SVN revision: 63930
Hannes Janetzek [Sat, 8 Oct 2011 21:17:54 +0000 (21:17 +0000)]
e17/evry: noresizable config dialog
SVN revision: 63928
Hannes Janetzek [Sat, 8 Oct 2011 21:15:40 +0000 (21:15 +0000)]
e17/evry: shrink config dialog
SVN revision: 63927