platform/upstream/enlightenment.git
12 years agoeven more unused vars!
Mike Blumenkrantz [Mon, 7 Nov 2011 22:48:19 +0000 (22:48 +0000)]
even more unused vars!

SVN revision: 64892

12 years agomore unused vars
Mike Blumenkrantz [Mon, 7 Nov 2011 22:47:17 +0000 (22:47 +0000)]
more unused vars

SVN revision: 64891

12 years agoLET THERE BE (fewer) FRAMETABLES!
Mike Blumenkrantz [Mon, 7 Nov 2011 22:42:21 +0000 (22:42 +0000)]
LET THERE BE (fewer) FRAMETABLES!

SVN revision: 64890

12 years agojust return here, eh?
Mike Blumenkrantz [Mon, 7 Nov 2011 22:41:02 +0000 (22:41 +0000)]
just return here, eh?

SVN revision: 64889

12 years agowoooo dead stores! yeaahh!!!!
Mike Blumenkrantz [Mon, 7 Nov 2011 22:39:56 +0000 (22:39 +0000)]
woooo dead stores! yeaahh!!!!

SVN revision: 64888

12 years agoI guess make this explicit even though it will never happen
Mike Blumenkrantz [Mon, 7 Nov 2011 22:37:20 +0000 (22:37 +0000)]
I guess make this explicit even though it will never happen

SVN revision: 64887

12 years ago if (fail) goto exit;
Mike Blumenkrantz [Mon, 7 Nov 2011 22:36:11 +0000 (22:36 +0000)]
   if (fail) goto exit;
exit:
   return;

who can spot what's wrong with the above snippet? cookies for the first one to answer correctly!

SVN revision: 64886

12 years agoas it turns out, this whole thing was pretty dumb so I'm cutting it down
Mike Blumenkrantz [Mon, 7 Nov 2011 22:33:29 +0000 (22:33 +0000)]
as it turns out, this whole thing was pretty dumb so I'm cutting it down

SVN revision: 64885

12 years agoinitializers: I don't really have anything witty to say about them, but you should...
Mike Blumenkrantz [Mon, 7 Nov 2011 22:31:03 +0000 (22:31 +0000)]
initializers: I don't really have anything witty to say about them, but you should know that they're important

SVN revision: 64884

12 years agoallocating 0 bytes: stay classy e
Mike Blumenkrantz [Mon, 7 Nov 2011 22:29:29 +0000 (22:29 +0000)]
allocating 0 bytes: stay classy e

SVN revision: 64883

12 years agofix possible null deref here
Mike Blumenkrantz [Mon, 7 Nov 2011 22:28:05 +0000 (22:28 +0000)]
fix possible null deref here

SVN revision: 64882

12 years agochecking return value of alloca is like checking whether your app is still running
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

12 years agonot sure what the point of this is, so away with it!
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

12 years agoremove unused var here
Mike Blumenkrantz [Mon, 7 Nov 2011 22:17:23 +0000 (22:17 +0000)]
remove unused var here

SVN revision: 64879

12 years agoremove dead store here
Mike Blumenkrantz [Mon, 7 Nov 2011 22:14:27 +0000 (22:14 +0000)]
remove dead store here

SVN revision: 64877

12 years agosomeone forgot to break this case statement. how embarrassing for this person and...
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

12 years agoand maybe use the right variable name here
Mike Blumenkrantz [Mon, 7 Nov 2011 22:11:32 +0000 (22:11 +0000)]
and maybe use the right variable name here

SVN revision: 64875

12 years agohey let's not crash here
Mike Blumenkrantz [Mon, 7 Nov 2011 22:10:24 +0000 (22:10 +0000)]
hey let's not crash here

SVN revision: 64874

12 years agoclean up some compiler warnings
Mike Blumenkrantz [Mon, 7 Nov 2011 22:07:06 +0000 (22:07 +0000)]
clean up some compiler warnings

SVN revision: 64873

12 years agoupdating french translations
Massimo Maiurana [Mon, 7 Nov 2011 18:17:09 +0000 (18:17 +0000)]
updating french translations

SVN revision: 64871

12 years agoactually start dbus stuff c/o cedric
Mike Blumenkrantz [Mon, 7 Nov 2011 15:56:48 +0000 (15:56 +0000)]
actually start dbus stuff c/o cedric

SVN revision: 64870

12 years agoupdating french translations
Massimo Maiurana [Sun, 6 Nov 2011 20:53:24 +0000 (20:53 +0000)]
updating french translations

SVN revision: 64845

12 years agoconvert this to png
Mike Blumenkrantz [Sun, 6 Nov 2011 18:53:59 +0000 (18:53 +0000)]
convert this to png

SVN revision: 64843

12 years agoe: correctly detect local socket and don't leak memory.
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

12 years agoi'll put in leif's randr code - even though it's buggy, it's the best
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

12 years agomake default width 100 not 80.
Carsten Haitzler [Sun, 6 Nov 2011 06:41:24 +0000 (06:41 +0000)]
make default width 100 not 80.

SVN revision: 64800

12 years agofix warping of mouse on desk flip in multihead
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

12 years agoe: send hide event for borders even if not visible
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

12 years agoe: attach to the right desktop.
Cedric BAIL [Sat, 5 Nov 2011 08:41:51 +0000 (08:41 +0000)]
e: attach to the right desktop.

SVN revision: 64753

12 years agoupdating french and italian translations
Massimo Maiurana [Fri, 4 Nov 2011 19:32:41 +0000 (19:32 +0000)]
updating french and italian translations

SVN revision: 64741

12 years agoe17/xsettings: fix theme option
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

12 years agoupdating french translations
Massimo Maiurana [Thu, 3 Nov 2011 17:21:23 +0000 (17:21 +0000)]
updating french translations

SVN revision: 64710

12 years agoBY YOUR POWERS COMBINED, I AM CAPTAIN FEATURES!
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

12 years agorewrite image handler to work more like notification-daemon (aka correctly)
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

12 years agoFrom: Doyoun Kang <doyoun.kang@samsung.com>
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

12 years agolibnotify doesn't actually provide notifications
Mike Blumenkrantz [Thu, 3 Nov 2011 01:21:00 +0000 (01:21 +0000)]
libnotify doesn't actually provide notifications

SVN revision: 64671

12 years agofix possible crash when freeing pulse sinks
Mike Blumenkrantz [Wed, 2 Nov 2011 14:42:20 +0000 (14:42 +0000)]
fix possible crash when freeing pulse sinks

SVN revision: 64648

12 years agofix sink/source retrieval
Mike Blumenkrantz [Wed, 2 Nov 2011 14:34:01 +0000 (14:34 +0000)]
fix sink/source retrieval

SVN revision: 64646

12 years agofix typo in debug output
Mike Blumenkrantz [Wed, 2 Nov 2011 14:15:40 +0000 (14:15 +0000)]
fix typo in debug output

SVN revision: 64645

12 years agofix obvious wrong comparison
Mike Blumenkrantz [Wed, 2 Nov 2011 13:51:21 +0000 (13:51 +0000)]
fix obvious wrong comparison

SVN revision: 64643

12 years agorevert parts of patch that committed randr to e... don't want that
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

12 years agooverkill doing "Gadget nameofgadget in the menu. just nameofgadget
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

12 years agofix gettext usage after import from extras
Carsten Haitzler [Tue, 1 Nov 2011 22:28:45 +0000 (22:28 +0000)]
fix gettext usage after import from extras

SVN revision: 64623

12 years agofix gettext usage after import from extras
Carsten Haitzler [Tue, 1 Nov 2011 22:28:36 +0000 (22:28 +0000)]
fix gettext usage after import from extras

SVN revision: 64622

12 years agoupdating french translations
Massimo Maiurana [Tue, 1 Nov 2011 16:48:51 +0000 (16:48 +0000)]
updating french translations

SVN revision: 64613

12 years agoe17: use application 'font class' for changing font used by applications.
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

12 years agowtf, removing wrongly inserted tabs in previous commit
Youness Alaoui [Mon, 31 Oct 2011 23:26:24 +0000 (23:26 +0000)]
wtf, removing wrongly inserted tabs in previous commit

SVN revision: 64588

12 years agoE: gadcon width adjustment was entering an infinite loop if no gadget had autoscroll...
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

12 years agoupdating various translations
Massimo Maiurana [Mon, 31 Oct 2011 21:22:05 +0000 (21:22 +0000)]
updating various translations

SVN revision: 64584

12 years agoE17: add temperature module for OpenBSD
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

12 years agoand refine new gadcon layout somemore - so much simpler now! yay!
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

12 years agodisable resizable gadcon gadgets because we now have autoscroll expand
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

12 years agofix icon in notification module to scale right.
Carsten Haitzler [Mon, 31 Oct 2011 09:41:27 +0000 (09:41 +0000)]
fix icon in notification module to scale right.

SVN revision: 64550

12 years agoE17: remove trailing white spaces (yes, I'm Mr Pedant-Man)
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

12 years agoE17: fix locale listing on OpenBSD
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

12 years agoand ecore
Mike Blumenkrantz [Sun, 30 Oct 2011 22:03:08 +0000 (22:03 +0000)]
and ecore

SVN revision: 64533

12 years agoe17/systray: whoops, revert this part
Hannes Janetzek [Sun, 30 Oct 2011 19:48:58 +0000 (19:48 +0000)]
e17/systray: whoops, revert this part

SVN revision: 64532

12 years agoe17: add notification that systray does not work on a shelf that is 'below everything'
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

12 years agoLets have stuff that links to Eeze also link to Eina
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

12 years agoE17: add OpenBSD support for the battery module
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

12 years agoremove unused var
Mike Blumenkrantz [Sun, 30 Oct 2011 08:24:41 +0000 (08:24 +0000)]
remove unused var

SVN revision: 64519

12 years agotaskbar++!
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

12 years agofix design dpi for default
Carsten Haitzler [Sun, 30 Oct 2011 07:23:06 +0000 (07:23 +0000)]
fix design dpi for default

SVN revision: 64517

12 years agolots of new pulse features:
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

12 years agobacklight internals now use eeze
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

12 years agodebug printf--
Carsten Haitzler [Sat, 29 Oct 2011 06:58:50 +0000 (06:58 +0000)]
debug printf--

SVN revision: 64504

12 years agomake backlight code a bit more generic with a list of sysfs files to
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

12 years agoquick fix to scale dialog and default base dpi (dpi for which e was
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

12 years agoalso building all the files probably helps
Mike Blumenkrantz [Fri, 28 Oct 2011 03:01:21 +0000 (03:01 +0000)]
also building all the files probably helps

SVN revision: 64478

12 years agoadded wrong edje file by accident
Mike Blumenkrantz [Fri, 28 Oct 2011 02:51:25 +0000 (02:51 +0000)]
added wrong edje file by accident

SVN revision: 64476

12 years agomerge notification module into core e!
Mike Blumenkrantz [Fri, 28 Oct 2011 02:49:24 +0000 (02:49 +0000)]
merge notification module into core e!

SVN revision: 64475

12 years agotypedefs: the greatest.
Mike Blumenkrantz [Thu, 27 Oct 2011 23:48:52 +0000 (23:48 +0000)]
typedefs: the greatest.

SVN revision: 64452

12 years agoimplement some more correct icccm stacking support
Carsten Haitzler [Tue, 25 Oct 2011 23:50:25 +0000 (23:50 +0000)]
implement some more correct icccm stacking support

SVN revision: 64402

12 years agoindeed - alloc enough space for the message as a whole - alloc only
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

12 years agoupdating french and italian translations
Massimo Maiurana [Sun, 23 Oct 2011 08:01:28 +0000 (08:01 +0000)]
updating french and italian translations

SVN revision: 64320

12 years agoUpdating Czech translation in e17, thanks belisarivs.
Daniel Kolesa [Sat, 22 Oct 2011 23:27:17 +0000 (23:27 +0000)]
Updating Czech translation in e17, thanks belisarivs.

SVN revision: 64305

12 years agoe: fix layout and visibility issue with emotion xv surface.
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

12 years agoE: Mixer: Fix some 'variable may be used uninitialized' warnings.
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

12 years agoE: If we add new supported atoms, please be sure to increment the
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

12 years agoshow the correct volume state on unmute
Viktor Kojouharov [Sat, 22 Oct 2011 09:24:08 +0000 (09:24 +0000)]
show the correct volume state on unmute

SVN revision: 64292

12 years agoe: quick fix when shading a window with a linked video.
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

12 years agoe: actually let E17 handle direct video rendering path.
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

12 years agoallow settings the shelf layer to 'below windows', if it was 'below everything'
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

12 years agoadd a wallpaper import setting, which sets up a wider background for horizontal panni...
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

12 years agoe17: do not enter po/ if --disable-nls is passed to configure
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

12 years agogive the correct count of args
Viktor Kojouharov [Tue, 18 Oct 2011 20:59:58 +0000 (20:59 +0000)]
give the correct count of args

SVN revision: 64156

12 years agoapply the desktop notification setting to the context on conf load
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

12 years agowarning--
Mike Blumenkrantz [Sun, 16 Oct 2011 15:38:10 +0000 (15:38 +0000)]
warning--

SVN revision: 64114

12 years agowarning--, someone double check this cast
Mike Blumenkrantz [Sun, 16 Oct 2011 15:36:26 +0000 (15:36 +0000)]
warning--, someone double check this cast

SVN revision: 64113

12 years agowarning--
Mike Blumenkrantz [Sun, 16 Oct 2011 15:35:53 +0000 (15:35 +0000)]
warning--

SVN revision: 64112

12 years agowarning--
Mike Blumenkrantz [Sun, 16 Oct 2011 15:27:49 +0000 (15:27 +0000)]
warning--

SVN revision: 64111

12 years agowarning--
Mike Blumenkrantz [Sun, 16 Oct 2011 15:25:59 +0000 (15:25 +0000)]
warning--

SVN revision: 64109

12 years agowarning--, typo--
Mike Blumenkrantz [Sun, 16 Oct 2011 15:24:47 +0000 (15:24 +0000)]
warning--, typo--

SVN revision: 64108

12 years agowarning--
Mike Blumenkrantz [Sun, 16 Oct 2011 15:20:52 +0000 (15:20 +0000)]
warning--

SVN revision: 64107

12 years agowarning--
Mike Blumenkrantz [Sun, 16 Oct 2011 15:18:50 +0000 (15:18 +0000)]
warning--

SVN revision: 64106

12 years agowarning--
Mike Blumenkrantz [Sun, 16 Oct 2011 15:18:29 +0000 (15:18 +0000)]
warning--

SVN revision: 64105

12 years agowarning--
Mike Blumenkrantz [Sun, 16 Oct 2011 15:14:09 +0000 (15:14 +0000)]
warning--

SVN revision: 64104

12 years agowarning--
Mike Blumenkrantz [Sun, 16 Oct 2011 15:12:45 +0000 (15:12 +0000)]
warning--

SVN revision: 64103

12 years agofully remove the BG panning.
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

12 years agowork on improving edge bindings. having a look at this i'm more
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