source: josm/trunk/src/org/openstreetmap/josm/data/AutosaveTask.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @7951   9 years Don-vip fix some Sonar issues
(edit) @7856   9 years Don-vip catch Exception instead of Throwable
(edit) @7834   9 years Don-vip see #10026 - use recommended user data directory on OSX (distinct from …
(edit) @7580   10 years Don-vip fix #7166 - include second and milliseconds in filename of autosaved …
(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) @7029   10 years Don-vip fix more warnings, remove unused code
(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) @6643   10 years Don-vip global replacement of e.printStackTrace() by Main.error(e)
(edit) @6357   10 years Don-vip fix #5382 - add an option to display a notification at each autosave …
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6104   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) @6069   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @5889   11 years Don-vip fix potential bugs detected by FindBugs
(edit) @5874   11 years Don-vip see #8570, #7406 - I/O refactorization: - Move different file copy …
(edit) @5566   11 years Don-vip fix #5288 - multiple JOSM instances: Bogus crash recovery attempt
(edit) @5512   12 years jttt Fix #7980: Out of Heap Memory
(edit) @5170   12 years Don-vip cleanup svn:mime-type properties preventing Java sources from being …
(edit) @4852   12 years bastiK fixed #6252 - Phantom "unsaved" layers in 4021, 4032
(edit) @3839   13 years jttt Fix #5893 Null Pointer Exception while loding custom presets at start …
(edit) @3720   13 years bastiK added missing svn:eol-style
(edit) @3686   13 years bastiK remove debugging output for #5559; some comments
(edit) @3679   13 years bastiK see #5559 - ExtendedDialog.showDialog() blocks when called in main …
(edit) @3675   13 years bastiK debug output for autosave (#5559 and others)
(edit) @3559   14 years bastiK autosave: fix issues with deleting autosaved layers on start
(edit) @3461   14 years bastiK added gui preference for autosave; fixed #5359 - Button to delete …
(edit) @3435   14 years jttt Fix #5320 autosave restore: josm loads data before affirmation
(edit) @3381   14 years jttt Fix #5264 error occurs when closing josm
(add) @3378   14 years jttt Fix #2662 Auto-save
Note: See TracRevisionLog for help on using the revision log.