source: josm/trunk/src/org/openstreetmap/josm/data/osm

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12881   7 years bastiK see #15229 - move remaining classes to spi.preferences package, to …
(edit) @12876   7 years bastiK fixed #15315 - NPE in eastNorth
(edit) @12873   7 years Don-vip * mark kendzi3d_Improved_by_Andrei plugin as unmaintained * fix …
(edit) @12866   7 years Don-vip SonarQube: * squid:S4144 - Methods should not have identical …
(edit) @12865   7 years Don-vip see #11390 - SonarQube - squid:S3824 - "Map.get" and value test should …
(edit) @12851   7 years bastiK see #15229 - extract "struct" handling from Preference to StructUtils
(edit) @12846   7 years bastiK see #15229 - use Config.getPref() wherever possible
(edit) @12841   7 years bastiK see #15229 - fix deprecations caused by [12840]
(edit) @12818   7 years bastiK see #15229 - move Bounds#visitEdge to Projection#visitOutline * …
(edit) @12816   7 years Don-vip see #15229 - see #15182 - remove GUI references from I/O subsystem
(edit) @12813   7 years bastiK fix PMD, etc.
(edit) @12810   7 years bastiK forgot to add file
(edit) @12809   7 years bastiK replace abstract class AbstractVisitor by interface …
(edit) @12778   7 years bastiK see #15229 - deprecate Projections#project and …
(edit) @12767   7 years Don-vip see #15229 - see #15182 - do not longer fire ChangesetCacheEvent in …
(edit) @12758   7 years Don-vip see #15229 - see #15182 - deprecate …
(edit) @12753   7 years bastiK see #15251 - suppress (unwarranted) deprecation warning
(edit) @12747   7 years Don-vip see #15229 - see #15182 - fix unit tests
(edit) @12743   7 years Don-vip see #15229 - see #15182 - deprecate gui.JosmUserIdentityManager - …
(edit) @12738   7 years bastiK see #15229 - checkstyle warnings
(edit) @12735   7 years bastiK see #15229 - move CoordinateFormat code out of LatLon class
(edit) @12734   7 years Don-vip see #15182 - see #15229 - remove GUI dependence in NoteData
(edit) @12729   7 years Don-vip see #15229 - fix typos, warnings
(edit) @12726   7 years Don-vip see #13036 - deprecate Command() default constructor, fix unit tests …
(edit) @12725   7 years bastiK see #15229 - deprecate ILatLon#getEastNorth() so ILatLon has no …
(edit) @12722   7 years bastiK see #9995 - fix blurry GUI-icons and map view for Java 9 HiDPI mode
(edit) @12718   7 years Don-vip see #13036 - see #15229 - see #15182 - make Commands depends only on …
(edit) @12691   7 years Don-vip see #15182 - introduce Main.getEditDataSet to avoid unneeded GUI …
(edit) @12673   7 years Don-vip see #15182 - move CyclicUploadDependencyException from …
(edit) @12672   7 years Don-vip see #15182 - move ConflictCollection from OsmDataLayer to …
(edit) @12666   7 years Don-vip see #15182 - fix #15193 - fix SearchCompiler
(edit) @12664   7 years Don-vip see #15182 - fix javadoc warning
(edit) @12663   7 years Don-vip see #15182 - move NameFormatter* from gui to data.osm
(edit) @12662   7 years Don-vip see #15182 - remove dependence on GUI from data.osm.search.SearchCompiler
(edit) @12659   7 years Don-vip see #15182 - extract SearchMode and SearchSetting from …
(edit) @12656   7 years Don-vip see #15182 - move SearchCompiler from actions.search to …
(edit) @12636   7 years Don-vip see #15182 - deprecate Main.getLayerManager(). Replacement: …
(edit) @12630   7 years Don-vip see #15182 - deprecate Main.map and Main.isDisplayingMapView(). …
(edit) @12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12549   7 years Don-vip sonar - squid:S4034 - "Stream.anyMatch()" should be preferred
(edit) @12542   7 years Don-vip partial revert of r12537
(edit) @12540   7 years Don-vip checkstyle - SingleLineJavadocCheck
(edit) @12539   7 years Don-vip PMD - enable naming rules
(edit) @12537   7 years Don-vip PMD - VariableNamingConventions
(edit) @12536   7 years Don-vip see #14833 - new API to manipulate primitives id counter
(edit) @12505   7 years michael2402 Add a method that allows traversing an offset version of a MapViewPath
(edit) @12495   7 years Don-vip fix #5869 - Download dialog, bookmarks: add "home location" bookmark …
(edit) @12494   7 years Don-vip add Changeset.getComment()
(edit) @12481   7 years Don-vip see #15006 - fix javadoc warnings
(edit) @12479   7 years Don-vip see #14833 - fix DataSet copy constructor, add unit test
(edit) @12478   7 years Don-vip NodeGraph: add javadoc, unit tests
(edit) @12476   7 years michael2402 Fix #15006: Separate offset handling for ways, areas and node. Handle …
(edit) @12463   7 years Don-vip extract NodeGraph and NodePair from CombineWayAction to …
(edit) @12456   7 years michael2402 See #14926: Flip the direction of repeat-image-phase to the old one.
(edit) @12455   7 years michael2402 Fix #14926: Preserve image phase when clamping a line.
(edit) @12450   7 years bastiK revert [12399], fixes #14980, reopens #14926
(edit) @12414   7 years Don-vip fix more SonarQube issues
(edit) @12400   7 years Don-vip see #14929 - Automatic filters on numeric tag values (level, …
(edit) @12388   7 years Don-vip see #14929 - change signature of FilterWorker.clearFilterFlags
(edit) @12383   7 years Don-vip see #14929 - new methods to ease the direct handling of filters
(edit) @12376   7 years michael2402 See #14794: Document package osm.visitor.paint
(edit) @12343   7 years michael2402 Add the ability to listen to NoteData changes and use it to repaint …
(edit) @12329   7 years michael2402 See #14854: Selection change listeners should not re-add the …
(edit) @12285   7 years Don-vip remove some deprecated code, unused by now
(edit) @12279   7 years Don-vip sonar - squid:S3878 - Arrays should not be created for varargs parameters
(edit) @12218   7 years Don-vip code cleanup - catch ReflectiveOperationException when possible
(edit) @12208   7 years michael2402 See #14485: Fix order of disabled style elements
(edit) @12193   7 years Don-vip fix #14810 - partial revert of r12190
(edit) @12190   7 years michael2402 See #14794: More javadoc for data.osm package
(edit) @12189   7 years michael2402 See #14794: Javadoc for data.osm package
(edit) @12188   7 years michael2402 Use OsmUtils constants.
(edit) @12187   7 years michael2402 Add javadoc to OsmUtils, fix constant naming.
(edit) @12185   7 years michael2402 Fix #12926: Draw the last arrow of the selected object every time
(edit) @12183   7 years michael2402 Allow null as parameter for BBox#add.
(edit) @12167   7 years michael2402 Make WayPoint implement ILatLon.
(edit) @12163   7 years michael2402 Make use of ILatLon#getEastNorth
(edit) @12161   7 years michael2402 See #13415: Add the ILatLon interface, unify handling of Nodes and …
(edit) @12154   7 years michael2402 Fix #12926: Don't draw direction arrows on short selection segments.
(edit) @12131   7 years Don-vip see #11889, see #11924, see #13387 - use backported versions of …
(edit) @12122   7 years Don-vip sonar - squid:S2178
(edit) @12121   7 years Don-vip fix #14762 - fix NPE (for good?)
(edit) @12116   7 years michael2402 Sonar: Make AbstractListenerInfo an interface.
(edit) @12113   7 years michael2402 See #13467: Preserve order of removed / added fields for selection events.
(edit) @12109   7 years michael2402 SelectionEventManager: Typo / checkstyle
(edit) @12100   7 years michael2402 See #14765: Use a try-lock for map painting code: Don't freeze JOSM if …
(edit) @12098   7 years michael2402 Allow to globally add the new selection listeners that get detailed events.
(edit) @12097   7 years michael2402 Improve documentation of data selection listener.
(edit) @12096   7 years michael2402 Document fire mode parameter for selection event manager.
(edit) @12078   7 years michael2402 See #14485: Fix and test MapCSS sorting. This adds support for real …
(edit) @12071   7 years michael2402 Fix #14736: Make removePrimitve(Primitive) do a full removal including …
(edit) @12070   7 years michael2402 Reset the SelectionEventManager listeners for each test.
(edit) @12069   7 years michael2402 Fix #14737: Preserve selection order and add comments that it is …
(edit) @12065   7 years michael2402 More ds.beginUpdate()/endUpdate() try/finally fixes, checked all calls …
(edit) @12062   7 years michael2402 DataSet: Replace manual node filtering by getNodes()
(edit) @12058   7 years Don-vip fix Java/PMD/Checkstyle warnings
(edit) @12057   7 years michael2402 Make cleanupDeletedPrimitives code nicer, only use one bulk update
(edit) @12056   7 years michael2402 Use node.getParentWays() instead of filtered list.
(edit) @12055   7 years michael2402 Disable the read lock of the dataset while selection listeners are …
(edit) @12054   7 years michael2402 Fix #14485: Increase sorting speed by removing compareTo complexity.
(edit) @12049   7 years michael2402 Move quad bucket store of dataset to separate class.
Note: See TracRevisionLog for help on using the revision log.