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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8892   9 years simon04 see #11858 - Improve way accuracy: when deleting a node which is …
(edit) @8886   9 years simon04 fix #10730 - Way splitting: reuse id/history of existing object for …
(edit) @8884   9 years simon04 fix #10465 - SearchAction: add hasRole and isRole keywords
(edit) @8883   9 years simon04 fix #11911 - SearchAction: show progress and allow to cancel operation
(edit) @8870   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @8859   9 years Don-vip improve search compiler unit test
(edit) @8856   9 years Don-vip fix #11957 - partial revert of r8851 - do not replace Stack by …
(edit) @8855   9 years Don-vip sonar - Unused private method should be removed sonar - Unused …
(edit) @8853   9 years Don-vip see #2519 - remove unused code
(edit) @8851   9 years Don-vip sonar - squid:S1149 - Synchronized classes Vector, Hashtable, Stack …
(edit) @8850   9 years Don-vip sonar - squid:S3047 - Multiple loops over the same set should be combined
(edit) @8847   9 years Don-vip checkstyle
(edit) @8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(edit) @8840   9 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @8839   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @8838   9 years simon04 fix #11894 - Search: ">" unexpected behavior when values are not …
(edit) @8836   9 years Don-vip fix Checkstyle issues
(edit) @8831   9 years simon04 see #11934 - Typo
(edit) @8827   9 years simon04 fix #11934 - Comment a note before it is uploaded fails
(edit) @8823   9 years simon04 fix #11818 - Display usage message for Orthogonalize Shape for 5s
(edit) @8822   9 years simon04 see #11916 - Search: allow to use multiple MapCSS selectors and …
(edit) @8821   9 years simon04 see #11916 - Allow to unselect regexp/MapCSS search mode
(edit) @8819   9 years simon04 see #11897 - MergeLayerAction: merge active layer instead of edit …
(edit) @8813   9 years simon04 fix #10770 - GeoJSON export: allow to save coordinates in current map …
(edit) @8812   9 years simon04 see #11916 - Search: allow to use MapCSS selectors
(edit) @8811   9 years simon04 see #11916 - Refactoring of SearchAction/SearchCompiler
(edit) @8808   9 years simon04 see #6963 - ParallelWayAction: use notification for invalid selection …
(edit) @8802   9 years simon04 fix #9113 - Session: save into recently used files
(edit) @8801   9 years simon04 fix #10432 - Session: get rid of submenu
(edit) @8795   9 years Don-vip fix javadoc errors/warnings seen with JDK9
(edit) @8790   9 years simon04 fix #11890 - "Add Node..." should automatically center on the newly …
(edit) @8781   9 years simon04 see #11887 - Output parsed search expression on debug log
(edit) @8780   9 years simon04 fix #11886 - Selecting non branching ways with a filter applied
(edit) @8777   9 years Don-vip Basic Java 9 support: make code compile, and Linux scripts detect it
(edit) @8763   9 years wiktorn Fix layer naming for wms_endpoint layers and caching issues stemming …
(edit) @8757   9 years simon04 fix #11853 - NPE while opening unavailable recent file
(edit) @8756   9 years simon04 fix #10023 - Add history of Overpass queries
(edit) @8744   9 years simon04 see #11428 - Refactoring (class/package structure)
(edit) @8736   9 years simon04 see #11843 - Give all directly started threads sensible names
(edit) @8727   9 years Don-vip update to Checkstyle 6.10.1
(edit) @8718   9 years simon04 Fix checkstyle warnings
(edit) @8716   9 years simon04 see #11428 - Overpass Download: use JosmTextArea for monospace font
(edit) @8713   9 years simon04 see #11428 - Overpass Download: make help work
(edit) @8712   9 years simon04 see #11428 - Overpass Download: take nice shortcut from …
(edit) @8711   9 years simon04 see #11428 - Overpass Download: use Monospace font for query
(edit) @8705   9 years simon04 OpenFileAction: fix NPE - fixes #11817 NPE occurred when launching …
(edit) @8688   9 years simon04 see #11428 - Make Overpass server configurable
(edit) @8685   9 years Don-vip see #11428 - fix checkstyle issues
(edit) @8684   9 years simon04 see #11428 - Add Overpass download dialog to core, provide Overpass …
(edit) @8674   9 years Don-vip fix Checkstyle issues
(edit) @8670   9 years simon04 fix #11749 - Jump to Position: add D M S and D M.M coordinate …
(edit) @8666   9 years Don-vip fix #11751 - JOSM JNLP doesn't restart in Linux (patch by simon04, …
(edit) @8663   9 years simon04 fix #11442 - "Toolbar action" bug w/ 'notes' & normal dialogs
(edit) @8645   9 years Don-vip fix #11756, fix #11759 - NPEs
(edit) @8624   9 years bastiK add missing svn:eol-style=native
(edit) @8598   9 years wiktorn TileSource: * added method - getTileId that returns unique identifier …
(edit) @8590   9 years Don-vip fix #11630 - NPE (patch by michael2402)
(edit) @8582   9 years Don-vip checkstyle
(edit) @8576   9 years wiktorn wms_endpoint now forwards information about available projection to …
(edit) @8565   9 years Don-vip fix #11650 - performance: avoid creation of Date objects when it is …
(edit) @8554   9 years bastiK applied #11634 - Moved global SOM management out of …
(edit) @8550   9 years bastiK applied #11629 - Fixed state errors in selection (rect/lasso) and made …
(edit) @8549   9 years bastiK applied #11628 - Added documentation to EastNorth, changed x - y = …
(edit) @8540   9 years Don-vip fix remaining checkstyle issues
(edit) @8533   9 years Don-vip findbugs
(edit) @8513   9 years Don-vip checkstyle: blocks
(edit) @8512   9 years Don-vip checkstyle: redundant modifiers
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8509   9 years Don-vip fix many checkstyle violations
(edit) @8495   9 years simon04 fix #11150 - False validator warning on ford if node is outside the …
(edit) @8486   9 years Don-vip Remove unused method parameter(s) in private methods
(edit) @8475   9 years Don-vip fix #11219 - Open notes in browser with Ctrl-Shift-I: "Advanced info (web)"
(edit) @8474   9 years Don-vip fix #11177 - Notes: upload before deleting layer doesn't work
(edit) @8473   9 years Don-vip fix #11533 - proper use of Storage class in NoteData
(edit) @8472   9 years Don-vip Display "No data found in this area." in a notification instead of a …
(edit) @8471   9 years Don-vip offer to automatically download missing required plugins and restart. …
(edit) @8470   9 years Don-vip javadoc fixes. Removed one duplicated method in exception handling
(edit) @8469   9 years Don-vip Add some more package-info.java to enhance Javadoc. Refactor package …
(edit) @8467   9 years Don-vip fix #11528 - "Distribute Nodes" menu item not available for …
(edit) @8466   9 years stoecker fix case insensitive comparison for key:valuefragment search
(edit) @8465   9 years Don-vip minor code style issues
(edit) @8464   9 years Don-vip Singular fields
(edit) @8461   9 years Don-vip global use of String.isEmpty()
(edit) @8460   9 years Don-vip simplify usage of Way.firstNode()
(edit) @8459   9 years Don-vip javadoc / Unit test fixes
(edit) @8449   9 years Don-vip remove extra whitespaces
(edit) @8447   9 years Don-vip fix #11508 - fix bad behaviour of Move Node onto way with overlapping ways
(edit) @8444   9 years Don-vip remove extra whitespaces
(edit) @8443   9 years Don-vip remove extra whitespaces
(edit) @8442   9 years Don-vip Fix #11266 - SVG versions of JOSM and OAuth logos + some other buttons …
(edit) @8441   9 years Don-vip see #11209 - add debug messages
(edit) @8440   9 years Don-vip fix javadoc warnings
(edit) @8426   9 years Don-vip Accessibility - global use of JLabel.setLabelFor() + various fixes …
(edit) @8419   9 years Don-vip Sonar: various code style cleanup: - fix copyright - classes that …
(edit) @8415   9 years Don-vip code style/cleanup - Uncommented Empty Constructor
(edit) @8413   9 years Don-vip code style - A close curly brace should be located at the beginning of …
(edit) @8406   9 years Don-vip Style - Method returns modified parameter
(edit) @8404   9 years Don-vip When doing a String.toLowerCase()/toUpperCase() call, use a …
(edit) @8395   9 years Don-vip convention - An open curly brace should be located at the end of a line
(edit) @8394   9 years Don-vip - global use of String.isEmpty() - Correctness - Method throws …
Note: See TracRevisionLog for help on using the revision log.