|
|
@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, …
|
|
|
@5957
|
11 years |
Don-vip |
New interface MapFrameListener to allow core classes to listen to …
|
|
|
@5926
|
11 years |
bastiK |
clean up imports
|
|
|
@5923
|
11 years |
Don-vip |
fix #8655 - Removed unecessary toString() calls on Strings (patch by …
|
|
|
@5886
|
11 years |
Don-vip |
see #4429 - Right click menu "undo, cut, copy, paste, delete, select …
|
|
|
@5874
|
11 years |
Don-vip |
see #8570, #7406 - I/O refactorization:
- Move different file copy …
|
|
|
@5857
|
11 years |
Don-vip |
fix #8561 - Integrate restart plugin into core. Asks for restart when …
|
|
|
@5836
|
12 years |
stoecker |
javadoc fixes
|
|
|
@5723
|
12 years |
Don-vip |
fix #7754 - plugin management: unable to activate plugin after aborted …
|
|
|
@5601
|
12 years |
Don-vip |
fix #7680, fix #8209 - Better handling of plugin automatic updates …
|
|
|
@5588
|
12 years |
Don-vip |
Override toString() to ease PluginInformation debugging
|
|
|
@5587
|
12 years |
Don-vip |
Single entry point in Utils to open HTTP connections
|
|
|
@5583
|
12 years |
Don-vip |
fix #8202 - Robustness in plugin description parsing
|
|
|
@5508
|
12 years |
Don-vip |
Robustness in "plugin.requires" parsing
|
|
|
@5436
|
12 years |
stoecker |
update i18n, deprecate licensechange plugin
|
|
|
@5307
|
12 years |
simon04 |
see #7818 - make plugin list parsing more robust.
In case of an …
|
|
|
@5306
|
12 years |
simon04 |
fix #7818 - problem with plugin list (lines exceeding 140 characters)
|
|
|
@5290
|
12 years |
simon04 |
fix #7608 - deprecate Epsg31287 plugin
|
|
|
@5266
|
12 years |
bastiK |
fixed majority of javadoc warnings by replacing "{@see" by "{@link"
|
|
|
@5241
|
12 years |
bastiK |
fixed #7703 - How to get resources from inside plugin?
|
|
|
@5194
|
12 years |
simon04 |
about dialog: set cursor/caret position to 0 in order to scroll to top
|
|
|
@5145
|
13 years |
Don-vip |
fix #7311 - lower value of default plugin update interval: 30 days
|
|
|
@5121
|
13 years |
Don-vip |
Enhancements in plugin dependencies system (view "requires" in plugin …
|
|
|
@5029
|
13 years |
Don-vip |
Fix console message when plugins are auto updated after JOSM upgrade
|
|
|
@4877
|
13 years |
akks |
see #7200 - mark Curves plugin as obsolete (Arc moved to Utilsplugin2)
|
|
|
@4846
|
13 years |
simon04 |
see #7184 - Added ImproveWayAccuracy plugin to josm core. This plugin …
|
|
|
@4737
|
13 years |
stoecker |
fix #7197 - fix plugin version check on load
|
|
|
@4721
|
13 years |
bastiK |
use builder pattern for ImageProvider (see #7192)
|
|
|
@4612
|
13 years |
bastiK |
see #7027 - internal structures for preferences (expect some problems …
|
|
|
@4470
|
13 years |
Don-vip |
fix #6894 - Plugin and JOSM version numbers badly displayed in warning …
|
|
|
@4310
|
13 years |
stoecker |
fix #6680, fix #6677 - i18n issues
|
|
|
@4199
|
13 years |
stoecker |
don't handle links to older SVN plugins as external
|
|
|
@4191
|
13 years |
stoecker |
remove old debug stuff
|
|
|
@4167
|
13 years |
stoecker |
fix #5975 - wrong plugin report in bug report
|
|
|
@4159
|
13 years |
stoecker |
load translation files also from plugins
|
|
|
@4145
|
13 years |
stoecker |
see #6213 - do more file closes hopefully fixing some update problems …
|
|
|
@4137
|
13 years |
stoecker |
deprecate dumbutils
|
|
|