Commit Graph

107 Commits

Author SHA1 Message Date
Eduardo Lima (Etrunko) d4ee6be578 Split .gitignore into multiple files
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
2013-06-11 18:19:12 -03:00
Mike Blumenkrantz f36ecd9d3d giant comp rejiggering commit #2: popups are now objects drawn directly onto the compositor canvas with no xwindows of their own
* added a number of new e_comp functions and macros

* options for disabling effects on objects: this option does not currently have any effect

* all modules which used gadcon popups have been adjusted

* all modules which used input windows to detect close events for gadcon popups have been adjusted to use new popup autoclose functionality

* shelves are now always drawn on the compositor canvas, meaning objects will never get clipped by the shelf (ticket #1810)

* shelves no longer have an event object

SVN revision: 84060
2013-02-18 13:43:47 +00:00
Christopher Michael f9a3a22e9e Fix leak as reported by zmike.
- Add support for AltGr key in E_Kbd_Buf_Key
 - Fix e_kbd_buf_layout_key_add to also take in altgr as a param.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 83153
2013-01-23 10:38:46 +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
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 ca69b505a6 possible buffer overflow, review needed from someone who knows this better
SVN revision: 80869
2012-12-13 14:36:24 +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 427b6c34df e: Cleanup
Removes unused variables, drops duplicate return or break
     statements and drops unnecessary checks.

Patch by Igor Murzov

SVN revision: 77490
2012-10-04 23:26:48 +00:00
Massimo Maiurana 016392e5d4 updating portuguese and italian translations
SVN revision: 76470
2012-09-11 17:43:32 +00:00
Mike Blumenkrantz 2434f5adbe more PATH_MAX cleanups
SVN revision: 75520
2012-08-22 07:32:12 +00:00
Carsten Haitzler b565b6ca04 use fixed buffer.
SVN revision: 75515
2012-08-22 03:27:11 +00:00
Cedric BAIL c2a29811d5 e: massiv warning cleanup !
SVN revision: 70756
2012-05-04 09:38:52 +00:00
Carsten Haitzler b731b036d0 lets get rid of the ()'s in filenames to make bsd users with their
ancient make tools work.



SVN revision: 70556
2012-04-30 12:04:50 +00:00
Tom Hacohen a4240c73b4 E illume-keyboard: No need to escape () in the filename.
Breaks here (possibly beacuse of new autofoo?).

SVN revision: 68659
2012-03-04 13:28:44 +00:00
Carsten Haitzler 7edcb32dd0 add \ to ('s
SVN revision: 68607
2012-03-02 00:09:13 +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 4ae3818d7c fix another null deref
SVN revision: 64905
2011-11-07 23:29:44 +00:00
Mike Blumenkrantz 283c7f8264 warning--
SVN revision: 64114
2011-10-16 15:38:10 +00:00
Hannes Janetzek f3a9da35f3 e17/ill/kbd: fix keyboard resize, when width is not zone width
SVN revision: 63010
2011-08-30 20:26:37 +00:00
Christopher Michael dfa389f7df E/Illume: Vkbd needs lock_focus_in/out.
NB: Jeff Hoogland, this fixes vkbd when building w/ xcb ;)



SVN revision: 62998
2011-08-30 18:25:12 +00:00
Hannes Janetzek 05862179ae e17/illume-kbd: fix initial size when scaling is 1.0
SVN revision: 62976
2011-08-29 21:53:37 +00:00
Hannes Janetzek 31a593b8e0 e17/illume-keyboard: add option for default keyboard layout.
- resize window to zone->useful_geometry to make it work with shelves


SVN revision: 62938
2011-08-29 09:30:18 +00:00
Hannes Janetzek 5c801bd7a7 whoops, copied image folder and didnt remove .svn.. revert
SVN revision: 62688
2011-08-22 09:51:26 +00:00
Hannes Janetzek 67579d998d themes/dtrs: add missings images
SVN revision: 62686
2011-08-22 09:44:19 +00:00
Hannes Janetzek a147da5358 e17/illume-keyborad: add option to scale keyboard height
SVN revision: 62605
2011-08-20 01:02:43 +00:00
Michael BOUCHAUD 680c3eb7ac e: make some config vars in illume-keyboard. I hope limits will be good for you.
SVN revision: 61290
2011-07-12 13:05:06 +00:00
Carsten Haitzler 6019c251d9 use mmap safety.
SVN revision: 60983
2011-07-04 09:47:09 +00:00
Michael BOUCHAUD 0321c0e17b e: fix one more clip in illume-keyboard and build the edje from source now
SVN revision: 60588
2011-06-22 12:34:01 +00:00
Michael BOUCHAUD 076405da93 e: clip on a RECT :D
SVN revision: 60543
2011-06-21 10:21:46 +00:00
Michael BOUCHAUD ce733333b0 e: revert
SVN revision: 60542
2011-06-21 10:20:48 +00:00
Christopher Michael 9fc7442efe Illume Keyboard: Fix incorrect white images.
SVN revision: 60536
2011-06-20 21:31:51 +00:00
Christopher Michael 66fbfda38c Illume Keyboard: Fix keyboard button colors.
SVN revision: 60047
2011-06-07 20:08:31 +00:00
Rui Seabra 3062d73881 altgr function (doesn't do shift+altgr yet)
SVN revision: 57921
2011-03-20 20:47:13 +00:00
Christopher Michael 5fcb7e81e7 Fix formatting of recently committed patch. (no functional changes).
SVN revision: 57812
2011-03-17 00:58:56 +00:00
Rui Seabra d5f998a4a4 Implement multi-shift for illume-keyboard and change Default.kbd to use it.
Works well on my end and nobody complained about the patch in almost a week so if it's a problem, feel free to revert, but please explain me how to improve it.


SVN revision: 57810
2011-03-16 22:43:55 +00:00
Michael BOUCHAUD c3138e6c97 fix problem with some popup and illume-keyboard(like firefox urlbar). The pressed key send by the virtual is wrong, he send the previous key you have typed
SVN revision: 57459
2011-03-01 17:38:53 +00:00
Christopher Michael 0a8b9a0380 Illume-Keyboard: Keyboard aspect fix.
If our zone is wider than it is taller, don't let virtual keyboard
take up most of the screen. This fixes illume-keyboard taking most of
the screen. Now, if we are wider than we are taller, just use half the
zone height rather than the previous which used about 3/4 of the height.



SVN revision: 56931
2011-02-10 18:20:28 +00:00
Mike Blumenkrantz bea2bf271d (fd leak--)--
SVN revision: 56155
2011-01-16 01:57:31 +00:00
Mike Blumenkrantz 15468f69f6 fix include paths for all these makefiles to add $top_builddir/src/bin instead of $top_srcdir/src/lib
SVN revision: 55884
2011-01-05 17:50:05 +00:00
Mike Blumenkrantz c2afdae74c fix typo to avoid null deref: a copy/paste propagated error
SVN revision: 55720
2010-12-22 23:22:01 +00:00
Massimo Maiurana 4a57615505 updating portuguese translations
SVN revision: 55041
2010-11-28 14:34:04 +00:00
Christopher Michael b7f5014a18 Patch to fix keyboard layout size from Marco Trevisan.
SVN revision: 54709
2010-11-19 02:41:02 +00:00
Miculcy Brian abee1825dd Apply new module categories.
SVN revision: 53600
2010-10-19 12:28:07 +00:00
Lucas De Marchi 25113159a5 Fix common misspellings
Some misspellings were manually reverted since in E there are tons of .po with
phrases in other languages. Other than that all the changes in the following
files were reverted:

 * src/modules/illume/dicts/English_(US).dic
 * src/modules/illume-keyboard/dicts/English_(US).dic


Following misspellings were fixed:

acquited->acquitted
adres->address
adress->address
alreayd->already
aquire->acquire
arbitarily->arbitrarily
cant->can't
Capetown->Cape
carefull->careful
causalities->casualties
Celcius->Celsius
certian->certain
commandoes->commandos
considerd->considered
conveyer->conveyor
dependant->dependent
didnt->didn't
discontentment->discontent
doesnt->doesn't
everytime->every
exemple->example
existance->existence
existant->existent
existince->existence
Farenheit->Fahrenheit
forbad->forbade
funguses->fungi
guage->gauge
guerilla->guerrilla
guerillas->guerrillas
happend->happened
hasnt->hasn't
heros->heroes
inbetween->between
independant->independent
inital->initial
intrusted->entrusted
irregardless->regardless
isnt->isn't
knifes->knives
layed->laid
loosing->losing
marrage->marriage
midwifes->midwives
miniscule->minuscule
monickers->monikers
mroe->more
noone->no one
occured->occurred
omre->more
paralell->parallel
payed->paid
planed->planned
quitted->quit
quizes->quizzes
seperated->separated
seperate->separate
shoudl->should
similiar->similar
simplier->simpler
specifiying->specifying
teh->the
toke->took
torpedos->torpedoes
Tuscon->Tucson
unecessary->unnecessary
useage->usage
usefull->useful
useing->using
waht->what
wanna->want
whith->with
wich->which
withing->within




SVN revision: 52006
2010-09-08 23:59:07 +00:00
Christopher Michael 1911aa77e0 Add missing parens.
Fix some formatting.
Remove unused variables.
General cleanup.



SVN revision: 51706
2010-08-29 02:01:52 +00:00