Commit Graph

5605 Commits

Author SHA1 Message Date
Hannes Janetzek 5b5034fc44 e17/border: cleanup focus debugging
SVN revision: 61820
2011-07-27 20:35:23 +00:00
Hannes Janetzek 1e317fd566 e17/border: use e/widgets/border/internal_fileman/border to define borderstyle for efm windows
SVN revision: 61819
2011-07-27 20:33:33 +00:00
Carsten Haitzler 8b464f5c4a complete work for xim support in e - so e sets up env vars right.. and
scim, uim and iimf are set to use xim compat modules for ecore.



SVN revision: 61794
2011-07-27 07:01:18 +00:00
Mike McCormack e32856d084 e: Fix macro so it can be used as a statement
Should fix devilhorn's compile error.

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>

SVN revision: 61783
2011-07-27 02:35:03 +00:00
Christopher Michael ccd6c5aa1d E: e_fm: Fix unused label (fallback:). Add UNUSED where missing.
SVN revision: 61763
2011-07-26 14:11:28 +00:00
Christopher Michael 9e529fccdd E: Grrr, fix previous commit to actually compile.
SVN revision: 61762
2011-07-26 14:04:14 +00:00
Christopher Michael 42d65203ca E: Fix init of e_randr so that E does not fail if randr is not
available.

Thanks for the report cedric ;)



SVN revision: 61761
2011-07-26 14:00:54 +00:00
Boris Faure f4890b0345 e: remove useless var and update .gitignore
SVN revision: 61710
2011-07-25 20:47:55 +00:00
Hannes Janetzek 5412669200 e17/efm: revert, seems this was no fix
SVN revision: 61693
2011-07-25 13:05:49 +00:00
Hannes Janetzek e38757c90a e17: remove workaround
SVN revision: 61690
2011-07-25 12:09:08 +00:00
Carsten Haitzler 9cbcff8ea0 quick hack to fix inf loop on del onf fsel.
SVN revision: 61686
2011-07-25 11:29:37 +00:00
Hannes Janetzek 016fde39dc e17/efm: fix e_fm2_path_set: show contents of 'removable' mountpoints also when the device is already mounted
SVN revision: 61683
2011-07-25 10:14:37 +00:00
Hannes Janetzek b5786321d1 e17: workaround for closing fsel widget causing to stuck in a loop. needs real fix ASAP
SVN revision: 61682
2011-07-25 10:07:12 +00:00
Christopher Michael 1a13f8c26f E: Make E work with the new XCB stuffs. This breaks out e_alert into
it's own utility (as per raster's request/idea). Remove explicit
x_clags in Makefile.am(s) as they are no longer needed.

NB: I added some additional libs to the precache stuffs (even tho it's
not used right now). Also a newer e_main (more optimized).

NB: IF you are brave and want to test this, build evas w/ xcb, build
ecore w/ xcb, then rebuild E. Also, disable building opengl in both
evas & ecore (it's not ready for public consumption when paired w/ xcb).



SVN revision: 61680
2011-07-25 09:40:18 +00:00
Hannes Janetzek bc5f550546 e17/efm: show mime icons when thumbnail failed
SVN revision: 61654
2011-07-24 20:36:52 +00:00
Carsten Haitzler 1d376c6207 get rid of crash vector with obj del tracking
SVN revision: 61628
2011-07-24 04:13:23 +00:00
Mike Blumenkrantz 8031da1778 prevent early stringshare death
SVN revision: 61620
2011-07-23 19:25:06 +00:00
Christopher Michael 17765fdae2 E: Entry: Add UNUSED where missing. Remove unused variables.
SVN revision: 61619
2011-07-23 19:21:23 +00:00
Mike Blumenkrantz 024ec09c48 ecrustified
SVN revision: 61618
2011-07-23 18:55:23 +00:00
Christopher Michael a85cbce2cb E: Use e_util_env_set (more portable). Fix formatting.
SVN revision: 61616
2011-07-23 18:10:11 +00:00
Christopher Michael b623625aad E: Use PATH_MAX.
SVN revision: 61615
2011-07-23 18:08:43 +00:00
Christopher Michael 50dd6a5697 E: Fix formatting. (Really ??? 3 lines for something that can fit on
one ?)



SVN revision: 61614
2011-07-23 18:07:18 +00:00
Christopher Michael d872100a56 E_Randr: Fix more nasty formatting so that code fits in 80-wide
terminal.



SVN revision: 61613
2011-07-23 17:55:05 +00:00
Christopher Michael c13c53af23 E: Fix nasty formatting in backlight code.
SVN revision: 61612
2011-07-23 17:46:25 +00:00
Cedric BAIL 2593a6885f e: remove Space keybinding from e_dialog.
It was preventing typing space inside a text entry for connman. So if you
passphrase included a space you were screewed !


SVN revision: 61451
2011-07-17 20:56:03 +00:00
Mike Blumenkrantz 9a0714a1ac RRRRRRRRRRRRRRRRRRRRRR SHUT UP E_BORDER!!!
SVN revision: 61450
2011-07-17 20:49:34 +00:00
Christopher Michael f6e699bbb5 E: Fix e_sys wrt Immortal windows. (for ppurka).
NB: Prior to this, if you had an Immortal window and selected
Restart/Exit/Etc the _e_sys_action_current variable was not getting
reset, thus if you tried another Restart/Exit you would always get the
'EEK' dialog and get stuck into an endless loop. Even if you removed
the lock on the window, this would still happen.



SVN revision: 61429
2011-07-16 16:53:20 +00:00
Christopher Michael cfe2544d9f E: Fix nasty formatting in e_sys.
SVN revision: 61427
2011-07-16 15:58:59 +00:00
Jihoon Kim d4cb9148af e: Display preedit in entry of E17
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>

SVN revision: 61389
2011-07-15 02:04:58 +00:00
Carsten Haitzler 52d8eedc93 add options to run/support other desktop env's as well as load std x
stuff.



SVN revision: 61364
2011-07-14 08:18:55 +00:00
Daniel Juyung Seo 52595240fd e17 e_border.c: Fixed popup position issue. Closed ticket #627. I
tested it and it works fine. Thanks Jim Duchek!

by Jim Duchek <jim.duchek@…> 

After adding a fourth monitor (above my center one) this bug became
utterly unbearable, as it started putting every popup on the bottom of
screens 1-3 as well as to the right on screens 2-4. Anyway, attached
is a patch -- it's a fairly obvious logic error.


SVN revision: 61352
2011-07-14 01:33:29 +00:00
Carsten Haitzler ad7ad9a092 fix up wheel issue with bl module
should make bl work on archos on anchient kernel now... missed support
code from e_backlight.c



SVN revision: 61277
2011-07-12 10:12:59 +00:00
Hannes Janetzek a2ac69cd09 e17: raise desklock window above again when other windows try to raise. if someone has a better solution, go ahead!
SVN revision: 61194
2011-07-10 10:16:51 +00:00
Carsten Haitzler cd87dcb959 even though it doesnt matter. lets be nice and free things eh?
SVN revision: 61141
2011-07-08 02:24:56 +00:00
Carsten Haitzler 9882ed594f handle hooglands silly tablet kernel. :)
SVN revision: 61140
2011-07-08 02:17:44 +00:00
Carsten Haitzler c2c11a5282 change err message to help ppl in future.
SVN revision: 61100
2011-07-07 02:19:18 +00:00
Carsten Haitzler 2507034a26 for now... dont adjust children too. this seems to consume a fair bit
of time to do...



SVN revision: 61075
2011-07-06 09:11:16 +00:00
Carsten Haitzler 1407cc1547 dont change pri of e's own wins
SVN revision: 61074
2011-07-06 09:03:18 +00:00
Tom Hacohen 17357357c5 Revert "Revert "revert local changes - tasn doent seem to be any happier.""
Actually, as Sachiel pointed out, I'm not really happier.
This reverts commit 61048.

SVN revision: 61049
2011-07-05 11:47:39 +00:00
Tom Hacohen 241b27fd8d Revert "revert local changes - tasn doent seem to be any happier."
It does make me happier!
This reverts commit 61044.

SVN revision: 61048
2011-07-05 11:41:53 +00:00
Carsten Haitzler 44163246bf revert local changes - tasn doent seem to be any happier.
SVN revision: 61044
2011-07-05 11:20:56 +00:00
Carsten Haitzler 2e3d64d9fb eek typo. max_brightness
SVN revision: 61038
2011-07-05 10:56:56 +00:00
Carsten Haitzler 5374913f0c init eina before e prefix.
SVN revision: 60981
2011-07-04 09:43:46 +00:00
Carsten Haitzler 6c3695a900 dont complain about the file rename for first rev of profile.cfg
SVN revision: 60980
2011-07-04 09:43:29 +00:00
Carsten Haitzler 9b540f77ca also adjust child process nice levels too.
SVN revision: 60942
2011-07-03 03:58:56 +00:00
Carsten Haitzler cbd40a06ba set default priority (nice val) of apps to 3, and introduce priority
raising of focused app.  :)



SVN revision: 60941
2011-07-02 16:00:45 +00:00
Mike Blumenkrantz 8aacd8b006 in a hilarious turn of events, I had forgotten to commit the rest of this dso fix.
SVN revision: 60937
2011-07-02 12:01:24 +00:00
Christopher Michael f89ac1ddf6 E: Add missing returns in e_pointer callbacks.
SVN revision: 60905
2011-07-01 02:59:48 +00:00
Boris Faure 3228b3e414 Revert "e: add e_popup_alpha_set()/get()"
This reverts commit a79f3900a3a18c6c179bd110a43b80f89878284d.

SVN revision: 60886
2011-06-30 21:05:41 +00:00
Boris Faure 204b26fa69 e: add e_popup_alpha_set()/get()
SVN revision: 60885
2011-06-30 20:37:34 +00:00