|
|
@8674
|
8 years |
Don-vip |
fix Checkstyle issues
|
|
|
@8670
|
8 years |
simon04 |
fix #11749 - Jump to Position: add D M S and D M.M coordinate …
|
|
|
@8666
|
8 years |
Don-vip |
fix #11751 - JOSM JNLP doesn't restart in Linux (patch by simon04, …
|
|
|
@8663
|
8 years |
simon04 |
fix #11442 - "Toolbar action" bug w/ 'notes' & normal dialogs
|
|
|
@8645
|
8 years |
Don-vip |
fix #11756, fix #11759 - NPEs
|
|
|
@8624
|
8 years |
bastiK |
add missing svn:eol-style=native
|
|
|
@8598
|
8 years |
wiktorn |
TileSource:
* added method - getTileId that returns unique identifier …
|
|
|
@8590
|
8 years |
Don-vip |
fix #11630 - NPE (patch by michael2402)
|
|
|
@8582
|
8 years |
Don-vip |
checkstyle
|
|
|
@8576
|
8 years |
wiktorn |
wms_endpoint now forwards information about available projection to …
|
|
|
@8565
|
8 years |
Don-vip |
fix #11650 - performance: avoid creation of Date objects when it is …
|
|
|
@8554
|
8 years |
bastiK |
applied #11634 - Moved global SOM management out of …
|
|
|
@8550
|
8 years |
bastiK |
applied #11629 - Fixed state errors in selection (rect/lasso) and made …
|
|
|
@8549
|
8 years |
bastiK |
applied #11628 - Added documentation to EastNorth, changed x - y = …
|
|
|
@8540
|
8 years |
Don-vip |
fix remaining checkstyle issues
|
|
|
@8533
|
8 years |
Don-vip |
findbugs
|
|
|
@8513
|
8 years |
Don-vip |
checkstyle: blocks
|
|
|
@8512
|
8 years |
Don-vip |
checkstyle: redundant modifiers
|
|
|
@8510
|
8 years |
Don-vip |
checkstyle: enable relevant whitespace checks and fix them
|
|
|
@8509
|
8 years |
Don-vip |
fix many checkstyle violations
|
|
|
@8495
|
8 years |
simon04 |
fix #11150 - False validator warning on ford if node is outside the …
|
|
|
@8486
|
8 years |
Don-vip |
Remove unused method parameter(s) in private methods
|
|
|
@8475
|
8 years |
Don-vip |
fix #11219 - Open notes in browser with Ctrl-Shift-I: "Advanced info (web)"
|
|
|
@8474
|
8 years |
Don-vip |
fix #11177 - Notes: upload before deleting layer doesn't work
|
|
|
@8473
|
8 years |
Don-vip |
fix #11533 - proper use of Storage class in NoteData
|
|
|
@8472
|
8 years |
Don-vip |
Display "No data found in this area." in a notification instead of a …
|
|
|
@8471
|
8 years |
Don-vip |
offer to automatically download missing required plugins and restart. …
|
|
|
@8470
|
8 years |
Don-vip |
javadoc fixes. Removed one duplicated method in exception handling
|
|
|
@8469
|
8 years |
Don-vip |
Add some more package-info.java to enhance Javadoc. Refactor package …
|
|
|
@8467
|
8 years |
Don-vip |
fix #11528 - "Distribute Nodes" menu item not available for …
|
|
|
@8466
|
8 years |
stoecker |
fix case insensitive comparison for key:valuefragment search
|
|
|
@8465
|
8 years |
Don-vip |
minor code style issues
|
|
|
@8464
|
8 years |
Don-vip |
Singular fields
|
|
|
@8461
|
8 years |
Don-vip |
global use of String.isEmpty()
|
|
|
@8460
|
8 years |
Don-vip |
simplify usage of Way.firstNode()
|
|
|
@8459
|
8 years |
Don-vip |
javadoc / Unit test fixes
|
|
|
@8449
|
8 years |
Don-vip |
remove extra whitespaces
|
|
|
@8447
|
8 years |
Don-vip |
fix #11508 - fix bad behaviour of Move Node onto way with overlapping ways
|
|
|
@8444
|
8 years |
Don-vip |
remove extra whitespaces
|
|
|
@8443
|
8 years |
Don-vip |
remove extra whitespaces
|
|
|
@8442
|
8 years |
Don-vip |
Fix #11266 - SVG versions of JOSM and OAuth logos + some other buttons …
|
|
|
@8441
|
8 years |
Don-vip |
see #11209 - add debug messages
|
|
|
@8440
|
8 years |
Don-vip |
fix javadoc warnings
|
|
|
@8426
|
8 years |
Don-vip |
Accessibility - global use of JLabel.setLabelFor() + various fixes …
|
|
|
@8419
|
8 years |
Don-vip |
Sonar: various code style cleanup:
- fix copyright
- classes that …
|
|
|
@8415
|
8 years |
Don-vip |
code style/cleanup - Uncommented Empty Constructor
|
|
|
@8413
|
8 years |
Don-vip |
code style - A close curly brace should be located at the beginning of …
|
|
|
@8406
|
8 years |
Don-vip |
Style - Method returns modified parameter
|
|
|
@8404
|
8 years |
Don-vip |
When doing a String.toLowerCase()/toUpperCase() call, use a …
|
|
|
@8395
|
8 years |
Don-vip |
convention - An open curly brace should be located at the end of a line
|
|
|
@8394
|
8 years |
Don-vip |
- global use of String.isEmpty()
- Correctness - Method throws …
|
|
|
@8393
|
8 years |
Don-vip |
see #11447 - partial revert of r8384
|
|
|
@8390
|
8 years |
Don-vip |
Sonar - various performance improvements
|
|
|
@8388
|
8 years |
Don-vip |
performance - use of EnumMap / EnumSet
|
|
|
@8385
|
8 years |
Don-vip |
fix regressions of r8384
|
|
|
@8384
|
8 years |
Don-vip |
squid:S1244 - Floating point numbers should not be tested for equality
|
|
|
@8380
|
8 years |
Don-vip |
code style - A getX() method which returns a boolean should be named isX()
|
|
|
@8379
|
8 years |
Don-vip |
Consecutively calls to StringBuffer/StringBuilder .append should reuse …
|
|
|
@8378
|
8 years |
Don-vip |
fix copyright/license headers globally
|
|
|
@8377
|
8 years |
Don-vip |
performance - remove useless boxing of boolean constants
|
|
|
@8376
|
8 years |
Don-vip |
code style - remove useless calls to toString()
|
|
|
@8372
|
8 years |
Don-vip |
code cleanup
|
|
|
@8365
|
8 years |
Don-vip |
fix Findbugs performance issues
|
|
|
@8357
|
8 years |
Don-vip |
fix some Findbugs violations
|
|
|
@8356
|
8 years |
Don-vip |
remove public mutable array Main.commandLineArgs
|
|
|
@8346
|
8 years |
Don-vip |
squid:S00116 - Field names should comply with a naming convention
|
|
|
@8345
|
8 years |
Don-vip |
code style - Useless parentheses around expressions should be removed …
|
|
|
@8343
|
8 years |
Balaitous |
see #10748 - Move and connect way to an external node with shape …
|
|
|
@8342
|
8 years |
Don-vip |
code style - Close curly brace and the next "else", "catch" and …
|
|
|
@8338
|
8 years |
Don-vip |
fix squid:S1319 - Declarations should use Java collection interfaces …
|
|
|
@8332
|
8 years |
Don-vip |
fix various issues:
- performance - inefficient use of keySet iterator …
|
|
|
@8324
|
8 years |
Don-vip |
squid:S1133 - remove deprecated code
|
|
|
@8318
|
8 years |
Don-vip |
fix various Sonar issues:
- squid:S1068: Unused private fields should …
|
|
|
@8308
|
8 years |
Don-vip |
fix potential NPEs and Sonar issues related to serialization
|
|
|
@8304
|
8 years |
Don-vip |
simplify URL encoding/decoding
|
|
|
@8303
|
8 years |
Balaitous |
fix #7421 - Circle created from way heads always clockwise
* If 3 …
|
|
|
@8294
|
8 years |
Balaitous |
fix #10396 - Disconnecting nodes from way could be easier
* …
|
|
|
@8291
|
8 years |
Don-vip |
fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
|
|
|
@8285
|
8 years |
Don-vip |
fix sonar squid:S2039 - Member variable visibility should be specified
|
|
|
@8276
|
8 years |
Balaitous |
fix #11184 - "split way" is splitting an other way instead of the …
|
|
|
@8250
|
8 years |
simon04 |
fix #11358 - Search: allow negative indices for nth: to search backward
|
|
|
@8248
|
8 years |
Don-vip |
fix #11362 - do not confirm overwrite for OSX native file dialogs …
|
|
|
@8247
|
8 years |
Balaitous |
fix #11302 - "distribute nodes" acts weirdly if the way is not …
|
|
|
@8240
|
8 years |
simon04 |
Open Location: enable loading of nodes/ways/relations/changesets from …
|
|
|
@8231
|
8 years |
simon04 |
fix #11351 - Search/ways: : make implementation comply with …
|
|
|
@8221
|
8 years |
simon04 |
see #11000 - Remote control: allow to specify layer_name for …
|
|
|
@8220
|
8 years |
simon04 |
fix #11351 - Search: add ways: to search for nodes with specified …
|
|
|
@8218
|
8 years |
simon04 |
fix #10868 - Add osm.notes.daysClosed to preference dialog
|
|
|
@8217
|
8 years |
simon04 |
fix #10867 - Notes download: inform user about reaching download limit …
|
|
|
@8216
|
8 years |
simon04 |
fix #10867 - Notes download: inform user about reaching download limit
|
|
|
@8212
|
8 years |
simon04 |
see #11147 see #11321 - Add "Download notes in current view" to file …
|
|
|
@8210
|
8 years |
simon04 |
fix #11326 - Cancel note creation with escape key, do not create note …
|
|
|
@8209
|
8 years |
simon04 |
see #9907 - Open Location: detect note layer also when non-standard …
|
|
|
@8208
|
8 years |
simon04 |
see #7230 - drop code for old search dialog (hints)
|
|
|
@8203
|
8 years |
simon04 |
see #9907 - Open Location, Which tasks to perform?: use standard icons
|
|
|
@8202
|
8 years |
simon04 |
Opening files: guess file extension if specified filename does not …
|
|
|
@8200
|
8 years |
stoecker |
fix #7630 - NPE
|
|
|
@8198
|
8 years |
simon04 |
fix #11343 - Search: add waylength keyword to test the length of …
|
|
|
@8196
|
8 years |
simon04 |
Search Notes: consider numeric value as note id to load
|
|
|
@8195
|
8 years |
simon04 |
see #9907 - Make "Open Location" capable of downloading notes
If more …
|
|
|