source: josm/trunk/src/org

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12119   7 years michael2402 Fix weak projection listener of NavigatableComponent being lost.
(edit) @12118   7 years Don-vip see #14734 - fix checkstyle warnings
(edit) @12117   7 years Don-vip see #14734 - fix PMD warning
(edit) @12116   8 years michael2402 Sonar: Make AbstractListenerInfo an interface.
(edit) @12115   8 years michael2402 Document OsmDataLayer
(edit) @12114   8 years michael2402 Layer class: Documentation.
(edit) @12113   8 years michael2402 See #13467: Preserve order of removed / added fields for selection events.
(edit) @12112   8 years Don-vip catch NoSuchMethodError for outdated plugin file importers
(edit) @12109   8 years michael2402 SelectionEventManager: Typo / checkstyle
(edit) @12108   8 years michael2402 ParallelWayAction: Use a separate temporary layer, invalidate it to …
(edit) @12107   8 years michael2402 Allow invalidation listeners for all MapViewPaintables.
(edit) @12106   8 years michael2402 ParallelWayAction: No need to call repaint after adding/removing …
(edit) @12105   8 years michael2402 Audio marker layer: Use invalidate instead of Main.map.mapView.repaint().
(edit) @12104   8 years michael2402 Do not force a map repaint when adding a node - map view does this by …
(edit) @12103   8 years michael2402 See #14120: MapView should repaint on temporary layer changes …
(edit) @12102   8 years michael2402 Fix #14763: Do not apply colorful filter op if source image is of …
(edit) @12101   8 years michael2402 Fix #14765: Don't use runAndWait for table updates. UserListDialog …
(edit) @12100   8 years michael2402 See #14765: Use a try-lock for map painting code: Don't freeze JOSM if …
(edit) @12099   8 years michael2402 Use selection event manager to trigger repaints on selection changes.
(edit) @12098   8 years michael2402 Allow to globally add the new selection listeners that get detailed events.
(edit) @12097   8 years michael2402 Improve documentation of data selection listener.
(edit) @12096   8 years michael2402 Document fire mode parameter for selection event manager.
(edit) @12095   8 years michael2402 Extract color key searching (migration code) to new method. This is …
(edit) @12093   8 years bastiK fixed #14734 - Handling imagery offsets when reprojecting
(edit) @12092   8 years Don-vip fix #14761 - Deleted featured are not removed from geojson
(edit) @12091   8 years Don-vip fix #14762 - NPE
(edit) @12090   8 years Don-vip fix #14756 - Download dialog should also parse URLs which dont contain …
(edit) @12088   8 years Don-vip checkstyle
(edit) @12087   8 years Don-vip fix #14754 - avoid silent failure with invalid lat/lon coordinates in …
(edit) @12085   8 years bastiK fix compile (see #14734)
(edit) @12084   8 years bastiK offset bookmarks: migrate preferences from lists to key=value maps …
(edit) @12082   8 years bastiK minor fixes to ensure unmodifiable StyleElement classes
(edit) @12080   8 years michael2402 Relation editor: Make button tool bars scroll if the window is too …
(edit) @12079   8 years michael2402 ScrollViewport: Fix layout computation, natively support mouse wheel …
(edit) @12078   8 years michael2402 See #14485: Fix and test MapCSS sorting. This adds support for real …
(edit) @12077   8 years bastiK see #13956 - make cachePresets public
(edit) @12075   8 years Don-vip fix PMD warning
(edit) @12074   8 years bastiK fixed #14740 - Current displayed data position changes when you press TAB
(edit) @12073   8 years michael2402 Show sidebar scroll buttons when sidebar content changes (buttons …
(edit) @12072   8 years bastiK remove property change events in NavigatableComponent (can use …
(edit) @12071   8 years michael2402 Fix #14736: Make removePrimitve(Primitive) do a full removal including …
(edit) @12070   8 years michael2402 Reset the SelectionEventManager listeners for each test.
(edit) @12069   8 years michael2402 Fix #14737: Preserve selection order and add comments that it is …
(edit) @12065   8 years michael2402 More ds.beginUpdate()/endUpdate() try/finally fixes, checked all calls …
(edit) @12064   8 years michael2402 DrawAction: Fix ds.beginUpdate()/endUpdate() try/finally
(edit) @12063   8 years michael2402 MoveAction: Fix ds.beginUpdate()/endUpdate() try/finally
(edit) @12062   8 years michael2402 DataSet: Replace manual node filtering by getNodes()
(edit) @12060   8 years Don-vip sonar - fix two recent issues
(edit) @12059   8 years stoecker fix silent import error for NMEA data
(edit) @12058   8 years Don-vip fix Java/PMD/Checkstyle warnings
(edit) @12057   8 years michael2402 Make cleanupDeletedPrimitives code nicer, only use one bulk update
(edit) @12056   8 years michael2402 Use node.getParentWays() instead of filtered list.
(edit) @12055   8 years michael2402 Disable the read lock of the dataset while selection listeners are …
(edit) @12054   8 years michael2402 Fix #14485: Increase sorting speed by removing compareTo complexity.
(edit) @12053   8 years michael2402 Fix #6447: Ensure that only move commands in same layer are combined.
(edit) @12052   8 years michael2402 See #6447: Fix same issue for the move command (shift+arrow)
(edit) @12051   8 years michael2402 Trigger JosmAction selection change on edit layer change.
(edit) @12050   8 years michael2402 Fix sonar warnings (modifiers, parameters)
(edit) @12049   8 years michael2402 Move quad bucket store of dataset to separate class.
(edit) @12048   8 years michael2402 Add per-layer selection listeners. Make selection listener code more …
(edit) @12047   8 years michael2402 Make TagMerger use the row based layout. Make merge buttons higher and …
(edit) @12046   8 years michael2402 In conflict resolution dialog, only scroll tab contents and prevent …
(edit) @12044   8 years michael2402 Make conflict merge dialog layout more universal, make row titles in …
(edit) @12043   8 years michael2402 Add nicer padding to version info panel
(edit) @12042   8 years bastiK applied #13956 - memory optimization with presets cache (patch by GerdP)
(edit) @12040   8 years michael2402 Long segment test: Make condition for using nodes/ways easier to read.
(edit) @12037   8 years michael2402 See #14708: For long segment test, notify the user about the exact …
(edit) @12036   8 years Don-vip add more unit tests, javadoc
(edit) @12033   8 years Don-vip add more unit tests
(edit) @12032   8 years Don-vip fix #14708 - no warning about potentially erroneous movement of …
(edit) @12031   8 years Don-vip add Node.getParentWays()
(edit) @12030   8 years michael2402 See #13604: Change error to a warning until we figure out what causes …
(edit) @12028   8 years Don-vip see #14120 - fix java warnings
(edit) @12026   8 years stoecker see #10529 - drop code completely
(edit) @12025   8 years michael2402 See #14120: Throw a nicer exception if a layer is destroyed twice.
(edit) @12020   8 years Don-vip see #14120 - checkstyle
(edit) @12019   8 years Don-vip do not output visible attribute when saving upload=no/never XML files
(edit) @12018   8 years Don-vip add OsmPrimitiveType.newVersionedInstance() + javadoc and unit tests
(edit) @12017   8 years Don-vip *Data: new constructors with a given id
(edit) @12015   8 years Don-vip see #11889 - fix javadoc warnings
(edit) @12014   8 years michael2402 See #14120: Use a listener to get notified of way segment / virtual …
(edit) @12013   8 years bastiK see #11889 - backport improved version of Math.toDegrees and …
(edit) @12012   8 years Don-vip fix HeadlessException seen in unit tests logs
(edit) @12011   8 years Don-vip improve unit test coverage of Main
(edit) @12010   8 years Don-vip remove unused methods
(edit) @12009   8 years michael2402 See #13883: Use parallel sort for style elems
(edit) @12006   8 years Don-vip see #14692 - checkstyle
(edit) @12005   8 years Don-vip fix #14667 - IOOBE at PreferenceTabbedPane.stateChanged
(edit) @12004   8 years Don-vip fix #14696 - make help browser a JFrame rather than a JDialog so …
(edit) @12002   8 years stoecker fix #14692 - relatation checker test broken
(edit) @11998   8 years Don-vip see #14692 - checkstyle
(edit) @11997   8 years Don-vip see #5144 - fix NPE
(edit) @11996   8 years Don-vip fix #13809 - run GUI operations of NotificationManager.processQueue
(edit) @11995   8 years Don-vip fix #14690 - Loading commandline file blocks JOSM (regression from r11986)
(edit) @11993   8 years Don-vip fix #5144 - Cannot draw new ways when filter is active (patch by …
(edit) @11992   8 years Don-vip fix #13665 - handle deleted nodes in way rendering
(edit) @11991   8 years Don-vip see #13665 - cleaner error
(edit) @11989   8 years stoecker add support for type=building relation and support variable role names …
(edit) @11988   8 years Don-vip improve unit test for Main.postConstructorProcessCmdLine
(edit) @11987   8 years Don-vip checkstyle
Note: See TracRevisionLog for help on using the revision log.