source: josm/trunk/src/org/openstreetmap/josm/gui/help

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11044   9 years simon04 fix #13687 - Use CachedFile class for /data/help-browser.css in …
(edit) @10791   9 years simon04 see #13319 - Use InputMapUtils where applicable (VK_ESCAPE)
(edit) @10627   9 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10611   9 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10600   9 years Don-vip see #11390 - sonar - squid:S1609 - Java 8: @FunctionalInterface …
(edit) @10369   9 years stoecker see #9995 - patch by strump - improve HIDPI
(edit) @10356   9 years stoecker see #9995, see #10684 - remove more hardcoded places of images
(edit) @10212   9 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
(edit) @10210   9 years Don-vip see #11924 - Java 9 - replace calls to deprecated classes …
(edit) @10137   9 years Don-vip sonar, javadoc
(edit) @10103   9 years Don-vip add more unit tests
(edit) @9972   10 years Don-vip sonar - remove unnecessary fully qualified names
(edit) @9665   10 years stoecker fix eol-style issues and similar formating stuff, see #12410
(edit) @9644   10 years Don-vip help browser: code refactoring, add first unit tests
(edit) @9320   10 years simon04 Refactoring (make Help a JosmAction)
(edit) @9249   10 years Don-vip see #11390 - resolve last javadoc warnings with Java 8. "ant javadoc" …
(edit) @9246   10 years Don-vip javadoc update
(edit) @9168   10 years simon04 see #12231 - Uniform access to HTTP resources
(edit) @9078   10 years Don-vip sonar - Immutable Field
(edit) @8846   10 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(edit) @8840   10 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @8836   10 years Don-vip fix Checkstyle issues
(edit) @8639   10 years Don-vip fix #11747 - NPE
(edit) @8624   10 years bastiK add missing svn:eol-style=native
(edit) @8513   10 years Don-vip checkstyle: blocks
(edit) @8510   10 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8469   10 years Don-vip Add some more package-info.java to enhance Javadoc. Refactor package …
(edit) @8395   10 years Don-vip convention - An open curly brace should be located at the end of a line
(edit) @8394   10 years Don-vip - global use of String.isEmpty() - Correctness - Method throws …
(edit) @8390   10 years Don-vip Sonar - various performance improvements
(edit) @8318   10 years Don-vip fix various Sonar issues: - squid:S1068: Unused private fields should …
(edit) @8308   10 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @8291   10 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
(edit) @8126   11 years Don-vip fix Sonar issue squid:S2444 - Lazy initialization of "static" fields …
(edit) @7862   11 years Don-vip fix #10858 - fix problematic help topics
(edit) @7509   11 years stoecker remove tabs
(edit) @7434   11 years Don-vip fix #8885 (see #4614) - add offline mode with new command line …
(edit) @7082   11 years Don-vip see #8465 - replace Utils.UTF_8 by StandardCharsets.UTF_8, new in …
(edit) @7037   11 years Don-vip see #8465 - last batch of try-with-resources
(edit) @7033   11 years Don-vip see #8465 - global use of try-with-resources, according to * …
(edit) @7005   11 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6995   11 years Don-vip fix #9906 - fix reliance on default encoding
(edit) @6990   11 years Don-vip sonar - place Strings literals on the left side when checking for …
(edit) @6987   11 years Don-vip sonar - fix some more issues
(edit) @6920   12 years Don-vip fix #9778, fix #9806 - access OSM API and JOSM website in HTTPS by …
(edit) @6897   12 years stoecker see #9778 - use TLS for JOSM website access
(edit) @6890   12 years Don-vip fix some Sonar issues (Constructor Calls Overridable Method)
(edit) @6883   12 years Don-vip fix some Sonar issues
(edit) @6827   12 years Don-vip fix #9659 - show changeset source in history dialog
(edit) @6822   12 years bastiK see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6800   12 years Don-vip fix #9657 - NPE
(edit) @6798   12 years Don-vip fix some Sonar issues
(edit) @6784   12 years Don-vip fix #9638 - NPE introduced in r6783
(edit) @6783   12 years Don-vip fix some Sonar issues
(edit) @6643   12 years Don-vip global replacement of e.printStackTrace() by Main.error(e)
(edit) @6552   12 years simon04 Refactoring: introduce Utils.UTF_8 charset to avoid handling of …
(edit) @6362   12 years Don-vip Checkstyle: - private constructors for util classes - final classes - …
(edit) @6360   12 years Don-vip Sonar/Findbugs - Hide Utility Class Constructor
(edit) @6316   12 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6296   12 years Don-vip Sonar/Findbugs - Avoid commented-out lines of code, javadoc
(edit) @6248   12 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6223   12 years Don-vip Sonar - fix various violations
(edit) @6143   12 years Don-vip see #8885 - cleanup in command line arguments and website URL handling
(edit) @6105   12 years Don-vip see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6084   12 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @6040   12 years Don-vip fix #8827 - HTML rendering differ if run before or after having …
(edit) @5998   12 years Don-vip fix #8775 - IllegalComponentStateException when remembering position …
(edit) @5939   12 years stoecker fix version
(edit) @5938   12 years Don-vip see #8685 - fix fragments handling
(edit) @5936   12 years stoecker fix #8685 - wiki browser links not working
(edit) @5923   12 years Don-vip fix #8655 - Removed unecessary toString() calls on Strings (patch by …
(edit) @5916   12 years stoecker fix version number
(edit) @5915   12 years stoecker use 3 step wiki loading fallback, cleanup handling of language fallbacks
(edit) @5899   12 years stoecker fix javadoc
(edit) @5886   12 years Don-vip see #4429 - Right click menu "undo, cut, copy, paste, delete, select …
(edit) @5874   12 years Don-vip see #8570, #7406 - I/O refactorization: - Move different file copy …
(edit) @5868   12 years stoecker see #8606 - use JOSM agent also for WebStart, join help browser and …
(edit) @5816   12 years stoecker javadoc fixes
(edit) @5587   13 years Don-vip Single entry point in Utils to open HTTP connections
(edit) @5266   13 years bastiK fixed majority of javadoc warnings by replacing "{@see" by "{@link"
(edit) @4590   14 years stoecker see #59 - patch by xeen - apply parts of the new Windows menu stuff
(edit) @4191   14 years stoecker remove old debug stuff
(edit) @3975   15 years bastiK fixed #6092, ref #6093 - spelling
(edit) @3569   15 years stoecker fix Trac page reading for slight 0.12 changes
(edit) @3501   15 years bastiK fixed #4632 - Button Help puts help window under main window
(edit) @3408   15 years jttt Show only actions that can work on all selected layers in …
(edit) @3276   15 years stoecker fix #4709 - images in help missing
(edit) @3238   15 years jttt Fix #4633 All big internal Help Pages opens in middle page
(edit) @3083   16 years bastiK added svn:eol-style=native to source files
(edit) @3060   16 years stoecker fix help for missing pages
(edit) @3043   16 years stoecker fix #4461 - external pages in Help browser wrong
(edit) @2918   16 years stoecker removed debug code
(edit) @2915   16 years stoecker close #4458 - text fixes - patch by Andre
(edit) @2900   16 years Gubaer applied #4417: patch by Upliner: Code Page of Russian internal Help …
(edit) @2850   16 years mjulius fix messages for gui
(edit) @2824   16 years Gubaer fixed #4082: Upload-Dialog shows in diseabled display Replaced …
(edit) @2801   16 years stoecker fixed line endings of recent checkins
(edit) @2715   16 years stoecker fixed #3772, #4139 - fixed help browser - the external start never …
(edit) @2676   16 years jttt Fix some of the warnings found by FindBugs
(edit) @2626   16 years jttt Fixed some of the warnings found by FindBugs
Note: See TracRevisionLog for help on using the revision log.