Statistics
| Revision:

svn-gvsig-desktop / tags / v1_9_Build_1251 / extensions / extAnnotations / src / org @ 37630

# Date Author Comment
31525 11/09/2009 02:42 AM Ignacio Brodín
31473 11/02/2009 11:40 AM Ignacio Brodín

pre_v1_9_Build_1251

30171 07/28/2009 07:21 AM Jose Manuel Vivó Arnal

Fixed problem of active window.

see #2419

29582 06/29/2009 06:06 AM Vicente Caballero

#2322

28616 05/11/2009 12:47 PM Cesar Martinez Izquierdo

Only show files of type *.gva (gvSIG annotations). Show a sensible error to user if layer could not be opened. Fixes: 1472

28611 05/11/2009 11:32 AM Cesar Martinez Izquierdo

Load system wide settings the first time the dialog is loaded

28608 05/11/2009 11:28 AM Cesar Martinez Izquierdo

Remove unnecessary imports

25449 11/20/2008 12:11 PM Cesar Martinez Izquierdo

Rename .gva to .shp before opening the layer; make ConfigTargetLayer window to be modal, otherwise the combo-box may contain outdated layers if the user removes a layer from TOC

25429 11/20/2008 10:30 AM Cesar Martinez Izquierdo

Don't try to add the label if the target layer was removed from TOC

25416 11/20/2008 07:39 AM Cesar Martinez Izquierdo

Add dynamic tolerance to improve user experience

25415 11/20/2008 07:38 AM Cesar Martinez Izquierdo

Remove unnecessary Behavior; PointBehavior is enough for this purpose

24994 11/12/2008 08:20 AM Jose Manuel Vivó Arnal
24989 11/12/2008 07:28 AM jcampos

New function insert:
- public Object getWindowProfile() : this function is to get the profile from all the windows that implement IWindow interface.

24662 11/03/2008 10:22 AM Vicente Caballero

Use annotation's own drawing cache to improve performance; increment variable in the do...while loop

24661 11/03/2008 10:20 AM Vicente Caballero

Layout corrections

24660 11/03/2008 10:20 AM Vicente Caballero

Show layers in reverse order (to match the TOC's logical order)

24659 11/03/2008 10:19 AM Vicente Caballero

Add drawing cache to avoid re-drawings while adding labels

24650 11/03/2008 07:17 AM Vicente Caballero

Add text properties to the dialog; layout the dialog in a diferent fashion

24649 11/03/2008 07:16 AM Vicente Caballero

Create new layer only if it doesn't exist; remove the Apply button because it's producing some errors; add equals method to ComboItem to correctly initialize the combo

24647 11/03/2008 07:14 AM Vicente Caballero

Layout fixes

24646 11/03/2008 07:14 AM Vicente Caballero

Lots of bugfixes: apply the queryByPoint to all the active layers until we find a clicked feature; close the edition when the target layer changes; use the text properties selected in the UI; also listen the TARGET_LAYER_CHANGED event.

24547 10/31/2008 08:19 AM Vicente Caballero

Add SingleLabeling