|
|
@9300
|
9 years |
simon04 |
OAuth: increase default dialog size
|
|
|
@9256
|
9 years |
simon04 |
Fix EDT violations in OAuth wizard
|
|
|
@9232
|
9 years |
simon04 |
fix #12265 - Use HttpClient for imagery requests
|
|
|
@9227
|
9 years |
Don-vip |
OAuth: add robustness, basic unit test, code cleanup
|
|
|
@9220
|
9 years |
Don-vip |
update unitils-core to 3.4.2, increase unit test coverage with …
|
|
|
@9172
|
9 years |
simon04 |
see #12231 - Use HttpClient for OSM API calls
This requires adaptors …
|
|
|
@9078
|
9 years |
Don-vip |
sonar - Immutable Field
|
|
|
@9075
|
9 years |
Don-vip |
pmd - Useless qualified this usage in the same class
|
|
|
@9059
|
9 years |
Don-vip |
checkstyle
|
|
|
@8836
|
9 years |
Don-vip |
fix Checkstyle issues
|
|
|
@8624
|
9 years |
bastiK |
add missing svn:eol-style=native
|
|
|
@8540
|
10 years |
Don-vip |
fix remaining checkstyle issues
|
|
|
@8510
|
10 years |
Don-vip |
checkstyle: enable relevant whitespace checks and fix them
|
|
|
@8509
|
10 years |
Don-vip |
fix many checkstyle violations
|
|
|
@8469
|
10 years |
Don-vip |
Add some more package-info.java to enhance Javadoc. Refactor package …
|
|
|
@8468
|
10 years |
Don-vip |
fix some minor sonar/code style issues:
- Avoid Protected Field In …
|
|
|
@8461
|
10 years |
Don-vip |
global use of String.isEmpty()
|
|
|
@8444
|
10 years |
Don-vip |
remove extra whitespaces
|
|
|
@8442
|
10 years |
Don-vip |
Fix #11266 - SVG versions of JOSM and OAuth logos + some other buttons …
|
|
|
@8426
|
10 years |
Don-vip |
Accessibility - global use of JLabel.setLabelFor() + various fixes …
|
|
|
@8415
|
10 years |
Don-vip |
code style/cleanup - Uncommented Empty Constructor
|
|
|
@8390
|
10 years |
Don-vip |
Sonar - various performance improvements
|
|
|
@8313
|
10 years |
Don-vip |
fix #11397 - NPE
|
|
|
@8312
|
10 years |
stoecker |
revert build breaking change
|
|
|
@8308
|
10 years |
Don-vip |
fix potential NPEs and Sonar issues related to serialization
|
|
|
@8304
|
10 years |
Don-vip |
simplify URL encoding/decoding
|
|
|
@8291
|
10 years |
Don-vip |
fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
|
|
|
@8285
|
10 years |
Don-vip |
fix sonar squid:S2039 - Member variable visibility should be specified
|
|
|
@7771
|
10 years |
bastiK |
fixes #1608 - remove remaining old logos
|
|
|
@7509
|
10 years |
stoecker |
remove tabs
|
|
|
@7082
|
11 years |
Don-vip |
see #8465 - replace Utils.UTF_8 by StandardCharsets.UTF_8 , new in …
|
|
|
@7037
|
11 years |
Don-vip |
see #8465 - last batch of try-with-resources
|
|
|
@7015
|
11 years |
Don-vip |
see #8465 - fix generics for JComboBox/JList
|
|
|
@7005
|
11 years |
Don-vip |
see #8465 - use diamond operator where applicable
|
|
|
@7004
|
11 years |
Don-vip |
see #8465 - use multi-catch where applicable
|
|
|
@7001
|
11 years |
Don-vip |
see #8465 - switch core to Java 7
|
|
|
@6995
|
11 years |
Don-vip |
fix #9906 - fix reliance on default encoding
|
|
|
@6990
|
11 years |
Don-vip |
sonar - place Strings literals on the left side when checking for …
|
|
|
@6987
|
11 years |
Don-vip |
sonar - fix some more issues
|
|
|
@6906
|
11 years |
Don-vip |
refactor duplicated code - impacts some plugins (reverter, roadsigns, …
|
|
|
@6890
|
11 years |
Don-vip |
fix some Sonar issues (Constructor Calls Overridable Method)
|
|
|
@6889
|
11 years |
Don-vip |
fix some Sonar issues (JLS order)
|
|
|
@6883
|
11 years |
Don-vip |
fix some Sonar issues
|
|
|
@6847
|
11 years |
Don-vip |
see #9710 - OAuth advanced parameters persistence
|
|
|
@6845
|
11 years |
stoecker |
don't have two osm-server url settings
|
|
|
@6830
|
11 years |
Don-vip |
javadoc fixes for jdk8 compatibility
|
|
|
@6666
|
11 years |
Don-vip |
see #9508 - refactor validator preferences + handling of JScrollPane …
|
|
|
@6643
|
11 years |
Don-vip |
global replacement of e.printStackTrace() by Main.error(e)
|
|
|
@6599
|
11 years |
bastiK |
fixed #9505 - Defaults for osm-server.url differ = !null
Loosen the …
|
|
|
@6582
|
11 years |
bastiK |
fixed #9505 - Defaults for osm-server.url differ = !null
|
|
|
@6362
|
11 years |
Don-vip |
Checkstyle:
- private constructors for util classes
- final classes
- …
|
|
|
@6340
|
11 years |
Don-vip |
refactor of some GUI/widgets classes (impacts some plugins):
- …
|
|
|
@6335
|
11 years |
Don-vip |
Sonar/Findbugs - Unused Private Fields
|
|
|
@6296
|
11 years |
Don-vip |
Sonar/Findbugs - Avoid commented-out lines of code, javadoc
|
|
|
@6268
|
11 years |
Don-vip |
Sonar/FindBugs - Bad practice - Method may fail to close stream
|
|
|
@6267
|
11 years |
Don-vip |
Sonar/FindBugs - Replace singular fields by local variables
|
|
|
@6248
|
11 years |
Don-vip |
Rework console output:
- new log level "error"
- Replace nearly all …
|
|
|
@6116
|
11 years |
Don-vip |
fix EDT violations
|
|
|
@6087
|
11 years |
Don-vip |
see #8902 - string.equals("") => string.isEmpty() (patch by shinigami)
|
|
|
@6084
|
11 years |
bastiK |
see #8902 - add missing @Override annotations (patch by shinigami)
|
|
|
@6083
|
11 years |
bastiK |
see #8902 - Small performance enhancements (patch by shinigami)
|
|
|
@6070
|
11 years |
stoecker |
see #8853 remove tabs, trailing spaces, windows line ends, strange …
|
|
|
@6066
|
11 years |
stoecker |
see #8875 - more oauth rights
|
|
|
@5998
|
12 years |
Don-vip |
fix #8775 - IllegalComponentStateException when remembering position …
|
|
|
@5899
|
12 years |
stoecker |
fix javadoc
|
|
|
@5886
|
12 years |
Don-vip |
see #4429 - Right click menu "undo, cut, copy, paste, delete, select …
|
|
|
@5874
|
12 years |
Don-vip |
see #8570, #7406 - I/O refactorization:
- Move different file copy …
|
|
|
@5752
|
12 years |
Don-vip |
fix #8404 - workaround for JDK bug 6322854 (crash when inserting …
|
|
|
@5587
|
12 years |
Don-vip |
Single entry point in Utils to open HTTP connections
|
|
|
@5452
|
12 years |
Don-vip |
Code refactorisation on EDT calls
|
|
|
@5450
|
12 years |
Don-vip |
fix #7917 - Control the number of items displayed at once in all …
|
|
|
@5429
|
12 years |
Don-vip |
fix #7917 - Control the number of items displayed at once in all …
|
|
|
@5422
|
12 years |
Don-vip |
see #7943 - Introduce OsmApi.DEFAULT_API_URL, better handling of …
|
|
|
@5411
|
12 years |
Don-vip |
see #7943 - Fix OAuth rejection error message
|
|
|
@5266
|
13 years |
bastiK |
fixed majority of javadoc warnings by replacing "{@see" by "{@link"
|
|
|
@4874
|
13 years |
jttt |
Use static class were appropriate
|
|
|
@4729
|
13 years |
stoecker |
fix #7183 - fully automatic OAuth not working
|
|
|
@4690
|
13 years |
stoecker |
see #7086 - fix passing auth information to wrong server
|
|
|
@4457
|
13 years |
bastiK |
applied #6778 - Improve translation (patch by Casiope)
|
|
|
@4310
|
13 years |
stoecker |
fix #6680, fix #6677 - i18n issues
|
|
|
@4253
|
13 years |
stoecker |
see #6227 - fix wrong quote escaping in strings
|
|
|
@4245
|
13 years |
bastiK |
some renames to simplify further development
|
|
|
@4191
|
14 years |
stoecker |
remove old debug stuff
|
|
|
@4147
|
14 years |
stoecker |
fix #6476 - fully automatic oauth failing due to server changes
|
|
|
@3748
|
14 years |
framm |
API seems to return 200 OK now instead of 302 Moved Temporarily in …
|
|
|
@3530
|
14 years |
stoecker |
fix array preferences
|
|
|
@3501
|
14 years |
bastiK |
fixed #4632 - Button Help puts help window under main window
|
|
|
@3494
|
14 years |
stoecker |
fix #5100 - OAuth failing
|
|
|
@3425
|
14 years |
stoecker |
fix #5244 - port to signpost 1.2 - patch by dpaleino
|
|
|
@3408
|
14 years |
jttt |
Show only actions that can work on all selected layers in …
|
|
|
@3385
|
14 years |
jttt |
Fix warnings
|
|
|
@3188
|
15 years |
stoecker |
close #4790 - OAuth uses HTTPS
|
|
|
@3121
|
15 years |
Gubaer |
fixed #4698: Link not works
|
|
|
@3111
|
15 years |
Gubaer |
applied #4708: patch by Claudius Henrichs: OAuth dialog default window …
|
|
|
@3095
|
15 years |
jttt |
Changes in multipolygon handling (see #4661), cosmetics
|
|
|
@3083
|
15 years |
bastiK |
added svn:eol-style=native to source files
|
|
|
@3082
|
15 years |
stoecker |
enable translation for missing strings
|
|
|
@3080
|
15 years |
mjulius |
see #4670 - Not Locilised #7
|
|
|
@2990
|
15 years |
jttt |
Fix some eclipse warnings
|
|
|
@2927
|
15 years |
mjulius |
fix #4469 - JOSM typos - patch by andre68
|
|
|