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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13963   6 years Don-vip fix #16410 - workaround for "IllegalArgumentException: Window must not …
(edit) @13960   6 years Don-vip fix #16410 - NPE
(edit) @13959   6 years Don-vip use IRelation in PropertiesDialog
(edit) @13957   6 years Don-vip use IRelation in RelationListDialog and *RelationActions
(edit) @13956   6 years Don-vip use IPrimitive in *CopyActions from PropertiesDialog
(edit) @13955   6 years Don-vip use IPrimitive in AutoScaleAction
(edit) @13954   6 years Don-vip use IPrimitive in *InfoWebActions
(edit) @13953   6 years Don-vip fix cast
(edit) @13952   6 years Don-vip use OsmData in TaggingPresetSearchPrimitiveDialog
(edit) @13951   6 years Don-vip better implementation of AbstractOsmDataLayer
(edit) @13950   6 years Don-vip use IPrimitive in SearchAction
(edit) @13949   6 years Don-vip use IPrimitive in InspectPrimitiveDialog
(edit) @13948   6 years Don-vip fix HistoryHook signature
(edit) @13947   6 years Don-vip add HistoryHook
(edit) @13943   6 years Don-vip fix #16389 - fix wrong undo/redo behaviour in command stack dialog …
(edit) @13942   6 years Don-vip fix #16394 - exlude natural=tree_row from "Way end node near other …
(edit) @13941   6 years Don-vip sonar - fix recent violations
(edit) @13940   6 years Don-vip refactor/cleanup validator tree API
(edit) @13939   6 years Don-vip improve performance of validator visiting call
(edit) @13938   6 years Don-vip workaround for following java compiler bugs: - …
(edit) @13937   6 years Don-vip fix Javadoc false warnings (JDK-8031625 fixed only in Java 9)
(edit) @13936   6 years Don-vip proper casts
(edit) @13935   6 years Don-vip see #11000 - fix NPE
(edit) @13934   6 years Don-vip fix PMD/Javadoc issues
(edit) @13933   6 years Don-vip see #11000 - restore old (deprecated) constructors to avoid plugins …
(edit) @13932   6 years Don-vip see #11000 - restore old (deprecated) method signatures to avoid …
(edit) @13930   6 years michael2402 Fix #16343: Add methods to register query wizards.
(edit) @13929   6 years Don-vip fix #11000 - add layer_locked, download_policy, upload_policy to …
(edit) @13928   6 years Don-vip see #11000 - support layer_name in the general case
(edit) @13927   6 years Don-vip see #11000 - Remote control: allow to specify layer_name for import
(edit) @13926   6 years Don-vip add AbstractOsmDataLayer, MainLayerManager.getActiveData, …
(edit) @13925   6 years Don-vip fix #13467 - use DataSelectionListener everywhere. Deprecate …
(edit) @13924   6 years Don-vip add IPrimitive.getOsm*Id()
(edit) @13923   6 years Don-vip fix #16381 - fix tagchecker validator message for mispelled values
(edit) @13922   6 years Don-vip fix signature of first/last node methods of IWay
(edit) @13919   6 years Don-vip rendering of IPrimitives
(edit) @13918   6 years Don-vip add first/last node methods to IWay
(edit) @13917   6 years Don-vip rendering of IPrimitives
(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) @13913   6 years Don-vip move hasSameInterestingTags() implementation from …
(edit) @13912   6 years Don-vip move get*Name() implementations from AbstractPrimitive to IPrimitive
(edit) @13911   6 years Don-vip move getPrimitiveId() implementation from AbstractPrimitive to …
(edit) @13910   6 years Don-vip update BBox constructors to accept IWay/INode
(edit) @13908   6 years Don-vip add IRelation.setMembers()
(edit) @13907   6 years Don-vip add IWay.setNodes()
(edit) @13906   6 years Don-vip make BoundingXYVisitor accept IPrimitive
(edit) @13905   6 years Don-vip make BoundingXYVisitor implement PrimitiveVisitor
(edit) @13903   6 years Don-vip fix #16368 - export lat/lon and timestamps in .osn files as we do in …
(edit) @13902   6 years Don-vip update new TLD from IANA
(edit) @13901   6 years Don-vip add new XmlUtils class with more "safe factories" methods
(edit) @13897   6 years Don-vip SonarQube fixes
(edit) @13893   6 years Don-vip fix #16355 - Ignored validation findings reappear on upload (patch by …
(edit) @13892   6 years Don-vip fix #16356 - dynamic default size of OAuth wizard dialog
(edit) @13891   6 years Don-vip fix #11556 - switch imagery layer pressing tilde (~) or square (²) key
(edit) @13890   6 years Don-vip fix #16357 - use English imagery names in changeset source tag
(edit) @13889   6 years wiktorn Checkstyle fixes
(edit) @13888   6 years Don-vip fix #16358 - specify button icon size in extended dialogs
(edit) @13887   6 years Don-vip see #16335 - code simplification, javadoc
(edit) @13886   6 years wiktorn Fix handling of minimumExpiryTime
(edit) @13885   6 years wiktorn Add information about custom headers to Show tile info
(edit) @13884   6 years wiktorn Provide layer context to right-click popup menu on main screen.
(edit) @13883   6 years wiktorn Fix double quotation marks in get map queries. Closes: #16350
(edit) @13882   6 years Don-vip fix #16339 - fix NPE
(edit) @13881   6 years stoecker never add URL extension to preference key
(edit) @13879   6 years wiktorn Add layer name/title to WMTS layers when user selects layer see: #15988
(edit) @13878   6 years wiktorn Fix identifying if getMapUrl contains query part. See: #16330
(edit) @13876   6 years Don-vip fix #16335 - SearchCompiler regression of r13810
(edit) @13872   6 years wiktorn Fix WMS_ENDPOINT headers. * Use custom headers when calling …
(edit) @13870   6 years wiktorn Fix NPE when style title is null Closes: #16333
(edit) @13869   6 years Don-vip spotbugs - MS_MUTABLE_COLLECTION_PKGPROTECT
(edit) @13868   6 years Don-vip spotbugs - DLS_DEAD_LOCAL_STORE
(edit) @13867   6 years Don-vip spotbugs - fix potential NPE
(edit) @13866   6 years Don-vip spotbugs - SE_BAD_FIELD_STORE
(edit) @13864   6 years Don-vip see #15310 - remove dead code
(edit) @13861   6 years wiktorn Ensure that tiles from lower zoom leveles are loaded When lower zoom …
(edit) @13856   6 years Don-vip fix #16322 - fix typo
(edit) @13855   6 years Don-vip fix #11304 - preserve zoom after OSM layer <-> GPX layer conversion
(edit) @13854   6 years Don-vip fix #8939 - prevent add/edit tag dialog to be created twice when …
(edit) @13853   6 years Don-vip fix #11949 - History dialog: insert <wbr> in username labels to …
(edit) @13852   6 years Don-vip SonarQube - fix more code issues
(edit) @13851   6 years Don-vip remove TLD from IANA
(edit) @13850   6 years Don-vip fix build
(edit) @13849   6 years Don-vip SonarQube - fix minor code issues
(edit) @13847   6 years Don-vip fix #16302 - IAE when switching map mode while offset dialog is open
(edit) @13845   6 years Don-vip fix #16321, see #10047 - mapcss metadata is required
(edit) @13844   6 years Don-vip see #15240 - remove duplicated icons
(edit) @13843   6 years Don-vip fix #16319 - scale bookmark and toolbar icons properly
(edit) @13842   6 years Don-vip see #16319 - scale properly all icons using ButtonSpec
(edit) @13840   6 years Don-vip fix #16319 - scale properly icon of Help button
(edit) @13839   6 years wiktorn Sonar fixes and javadoc * AddImageryLayerAction - do not use {{ }} …
(edit) @13838   6 years Don-vip fix #16316 - catch InvalidPathException
(edit) @13836   6 years Don-vip fix #13889 - Make preset searchs ignore accents
(edit) @13832   6 years Don-vip fix #5603, see #5256, see #15240 - add first/last buttons for geoimage …
(edit) @13830   6 years Don-vip SonarQube - remove code duplication
(edit) @13829   6 years Don-vip SonarQube - fix minor issues
(edit) @13828   6 years wiktorn Sonar fixes, javadocs. See: #16249
(edit) @13827   6 years Don-vip SonarQube - fix minor issues
(edit) @13825   6 years Don-vip SonarQube - squid:S3878 - Arrays should not be created for varargs …
Note: See TracRevisionLog for help on using the revision log.