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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12103   6 years michael2402 See #14120: MapView should repaint on temporary layer changes …
(edit) @12102   6 years michael2402 Fix #14763: Do not apply colorful filter op if source image is of …
(edit) @12101   6 years michael2402 Fix #14765: Don't use runAndWait for table updates. UserListDialog …
(edit) @12099   6 years michael2402 Use selection event manager to trigger repaints on selection changes.
(edit) @12093   6 years bastiK fixed #14734 - Handling imagery offsets when reprojecting
(edit) @12088   6 years Don-vip checkstyle
(edit) @12085   6 years bastiK fix compile (see #14734)
(edit) @12084   6 years bastiK offset bookmarks: migrate preferences from lists to key=value maps …
(edit) @12082   6 years bastiK minor fixes to ensure unmodifiable StyleElement classes
(edit) @12080   6 years michael2402 Relation editor: Make button tool bars scroll if the window is too …
(edit) @12079   6 years michael2402 ScrollViewport: Fix layout computation, natively support mouse wheel …
(edit) @12077   6 years bastiK see #13956 - make cachePresets public
(edit) @12074   6 years bastiK fixed #14740 - Current displayed data position changes when you press TAB
(edit) @12073   6 years michael2402 Show sidebar scroll buttons when sidebar content changes (buttons …
(edit) @12072   6 years bastiK remove property change events in NavigatableComponent (can use …
(edit) @12065   6 years michael2402 More ds.beginUpdate()/endUpdate() try/finally fixes, checked all calls …
(edit) @12058   6 years Don-vip fix Java/PMD/Checkstyle warnings
(edit) @12050   6 years michael2402 Fix sonar warnings (modifiers, parameters)
(edit) @12048   6 years michael2402 Add per-layer selection listeners. Make selection listener code more …
(edit) @12047   6 years michael2402 Make TagMerger use the row based layout. Make merge buttons higher and …
(edit) @12046   6 years michael2402 In conflict resolution dialog, only scroll tab contents and prevent …
(edit) @12044   6 years michael2402 Make conflict merge dialog layout more universal, make row titles in …
(edit) @12043   6 years michael2402 Add nicer padding to version info panel
(edit) @12042   6 years bastiK applied #13956 - memory optimization with presets cache (patch by GerdP)
(edit) @12031   6 years Don-vip add Node.getParentWays()
(edit) @12030   6 years michael2402 See #13604: Change error to a warning until we figure out what causes …
(edit) @12028   6 years Don-vip see #14120 - fix java warnings
(edit) @12026   6 years stoecker see #10529 - drop code completely
(edit) @12025   6 years michael2402 See #14120: Throw a nicer exception if a layer is destroyed twice.
(edit) @12014   6 years michael2402 See #14120: Use a listener to get notified of way segment / virtual …
(edit) @12012   6 years Don-vip fix HeadlessException seen in unit tests logs
(edit) @12005   6 years Don-vip fix #14667 - IOOBE at PreferenceTabbedPane.stateChanged
(edit) @12004   6 years Don-vip fix #14696 - make help browser a JFrame rather than a JDialog so …
(edit) @11996   6 years Don-vip fix #13809 - run GUI operations of NotificationManager.processQueue
(edit) @11993   6 years Don-vip fix #5144 - Cannot draw new ways when filter is active (patch by …
(edit) @11991   6 years Don-vip see #13665 - cleaner error
(edit) @11989   6 years stoecker add support for type=building relation and support variable role names …
(edit) @11986   6 years Don-vip add unit test for Main.postConstructorProcessCmdLine
(edit) @11984   6 years stoecker improve overpass API rate limit message, fix wrong timeout error message
(edit) @11972   6 years bastiK see #7427 - remove obsolete code
(edit) @11971   6 years Don-vip javadoc
(edit) @11961   6 years bastiK see #7427 - avoid black lines at tile borders (primarily for native tiles)
(edit) @11960   6 years stoecker checkstyle
(edit) @11959   6 years stoecker add a link to the wiki in imagery preferences
(edit) @11958   6 years bastiK see #7427 - clear memory cache on projection change
(edit) @11956   6 years bastiK see #7427 - repaint after clear tile cache action
(edit) @11954   6 years bastiK see #7427 - fix seams for reprojected tiles
(edit) @11953   6 years bastiK see #7427 - make sure layer is painted only once after zoom change
(edit) @11950   6 years Don-vip extract actions from AbstractTileSourceLayer to gui.layer.imagery
(edit) @11948   6 years Don-vip findbugs - BC_UNCONFIRMED_CAST_OF_RETURN_VALUE
(edit) @11947   6 years Don-vip fix #14642 - IAE at AbstractTileSourceLayer.getBestZoom
(edit) @11945   6 years Don-vip sonar - fb-contrib:SCII_SPOILED_CHILD_INTERFACE_IMPLEMENTOR - Style - …
(edit) @11941   6 years Don-vip sonar - fb-contrib:IMC_IMMATURE_CLASS_IDE_GENERATED_PARAMETER_NAMES - …
(edit) @11937   6 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @11936   6 years Don-vip sonar - squid:S1694 - An abstract class should have both abstract and …
(edit) @11935   6 years Don-vip sonar - squid:S2148 - Underscores should be used to make large numbers …
(edit) @11932   6 years Don-vip sonar - squid:S1941 - Variables should not be declared before they are …
(edit) @11931   6 years Don-vip improve unit test coverage
(edit) @11925   6 years Don-vip drop Main.MasterWindowListener (unused)
(edit) @11921   6 years Don-vip improve unit test coverage of utilities classes thanks to …
(edit) @11914   6 years Don-vip sonar - squid:S2972 - Inner classes should not have too many lines of code
(edit) @11913   6 years Don-vip sonar - squid:S1192 - String literals should not be duplicated
(edit) @11910   6 years Don-vip initialize AbstractTileSourceLayerTest
(edit) @11908   6 years stoecker see #10529 - don't display outer-way-style multipolygons by default - …
(edit) @11906   6 years stoecker fix NPE caused by variable case mismatch exposed by r11901
(edit) @11905   6 years Don-vip sonar - squid:S2301 - Public methods should not contain selector arguments
(edit) @11901   6 years Don-vip PMD - fix some InefficientEmptyStringCheck (new in PMD 5.5.5)
(edit) @11900   6 years stoecker add leisure and amenity to multipolygon naming
(edit) @11897   6 years bastiK see #7427 - optimize warp transformaion performance problems should …
(edit) @11894   6 years bastiK see #7427 - make sure fixed scale is used for alignment + javadoc
(edit) @11893   6 years Don-vip sonar - squid:S1126 - Return of boolean expressions should not be …
(edit) @11892   6 years Don-vip sonar - squid:S2390 - Classes should not access static members of …
(edit) @11891   6 years Don-vip see #7427 - sonar - squid:S1226 - Method parameters, caught exceptions …
(edit) @11886   6 years Don-vip see #14635 - add a new unit test (not directly related to the bug)
(edit) @11885   6 years Don-vip add basic unit tests for MergeLayerAction + improve javadoc, code cleanup
(edit) @11883   6 years bastiK see #7427 - actually use disk cache on scale change and do not force …
(edit) @11882   6 years bastiK see #7427 - minor style change
(edit) @11881   6 years Don-vip findbugs - BC_UNCONFIRMED_CAST_OF_RETURN
(edit) @11880   6 years Don-vip sonar - …
(edit) @11879   6 years Don-vip findbugs - EI_EXPOSE_REP
(edit) @11878   6 years Don-vip findbugs - EI_EXPOSE_REP2 + javadoc
(edit) @11875   6 years Don-vip checkstyle
(edit) @11873   6 years Don-vip findbugs - NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE
(edit) @11871   6 years Don-vip findbugs - UPM_UNCALLED_PRIVATE_METHOD
(edit) @11868   6 years bastiK see #7427 - add javadoc for getNativeProjections() + move it one class up
(edit) @11865   6 years Don-vip see #7427 - checkstyle
(edit) @11863   6 years Don-vip see #7427 - sonar - squid:S1449 - Locale should be used in String …
(edit) @11862   6 years Don-vip see #7427 - sonar - squid:S2259 - Null pointers should not be dereferenced
(edit) @11860   6 years Don-vip see #7427 - checkstyle
(edit) @11858   6 years bastiK fixed #7427 - Support reprojection (warping) of imagery layer
(edit) @11856   6 years Don-vip sonar - fb-contrib:IOI_DOUBLE_BUFFER_COPY - Performance - Method …
(edit) @11855   6 years Don-vip sonar - fb-contrib:ISB_TOSTRING_APPENDING - Correctness - Method …
(edit) @11852   6 years Don-vip sonar - squid:S1444 - "public static" fields should be constant
(edit) @11850   6 years Don-vip sonar - squid:S2386 - Mutable fields should not be "public static"
(edit) @11848   6 years Don-vip fix #14613 - Special HTML characters not escaped in GUI error messages
(edit) @11846   6 years bastiK see #7427 - move class TileAnchor from jmapviewer to JOSM
(edit) @11845   6 years bastiK see #7427 - better return type
(edit) @11844   6 years bastiK see #7427 - avoid roundtrip conversion EastNorth -> LatLon -> …
(edit) @11842   6 years bastiK see #7427 - clean up private method parameter list
(edit) @11841   6 years bastiK see #7427 - rework the way screen pixel coordinates for tiles are …
Note: See TracRevisionLog for help on using the revision log.