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) @8390   9 years Don-vip Sonar - various performance improvements
(edit) @8388   9 years Don-vip performance - use of EnumMap / EnumSet
(edit) @8379   9 years Don-vip Consecutively calls to StringBuffer/StringBuilder .append should reuse …
(edit) @8378   9 years Don-vip fix copyright/license headers globally
(edit) @8377   9 years Don-vip performance - remove useless boxing of boolean constants
(edit) @8376   9 years Don-vip code style - remove useless calls to toString()
(edit) @8375   9 years Don-vip code style - Method stores return result in local before immediately …
(edit) @8342   9 years Don-vip code style - Close curly brace and the next "else", "catch" and …
(edit) @8338   9 years Don-vip fix squid:S1319 - Declarations should use Java collection interfaces …
(edit) @8332   9 years Don-vip fix various issues: - performance - inefficient use of keySet iterator …
(edit) @8323   9 years stoecker see #10684 - remove remaining overlay() calls
(edit) @8318   9 years Don-vip fix various Sonar issues: - squid:S1068: Unused private fields should …
(edit) @8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @8291   9 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
(edit) @8285   9 years Don-vip fix sonar squid:S2039 - Member variable visibility should be specified
(edit) @8221   9 years simon04 see #11000 - Remote control: allow to specify layer_name for …
(edit) @8177   9 years stoecker fix warning
(edit) @8126   9 years Don-vip fix Sonar issue squid:S2444 - Lazy initialization of "static" fields …
(edit) @8061   9 years bastiK see #11096 - strip .png
(edit) @8038   9 years Don-vip fix #11093 - workaround for Java bug JDK-6322854 in JosmTextField. Use …
(edit) @7995   9 years Don-vip fix #11047 - changeset: no length check for the source field
(edit) @7937   9 years bastiK add subversion property svn:eol=native
(edit) @7896   9 years Don-vip fix font problems with Khmer. Only tested on Java 8/Windows 7 right now.
(edit) @7801   9 years Don-vip fix some Sonar issues
(edit) @7712   9 years Don-vip fix #10721 - don't display empty tooltips
(edit) @7694   9 years stoecker image size fixes
(edit) @7592   10 years stoecker fix JavaDoc
(edit) @7432   10 years Don-vip fix #10388 - Incomplete download of relation members
(edit) @7402   10 years Don-vip fix some Sonar issues
(edit) @7375   10 years Don-vip fix #10362 - wrong layout in advanced tab of upload dialog (regression …
(edit) @7358   10 years Don-vip see #9899 - refactor save/upload layer stuff to allow different layers …
(edit) @7339   10 years Don-vip fix #10318 - NPE
(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   10 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 …
Note: See TracRevisionLog for help on using the revision log.