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) @10873   8 years Don-vip see #13412 - replace character by ' in comments, cause encoding …
(edit) @10791   8 years simon04 see #13319 - Use InputMapUtils where applicable (VK_ESCAPE)
(edit) @10783   8 years simon04 fix #13070 - Upload dialog not sized correctly
(edit) @10680   8 years Don-vip sonar - pmd:UseVarargs - Use Varargs
(edit) @10647   8 years Don-vip see #11390 - use functional comparators
(edit) @10627   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10626   8 years Don-vip simplify handling of ignored/traced exceptions
(edit) @10622   8 years Don-vip fix #13198 - Add new flow layout that does the right height …
(edit) @10621   8 years Don-vip fix #13197 - bad use of method references instead of lambdas, causing …
(edit) @10619   8 years Don-vip see #11390 - Java 8: use List.sort(Comparator) instead of …
(edit) @10616   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10611   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10525   8 years Don-vip fix #12994 - Old style SideButton usage errors
(edit) @10446   8 years Don-vip see #13001 - replace calls to Main.main.getCurrentDataSet() by …
(edit) @10436   8 years Don-vip see #13001 - replace calls to Main.main.[add|remove]Layer by …
(edit) @10428   8 years stoecker see #9995 - patch mainly by strump - improve HIDPI behaviour
(edit) @10420   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10413   8 years Don-vip fix #12983 - replace calls to Main.main.get[Active|Edit]Layer() by …
(edit) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10369   8 years stoecker see #9995 - patch by strump - improve HIDPI
(edit) @10357   8 years stoecker see #9995, see #10684 - remove more hardcoded places of images
(edit) @10308   8 years Don-vip sonar - squid:S1854 - Dead stores should be removed
(edit) @10305   8 years Don-vip sonar - various code cleanup fixes
(edit) @10242   8 years Don-vip sonar - pmd:InsufficientStringBufferDeclaration - Insufficient String …
(edit) @10234   8 years Don-vip findbugs - DB_DUPLICATE_SWITCH_CLAUSES + REC_CATCH_EXCEPTION + …
(edit) @10217   8 years Don-vip findbugs - SF_SWITCH_NO_DEFAULT + various sonar fixes
(edit) @10212   8 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
(edit) @10210   8 years Don-vip see #11924 - Java 9 - replace calls to deprecated classes …
(edit) @10190   8 years Don-vip fix #12838 - NPE
(edit) @10179   8 years Don-vip sonar - squid:AssignmentInSubExpressionCheck - Assignments should not …
(edit) @10173   8 years Don-vip sonar - squid:S1186 - Methods should not be empty
(edit) @10153   8 years Don-vip sonar - squid:S3038 - Abstract methods should not be redundant
(edit) @10129   8 years Don-vip refactor duplicated code
(edit) @10105   8 years Don-vip fix coverity 1353745 + add unit test
(edit) @10097   8 years Don-vip fix #12717 - Warning about short comments when submitting Chinese comment
(edit) @10035   8 years Don-vip code refactoring to ease creation of unit tests by avoiding as much as …
(edit) @10021   8 years bastiK see #6301 - fix issues detected by the test
(edit) @9996   8 years Don-vip sonar - use JLabel.setLabelFor where applicable + add/update unit tests
(edit) @9986   8 years Don-vip fix potential NPE
(edit) @9917   8 years Don-vip better handling of HelpAwareOptionPane.showOptionDialog in headless mode
(edit) @9841   8 years Don-vip add unit test
(edit) @9776   8 years Don-vip add more unit tests
(edit) @9759   8 years Don-vip refactor preferences settings classes
(edit) @9754   8 years bastiK fixed: white cells in unsaved changed dialog (closes #12462)
(edit) @9751   8 years Don-vip see #12462 - Extend Save Layers dialog for more layer types (patch by …
(edit) @9685   8 years Don-vip UploadDialog: code refactoring, add javadoc, basic unit test, remove …
(edit) @9645   8 years Don-vip fix findbugs issue RV_RETURN_VALUE_IGNORED_BAD_PRACTICE for …
(edit) @9575   8 years Don-vip add unit tests
(edit) @9556   8 years Don-vip add unit test
(edit) @9543   8 years Don-vip refactoring - global simplification of use of setLayout method - …
(edit) @9530   8 years simon04 see #12400 - reverter plugin broken - fix …
(edit) @9528   8 years simon04 fix #11305 see #10306 - After canceling upload a new instead of the …
(edit) @9527   8 years simon04 fix #10306 - Changeset manager does not know username of current …
(edit) @9522   8 years Don-vip fix java warnings & sonar issues
(edit) @9519   8 years simon04 fix #7090 - Upload dialog allow select another user open changeset
(edit) @9514   8 years simon04 fix #4003 fix #7004 fix #8149 - Improve changeset tags handling (from …
(edit) @9484   8 years simon04 Refactoring: add JosmComboBox.getEditorComponent, Javadoc
(edit) @9371   8 years simon04 Java 7: use Objects.equals and Objects.hash
(edit) @9325   8 years simon04 see #7670 fix #7647 - Fetching objects via Overpass API recurses down …
(edit) @9309   8 years simon04 see #12292 - Allow to disconnect HttpClient in connecting phase
(edit) @9296   8 years Don-vip fix #12249 - Fix Findbugs warnings "Exceptional return value of …
(edit) @9280   8 years Don-vip improve performance and simplify file copy operations (major …
(edit) @9246   8 years Don-vip javadoc update
(edit) @9241   8 years simon04 see #7670 - Possibility to download from mirror with all download …
(edit) @9198   8 years simon04 fix #11918 - Make obtain sources from current layers add only visible …
(edit) @9173   8 years simon04 Checkstyle
(edit) @9171   8 years simon04 see #12231 - Use HttpClient instead of some Utils.openHttpConnection
(edit) @9152   8 years simon04 fix #12183 - "Registered toolbar action save_as-session overwritten"
(edit) @9078   8 years Don-vip sonar - Immutable Field
(edit) @9059   8 years Don-vip checkstyle
(edit) @8960   8 years Don-vip fix #12018 - NPE
(edit) @8919   8 years Don-vip move UserCancelException class in tools package and use it where …
(edit) @8918   8 years Don-vip checkstyle
(edit) @8913   8 years simon04 fix #9115 - Offer to save session when closing editor with unsaved changes
(edit) @8912   8 years simon04 fix #11151 - Not all buttons are shown in exit confirmation dialog …
(edit) @8870   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @8855   9 years Don-vip sonar - Unused private method should be removed sonar - Unused …
(edit) @8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(edit) @8840   9 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @8836   9 years Don-vip fix Checkstyle issues
(edit) @8760   9 years simon04 fix #11686 - Error by uploading changeset with too long tag Changeset …
(edit) @8736   9 years simon04 see #11843 - Give all directly started threads sensible names
(edit) @8734   9 years simon04 see #11843 - Give all started threads sensible names …
(edit) @8624   9 years bastiK add missing svn:eol-style=native
(edit) @8540   9 years Don-vip fix remaining checkstyle issues
(edit) @8513   9 years Don-vip checkstyle: blocks
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8509   9 years Don-vip fix many checkstyle violations
(edit) @8474   9 years Don-vip fix #11177 - Notes: upload before deleting layer doesn't work
(edit) @8470   9 years Don-vip javadoc fixes. Removed one duplicated method in exception handling
(edit) @8469   9 years Don-vip Add some more package-info.java to enhance Javadoc. Refactor package …
(edit) @8444   9 years Don-vip remove extra whitespaces
(edit) @8426   9 years Don-vip Accessibility - global use of JLabel.setLabelFor() + various fixes …
(edit) @8419   9 years Don-vip Sonar: various code style cleanup: - fix copyright - classes that …
(edit) @8415   9 years Don-vip code style/cleanup - Uncommented Empty Constructor
(edit) @8412   9 years Don-vip ExecutorService field doesn't ever get shutdown
(edit) @8404   9 years Don-vip When doing a String.toLowerCase()/toUpperCase() call, use a …
(edit) @8395   9 years Don-vip convention - An open curly brace should be located at the end of a line
(edit) @8394   9 years Don-vip - global use of String.isEmpty() - Correctness - Method throws …
(edit) @8390   9 years Don-vip Sonar - various performance improvements
Note: See TracRevisionLog for help on using the revision log.