source: josm/trunk/src/org/openstreetmap/josm/gui/layer

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13133   6 years bastiK applied #8509 - Background uploading (patch by udit, minor changes)
(edit) @13131   6 years Don-vip see #15476 - rename property constant
(edit) @13130   6 years Don-vip fix #15572 - use ImageProvider attach API for all JOSM actions to …
(edit) @13129   6 years Don-vip see #15476 - fix checkstyle/pmd warnings, add some javadoc
(edit) @13128   6 years Don-vip see #15550, see #11217 - better detection of URLs in notes
(edit) @13127   6 years Don-vip see #15476, fix #15511 - fix image scaling regression and makes …
(edit) @13126   6 years Don-vip see #11217 - forward note tooltips mouse wheel scroll events to map frame
(edit) @13122   6 years Don-vip fix #15550 - Automatic line break of note tooltips (tested on western …
(edit) @13118   6 years Don-vip fix #11217 - do not steel focus when the selected note changes
(edit) @13117   6 years Don-vip see #11217, fix #15541 - hide note tooltip when selected note is no …
(edit) @13114   6 years Don-vip fix #11537 - Autosave also note layer
(edit) @13111   6 years Don-vip fix #11217, fix #12623 - major rework of notes tooltips: - display …
(edit) @13093   6 years bastiK fixed #15506 - No option to write coordinates to image header after …
(edit) @13077   6 years Don-vip see #15560 - fix javadoc warning with recent JDKs
(edit) @13060   6 years Don-vip fix #15502 - ImageEntry: Copy isNewGpsData in applyTmp() (patch by …
(edit) @13056   6 years Don-vip fix #6135 - Correlate GPX with image: fix incorrect drop-down list …
(edit) @13050   6 years Don-vip fix #14602 - allow both dot and comma decimal separator everywhere …
(edit) @13042   6 years Don-vip fix #15488 - display SubSecTimeOriginal on picture's information overlay
(edit) @13038   6 years Don-vip fix #15476 - Antialiased text and better resize quality when viewing photos
(edit) @12987   7 years bastiK see #15410 - change preferences scheme for named colors - makes …
(edit) @12891   7 years bastiK see #15229 - move non-essential helper methods from Preferences to …
(edit) @12881   7 years bastiK see #15229 - move remaining classes to spi.preferences package, to …
(edit) @12856   7 years bastiK see #15229 - add parameter to base directory methods
(edit) @12855   7 years bastiK see #15229 - add separate interface IBaseDirectories to look up …
(edit) @12853   7 years bastiK see #15229 - include support for the long type in IPreferences
(edit) @12846   7 years bastiK see #15229 - use Config.getPref() wherever possible
(edit) @12841   7 years bastiK see #15229 - fix deprecations caused by [12840]
(edit) @12824   7 years bastiK see #2212 - simplify DeepTileSet by making TileSetInfo part of …
(edit) @12823   7 years Don-vip see #15229 - see #15182 - move PaintVisitor from data.validation
(edit) @12809   7 years bastiK replace abstract class AbstractVisitor by interface …
(edit) @12799   7 years Don-vip see #15229 - see #15182 - see #14794 - move Multi* GUI classes from …
(edit) @12782   7 years Don-vip see #15229 - see #15182 - move ImageProcessor from gui.layer to tools
(edit) @12725   7 years bastiK see #15229 - deprecate ILatLon#getEastNorth() so ILatLon has no …
(edit) @12718   7 years Don-vip see #13036 - see #15229 - see #15182 - make Commands depends only on …
(edit) @12713   7 years bastiK see #15229 - remove dependencies of CheckParameterUtil on various data …
(edit) @12678   7 years Don-vip see #15182 - move WindowGeometry from tools to gui.util
(edit) @12675   7 years Don-vip see #15182 - move the Swing-based ProgressMonitor implementations …
(edit) @12672   7 years Don-vip see #15182 - move ConflictCollection from OsmDataLayer to …
(edit) @12671   7 years Don-vip see #15182 - move file importers/exporters from io package to …
(edit) @12669   7 years Don-vip see #15182 - remove dependence on JMapViewer for package data.coor
(edit) @12667   7 years Don-vip see #14704 - allow to export validator errors ("Save as" in validator …
(edit) @12656   7 years Don-vip see #15182 - move SearchCompiler from actions.search to …
(edit) @12643   7 years Don-vip see #15182 - deprecate Main.main.menu. Replacement: …
(edit) @12641   7 years Don-vip see #15182 - deprecate Main.main.undoRedo. Replacement: …
(edit) @12639   7 years Don-vip see #15182 - deprecate shortcut handling and mapframe listener methods …
(edit) @12636   7 years Don-vip see #15182 - deprecate Main.getLayerManager(). Replacement: …
(edit) @12634   7 years Don-vip see #15182 - deprecate Main.worker, replace it by …
(edit) @12630   7 years Don-vip see #15182 - deprecate Main.map and Main.isDisplayingMapView(). …
(edit) @12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12603   7 years bastiK see #14524 - make AbstractTileSourceLayer#currentZoomLevel private and …
(edit) @12600   7 years bastiK see #14524 - use inteface SessionAwareReadApply
(edit) @12597   7 years Don-vip see #14794 - checkstyle/javadoc
(edit) @12594   7 years bastiK fixed #15139 - raster-image filter settings are Not Stored when saving …
(edit) @12579   7 years Don-vip fix #15120 - NPE
(edit) @12541   7 years Don-vip sonar - squid:S1066 - Collapsible "if" statements should be merged
(edit) @12537   7 years Don-vip PMD - VariableNamingConventions
(edit) @12460   7 years bastiK see #14794 - javadoc
(edit) @12377   7 years michael2402 See #14794: Document the layer.gpx package
(edit) @12367   7 years michael2402 Document GPX color scale
(edit) @12355   7 years michael2402 DownloadWmsAlongTrackAction: Do not require main window to be …
(edit) @12343   7 years michael2402 Add the ability to listen to NoteData changes and use it to repaint …
(edit) @12340   7 years michael2402 Fix #14893: Invalidate geo image / marker layer instead of repainting …
(edit) @12328   7 years Don-vip fix #2089 - Add support for MP3, AIFF and AAC audio codecs (.mp3, …
(edit) @12326   7 years Don-vip see #2089 - move audio classes to their own package (more to come) - …
(edit) @12291   7 years Don-vip sonar - squid:S1319 - Declarations should use Java collection …
(edit) @12281   7 years Don-vip sonar - squid:S1602 - Lamdbas containing only one statement should not …
(edit) @12279   7 years Don-vip sonar - squid:S3878 - Arrays should not be created for varargs parameters
(edit) @12274   7 years michael2402 Fix #14847: Fix reload of colors if data was added to/removed from gpx …
(edit) @12206   7 years michael2402 Fix #14814: repaint nodes layer on note click.
(edit) @12195   7 years michael2402 Keep a reference to the weak listener, to not let gc remove it.
(edit) @12176   7 years michael2402 Only invalidate single OSM layer after merge
(edit) @12175   7 years michael2402 Trigger a GPX layer invalidation on SoM change.
(edit) @12173   7 years michael2402 Use invalidate() on the gpx layer instead of triggering a map view …
(edit) @12172   7 years michael2402 Remove unneccessary Main.map.repaint() - invalidate is enough.
(edit) @12171   7 years michael2402 Fixed checkstyle warnings.
(edit) @12170   7 years michael2402 "See #13175, see #14120: Remove isChanged() method call in map view - …
(edit) @12168   7 years michael2402 Add a gap to the gpx line if the coordinates of a WayPoint are not known.
(edit) @12167   7 years michael2402 Make WayPoint implement ILatLon.
(edit) @12160   7 years michael2402 Fix PMD Warnings on StringBuilder
(edit) @12157   7 years michael2402 See #13124: Refresh the heat map on every invalidation (visible tacks …
(edit) @12156   7 years michael2402 See #14120: Don't make gpx tracks depend on the isChanged method, use …
(edit) @12155   7 years michael2402 GpxLayer: Javadoc
(edit) @12153   7 years michael2402 Use a data counter + StringBuilder to create the data set tooltip. Add …
(edit) @12152   7 years michael2402 Do not invalidate inactive data layers on selection change in active layer.
(edit) @12148   7 years bastiK see #14794 - javadoc
(edit) @12134   7 years bastiK see #14773 - improve session export/import for imagery layer offset data
(edit) @12131   7 years Don-vip see #11889, see #11924, see #13387 - use backported versions of …
(edit) @12117   7 years Don-vip see #14734 - fix PMD warning
(edit) @12116   7 years michael2402 Sonar: Make AbstractListenerInfo an interface.
(edit) @12115   7 years michael2402 Document OsmDataLayer
(edit) @12114   7 years michael2402 Layer class: Documentation.
(edit) @12107   7 years michael2402 Allow invalidation listeners for all MapViewPaintables.
(edit) @12105   7 years michael2402 Audio marker layer: Use invalidate instead of Main.map.mapView.repaint().
(edit) @12102   7 years michael2402 Fix #14763: Do not apply colorful filter op if source image is of …
(edit) @12093   7 years bastiK fixed #14734 - Handling imagery offsets when reprojecting
(edit) @12085   7 years bastiK fix compile (see #14734)
(edit) @12072   7 years bastiK remove property change events in NavigatableComponent (can use …
(edit) @12028   7 years Don-vip see #14120 - fix java warnings
(edit) @12025   7 years michael2402 See #14120: Throw a nicer exception if a layer is destroyed twice.
(edit) @12014   7 years michael2402 See #14120: Use a listener to get notified of way segment / virtual …
Note: See TracRevisionLog for help on using the revision log.