Commit Graph

9 Commits

Author SHA1 Message Date
Hermet Park b431cf2c42 fix compilation warning.
correct 64 bit data casting.
2016-01-08 13:18:11 +09:00
Andy Williams b34b1f896f [ui] Convert equate to Elementary
A few functions that have not been ported but they could not
be accessed from the current edc theme.
Looking at the possibility of a scientific layout to access these.
2016-01-06 20:28:55 +00:00
Andy Williams 703693f37d Also listen for equals key for finishing calculation and escape for cancelling 2014-11-09 18:57:36 +00:00
Andy Williams 02750ee4af Complete the bracket support by adding to key listener 2014-11-09 18:49:17 +00:00
Andy Williams fcdd86a62a respond to keypad decimal
Added the KP_Decimal signal to the list of items that create a '.'.
Also remove some loud debug
2014-02-27 23:04:38 +00:00
Nicolas Aguirre f4933a9f35 PROTO/Equate: fix indent
SVN revision: 63876
2011-10-06 06:24:09 +00:00
Nicolas Aguirre 3255c4ca4c PROTO/equate: keyboard support
SVN revision: 63875
2011-10-06 06:21:39 +00:00
Nicolas Aguirre 7b462f7c57 PROTO/equate: Cleanup code, and add bracket support.
SVN revision: 63874
2011-10-06 05:54:34 +00:00
Nicolas Aguirre 13d15ed8fc PROTO/equate: add a new/old project, equate.
As we say in french "it's in the old pots that made ​​the best soups".
Equate was originally written by Andrew Williams something like 8 years ago, and was using EWL and/or Edje for the GUI.
I didn't touch the math expression parser, but change the GUI, remove all the ewl and ecore_evas stuff, use Elementary for the window creation and keep edje for the GUI.
What i can said is that i'm impressed that after 8 years the originally edje file is still building without any issue, and the whole program is usable (except for the EWL part) !
I change the Edje file a bit to use new stuff like table instead of aligned objects by hand, but the old theme that you can find in OLD/MISC/equate is still usable as is.



SVN revision: 63814
2011-10-04 22:04:37 +00:00