|
|
@8745
|
9 years |
simon04 |
see #11428 - Deprecate mirrored_download plugin which is part of core
|
|
|
@8734
|
9 years |
simon04 |
see #11843 - Give all started threads sensible names
…
|
|
|
@8540
|
9 years |
Don-vip |
fix remaining checkstyle issues
|
|
|
@8513
|
9 years |
Don-vip |
checkstyle: blocks
|
|
|
@8512
|
9 years |
Don-vip |
checkstyle: redundant modifiers
|
|
|
@8510
|
9 years |
Don-vip |
checkstyle: enable relevant whitespace checks and fix them
|
|
|
@8509
|
9 years |
Don-vip |
fix many checkstyle violations
|
|
|
@8506
|
9 years |
Don-vip |
fix some Sonar issues
|
|
|
@8471
|
9 years |
Don-vip |
offer to automatically download missing required plugins and restart. …
|
|
|
@8470
|
9 years |
Don-vip |
javadoc fixes. Removed one duplicated method in exception handling
|
|
|
@8465
|
9 years |
Don-vip |
minor code style issues
|
|
|
@8461
|
9 years |
Don-vip |
global use of String.isEmpty()
|
|
|
@8453
|
9 years |
Don-vip |
fix #11518 - ban plugins CADTools, LaneConnector and …
|
|
|
@8443
|
9 years |
Don-vip |
remove extra whitespaces
|
|
|
@8404
|
9 years |
Don-vip |
When doing a String.toLowerCase()/toUpperCase() call, use a …
|
|
|
@8395
|
9 years |
Don-vip |
convention - An open curly brace should be located at the end of a line
|
|
|
@8394
|
9 years |
Don-vip |
- global use of String.isEmpty()
- Correctness - Method throws …
|
|
|
@8390
|
9 years |
Don-vip |
Sonar - various performance improvements
|
|
|
@8379
|
9 years |
Don-vip |
Consecutively calls to StringBuffer/StringBuilder .append should reuse …
|
|
|
@8345
|
9 years |
Don-vip |
code style - Useless parentheses around expressions should be removed …
|
|
|
@8342
|
9 years |
Don-vip |
code style - Close curly brace and the next "else", "catch" and …
|
|
|
@8338
|
9 years |
Don-vip |
fix squid:S1319 - Declarations should use Java collection interfaces …
|
|
|
@8308
|
9 years |
Don-vip |
fix potential NPEs and Sonar issues related to serialization
|
|
|
@8291
|
9 years |
Don-vip |
fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
|
|
|
@8290
|
9 years |
Don-vip |
code cleanup
|
|
|
@8126
|
10 years |
Don-vip |
fix Sonar issue squid:S2444 - Lazy initialization of "static" fields …
|
|
|
@8101
|
10 years |
stoecker |
add https to valid internal plugin links, so we can switch in the future
|
|
|
@8093
|
10 years |
stoecker |
javadoc fixes
|
|
|
@8074
|
10 years |
bastiK |
#11090 - do not load plugins unless dependencies can be loaded
(or are …
|
|
|
@8070
|
10 years |
Don-vip |
see #10930 - deprecate notes plugin
|
|
|
@8061
|
10 years |
bastiK |
see #11096 - strip .png
|
|
|
@8030
|
10 years |
bastiK |
see #11090 - refresh plugin info after download & before loading
|
|
|
@8024
|
10 years |
bastiK |
see #11090 - make sure plugin preference tab is shown after runtime load
|
|
|
@8020
|
10 years |
bastiK |
see #11090 - make sure modifications to the current MapFrame are done …
|
|
|
@8017
|
10 years |
bastiK |
see #11090 - basic support for plugin loading at runtime.
This is …
|
|
|
@7956
|
10 years |
bastiK |
fixed #10962 - Photo orientation should not be ignored for thumbnails
|
|
|
@7655
|
10 years |
stoecker |
support data: style URL's for icon in plugin list, see #10581, drop …
|
|
|
@7654
|
10 years |
stoecker |
support data: style URL's for icon in plugin list, see #10581
|
|
|
@7597
|
10 years |
Don-vip |
fix #10588 - DownloadGpsTask ignores the ProgressMonitor argument …
|
|
|
@7596
|
10 years |
Don-vip |
fix various warnings
|
|
|
@7588
|
10 years |
Don-vip |
update presets links + javadoc
|
|
|
@7582
|
10 years |
Don-vip |
remove "external source" warnings for plugins hosted on …
|
|
|
@7509
|
10 years |
stoecker |
remove tabs
|
|
|
@7434
|
10 years |
Don-vip |
fix #8885 (see #4614) - add offline mode with new command line …
|
|
|
@7424
|
10 years |
Don-vip |
deprecate nearclick plugin: too buggy, not useful anymore
|
|
|
@7420
|
10 years |
Don-vip |
fix #9435 - add last 10 error/warning messages to bug report
|
|
|
@7348
|
10 years |
Don-vip |
deprecate openstreetbugs plugin (replaced by notes )
|
|
|
@7294
|
10 years |
Don-vip |
fix #10242 - catch NoClassDefFoundError when …
|
|
|
@7248
|
10 years |
bastiK |
reworked MirroredInputStream (renamed to CachedFile):
* no more …
|
|
|
@7242
|
10 years |
bastiK |
add support for If-Modified-Since header in MirroredInputStream (see …
|
|
|
@7082
|
10 years |
Don-vip |
see #8465 - replace Utils.UTF_8 by StandardCharsets.UTF_8 , new in …
|
|
|
@7048
|
10 years |
Don-vip |
sonar - Throwable and Error classes should not be caught
|
|
|
@7037
|
10 years |
Don-vip |
see #8465 - last batch of try-with-resources
|
|
|
@7033
|
10 years |
Don-vip |
see #8465 - global use of try-with-resources , according to
* …
|
|
|
@7025
|
10 years |
Don-vip |
Sonar - fix various issues
|
|
|
@7012
|
10 years |
Don-vip |
see #8465 - use String switch/case where applicable
|
|
|
@7005
|
10 years |
Don-vip |
see #8465 - use diamond operator where applicable
|
|
|
@7004
|
10 years |
Don-vip |
see #8465 - use multi-catch where applicable
|
|
|
@6990
|
10 years |
Don-vip |
sonar - place Strings literals on the left side when checking for …
|
|
|
@6920
|
11 years |
Don-vip |
fix #9778, fix #9806 - access OSM API and JOSM website in HTTPS by …
|
|
|
@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)
|
|
|
@6883
|
11 years |
Don-vip |
fix some Sonar issues
|
|
|
@6867
|
11 years |
Don-vip |
fix #9715 - Set HTTP Accept header to expected MIME types when …
|
|
|
@6843
|
11 years |
Don-vip |
fix #9711 - Nicer report of invalid plugins + javadoc
|
|
|
@6839
|
11 years |
Don-vip |
do not block start when plugin list cannot be retrieved, save the …
|
|
|
@6830
|
11 years |
Don-vip |
javadoc fixes for jdk8 compatibility
|
|
|
@6822
|
11 years |
bastiK |
see #8902 - Small performance enhancements / coding style (patch by …
|
|
|
@6797
|
11 years |
Don-vip |
fix #9406 - Verify for new versions of plugins on crashes
|
|
|
@6792
|
11 years |
Don-vip |
Sonar - fix various issues
|
|
|
@6643
|
11 years |
Don-vip |
global replacement of e.printStackTrace() by Main.error(e)
|
|
|
@6615
|
11 years |
Don-vip |
fix compilation warnings + minor code refactorization
|
|
|
@6571
|
11 years |
simon04 |
fix #9495 - patch by holgerosm - Format translated plugin description …
|
|
|
@6552
|
11 years |
simon04 |
Refactoring: introduce Utils.UTF_8 charset to avoid handling of …
|
|
|
@6544
|
11 years |
simon04 |
fix #9473 - Added wayselector plugin to josm core. This plugin was …
|
|
|
@6524
|
11 years |
Don-vip |
global use of Utils.joinAsHtmlUnorderedList()
|
|
|
@6380
|
11 years |
Don-vip |
update license/copyright information
|
|
|
@6362
|
11 years |
Don-vip |
Checkstyle:
- private constructors for util classes
- final classes
- …
|
|
|
@6360
|
11 years |
Don-vip |
Sonar/Findbugs - Hide Utility Class Constructor
|
|
|
@6340
|
11 years |
Don-vip |
refactor of some GUI/widgets classes (impacts some plugins):
- …
|
|
|
@6313
|
11 years |
Don-vip |
cosmetics in error reporting
|
|
|
@6310
|
11 years |
Don-vip |
Sonar/FindBugs - Nested blocks of code should not be left empty
|
|
|
@6296
|
11 years |
Don-vip |
Sonar/Findbugs - Avoid commented-out lines of code, javadoc
|
|
|
@6282
|
11 years |
Don-vip |
Sonar/Findbugs - Bad practice - Classloaders should only be created …
|
|
|
@6257
|
11 years |
Don-vip |
fix #8862, see #9101 - UI message when plugin list/icons download fail
|
|
|
@6248
|
11 years |
Don-vip |
Rework console output:
- new log level "error"
- Replace nearly all …
|
|
|
@6232
|
11 years |
Don-vip |
Sonar - Avoid unused local variables
|
|
|
@6090
|
11 years |
akks |
see #8902 - long literals readability 4321l => 4321L (patch by shinigami)
|
|
|
@6087
|
11 years |
Don-vip |
see #8902 - string.equals("") => string.isEmpty() (patch by shinigami)
|
|
|
@6085
|
11 years |
Don-vip |
see #8902 - c-like array definitions changed to java-like (patch by …
|
|
|
@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)
|
|
|
@6073
|
11 years |
Don-vip |
fix #8886 - Allow to download plugin jars redirected from https to …
|
|
|
@6070
|
11 years |
stoecker |
see #8853 remove tabs, trailing spaces, windows line ends, strange …
|
|
|
@6048
|
11 years |
Don-vip |
use progressMonitor as parent component of "Skip download" plugin …
|
|
|
@6041
|
11 years |
Don-vip |
JOSM "multipoly-convert" plugin no longer required since this function …
|
|
|
@6004
|
11 years |
Don-vip |
include early plugins in the plugin classloader, allowing late plugins …
|
|
|
@5987
|
11 years |
Don-vip |
Better error messages when loading plugins
|
|
|
@5978
|
11 years |
Don-vip |
fix #8753 - Restore plugin ImageryAdjust functionality (revert r5961)
|
|
|
@5961
|
11 years |
Don-vip |
"imgaeryadjust" plugin has been integrated into core a long time ago, …
|
|
|