source: josm/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @15238   5 years Don-vip fix #17894 - fix moving of 2+ selected relation members, events …
(edit) @15236   5 years Don-vip fix #17887 - make sure relation member selection model remains …
(edit) @15235   5 years Don-vip see #17887, fix #17904 - NPE when moving the first member of a …
(edit) @15233   5 years Don-vip see #17861 - last bugfixes
(edit) @15231   5 years Don-vip fix more Spotbugs warnings
(edit) @15230   5 years Don-vip see #14208 - fix Spotbugs warning (useless condition)
(edit) @15229   5 years Don-vip see #17861 - Refactor HTTP client to support HTTP/2 in a new plugin …
(edit) @15228   5 years Don-vip fix #17801 - use selected image format when building WMS URL
(edit) @15227   5 years Don-vip fix #17881 - fix bad refresh of plugin jar files after plugin update
(edit) @15226   5 years Don-vip fix #14208 - add dedicated buttons in filter dialog to sort/reverse …
(edit) @15225   5 years Don-vip see #17848 - update hashCode/equals methods
(edit) @15223   5 years Don-vip see #17881 - use plugin name for plugin classloaders map keys
(edit) @15222   5 years Don-vip fix #17882 - Disable automatic HTTP POST retry after 5 minutes, see …
(edit) @15221   5 years Don-vip see #17881 - add more precise error log
(edit) @15219   5 years Don-vip fix #17848 - read and display IPTC metadata from jpeg/tiff images …
(edit) @15218   5 years Don-vip see #17848 - add ICC/Photoshop metadata support, otherwise IPTC does …
(edit) @15217   5 years Don-vip see #17848 - update to metadata-extractor 2.12.0
(edit) @15215   5 years Don-vip see #13458 - don't serialize null values
(edit) @15214   5 years Don-vip see #13458 - revert accidental changes
(edit) @15213   5 years Don-vip see #13458 - keep icon correct shape
(edit) @15211   5 years Don-vip fix #13458 - display external resources icons in the preferences
(edit) @15210   5 years Don-vip see #17853 - add missing preference change listener
(edit) @15209   5 years Don-vip fix #17801 - create WMS URL correctly
(edit) @15208   5 years Don-vip fix #17621 - Replace OSM History Viewer (osmrmhv) by OSM History …
(edit) @15207   5 years Don-vip fix #17826 - use a proper icon for "reorder imagery layers" action
(edit) @15206   5 years Don-vip see #17860 - include more package details in status report for linux …
(edit) @15205   5 years Don-vip fix #17871 - Don't zoom to download area by default for "Update Data" …
(edit) @15204   5 years Don-vip fix #17877 - NPE
(edit) @15196   5 years Don-vip fix #17845 - Add a MapCSS method to check for roles in relations …
(edit) @15193   5 years Don-vip fix #17831 - make sure we don't ask to update to current version of …
(edit) @15187   5 years Don-vip see #17835 - detect invalid plugin versions
(edit) @15186   5 years Don-vip fix #17810 - incompletely downloaded turn restrictions sometimes break …
(edit) @15185   5 years Don-vip fix #17823 - increase statusbar.decimal-format precision, for those …
(edit) @15184   5 years Don-vip fix #17825 - support Geo URIs with WGS84 CRS and/or uncertainty
(edit) @15183   5 years GerdP fix #17768: Create / Update multipolygon did not work wich touching …
(edit) @15182   5 years Don-vip see #17819 - minor performance improvement, avoid to compute size twice
(edit) @15181   5 years Don-vip see #17516 - use qualified access to Thread.yield() as it is a …
(edit) @15180   5 years Don-vip see #13201, see #17825 - allow to download geo: URI from the command line
(edit) @15178   5 years GerdP fix #17819 - Create ArrayList instead of modifying a CopyList instance …
(edit) @15177   5 years Don-vip see #14208 - NPE
(edit) @15176   5 years Don-vip fix #14208 - improve filter dialog table header (dynamic width, sortable)
(edit) @15168   5 years Don-vip fix #17805 - return null when MergeNodesAction has nothing to do
(edit) @15164   5 years Don-vip remove TLD from IANA
(edit) @15161   5 years GerdP fix checkstyle issue
(edit) @15160   5 years GerdP fix #17768: Use code in MultipolygonTest to improve …
(edit) @15158   5 years Don-vip fix #17781 - filter imagery list by (localized) country name
(edit) @15154   5 years Don-vip fix #17779 - make sure imagery entries without shapes are displayed in …
(edit) @15153   5 years Don-vip see #16301 - fix activation problem when filtering imagery sources
(edit) @15152   5 years Don-vip more uses of Java 8 stream API
(edit) @15149   5 years Don-vip fix #17774 - NPE
(edit) @15147   5 years Don-vip see #17744 - register JMapViewer SettingsAdapter so that the Bing API …
(edit) @15145   5 years Don-vip see #17772 - make sure all JMapViewer instances in JOSM behave the same
(edit) @15143   5 years GerdP fix #17767 (again) - make sure that we don't create multipolygon in …
(edit) @15142   5 years Don-vip see #17668 - fix typo
(edit) @15138   5 years GerdP use git mirror for apache commons jcs
(edit) @15137   5 years GerdP fix #17767: "Update multipolygon" may change route relation to …
(edit) @15133   5 years GerdP see #17765: Further simplify code
(edit) @15132   5 years GerdP fix #17765: Move code for error "Area style way is not closed" to …
(edit) @15129   5 years GerdP see #17011: Ignore relations without members in DuplicateRelation test …
(edit) @15127   5 years Don-vip fix #17724 - Allow DataSet merges without merging the Bounds (patch by …
(edit) @15126   5 years Don-vip fix #15030 - make sure deleting a relation effectively removes it from …
(edit) @15125   5 years Don-vip fix #17740 - Lock the dataset before we get the selection to avoid …
(edit) @15124   5 years Don-vip fix #17668 - load "Microsec e-Szigno Root CA 2009" certificate, used …
(edit) @15123   5 years GerdP improve javadoc: document some problems with intersection test …
(edit) @15122   5 years Don-vip see #17763 - use interfaces where possible
(edit) @15121   5 years Don-vip sonarqube, javadoc
(edit) @15120   5 years GerdP fix copy+paste error in javadoc
(edit) @15117   5 years Don-vip make sure upload comments are not remembered if …
(edit) @15116   5 years Don-vip fix #16301 - add filter for default imagery entries
(edit) @15115   5 years Don-vip see #16301 - extract ImageryProvidersPanel
(edit) @15114   5 years Don-vip see #16301 - display tooltips for all columns
(edit) @15113   5 years GerdP fix #17746: Detect invalid MapCSS search expressions
(edit) @15111   5 years Don-vip fix #17759 - use git mirror for apache commons logging
(edit) @15109   5 years GerdP fix #17754: Search dialog input field doesn't react on changes in …
(edit) @15108   5 years GerdP simplify code (see #15558): also removes side-effect: The order of …
(edit) @15107   5 years GerdP see #17745: ignore unclosed ways and multipolygons with unclosed outer …
(edit) @15104   5 years GerdP fix SonarLint issue: extract class IndexData (Reduce this class from …
(edit) @15103   5 years GerdP see #14287: improve results when Test.partialSelection is true. This …
(edit) @15102   5 years GerdP fix #10391: Add support for "not element of" operator - implement 4 …
(edit) @15099   5 years Don-vip fix ConcurrentModificationException
(edit) @15097   5 years Don-vip fix parallel execution of integration tests
(edit) @15096   5 years Don-vip make sure we don't get null style sources
(edit) @15093   5 years Klumbumbus see #17727, fix #17731 - add natural=strait (icon self created, CC0 …
(edit) @15090   5 years Don-vip fix #17526 - provide a "search string example" translation context to …
(edit) @15089   5 years Don-vip fix #17722 - detect other block texts. Assume the API will always send …
(edit) @15085   5 years Don-vip see #17722 - make sure we don't display the same text twice
(edit) @15084   5 years Don-vip see #17722 - proper notification of user block
(edit) @15083   5 years Don-vip fix #17729, see #17695 - don't call geometry functions for …
(edit) @15081   5 years Klumbumbus fix #17727 - allow lines for natural=bay - add bay=fjord checkbox in …
(edit) @15080   5 years Don-vip fix #17526 - Search action dialog: New tooltip and more translations …
(edit) @15079   5 years Don-vip fix #17691 - fix issue where SimilarNamedWay crashes on a subset of …
(edit) @15078   5 years Don-vip fix #17718 - Make it easier to add specially treated relations to …
(edit) @15077   5 years Don-vip fix forgotten @since xxx
(edit) @15076   5 years Don-vip fix #17501 - Detect if a oneway in a relation may be going in the …
(edit) @15072   5 years Don-vip fix #17698 - don't merge single checks into immediate following checkgroup
(edit) @15071   5 years Don-vip fix #17709 - make TurnrestrictionTest aware of conditional restrictions
(edit) @15070   5 years Don-vip fix #17701, fix #17702 - add robustness when loading imagery layers …
(edit) @15069   5 years GerdP fix #17695 - add support to find multipolygon inside polygon or …
(edit) @15068   5 years GerdP see #17695: Fix ContainsFinder by removing wrong code - did not work …
(edit) @15065   5 years GerdP fix #17699: Make sure that a changed filter is used
Note: See TracRevisionLog for help on using the revision log.