Commit Graph

34 Commits

Author SHA1 Message Date
Andy Williams 2afdce05eb Fix icon location 2017-08-21 15:03:15 +01:00
Andy Williams 5ee65c6bc6 Update equate to build with newer efl 2016-06-11 12:59:19 +01:00
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 07e9e8a092 Fix warnings, update generated parser 2016-01-16 16:50:26 +00: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
Andy Williams 5a72a6cf17 Clean up to configure.ac
Thanks to Vincent Torri for the patch
2016-01-09 23:43:09 +00:00
Hermet Park b431cf2c42 fix compilation warning.
correct 64 bit data casting.
2016-01-08 13:18:11 +09:00
Hermet Park 8de253bb6a fix compilation warning.
match the arguments count.
2016-01-08 13:17:06 +09:00
Andy Williams 404adc74c0 Update metadata to remove edje and fix distcheck 2016-01-06 22:52:56 +00:00
Andy Williams f3b41611de Remove old CVS ignores 2016-01-06 20:29:21 +00: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 242cabee59 Setup ignores 2015-09-16 10:18:55 +01: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 0533a7c213 Update my details in AUTHORS 2014-02-27 23:05:48 +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
Massimo Maiurana ef2273a281 updating esperanto translations
SVN revision: 81195
2012-12-17 23:42:23 +00:00
Massimo Maiurana bd881e33b5 updating russian and galician translations
SVN revision: 79722
2012-11-26 17:37:27 +00:00
Massimo Maiurana 7afff89134 updating various translations
SVN revision: 79483
2012-11-20 23:30:36 +00:00
Massimo Maiurana 8b1245f665 updating portuguese and italian translations
SVN revision: 75634
2012-08-23 18:08:44 +00:00
Cedric BAIL 17d0b253fc equate: fix DSO.
SVN revision: 74706
2012-08-01 05:54:15 +00:00
Massimo Maiurana 8655755573 updating french and italian translations
SVN revision: 64497
2011-10-28 17:09: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
Michael BOUCHAUD 83ed76b877 equate: fix typo
SVN revision: 63834
2011-10-05 10:10:30 +00:00
Vincent Torri 33d46773a4 no libtool files, and remove unneeded file
SVN revision: 63825
2011-10-05 07:29:50 +00:00
Vincent Torri aa95ad9f38 [equate] autotools stuff, and allow themes dir to be set with an env var
SVN revision: 63823
2011-10-05 07:24:33 +00:00
Vincent Torri 50fe4a2ebf remove unneeded files
SVN revision: 63815
2011-10-04 22:10:10 +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