source: josm/trunk/src/org/openstreetmap/josm/tools/BugReportExceptionHandler.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @7082   10 years Don-vip see #8465 - replace Utils.UTF_8 by StandardCharsets.UTF_8, new in …
(edit) @7060   10 years Don-vip fix issue in bug report URL (regression from r7037), add javadoc and …
(edit) @7037   10 years Don-vip see #8465 - last batch of try-with-resources
(edit) @6925   10 years Don-vip see #3764 - fix layout of bug report window
(edit) @6897   10 years stoecker see #9778 - use TLS for JOSM website access
(edit) @6797   10 years Don-vip fix #9406 - Verify for new versions of plugins on crashes
(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) @6380   10 years Don-vip update license/copyright information
(edit) @6340   10 years Don-vip refactor of some GUI/widgets classes (impacts some plugins): - …
(edit) @6143   11 years Don-vip see #8885 - cleanup in command line arguments and website URL handling
(edit) @6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @6083   11 years bastiK see #8902 - Small performance enhancements (patch by shinigami)
(edit) @6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(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) @5849   11 years Don-vip fix #8584 - see #8571 : Add "Report bug" button in Status report …
(edit) @5827   11 years Don-vip see #8571 - Compress bug reports before encoding them to have shorter …
(edit) @5050   12 years akks UrlLabel class simplification by Zverik, better label layout in …
(edit) @5013   12 years akks Validation on upload and error reporting windows did not fit in 800x600
(edit) @4743   12 years jttt don't access gui from non EDT thread
(edit) @4607   12 years bastiK fixed #7072 - add option to exception dialog to suppress all further …
(edit) @4380   13 years simon04 fix #4609 - copy node coordinate to clipboard
(edit) @3840   13 years stoecker switch to internal base64 again
(edit) @3832   13 years stoecker fix too long ticket report URL and move additional texts to server
(edit) @3478   14 years bastiK 1) do not show bug report window for bugs that are thrown while bug …
(edit) @3098   14 years jttt Added handler for uncaught exception in modal dialogs
(edit) @2955   14 years mjulius
(edit) @2859   14 years Gubaer minor clean up
(edit) @2853   14 years mjulius fix messages for the rest
(edit) @2784   14 years mjulius improve bug dialog
(edit) @2721   14 years stoecker fixed #4123 - fix too long bug report URL
(edit) @2711   14 years stoecker fix bad line endings
(edit) @2544   14 years stoecker fix #4035 - patch by avar - directly fill bug report request
(edit) @2017   15 years Gubaer removed OptionPaneUtil cleanup of deprecated Layer API cleanup of …
(edit) @1882   15 years jttt Fix BugReportExceptionHandler - buttons were reversed
(edit) @1865   15 years Gubaer replaced JOptionPane.show* by OptionPaneUtil.show* ExtendeDialog now …
(edit) @1674   15 years stoecker add memory size to bug report
(edit) @1415   15 years stoecker applied patch #2185 by bruce89
(edit) @1326   15 years stoecker reworked plugin handling a lot, more to come
(edit) @1271   15 years stoecker added Java version to bug reports
(edit) @1195   15 years stoecker fixed relation handling, applied language patches
(edit) @1189   15 years stoecker added plugin information to bug report
(edit) @1169   15 years stoecker removed usage of tab stops
(edit) @1032   16 years mfloryan Fixed some messages that were not translatable.
(edit) @914   16 years stoecker fixed typo
(edit) @815   16 years stoecker added warning message stating the obvious
(edit) @774   16 years stoecker no longer shows relation membership header without relation
(edit) @742   16 years stoecker better error message for missing memory. closes #672
(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 …
(copy) @321   17 years (none) - restructure of repository to support branches. Do 'svn switch …
copied from src/org/openstreetmap/josm/tools/BugReportExceptionHandler.java
(edit) @305   17 years imi - removed the josm bug report email and redirect to the trac system
Note: See TracRevisionLog for help on using the revision log.