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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @6028   11 years akks fix #8447: last color & stroke customization added: ImproveWayAccuracy …
(edit) @6027   11 years akks see #8591: do not allow creating ways with duplicate nodes in Draw …
(edit) @6026   11 years akks Change HighlightHelper methods, adopted DeteleAction to use the same code
(edit) @6025   11 years akks Highlight relation or object when user clicks the list in Relation …
(edit) @6024   11 years akks fix #6546: disable single key and shift- shortcuts in relation editor …
(edit) @6023   11 years akks forgotten file from previous commit
(edit) @6022   11 years akks fix #7449: initial support for shortcut/color/toolbar/imagery profiles …
(edit) @6021   11 years akks fix #8483: option to reset preferences (Advanced preferences - More - …
(edit) @6020   11 years akks see #8652: use Tab for toggling panels even if focus is on toolbar …
(edit) @6019   11 years akks see #8652: do not shift the map on screen when toggling panels by Tab …
(edit) @6018   11 years akks see #8652: fix toggling panels by Tab (did not work when GPX or …
(edit) @6017   11 years Don-vip fix #8818 - NPE in JosmComboBox
(edit) @6016   11 years Don-vip fix #8812 - NPE in add wms panel
(edit) @6015   11 years Don-vip fix #8788 - include unnamed nodes as GPX waypoints during GPX export
(edit) @6013   11 years Don-vip fix #8806 - NPE in SelectAction
(edit) @6011   11 years Don-vip fix #8792 - correct save of file containing a dot in their name, …
(edit) @6010   11 years Don-vip fix #8799 - Follow conventional visitor design pattern by renaming …
(edit) @6009   11 years Don-vip fix #8799 - Follow conventional visitor design pattern by renaming …
(edit) @6008   11 years Don-vip fix #8796 - Extruding a way with 3 or 4 nodes closes unexpectedly …
(edit) @6007   11 years Don-vip fix #8794 - NumberFormatException in Geometry.getCentroid()
(edit) @6006   11 years Don-vip fix #8793 - NullPointerException in DistributeAction
(edit) @6004   11 years Don-vip include early plugins in the plugin classloader, allowing late plugins …
(edit) @6003   11 years Don-vip Fallback to core projections when proj4j plugin fails to get one
(edit) @6000   11 years simon04 Add combobox for image format to dialog when creating WMS layer
(edit) @5998   11 years Don-vip fix #8775 - IllegalComponentStateException when remembering position …
(edit) @5997   11 years Don-vip fix #8737 - Presets: add length attribute for combos
(edit) @5996   11 years Don-vip fix #8771 - <changeset> with no ID rejected
(edit) @5995   11 years Don-vip fix #4445, fix #5867 - revert r3784: allow merging of duplicate nodes …
(edit) @5994   11 years Don-vip fix #8770 - Call lsb-release only once
(edit) @5993   11 years Don-vip see #6529, comment 12: purge conflicts when purging primitives (with …
(edit) @5992   11 years Don-vip Nicer VM arguments in status report
(edit) @5991   11 years Don-vip see #8752 - update distance text in status line when rescaling ways
(edit) @5990   11 years Don-vip fix #7863 - ConcurrentModificationException while merging layers
(edit) @5989   11 years Don-vip fix #8760 - When merging nodes, keep the oldest used one, not just …
(edit) @5988   11 years Don-vip fix EDT violations observed while merging nodes
(edit) @5987   11 years Don-vip Better error messages when loading plugins
(edit) @5984   11 years Don-vip fix #7700 - fix all EDT violations observed while merging layers, most …
(edit) @5983   11 years Don-vip fix #8213 - Disable editing of cells in …
(edit) @5982   11 years Don-vip ParallelWayAction: handle nautical mile SoM + listen to preferences changes
(edit) @5981   11 years Don-vip fix #8631 - Make ParallelWays more robust to self-intersecting ways
(edit) @5980   11 years Don-vip see #8631 - Sanity checks in geometry functions dealing with …
(edit) @5979   11 years akks fix #8652 [based on patch by cmuelle8] enable dialog and panels hiding …
(edit) @5978   11 years Don-vip fix #8753 - Restore plugin ImageryAdjust functionality (revert r5961)
(edit) @5977   11 years Don-vip fix #8712 - workaround to "Comparison method violates its general …
(edit) @5975   11 years Don-vip fix #8730 - Don't interpret HTML code in value JLabel of properties dialog
(edit) @5973   11 years Don-vip see #8740 - fix NPE in core with plugins defining invalid preferences …
(edit) @5972   11 years Don-vip see #8749 - use the automatic role suggestions when adding selection …
(edit) @5971   11 years Don-vip fix #8750 - NPE in ValidatorDialog
(edit) @5970   11 years Don-vip fix broken popup menus in toggle dialog title bars (broken by r5958)
(edit) @5969   11 years xeen automatically zoom WMS sources (fixes #7563)
(edit) @5968   11 years stoecker fix broken text
(edit) @5967   11 years Don-vip see #8720, see #8733 - More checks and some debug info in RestartAction
(edit) @5966   11 years akks fix #8723: left click on position in status bar now opens lat/lon …
(edit) @5965   11 years akks see #8652 (patch by cmuelle8, part 1, modified): add "toggle panels" …
(edit) @5964   11 years Don-vip fix #5618 - Use full list of ISO 3166 country codes from JDK for …
(edit) @5963   11 years Don-vip fix #5790 - No layer information for Imagery Sources
(edit) @5962   11 years Don-vip see #8710 - Inconsistent MapMode focus behaviour: forgot one mapmode
(edit) @5961   11 years Don-vip "imgaeryadjust" plugin has been integrated into core a long time ago, …
(edit) @5960   11 years Don-vip see #8710 - Inconsistent MapMode focus behaviour: fix core mapmodes
(edit) @5959   11 years Don-vip fix #8714 - time span of opened gpx file not correct
(edit) @5958   11 years Don-vip * Improve PopupMenuLauncher to automatically select JTable/JList/JTree …
(edit) @5957   11 years Don-vip New interface MapFrameListener to allow core classes to listen to …
(edit) @5956   11 years Don-vip fix #8701 - Do not include OS details in changeset created_by tag
(edit) @5955   11 years Don-vip avoid NPE when a fatal error occurs before main GUI as been created
(edit) @5954   11 years akks fix #3484: allow setting keyboard shortcuts for specific presets and …
(edit) @5953   11 years Don-vip fix #8690 - After copying some primitives, only select those that have …
(edit) @5952   11 years Don-vip fix #8610 - wrong area computation, new preference …
(edit) @5951   11 years Don-vip fix #8697 - Disable restart action with JVMs that do not provide …
(edit) @5949   11 years Don-vip fix #8661 - preset: default on check not set
(edit) @5948   11 years Don-vip fix #8693 - CCE in Search Dialog caused by r5886
(edit) @5947   11 years Don-vip fix #8692 - Handle null DeleteCommands in JoinAreaAction and …
(edit) @5946   11 years stoecker fix #7658 - don't load icons from user relative paths (require …
(edit) @5945   11 years stoecker fix #8522 - remember and play last played audio marker for start/stop
(edit) @5939   11 years stoecker fix version
(edit) @5938   11 years Don-vip see #8685 - fix fragments handling
(edit) @5937   11 years stoecker fix #8685 - wiki browser fix external links (althought they look very ugly)
(edit) @5936   11 years stoecker fix #8685 - wiki browser links not working
(edit) @5935   11 years Don-vip fix #8679, fix #8680 - correct handling of incomplete nodes without …
(edit) @5933   11 years Don-vip fix #8667 - NPE with plugins returning invalid preferences (scripting)
(edit) @5932   11 years Don-vip fix #5680 - IndexOutOfBoundsException when resolving a conflict on …
(edit) @5931   11 years Don-vip fix #8664 - Display preset icon as preset dialog's frame icon
(edit) @5929   11 years Don-vip fix #8677 - NPE in VersionHistoryPanel when undoing/redoing changeset …
(edit) @5927   11 years bastiK add missing license information
(edit) @5926   11 years bastiK clean up imports
(edit) @5925   11 years bastiK replace tabs by spaces
(edit) @5923   11 years Don-vip fix #8655 - Removed unecessary toString() calls on Strings (patch by …
(edit) @5922   11 years akks Avoid duplicate and very near points in Angle snapping draw mode …
(edit) @5921   11 years Don-vip fix wrong primitive id setting in osmChange download task
(edit) @5920   11 years Don-vip Handle nodes without coordinates in UnconnectedWays validator test
(edit) @5919   11 years Don-vip see #8635 - correct management of incomplete nodes
(edit) @5916   11 years stoecker fix version number
(edit) @5915   11 years stoecker use 3 step wiki loading fallback, cleanup handling of language fallbacks
(edit) @5914   11 years Don-vip fix #8635 - Consider nodes without coordinates as incomplete
(edit) @5912   11 years Don-vip fix #8638 - Presets: Allow editing of multiselect values in wrong order
(edit) @5911   11 years Don-vip fix #8639 - Handle purged primitives in validator errors
(edit) @5910   11 years bastiK rename namespace for consistency
(edit) @5909   11 years stoecker fix all remaining javadoc warnings
(edit) @5908   11 years Don-vip fix #8641 - Do not raise warning for address nodes with no addr:street …
(edit) @5907   11 years Don-vip fix #8642 - Fix NPE when deleting osm data layer with active validator …
(edit) @5905   11 years bastiK applied #8643 - Very slow Purge command - O(N2) (patch by bilbo)
Note: See TracRevisionLog for help on using the revision log.