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) @1956   15 years stoecker add hidden option to change width of GPX lines
(edit) @1911   15 years Gubaer fixed #3193: No layer is left highlighted when the bottom most one is …
(edit) @1910   15 years jttt Way refactoring - finish replacing Way.nodes with the new api
(edit) @1898   15 years jttt Way refactoring - rewritten another parts of code to the new nodes api
(edit) @1894   15 years Gubaer fixed #3158: modify status is not removed for partial uploads
(edit) @1893   15 years Gubaer fixed NPE, added missing icon
(edit) @1890   15 years Gubaer update: rewrite of layer dialog new: allows multiple selection of …
(edit) @1865   15 years Gubaer replaced JOptionPane.show* by OptionPaneUtil.show* ExtendeDialog now …
(edit) @1863   15 years jttt Fix #2936 and #3066 (geoimage issues)
(edit) @1847   15 years Gubaer replaced calls to JOptionPane.* by calls to OptionPaneUtil.*
(edit) @1843   15 years jttt Use OsmPrimitive methods instead of direct access to keys field when …
(edit) @1838   15 years Gubaer new: two utility classes in GUI subsystem: OptionPaneUtil and …
(edit) @1823   15 years stoecker some projection and zoom cleanups - projection classes still need …
(edit) @1811   15 years jttt PleaseWait refactoring. Progress is now reported using ProgressMonitor …
(edit) @1808   15 years Gubaer improved enabling/disabling of menu entries and action buttons …
(edit) @1772   15 years Gubaer fixed #2911: Relation editor doesn't notice all members downloaded via …
(edit) @1750   15 years Gubaer new: replaced global conflict list by conflict list per layer, similar …
(edit) @1744   15 years stoecker fixed #2823
(edit) @1737   15 years stoecker fixed NPE
(edit) @1736   15 years stoecker fixed #2823 - NPE
(edit) @1734   15 years stoecker close #2780 - patch by sbrunner - make hdop factor configurable(hidden …
(edit) @1730   15 years stoecker fixed #2811 - NPE in GeoImageLayer
(edit) @1727   15 years stoecker fixed last fix
(edit) @1726   15 years stoecker missing button markers for layer switches (e.g. for audio tracks) fixed
(edit) @1725   15 years stoecker some cleanups
(edit) @1724   15 years stoecker some more changes and bug fixes related to new projection stuff - GPX …
(edit) @1722   15 years stoecker Large rework in projection handling - now allows only switching and …
(edit) @1704   15 years stoecker fix #2674, #765 - patch by jttt - reworked GeoImage stuff
(edit) @1690   15 years Gubaer new: MultiFetchServerObjectReader using APIs Multi Fetch method …
(edit) @1685   15 years stoecker fixed audio handling a bit
(edit) @1677   15 years stoecker remove all these ugly tab stops introduced in the last half year
(edit) @1670   15 years Gubaer fixed: bug in OsmApi.getOsmApi() cleanup: exception handling in …
(edit) @1658   15 years stoecker fix some usability issues - see #2460
(edit) @1646   15 years stoecker cleanup in file access
(edit) @1640   15 years stoecker little bit more refactoring of coordinate access - patch by jttt
(edit) @1638   15 years stoecker fixed 2421 - patch by jttt - negative HDOP
(edit) @1601   15 years stoecker fix #2547 - patch by Henrik Niehaus - Audio/picture markers no longer …
(edit) @1600   15 years stoecker fixed #2607 - patch by Teemu Koskinen - Don't add splitted ways in the …
(edit) @1590   15 years stoecker fixed #2572 - patch by Gubaer - fixed illegal access on nonexisting files
(edit) @1589   15 years stoecker fixed #2575 - illegal defaults for gps line drawing
(edit) @1577   15 years stoecker close #1872 - patch by avar - handle GPX line drawing different for …
(edit) @1558   15 years framm * only add new data sources to layer upon merge if new sources are not …
(edit) @1523   15 years framm * Major redesign of how JOSM talks to the OSM server. Connections now …
(edit) @1519   15 years stoecker fixed #2370 - Allow line drawing for local GPX files only - patch by …
(edit) @1508   15 years stoecker close #273 - copy GPX name on convert - patch by xeen
(edit) @1499   15 years stoecker close #2302 - patch by jttt - optimizations and encapsulation
(edit) @1465   15 years stoecker fix #1967. patch by xeen. This will break plugins using ProgressDialog …
(edit) @1462   15 years david first cut of creation of audio markers from timestamps on a set of …
(edit) @1435   15 years stoecker remove dead code. patch by xeen
(edit) @1425   15 years stoecker fixed #1642. patch by xeen
(edit) @1415   15 years stoecker applied patch #2185 by bruce89
(edit) @1353   15 years stoecker apply patch by xeen - #2114
(edit) @1309   15 years stoecker fixed texts, added EPSG codes to projection (to fix WMS access)
(edit) @1300   15 years stoecker Apply patch from #440
(edit) @1283   15 years stoecker fix #1978. Patch by xeen
(edit) @1281   15 years ulfl add setIndeterminate() to the PleaseWaitDialog and use it at a few …
(edit) @1245   15 years stoecker added link to presets, fix #1675
(edit) @1221   15 years stoecker cleanup color handling
(edit) @1210   15 years framm - drastically improved performance of "download along track", and …
(edit) @1206   15 years stoecker fixed translation
(edit) @1195   15 years stoecker fixed relation handling, applied language patches
(edit) @1183   15 years stoecker apply patch from #526, close #84
(edit) @1180   15 years stoecker fixed bug #1871, removed all deprecations
(edit) @1169   15 years stoecker removed usage of tab stops
(edit) @1165   15 years stoecker fix bug #1607 and #1833
(edit) @1152   15 years stoecker close bug #1178
(edit) @1116   15 years stoecker fixed 2 typos. closes #1821
(edit) @1086   15 years framm - added a new option to the GPX Layer menu ("download along track") …
(edit) @1083   15 years framm - don't draw hatched pattern if the layer is inactive or contains no …
(edit) @1082   15 years framm - some changes regarding the "hatched download area": now also works …
(edit) @1078   15 years framm - If you have "display the boundary of downloaded data" enabled you …
(edit) @1026   16 years stoecker close bug #1631
(edit) @999   16 years stoecker close bug #1588, code cleanup by bruce89
(edit) @994   16 years stoecker removed some legacy code
(edit) @989   16 years stoecker added support for background layers
(edit) @944   16 years stoecker fixing NPE. Closes #1532, #1531, #1529. Patch by avar
(edit) @942   16 years framm - filename checking for audio markers in GPX. Fixes #973.
(edit) @941   16 years framm + fixed Osm->GPX conversion to retain timestamps.
(edit) @813   16 years stoecker support of Garmin time stamps in GPX import. patch by Roland Ramthun
(edit) @805   16 years stoecker Added virtual nodes in select mode. Closes #595.
(edit) @804   16 years stoecker cleanup color preferences a lot
(edit) @795   16 years stoecker einstein mode preferences now shows all options and their default values
(edit) @794   16 years stoecker allow handling node selections in case of multiple nodes on one point. …
(edit) @793   16 years stoecker I18N
(edit) @786   16 years stoecker I18N
(edit) @768   16 years framm - mappaint modifications by Joerg Henne <j.henne@…>; now …
(edit) @762   16 years stoecker fix exception - closes #1327
(edit) @743   16 years stoecker added timing information to GPX exports
(edit) @721   16 years ramack patch from Henry Loenwind, closes #720 and #966
(edit) @683   16 years framm - repaint after loading additional data. fixes bug #716.
(edit) @655   16 years ramack patch by bruce89, closes #812; thanks bruce
(edit) @650   16 years ramack - even though I think this should not yield a problem, it is safer …
(edit) @647   16 years ramack improve info on GpxLayers, closes #756 and also gives track length
(edit) @646   16 years framm - patch by Henry Loenwind (ticket #720) to speed up gps rendering
(edit) @638   16 years framm - revert to r628
(edit) @631   16 years framm - polygon drawing performance increases by Daniel Naber …
(edit) @628   16 years framm - make ChangePropertyCommand() constructor take single object (patch …
(edit) @627   16 years framm - added svn:eol-style prop to all .java files. it is suggested that …
(edit) @626   16 years framm - ye grande eol style fixe
(edit) @622   16 years gebner Color tracks by velocity.
Note: See TracRevisionLog for help on using the revision log.