Commit Graph

5802 Commits

Author SHA1 Message Date
Vincent Torri 1c8b4d5c3d E: remove extraneous parentheses
SVN revision: 65994
2011-12-07 20:34:45 +00:00
Carsten Haitzler 0cd9e9beec well now this uses eeze - why keep the old search list?
SVN revision: 65947
2011-12-06 06:49:58 +00:00
Mike Blumenkrantz 9f70d6d9da +ecore_x_randr_output_backlight_available() from Term <term@twistedpath.org>
also corresponding e17 usage


SVN revision: 65837
2011-12-03 04:24:02 +00:00
Carsten Haitzler 008668be55 oh dear.. more icon bottom space stuff in efm. fix!
SVN revision: 65648
2011-11-28 12:18:58 +00:00
Carsten Haitzler 83dbefaf87 fix sub object add for e widgets... will be happy to let elm do this
in future :)



SVN revision: 65644
2011-11-28 11:40:18 +00:00
Carsten Haitzler f32a029890 man that has annoyed me for AGES.. that uselss space at the bottom of
efm views! argh! fix! disable it!



SVN revision: 65594
2011-11-25 08:07:12 +00:00
Carsten Haitzler 1175a7b529 and remove printfs
SVN revision: 65593
2011-11-25 07:47:57 +00:00
Carsten Haitzler db3621837a lets drop icons correctly if efm view is not at 0,0
SVN revision: 65592
2011-11-25 07:46:50 +00:00
Carsten Haitzler 7e0ff05ad1 lets' delete files again shall we efm?
SVN revision: 65591
2011-11-25 07:13:41 +00:00
Tom Hacohen c2b3f17a6f E desklock: Fix password replace char to work correctly with unicode.
The correct fix would actually be using textblock there and not TEXT object
as we already have edje_entry... I guess whoever did it had it motives
(or possibly edje_entry didn't exist yet at that time). But anyhow,
edje_entry already supports replacement chars.

SVN revision: 65519
2011-11-22 15:59:54 +00:00
Mike Blumenkrantz 0784943ae3 account for "" with getenv for hahas
SVN revision: 65390
2011-11-18 19:25:19 +00:00
Mike Blumenkrantz 8c9d0f0aa0 use helper macro for eeze scanner edd setup
SVN revision: 65389
2011-11-18 19:24:21 +00:00
Mike Blumenkrantz 330a63e43d try introducing a delay after starting eeze scanner to make socket connection more successful
SVN revision: 65382
2011-11-18 09:29:08 +00:00
Vincent Torri 3a2cdebbbf E17: fix eeze mount detection and build, reported by Jochen Schröder
SVN revision: 65368
2011-11-18 06:56:07 +00:00
Mike Blumenkrantz 7b4bfd893b trivial changes
SVN revision: 65364
2011-11-18 05:58:08 +00:00
Mike Blumenkrantz c2b9cb4b56 slightly better debug info for eeze scanner connection
SVN revision: 65361
2011-11-18 04:55:52 +00:00
Carsten Haitzler cef3afa355 support mtrack... my new little memory tracker so i can finally live
track down leaks and other badnesses.



SVN revision: 65335
2011-11-17 10:19:50 +00:00
Carsten Haitzler cb148dd11e dont go hunt if ping to now interval not long enough in poller
SVN revision: 65290
2011-11-16 10:08:28 +00:00
Sebastian Dransfeld c2527ef23f e_config: Fix file size detection
Dear all,

I found a bug in e_config. The e didn't make the configuration backup files.
It was because of my wrong patch (svn rev.64684). I fixed this bug.
Please check the new patch file.

Patch by Doyoun Kang

SVN revision: 65224
2011-11-15 07:39:24 +00:00
Christopher Michael 9a8511aea0 E_Randr: Fix typo in message.
SVN revision: 65221
2011-11-15 06:46:47 +00:00
Boris Faure 27264671d0 e/gadcon: label() returns a const char*
Original patch by Fabien Romano from OpenBSD

SVN revision: 65204
2011-11-14 21:46:57 +00:00
Boris Faure 0417842390 e: typo. Patch by Fabien Romano from OpenBSD
SVN revision: 65203
2011-11-14 21:46:37 +00:00
Carsten Haitzler a3bfd5d8bb have tasks always set inset and autoscroll so it works right.
SVN revision: 65118
2011-11-13 05:47:09 +00:00
Mike Blumenkrantz 11ff2ab3eb I don't spend hours and hours and hours and days of my free time hacking on ecrustify for people to not use it.
SVN revision: 64917
2011-11-07 23:53:01 +00:00
Mike Blumenkrantz 512062bee3 okay. I'm not often as serious as I am now.
take a moment, look around, and find something that comforts you. enjoy this thing for a few minutes or until you are sufficiently relaxed.

IF YOU SEND US A PATCH, TEST COMPILE IT.
IF IT HAS WARNINGS, FIX THEM. ALL OF THEM.

IF YOU COMMIT A PATCH THAT CREATES WARNINGS, DON'T.
IF YOU HAVE COMMITTED A PATCH THAT CREATED WARNINGS:
* GO BACK TO SCHOOL
* LEARN PHYSICS AND ENGINEERING
* INVENT A TIME MACHINE
* GO BACK IN TIME AND SPANK YOURSELF


SVN revision: 64916
2011-11-07 23:49:08 +00:00
Mike Blumenkrantz c94c9ffe05 unused var--
SVN revision: 64915
2011-11-07 23:42:19 +00:00
Mike Blumenkrantz bc6ff37c70 more crashes--
SVN revision: 64914
2011-11-07 23:41:59 +00:00
Mike Blumenkrantz 223013c370 woooo dead stores! yeaahh!!!!
SVN revision: 64888
2011-11-07 22:39:56 +00:00
Mike Blumenkrantz 694b58f985 I guess make this explicit even though it will never happen
SVN revision: 64887
2011-11-07 22:37:20 +00:00
Mike Blumenkrantz a0c180f41a 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
2011-11-07 22:36:11 +00:00
Mike Blumenkrantz d27e4fad0f as it turns out, this whole thing was pretty dumb so I'm cutting it down
SVN revision: 64885
2011-11-07 22:33:29 +00:00
Mike Blumenkrantz 91118b6790 initializers: I don't really have anything witty to say about them, but you should know that they're important
SVN revision: 64884
2011-11-07 22:31:03 +00:00
Mike Blumenkrantz 9a1b59641a allocating 0 bytes: stay classy e
SVN revision: 64883
2011-11-07 22:29:29 +00:00
Mike Blumenkrantz c3fff8a8a7 fix possible null deref here
SVN revision: 64882
2011-11-07 22:28:05 +00:00
Mike Blumenkrantz 59ad77e297 checking return value of alloca is like checking whether your app is still running
SVN revision: 64881
2011-11-07 22:19:50 +00:00
Mike Blumenkrantz cf3762ba28 not sure what the point of this is, so away with it!
SVN revision: 64880
2011-11-07 22:18:34 +00:00
Mike Blumenkrantz 35d0205db5 remove unused var here
SVN revision: 64879
2011-11-07 22:17:23 +00:00
Mike Blumenkrantz f50d13d49d remove dead store here
SVN revision: 64877
2011-11-07 22:14:27 +00:00
Mike Blumenkrantz 970335809a someone forgot to break this case statement. how embarrassing for this person and his family.
SVN revision: 64876
2011-11-07 22:13:01 +00:00
Mike Blumenkrantz 696204e49a and maybe use the right variable name here
SVN revision: 64875
2011-11-07 22:11:32 +00:00
Mike Blumenkrantz d082be3165 hey let's not crash here
SVN revision: 64874
2011-11-07 22:10:24 +00:00
Mike Blumenkrantz 54413de9b1 clean up some compiler warnings
SVN revision: 64873
2011-11-07 22:07:06 +00:00
Carsten Haitzler 20e8feca2c 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
2011-11-06 06:41:39 +00:00
Carsten Haitzler 47447fd382 fix warping of mouse on desk flip in multihead
SVN revision: 64799
2011-11-06 06:37:02 +00:00
Boris Faure ffe946c5fd e: send hide event for borders even if not visible
SVN revision: 64787
2011-11-05 18:29:30 +00:00
Cedric BAIL 0bb5631288 e: attach to the right desktop.
SVN revision: 64753
2011-11-05 08:41:51 +00:00
Hannes Janetzek 06f104ebec e17/xsettings: fix theme option
- started to provide dpi setting, not enabled yet


SVN revision: 64711
2011-11-03 21:22:23 +00:00
Doyoun Kang b516fb6bb1 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
2011-11-03 10:54:33 +00:00
Carsten Haitzler 52e23870a3 revert parts of patch that committed randr to e... don't want that
right now until rest of patch is in.



SVN revision: 64629
2011-11-02 01:36:10 +00:00
Carsten Haitzler 0b4f2529f9 overkill doing "Gadget nameofgadget in the menu. just nameofgadget
will do. also it wasnt translated anyway.



SVN revision: 64624
2011-11-01 22:33:38 +00:00