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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @6589   10 years simon04 see #8566 - make URL patterns of DownloadOsmTask visible for subclasses
(edit) @6588   10 years simon04 fix #8566 - Improper handling of percent-encoded urls towards …
(edit) @6586   10 years simon04 fix #9398 - Toolbar button for search action: set expression as tooltip
(edit) @6575   10 years simon04 fix #7196 - Validator: add multipolygon role check This is done by …
(edit) @6569   10 years simon04 see #9492 - Tools>"Update Multipolygon": check that relation is loaded …
(edit) @6565   10 years simon04 fix #9484 - source in upload dialog: add knowledge, survey to …
(edit) @6564   10 years simon04 fix 9492 - Tools>"Create Multipolygon": updates multipolygon if a …
(edit) @6546   10 years Don-vip fix #9482, see #9423, see #6853 - fix regression from r6542: irregular …
(edit) @6544   10 years simon04 fix #9473 - Added wayselector plugin to josm core. This plugin was …
(edit) @6542   10 years Don-vip fix #9423, see #6853 - incorrect selection after hitting Alt key …
(edit) @6529   10 years Don-vip Various stuff: * see #9414: remove old DeprecatedTags test * …
(edit) @6524   10 years Don-vip global use of Utils.joinAsHtmlUnorderedList()
(edit) @6509   10 years Don-vip fix #9459 - initialize default center view of MapView to last download …
(edit) @6507   10 years simon04 fix #9110 - i18n: fix errors in usage of plural forms
(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) @6474   10 years Don-vip fix #9434 - Robustness in hash URLs parsing
(edit) @6453   10 years Don-vip global use of osm website url and new url scheme
(edit) @6451   10 years Don-vip fix #6614 - add CUA shortcuts for copy/paste (ctrl-inser and shift-inser)
(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 …
Note: See TracRevisionLog for help on using the revision log.