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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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 …
(edit) @8393   9 years Don-vip see #11447 - partial revert of r8384
(edit) @8390   9 years Don-vip Sonar - various performance improvements
(edit) @8388   9 years Don-vip performance - use of EnumMap / EnumSet
(edit) @8385   9 years Don-vip fix regressions of r8384
(edit) @8384   9 years Don-vip squid:S1244 - Floating point numbers should not be tested for equality
(edit) @8380   9 years Don-vip code style - A getX() method which returns a boolean should be named isX()
(edit) @8379   9 years Don-vip Consecutively calls to StringBuffer/StringBuilder .append should reuse …
(edit) @8378   9 years Don-vip fix copyright/license headers globally
(edit) @8377   9 years Don-vip performance - remove useless boxing of boolean constants
(edit) @8376   9 years Don-vip code style - remove useless calls to toString()
(edit) @8372   9 years Don-vip code cleanup
(edit) @8365   9 years Don-vip fix Findbugs performance issues
(edit) @8357   9 years Don-vip fix some Findbugs violations
(edit) @8356   9 years Don-vip remove public mutable array Main.commandLineArgs
(edit) @8346   9 years Don-vip squid:S00116 - Field names should comply with a naming convention
(edit) @8345   9 years Don-vip code style - Useless parentheses around expressions should be removed …
(edit) @8343   9 years Balaitous see #10748 - Move and connect way to an external node with shape …
(edit) @8342   9 years Don-vip code style - Close curly brace and the next "else", "catch" and …
(edit) @8338   9 years Don-vip fix squid:S1319 - Declarations should use Java collection interfaces …
(edit) @8332   9 years Don-vip fix various issues: - performance - inefficient use of keySet iterator …
(edit) @8324   9 years Don-vip squid:S1133 - remove deprecated code
(edit) @8318   9 years Don-vip fix various Sonar issues: - squid:S1068: Unused private fields should …
(edit) @8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @8304   9 years Don-vip simplify URL encoding/decoding
(edit) @8303   9 years Balaitous fix #7421 - Circle created from way heads always clockwise * If 3 …
(edit) @8294   9 years Balaitous fix #10396 - Disconnecting nodes from way could be easier * …
(edit) @8291   9 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
(edit) @8285   9 years Don-vip fix sonar squid:S2039 - Member variable visibility should be specified
(edit) @8276   9 years Balaitous fix #11184 - "split way" is splitting an other way instead of the …
(edit) @8250   9 years simon04 fix #11358 - Search: allow negative indices for nth: to search backward
(edit) @8248   9 years Don-vip fix #11362 - do not confirm overwrite for OSX native file dialogs …
(edit) @8247   9 years Balaitous fix #11302 - "distribute nodes" acts weirdly if the way is not …
(edit) @8240   9 years simon04 Open Location: enable loading of nodes/ways/relations/changesets from …
(edit) @8231   9 years simon04 fix #11351 - Search/ways:: make implementation comply with …
(edit) @8221   9 years simon04 see #11000 - Remote control: allow to specify layer_name for …
(edit) @8220   9 years simon04 fix #11351 - Search: add ways: to search for nodes with specified …
Note: See TracRevisionLog for help on using the revision log.