source: josm/trunk/src/org/openstreetmap/josm/gui/io

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @7299   10 years Don-vip fix #10121 - Add a new look-and-feel preference to display ISO 8601 …
(edit) @7204   10 years Don-vip fix #10086 - fix EDT violation causing freeze of Save/upload dialog …
(edit) @7190   10 years bastiK see #10079 - possible problems in English strings (part 2)
(edit) @7089   10 years Don-vip see #8465 - Use of new Java 7 zip constructors allowing to specify a …
(edit) @7083   10 years Don-vip see #8465 - replace Utils.equal by Objects.equals, new in Java 7
(edit) @7039   10 years Don-vip fix #9965 - Unwanted warning in upload dialog
(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) @7025   10 years Don-vip Sonar - fix various issues
(edit) @7017   10 years Don-vip see #8465 - fix easy compilation warnings
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @7001   10 years Don-vip see #8465 - switch core to Java 7
(edit) @6990   10 years Don-vip sonar - place Strings literals on the left side when checking for …
(edit) @6986   10 years Don-vip sonar - fix various minor issues
(edit) @6980   10 years Don-vip see #9634 - fix sonar issue - inconsistent synchronization
(edit) @6977   10 years Don-vip fix some sonar issues recently introduced
(edit) @6973   10 years bastiK applied #9634 - Downloading Referrers Grabs Focus (patch by Balaitous, …
(edit) @6965   10 years Don-vip fix #8047 - fix EDT violation in save/upload dialog
(edit) @6912   10 years Don-vip Refactor duplicated code
(edit) @6910   10 years Don-vip remove unneeded class (other duplicated similar classes to be …
(edit) @6901   10 years Don-vip see #3764 - make UI messages copy-able (patch by simon04)
(edit) @6889   10 years Don-vip fix some Sonar issues (JLS order)
(edit) @6885   10 years Don-vip hide unencrypted password warning with https hosts
(edit) @6830   10 years Don-vip javadoc fixes for jdk8 compatibility
(edit) @6822   10 years bastiK see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6660   10 years Don-vip fix #9559 - Rendering of lower part of upload dialog when resized
(edit) @6654   10 years simon04 fix #9514 fix #9484 fix #9502 - Upload dialog: make source field …
(edit) @6643   10 years Don-vip global replacement of e.printStackTrace() by Main.error(e)
(edit) @6631   10 years simon04 Fix strange effect of UploadDialog where the changeset comment
(edit) @6594   10 years simon04 fix #8969 fix #9394 - add "Do not show again (this session)" choice, …
(edit) @6590   10 years simon04 Update table after setting changeset tags from dataset
(edit) @6587   10 years simon04 see #9438 - upload dialog: make max age configurable which determines …
(edit) @6565   10 years simon04 fix #9484 - source in upload dialog: add knowledge, survey to …
(edit) @6450   10 years Don-vip Sonar/Findbugs: fix recent issues
(edit) @6428   10 years simon04 Typo in string
(edit) @6424   10 years simon04 see #6381 - fix #9373 - upload dialog: make source input behave …
(edit) @6419   10 years simon04 see #6381 - display specific, ignorable dialog on empty changeset source
(edit) @6409   10 years simon04 #fix 9348 - see #6381 - source= for changeset falsely reported as empty
(edit) @6408   10 years simon04 fix #9349 - see #6381 - fix intermixing of changeset source and comment
(edit) @6401   10 years simon04 see #6381 - Ask for source tag in changeset/upload
(edit) @6340   10 years Don-vip refactor of some GUI/widgets classes (impacts some plugins): - …
(edit) @6336   11 years Don-vip code cleanup / robustness in edit layer handling
(edit) @6316   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6315   11 years simon04 fix #9068 - Don't warn about empty key and empty value in upload tags
(edit) @6309   11 years simon04 fix #9068 - Warn about empty key/values on upload tags
(edit) @6296   11 years Don-vip Sonar/Findbugs - Avoid commented-out lines of code, javadoc
(edit) @6267   11 years Don-vip Sonar/FindBugs - Replace singular fields by local variables
(edit) @6258   11 years Don-vip Sonar/Findbugs - Performance - Inefficient use of keySet iterator …
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6199   11 years Don-vip fix #9017 - NPE in AbstractUploadTask.handleUploadConflict()
(edit) @6142   11 years Don-vip see #8902 - fix compilation warnings
(edit) @6132   11 years bastiK see #6963 - new message after successful upload; use notification for …
(edit) @6106   11 years Don-vip see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6104   11 years Don-vip see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6101   11 years akks revert 6099: seems it was not the described bug
(edit) @6099   11 years akks see #8921: avoid setTooltipText(null) (gives NPE when tooltip is shown …
(edit) @6087   11 years Don-vip see #8902 - string.equals("") => string.isEmpty() (patch by shinigami)
(edit) @6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @6046   11 years akks fix #7436 (shortcut/toolbar redefinition) and EDT violations in Update …
(edit) @6040   11 years Don-vip fix #8827 - HTML rendering differ if run before or after having …
(edit) @5998   11 years Don-vip fix #8775 - IllegalComponentStateException when remembering position …
(edit) @5956   11 years Don-vip fix #8701 - Do not include OS details in changeset created_by tag
(edit) @5926   11 years bastiK clean up imports
(edit) @5899   11 years stoecker fix javadoc
(edit) @5890   11 years akks Minor Javadoc fixes and adding @Override annotations
(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) @5865   11 years stoecker fix user agent handling a bit (applet code now sets user agent
(edit) @5842   11 years Don-vip Upload dialog: allow plugins to add custom components
(edit) @5836   11 years stoecker javadoc fixes
(edit) @5835   11 years stoecker Javadoc fixes
(edit) @5832   11 years stoecker i18n update and javadoc fixes
(edit) @5791   11 years Don-vip see #8530 - workaround for NPE when loading "Steps properties" presets …
(edit) @5752   11 years Don-vip fix #8404 - workaround for JDK bug 6322854 (crash when inserting …
(edit) @5729   11 years bastiK applied #8441 - show local imagery sources in menu instead of popup
(edit) @5587   11 years Don-vip Single entry point in Utils to open HTTP connections
(edit) @5463   12 years jttt Fix some memory leaks (see #7980)
(edit) @5452   12 years Don-vip Code refactorisation on EDT calls
(edit) @5429   12 years Don-vip fix #7917 - Control the number of items displayed at once in all …
(edit) @5412   12 years Don-vip see #7943 - fix NPE when switching back to default OSM API server …
(edit) @5319   12 years simon04 fix #7835 - localize dates in UI
(edit) @5309   12 years Don-vip fix #7819 - Increased a bit the width of Save Layers dialog to display …
(edit) @5302   12 years Don-vip fix #7756 - NPE in checkboxes creation
(edit) @5283   12 years Don-vip fix #7695 - Ensure the "should be uploaded/saved" panels displayed at …
(edit) @5266   12 years bastiK fixed majority of javadoc warnings by replacing "{@see" by "{@link"
(edit) @5233   12 years Don-vip fix #7684 - Various improvements in "upload=false" layers handling
(edit) @5200   12 years akks see #7626, fix #7463: keys Ctrl-Shift-Up/Down, Enter, Spacebar work …
(edit) @5114   12 years akks see #4421: Mechanism to modify JOSM settings and store files, advanced …
(edit) @5111   12 years simon04 fix #7532 - NPE in CredentialsManager
(edit) @5057   12 years simon04 fix #4552 - "Object $id is already deleted" in upload dialog should be …
(edit) @5014   12 years xeen fix #7429
(edit) @5004   12 years xeen fix #7426
(edit) @5003   12 years xeen fix #3409
(edit) @4932   12 years stoecker fix 6833 - use WindowGeometry for toggle dialogs and mainwindow …
(edit) @4816   12 years simon04 fix #7257, fix #4093 - Provide an option to automatically download …
(edit) @4690   12 years stoecker see #7086 - fix passing auth information to wrong server
(edit) @4645   12 years framm Added three new hooks for plugins, allowing plugins to mess with …
(edit) @4619   12 years Don-vip fix #7071 - One dialog where Esc doesn't cancel
(edit) @4618   12 years Don-vip fix #7077 - Another dialog where Esc doesn't cancel
Note: See TracRevisionLog for help on using the revision log.