/[xulu]/trunk/src/appl
ViewVC logotype

Log of /trunk/src/appl

View Directory Listing Directory Listing


Sticky Revision:

Revision 114 - Directory Listing
Modified Mon Jul 11 11:31:25 2011 UTC (13 years, 5 months ago) by mojays
SCHMITZM library updated to current version (2.6-SNAPSHOT)
Added gt-xsd-filter.jar, gt-xsd-gml2.jar, picocontainer.jar and xsd.jar from Geotools 2.6.5

Revision 78 - Directory Listing
Modified Wed Feb 10 16:43:46 2010 UTC (14 years, 10 months ago) by alfonx
Merged branch 1.8-gt2-2.6 to trunk. Now the trunk is based on GeoTools 2.6.1 and schmitzm-2.0.x

Revision 35 - Directory Listing
Modified Mon Jul 6 10:40:01 2009 UTC (15 years, 5 months ago) by alfonx
* Refactored   

public static String getBaseFileName(File file) {
    int extIdx = getFileExtIdx(file);
    
to 

public static String getBaseFilePath(File file) {
    int extIdx = getFileExtIdx(file);

because not only the name (as in File.getName() ) was returned, but the File.getPath() without the postfix. As i did refactoring, all references in Atlas, ISDSS, XULU and schmitzm should be changed to getBaseFilePath automatically.

* Created a method getBaseFileName(File file) that really just return the filename without it's extension.

Revision 33 - Directory Listing
Modified Fri Jun 19 14:20:37 2009 UTC (15 years, 5 months ago) by alfonx
* Renamed classes:
LayerPanel to MapLegend (works on StyledObj)
AtlasLayerPanel to AtlasMapLegend (works on DpLayer)
LayerPanelGroup to MapLayerLegend (works on StyledObj)
AtlasLayerPanelGroup to AtlasMapLayerLegend (works on DpLayer)

Updated all JARs and committed them.

TODO: Some "ISDSS person" might want to rename:
de.isdss.util.framework.ui.panel.LayerPanelScrollPane to something like MapLegendScrollPane.java or FWMapLegendScrollPane.java

* Also committing some substitutions of "@returns" with "@return" 
* Removed testsomethong.java from xulu

Revision 2 - Directory Listing
Added Wed Feb 25 11:54:01 2009 UTC (15 years, 9 months ago) by mojays
First Commit, corresponds to Revision 1008 of Wikisquare-SVN 

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26