Statistics
| Revision:

svn-gvsig-desktop / trunk / org.gvsig.desktop / org.gvsig.desktop.library / org.gvsig.symbology / org.gvsig.symbology.swing / org.gvsig.symbology.swing.api / src / main / java / org / gvsig / app / gui / styling @ 41053

Name Size Revision Age Author Comment
AbstractTypeSymbolEditor.java 6.87 KB 40560 almost 11 years Joaquín del Cerro Murciano Fix headers and license
ArrowDecorator.java 8.68 KB 40560 almost 11 years Joaquín del Cerro Murciano Fix headers and license
EditorTool.java 2.3 KB 40560 almost 11 years Joaquín del Cerro Murciano Fix headers and license
ILibraryModel.java 1.51 KB 40560 almost 11 years Joaquín del Cerro Murciano Fix headers and license
JComboBoxColorScheme.java 5.71 KB 40560 almost 11 years Joaquín del Cerro Murciano Fix headers and license
JComboBoxSimpleMarkeStyles.java 4.68 KB 40560 almost 11 years Joaquín del Cerro Murciano Fix headers and license
JComboBoxUnitsReferenceSystem.java 1.43 KB 40560 almost 11 years Joaquín del Cerro Murciano Fix headers and license
JUrlFileChooser.java 2.81 KB 40560 almost 11 years Joaquín del Cerro Murciano Fix headers and license
LibraryBrowser.java 6.22 KB 40560 almost 11 years Joaquín del Cerro Murciano Fix headers and license
LineProperties.java 8.33 KB 40560 almost 11 years Joaquín del Cerro Murciano Fix headers and license
MarkerFill.java 12.6 KB 40560 almost 11 years Joaquín del Cerro Murciano Fix headers and license
MarkerFillProperties.java 6.5 KB 40560 almost 11 years Joaquín del Cerro Murciano Fix headers and license
Mask.java 6.59 KB 40560 almost 11 years Joaquín del Cerro Murciano Fix headers and license
MultiShapeSymbolSelector.java 8.03 KB 40560 almost 11 years Joaquín del Cerro Murciano Fix headers and license
PatternEditor.java 8.62 KB 40560 almost 11 years Joaquín del Cerro Murciano Fix headers and license
PictureFill.java 13.2 KB 40560 almost 11 years Joaquín del Cerro Murciano Fix headers and license
PictureLine.java 4.82 KB 40560 almost 11 years Joaquín del Cerro Murciano Fix headers and license
PictureMarker.java 10.7 KB 40560 almost 11 years Joaquín del Cerro Murciano Fix headers and license
SLDListBoxCellRenderer.java 6.29 KB 40560 almost 11 years Joaquín del Cerro Murciano Fix headers and license
SelectorFilter.java 1.9 KB 40560 almost 11 years Joaquín del Cerro Murciano Fix headers and license
SimpleFill.java 9.62 KB 40560 almost 11 years Joaquín del Cerro Murciano Fix headers and license
SimpleLine.java 7.52 KB 40560 almost 11 years Joaquín del Cerro Murciano Fix headers and license
SimpleMarker.java 9.04 KB 40560 almost 11 years Joaquín del Cerro Murciano Fix headers and license
SimpleText.java 6.78 KB 40560 almost 11 years Joaquín del Cerro Murciano Fix headers and license
SingleStyleSelectorFilter.java 1.5 KB 40688 over 10 years Juan Lucas Domínguez Fixed style selector
StyleEditor.java 8.49 KB 40724 over 10 years Juan Lucas Domínguez Fixed i18n
StyleLibrary.java 1.27 KB 40560 almost 11 years Joaquín del Cerro Murciano Fix headers and license
StylePreviewer.java 5.17 KB 40678 over 10 years Juan Lucas Domínguez Increased visibility of some methods and fields
StyleSelector.java 14.1 KB 40716 over 10 years Juan Lucas Domínguez Removed unnecessary "throws" and added "throws ...
StyleSelectorListModel.java 7.07 KB 40688 over 10 years Juan Lucas Domínguez Fixed style selector
SymbolEditor.java 21.4 KB 40560 almost 11 years Joaquín del Cerro Murciano Fix headers and license
SymbolLayerManager.java 14.2 KB 40560 almost 11 years Joaquín del Cerro Murciano Fix headers and license
SymbolLevelsWindow.java 20.2 KB 40560 almost 11 years Joaquín del Cerro Murciano Fix headers and license
SymbolLibrary.java 18.3 KB 40560 almost 11 years Joaquín del Cerro Murciano Fix headers and license
SymbolPreviewer.java 6.35 KB 40560 almost 11 years Joaquín del Cerro Murciano Fix headers and license
SymbolSelector.java 36.7 KB 41053 over 10 years Joaquín del Cerro Murciano Añadido soporte para liberar los threads encarg...
SymbolSelectorBrowser.java 2.35 KB 40716 over 10 years Juan Lucas Domínguez Removed unnecessary "throws" and added "throws ...
SymbolSelectorListModel.java 6.95 KB 41053 over 10 years Joaquín del Cerro Murciano Añadido soporte para liberar los threads encarg...

Latest revisions

# Date Author Comment
41053 01/20/2014 07:12 AM Joaquín del Cerro Murciano

Añadido soporte para liberar los threads encargados de cargar los simbolos.

refs #2191

41046 01/13/2014 12:38 PM Joaquín del Cerro Murciano

Modificado el metodo loadSymbols para que devuelba un CancellableTask, de forma que antes de iniciar la carga de los simbolos de una carpeta, si esta a medias una carga, cancele esta antes.

refs #2191

40970 12/05/2013 02:58 PM Joaquín del Cerro Murciano

Modificada la carga de simbolos en el browser de simbolos para que no bloque la interface cuando hay muchos simbolos. Ahora se van cargando en segundo plano.
Para ello se ha añadido al SymbolManager un metodo loadsymbols que en lugar de devolver un array de simbolos recive un visitor.

40724 09/20/2013 02:29 AM Juan Lucas Domínguez

Fixed i18n

40721 09/19/2013 06:23 AM Juan Lucas Domínguez

#1772 Preventing null pointer exception for some events in Swing tree

40716 09/18/2013 07:56 AM Juan Lucas Domínguez

Removed unnecessary "throws" and added "throws IllegalArgumentException" (RuntimeException) in constructors for invalid geometry types.

40688 09/12/2013 06:37 AM Juan Lucas Domínguez

Fixed style selector

40678 09/09/2013 06:23 AM Juan Lucas Domínguez

Increased visibility of some methods and fields

40677 09/09/2013 06:22 AM Juan Lucas Domínguez

Added utility class

40560 07/29/2013 05:47 AM Joaquín del Cerro Murciano

Fix headers and license

View revisions

Also available in: Atom