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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10413   8 years Don-vip fix #12983 - replace calls to Main.main.get[Active|Edit]Layer() by …
(edit) @10395   8 years Don-vip gsoc-core - remove more deprecation warnings
(edit) @10386   8 years Don-vip gsoc-core - remove more deprecation warnings
(edit) @10384   8 years Don-vip fix #12954 - IllegalComponentStateException with detached dialogs
(edit) @10383   8 years Don-vip replace .get*Selected().isEmpty() by .selectionEmpty()
(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) @10364   8 years stoecker gsoc-core - patch by Michael Zangl - see #12953 - remove deprecation usage
(edit) @10358   8 years stoecker see #9995 - improve handling for HIDPI screens, patch by strump …
(edit) @10357   8 years stoecker see #9995, see #10684 - remove more hardcoded places of images
(edit) @10356   8 years stoecker see #9995, see #10684 - remove more hardcoded places of images
(edit) @10352   8 years stoecker gsoc-core - patch by Michael Zangl - fix #12941 - unfreed resources
(edit) @10346   8 years Don-vip fix #12936 - Do not use clone() on Dataset (patch by michael2402) - …
(edit) @10345   8 years Don-vip fix #12937 - Use the new LayerChangeListener (patch by michael2402) - …
(edit) @10332   8 years stoecker Do not use deprecated EditLayerChangedListener - patch my Michael …
(edit) @10325   8 years Don-vip fix #12897 - fix IllegalArgumentException when exiting JOSM (patch by …
(edit) @10317   8 years Don-vip fix #12904 - Documentation of DialogsPanel (patch by michael2402)
(edit) @10316   8 years Don-vip fix coverity 1313942 + 1353522 - Integer handling issues
(edit) @10308   8 years Don-vip sonar - squid:S1854 - Dead stores should be removed
(edit) @10306   8 years Don-vip sonar - pmd:ImmutableField + remove unused code
(edit) @10305   8 years Don-vip sonar - various code cleanup fixes
(edit) @10300   8 years Don-vip sonar - Performance - Method passes constant String of length 1 to …
(edit) @10294   8 years Don-vip sonar - squid:S1848 - refactor URL checks
(edit) @10288   8 years Don-vip fix #12882 - Use LayerManager for LayerListDialog (patch by michael2402)
(edit) @10254   8 years Don-vip sonar - squid:S1948 - Fields in a "Serializable" class should either …
(edit) @10250   8 years Don-vip findbugs - UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR
(edit) @10248   8 years Don-vip findbugs - NM_CONFUSING
(edit) @10245   8 years Don-vip findbugs - CI_CONFUSED_INHERITANCE
(edit) @10234   8 years Don-vip findbugs - DB_DUPLICATE_SWITCH_CLAUSES + REC_CATCH_EXCEPTION + …
(edit) @10228   8 years Don-vip findbugs: SC_START_IN_CTOR + UW_UNCOND_WAIT + UM_UNNECESSARY_MATH + …
(edit) @10217   8 years Don-vip findbugs - SF_SWITCH_NO_DEFAULT + various sonar fixes
(edit) @10213   8 years Don-vip fix coverity 1355245 - FS: Format string problem
(edit) @10212   8 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
(edit) @10198   8 years Don-vip add more unit tests
(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) @10162   8 years bastiK fixed #12799 - Error mousing over the editing area after loading a …
(edit) @10153   8 years Don-vip sonar - squid:S3038 - Abstract methods should not be redundant
(edit) @10152   8 years Don-vip sonar - squid:S1939 - Extensions and implementations should not be …
(edit) @10148   8 years bastiK fixed #12758 - better scale for gamma value
(edit) @10144   8 years Don-vip code refactoring - strip actions from LayerListDialog to new package …
(edit) @10142   8 years Don-vip fix #12752 - Add more image filters (patch by michael2402, modified)
(edit) @10134   8 years Don-vip sonar, javadoc
(edit) @10132   8 years Don-vip see #12720 - fix potential NPEs
(edit) @10124   8 years Don-vip refactor and move changeset download tasks to actions.downloadtasks
(edit) @10113   8 years Don-vip refactor relation editor to allow unit tests in headless mode
(edit) @10106   8 years Don-vip fix coverity 1353523 + 1347995
(edit) @10089   8 years Don-vip add unit test, javadoc
(edit) @10082   8 years Don-vip remove useless code
(edit) @10075   8 years Don-vip fix unit test - partial revert of r10072
(edit) @10073   8 years Don-vip refactor duplicated code
(edit) @10072   8 years Don-vip refactor duplicated code
(edit) @10070   8 years Don-vip refactor duplicated code
(edit) @10055   8 years Don-vip fix #12652 - Do not ...snip... bug report messages after 6000 …
(edit) @10044   8 years Don-vip sonar - squid:S1641 - Sets with elements that are enum values should …
(edit) @10043   8 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @10035   8 years Don-vip code refactoring to ease creation of unit tests by avoiding as much as …
(edit) @10011   8 years Don-vip fix #12642 - New layer filter (opacity/gamma) dialog (patch by …
(edit) @10001   8 years Don-vip sonar - Local variable and method parameter names should comply with a …
(edit) @10000   8 years Don-vip sonar - fix various issues
(edit) @9999   8 years Don-vip sonar - do not copy collection contents from one to another with a loop
(edit) @9997   8 years Don-vip sonar - various fixes + javadoc
(edit) @9996   8 years Don-vip sonar - use JLabel.setLabelFor where applicable + add/update unit tests
(edit) @9993   8 years simon04 fix #12617 - Unexpected deletion of members by drag-n-drop in relation …
(edit) @9992   8 years Don-vip sonar - fix more issues
(edit) @9991   8 years Don-vip sonar - fix comment indentation
(edit) @9983   8 years Don-vip remove unused code
(edit) @9981   8 years Don-vip fix some unused code warnings
(edit) @9975   8 years Don-vip sonar - make some final fields static too, use Collection.isEmpty(), …
(edit) @9972   8 years Don-vip sonar - remove unnecessary fully qualified names
(edit) @9970   8 years Don-vip sonar - remove useless parentheses
(edit) @9969   8 years Don-vip sonar - Avoid appending characters as strings in StringBuffer.append
(edit) @9965   8 years Don-vip fix #12282 - drop XML mappaint support - keep XML detection in order …
(edit) @9949   8 years Don-vip remove deprecated stuff, code cleanup, javadoc, unit tests
(edit) @9941   8 years simon04 fix #12457 - Filter "modified" not updating after uploading changes
(edit) @9940   8 years simon04 see #12554 - Allow to ignore keys/tags from recent tags
(edit) @9939   8 years simon04 see #12554 - Factor out RecentTagCollection, add unit tests
(edit) @9926   8 years Don-vip LayerListDialog: add first unit tests
(edit) @9916   8 years Don-vip ChangesetCacheManager: add unit tests
(edit) @9894   8 years Don-vip see #12488 - fix coverity 1352298 - 1352299
(edit) @9877   8 years simon04 fix #12488 - Fix ArrayIndexOutOfBoundsException when using tag filter …
(edit) @9867   8 years Don-vip see #11968, fix #12550 - in relation editor, node features are shown …
(edit) @9840   8 years wiktorn ZoomPreferences.patch and NativeScaleLayerChange.patch by kolesar. …
(edit) @9833   8 years bastiK fixed #12507 - slow mouse wheel scrolling (based on patch by kolesar)
(edit) @9831   8 years bastiK see #12507 - slow scrolling in properties dialog (patch by kolesar)
(edit) @9818   8 years wiktorn Snap scale to mercator zoom levels. See #12350 Patch submitted by: …
(edit) @9795   8 years Don-vip findbugs
(edit) @9778   8 years bastiK see #12507 - fix mouse wheel scrolling at some places
(edit) @9775   8 years Don-vip add more unit tests
(edit) @9774   8 years Don-vip fix coverity (1350239, 1350240, 1350241) defects corresponding to …
(edit) @9762   8 years Don-vip fix #12504 - StackOverflowError at SearchCompiler when searching …
(edit) @9760   8 years bastiK fixed #12507 - slow scrolling in "Map Paint Styles" window
(edit) @9748   8 years Don-vip checkstyle
(edit) @9743   8 years bastiK applied #12438 - hide items from list of recently added tags (patch by …
(edit) @9711   8 years simon04 see #12300 - Provide wrapper classes for transfer data to avoid …
(edit) @9710   8 years simon04 see #5546 - Relation editor: fix sorting when copying/pasting relation …
(edit) @9705   8 years simon04 fix #12409 - Refactor ImageProvider.ImageSizes
(edit) @9699   8 years simon04 fix #12440 - Add tag: Keyboard shortcuts is not really readable on Mac …
(edit) @9684   8 years Don-vip findbugs/sonar
(edit) @9683   8 years bastiK applied #12421 - fixed dialog to set number of recently added tags …
Note: See TracRevisionLog for help on using the revision log.