Statistics
| Revision:

root / trunk / extensions / extExpressionField / src @ 38571

Name Size Revision Age Author Comment
  com 36461 over 12 years Francisco Puga gvsig-desktop#13704 Activate wrapping for field...

Latest revisions

# Date Author Comment
36461 09/19/2011 12:32 PM Francisco Puga

gvsig-desktop#13704
Activate wrapping for field expressions description JTextArea

36459 09/19/2011 12:31 PM Francisco Puga

gvsig-desktop#15683

Refactorization finished.

Mostly clean up code and comments and adding some javadoc. Also the way interpreter and operators are loaded
have been changed

36458 09/19/2011 12:31 PM Francisco Puga

gvsig-desktop#15683

GUI and logic are now splited
Big refactor on ExpressionField to encapsulate all the logic need to evaluate
and execute an expression only on EvalExpression, and use EvalExpressionDialog
only for the GUI. As the methods used on EvalExpressionDialog to evaluate the...

36457 09/19/2011 12:31 PM Francisco Puga

gvsig-desktop#15683

Clean up comments

36456 09/19/2011 12:31 PM Francisco Puga

gvsig-desktop#15683

Load operators in the main thread. After some performance test it's clear
that is no need to load the operators in a different thread. This action
can never be cancelled as the the "loading dialog" is never enough time
in the screen to cancel the action. Make the load synchronous simplify the...

35992 08/05/2011 11:23 AM Jorge López Fernández

gvSig-desktop#13380 Integer fields cast to Integer

Integer fields were formerly cast to doubles, which
led to some wrong results (added .0 to its string).
Now they are cast to Integer values.

35764 07/15/2011 04:10 PM Francisco Puga

gvsig-desktop#12362

In python index throws an exception when there is no match.
Instead of use index now find it's used as it returns -1

30790 09/15/2009 01:56 PM fdiaz

#1661

30138 07/24/2009 01:52 PM Vicente Caballero

bug:#2183

28289 04/29/2009 03:37 PM Vicente Caballero

Arreglado el bug 1840

View revisions

Also available in: Atom