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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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 …
(edit) @8218   9 years simon04 fix #10868 - Add osm.notes.daysClosed to preference dialog
(edit) @8217   9 years simon04 fix #10867 - Notes download: inform user about reaching download limit …
(edit) @8216   9 years simon04 fix #10867 - Notes download: inform user about reaching download limit
(edit) @8212   9 years simon04 see #11147 see #11321 - Add "Download notes in current view" to file …
(edit) @8210   9 years simon04 fix #11326 - Cancel note creation with escape key, do not create note …
(edit) @8209   9 years simon04 see #9907 - Open Location: detect note layer also when non-standard …
(edit) @8208   9 years simon04 see #7230 - drop code for old search dialog (hints)
(edit) @8203   9 years simon04 see #9907 - Open Location, Which tasks to perform?: use standard icons
(edit) @8202   9 years simon04 Opening files: guess file extension if specified filename does not …
(edit) @8200   9 years stoecker fix #7630 - NPE
(edit) @8198   9 years simon04 fix #11343 - Search: add waylength keyword to test the length of …
(edit) @8196   9 years simon04 Search Notes: consider numeric value as note id to load
(edit) @8195   9 years simon04 see #9907 - Make "Open Location" capable of downloading notes If more …
(edit) @8194   9 years simon04 Download objects: prefill ids from copied objects The syntax from …
(edit) @8182   9 years stoecker see #5880 - copy and paste error
(edit) @8181   9 years stoecker fix #5880 - reverse new ways in favour of existing ones
(edit) @8179   9 years stoecker see #10329 - also drop old value for FixDataTag, when new value matches
(edit) @8178   9 years stoecker see #10329 - fix wrong upload fix and remove wrong old keys when new …
(edit) @8171   9 years stoecker fix #7630 - provide a zoom to all downloaded areas function
(edit) @8152   9 years stoecker fix #11230 - improper handling of imagery adjustemnet closing - patch …
(edit) @8131   9 years Don-vip fix #11220 - Search within selection shows incorrect number of matches
(edit) @8130   9 years Don-vip fix Sonar issue squid:ModifiersOrderCheck - Modifiers should be …
(edit) @8126   9 years Don-vip fix Sonar issue squid:S2444 - Lazy initialization of "static" fields …
(edit) @8115   9 years Don-vip fix #11192 - missing notes translations
(edit) @8114   9 years Don-vip fix #11197 - don't select filtered ways with double-click selection mode
(edit) @8093   9 years stoecker javadoc fixes
(edit) @8071   9 years Don-vip fix #10960 - Add note API search dialog (modified patch by ToeBee). …
(edit) @8068   9 years Don-vip fix #11076 - robustness to unsupported WMS rectifier imagery types
(edit) @8064   9 years Don-vip fix #11105 - DataIntegrityProblemException when undo drawing
(edit) @8061   9 years bastiK see #11096 - strip .png
(edit) @8056   9 years bastiK fixed #11096 - png -> svg
(edit) @8036   9 years bastiK fixed #11096 - replace png icons with svg version if available
(edit) @7989   9 years Don-vip fix #11026 - NPE when joining areas (regression from r7987)
(edit) @7987   9 years Don-vip update presets lang, update Groovy, remove deprecated stuff, fix some …
(edit) @7949   9 years Don-vip fix #10933 - keep the same selection in selection dialog after cliking …
(edit) @7946   9 years Don-vip fix #10953 - handle "incomplete but new" relations
(edit) @7945   9 years Don-vip see #10953 - fix crash and EDT violation
(edit) @7937   9 years bastiK add subversion property svn:eol=native
(edit) @7921   9 years Don-vip fix #10921 - NPE
(edit) @7918   9 years Don-vip see #10903 - forbids to edit deleted relations
(edit) @7865   9 years Don-vip fix NPE, typo
(edit) @7864   9 years Don-vip global cleanup of IllegalArgumentExceptions thrown by JOSM
(edit) @7859   9 years Don-vip fix various Sonar issues, improve Javadoc
(edit) @7852   9 years Don-vip see #10858 - rename NoteDialog to NotesDialog
(edit) @7850   9 years Don-vip fix #9605, fix #10050 - align nodes in line moves outer instead of …
(edit) @7828   9 years Don-vip fix #10855 - fix NPE - better handling of nodes without coordinates
(edit) @7817   9 years bastiK fixed #10861 - Zoom to layer when opening new file (see #10860)
(edit) @7816   9 years bastiK fixed #10860 - set initial viewport correctly when mapview is opened
(edit) @7813   9 years stoecker see #10858 - fix rectifier action help page
(edit) @7812   9 years stoecker see #10858 - fix JumpTo action help page
(edit) @7783   9 years Don-vip fix #10816 - add various safeguards to make sure to not upload empty keys
(edit) @7776   9 years akks fix #10821: ImproveWayAccuracy produced self-intersecting ways remove …
(edit) @7771   9 years bastiK fixes #1608 - remove remaining old logos
(edit) @7758   9 years Don-vip see #10795 - avoid error caused by a missing jnlp file on the second …
(edit) @7757   9 years Don-vip fix #10795 - restart does not work with jnlp if process is launched by …
(edit) @7756   9 years Don-vip see #10795 - get debug info
Note: See TracRevisionLog for help on using the revision log.