/[schmitzm]/trunk/src/skrueger
ViewVC logotype

Log of /trunk/src/skrueger

View Directory Listing Directory Listing


Sticky Revision:
(Current path doesn't exist after revision 1383)

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 20 - Directory Listing
Modified Wed Mar 4 17:31:50 2009 UTC (15 years, 11 months ago) by alfonx
skrueger.i8n.Translation is setting the Locale, we added:

		/**
		 * Setting default locale for Swing JComponents to work around bug 
		 * http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4884480
		 */
		JComponent.setDefaultLocale(newLocale);

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)


[email protected]
ViewVC Help
Powered by ViewVC 1.1.26