Carsten Haitzler [Mon, 16 Aug 2010 03:00:16 +0000 (03:00 +0000)]
fix up copyings likewise. nicely standardised templateish.
SVN revision: 51150
Carsten Haitzler [Sun, 15 Aug 2010 22:14:05 +0000 (22:14 +0000)]
god. add copyright back! how did that vanish?
SVN revision: 51144
Cedric BAIL [Sun, 15 Aug 2010 18:17:59 +0000 (18:17 +0000)]
* e: SPANK ! SPANK ! SPANK ! Fix multiple case of segv.
SVN revision: 51135
Massimo Maiurana [Sun, 15 Aug 2010 07:06:15 +0000 (07:06 +0000)]
updating french translation
SVN revision: 51125
Massimo Maiurana [Sat, 14 Aug 2010 18:03:52 +0000 (18:03 +0000)]
updating french and italian translations
SVN revision: 51120
Leif Middelschulte [Sat, 14 Aug 2010 10:21:03 +0000 (10:21 +0000)]
From: Leif Middelschulte <leif.middelschulte@gmail.com>
patch for ecore-x xrandr 1.3 support - breaks previous api. final api
change (i know about) before we go alpha. in to svn we go.
SVN revision: 51109
Cedric BAIL [Fri, 13 Aug 2010 16:57:13 +0000 (16:57 +0000)]
* e: fix eet API break.
SVN revision: 51090
Cedric BAIL [Fri, 13 Aug 2010 16:50:55 +0000 (16:50 +0000)]
* e: fix eet breakage.
SVN revision: 51089
Lucas De Marchi [Fri, 13 Aug 2010 12:53:08 +0000 (12:53 +0000)]
Apply memset-calloc.cocci
Change calls to malloc + memset to calloc whenever an automatic conversion can
be done.
Possible candidates are not treated here, only the ones we can be sure the
conversion is safe.
SVN revision: 51078
Massimo Maiurana [Thu, 12 Aug 2010 18:40:56 +0000 (18:40 +0000)]
updating french translation (missed this file in the last commit)
SVN revision: 51057
Massimo Maiurana [Thu, 12 Aug 2010 18:38:38 +0000 (18:38 +0000)]
updating french translation
SVN revision: 51056
Cedric BAIL [Thu, 12 Aug 2010 15:07:26 +0000 (15:07 +0000)]
* edje: fix count that lead to memleak.
SVN revision: 51047
Lucas De Marchi [Thu, 12 Aug 2010 14:28:30 +0000 (14:28 +0000)]
Fix memset usage
SVN revision: 51041
Cedric BAIL [Thu, 12 Aug 2010 13:26:09 +0000 (13:26 +0000)]
* edje: fix for updated edje file format.
SVN revision: 51037
Massimo Maiurana [Thu, 12 Aug 2010 07:22:34 +0000 (07:22 +0000)]
updating french translation
SVN revision: 51030
Christopher Michael [Wed, 11 Aug 2010 17:54:52 +0000 (17:54 +0000)]
Patch from Leif for fixing segfault if nothing is selected.
SVN revision: 51015
Lucas De Marchi [Tue, 10 Aug 2010 19:24:38 +0000 (19:24 +0000)]
Do not compare pointers to 0
SVN revision: 50973
Lucas De Marchi [Tue, 10 Aug 2010 19:12:07 +0000 (19:12 +0000)]
Choose a style for comment
Be nice with simpler regex
SVN revision: 50972
Mike Blumenkrantz [Mon, 9 Aug 2010 19:43:34 +0000 (19:43 +0000)]
ugly ugly hack to possibly let people keep using e_hal for battery/temp/illume2 without using any command line options
SVN revision: 50943
Cedric BAIL [Mon, 9 Aug 2010 18:05:22 +0000 (18:05 +0000)]
* edje: converting edje file to make them compatible with old and new
loader. I didn't expect so many of them, maybe some one can take care
of reducing their number (0 would be a good target).
SVN revision: 50938
Christopher Michael [Sun, 8 Aug 2010 12:44:04 +0000 (12:44 +0000)]
Add some safety checks.
Refactor some if statements to be simplier.
SVN revision: 50899
Christopher Michael [Sun, 8 Aug 2010 11:37:34 +0000 (11:37 +0000)]
Add some safety checks.
Reorder some checks inside functions (easier/faster checks first).
When mode changes and we check the 'home' window count, make sure we
actually have some home windows first before trying eina_list_count on
a potentially null list.
When doing focus back/forward, make sure we have a focused border to
begin with.
Dot some i's and cross some T's ;)
SVN revision: 50896
Christopher Michael [Sun, 8 Aug 2010 11:13:27 +0000 (11:13 +0000)]
We already have the border, so pass it directly.
SVN revision: 50895
Christopher Michael [Sat, 7 Aug 2010 03:26:30 +0000 (03:26 +0000)]
Better handling of mouse pointer changes. Only change to the 'move'
cursor if we are actually dragging.
SVN revision: 50886
Mike Blumenkrantz [Sat, 7 Aug 2010 02:49:35 +0000 (02:49 +0000)]
disable building of illume+illume2 together
SVN revision: 50884
Mike Blumenkrantz [Sat, 7 Aug 2010 02:35:02 +0000 (02:35 +0000)]
after 5 months without any bug reports, eeze for battery/temperature modules is now the default over hal
SVN revision: 50883
Christopher Michael [Sat, 7 Aug 2010 02:20:53 +0000 (02:20 +0000)]
Spped up 'home' detection a bit by checking window types and ignoring
ones we know are are not 'homes' (splash, menu, etc).
Check border position before checking border type (faster to see if
it's even in the position first).
SVN revision: 50882
Christopher Michael [Sat, 7 Aug 2010 02:18:42 +0000 (02:18 +0000)]
Add/fix __UNUSED__ usage in function protos & functions.
SVN revision: 50881
Carsten Haitzler [Sat, 7 Aug 2010 01:36:35 +0000 (01:36 +0000)]
fix resize path in comp
SVN revision: 50880
Christopher Michael [Fri, 6 Aug 2010 15:15:32 +0000 (15:15 +0000)]
Better variable name(s).
SVN revision: 50862
Carsten Haitzler [Fri, 6 Aug 2010 07:01:30 +0000 (07:01 +0000)]
change some var names to add the ability to have horiz layout too
SVN revision: 50856
Carsten Haitzler [Fri, 6 Aug 2010 06:41:09 +0000 (06:41 +0000)]
happi?
SVN revision: 50855
Carsten Haitzler [Fri, 6 Aug 2010 05:26:25 +0000 (05:26 +0000)]
more bug--
SVN revision: 50854
Carsten Haitzler [Fri, 6 Aug 2010 05:08:26 +0000 (05:08 +0000)]
bad! bug bug!
SVN revision: 50853
Christopher Michael [Fri, 6 Aug 2010 03:51:58 +0000 (03:51 +0000)]
Use application-exit for the close icon (supported by more icon themes).
SVN revision: 50851
Carsten Haitzler [Fri, 6 Aug 2010 02:43:30 +0000 (02:43 +0000)]
hmmm. back that out. that does bad things.
SVN revision: 50847
Carsten Haitzler [Fri, 6 Aug 2010 01:51:01 +0000 (01:51 +0000)]
no need to free and re-get pixmap now with no-hide.
SVN revision: 50846
Carsten Haitzler [Thu, 5 Aug 2010 08:23:59 +0000 (08:23 +0000)]
remember to set src data too
SVN revision: 50830
Carsten Haitzler [Wed, 4 Aug 2010 22:10:06 +0000 (22:10 +0000)]
set border/popup/menu + win keys for finding src of comp src
SVN revision: 50826
Lucas De Marchi [Wed, 4 Aug 2010 19:00:15 +0000 (19:00 +0000)]
Finish unscrewing patch-fu
SVN revision: 50820
Lucas De Marchi [Wed, 4 Aug 2010 16:57:32 +0000 (16:57 +0000)]
FORMATTING
* Remove vim modelines:
find . -name '*.[chx]' -exec sed -i '/\/\*$/ {N;N;/ \* vim:ts/d}' \{\} \;
find . -name '*.[chx]' -exec sed -i '/\/[\*\/] *vim:/d' \{\} \;
* Remove leading blank lines:
find . -name '*.[cxh]' -exec sed -i '/./,$!d'
If you use vim, use this in your .vimrc:
set ts=8 sw=3 sts=8 expandtab cino=>5n-3f0^-2{2(0W1st0
SVN revision: 50816
Hannes Janetzek [Wed, 4 Aug 2010 16:05:02 +0000 (16:05 +0000)]
fixing sort order of executables: prefer .desktop when apps plugin is before exebuf
SVN revision: 50813
Carsten Haitzler [Wed, 4 Aug 2010 06:24:06 +0000 (06:24 +0000)]
respect hidden comp state in border infra.
SVN revision: 50806
Mike Blumenkrantz [Wed, 4 Aug 2010 04:34:03 +0000 (04:34 +0000)]
probably workaround hal bugs on freebsd
SVN revision: 50804
Christopher Michael [Wed, 4 Aug 2010 02:01:38 +0000 (02:01 +0000)]
Expose selected E_ICON_THEME to env so elm apps can read it, if they
want to, and set a matching icon theme.
SVN revision: 50798
Christopher Michael [Wed, 4 Aug 2010 02:00:59 +0000 (02:00 +0000)]
Expose the current E icon theme to env so that elm apps can 'getenv'
that value (E_ICON_THEME) and match icons w/ E.
SVN revision: 50797
Carsten Haitzler [Wed, 4 Aug 2010 01:25:57 +0000 (01:25 +0000)]
fix shelf add to add to right zone.
SVN revision: 50795
Christopher Michael [Tue, 3 Aug 2010 17:43:10 +0000 (17:43 +0000)]
Fix compiler warning wrt changed eeze callback.
SVN revision: 50773
Carsten Haitzler [Tue, 3 Aug 2010 09:13:31 +0000 (09:13 +0000)]
and now disable this hide handling. no longer needed with no-hide hack.
SVN revision: 50762
Carsten Haitzler [Tue, 3 Aug 2010 09:03:58 +0000 (09:03 +0000)]
be like other compositors. work around the unmap thing and never unmap
if we have a compositor. just "mark" as unmapped and leave there.
pretend we are unmapped. disable events and stuff on the border to get
the behaviro right too so stacking or positioning is never affected.
SVN revision: 50761
Carsten Haitzler [Tue, 3 Aug 2010 06:10:33 +0000 (06:10 +0000)]
and comp now supports the new mirror object system - u can make things
like expose with it etc... even in other modules.
SVN revision: 50759
Christopher Michael [Mon, 2 Aug 2010 19:14:52 +0000 (19:14 +0000)]
Set window border icon After window is shown (else it does not take
effect).
SVN revision: 50749
Christopher Michael [Sun, 1 Aug 2010 17:59:31 +0000 (17:59 +0000)]
Save a little function call overhead, and just get the Evas of the
object once (for places where we use it multiple times).
SVN revision: 50732
Christopher Michael [Sun, 1 Aug 2010 16:26:31 +0000 (16:26 +0000)]
Remove old crusty config settings. Only one shelf is used on new
configs, so remove all the old ones.
NB - This was done because prior to this when someone started with a
new config and created new shelves they were always
numbered at 5, 6, etc because the config had old shelves named 2, 3, 4
already in it....and since they are not used by default on new
configs, why keep them.
SVN revision: 50729
Massimiliano Calamelli [Sun, 1 Aug 2010 14:59:29 +0000 (14:59 +0000)]
Adds a new entry in favorite.menu even if favorite.menu do not exists, creates it. Now works like application's config dialog in control panel.
SVN revision: 50728
Carsten Haitzler [Sun, 1 Aug 2010 14:29:19 +0000 (14:29 +0000)]
extending comp to allow "expose" and other such things - other modules
that can trivially get objects inside the compositor canvas as well as
get the compositor canvas and events when it comes and goes, changes,
when client sources are added, removed etc. etc.
SVN revision: 50727
Christopher Michael [Sun, 1 Aug 2010 03:15:40 +0000 (03:15 +0000)]
Disable This Desktop vs All Desktops radios if desk count < 2.
SVN revision: 50726
Christopher Michael [Sun, 1 Aug 2010 03:15:00 +0000 (03:15 +0000)]
Add util function to return count of desktops from a container (used
in wallpaper2 dialog to disable radios).
SVN revision: 50725
Christopher Michael [Sat, 31 Jul 2010 23:08:10 +0000 (23:08 +0000)]
Disable 'This Screen' if multiple zones don't exist.
Fix formatting & Whitespace Removal.
SVN revision: 50723
Christopher Michael [Fri, 30 Jul 2010 21:11:03 +0000 (21:11 +0000)]
Slightly better size for the ilist (not too big, not too small).
SVN revision: 50693
Mike Blumenkrantz [Fri, 30 Jul 2010 18:19:53 +0000 (18:19 +0000)]
update for eeze change
SVN revision: 50691
Carsten Haitzler [Fri, 30 Jul 2010 02:55:06 +0000 (02:55 +0000)]
fdh del before fd close
SVN revision: 50672
Massimo Maiurana [Thu, 29 Jul 2010 15:44:37 +0000 (15:44 +0000)]
updating french translation
SVN revision: 50647
Massimo Maiurana [Thu, 29 Jul 2010 11:29:29 +0000 (11:29 +0000)]
updating french and italian translations
SVN revision: 50639
Christopher Michael [Wed, 28 Jul 2010 22:33:54 +0000 (22:33 +0000)]
Make basic play nice w/ small resolutions. (Advanced still needs lots
of work).
SVN revision: 50623
Christopher Michael [Wed, 28 Jul 2010 22:30:07 +0000 (22:30 +0000)]
Play nice w/ small resolutions.
SVN revision: 50621
Christopher Michael [Wed, 28 Jul 2010 22:23:05 +0000 (22:23 +0000)]
Play nice w/ smaller resolutions.
SVN revision: 50619
Christopher Michael [Wed, 28 Jul 2010 21:58:31 +0000 (21:58 +0000)]
Play nice wrt small resolutions.
SVN revision: 50617
Christopher Michael [Wed, 28 Jul 2010 21:48:43 +0000 (21:48 +0000)]
Play nice wrt smaller resolutions.
Fix create_data function:
- Check the PROPER variable (How did this code ever work correctly?)
SVN revision: 50616
Christopher Michael [Wed, 28 Jul 2010 21:40:58 +0000 (21:40 +0000)]
Play nice wrt smaller resolutions.
(Labels for toolbook may need changing).
SVN revision: 50615
Christopher Michael [Wed, 28 Jul 2010 20:12:47 +0000 (20:12 +0000)]
Play nice wrt small resolutions
If there is a problem, I blame discomfitor :P
SVN revision: 50613
Christopher Michael [Wed, 28 Jul 2010 19:47:45 +0000 (19:47 +0000)]
Play nice wrt small resolutions.
SVN revision: 50610
Christopher Michael [Wed, 28 Jul 2010 19:17:06 +0000 (19:17 +0000)]
Play nice wrt small resolutions.
SVN revision: 50609
Christopher Michael [Wed, 28 Jul 2010 19:03:57 +0000 (19:03 +0000)]
Play nice wrt small screen resolutions.
(This reworks the dialog to be more like the Profiles dialog so that
things look consistent). Some people may not like it this way (which I
expect), but it is more consistent, and really how many times do you
setup your shelves ? :)
SVN revision: 50608
Christopher Michael [Wed, 28 Jul 2010 18:51:00 +0000 (18:51 +0000)]
Play nice w/ small resolutions.
SVN revision: 50607
Christopher Michael [Wed, 28 Jul 2010 18:45:54 +0000 (18:45 +0000)]
Play nice w/ small resolutions.
SVN revision: 50606
Christopher Michael [Wed, 28 Jul 2010 18:39:54 +0000 (18:39 +0000)]
Make screensaver dialog fit small resolutions.
SVN revision: 50605
Massimo Maiurana [Wed, 28 Jul 2010 11:03:37 +0000 (11:03 +0000)]
updating french and italian translations
SVN revision: 50591
Christopher Michael [Wed, 28 Jul 2010 01:57:58 +0000 (01:57 +0000)]
Add new desklock file to pot files.
SVN revision: 50568
Christopher Michael [Wed, 28 Jul 2010 01:54:48 +0000 (01:54 +0000)]
Also set preview for when a new Custom bg is selected.
SVN revision: 50567
Christopher Michael [Wed, 28 Jul 2010 01:50:35 +0000 (01:50 +0000)]
Finally, a screenlock dialog that plays nicely w/ small resolutions.
Uses toolbook to organize.
In the Wallpaper tab, if you choose a 'Custom' then clicking the
Preview will allow you to choose a new bg for desklock.
SVN revision: 50566
Christopher Michael [Wed, 28 Jul 2010 00:24:35 +0000 (00:24 +0000)]
Return not needed here.
SVN revision: 50562
Christopher Michael [Tue, 27 Jul 2010 22:30:00 +0000 (22:30 +0000)]
Revert that commit. It was correct, it's the comment that was
misleading.
SVN revision: 50556
Christopher Michael [Tue, 27 Jul 2010 22:02:40 +0000 (22:02 +0000)]
If an icon has NO class, then use Create Icon entry.
SVN revision: 50555
Christopher Michael [Tue, 27 Jul 2010 15:53:54 +0000 (15:53 +0000)]
Make Scale dialog play nicely wrt small screens (Use toolbook for
advanced).
Add __UNUSED__ where appropriate.
Formatting.
SVN revision: 50547
Christopher Michael [Tue, 27 Jul 2010 15:16:29 +0000 (15:16 +0000)]
Make conf_borders play nice wrt small screens.
SVN revision: 50546
Christopher Michael [Tue, 27 Jul 2010 15:12:40 +0000 (15:12 +0000)]
Make Icon Theme Dialog play nice on small screens.
Fix some formatting.
SVN revision: 50544
Christopher Michael [Tue, 27 Jul 2010 14:58:27 +0000 (14:58 +0000)]
Add illume icon for config panel.
SVN revision: 50543
Christopher Michael [Tue, 27 Jul 2010 14:58:13 +0000 (14:58 +0000)]
Add icon for illume (used in config panel).
SVN revision: 50542
Massimo Maiurana [Tue, 27 Jul 2010 10:39:37 +0000 (10:39 +0000)]
updating french translation
SVN revision: 50540
pwerken-e [Tue, 27 Jul 2010 09:56:52 +0000 (09:56 +0000)]
From: pwerken-e@a-eskwadraat.nl
Subject: [E-devel] [PATCH] fix screen blanking with illume
SVN revision: 50536
Massimo Maiurana [Sat, 24 Jul 2010 13:46:25 +0000 (13:46 +0000)]
updating french translation
SVN revision: 50478
Mike Blumenkrantz [Sat, 24 Jul 2010 02:11:30 +0000 (02:11 +0000)]
e_dbus_object_interface_attach refs interfaces, so you have to unref the interface right after to avoid leaks as seen here
SVN revision: 50471
Massimo Maiurana [Fri, 23 Jul 2010 12:21:08 +0000 (12:21 +0000)]
updating french and italian translations
SVN revision: 50447
Massimo Maiurana [Thu, 22 Jul 2010 11:50:07 +0000 (11:50 +0000)]
updating french and italian translations
SVN revision: 50428
Massimo Maiurana [Thu, 22 Jul 2010 11:40:28 +0000 (11:40 +0000)]
restored english comment missing from the last commit
SVN revision: 50427
Massimo Maiurana [Wed, 21 Jul 2010 11:33:59 +0000 (11:33 +0000)]
updating french translation
SVN revision: 50412
Christopher Michael [Mon, 19 Jul 2010 19:06:09 +0000 (19:06 +0000)]
Formatting.
SVN revision: 50370
Christopher Michael [Sun, 18 Jul 2010 19:06:00 +0000 (19:06 +0000)]
Patch from rubenbb to fix ticket #562 (dpms being turned off by
fullscreen windows).
I modified this patch slightly. Removed some unused handlers. limits.h
is already included in e.h, so no need to reinclude it. Fixed formatting.
SVN revision: 50356
Christopher Michael [Sun, 18 Jul 2010 17:41:06 +0000 (17:41 +0000)]
Ok, apparently that one is needed as sha1 does not include e.h :(
SVN revision: 50345