source: josm/trunk/src/org/openstreetmap/josm/plugins/PluginInformation.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10627   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10358   8 years stoecker see #9995 - improve handling for HIDPI screens, patch by strump …
(edit) @10294   8 years Don-vip sonar - squid:S1848 - refactor URL checks
(edit) @10212   8 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
(edit) @9983   8 years Don-vip remove unused code
(edit) @8943   8 years Don-vip deprecate commons-imaging plugin in favour of apache-commons + fix …
(edit) @8840   9 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @8512   9 years Don-vip checkstyle: redundant modifiers
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8470   9 years Don-vip javadoc fixes. Removed one duplicated method in exception handling
(edit) @8404   9 years Don-vip When doing a String.toLowerCase()/toUpperCase() call, use a …
(edit) @8395   9 years Don-vip convention - An open curly brace should be located at the end of a line
(edit) @8390   9 years Don-vip Sonar - various performance improvements
(edit) @8379   9 years Don-vip Consecutively calls to StringBuffer/StringBuilder .append should reuse …
(edit) @8342   9 years Don-vip code style - Close curly brace and the next "else", "catch" and …
(edit) @8291   9 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
(edit) @8101   9 years stoecker add https to valid internal plugin links, so we can switch in the future
(edit) @8017   9 years bastiK see #11090 - basic support for plugin loading at runtime. This is …
(edit) @7655   9 years stoecker support data: style URL's for icon in plugin list, see #10581, drop …
(edit) @7588   10 years Don-vip update presets links + javadoc
(edit) @7582   10 years Don-vip remove "external source" warnings for plugins hosted on …
(edit) @7294   10 years Don-vip fix #10242 - catch NoClassDefFoundError when …
(edit) @7033   10 years Don-vip see #8465 - global use of try-with-resources, according to * …
(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) @6890   10 years Don-vip fix some Sonar issues (Constructor Calls Overridable Method)
(edit) @6843   10 years Don-vip fix #9711 - Nicer report of invalid plugins + javadoc
(edit) @6830   10 years Don-vip javadoc fixes for jdk8 compatibility
(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) @6380   10 years Don-vip update license/copyright information
(edit) @6310   11 years Don-vip Sonar/FindBugs - Nested blocks of code should not be left empty
(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) @6085   11 years Don-vip see #8902 - c-like array definitions changed to java-like (patch by …
(edit) @6083   11 years bastiK see #8902 - Small performance enhancements (patch by shinigami)
(edit) @6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @5874   11 years Don-vip see #8570, #7406 - I/O refactorization: - Move different file copy …
(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) @5583   11 years Don-vip fix #8202 - Robustness in plugin description parsing
(edit) @5121   12 years Don-vip Enhancements in plugin dependencies system (view "requires" in 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) @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) @4145   13 years stoecker see #6213 - do more file closes hopefully fixing some update problems …
(edit) @3936   13 years bastiK warning in the plugin list, when plugin is not provided by normal svn …
(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) @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) @3287   14 years stoecker fix #4706 and fix #5066 - plugin handling
(edit) @3090   14 years Gubaer fixed #4443: Plugins with known update site: Don't download unless a …
(edit) @3070   14 years Gubaer Removing @deprecated support for former ugly hacks in the plugin …
(edit) @2934   14 years bastiK fixes #4460 - cannot install plugins
(edit) @2927   14 years mjulius fix #4469 - JOSM typos - patch by andre68
(edit) @2853   14 years mjulius fix messages for the rest
(edit) @2837   14 years Gubaer see #4358
(edit) @2830   14 years Gubaer fixed an ugly hack in the plugin bootstrap procedure
(edit) @2817   14 years Gubaer fixed #3063: Downloading a plugin yields 3 dialogs at the same time: …
(edit) @2620   14 years jttt Remove OsmPrimitive.setIncomplete()
(edit) @2512   14 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
(edit) @2358   14 years Gubaer fixed #3305: Version is UNKNOWN fixed #3429: created_by=* includes the …
(edit) @1860   15 years Gubaer partial fix for #3109: window order generally messed up?
(edit) @1767   15 years stoecker fix #2859 - better plugin support for older versions
(edit) @1755   15 years stoecker fixed build error due to slippy map change, i18n update, added pt_BR
(edit) @1647   15 years stoecker fixed plugin handling a bit
(edit) @1645   15 years stoecker fix #1903 - don't download plugins for newer JOSM versions
(edit) @1623   15 years stoecker closed #2596 - wrong texts in plugin information
(edit) @1588   15 years stoecker fixed plugin handling. closes #2530 and #762
(edit) @1326   15 years stoecker reworked plugin handling a lot, more to come
(edit) @1169   15 years stoecker removed usage of tab stops
(edit) @1073   15 years stoecker added some plugin checks
(edit) @873   16 years stoecker cleanups in plugin handling
(edit) @627   16 years framm - added svn:eol-style prop to all .java files. it is suggested that …
(edit) @504   16 years gebner Don't do hacky string mangling to get a URL from a File.
(copy) @321   17 years (none) - restructure of repository to support branches. Do 'svn switch …
copied from src/org/openstreetmap/josm/plugins/PluginInformation.java
(edit) @298   17 years imi - added license description to head of each source file
Note: See TracRevisionLog for help on using the revision log.