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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @7082   10 years Don-vip see #8465 - replace Utils.UTF_8 by StandardCharsets.UTF_8, new in …
(edit) @7048   10 years Don-vip sonar - Throwable and Error classes should not be caught
(edit) @7037   10 years Don-vip see #8465 - last batch of try-with-resources
(edit) @7033   10 years Don-vip see #8465 - global use of try-with-resources, according to * …
(edit) @7025   10 years Don-vip Sonar - fix various issues
(edit) @7012   10 years Don-vip see #8465 - use String switch/case where applicable
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @7004   10 years Don-vip see #8465 - use multi-catch where applicable
(edit) @6990   10 years Don-vip sonar - place Strings literals on the left side when checking for …
(edit) @6920   10 years Don-vip fix #9778, fix #9806 - access OSM API and JOSM website in HTTPS by …
(edit) @6906   10 years Don-vip refactor duplicated code - impacts some plugins (reverter, roadsigns, …
(edit) @6890   10 years Don-vip fix some Sonar issues (Constructor Calls Overridable Method)
(edit) @6883   10 years Don-vip fix some Sonar issues
(edit) @6867   10 years Don-vip fix #9715 - Set HTTP Accept header to expected MIME types when …
(edit) @6843   10 years Don-vip fix #9711 - Nicer report of invalid plugins + javadoc
(edit) @6839   10 years Don-vip do not block start when plugin list cannot be retrieved, save the …
(edit) @6830   10 years Don-vip javadoc fixes for jdk8 compatibility
(edit) @6822   10 years bastiK see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6797   10 years Don-vip fix #9406 - Verify for new versions of plugins on crashes
(edit) @6792   10 years Don-vip Sonar - fix various issues
(edit) @6643   10 years Don-vip global replacement of e.printStackTrace() by Main.error(e)
(edit) @6615   10 years Don-vip fix compilation warnings + minor code refactorization
(edit) @6571   10 years simon04 fix #9495 - patch by holgerosm - Format translated plugin description …
(edit) @6552   10 years simon04 Refactoring: introduce Utils.UTF_8 charset to avoid handling of …
(edit) @6544   10 years simon04 fix #9473 - Added wayselector plugin to josm core. This plugin was …
(edit) @6524   10 years Don-vip global use of Utils.joinAsHtmlUnorderedList()
(edit) @6380   10 years Don-vip update license/copyright information
(edit) @6362   10 years Don-vip Checkstyle: - private constructors for util classes - final classes - …
(edit) @6360   10 years Don-vip Sonar/Findbugs - Hide Utility Class Constructor
(edit) @6340   10 years Don-vip refactor of some GUI/widgets classes (impacts some plugins): - …
(edit) @6313   11 years Don-vip cosmetics in error reporting
(edit) @6310   11 years Don-vip Sonar/FindBugs - Nested blocks of code should not be left empty
(edit) @6296   11 years Don-vip Sonar/Findbugs - Avoid commented-out lines of code, javadoc
(edit) @6282   11 years Don-vip Sonar/Findbugs - Bad practice - Classloaders should only be created …
(edit) @6257   11 years Don-vip fix #8862, see #9101 - UI message when plugin list/icons download fail
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6232   11 years Don-vip Sonar - Avoid unused local variables
(edit) @6090   11 years akks see #8902 - long literals readability 4321l => 4321L (patch by shinigami)
(edit) @6087   11 years Don-vip see #8902 - string.equals("") => string.isEmpty() (patch by shinigami)
(edit) @6085   11 years Don-vip see #8902 - c-like array definitions changed to java-like (patch by …
(edit) @6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @6083   11 years bastiK see #8902 - Small performance enhancements (patch by shinigami)
(edit) @6073   11 years Don-vip fix #8886 - Allow to download plugin jars redirected from https to …
(edit) @6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @6048   11 years Don-vip use progressMonitor as parent component of "Skip download" plugin …
(edit) @6041   11 years Don-vip JOSM "multipoly-convert" plugin no longer required since this function …
(edit) @6004   11 years Don-vip include early plugins in the plugin classloader, allowing late plugins …
(edit) @5987   11 years Don-vip Better error messages when loading plugins
(edit) @5978   11 years Don-vip fix #8753 - Restore plugin ImageryAdjust functionality (revert r5961)
(edit) @5961   11 years Don-vip "imgaeryadjust" plugin has been integrated into core a long time ago, …
(edit) @5957   11 years Don-vip New interface MapFrameListener to allow core classes to listen to …
(edit) @5926   11 years bastiK clean up imports
(edit) @5923   11 years Don-vip fix #8655 - Removed unecessary toString() calls on Strings (patch by …
(edit) @5886   11 years Don-vip see #4429 - Right click menu "undo, cut, copy, paste, delete, select …
(edit) @5874   11 years Don-vip see #8570, #7406 - I/O refactorization: - Move different file copy …
(edit) @5857   11 years Don-vip fix #8561 - Integrate restart plugin into core. Asks for restart when …
(edit) @5836   11 years stoecker javadoc fixes
(edit) @5723   11 years Don-vip fix #7754 - plugin management: unable to activate plugin after aborted …
(edit) @5601   11 years Don-vip fix #7680, fix #8209 - Better handling of plugin automatic updates …
(edit) @5588   11 years Don-vip Override toString() to ease PluginInformation debugging
(edit) @5587   11 years Don-vip Single entry point in Utils to open HTTP connections
(edit) @5583   11 years Don-vip fix #8202 - Robustness in plugin description parsing
(edit) @5508   12 years Don-vip Robustness in "plugin.requires" parsing
(edit) @5436   12 years stoecker update i18n, deprecate licensechange plugin
(edit) @5307   12 years simon04 see #7818 - make plugin list parsing more robust. In case of an …
(edit) @5306   12 years simon04 fix #7818 - problem with plugin list (lines exceeding 140 characters)
(edit) @5290   12 years simon04 fix #7608 - deprecate Epsg31287 plugin
(edit) @5266   12 years bastiK fixed majority of javadoc warnings by replacing "{@see" by "{@link"
(edit) @5241   12 years bastiK fixed #7703 - How to get resources from inside plugin?
(edit) @5194   12 years simon04 about dialog: set cursor/caret position to 0 in order to scroll to top
(edit) @5145   12 years Don-vip fix #7311 - lower value of default plugin update interval: 30 days
(edit) @5121   12 years Don-vip Enhancements in plugin dependencies system (view "requires" in plugin …
(edit) @5029   12 years Don-vip Fix console message when plugins are auto updated after JOSM upgrade
(edit) @4877   12 years akks see #7200 - mark Curves plugin as obsolete (Arc moved to Utilsplugin2)
(edit) @4846   12 years simon04 see #7184 - Added ImproveWayAccuracy plugin to josm core. This plugin …
(edit) @4737   12 years stoecker fix #7197 - fix plugin version check on load
(edit) @4721   12 years bastiK use builder pattern for ImageProvider (see #7192)
(edit) @4612   12 years bastiK see #7027 - internal structures for preferences (expect some problems …
(edit) @4470   13 years Don-vip fix #6894 - Plugin and JOSM version numbers badly displayed in warning …
(edit) @4310   13 years stoecker fix #6680, fix #6677 - i18n issues
(edit) @4199   13 years stoecker don't handle links to older SVN plugins as external
(edit) @4191   13 years stoecker remove old debug stuff
(edit) @4167   13 years stoecker fix #5975 - wrong plugin report in bug report
(edit) @4159   13 years stoecker load translation files also from plugins
(edit) @4145   13 years stoecker see #6213 - do more file closes hopefully fixing some update problems …
(edit) @4137   13 years stoecker deprecate dumbutils
(edit) @4136   13 years stoecker deprecate ParallelWay plugin
(edit) @4087   13 years bastiK PaintVisitor refactoring, includes hook for external MapRenderers …
(edit) @4043   13 years stoecker fix #6153 - spelling fixes
(edit) @4028   13 years stoecker remove migration stuff for old imagery, wms and remote control plugins
(edit) @4024   13 years stoecker see #6214 - better errormessage
(edit) @3936   13 years bastiK warning in the plugin list, when plugin is not provided by normal svn …
(edit) @3874   13 years bastiK use classloader to find projections from plugins
(edit) @3730   13 years bastiK improve migration when remotecontrol plugin is removed (set …
(edit) @3723   13 years stoecker default disable validator info warnings also for manual tests
(edit) @3721   13 years Upliner remove ImageryPlugin class, it was added accidentially
(edit) @3720   13 years bastiK added missing svn:eol-style
(edit) @3719   13 years bastiK added missing license information
(edit) @3715   13 years Upliner Added imagery plugin to josm core. Imagery plugin is union of …
(edit) @3704   13 years bastiK added multipoly plugin to josm core. authors: bilbo and Viesturs …
Note: See TracRevisionLog for help on using the revision log.