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) @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
(edit) @3043   14 years stoecker fix #4461 - external pages in Help browser wrong
(edit) @2918   14 years stoecker removed debug code
(edit) @2915   14 years stoecker close #4458 - text fixes - patch by Andre
(edit) @2900   14 years Gubaer applied #4417: patch by Upliner: Code Page of Russian internal Help …
(edit) @2850   14 years mjulius fix messages for gui
(edit) @2824   14 years Gubaer fixed #4082: Upload-Dialog shows in diseabled display Replaced …
(edit) @2801   14 years stoecker fixed line endings of recent checkins
(edit) @2715   14 years stoecker fixed #3772, #4139 - fixed help browser - the external start never …
(edit) @2676   14 years jttt Fix some of the warnings found by FindBugs
(edit) @2626   14 years jttt Fixed some of the warnings found by FindBugs
(edit) @2512   14 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
(edit) @2448   14 years Gubaer fixed #3352: History doesn't get invalidated on upload? fixed #3912: …
(edit) @2389   14 years Gubaer see #3834: added context sensitive help
(edit) @2358   14 years Gubaer fixed #3305: Version is UNKNOWN fixed #3429: created_by=* includes the …
(edit) @2347   14 years Gubaer fixed #3802: Buttons dont't react to enter in download dialog
(edit) @2326   14 years Gubaer Slightly improved dialogs for way combining and node merging. Added …
(edit) @2317   14 years Gubaer applied #3663: patch by singularita: Function to automatically …
(edit) @2308   14 years Gubaer fixed #3762: Deleted relation still referenced when deleting former …
(edit) @2301   14 years Gubaer fixed #3765: Unable to resolve conflict Improved warning message for …
(edit) @2289   15 years Gubaer fixed #3719: Upload dialog still lists closed changesets after JOSM …
(edit) @2276   15 years Gubaer Using java instead of javaw for launching external help browser on …
(edit) @2274   15 years Gubaer Improved help browser layout (now uses custom CSS shipped with JOSM) …
(add) @2252   15 years Gubaer Refactored JOSM help system, slightly extended Fixed problem with new …
Note: See TracRevisionLog for help on using the revision log.