Log of /trunk/src/skrueger
Directory Listing
Revision
304 -
Directory Listing
Modified
Wed Aug 19 12:03:12 2009 UTC
(15 years, 6 months ago)
by
alfonx
* GP/Schmitzm: The org.geotools.JMapPane has been patched:
The problem: Clicking into the map with the InfoCLick tool took very long. The algorithm has been modified to only check for hits in layers, that actually have any visible attributes. The AttributeMetaDataMap can therefore be given to the JMapPane (#setAttributeMetaDataFor(String ID, AttributeMetaDataMap amdMap). This feature is fully transparent: If no AttributeMetadata is supplied, all works as before.
* GP-Feature: The TransitionShapefileRenderer is in use again. It speeds up Shapefile rendering, but has been reported to make the GP hang. We include this feature in 1.1 again and will try to reproduce it.
* GP-Feature: Calculation of size now ignores CSV and SVN directories
Revision
302 -
Directory Listing
Modified
Mon Aug 17 12:45:48 2009 UTC
(15 years, 6 months ago)
by
alfonx
* GP-Feature: the EditSpEntry-GUI now also allows to define a charset to be used for the DBF file.
Revision
300 -
Directory Listing
Modified
Sat Aug 15 10:33:43 2009 UTC
(15 years, 6 months ago)
by
alfonx
* AS-Feature: Added a button to open the attribute table to the AtlasStyler QuantitiesClassification-GUI.
* GP-Bugfix: Entering translations with tailing spaces lead to strange behavioure. Fixed.
Revision
298 -
Directory Listing
Modified
Tue Aug 11 12:18:00 2009 UTC
(15 years, 6 months ago)
by
alfonx
* GP-Feature: Using DesignAtlasChartDialog starts rocking... Now it's possible to change the attributes of existing charts.
Revision
297 -
Directory Listing
Modified
Mon Aug 10 22:10:07 2009 UTC
(15 years, 6 months ago)
by
alfonx
* GP-Feature: The chart features hit the AtlasMapView! :-) A new button in the map's tool bar allows to directly access any chart available for the map.
Revision
294 -
Directory Listing
Modified
Mon Aug 10 22:06:37 2009 UTC
(15 years, 6 months ago)
by
alfonx
* Added a convenience method getMapContext() to the MapContextManagerInterface
Revision
292 -
Directory Listing
Modified
Wed Aug 5 12:34:15 2009 UTC
(15 years, 6 months ago)
by
alfonx
* Big Code Cleanup in Atlas-Framework
* More options in DesignAtlasChart
Revision
289 -
Directory Listing
Modified
Mon Aug 3 22:29:36 2009 UTC
(15 years, 6 months ago)
by
mojays
Chart-Selection highlighting for CategoryDatasets.
DatasetSelectionModel and Feature2DatasetMapping parameterized with 3 data types (Dataset, SeriesKey type, ItemKey type).
Imports organized.
Revision
279 -
Directory Listing
Modified
Sat Aug 1 20:48:15 2009 UTC
(15 years, 7 months ago)
by
alfonx
* Hackingsession: Charts ...
Revision
268 -
Directory Listing
Modified
Sat Aug 1 15:15:00 2009 UTC
(15 years, 7 months ago)
by
alfonx
* Hackingsession: First release of DesignAtlasChartJDialog
Revision
261 -
Directory Listing
Modified
Fri Jul 31 17:05:18 2009 UTC
(15 years, 7 months ago)
by
mojays
all methods dealing with features moved from JFreeChartUtil to FeatureChartUtil
imports organized
Revision
256 -
Directory Listing
Modified
Fri Jul 31 14:43:47 2009 UTC
(15 years, 7 months ago)
by
alfonx
* Updated the license headers
* chart action going on...
Revision
244 -
Directory Listing
Modified
Wed Jul 29 09:33:33 2009 UTC
(15 years, 7 months ago)
by
alfonx
* Updated all .java and .properties headers with a recent LGPL 3.0 and a link to the project webpage.
Revision
243 -
Directory Listing
Modified
Tue Jul 28 12:40:08 2009 UTC
(15 years, 7 months ago)
by
alfonx
* Renamed a method
Revision
240 -
Directory Listing
Modified
Tue Jul 28 08:49:05 2009 UTC
(15 years, 7 months ago)
by
alfonx
* Moved JNLPUtil back to Atlas-Framework-project because it would pull an extra JAR into SCHMITZM.
* GP-BugFix: Some fine-tuning with the default CRS stuff
* Fixed comments in AtlasML.xsd
Revision
238 -
Directory Listing
Modified
Tue Jul 28 08:07:12 2009 UTC
(15 years, 7 months ago)
by
alfonx
* JavaDoc changes
Revision
237 -
Directory Listing
Modified
Mon Jul 27 11:56:14 2009 UTC
(15 years, 7 months ago)
by
alfonx
* Removed a LOGGER.warn
Revision
236 -
Directory Listing
Modified
Mon Jul 27 10:40:35 2009 UTC
(15 years, 7 months ago)
by
alfonx
* Created a new utility class JNLPUtil in schmitzm
* Added JNLP SingleInstance support to AV and GP
Revision
227 -
Directory Listing
Modified
Fri Jul 17 07:25:29 2009 UTC
(15 years, 7 months ago)
by
alfonx
* AV-Revert: Had to replace TransitionalShapefileRenderer again, because AR reported reproducable hangs on many Windows machines.
* GP-Feature: Created an Export-Wizard! Check it out.. it's fun!
Revision
226 -
Directory Listing
Modified
Thu Jul 16 07:37:43 2009 UTC
(15 years, 7 months ago)
by
alfonx
* Created a new ManageChartsForMapDialog that allows to manage charts and define which chart is visible in which map. Besides, that saving the ChartSTyles is not implemented, you can now basically define and use the charts.
* Created a TransitionShapefileRenderer in schmitzm. It's a copy (extend was not possible) of a normal ShapefileRenderer class, but extended by a hack to fall back to the normal StreamingRenderer if a FeatureOperationTreeFilter is applied to a MapLayer.
* I have set this TransitionShapefileRenderer as default in JMapPane & Co.
* It's called "transition", because we will remove it as soon as we moved to GT 2.6 and switched the filters to eCQL.
Revision
225 -
Directory Listing
Modified
Wed Jul 15 08:05:22 2009 UTC
(15 years, 7 months ago)
by
alfonx
* Just renamed a bunch of
> StyledLayerInterface styledMap;
variables to
> StyledLayerInterface styledLayer;
Revision
224 -
Directory Listing
Modified
Tue Jul 14 15:57:19 2009 UTC
(15 years, 7 months ago)
by
alfonx
* big biG BIG refactoring: StyledMap[Interface,Util,Style] never dealt with Maps (=Orchestrations of layers), but always only with single Layers. Now it has been refactored to StyledLayer[Interface,Util,Style].
* Some variable names and methodNames have been corrected also, but many will still be missing.
* New JARs committed
Revision
223 -
Directory Listing
Modified
Tue Jul 14 15:01:57 2009 UTC
(15 years, 7 months ago)
by
alfonx
* Last commit before refactoring StyledMapInterface to StyledLayerInterface
Revision
222 -
Directory Listing
Modified
Tue Jul 14 14:46:39 2009 UTC
(15 years, 7 months ago)
by
alfonx
* Renamed StyledFeatureInterface to StyledFeaturesInterface
Revision
220 -
Directory Listing
Modified
Tue Jul 14 09:41:31 2009 UTC
(15 years, 7 months ago)
by
alfonx
* Improved the JavaDoc comments
Revision
208 -
Directory Listing
Modified
Thu Jul 9 20:51:58 2009 UTC
(15 years, 7 months ago)
by
alfonx
* SCHMITZ/ISDSS/AV/GP CodeClean: Removed the "throws Exception" from "getGeoObject" and rather let it throw a RuntimeException(e). Now it's our job to remove ny throw/catch leftovers in the outer code.
* Fundamentally introduced AttributeMetaData to AtlasStyler
Revision
207 -
Directory Listing
Modified
Thu Jul 9 20:14:21 2009 UTC
(15 years, 7 months ago)
by
alfonx
* AS FEATURE: Changing the TextSymbolizer (label settings) in AS is now directly presented in the preview JMapPane(s). Up to now, the LabelCache of the JMapPane didn't clear properly and the changes were only shown after a while.
* CodeCleanup: Removed some unneeded SwingUtil.getParentWindow (because most atlas classes now use a Component object as GUI-parent parameter)
Revision
206 -
Directory Listing
Modified
Thu Jul 9 16:45:26 2009 UTC
(15 years, 7 months ago)
by
alfonx
* Removed many now useless SwingUtil.getParentWindow( Component ) statemant because more and more of the GUI takes Component as the parent GUI parameter.
* Ctrl-Shift-Organize
Revision
199 -
Directory Listing
Modified
Tue Jul 7 17:03:18 2009 UTC
(15 years, 7 months ago)
by
alfonx
skrueger.swing ResourceBundle ins schmitzm.resource bundle integriert.
Revision
195 -
Directory Listing
Modified
Tue Jul 7 13:15:33 2009 UTC
(15 years, 7 months ago)
by
alfonx
* More more i8n in French
Revision
186 -
Directory Listing
Modified
Fri Jul 3 14:40:10 2009 UTC
(15 years, 7 months ago)
by
alfonx
Revision
185 -
Directory Listing
Modified
Fri Jul 3 14:36:08 2009 UTC
(15 years, 7 months ago)
by
alfonx
* Un-deprecated the constructor Translation(String);
Revision
180 -
Directory Listing
Modified
Thu Jul 2 14:44:57 2009 UTC
(15 years, 8 months ago)
by
alfonx
* Added a special @Override paint() method to some of the GeoMapPane's components, so that when we create a screenshot in the Atlas, the backgrounds (of the GridPanel for example) will be white and not gray - that is much better for printing.
* Some more i8n n French
Revision
177 -
Directory Listing
Modified
Wed Jul 1 15:02:39 2009 UTC
(15 years, 8 months ago)
by
alfonx
* Selection buttons verschwinden jetzt pünktlich ;-) .. auch im ISDSS
Revision
176 -
Directory Listing
Modified
Wed Jul 1 14:14:15 2009 UTC
(15 years, 8 months ago)
by
alfonx
* Further improved the usability of the filter panels (used in FilterDialog and AttributeTableDialog)...
** The preview map now always shows the complete collections in gray and the selected / filtered features in red above it
** Added de/en/fr tooltips for the preview mappane
** GP/ATlas AttribtDialog and FilterDialog can now be closed by pressing ESC
* Organized Imports ;-)
FIXED?: With an open attribute table, open the filters dialog and set a filter .. works here for me now and updates the attribute table.
Revision
169 -
Directory Listing
Modified
Tue Jun 30 08:03:29 2009 UTC
(15 years, 8 months ago)
by
alfonx
* Better handling of Exceptions while reading an SLD
Revision
168 -
Directory Listing
Modified
Sun Jun 28 17:57:38 2009 UTC
(15 years, 8 months ago)
by
alfonx
* Comitting new GT jars, because i had to resign them.
gt2-xml and gt2-wfs are now part of the game.
Revision
165 -
Directory Listing
Modified
Tue Jun 23 16:31:32 2009 UTC
(15 years, 8 months ago)
by
alfonx
* GP's MapComposer has a new button to reset the legend width
* i8n for it
Revision
164 -
Directory Listing
Modified
Tue Jun 23 16:06:23 2009 UTC
(15 years, 8 months ago)
by
alfonx
* GP's MapComposer has a new button to store the ratio of legend and map. it can also be stored as the default for all maps.
Revision
162 -
Directory Listing
Modified
Mon Jun 22 21:05:20 2009 UTC
(15 years, 8 months ago)
by
alfonx
* FINALLY! FINALLY! Found the regressoin in GT 2.4.5 that had made AtlasStyler very buggy. An setSize(Expression.NIL) is set in StyleFactoryImpl which was evil, because NILExpressions are only supported properly in 2.5. So i overwrite the class in schmitzm and changed the one line. Then i was also able to remove a few workarounds that were not needed anymore.
* Some more fixed in AtlasStyler, like: Local symbols are only shown one now.. not twice.
Next commit will be a full build with all JARs
Revision
160 -
Directory Listing
Modified
Mon Jun 22 17:15:45 2009 UTC
(15 years, 8 months ago)
by
alfonx
* JMapPane: Fixed a possible NPE .. happend very seldom when clicking in a MapView the first time
* SelectionButtons are now directly appearing
Revision
159 -
Directory Listing
Modified
Mon Jun 22 14:04:47 2009 UTC
(15 years, 8 months ago)
by
alfonx
* Back to StreamingRenderer: Otherwise the Filter function doesn't work. Will be fixed with 2.6
Revision
158 -
Directory Listing
Modified
Mon Jun 22 13:45:32 2009 UTC
(15 years, 8 months ago)
by
alfonx
* Changed the Selection-Stlying-Filter: It's now based on GeoTools Filters! The new Filter() { .. } approach is not recommended in GeoTools and will probably produce other problems also. Because the ShapeFileRenderer is optimizing the filters (thats why it's 10 times faster), its doing some stuff that only works on GeoTools Filters:
Which leads to a problem: Any "Martin-Filter" from Schmitzm does not work when using the ShapefileRenderer
Revision
155 -
Directory Listing
Modified
Mon Jun 22 10:53:59 2009 UTC
(15 years, 8 months ago)
by
alfonx
* French translations for the Mappane button tooltips
Revision
154 -
Directory Listing
Modified
Mon Jun 22 09:54:07 2009 UTC
(15 years, 8 months ago)
by
alfonx
* Results of Sunday evening hacking in Bolsena
** Rendering of big Shapefiles about 5-10 times faster now!
** Icon sizes in AtlasStyler correct again.
** Moved two functions from AtlasFramework to schmitzm
Revision
153 -
Directory Listing
Modified
Sat Jun 20 12:48:24 2009 UTC
(15 years, 8 months ago)
by
alfonx
* Organized Imports
* Fixed a BuG in AS, PolygonSymbolEditGUI (Had to be Float instead of Double)
* Renamed DesignLayerPanel to DesginMapLegend etc...
* Bugfixed ManageLayerSytlesForMapDialog to trigger a preview of the new legend.
Revision
152 -
Directory Listing
Modified
Fri Jun 19 18:13:35 2009 UTC
(15 years, 8 months ago)
by
alfonx
* ToolTips für alle MapPaneToolbarActions eingebaut: zoom in/out, pan, info...
Revision
151 -
Directory Listing
Modified
Fri Jun 19 16:22:29 2009 UTC
(15 years, 8 months ago)
by
alfonx
* Selection stuff technically ready to use! :-) :-) Next translating tooltips etc...
Revision
148 -
Directory Listing
Modified
Thu Jun 18 16:31:56 2009 UTC
(15 years, 8 months ago)
by
alfonx
* Reorganized the UI of the Legend
* Solved the never-wide-enough legend, including the "..."
Revision
147 -
Directory Listing
Modified
Thu Jun 18 12:59:20 2009 UTC
(15 years, 8 months ago)
by
alfonx
* Selection buttons working again: add/remove...
Revision
145 -
Directory Listing
Modified
Thu Jun 18 00:28:28 2009 UTC
(15 years, 8 months ago)
by
alfonx
* Tuned the versioning system in build.xml
* Renamed JavaDoc @returns to @return to reduce warnings (by prox 0.1% ;-) )
Revision
142 -
Directory Listing
Modified
Mon Jun 15 12:09:05 2009 UTC
(15 years, 8 months ago)
by
alfonx
just removed a debug line
Revision
141 -
Directory Listing
Modified
Sun Jun 14 18:23:36 2009 UTC
(15 years, 8 months ago)
by
alfonx
* Have to go now.. The basic idea of seleciton-related buttons appearing only when AttribTableDialog or a ChartDialog are open has been implemented.
Revision
140 -
Directory Listing
Modified
Sun Jun 14 17:24:44 2009 UTC
(15 years, 8 months ago)
by
alfonx
* Not really an atomic commit: hacking session going on.. just switching from laptop to dektop.
* Minimally improved dialog to choose a language if the atlas only contains languages that your computer doesn't.
* GP: Added a menu item to send the logfile by email to Steve
* GP: List of languages to select from is now sorted
* Version-management in build.xml ... using a release.properties
** TODO: Still need integration with the webpage
* BUGFIXed: Layers expanding and collapsing every time while the AS is updating the preview
* UNDER WORK: AV: Only show selection-related buttons when they make sense.
Revision
139 -
Directory Listing
Modified
Thu Jun 11 12:52:58 2009 UTC
(15 years, 8 months ago)
by
alfonx
* Fixed a bug when creating more than 3 additional styles at once... A NPE occurred because none has been set as the selected additional style.
* Moved the i8n and Localisation for LabelSearch to schmitzm
Revision
138 -
Directory Listing
Modified
Wed Jun 10 15:23:33 2009 UTC
(15 years, 8 months ago)
by
alfonx
* Moved all classes concerning the LabelSearch tool to schmitzm
Revision
136 -
Directory Listing
Modified
Wed Jun 3 19:53:33 2009 UTC
(15 years, 8 months ago)
by
mojays
chart selection reorganized
Revision
134 -
Directory Listing
Modified
Sat May 30 20:22:00 2009 UTC
(15 years, 9 months ago)
by
mojays
new Feature2DatasetItemDatasetGroup
Revision
131 -
Directory Listing
Modified
Sat May 30 19:58:13 2009 UTC
(15 years, 9 months ago)
by
mojays
Revision
130 -
Directory Listing
Modified
Sat May 30 16:34:00 2009 UTC
(15 years, 9 months ago)
by
mojays
new DatasetSelectionListener and ChartSelectionSynchronizer (not finished!)
Revision
128 -
Directory Listing
Modified
Sat May 30 16:27:26 2009 UTC
(15 years, 9 months ago)
by
alfonx
* Upgraded JFreeChart to 1.0.13 and JCommon to 1.0.16
Revision
127 -
Directory Listing
Modified
Sat May 30 14:29:58 2009 UTC
(15 years, 9 months ago)
by
mojays
Many many many new JFreeChart stuff (selection panel and renderer, etc.)
- schmitzm.jfree.chart.SelectableChartPanel
- schmitzm.jfree.chart.ChartMouseSelectionTracker
- schmitzm.jfree.chart.selection.*
- schmitzm.jfree.chart.renderer.*
Plus: Imports organized!
Revision
125 -
Directory Listing
Modified
Sat May 23 11:33:59 2009 UTC
(15 years, 9 months ago)
by
alfonx
* Just code layout
Revision
124 -
Directory Listing
Modified
Thu May 21 21:01:59 2009 UTC
(15 years, 9 months ago)
by
alfonx
* Migrating parameters "Window owner" to "Component owner"
Revision
123 -
Directory Listing
Modified
Wed May 20 15:54:51 2009 UTC
(15 years, 9 months ago)
by
alfonx
* Changed the logic to generate the Style which contains a FeatureTypeStyle for the selection. It now uses the MapLayer.getStyle() as a base (instead of styledObj.getStyle() ) and simply removes any old FeatureTypeStyle that contains Rules for an older selection.
Why?
1. Because the MapLayer's Style might have been changed by the AS and we don't want the Style to reset.
2. Because in the Atlas the DPLayer's getStyle() always returns the default style, ignoring any additionaly styles.
Revision
122 -
Directory Listing
Modified
Tue May 19 17:16:13 2009 UTC
(15 years, 9 months ago)
by
alfonx
* Removed some logging JMapPane
* Improved Layout in TAJD.java
Revision
120 -
Directory Listing
Modified
Sat May 16 21:25:44 2009 UTC
(15 years, 9 months ago)
by
alfonx
* Possibility to ass more buttons to the button panel by #setButtons(JButton... )
Revision
117 -
Directory Listing
Modified
Thu May 14 01:15:22 2009 UTC
(15 years, 9 months ago)
by
alfonx
* Selection buttons removed
Revision
116 -
Directory Listing
Modified
Wed May 13 17:37:11 2009 UTC
(15 years, 9 months ago)
by
alfonx
* JMapPane: cleanup, no semantic change
* TranslationAskJDialog now takes Component instead of Window for owner in the constructor
Revision
112 -
Directory Listing
Modified
Wed May 13 09:18:53 2009 UTC
(15 years, 9 months ago)
by
mojays
StyledFeatureCollectionTableModel
- bug fixed in FeatureSource -> FeatureCollection conversion (using getSchema() instead of getFeatureType()!)
Revision
111 -
Directory Listing
Modified
Tue May 12 23:33:14 2009 UTC
(15 years, 9 months ago)
by
alfonx
* Fixed some bugs with the SelectionListeners and the JMapPane. To make this work, StyledFeatureLayerSelectionModel now extends StyledLayerSelectionModel<String>. So the selection is remembered as a Set of Feature-IDs. This change was needed, because Feature.java doesn't overwrite the equals method, and therefore the HashSet didn't function as expected.
* Added new Tools and BUttons to MapPaneToolBar.java to select features
* Changed a lot in MapPaneToolBar.java. It now allows to position Spaces, Actions and Tools via the ID field. (the new feature is to mix them)
* Fixed a bug in AV's ClickInfoPanel that would suddenly pop up an AtlasViewer if started from Geopublisher under special circumstances.
* Moving layers in the legend is using MapContext's move method instead of remove and insert.
* LayerPanel's remember* Maps now all have the MapLayer's ID as a key.
This commit includes latest schmitzm.jar and av.jar. The av.jar is also commited to the ISDSS, but the ISDSS will still have the old schmitzm.jar. Latest schmitzm.jar in ISDSS should be updated ASAP. I just don't know where to put it.
Revision
109 -
Directory Listing
Modified
Tue May 12 13:14:26 2009 UTC
(15 years, 9 months ago)
by
mojays
SelectionSynchronizer must ignore SelectionEvents coming from FilterDialog
Revision
107 -
Directory Listing
Modified
Mon May 11 13:14:20 2009 UTC
(15 years, 9 months ago)
by
alfonx
* Removed the Windows hack to correct _DE.html filenames automatically to _de.html
Revision
106 -
Directory Listing
Modified
Fri May 8 15:13:49 2009 UTC
(15 years, 9 months ago)
by
alfonx
* Improved styling for selected features.
Revision
105 -
Directory Listing
Modified
Fri May 8 15:02:28 2009 UTC
(15 years, 9 months ago)
by
alfonx
(Hacking Session in action - atomic commits can't be ensured)
Revision
104 -
Directory Listing
Modified
Fri May 8 13:49:34 2009 UTC
(15 years, 9 months ago)
by
alfonx
(Hacking Session in action - atomic commits can't be ensured)
- Moved Style-cloning methods fro skrueger.sld.Utilities.java to schmitzm-StylingUtil.java
Revision
103 -
Directory Listing
Modified
Fri May 8 13:48:00 2009 UTC
(15 years, 9 months ago)
by
mojays
Revision
102 -
Directory Listing
Modified
Fri May 8 13:47:33 2009 UTC
(15 years, 9 months ago)
by
mojays
Revision
101 -
Directory Listing
Modified
Fri May 8 13:17:02 2009 UTC
(15 years, 9 months ago)
by
alfonx
(Hacking Session in action - atomic commits can't be ensured)
- Moved Style-cloning methods fro skrueger.sld.Utilities.java to schmitzm-StylingUtil.java
Revision
100 -
Directory Listing
Modified
Fri May 8 12:29:45 2009 UTC
(15 years, 9 months ago)
by
alfonx
(Hacking Session in action - atomic commits can't be ensured)
- Remodeling the SelectionModels
Revision
97 -
Directory Listing
Modified
Fri May 8 12:10:42 2009 UTC
(15 years, 9 months ago)
by
alfonx
(Hacking Session in action - atomic commits can't be ensured)
- Remodeling the SelectionModels
Revision
96 -
Directory Listing
Modified
Fri May 8 11:23:16 2009 UTC
(15 years, 9 months ago)
by
alfonx
(Hacking Session in action - atomic commits can't be ensured)
- Remodeling the SelectionModels
Revision
93 -
Directory Listing
Modified
Fri May 1 16:24:15 2009 UTC
(15 years, 10 months ago)
by
alfonx
* Just corrected some JavDoc
Revision
92 -
Directory Listing
Modified
Tue Apr 28 10:33:41 2009 UTC
(15 years, 10 months ago)
by
alfonx
* Added some logging
Revision
87 -
Directory Listing
Modified
Thu Apr 23 19:39:13 2009 UTC
(15 years, 10 months ago)
by
alfonx
* MapView() constructor API change corrected.
Revision
62 -
Directory Listing
Modified
Fri Apr 17 18:56:17 2009 UTC
(15 years, 10 months ago)
by
alfonx
* Enabled the "zoom to layer bounds" for single selected points et al.
* Inserted a stub for getColumnCLass() in FeatureCollectionTableModel.java
Revision
59 -
Directory Listing
Modified
Fri Apr 17 17:26:58 2009 UTC
(15 years, 10 months ago)
by
mojays
Revision
58 -
Directory Listing
Modified
Fri Apr 17 15:55:33 2009 UTC
(15 years, 10 months ago)
by
mojays
StyledFeatureCollectionTableModel stable and documented
Revision
57 -
Directory Listing
Modified
Fri Apr 17 15:26:14 2009 UTC
(15 years, 10 months ago)
by
mojays
Revision
56 -
Directory Listing
Modified
Fri Apr 17 15:19:00 2009 UTC
(15 years, 10 months ago)
by
alfonx
Revision
55 -
Directory Listing
Modified
Fri Apr 17 14:26:14 2009 UTC
(15 years, 10 months ago)
by
mojays
Revision
53 -
Directory Listing
Modified
Fri Apr 17 14:04:22 2009 UTC
(15 years, 10 months ago)
by
mojays
Hacking session in progress. No atomic commits.
Revision
52 -
Directory Listing
Modified
Fri Apr 17 13:57:14 2009 UTC
(15 years, 10 months ago)
by
mojays
Revision
48 -
Directory Listing
Modified
Fri Apr 17 12:49:33 2009 UTC
(15 years, 10 months ago)
by
alfonx
Revision
47 -
Directory Listing
Modified
Fri Apr 17 12:28:50 2009 UTC
(15 years, 10 months ago)
by
mojays
- FeatureCollectionPane renamed to FeatureTablePane
- FeatureCollectionTableModel extracted to stand-alone class
Revision
46 -
Directory Listing
Modified
Fri Apr 17 11:44:05 2009 UTC
(15 years, 10 months ago)
by
mojays
new classes (CURRENTLY ONLY DUMMIES!!):
- FeatureTablePane.java
- FeatureCollectionTableModel.java
- StyledFeatureCollectionTableModel.java
Revision
44 -
Directory Listing
Modified
Tue Apr 14 20:23:41 2009 UTC
(15 years, 10 months ago)
by
alfonx
* Added a static public convenience method isEmpty to i8n.Translation which deals with null, "", and the deprectaed NO_TRANSLATION constant.
* Moved the method "public static MemoryFeatureCollection filterSLDVisibleOnly(...)" from FeatureUtil to StylingUtil.
Revision
43 -
Directory Listing
Modified
Tue Apr 14 14:19:30 2009 UTC
(15 years, 10 months ago)
by
alfonx
* Some cleanup in I8NUtil
* Transition from owner=Window to owner=Component, because Java 1.6 JOptionPane can determine the parent Window itself.
Revision
41 -
Directory Listing
Modified
Mon Apr 6 19:54:46 2009 UTC
(15 years, 10 months ago)
by
alfonx
* Some corrections in I8N withthe ISO vs. Locale language codes
Revision
40 -
Directory Listing
Modified
Mon Apr 6 19:31:02 2009 UTC
(15 years, 10 months ago)
by
alfonx
* Layers can be marked as "hide In Legend" in the GP and will be hidden in the AV's legend
Das Interface StyledMapInterface.java hatte bisher eine abstrakte Methode isHideInLegend, die nie benutzt wurde. Ich habe die Idee jetzt im Atlas implementiert, und dann gemekert, dass nicht unbedingt eine Eigenschaft dieses Interfaces sein sollte.
Ein Layer soll nicht generell auf verstecken/nicht verstecken gestellt werden können. Das sind Eigenschaften der Karte/MapContext, ebenso wie die Reihenfolge der Layer. Im Atlas verwaltet deshalb nun die Klasse skrueger.atlas.Map welche Layer nicht in der Legende auftauchen sollen.
Meines Wissens hat keiner bisher die Funktion genutzt.
Ich habe in allen allen Klassen welche StyledMapInterface implementieren die Funktion auskommentiert.
Revision
39 -
Directory Listing
Modified
Mon Apr 6 19:14:55 2009 UTC
(15 years, 10 months ago)
by
alfonx
* Some corrections in I8N withthe ISO vs. Locale language codes
Revision
38 -
Directory Listing
Modified
Sun Apr 5 15:06:56 2009 UTC
(15 years, 10 months ago)
by
alfonx
* Further improved the TranslationAskJDialog
* Removed deprecated stuff from TranslationEditJPanel
Revision
37 -
Directory Listing
Modified
Mon Mar 30 00:43:08 2009 UTC
(15 years, 11 months ago)
by
alfonx
Now Translation doesn't fires LocaleChangeEvents if newLang.equals(oldLang)
Revision
34 -
Directory Listing
Modified
Sat Mar 28 18:08:42 2009 UTC
(15 years, 11 months ago)
by
alfonx
Added Listener support to Translation. This allows to register a swing PropertyChangeListener for Locales changes.
Revision
33 -
Directory Listing
Modified
Sat Mar 28 17:06:27 2009 UTC
(15 years, 11 months ago)
by
alfonx
The cancel mechanism of these didn't work. Thanks to AR for reporting this.
Revision
2 -
Directory Listing
Added
Tue Feb 24 22:43:52 2009 UTC
(16 years ago)
by
mojays
First Commit, corresponds to Revision 1008 of Wikisquare-SVN
includes:
- schmitzm.* (except schmitzm.test)
- org.geotools.* (all overridden classes)
- skrueger.geotools
- skrueger.i8n
- skrueger.swing
- appl.data.LateLoadable (dependency in SCHMITZM)
- appl.data.LoadingException (dependency in SCHMITZM)
- appl.util.RasterMetaData (dependency in SCHMITZM)