source: josm/trunk/src/org/openstreetmap/josm/data/osm/DataSet.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @16212   4 years Don-vip fix #18993 - allow to clone a locked dataset
(edit) @16187   4 years Don-vip fix #18962 - introduce DataSet.update to avoid repetitive …
(edit) @16119   4 years Don-vip fix #18928 - fix various crashes with empty ways
(edit) @15891   4 years Don-vip fix #18731 - add method to search for all primitives inside a bbox …
(edit) @15609   4 years Don-vip fix #18436 - add listeners to know when a DataSet's DataSources change …
(edit) @15497   5 years Don-vip see #16796 - fix most of checkstyle/pmd/findbugs violations
(edit) @15496   5 years Don-vip fix #16796 - Rework of GPX track colors / layer preferences (patch by …
(edit) @15418   5 years Don-vip fix #14253 - Highlight affected relation members in role validation …
(edit) @15404   5 years Don-vip fix #12669 - Disable upload and save buttons when not needed
(edit) @15378   5 years Don-vip fix #13592 - refresh relation member table connectivity after a change …
(edit) @14835   5 years GerdP see #17343: prepare solution updateEnabledState() should be called in …
(edit) @14556   6 years GerdP see #17040 more cleanup in OsmDataLayer.destroy() - remove …
(edit) @14247   6 years Don-vip remove stuff deprecated in June. RIP SelectionChangedListener
(edit) @14222   6 years Don-vip see #16498 - simplify build.xml and update to latest snapshot of …
(edit) @14219   6 years Don-vip fix #16695 - display remark from Overpass API when a download …
(edit) @14206   6 years Don-vip fix #16698, see #15670 - make sure filters are executed (costly …
(edit) @14169   6 years Don-vip fix #16575 - make sure download/upload policies are never null and set …
(edit) @14120   6 years Don-vip see #15229 - deprecate all Main methods related to projections. New …
(edit) @14119   6 years Don-vip see #15229 - deprecate all Main methods returning an URL
(edit) @14001   6 years Don-vip fix #16459 - don't reindex empty ways
(edit) @13925   6 years Don-vip fix #13467 - use DataSelectionListener everywhere. Deprecate …
(edit) @13916   6 years Don-vip move getSelected*() default implementation from DataSet to OsmData
(edit) @13915   6 years Don-vip move clearHighlighted*() default implementation from DataSet to …
(edit) @13914   6 years Don-vip move getPrimitiveById() default implementation from DataSet to …
(edit) @13829   6 years Don-vip SonarQube - fix minor issues
(edit) @13765   6 years Don-vip fix unit tests, PMD violation
(edit) @13764   6 years Don-vip add OsmData interface, abstraction of DataSet
(edit) @13559   6 years Don-vip extract DownloadPolicy / UploadPolicy to separate classes
(edit) @13497   6 years Don-vip fix #16051, see #8039, see #10456 - more fixes for download/upload …
(edit) @13453   6 years Don-vip fix #8039, fix #10456: final fixes for the read-only/locked layers: - …
(edit) @13434   6 years Don-vip see #8039, see #10456 - support read-only data layers
(edit) @13420   6 years bastiK fixed #11607 - RangeViolatedError: the new range must be within a …
(edit) @13309   6 years Don-vip fix #15766, see #15688 - fix performance regression introduced in …
(edit) @13208   7 years Don-vip fix #15670 - fire a data set change event when applying filters (patch …
(edit) @13173   7 years Don-vip see #15310 - remove most of deprecated APIs
(edit) @13161   7 years Don-vip fix #13153 - Should not warn to upload/save "modified" layers with 0 …
(edit) @12970   7 years Don-vip see #15008, see #15421 - add toString() methods to allow to report …
(edit) @12873   7 years Don-vip * mark kendzi3d_Improved_by_Andrei plugin as unmaintained * fix …
(edit) @12758   7 years Don-vip see #15229 - see #15182 - deprecate …
(edit) @12726   7 years Don-vip see #13036 - deprecate Command() default constructor, fix unit tests …
(edit) @12718   7 years Don-vip see #13036 - see #15229 - see #15182 - make Commands depends only on …
(edit) @12672   7 years Don-vip see #15182 - move ConflictCollection from OsmDataLayer to …
(edit) @12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12542   7 years Don-vip partial revert of r12537
(edit) @12537   7 years Don-vip PMD - VariableNamingConventions
(edit) @12479   7 years Don-vip see #14833 - fix DataSet copy constructor, add unit test
(edit) @12329   7 years michael2402 See #14854: Selection change listeners should not re-add the …
(edit) @12071   7 years michael2402 Fix #14736: Make removePrimitve(Primitive) do a full removal including …
(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) @12049   7 years michael2402 Move quad bucket store of dataset to separate class.
(edit) @12048   7 years michael2402 Add per-layer selection listeners. Make selection listener code more …
(edit) @12014   7 years michael2402 See #14120: Use a listener to get notified of way segment / virtual …
(edit) @11712   7 years Don-vip see #12731 - checkstyle/sonar
(edit) @11710   7 years bastiK see #12731 - make enum field final + fix compiler warning
(edit) @11709   7 years bastiK fixed #12731 - Add an option to completely prevent upload of a layer : …
(edit) @11632   7 years Don-vip see #3346 - make DataSet.dataSources private
(edit) @11629   7 years Don-vip see #3346 - findbugs - IS2_INCONSISTENT_SYNC
(edit) @11627   7 years Don-vip fix #3346 - improve drastically the performance of fixing duplicate …
(edit) @11440   7 years Don-vip fix #14186 - ConcurrentModificationException in QuadBucketIterator …
(edit) @11397   8 years Don-vip sonar - squid:S2259 - Null pointers should not be dereferenced
(edit) @11374   8 years Don-vip sonar - squid:S00112 - Generic exceptions should never be thrown: …
(edit) @11269   8 years michael2402 Fix #13361: Use a more consistent invalid bbox for primitives. Patch …
(edit) @11115   8 years simon04 fix #13785 - Use streams, add unit tests (patch by alno, modified)
(edit) @11095   8 years simon04 Default method implementations of Data interface
(edit) @10972   8 years Don-vip remove deprecated stuff - gsoc-core
(edit) @10891   8 years Don-vip fix #13442 - Use lock downgrade during endUpate (patch by michael2402) …
(edit) @10809   8 years Don-vip fix #13175 - Use invalidation event instead of isChanged() (patch by …
(edit) @10788   8 years simon04 Remove superfluous FilteredCollection Not used by any plugin in SVN
(edit) @10748   8 years Don-vip sonar - squid:S00100 - Method names should comply with a naming convention
(edit) @10716   8 years simon04 see #11390, see #12890 - Deprecate predicates in OsmPrimitive class
(edit) @10715   8 years simon04 see #11390, see #12890 - Deprecate Predicates class
(edit) @10691   8 years Don-vip see #11390, fix #12890 - finish transition to Java 8 predicates/functions
(edit) @10608   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10590   8 years Don-vip see #11390, fix #13191 - Documentation and migration to java 8 of …
(edit) @10346   8 years Don-vip fix #12936 - Do not use clone() on Dataset (patch by michael2402) - …
(edit) @10309   8 years Don-vip sonar - squid:S1182 - Classes that override "clone" should be …
(edit) @10040   8 years Don-vip fix #12680 - Documentation and cleanup on predicates (patch by …
(edit) @9941   8 years simon04 fix #12457 - Filter "modified" not updating after uploading changes
(edit) @9627   8 years stoecker fix a Coverity issuea and r9626
(edit) @9626   8 years stoecker fix r9618 checkin
(edit) @9618   8 years stoecker fix Jenkins warning, coding style fixes
(edit) @9067   9 years Don-vip sonar - Immutable Field
(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) @8840   9 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @8512   9 years Don-vip checkstyle: redundant modifiers
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8470   9 years Don-vip javadoc fixes. Removed one duplicated method in exception handling
(edit) @8338   9 years Don-vip fix squid:S1319 - Declarations should use Java collection interfaces …
(edit) @8291   9 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
(edit) @7816   10 years bastiK fixed #10860 - set initial viewport correctly when mapview is opened
(edit) @7714   10 years Don-vip fix #9564 - NPE
(edit) @7575   10 years Don-vip fix #7976 - Get downloaded gpx areas, on the same model as osm data
(edit) @7501   10 years Don-vip fix #10483 - drastic improvement of data consistency test performance
Note: See TracRevisionLog for help on using the revision log.