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) @12678   7 years Don-vip see #15182 - move WindowGeometry from tools to gui.util
(edit) @12643   7 years Don-vip see #15182 - deprecate Main.main.menu. Replacement: …
(edit) @12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12552   7 years Don-vip fix #15099 - fix NPE in help browser
(edit) @12537   7 years Don-vip PMD - VariableNamingConventions
(edit) @12525   7 years Don-vip see #11924 - suppress deprecation warning (must wait java 9 migration)
(edit) @12004   7 years Don-vip fix #14696 - make help browser a JFrame rather than a JDialog so …
(edit) @11553   7 years Don-vip refactor handling of null values - use Java 8 Optional where possible
(edit) @11520   7 years Don-vip sonar - fb-contrib:ITU_INAPPROPRIATE_TOSTRING_USE - Correctness - …
(edit) @11397   7 years Don-vip sonar - squid:S2259 - Null pointers should not be dereferenced
(edit) @11044   8 years simon04 fix #13687 - Use CachedFile class for /data/help-browser.css in …
(edit) @10791   8 years simon04 see #13319 - Use InputMapUtils where applicable (VK_ESCAPE)
(edit) @10627   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10611   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10600   8 years Don-vip see #11390 - sonar - squid:S1609 - Java 8: @FunctionalInterface …
(edit) @10369   8 years stoecker see #9995 - patch by strump - improve HIDPI
(edit) @10356   8 years stoecker see #9995, see #10684 - remove more hardcoded places of images
(edit) @10212   8 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
(edit) @10210   8 years Don-vip see #11924 - Java 9 - replace calls to deprecated classes …
(edit) @10137   8 years Don-vip sonar, javadoc
(edit) @10103   8 years Don-vip add more unit tests
(edit) @9972   8 years Don-vip sonar - remove unnecessary fully qualified names
(edit) @9665   8 years stoecker fix eol-style issues and similar formating stuff, see #12410
(edit) @9644   8 years Don-vip help browser: code refactoring, add first unit tests
(edit) @9320   8 years simon04 Refactoring (make Help a JosmAction)
(edit) @9249   8 years Don-vip see #11390 - resolve last javadoc warnings with Java 8. "ant javadoc" …
(edit) @9246   8 years Don-vip javadoc update
(edit) @9168   8 years simon04 see #12231 - Uniform access to HTTP resources
(edit) @9078   8 years Don-vip sonar - Immutable Field
(edit) @8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(edit) @8840   9 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @8836   9 years Don-vip fix Checkstyle issues
(edit) @8639   9 years Don-vip fix #11747 - NPE
(edit) @8624   9 years bastiK add missing svn:eol-style=native
(edit) @8513   9 years Don-vip checkstyle: blocks
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8469   9 years Don-vip Add some more package-info.java to enhance Javadoc. Refactor package …
(edit) @8395   9 years Don-vip convention - An open curly brace should be located at the end of a line
(edit) @8394   9 years Don-vip - global use of String.isEmpty() - Correctness - Method throws …
(edit) @8390   9 years Don-vip Sonar - various performance improvements
(edit) @8318   9 years Don-vip fix various Sonar issues: - squid:S1068: Unused private fields should …
(edit) @8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @8291   9 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
(edit) @8126   9 years Don-vip fix Sonar issue squid:S2444 - Lazy initialization of "static" fields …
(edit) @7862   9 years Don-vip fix #10858 - fix problematic help topics
(edit) @7509   10 years stoecker remove tabs
(edit) @7434   10 years Don-vip fix #8885 (see #4614) - add offline mode with new command line …
(edit) @7082   10 years Don-vip see #8465 - replace Utils.UTF_8 by StandardCharsets.UTF_8, new in …
(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) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6995   10 years Don-vip fix #9906 - fix reliance on default encoding
(edit) @6990   10 years Don-vip sonar - place Strings literals on the left side when checking for …
(edit) @6987   10 years Don-vip sonar - fix some more issues
(edit) @6920   10 years Don-vip fix #9778, fix #9806 - access OSM API and JOSM website in HTTPS by …
(edit) @6897   10 years stoecker see #9778 - use TLS for JOSM website access
(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) @6827   10 years Don-vip fix #9659 - show changeset source in history dialog
(edit) @6822   10 years bastiK see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6800   10 years Don-vip fix #9657 - NPE
(edit) @6798   10 years Don-vip fix some Sonar issues
(edit) @6784   10 years Don-vip fix #9638 - NPE introduced in r6783
(edit) @6783   10 years Don-vip fix some Sonar issues
(edit) @6643   10 years Don-vip global replacement of e.printStackTrace() by Main.error(e)
(edit) @6552   10 years simon04 Refactoring: introduce Utils.UTF_8 charset to avoid handling of …
(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) @6316   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6296   11 years Don-vip Sonar/Findbugs - Avoid commented-out lines of code, javadoc
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6223   11 years Don-vip Sonar - fix various violations
(edit) @6143   11 years Don-vip see #8885 - cleanup in command line arguments and website URL handling
(edit) @6105   11 years Don-vip see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @6040   11 years Don-vip fix #8827 - HTML rendering differ if run before or after having …
(edit) @5998   11 years Don-vip fix #8775 - IllegalComponentStateException when remembering position …
(edit) @5939   11 years stoecker fix version
(edit) @5938   11 years Don-vip see #8685 - fix fragments handling
(edit) @5936   11 years stoecker fix #8685 - wiki browser links not working
(edit) @5923   11 years Don-vip fix #8655 - Removed unecessary toString() calls on Strings (patch by …
(edit) @5916   11 years stoecker fix version number
(edit) @5915   11 years stoecker use 3 step wiki loading fallback, cleanup handling of language fallbacks
(edit) @5899   11 years stoecker fix javadoc
(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) @5868   11 years stoecker see #8606 - use JOSM agent also for WebStart, join help browser and …
(edit) @5816   11 years stoecker javadoc fixes
(edit) @5587   11 years Don-vip Single entry point in Utils to open HTTP connections
(edit) @5266   12 years bastiK fixed majority of javadoc warnings by replacing "{@see" by "{@link"
(edit) @4590   12 years stoecker see #59 - patch by xeen - apply parts of the new Windows menu stuff
(edit) @4191   13 years stoecker remove old debug stuff
(edit) @3975   13 years bastiK fixed #6092, ref #6093 - spelling
(edit) @3569   14 years stoecker fix Trac page reading for slight 0.12 changes
(edit) @3501   14 years bastiK fixed #4632 - Button Help puts help window under main window
(edit) @3408   14 years jttt Show only actions that can work on all selected layers in …
(edit) @3276   14 years stoecker fix #4709 - images in help missing
(edit) @3238   14 years jttt Fix #4633 All big internal Help Pages opens in middle page
(edit) @3083   14 years bastiK added svn:eol-style=native to source files
(edit) @3060   14 years stoecker fix help for missing pages
Note: See TracRevisionLog for help on using the revision log.