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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @6449   10 years Don-vip see #3626 - fix history of selected primitives
(edit) @6448   10 years simon04 fix #3626 - Show history for any object in history dialog If no …
(edit) @6436   10 years Don-vip fix #9362 - Validator dialog not filled with warning messages after …
(edit) @6431   10 years simon04 fix #9383 - regression r6426 - Preferences window reopens after …
(edit) @6429   10 years simon04 fix #8850 - search: support less/greater-than, e.g., start_date>1950
(edit) @6426   10 years simon04 see #9309 - provide direct menu items to preset/imagery preferences
(edit) @6411   10 years Don-vip allow to call SimplifyWayAction with a custom threshold
(edit) @6398   10 years Don-vip jump to location only in expert mode + javadoc
(edit) @6394   10 years Don-vip fix #9333 - Make 'jump to position" more visible (added in view menu) …
(edit) @6388   10 years simon04 fix #9111 - fix wording/typos in English strings
(edit) @6380   10 years Don-vip update license/copyright information
(edit) @6378   10 years Don-vip Sonar/Findbugs - fix various violations, javadoc
(edit) @6367   10 years Don-vip Sonar/Findbugs - unused code
(edit) @6363   10 years Don-vip fix #7802 - Zoom in with "+" does not work
(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) @6355   10 years Don-vip code cleanup
(edit) @6340   10 years Don-vip refactor of some GUI/widgets classes (impacts some plugins): - …
(edit) @6338   10 years Don-vip fix #9220 - fix toggle actions for good
(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) @6331   10 years Don-vip fix #9205 - validation run on upload is not updating validation window …
(edit) @6327   10 years Don-vip fix #9220 - toggle actions not usable via menu items (regression from …
(edit) @6321   10 years akks fix #9200: repair tags copy-pasting
(edit) @6320   11 years xeen include primitive type when copying IDs to clipboard (fixes #4644)
(edit) @6317   11 years Don-vip Sonar/FindBugs - Loose coupling
(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) @6296   11 years Don-vip Sonar/Findbugs - Avoid commented-out lines of code, javadoc
(edit) @6289   11 years Don-vip Sonar/Findbugs - fix various problems
(edit) @6275   11 years Don-vip fix #9129 - unnecessary change command when merning two nodes with …
(edit) @6272   11 years Don-vip fix #9132 - support xapi_meta Overpass API endpoint
(edit) @6271   11 years Don-vip fix #9116 - Remember active layer in session
(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) @6258   11 years Don-vip Sonar/Findbugs - Performance - Inefficient use of keySet iterator …
(edit) @6253   11 years stoecker fix #5133 - add command to remove nodes from ways - patch by Giuseppe …
(edit) @6252   11 years stoecker fix #8798 - patch by AlfonZ - fix extruder
(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) @6245   11 years Don-vip see #9032, see #4029 - Allow to load session from standard I/O …
(edit) @6244   11 years Don-vip fix #9091 - rework osm/gpx download tasks - take into account recent …
(edit) @6234   11 years Don-vip fix #9077 - Restart doesn't work if jar path contains spaces
(edit) @6230   11 years Don-vip Sonar - Don't create instances of already existing BigInteger ZERO
(edit) @6227   11 years Don-vip fix #9055 - Changing Paste shortcut to a single key pasted in the …
(edit) @6220   11 years Don-vip refactor Toggle actions, use Action.SELECTED_KEY since we have …
(edit) @6215   11 years Don-vip fix #9042 - Robustness to invalid .osm files containing null coordinates
(edit) @6203   11 years Don-vip fix #9024 - bbox/bounds memory optimizations (modified patch by …
(edit) @6202   11 years Don-vip fix #2447 - Unnessary changes of a target node by dragging another …
(edit) @6162   11 years bastiK applied #8987 - immutable coordinates (patch by shinigami)
(edit) @6156   11 years Don-vip fix #8971 - ArrayIndexOutOfBoundsException when combining single node …
(edit) @6149   11 years bastiK see #4029 - disable session save action when mapview is not showing
(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) @6140   11 years Don-vip fix #8951 - fix clearing of primitive metadata
(edit) @6131   11 years bastiK see #6963 - optional help button for notifications; use notifications …
(edit) @6130   11 years bastiK see #6963 - converted popups to notifications for all actions in the …
(edit) @6125   11 years bastiK see #7275 - allow script to handle restart When JOSM was started with …
(edit) @6124   11 years bastiK see #6963 - new unintrusive notification messages
(edit) @6111   11 years Don-vip see #8720 - should fix restart with JNLP
(edit) @6107   11 years Don-vip fix #8919 - fix memory leaks, including one introduced with r5982
(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) @6103   11 years bastiK see #8921 - add Java package version to the status report
(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) @6087   11 years Don-vip see #8902 - string.equals("") => string.isEmpty() (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) @6069   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) @6050   11 years akks fix #8470: drag nodes along segments in Extrude mode only when Ctrl …
(edit) @6049   11 years akks see #8851: fix some bugs in joining areas and adding intersections …
(edit) @6047   11 years Don-vip fix #8846 - use correct key mask on Mac in PasteAction
(edit) @6046   11 years akks fix #7436 (shortcut/toolbar redefinition) and EDT violations in Update …
(edit) @6040   11 years Don-vip fix #8827 - HTML rendering differ if run before or after having …
(edit) @6037   11 years akks see #8470: extrude mode option - extrude.drag-nodes-without-ctrl
(edit) @6033   11 years Don-vip see #8809 - Use table in "open location" error dialog to reduce its size
(edit) @6032   11 years Don-vip see #8809 - Add Help button to "open location" error dialog + javadoc …
(edit) @6031   11 years akks see #8809: [patch by brycenesbitt, reworked] detailed documentation …
(edit) @6029   11 years akks see #8447: improvewayaccuracy - rename configuration parameters
(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) @6019   11 years akks see #8652: do not shift the map on screen when toggling panels by Tab …
(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) @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) @6006   11 years Don-vip fix #8793 - NullPointerException in DistributeAction
(edit) @6000   11 years simon04 Add combobox for image format to dialog when creating WMS layer
(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) @5989   11 years Don-vip fix #8760 - When merging nodes, keep the oldest used one, not just …
Note: See TracRevisionLog for help on using the revision log.