Log of /trunk/src/skrueger/geotools/selection
Directory Listing
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
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
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
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
Added
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