source: josm/trunk/src/org/openstreetmap/josm/actions/OpenFileAction.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11986   7 years Don-vip add unit test for Main.postConstructorProcessCmdLine
(edit) @11848   7 years Don-vip fix #14613 - Special HTML characters not escaped in GUI error messages
(edit) @10601   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10407   8 years Don-vip sonar - squid:S2386 - Mutable fields should not be "public static"
(edit) @10242   8 years Don-vip sonar - pmd:InsufficientStringBufferDeclaration - Insufficient String …
(edit) @10212   8 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
(edit) @9972   8 years Don-vip sonar - remove unnecessary fully qualified names
(edit) @9707   8 years bastiK applied #12461 - fix NPE for session load (patch by kolesar)
(edit) @9688   8 years bastiK applied #12461 - repaint map after opening file (patch by kolesar)
(edit) @9230   8 years Don-vip fix javadoc errors/warnings
(edit) @8840   9 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @8757   9 years simon04 fix #11853 - NPE while opening unavailable recent file
(edit) @8705   9 years simon04 OpenFileAction: fix NPE - fixes #11817 NPE occurred when launching …
(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) @8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @8202   9 years simon04 Opening files: guess file extension if specified filename does not …
(edit) @7865   9 years Don-vip fix NPE, typo
(edit) @7859   9 years Don-vip fix various Sonar issues, improve Javadoc
(edit) @7578   10 years Don-vip fix #10024 - Add an option in Preferences/Look-and-Feel to use native …
(edit) @7453   10 years Don-vip fix #10433 - Files not saved to "Open Recent ->" menu if opened with a …
(edit) @7315   10 years Don-vip code simplification with some Java 7 new NIO2 Files methods …
(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) @7026   10 years stoecker fix #3142 - drop applet code finally
(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) @6920   10 years Don-vip fix #9778, fix #9806 - access OSM API and JOSM website in HTTPS by …
(edit) @6889   10 years Don-vip fix some Sonar issues (JLS order)
(edit) @6822   10 years bastiK see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6380   10 years Don-vip update license/copyright information
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @6069   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) @4996   12 years Don-vip fix #2012 - Download from URL dropped on main window
(edit) @4982   12 years stoecker see #7226 - patch by akks (fixed a bit) - fix shortcut deprecations
(edit) @4404   13 years simon04 fix #4743 - wrong error message when loading a non-existing file
(edit) @4393   13 years simon04 fix #5471 - information dialog when opening an empty osm file
(edit) @4371   13 years simon04 fix #6728 - add saved files to "open recent" menu
(edit) @4310   13 years stoecker fix #6680, fix #6677 - i18n issues
(edit) @4247   13 years xeen fix #6255
(edit) @3924   13 years bastiK applied #5757 - Getting rid of not existing files in "Open Recent" …
(edit) @3758   13 years stoecker fix help topics
(edit) @3757   13 years stoecker fix help topics
(edit) @3710   13 years bastiK new list of recently opened files; little preference rework
(edit) @3679   13 years bastiK see #5559 - ExtendedDialog.showDialog() blocks when called in main …
(edit) @3530   14 years stoecker fix array preferences
(edit) @3501   14 years bastiK fixed #4632 - Button Help puts help window under main window
(edit) @3083   14 years bastiK added svn:eol-style=native to source files
(edit) @2994   14 years bastiK fixed #4534 - non-closable error message when opening files
(edit) @2980   14 years Gubaer fixed #4269: Exception does not lead to bug report window
(edit) @2946   14 years bastiK autocompletion: Always add the preset keys/values to the …
(edit) @2888   14 years bastiK applied #4425 - Text fixes (patch by andre68)
(edit) @2851   14 years jttt Added progress monitor to JpgImporter, allow to cancel importing
(edit) @2842   14 years mjulius fix messages for actions
(edit) @2798   14 years stoecker fix commandline file loading - closes #4288 - patch by bomm
(edit) @2703   14 years bastiK correct errors from last check in
(edit) @2702   14 years bastiK fixed #4100 - unable to simply load already referenced images Added …
(edit) @2563   14 years Gubaer fixed #3400: relation editor: improvement to highlight an element …
(edit) @2512   14 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
(edit) @2323   14 years Gubaer Added explicit help topics See also …
(edit) @2070   15 years Gubaer new: rewrite of CombineWay action new: conflict resolution dialog for …
(edit) @2047   15 years Gubaer fixed #3324: Loading a File -> status message
(edit) @2017   15 years Gubaer removed OptionPaneUtil cleanup of deprecated Layer API cleanup of …
(edit) @1879   15 years Gubaer towards a fix for #3142: JOSM applet class no longer functional
(edit) @1847   15 years Gubaer replaced calls to JOptionPane.* by calls to OptionPaneUtil.*
(edit) @1637   15 years stoecker applied new file io from #2064 - patch by dmuecke
(edit) @1573   15 years stoecker close #2424 - patch by Henrik Niehaus - exception fixed
(edit) @1519   15 years stoecker fixed #2370 - Allow line drawing for local GPX files only - patch by …
(edit) @1275   15 years ulfl if we open a file, print on the console the files name and size
(edit) @1212   15 years stoecker language fixes, hopefully the last set
(edit) @1196   15 years stoecker partly fix #1720. Patch by Russ Nelson
(edit) @1169   15 years stoecker removed usage of tab stops
(edit) @1167   15 years stoecker added better NMEA reader. Closes bug #1448
(add) @1146   15 years framm - Added new "open location" option in the file menu which can be used …
Note: See TracRevisionLog for help on using the revision log.