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) @7004   10 years Don-vip see #8465 - use multi-catch where applicable
(edit) @7001   10 years Don-vip see #8465 - switch core to Java 7
(edit) @6986   10 years Don-vip sonar - fix various minor issues
(edit) @6977   10 years Don-vip fix some sonar issues recently introduced
(edit) @6958   10 years Don-vip fix #9827 - Sort track length by value instead of string …
(edit) @6904   10 years akks Large GPS points were not centered for draw.rawgps.large.size>3
(edit) @6897   10 years stoecker see #9778 - use TLS for JOSM website access
(edit) @6895   10 years bastiK applied #9228 - Set transparency of circle from HDOP value (by …
(edit) @6890   10 years Don-vip fix some Sonar issues (Constructor Calls Overridable Method)
(edit) @6889   10 years Don-vip fix some Sonar issues (JLS order)
(edit) @6883   10 years Don-vip fix some Sonar issues
(edit) @6830   10 years Don-vip javadoc fixes for jdk8 compatibility
(edit) @6822   10 years bastiK see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6798   10 years Don-vip fix some Sonar issues
(edit) @6792   10 years Don-vip Sonar - fix various issues
(edit) @6783   10 years Don-vip fix some Sonar issues
(edit) @6775   10 years simon04 fix #9600 - GpxLayer: use neutral track color if speed is zero …
(edit) @6751   10 years xeen reflect ScanexTileSource upstream changes in JOSM (patch by glebius, …
(edit) @6717   10 years Don-vip where applicable, replace System.arraycopy by Arrays.copyOf
(edit) @6708   10 years Don-vip fix #8417 - info GPX layer window not resizeable
(edit) @6666   10 years Don-vip see #9508 - refactor validator preferences + handling of JScrollPane
(edit) @6650   10 years simon04 see #9414 see #9542 - MapCSS validator: handle BOM in config files
(edit) @6643   10 years Don-vip global replacement of e.printStackTrace() by Main.error(e)
(edit) @6615   10 years Don-vip fix compilation warnings + minor code refactorization
(edit) @6565   10 years simon04 fix #9484 - source in upload dialog: add knowledge, survey to …
(edit) @6524   10 years Don-vip global use of Utils.joinAsHtmlUnorderedList()
(edit) @6501   10 years simon04 Revert accidentally committed r6499 (to be committed after the …
(edit) @6499   10 years simon04 Add checkbox to main menu to toggle hatched background rendering of …
(edit) @6497   10 years Don-vip fix #9448 - do not attempt to start grabber thread for blank WMS layer
(edit) @6460   10 years simon04 see #7563 - put WMS auto zoom default setting to preference dialog
(edit) @6456   10 years simon04 fix #5256 - geoimage: select first/last image with Home/End key
(edit) @6453   10 years Don-vip global use of osm website url and new url scheme
(edit) @6450   10 years Don-vip Sonar/Findbugs: fix recent issues
(edit) @6436   10 years Don-vip fix #9362 - Validator dialog not filled with warning messages after …
(edit) @6392   10 years Don-vip fix #9274 - GeoImageLayer functionality enhancements (patch by holgerosm)
(edit) @6380   10 years Don-vip update license/copyright information
(edit) @6362   10 years Don-vip Checkstyle: - private constructors for util classes - final classes - …
(edit) @6360   10 years Don-vip Sonar/Findbugs - Hide Utility Class Constructor
(edit) @6340   10 years Don-vip refactor of some GUI/widgets classes (impacts some plugins): - …
(edit) @6336   10 years Don-vip code cleanup / robustness in edit layer handling
(edit) @6333   10 years Don-vip fix #9189 - NPE when deleting data layer + additional usage of …
(edit) @6318   11 years bastiK fixed #9177 - combobox not correctly constructed (patch by AlfonZ)
(edit) @6316   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6313   11 years Don-vip cosmetics in error reporting
(edit) @6310   11 years Don-vip Sonar/FindBugs - Nested blocks of code should not be left empty
(edit) @6299   11 years Don-vip Improve feedback when clicking a web marker pointing to a local file fails
(edit) @6296   11 years Don-vip Sonar/Findbugs - Avoid commented-out lines of code, javadoc
(edit) @6292   11 years Don-vip fix #9150 - NPE in GeoImageLayer.extractExif()
(edit) @6289   11 years Don-vip Sonar/Findbugs - fix various problems
(edit) @6287   11 years Don-vip Sonar/Findbugs - Avoid Throwing Null Pointer Exception
(edit) @6281   11 years Don-vip Sonar/Findbugs / Performance - Explicit garbage collection; extremely …
(edit) @6267   11 years Don-vip Sonar/FindBugs - Replace singular fields by local variables
(edit) @6265   11 years Don-vip Sonar/FindBugs: - Dodgy - Redundant nullcheck of value known to be …
(edit) @6264   11 years Don-vip Sonar/FindBugs - Performance - Method concatenates strings using + in …
(edit) @6261   11 years Don-vip Sonar - refactor duplicated code
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6246   11 years Don-vip Sonar/FindBugs - various bugfixes / violation fixes
(edit) @6242   11 years Don-vip FindBugs - fix blocker issue (Performance - The equals and hashCode …
(edit) @6232   11 years Don-vip Sonar - Avoid unused local variables
(edit) @6228   11 years Don-vip Sonar - replace array copy loops by more efficient calls to …
(edit) @6223   11 years Don-vip Sonar - fix various violations
(edit) @6209   11 years Don-vip fix #8895, fix #9030 - fix regression in geottaged pictures support …
(edit) @6206   11 years bastiK fixed #8323 - Add support for GPX routes (<rte> element)
(edit) @6162   11 years bastiK applied #8987 - immutable coordinates (patch by shinigami)
(edit) @6143   11 years Don-vip see #8885 - cleanup in command line arguments and website URL handling
(edit) @6142   11 years Don-vip see #8902 - fix compilation warnings
(edit) @6128   11 years bastiK see #8895 - add most recent changes
(edit) @6127   11 years bastiK applied #8895 - Upgrade metadata-extractor to v. 2.6.4 (patch by ebourg)
(edit) @6106   11 years Don-vip see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6104   11 years Don-vip see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6102   11 years Don-vip see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6101   11 years akks revert 6099: seems it was not the described bug
(edit) @6099   11 years akks see #8921: avoid setTooltipText(null) (gives NPE when tooltip is shown …
(edit) @6093   11 years akks see #8902 - collection size ==/!= 0 -> isEmpty()/!isEmpty() (patch by …
(edit) @6090   11 years akks see #8902 - long literals readability 4321l => 4321L (patch by shinigami)
(edit) @6085   11 years Don-vip see #8902 - c-like array definitions changed to java-like (patch by …
(edit) @6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @6083   11 years bastiK see #8902 - Small performance enhancements (patch by shinigami)
(edit) @6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @6054   11 years Don-vip see #2283 - download GPX data along a track + code refactorization to …
(edit) @6053   11 years Don-vip see #2283 - allow to download both osm and gpx data in …
(edit) @6042   11 years akks fix #8200: NPE when flushing tile cache, allow cleaning different …
(edit) @6039   11 years Don-vip see #8832 - Hide "export/convert to GPX" menu entries from contextual …
(edit) @6015   11 years Don-vip fix #8788 - include unnamed nodes as GPX waypoints during GPX export
(edit) @6009   11 years Don-vip fix #8799 - Follow conventional visitor design pattern by renaming …
(edit) @5969   11 years xeen automatically zoom WMS sources (fixes #7563)
(edit) @5963   11 years Don-vip fix #5790 - No layer information for Imagery Sources
(edit) @5959   11 years Don-vip fix #8714 - time span of opened gpx file not correct
(edit) @5927   11 years bastiK add missing license information
(edit) @5926   11 years bastiK clean up imports
(edit) @5907   11 years Don-vip fix #8642 - Fix NPE when deleting osm data layer with active validator …
(edit) @5901   11 years Don-vip Do not use Main.map.mapView instead of mv parameter in paint()
(edit) @5898   11 years Don-vip see #8606 - Set User-Agent for JMapViewer connections
(edit) @5897   11 years Don-vip see #8582 - Use Main.removeLayer() everywhere
(edit) @5891   11 years stoecker fix javadoc
(edit) @5889   11 years Don-vip fix potential bugs detected by FindBugs
(edit) @5886   11 years Don-vip see #4429 - Right click menu "undo, cut, copy, paste, delete, select …
(edit) @5874   11 years Don-vip see #8570, #7406 - I/O refactorization: - Move different file copy …
(edit) @5871   11 years Don-vip fix #8611 (audio slower broken) + update all audio javadoc
(edit) @5869   11 years Don-vip fix #8609 - NPE
Note: See TracRevisionLog for help on using the revision log.