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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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 …
(edit) @3672   13 years stoecker added missing plugin deprecation reasons
(edit) @3671   13 years bastiK adapt coding style (to some degree); there shouldn't be any semantic …
(edit) @3669   13 years bastiK add validator plugin to josm core. Original author: Francisco R. …
(edit) @3553   14 years stoecker fix NPE
(edit) @3532   14 years stoecker fix #5460 - ignore invalid urls in plugin specs
(edit) @3530   14 years stoecker fix array preferences
(edit) @3487   14 years stoecker ghost plugin is obsolete
(edit) @3479   14 years jttt cosmetics
(edit) @3380   14 years stoecker readded plugin checking
(edit) @3332   14 years stoecker fixed #5130 - don't report skipped plugins as downloaded
(edit) @3331   14 years bastiK fixed #5134 - bogus warnings "failed to locate image". Fixed the cause …
(edit) @3330   14 years bastiK added icons for plugin list
(edit) @3318   14 years stoecker don't delete old file when loading failed
(edit) @3297   14 years stoecker fixed #4810 - error handling plugin exception
(edit) @3287   14 years stoecker fix #4706 and fix #5066 - plugin handling
(edit) @3232   14 years jttt Fix #2297 JOSM Webstart fails at loading plugins, cleanup puwg projection
(edit) @3231   14 years stoecker fixed NPE
(edit) @3131   14 years bastiK fixed: show version of installed plugin in the status report (and not …
(edit) @3130   14 years bastiK fixed #4679 - JOSM no longer finds plugins in /usr/share/josm/plugins
(edit) @3106   14 years mjulius fix issue that when plugins are updated only the updated plugins are …
(edit) @3090   14 years Gubaer fixed #4443: Plugins with known update site: Don't download unless a …
(edit) @3086   14 years Gubaer fixed #4665: Plugin Local version lower Offer version
(edit) @3084   14 years Gubaer fixed #4660: Local plugin list does not display umlauts Local cache …
(edit) @3083   14 years bastiK added svn:eol-style=native to source files
(edit) @3076   14 years bastiK see #4565 - local version number lost, after update plugin list.
(edit) @3073   14 years bastiK fixed: plugin version in status report is wrong. It should show the …
(edit) @3070   14 years Gubaer Removing @deprecated support for former ugly hacks in the plugin …
(edit) @3054   14 years stoecker don't keep .jar.new for linux, this is only necessary for windows system
(edit) @3001   14 years Gubaer fixed #4542: don't offer build-in plugins for installation
(edit) @2990   14 years jttt Fix some eclipse warnings
(edit) @2955   14 years mjulius
(edit) @2934   14 years bastiK fixes #4460 - cannot install plugins
(edit) @2927   14 years mjulius fix #4469 - JOSM typos - patch by andre68
(edit) @2924   14 years Gubaer Fixed automatic update policy for plugins. new: policy for version and …
(edit) @2866   14 years Gubaer fixed #4376: Update plugins doesn't remember skipping
(edit) @2864   14 years stoecker fixed plugin loading stages
Note: See TracRevisionLog for help on using the revision log.