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) @3733   13 years Upliner Offset bookmarks: don't create submenus when only 1 choice is …
(edit) @3729   13 years Upliner fix #5709 - amendments in sharpen algorithms
(edit) @3720   13 years bastiK added missing svn:eol-style
(edit) @3719   13 years bastiK added missing license information
(edit) @3715   13 years Upliner Added imagery plugin to josm core. Imagery plugin is union of …
(edit) @3705   13 years Upliner applied #5570 - implement layer opacity control
(edit) @3674   13 years bastiK Replace Bag by MultiMap. Both collections are quite similar, but there …
(edit) @3671   13 years bastiK adapt coding style (to some degree); there shouldn't be any semantic …
(edit) @3669   13 years bastiK add validator plugin to josm core. Original author: Francisco R. …
(edit) @3662   13 years bastiK cosmetics
(edit) @3530   14 years stoecker fix array preferences
(edit) @3490   14 years bastiK fixed #5349 - A LOT of gpx tracks fill entire screen with popup information
(edit) @3479   14 years jttt cosmetics
(edit) @3426   14 years stoecker see #5303 - some cleanup patches from matthew Bell - partially applied only
(edit) @3416   14 years jttt Add Dataset.add/removeSelectionListener methods, change eclipse …
(edit) @3411   14 years bastiK fixed #5275 - Displayed co-ordinate precision adjustment
(edit) @3408   14 years jttt Show only actions that can work on all selected layers in …
(edit) @3396   14 years bastiK applied #3617 (patch by reini122) - Would like to see waypoint …
(edit) @3387   14 years bastiK fixed #5271 - Index out of bounds when loading images with GPS info in EXIF
(edit) @3386   14 years bastiK applied #3617 (patch by reini122) - display waypoint descriptions in JOSM
(edit) @3385   14 years jttt Fix warnings
(edit) @3374   14 years bastiK see #5238 - Add custom icon to GPX marker (patch by Nakor)
(edit) @3365   14 years bastiK see #5220 - Timestamp and GPS tags fail to load from HTC Tattoo images
(edit) @3362   14 years stoecker fix #5182 - Conflict system simplification - patch by Upliner
(edit) @3325   14 years bastiK see #5123 - save last directory for each type of usage
(edit) @3310   14 years bastiK fixed #4879 - tooltip: What does "guess" in correlate photos?, #5106 - …
(edit) @3288   14 years bastiK fixed #4848 - Speed in Geotagged Images dialog always shows 0 km/h
(edit) @3280   14 years framm * added a selection to "download along this track" window which lets …
(edit) @3263   14 years bastiK escape non ascii characters
(edit) @3261   14 years bastiK applied patch by flo: Add support for direction tag in photo EXIF …
(edit) @3252   14 years jttt Fix #2234: Translation can cause JosmActions to illegally handle shortcuts
(edit) @3245   14 years jttt Fix memory leak - OsmDataLayer stayed in memory after it was removed
(edit) @3237   14 years jttt Fix #4659 Waypoint layers captions are hiddden when layer is hidden …
(edit) @3235   14 years jttt Fix #5013 gpx info shows time in weird format
(edit) @3233   14 years stoecker fix minor color issues
(edit) @3225   14 years jttt Remove long deprecated data change listener
(edit) @3220   14 years jttt Use checkbox for Show marke layer text/icon, see #4336
(edit) @3208   14 years jttt Remember selected values in download along track dialog
(edit) @3207   14 years jttt Fix #4861 Coding error reported on uploading changeset (GPS survey …
(edit) @3206   14 years jttt Remove obsoleted methods from Dataset, replace some calls of …
(edit) @3128   14 years jttt Different fix for #4728 - discard offscreen buffer for all layer in MapView
(edit) @3127   14 years jttt Fix #4728 display of gps-tracks (points, lines) does not refresh, cosmetics
(edit) @3119   14 years jttt Cache offscreen buffer for GpxLayer
(edit) @3118   14 years jttt Handle changes in viewID in MapView instead of OsmDataLayer
(edit) @3116   14 years jttt Reuse offscreenBuffer if layers didn't change
(edit) @3097   14 years jttt Fix #4652 Unexpected error when LiveGPS tracking is started
(edit) @3078   14 years bastiK fixed #4593 - conflict list and header not updated right away after …
(edit) @3052   14 years bastiK fixed geoimage issues: * no update on the map when another gpx track …
(edit) @2990   14 years jttt Fix some eclipse warnings
(edit) @2986   14 years jttt Fix some of FindBugs warnings
(edit) @2985   14 years jttt Make DataChangedListener deprecated (replaced by DatasetListener), …
(edit) @2982   14 years jttt Calculate bbox for relations, use it in mappaint.
(edit) @2969   14 years bastiK fixed #4502 - Photomapping pannel open just one time; make tiger …
(edit) @2941   14 years bastiK fix gpx drawing ("intersects" is to strict on horizontal/vertical …
(edit) @2931   14 years bastiK cleanup for geoimage code (mainly getters and setters)
(edit) @2909   14 years bastiK fixed: images with lat/lon in EXIF are not displayed at their real …
(edit) @2907   14 years jttt Gpx refactoring - GpxTrack and GpxTrackSegment is now interface, …
(edit) @2904   14 years bastiK minor cleanup & hooks for plugin
(edit) @2887   14 years bastiK fixed #4422 - wrong filename in the titlebar of the "geotagged images" …
(edit) @2884   14 years jttt Get mouse position in marker layer only when necessary (speed optimization)
(edit) @2867   14 years jttt Better gpx layer tooltip, don't add gpx layer if gpx file is empty
(edit) @2851   14 years jttt Added progress monitor to JpgImporter, allow to cancel importing
(edit) @2850   14 years mjulius fix messages for gui
(edit) @2811   14 years stoecker fixed image recognition script
(edit) @2795   14 years jttt Allow to load incomplete gpx files
(edit) @2786   14 years stoecker fixed typo
(edit) @2749   14 years jttt Workaround division by zero exception when geoimage layer is added as …
(edit) @2733   14 years framm message fixes
(edit) @2732   14 years framm message fix
(edit) @2720   14 years bastiK fixed #4100 (no Main.map available when loading an image using open …
(edit) @2719   14 years stoecker fixed last checkin
(edit) @2711   14 years stoecker fix bad line endings
(edit) @2702   14 years bastiK fixed #4100 - unable to simply load already referenced images Added …
(edit) @2676   14 years jttt Fix some of the warnings found by FindBugs
(edit) @2671   14 years jttt Make MapPaintVisitor independent of SimplePaintVisitor
(edit) @2666   14 years jttt Minor mappaint cleanup, use constants for colors
(edit) @2663   14 years jttt Simplified MapPaintVisitor (removed current* global state)
(edit) @2662   14 years bastiK geoimage: reworked image correlation dialog. Might still have some …
(edit) @2649   14 years stoecker silence warnings
(edit) @2646   14 years bastiK geoimage: select correct gpx track by default in the drop down menu …
(edit) @2635   14 years bastiK fixed gpx-rendering error: Tracksegments should not be connected by a …
(edit) @2629   14 years bastiK geoimage: usability - allow clicking on the image symbols only when in …
(edit) @2627   14 years bastiK geoimage: new button 'delelet image from disk' (shortcut: …
(edit) @2626   14 years jttt Fixed some of the warnings found by FindBugs
(edit) @2621   14 years Gubaer Moved layer listener management from Layer to MapView Made sure that …
(edit) @2619   14 years Gubaer Global public list of layer change listeners is @deprecated
(edit) @2618   14 years Gubaer fixed #4153: Upload dialog's "Upload to '$URL'" isn't updated when the …
(edit) @2617   14 years bastiK geoimage: improved thumbnails (closes #4101)
(edit) @2606   14 years bastiK geoimage: add thumbnail caching (fixes #4116, see #4101)
(edit) @2602   14 years bastiK some minor things: * layerlist dialog: right click on an entry …
(edit) @2601   14 years bastiK fixed #3722 - add shortcut for "next photo" and "previous photo" …
(edit) @2593   14 years bastiK forgot to add
(edit) @2592   14 years bastiK geoimage: make thumbnails optional + cosmetics (see #4101)
(edit) @2578   14 years jttt Encalupse OsmPrimitive.incomplete
(edit) @2577   14 years bastiK Adjusted toggle dialog behavior for geoimage: * When click on a …
(edit) @2566   14 years bastiK Moved the code from agpifoj plugin to JOSM core. Thanks to Christian …
(edit) @2565   14 years Gubaer Removed BackReferenceDataSet and CollectBackReferenceVisitor because …
(edit) @2549   14 years Gubaer fixed #3065: Importing audio into the "Downloaded GPX Data" layer …
(edit) @2548   14 years Gubaer fixed #3064: Importing images into the "Downloaded GPX Data" layer …
(edit) @2512   14 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
Note: See TracRevisionLog for help on using the revision log.