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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13352   6 years Don-vip fix #15816 - full XZ support
(edit) @13350   6 years stoecker see #15816 - add XZ support
(edit) @13329   6 years Don-vip javadoc
(edit) @12671   7 years Don-vip see #15182 - move file importers/exporters from io package to …
(edit) @12667   7 years Don-vip see #14704 - allow to export validator errors ("Save as" in validator …
(edit) @12636   7 years Don-vip see #15182 - deprecate Main.getLayerManager(). Replacement: …
(edit) @12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12542   7 years Don-vip partial revert of r12537
(edit) @12537   7 years Don-vip PMD - VariableNamingConventions
(edit) @10873   8 years Don-vip see #13412 - replace character by ' in comments, cause encoding …
(edit) @10852   8 years Don-vip fix #13358 - GeoJSON no longer permits projections other than WGS84, …
(edit) @10755   8 years Don-vip sonar - various fixes
(edit) @10619   8 years Don-vip see #11390 - Java 8: use List.sort(Comparator) instead of …
(edit) @10463   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10407   8 years Don-vip sonar - squid:S2386 - Mutable fields should not be "public static"
(edit) @10386   8 years Don-vip gsoc-core - remove more deprecation warnings
(edit) @10345   8 years Don-vip fix #12937 - Use the new LayerChangeListener (patch by michael2402) - …
(edit) @10299   8 years Don-vip sonar - Performance - Method passes constant String of length 1 to …
(edit) @10208   8 years Don-vip see #11924 - Java 9 - JDK-6850612 deprecates Class.newInstance() ==> …
(edit) @9968   8 years Don-vip sonar - Add parentheses to make the operator precedence explicit + add …
(edit) @9547   8 years Don-vip checkstyle
(edit) @9537   8 years bastiK applied #12370 - adapted osm file filter to other file types (patch by …
(edit) @9466   8 years bastiK see #12370, see #12369 - fix problems with default file extension …
(edit) @9371   8 years simon04 Java 7: use Objects.equals and Objects.hash
(edit) @8895   9 years simon04 Refactor usage of ExtensionFileFilter introduced in r8894
(edit) @8894   9 years simon04 fix #7058 - Ability to load gz and bz2 zipped NMEA files
(edit) @8813   9 years simon04 fix #10770 - GeoJSON export: allow to save coordinates in current map …
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8404   9 years Don-vip When doing a String.toLowerCase()/toUpperCase() call, use a …
(edit) @8338   9 years Don-vip fix squid:S1319 - Declarations should use Java collection interfaces …
(edit) @7732   9 years Don-vip fix #10766 - Save notes to file (patch by ToeBee)
(edit) @7578   10 years Don-vip fix #10024 - Add an option in Preferences/Look-and-Feel to use native …
(edit) @7538   10 years bastiK applied #10514 - Add ability to open note dump files (patch by ToeBee)
(edit) @7369   10 years Don-vip robustness to strange JAI configuration error occuring in unit tests …
(edit) @7048   10 years Don-vip sonar - Throwable and Error classes should not be caught
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6889   10 years Don-vip fix some Sonar issues (JLS order)
(edit) @6882   10 years Don-vip enable loading of .osm.zip files
(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) @6296   11 years Don-vip Sonar/Findbugs - Avoid commented-out lines of code, javadoc
(edit) @6245   11 years Don-vip see #9032, see #4029 - Allow to load session from standard I/O …
(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) @5566   11 years Don-vip fix #5288 - multiple JOSM instances: Bogus crash recovery attempt
(edit) @5459   12 years Don-vip fix #2961 - Improve usability of WMS Layer Saving/Loading - Replaced …
(edit) @5438   12 years Don-vip fix #6733 - File Open dialog incorrectly accepts folder selection …
(edit) @5266   12 years bastiK fixed majority of javadoc warnings by replacing "{@see" by "{@link"
(edit) @5131   12 years xeen automatically add file extensions added by plugins to the "All …
(edit) @4886   12 years simon04 see #7307 - basic version of GeoJSON export
(edit) @4869   12 years jttt Use final were appropriate
(edit) @4533   12 years bastiK add importer for osmChange files (see #6653)
(edit) @2990   14 years jttt Fix some eclipse warnings
(edit) @2702   14 years bastiK fixed #4100 - unable to simply load already referenced images Added …
(edit) @2512   14 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
(edit) @2367   14 years framm make file types optional so that JOSM still works if certain …
(edit) @2288   15 years stoecker removed deprecated
(edit) @2029   15 years Gubaer fixed #3362: "All formats" is added twice to format selections in open …
(edit) @2001   15 years Gubaer applied #3319: patch by bastiK: "open" dialog now filters "OSM server …
(edit) @1949   15 years stoecker fixed #1647 - patch by dmuecke - Improve export
(edit) @1653   15 years stoecker add support for compressed OSM files (bzip2, gzip)
(edit) @1637   15 years stoecker applied new file io from #2064 - patch by dmuecke
(edit) @1369   15 years stoecker close #2129
(edit) @1169   15 years stoecker removed usage of tab stops
(edit) @929   16 years stoecker fixed bug #1479
(edit) @816   16 years framm - made ExtensionFileFilter constructor public to accomodate new Tcx plugin
(edit) @737   16 years framm - added NMEA suport, patch by egore@… and jennergruhle. closes …
(edit) @627   16 years framm - added svn:eol-style prop to all .java files. it is suggested that …
(edit) @584   16 years framm - be honest about the fact that we don't do CSV anymore. closes #641.
(copy) @321   17 years (none) - restructure of repository to support branches. Do 'svn switch …
copied from src/org/openstreetmap/josm/actions/ExtensionFileFilter.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.