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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13570   6 years Don-vip fix #16115 - avoid deadlock in save/upload dialog when a save action fails
(edit) @13115   6 years Don-vip fix #12086 - fix EDT violation when no file exporter is found + choose …
(edit) @12894   7 years bastiK see #15229 - update method name and signature for consistency
(edit) @12891   7 years bastiK see #15229 - move non-essential helper methods from Preferences to …
(edit) @12846   7 years bastiK see #15229 - use Config.getPref() wherever possible
(edit) @12841   7 years bastiK see #15229 - fix deprecations caused by [12840]
(edit) @12671   7 years Don-vip see #15182 - move file importers/exporters from io package to …
(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) @12279   7 years Don-vip sonar - squid:S3878 - Arrays should not be created for varargs parameters
(edit) @10407   8 years Don-vip sonar - squid:S2386 - Mutable fields should not be "public static"
(edit) @10318   8 years Don-vip fix #12906 - Change Actions to use LayerManager (patch by michael2402)
(edit) @10007   8 years Don-vip remove unused field
(edit) @9721   8 years bastiK applied #12369 - default extension for saving files read from …
(edit) @9702   8 years simon04 CheckStyle
(edit) @9687   8 years bastiK applied #12380 - fixed confirmation of overwriting existing file …
(edit) @9676   8 years Don-vip javadoc, findbugs
(edit) @9670   8 years bastiK applied #12392 - default filename when saving layer (patch by kolesar)
(edit) @9510   8 years bastiK applied #12391 - saving renamed layer replaces name (patch by kolesar …
(edit) @9466   8 years bastiK see #12370, see #12369 - fix problems with default file extension …
(edit) @9413   8 years stoecker fix 3 Coverity defects
(edit) @9303   8 years simon04 fix #12280 - Save as in layer list context menu does not add to list …
(edit) @8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(edit) @8802   9 years simon04 fix #9113 - Session: save into recently used files
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8419   9 years Don-vip Sonar: various code style cleanup: - fix copyright - classes that …
(edit) @8378   9 years Don-vip fix copyright/license headers globally
(edit) @8345   9 years Don-vip code style - Useless parentheses around expressions should be removed …
(edit) @8248   9 years Don-vip fix #11362 - do not confirm overwrite for OSX native file dialogs …
(edit) @8061   9 years bastiK see #11096 - strip .png
(edit) @7578   10 years Don-vip fix #10024 - Add an option in Preferences/Look-and-Feel to use native …
(edit) @7204   10 years Don-vip fix #10086 - fix EDT violation causing freeze of Save/upload dialog …
(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) @6830   10 years Don-vip javadoc fixes for jdk8 compatibility
(edit) @6815   10 years Don-vip fix #9662 - correct handling of canceled gpx export
(edit) @6643   10 years Don-vip global replacement of e.printStackTrace() by Main.error(e)
(edit) @6380   10 years Don-vip update license/copyright information
(edit) @6069   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @6011   11 years Don-vip fix #8792 - correct save of file containing a dot in their name, …
(edit) @5460   12 years Don-vip global use of Main.isDisplayingMapView()
(edit) @5459   12 years Don-vip fix #2961 - Improve usability of WMS Layer Saving/Loading - Replaced …
(edit) @5457   12 years Don-vip Restrict WMS "save as" and "load" dialogs to WMS FileFilter + refactor …
(edit) @5456   12 years Don-vip Restrict GPX "save as" and "export" dialogs to GPX FileFilter
(edit) @5438   12 years Don-vip fix #6733 - File Open dialog incorrectly accepts folder selection …
(edit) @5014   12 years xeen fix #7429
(edit) @4911   12 years framm change name from override to overwrite.
(edit) @4463   13 years bastiK applied #6889 - Only the first matching exporter should save a file …
(edit) @4374   13 years bastiK no duplicate entries in file history
(edit) @4371   13 years simon04 fix #6728 - add saved files to "open recent" menu
(edit) @4114   13 years stoecker setting a save file in the close layer dialog now works as expected
(edit) @4045   13 years stoecker fix #6097 - i18n issues
(edit) @3863   13 years bastiK extended mappaint style dialog
(edit) @3570   14 years stoecker fix GPX export action
(edit) @3336   14 years stoecker #close #5135 - allow undeleting without recreating object - patch by …
(edit) @2512   14 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
(edit) @2343   14 years Gubaer fixed #3792: NPE when deleting the data layer while the deletion tool …
(edit) @2273   15 years jttt Replace testing for id <= 0 with isNew() method
(edit) @2070   15 years Gubaer new: rewrite of CombineWay action new: conflict resolution dialog for …
(edit) @2029   15 years Gubaer fixed #3362: "All formats" is added twice to format selections in open …
(edit) @2025   15 years Gubaer new: improved dialog for uploading/saving modified layers on exit new: …
(edit) @2017   15 years Gubaer removed OptionPaneUtil cleanup of deprecated Layer API cleanup of …
(edit) @1949   15 years stoecker fixed #1647 - patch by dmuecke - Improve export
(edit) @1907   15 years stoecker cleanup strings
(edit) @1894   15 years Gubaer fixed #3158: modify status is not removed for partial uploads
(edit) @1890   15 years Gubaer update: rewrite of layer dialog new: allows multiple selection of …
(edit) @1879   15 years Gubaer towards a fix for #3142: JOSM applet class no longer functional
(edit) @1857   15 years Gubaer replaced JOptionDialog.show... by OptionPaneUtil.show.... improved …
(edit) @1847   15 years Gubaer replaced calls to JOptionPane.* by calls to OptionPaneUtil.*
(edit) @1820   15 years Gubaer JosmAction is now a LayerChangeListener and a SelectionChangeListener …
(edit) @1814   15 years Gubaer removed dependencies to Main.ds, removed Main.ds removed AddVisitor, …
(edit) @1808   15 years Gubaer improved enabling/disabling of menu entries and action buttons …
(edit) @1750   15 years Gubaer new: replaced global conflict list by conflict list per layer, similar …
(edit) @1677   15 years stoecker remove all these ugly tab stops introduced in the last half year
(edit) @1676   15 years stoecker fix typos
(edit) @1653   15 years stoecker add support for compressed OSM files (bzip2, gzip)
(edit) @1646   15 years stoecker cleanup in file access
(edit) @1637   15 years stoecker applied new file io from #2064 - patch by dmuecke
(edit) @1525   15 years framm * fix charset on write/upload (always use utf-8 even if platform …
(edit) @1524   15 years framm * make sure saved file is properly closed. fixed part of #2399
(edit) @1523   15 years framm * Major redesign of how JOSM talks to the OSM server. Connections now …
(edit) @1397   15 years stoecker apply patches from xeen for #1977.
(edit) @1373   15 years stoecker fixed #1425. modified patch by xeen
(edit) @1180   15 years stoecker fixed bug #1871, removed all deprecations
(edit) @1169   15 years stoecker removed usage of tab stops
(edit) @1084   15 years framm - cosmetics: rename ShortCut to Shortcut, and shortCut to shortcut
(edit) @1023   16 years stoecker close bug #1622. Keyboard shortcuts and specific OS handling
(edit) @872   16 years ramack GpxWriter does not close the stream it writes to after it has …
(edit) @693   16 years stoecker Save dialog now distinguish between OSM and GPX. Saving OSM layer as …
(edit) @655   16 years ramack patch by bruce89, closes #812; thanks bruce
(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.
(edit) @516   16 years gebner SaveActionBase: Append extension to file name instead of replacing it.
(edit) @510   16 years framm - fix bug that would not properly overwrite existing files, as …
(edit) @444   16 years framm - patch for better GPX file support by Raphael Mack …
(edit) @343   17 years gebner Merge 0.5.
(edit) @327   17 years framm - bugfix by nukehead@… for temp file deletion upon saving. closes …
(copy) @321   17 years (none) - restructure of repository to support branches. Do 'svn switch …
copied from src/org/openstreetmap/josm/actions/SaveActionBase.java
(edit) @319   17 years imi - removed MinML2 dependency (use javax.xml) - fixed reorder action …
Note: See TracRevisionLog for help on using the revision log.