Commit Graph

15 Commits

Author SHA1 Message Date
Andy Williams 229babf6fb Don't override theme colours 2016-05-14 18:00:32 +01:00
Andy Williams de1f864988 fix glitch with long numbers
Add the readout to a scroller so we don't force
the UI to expand with long numbers

@fix T3439
2016-04-15 21:13:26 +01:00
Andy Williams 360560acc2 scale UI based on window size
Recalculate when the window is resized too.
2016-01-15 22:14:24 +00:00
Andy Williams 98e6b941ef [commandline] add an eval option
Pass it through to the main equate eval engine and output result.
2016-01-10 13:28:27 +00:00
Andy Williams 7989510b4c [commandline] add basic option parsing.
Bringing some more features in will be easier with options.
2016-01-10 12:30:08 +00:00
Andy Williams 07990e0a3b Scale the UI to be a little clearer 2016-01-09 23:50:42 +00:00
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