Commit Graph

347 Commits

Author SHA1 Message Date
Mike Blumenkrantz 3456c9dff2 fix small leak in illume2 policy config
SVN revision: 83149
2013-01-23 10:27:33 +00:00
Mike Blumenkrantz 7f22a1e36a don't need to be rebuilding illume edj files all the time, these haven't changed since dinosaurs roamed the earth
also probably fixes ticket #2084


SVN revision: 83060
2013-01-22 08:54:25 +00:00
José Roberto de Souza 29680fffca e: remove Hal backend of illume2
Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>



SVN revision: 81987
2013-01-02 13:16:29 +00:00
Maxime Villard 4a52c46268 From: Maxime Villard <rustyBSD@gmx.fr>
Subject: [E-devel] [e][PATCH] Optimizations v2
Date: Fri, 21 Dec 2012 22:17:32 +0100

Hi,
same patch as before: removed useless nullchecks and
switched some free()'s to E_FREE().



SVN revision: 81592
2012-12-21 21:31:13 +00:00
Mike Blumenkrantz e85807052b no, you don't need to allocate label strings for list
SVN revision: 80868
2012-12-13 14:35:56 +00:00
Mike Blumenkrantz 68e6b07cd7 all dialogs are no longer resizable
SVN revision: 80032
2012-12-03 09:24:12 +00:00
Mike Blumenkrantz c6a9c34e7f giant header overhaul which removes all the stupid one line function prototype headers and e_mod_main.h headers that contain nothing but unnecessary module api prototypes
SVN revision: 79908
2012-11-30 14:38:34 +00:00
Carsten Haitzler f534e30089 put lucas's makefiles back.. but what do you do to make it not break
between builds from older vs newer makefile setup?



SVN revision: 79024
2012-11-09 14:49:05 +00:00
Carsten Haitzler 5fa813e1cc lucas... u're going to hate me... but i'm reverting this whole lot of
module build chnages because its fundamentally broken. it DOES NOT
PRODUCE .SO FILES. just .la and .a files. the only reason u dont
notice is.. you ALREADY had .so's installed. i just got in from the
airport... synced and updated.. rebuilt and was met with all modules
not loading... literally - no .so's are installed int he module dirs.
try rm -rf the instaleld module tree.

regardless... this has to be reverted be3cause it's a major break. the
idea is right/nice. the implementation is causing... problems.



SVN revision: 79015
2012-11-09 10:45:35 +00:00
Lucas De Marchi 0000e87ffc e/modules: delete old Makefile.am's
SVN revision: 78983
2012-11-07 21:50:53 +00:00
Lucas De Marchi 92eee9068a e: use AM_CPPFLAGS instead of INCLUDES
Get rid of warnings like below with recent automake (1.11 and newer):
src/bin/Makefile.am:6: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
src/bin/Makefile.am: installing './depcomp'
src/modules/access/Makefile.am:11: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')



SVN revision: 78720
2012-10-31 20:40:40 +00:00
Sebastian Dransfeld 80b0b615b8 e: Cleanup
Fixes potential invalid memory reads.

Patch by Igor Murzov

SVN revision: 77491
2012-10-04 23:27:01 +00:00
Sebastian Dransfeld 4735da0b0c E: Revert change in layer to pos map
Seems there is a lot of code which is connected to the current mapping,
and no need to create a lot of fuzz because of one unused layer.

SVN revision: 77309
2012-10-02 12:02:02 +00:00
Sebastian Dransfeld 66714d9e41 illume2: And fix the previous fix
SVN revision: 77307
2012-10-02 11:50:51 +00:00
Sebastian Dransfeld b83598a504 illume2: Correct layer check value
The old code wanted all windows above layer 50 which has now shifted one
position down.

SVN revision: 77306
2012-10-02 11:48:41 +00:00
Sebastian Dransfeld 1a46149167 illume2: simplify layer to pos mapping
SVN revision: 77302
2012-10-02 10:57:20 +00:00
Sebastian Dransfeld 7e76afdd0a illume2: Fix layer to position map
There is a bug here somewhere. In _policy_border_show_below we search
only the layers _above_ the window?!?

SVN revision: 77298
2012-10-02 10:26:10 +00:00
Christopher Michael 6608e80725 E (Illume): Update border layer position to match changes in
e_container_layer_map.



SVN revision: 77297
2012-10-02 10:21:09 +00:00
Christopher Michael fdf581a87e Illume: Fix ticket 1486 (Illume Home Key Button no longer works). Fix
some layering issues with Back/Forward also.

Implement a "hide_above" function to hide anything above Home window.



SVN revision: 76646
2012-09-14 07:40:31 +00:00
Christopher Michael 5b80ad77d9 E (Illume): Fix border_show_below also (and remove some printfs).
SVN revision: 76592
2012-09-13 08:51:45 +00:00
Christopher Michael 3ed9034661 E (Illume): Fix borders not iconifying in mobile profile when you
launch new apps or switch focus.



SVN revision: 76590
2012-09-13 08:33:14 +00:00
Mike Blumenkrantz 2434f5adbe more PATH_MAX cleanups
SVN revision: 75520
2012-08-22 07:32:12 +00:00
Cedric BAIL c2a29811d5 e: massiv warning cleanup !
SVN revision: 70756
2012-05-04 09:38:52 +00:00
Carsten Haitzler c8952edbf3 fix segv if illume2 config load fails.
SVN revision: 69868
2012-04-02 20:29:18 +00:00
Carsten Haitzler 515819cdb5 make all zone matching agree on the same convention - use zone->num,
not zone->id. zone->id is for matching u to zinerama/xrandr
screens/outputs. e re-sorts based on highest res screens first, lower
res later.



SVN revision: 67951
2012-02-15 04:35:18 +00:00
Gustavo Sverzut Barbieri 4305b8e7fe e/docs: do bare documentation for e.
Just some groups and basic description for modules. I'm NOT going back
to this anytime soon, but would be VERY happy if people could do some
screenshots and put the images for each module in docs/img/ folder,
linking to them from each e_mod_main.h



SVN revision: 67362
2012-01-19 23:25:32 +00:00
Mike Blumenkrantz 276297887c this isn't doing what you thought it was doing.
SVN revision: 64908
2011-11-07 23:33:11 +00:00
Mike Blumenkrantz d5a1ff9f66 crash--
SVN revision: 64907
2011-11-07 23:32:44 +00:00
Mike Blumenkrantz 5a249be7bb OMG! DEVILHORNS USING AN EDITOR WITH TABS INSTEAD OF WHITESPACES????? SAY IT AIN'T SO!!!
SVN revision: 64906
2011-11-07 23:30:27 +00:00
Mike Blumenkrantz 89ecb6a8fc warning--
SVN revision: 64111
2011-10-16 15:27:49 +00:00
Hannes Janetzek 9f3f86a0f0 e17/illume/tablet: fix initial placement of windows using icccm pos request
SVN revision: 63449
2011-09-17 13:51:23 +00:00
Hannes Janetzek f8fb4a32af e17/ill/tablet: make home screen work with indicator again
SVN revision: 63176
2011-09-04 22:10:31 +00:00
Hannes Janetzek ff8c5b60ec e17/illume: more work on tablet policy
SVN revision: 63102
2011-09-03 02:20:14 +00:00
Hannes Janetzek 8a58f8f3d2 e17/illume: fix config window names to be remembered on restart
SVN revision: 63101
2011-09-03 02:19:39 +00:00
Christopher Michael 7cb1de17b3 E/Illume: Let's keep with the existing formatting shall we ? ;)
SVN revision: 62992
2011-08-30 15:00:14 +00:00
Christopher Michael e7540c354d E/Illume: Remove UNUSED here...yes, bd is actually used.
SVN revision: 62991
2011-08-30 14:59:19 +00:00
Hannes Janetzek 79fa5b5efa e17/ill/tablet:
- dont hide_border_below, makes it work with comp-scale
- fix single app layout wrt zone useful geometry


SVN revision: 62940
2011-08-29 11:28:43 +00:00
Hannes Janetzek 495902f88b e17/illume: add option to resize app window before animating keyboard. send default keyboard layout on start (not alpha)
SVN revision: 62937
2011-08-29 09:28:40 +00:00
Hannes Janetzek 28fc6e7ea0 e17/ill: forgot header
SVN revision: 62926
2011-08-28 21:19:23 +00:00
Hannes Janetzek 6fa8c702c2 e17/ill/tablet: layout evry always on the left and single when keyboard is active
SVN revision: 62925
2011-08-28 21:17:15 +00:00
Hannes Janetzek cebc3fe7e3 e17/illume/tablet: cleanup policy, refactor, remove poinless comments
SVN revision: 62922
2011-08-28 16:18:26 +00:00
Hannes Janetzek eda579a019 e17/illume: started a more tablet compatbile policy
SVN revision: 62894
2011-08-28 03:39:25 +00:00
Christopher Michael f5fb0b38ed E: Illume2: Quiet down some printfs wrt extra border types.
SVN revision: 60786
2011-06-28 23:45:19 +00:00
Christopher Michael 002f844940 E: Illume2/Policy: Remove some extra comments (printfs) that are not
needed.



SVN revision: 60785
2011-06-28 23:44:29 +00:00
Carsten Haitzler 88216bb128 quiet edje_cc mode. honor V var.
SVN revision: 58482
2011-04-08 08:20:54 +00:00
Carsten Haitzler f45709a73a and fill in policy holes with handling transitions to/from fullscreen
etc.



SVN revision: 57125
2011-02-17 13:06:53 +00:00
Carsten Haitzler 71c6ac602e also set geom fro indicator
SVN revision: 57122
2011-02-17 11:43:02 +00:00
Carsten Haitzler a82f5c99c4 fix some design and policy issues so it's simple and sane tyo write a
new home screen and softkey - looking at indicator next.



SVN revision: 57119
2011-02-17 10:55:59 +00:00
Carsten Haitzler 5a7a504cb8 conformant home window... should not be sized down :)
SVN revision: 57111
2011-02-17 07:44:51 +00:00
Christopher Michael e6b15ffc17 e_illume_border_show already handles raise, so remove call to explicit
e_border_raise.



SVN revision: 56246
2011-01-20 22:28:33 +00:00