platform/upstream/enlightenment.git
13 years agosince we do strlen, no need to strcpy
Sebastian Dransfeld [Wed, 29 Dec 2010 19:48:34 +0000 (19:48 +0000)]
since we do strlen, no need to strcpy

SVN revision: 55773

13 years agofix signed warning
Sebastian Dransfeld [Wed, 29 Dec 2010 19:48:15 +0000 (19:48 +0000)]
fix signed warning

SVN revision: 55772

13 years agoPrevent double free
Sebastian Dransfeld [Wed, 29 Dec 2010 19:47:55 +0000 (19:47 +0000)]
Prevent double free

SVN revision: 55771

13 years agoOnly call ecore_file_file_get once.
Christopher Michael [Wed, 29 Dec 2010 16:48:23 +0000 (16:48 +0000)]
Only call ecore_file_file_get once.

SVN revision: 55770

13 years agoAdd missing UNUSED where needed.
Christopher Michael [Wed, 29 Dec 2010 16:42:46 +0000 (16:42 +0000)]
Add missing UNUSED where needed.

SVN revision: 55769

13 years agodid broke e restart, now should work again... :)
Miculcy Brian [Tue, 28 Dec 2010 22:17:51 +0000 (22:17 +0000)]
did broke e restart, now should work again... :)

SVN revision: 55768

13 years agofix typo
Miculcy Brian [Mon, 27 Dec 2010 22:15:53 +0000 (22:15 +0000)]
fix typo

SVN revision: 55765

13 years agomake --help work correctly again
Miculcy Brian [Mon, 27 Dec 2010 20:59:14 +0000 (20:59 +0000)]
make --help work correctly again

SVN revision: 55764

13 years agoFix desklock
Lucas De Marchi [Mon, 27 Dec 2010 16:17:12 +0000 (16:17 +0000)]
Fix desklock

Revert r55711!

discomfitor: SPANK! SPANK! SPANK!

SVN revision: 55762

13 years agoand we didnt actually use the engine vsync support in comp.
Carsten Haitzler [Sun, 26 Dec 2010 10:17:54 +0000 (10:17 +0000)]
and we didnt actually use the engine vsync support in comp.

SVN revision: 55756

13 years agoapparently this was too hard to read for k-s ;)
Mike Blumenkrantz [Thu, 23 Dec 2010 18:06:43 +0000 (18:06 +0000)]
apparently this was too hard to read for k-s ;)

SVN revision: 55742

13 years agofix explicit check to actually be the correct one, and use type instead of variable...
Mike Blumenkrantz [Thu, 23 Dec 2010 17:50:48 +0000 (17:50 +0000)]
fix explicit check to actually be the correct one, and use type instead of variable for sizeof

SVN revision: 55741

13 years agoI am super tired this morning :/
Mike Blumenkrantz [Thu, 23 Dec 2010 17:33:16 +0000 (17:33 +0000)]
I am super tired this morning :/

SVN revision: 55740

13 years agofix sizeof use, thanks to kim woelders
Mike Blumenkrantz [Thu, 23 Dec 2010 16:47:05 +0000 (16:47 +0000)]
fix sizeof use, thanks to kim woelders

SVN revision: 55739

13 years agoif someone found and enabled this now before it's actually implemented that would...
Mike Blumenkrantz [Thu, 23 Dec 2010 01:23:23 +0000 (01:23 +0000)]
if someone found and enabled this now before it's actually implemented that would be bad (tm)

SVN revision: 55736

13 years agoalloc checks
Mike Blumenkrantz [Thu, 23 Dec 2010 01:10:48 +0000 (01:10 +0000)]
alloc checks

SVN revision: 55735

13 years agoinit variables to 0 to avoid garbage values being compared in conditionals
Mike Blumenkrantz [Thu, 23 Dec 2010 01:05:12 +0000 (01:05 +0000)]
init variables to 0 to avoid garbage values being compared in conditionals

SVN revision: 55734

13 years agocombine some if{} blocks to remove a possibility of passing garbage value to e_widget...
Mike Blumenkrantz [Thu, 23 Dec 2010 01:02:42 +0000 (01:02 +0000)]
combine some if{} blocks to remove a possibility of passing garbage value to e_widget_ilist_nth_label_set

SVN revision: 55733

13 years agooutdent!
Mike Blumenkrantz [Thu, 23 Dec 2010 00:57:47 +0000 (00:57 +0000)]
outdent!

SVN revision: 55732

13 years agobadformattinghorns!!!! I know it was you!!!!!!! arghhhhhhhhhhh the tabs
Mike Blumenkrantz [Thu, 23 Dec 2010 00:55:58 +0000 (00:55 +0000)]
badformattinghorns!!!! I know it was you!!!!!!! arghhhhhhhhhhh the tabs

SVN revision: 55731

13 years agoclean up _binding_label_get to just return the correct value, fix potential garbage...
Mike Blumenkrantz [Thu, 23 Dec 2010 00:51:49 +0000 (00:51 +0000)]
clean up _binding_label_get to just return the correct value, fix potential garbage return

SVN revision: 55730

13 years agoformatting. I'm going to catch whoever this is and beat them.
Mike Blumenkrantz [Thu, 23 Dec 2010 00:49:06 +0000 (00:49 +0000)]
formatting.  I'm going to catch whoever this is and beat them.

SVN revision: 55729

13 years agoadd explicit null check (for hahas?)
Mike Blumenkrantz [Thu, 23 Dec 2010 00:41:19 +0000 (00:41 +0000)]
add explicit null check (for hahas?)

SVN revision: 55728

13 years agomake this more portable in case the number of states changes in the future, also...
Mike Blumenkrantz [Thu, 23 Dec 2010 00:36:53 +0000 (00:36 +0000)]
make this more portable in case the number of states changes in the future, also outdent and make function params more explicit

SVN revision: 55727

13 years agoagain with the tabs!!!!
Mike Blumenkrantz [Thu, 23 Dec 2010 00:28:49 +0000 (00:28 +0000)]
again with the tabs!!!!

SVN revision: 55726

13 years agoavoid garbage deref
Mike Blumenkrantz [Thu, 23 Dec 2010 00:24:16 +0000 (00:24 +0000)]
avoid garbage deref

SVN revision: 55725

13 years agoavoid using garbage values for z{x,y,w,h}; FIXME!!!
Mike Blumenkrantz [Wed, 22 Dec 2010 23:36:46 +0000 (23:36 +0000)]
avoid using garbage values for z{x,y,w,h}; FIXME!!!

SVN revision: 55724

13 years agoI don't even know what to say about the formatting in this file except that it was...
Mike Blumenkrantz [Wed, 22 Dec 2010 23:32:42 +0000 (23:32 +0000)]
I don't even know what to say about the formatting in this file except that it was terrible.  ecrustified.

SVN revision: 55723

13 years agoavoid null deref
Mike Blumenkrantz [Wed, 22 Dec 2010 23:32:09 +0000 (23:32 +0000)]
avoid null deref

SVN revision: 55722

13 years agoavoid null deref
Mike Blumenkrantz [Wed, 22 Dec 2010 23:23:47 +0000 (23:23 +0000)]
avoid null deref

SVN revision: 55721

13 years agofix typo to avoid null deref: a copy/paste propagated error
Mike Blumenkrantz [Wed, 22 Dec 2010 23:22:01 +0000 (23:22 +0000)]
fix typo to avoid null deref: a copy/paste propagated error

SVN revision: 55720

13 years agofix typo to avoid null deref
Mike Blumenkrantz [Wed, 22 Dec 2010 23:20:05 +0000 (23:20 +0000)]
fix typo to avoid null deref

SVN revision: 55719

13 years agoavoid null derefs
Mike Blumenkrantz [Wed, 22 Dec 2010 23:16:26 +0000 (23:16 +0000)]
avoid null derefs

SVN revision: 55718

13 years agoavoid null deref
Mike Blumenkrantz [Wed, 22 Dec 2010 23:14:50 +0000 (23:14 +0000)]
avoid null deref

SVN revision: 55717

13 years agoadd some explicit null checks
Mike Blumenkrantz [Wed, 22 Dec 2010 23:08:25 +0000 (23:08 +0000)]
add some explicit null checks

SVN revision: 55716

13 years agomove if{} block into another if{} block to avoid null deref
Mike Blumenkrantz [Wed, 22 Dec 2010 23:05:47 +0000 (23:05 +0000)]
move if{} block into another if{} block to avoid null deref

SVN revision: 55715

13 years agoavoid null deref
Mike Blumenkrantz [Wed, 22 Dec 2010 23:05:14 +0000 (23:05 +0000)]
avoid null deref

SVN revision: 55714

13 years agoagain with the tabs! ecrustified!
Mike Blumenkrantz [Wed, 22 Dec 2010 23:02:00 +0000 (23:02 +0000)]
again with the tabs! ecrustified!

SVN revision: 55713

13 years agoavoid two null derefs
Mike Blumenkrantz [Wed, 22 Dec 2010 22:55:55 +0000 (22:55 +0000)]
avoid two null derefs

SVN revision: 55712

13 years agoavoid null deref
Mike Blumenkrantz [Wed, 22 Dec 2010 22:54:22 +0000 (22:54 +0000)]
avoid null deref

SVN revision: 55711

13 years agoavoid null deref
Mike Blumenkrantz [Wed, 22 Dec 2010 22:53:30 +0000 (22:53 +0000)]
avoid null deref

SVN revision: 55710

13 years agomaybe there was a point to this previously, but x = x is dumb
Mike Blumenkrantz [Wed, 22 Dec 2010 22:51:32 +0000 (22:51 +0000)]
maybe there was a point to this previously, but x = x is dumb

SVN revision: 55709

13 years agoleft side is always 0
Mike Blumenkrantz [Wed, 22 Dec 2010 22:50:24 +0000 (22:50 +0000)]
left side is always 0

SVN revision: 55708

13 years agocalloc initializes to 0
Mike Blumenkrantz [Wed, 22 Dec 2010 22:48:50 +0000 (22:48 +0000)]
calloc initializes to 0

SVN revision: 55707

13 years agofix possible segv
Mike Blumenkrantz [Wed, 22 Dec 2010 22:47:46 +0000 (22:47 +0000)]
fix possible segv

SVN revision: 55706

13 years agoadd pondering comment, fix what appears to be a bug? please check, o ye lords of...
Mike Blumenkrantz [Wed, 22 Dec 2010 22:45:26 +0000 (22:45 +0000)]
add pondering comment, fix what appears to be a bug? please check, o ye lords of illume

SVN revision: 55705

13 years agoanother comment
Mike Blumenkrantz [Wed, 22 Dec 2010 22:41:26 +0000 (22:41 +0000)]
another comment

SVN revision: 55704

13 years agojust set to 0 instead of subtracting to 0
Mike Blumenkrantz [Wed, 22 Dec 2010 22:39:53 +0000 (22:39 +0000)]
just set to 0 instead of subtracting to 0

SVN revision: 55703

13 years agosomeone is using an editor that has tabs. stop it.
Mike Blumenkrantz [Wed, 22 Dec 2010 22:36:13 +0000 (22:36 +0000)]
someone is using an editor that has tabs. stop it.
ecrustified.

SVN revision: 55702

13 years agoadd comment
Mike Blumenkrantz [Wed, 22 Dec 2010 22:31:24 +0000 (22:31 +0000)]
add comment

SVN revision: 55701

13 years agocalloc means it's already 0
Mike Blumenkrantz [Wed, 22 Dec 2010 22:28:58 +0000 (22:28 +0000)]
calloc means it's already 0

SVN revision: 55700

13 years agohooray idempotence! no wait, not hooray.
Mike Blumenkrantz [Wed, 22 Dec 2010 22:26:53 +0000 (22:26 +0000)]
hooray idempotence! no wait, not hooray.

SVN revision: 55699

13 years agothis will avoid a segv, but the entire function is broken and should be looked at...
Mike Blumenkrantz [Wed, 22 Dec 2010 22:22:59 +0000 (22:22 +0000)]
this will avoid a segv, but the entire function is broken and should be looked at by someone who knows the code

SVN revision: 55698

13 years agoprevent recursive deletion
Sebastian Dransfeld [Tue, 21 Dec 2010 09:42:31 +0000 (09:42 +0000)]
prevent recursive deletion

SVN revision: 55689

13 years agocopy theme to user dir
Sebastian Dransfeld [Tue, 21 Dec 2010 09:42:19 +0000 (09:42 +0000)]
copy theme to user dir

SVN revision: 55688

13 years agocopy backgrounds to e dir
Sebastian Dransfeld [Tue, 21 Dec 2010 09:26:43 +0000 (09:26 +0000)]
copy backgrounds to e dir

SVN revision: 55686

13 years agoListen for icon theme changes
Sebastian Dransfeld [Tue, 21 Dec 2010 08:42:30 +0000 (08:42 +0000)]
Listen for icon theme changes

SVN revision: 55683

13 years agoAdd del hook
Sebastian Dransfeld [Tue, 21 Dec 2010 03:05:37 +0000 (03:05 +0000)]
Add del hook

module unload will delete gadcons, so we need to cleanup in gadman as
well.

SVN revision: 55681

13 years agodon't eina_list_free after EINA_LIST_FREE
Sebastian Dransfeld [Tue, 21 Dec 2010 03:05:26 +0000 (03:05 +0000)]
don't eina_list_free after EINA_LIST_FREE

SVN revision: 55680

13 years agoSet static variable to NULL after free
Sebastian Dransfeld [Tue, 21 Dec 2010 03:03:51 +0000 (03:03 +0000)]
Set static variable to NULL after free

SVN revision: 55679

13 years agoupdating portuguese translations
Massimo Maiurana [Mon, 20 Dec 2010 17:58:48 +0000 (17:58 +0000)]
updating portuguese translations

SVN revision: 55674

13 years agofix list reordering
Sebastian Dransfeld [Mon, 20 Dec 2010 14:05:07 +0000 (14:05 +0000)]
fix list reordering

SVN revision: 55671

13 years agorevert bogus fix
Sebastian Dransfeld [Mon, 20 Dec 2010 14:04:56 +0000 (14:04 +0000)]
revert bogus fix

SVN revision: 55670

13 years agouse count from ->apps
Sebastian Dransfeld [Mon, 20 Dec 2010 13:37:57 +0000 (13:37 +0000)]
use count from ->apps

widget_ilist count might be wrong due to queue processing

SVN revision: 55669

13 years agoWhen no next/prev, premote or demote
Sebastian Dransfeld [Mon, 20 Dec 2010 13:37:40 +0000 (13:37 +0000)]
When no next/prev, premote or demote

SVN revision: 55668

13 years agoupdate ->apps on up/down
Sebastian Dransfeld [Mon, 20 Dec 2010 12:49:14 +0000 (12:49 +0000)]
update ->apps on up/down

SVN revision: 55662

13 years agoRemove usage of efreet_util_desktop_name_find
Sebastian Dransfeld [Mon, 20 Dec 2010 12:49:01 +0000 (12:49 +0000)]
Remove usage of efreet_util_desktop_name_find

Rather search for the desktop file by label in our apps list.

SVN revision: 55661

13 years agofixes a segv when trying to add systray gadget to desktop; someone who knows gadman...
Mike Blumenkrantz [Sun, 19 Dec 2010 21:36:27 +0000 (21:36 +0000)]
fixes a segv when trying to add systray gadget to desktop; someone who knows gadman module please review!

SVN revision: 55647

13 years agorevert ru.po commit - not utf8 anymore. bad.
Carsten Haitzler [Tue, 14 Dec 2010 01:53:23 +0000 (01:53 +0000)]
revert ru.po commit - not utf8 anymore. bad.

SVN revision: 55541

13 years agoupdating portuguese and russian translations
Massimo Maiurana [Mon, 13 Dec 2010 14:22:11 +0000 (14:22 +0000)]
updating portuguese and russian translations

SVN revision: 55538

13 years agofix cpufreq poll - it kepts saying there is a new freq, making the
Carsten Haitzler [Mon, 13 Dec 2010 08:04:10 +0000 (08:04 +0000)]
fix cpufreq poll - it kepts saying there is a new freq, making the
animator spin etc. etc.

SVN revision: 55533

13 years agofix valgrind complaint on accessing freed mem. it was right.
Carsten Haitzler [Mon, 13 Dec 2010 07:29:23 +0000 (07:29 +0000)]
fix valgrind complaint on accessing freed mem. it was right.

SVN revision: 55532

13 years agocomment out annoying debug printf
Mike Blumenkrantz [Sun, 12 Dec 2010 15:39:41 +0000 (15:39 +0000)]
comment out annoying debug printf

SVN revision: 55513

13 years agoFix me as author
Sebastian Dransfeld [Fri, 10 Dec 2010 06:05:35 +0000 (06:05 +0000)]
Fix me as author

SVN revision: 55438

13 years agoRevert clock change and fix theme
Sebastian Dransfeld [Thu, 9 Dec 2010 13:15:57 +0000 (13:15 +0000)]
Revert clock change and fix theme

eventarea must be visible for users to click, alpha 0 makes the user not
see it.

SVN revision: 55412

13 years agofree right event handlers
Sebastian Dransfeld [Thu, 9 Dec 2010 09:18:58 +0000 (09:18 +0000)]
free right event handlers

SVN revision: 55402

13 years agoAdd rectangle event object
Sebastian Dransfeld [Thu, 9 Dec 2010 09:16:32 +0000 (09:16 +0000)]
Add rectangle event object

Needed to move the clock when used as gadget

SVN revision: 55401

13 years agothe formatting on this file was too awful to let it live
Mike Blumenkrantz [Wed, 8 Dec 2010 15:35:13 +0000 (15:35 +0000)]
the formatting on this file was too awful to let it live

SVN revision: 55374

13 years agochange native api to allow for other types of native data like texture
Carsten Haitzler [Mon, 6 Dec 2010 07:09:51 +0000 (07:09 +0000)]
change native api to allow for other types of native data like texture
id's, fbo's etc. too - at least it's versioned now.

SVN revision: 55315

13 years ago * e: another snapshot.
Cedric BAIL [Sat, 4 Dec 2010 00:53:01 +0000 (00:53 +0000)]
* e: another snapshot.

SVN revision: 55242

13 years agoUse PATH_MAX.
Christopher Michael [Fri, 3 Dec 2010 16:49:20 +0000 (16:49 +0000)]
Use PATH_MAX.
Add UNUSED where needed.

SVN revision: 55200

13 years agolisten to icon cache changes
Sebastian Dransfeld [Thu, 2 Dec 2010 08:34:18 +0000 (08:34 +0000)]
listen to icon cache changes

SVN revision: 55146

13 years agoFix illume indicator for Klaus Kurzmann of SHR. The recent addition of
Christopher Michael [Thu, 2 Dec 2010 08:20:32 +0000 (08:20 +0000)]
Fix illume indicator for Klaus Kurzmann of SHR. The recent addition of
using a popup on the indicator (so that systray worked) apparently
broke things wrt full-screen apps in that the indicator would hide,
but left behind a black window. This commit fixes the issue...when we
'hide the indicator' (via illume2 message), we trap the ecore_evas
hide event and also hide the popup (same for show).

Klaus, I tested this and the issue is gone now. Let me know if you
have any other propblems.

SVN revision: 55133

13 years agoAdjust min sizes of ilist and textblock so that Modules dialog fits
Christopher Michael [Thu, 2 Dec 2010 08:05:52 +0000 (08:05 +0000)]
Adjust min sizes of ilist and textblock so that Modules dialog fits
nicely into 240x320 (without these changes, the toolbar is partially
obscured by illume indicator).

SVN revision: 55132

13 years agoupdating various translations
Massimo Maiurana [Wed, 1 Dec 2010 23:34:15 +0000 (23:34 +0000)]
updating various translations

SVN revision: 55125

13 years agoFix geometry for maximized windows when using shelfs on specified desktops.
Miculcy Brian [Tue, 30 Nov 2010 11:10:22 +0000 (11:10 +0000)]
Fix geometry for maximized windows when using shelfs on specified desktops.

SVN revision: 55081

13 years agook - always kepe black win. need for illume. just make 1x1 when not
Carsten Haitzler [Tue, 30 Nov 2010 09:21:23 +0000 (09:21 +0000)]
ok - always kepe black win. need for illume. just make 1x1 when not
used.

SVN revision: 55078

13 years agoupdating polish translations
Massimo Maiurana [Mon, 29 Nov 2010 20:01:57 +0000 (20:01 +0000)]
updating polish translations

SVN revision: 55072

13 years agoupdating portuguese translations
Massimo Maiurana [Mon, 29 Nov 2010 17:21:37 +0000 (17:21 +0000)]
updating portuguese translations

SVN revision: 55067

13 years agohappy lucky fun improvement in cpufreq gadget - dial moves smoothly
Carsten Haitzler [Mon, 29 Nov 2010 10:52:32 +0000 (10:52 +0000)]
happy lucky fun improvement in cpufreq gadget - dial moves smoothly
now... and uses map... like clock... and i added 2 more mini dialos
for min and max freq if u have multiple cores at differetn frequencies
:) red one now has a white tip for easier visbility and shows average
of all cores.

SVN revision: 55054

13 years agoupdating portuguese translations
Massimo Maiurana [Sun, 28 Nov 2010 14:34:04 +0000 (14:34 +0000)]
updating portuguese translations

SVN revision: 55041

13 years agoupdating french translations
Massimo Maiurana [Fri, 26 Nov 2010 17:38:57 +0000 (17:38 +0000)]
updating french translations

SVN revision: 55022

13 years agoupdating portuguese translations
Massimo Maiurana [Wed, 24 Nov 2010 19:47:46 +0000 (19:47 +0000)]
updating portuguese translations

SVN revision: 54950

13 years agoupdating portuguese translations
Massimo Maiurana [Tue, 23 Nov 2010 20:02:09 +0000 (20:02 +0000)]
updating portuguese translations

SVN revision: 54899

13 years agoupdating portuguese translations
Massimo Maiurana [Tue, 23 Nov 2010 11:43:54 +0000 (11:43 +0000)]
updating portuguese translations

SVN revision: 54864

13 years agoupdating portuguese translations
Massimo Maiurana [Mon, 22 Nov 2010 18:53:33 +0000 (18:53 +0000)]
updating portuguese translations

SVN revision: 54808

13 years agomatch _init() -> _update() changes in core.
Gustavo Sverzut Barbieri [Mon, 22 Nov 2010 15:23:15 +0000 (15:23 +0000)]
match _init() -> _update() changes in core.

SVN revision: 54796

13 years agoconvert init/shutdown to EINTERN, move some to _update().
Gustavo Sverzut Barbieri [Mon, 22 Nov 2010 15:21:32 +0000 (15:21 +0000)]
convert init/shutdown to EINTERN, move some to _update().
Do not abuse the concept of e_*_init(), make them call-once and those
that needed multiple call are renamed to e_*_update(). To make sure
convert them to EINTERN so the symbols are not exported.

Actually I guess too much is exported as EAPI while they should be
EINTERN, but that would require manual investigation, while this patch
was basically created with sed + grep.

SVN revision: 54795

13 years agodo not abuse _init(), provide _update() method instead.
Gustavo Sverzut Barbieri [Mon, 22 Nov 2010 15:21:24 +0000 (15:21 +0000)]
do not abuse _init(), provide _update() method instead.

SVN revision: 54794

13 years agoutility to query for fullscreen in current/all zones.
Gustavo Sverzut Barbieri [Mon, 22 Nov 2010 15:21:17 +0000 (15:21 +0000)]
utility to query for fullscreen in current/all zones.
keeping local count of borders is too error prone, instead query
it. Right now the count is being done for the current zone only, I
guess this is the best policy.

SVN revision: 54793