source: josm/trunk/src/org/openstreetmap

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @14688   6 years GerdP see #17201 improve progressMonitor for internal osm (xml) importer
(edit) @14687   6 years GerdP revert accidential commit
(edit) @14686   6 years GerdP
(edit) @14685   6 years simon04 fix #14462 - Harmonize relation actions provided in popup menus
(edit) @14684   6 years simon04 Fix typo
(edit) @14682   6 years simon04 ExportRelationToGpxAction: i18n fix
(edit) @14681   6 years simon04 Refactoring: use LinkedList.descendingIterator in ExportRelationToGpxAction
(edit) @14680   6 years simon04 fix #14856 - Add naming tags for relations: water/waterway/wetland …
(edit) @14679   6 years simon04 GenericRelationEditor: bind Ctrl+Enter to okay action
(edit) @14678   6 years simon04 see #13160 - use atomic AtomicBoolean.compareAndSet
(edit) @14677   6 years Don-vip see #14666 - add propertiesdialog.autoresizeTagsTable option, …
(edit) @14676   6 years Don-vip fix #17182 - restore contextual menu of history dialog
(edit) @14675   6 years simon04 HistoryViewer: fix code duplication
(edit) @14674   6 years Don-vip fix #17181 - IAE at OsmIdSelectionDialog.setupDialog
(edit) @14673   6 years GerdP fix #17197 (regression from r14509) Only reset selection when last …
(edit) @14672   6 years GerdP fix #17184: fix leaks in ValidateUploadHook and …
(edit) @14671   6 years simon04 Status report: exclude file history, Overpass queries
(edit) @14670   6 years GerdP fix #17186: Simplify code in ImproveWayAccuracyAction
(edit) @14669   6 years GerdP see #13160: Avoid additional deadlocks caused by r13854
(edit) @14668   6 years simon04 fix #17185 - Do not offer unsupported file types for saving OsmDataLayer
(edit) @14667   6 years simon04 see #17185 - Allow to save active ValidatorLayer
(edit) @14666   6 years GerdP fix #17183: unfurl Validator Panel first and set error list later so …
(edit) @14665   6 years simon04 checkstyle
(edit) @14662   6 years simon04 see #16874 fix #17180 - NPE in UnGlueAction
(edit) @14660   6 years stoecker see #17173 - proper prefixes for OSM wiki
(edit) @14659   6 years Don-vip fix tests broken since r14654
(edit) @14658   6 years simon04 see #17178 - Upload selection: fix help topic, make help button visible
(edit) @14657   6 years simon04 see #17178 - Save session: add help button
(edit) @14656   6 years simon04 see #17178 - Search notes: add help button
(edit) @14655   6 years simon04 see #17178 - Search presets: add help buttons, add button icons
(edit) @14654   6 years simon04 Deprecate OsmPrimitive.getFilteredList/getFilteredSet in favour of …
(edit) @14653   6 years simon04 fix #16874 – Keep the id on the POI if unglueing When unglueing a …
(edit) @14652   6 years simon04 PropertiesMembershipChoiceDialog fix typo of r14650
(edit) @14650   6 years simon04 Extract PropertiesMembershipChoiceDialog.ExistingBothNew enum
(edit) @14649   6 years simon04 see #17173 - Fix LinkTest
(edit) @14648   6 years simon04 fix #17067 - Duplicate settings for display of hatching area
(edit) @14647   6 years simon04 see #17173 - Use correct language prefixes for OSM wiki Reference: …
(edit) @14646   6 years simon04 fix #17173 - Detect preset wiki languages automatically
(edit) @14642   6 years simon04 LanguageInfo: add unit tests
(edit) @14641   6 years simon04 Extract Mediawiki class
(edit) @14640   6 years simon04 fix #17169 - Missing MessageFormat arguments in OptionParser
(edit) @14634   6 years simon04 fix #17170 - Migrate TagInfoExtract.groovy to Java
(edit) @14632   6 years simon04 fix #15817 - Imagery Preferences: collect all cache settings in the …
(edit) @14631   6 years simon04 see #15817 - Imagery Preferences: harmonize cache size units
(edit) @14630   6 years simon04 fix #16497 - Support relative paths in .joz session file
(edit) @14629   6 years simon04 fix #15918 - Confusing English texts (Imagery preferences)
(edit) @14628   6 years simon04 fix #16706 - Zoom to selection should not zoom out for zoom on a node …
(edit) @14627   6 years GerdP fix #17167 : Regression from #17119 clipped closed path was not closed
(edit) @14625   6 years Don-vip add copy constructor, needed for plugins
(edit) @14624   6 years Don-vip fix various SonarQube issues
(edit) @14623   6 years Don-vip Google+ is shutting down, see …
(edit) @14622   6 years Don-vip fix #17160 - don't open local files with custom browser
(edit) @14615   6 years Don-vip fix recent sonar issues
(edit) @14613   6 years Don-vip fix #14666 - Do not resize membership table (patch by bagage)
(edit) @14609   6 years GerdP checkstyle fix
(edit) @14607   6 years GerdP see #17040 call setTransferHandler(null) in destroy()
(edit) @14602   6 years GerdP see #17040 fix typo in ChangesetCacheManager.destroyInstance() so that …
(edit) @14601   6 years GerdP see #17040 dispose PreferenceDialog and call removeWindowListener()
(edit) @14599   6 years GerdP fix #17035: Validator: Improve progress monitor …
(edit) @14596   6 years GerdP fix checkstyle issue
(edit) @14594   6 years GerdP see #15774: Add robustness for typos in ignoretags.cfg Before a …
(edit) @14592   6 years Don-vip fix minor code style issues
(edit) @14590   6 years Don-vip fix #17050 - Refactor the GeoImageLayer and related to use a Data …
(edit) @14589   6 years GerdP #see #17040 implement Destroyable in ToggleDialog.TitleBar and use it …
(edit) @14588   6 years GerdP fix findbugs, remove redundant code One small side effect: test …
(edit) @14587   6 years GerdP - fix more findbugs warnings - change varible names from lon,lat to x,y
(edit) @14586   6 years GerdP Fix some findbugs warnings, no functional change
(edit) @14585   6 years GerdP see #17055 Disable autofix for possibly misspelled tag values Some …
(edit) @14584   6 years GerdP see #17119change @since xxx to real value I hoped this is done by the …
(edit) @14583   6 years GerdP fix #17119: Improve rendering time of partly visible complex shapes …
(edit) @14581   6 years Don-vip fix recent sonar issues
(edit) @14578   6 years Don-vip It's Christmas time! Animate our "Getting Started" page with shining …
(edit) @14577   6 years Klumbumbus fix #17130 - warn about area:highway on unclosed ways and nodes
(edit) @14573   6 years Don-vip see #17116 - use existing translated string
(edit) @14572   6 years Don-vip see #16073 - improve WMTS parsing
(edit) @14571   6 years GerdP see #17055 When harmonized value is only 3 characters reduce allowed …
(edit) @14570   6 years Don-vip fix #17116 - translate "No tile at this zoom level"
(edit) @14567   6 years Don-vip remove TLD from IANA
(edit) @14565   6 years Don-vip see #16073 - detection of json errors
(edit) @14563   6 years GerdP fix #17036 Don't show 'Way terminates on Area' when node is tagged …
(edit) @14562   6 years GerdP fix #16911 regression from r13729 : make sure that redo tree is …
(edit) @14561   6 years GerdP fix #17112 regression from r14461
(edit) @14559   6 years GerdP fix #17108 avoid duplicate warning for unclosed ways which are also …
(edit) @14558   6 years GerdP fix checkstyle issue
(edit) @14557   6 years GerdP see #17095 Use same method for partial fill with colour or picture
(edit) @14556   6 years GerdP see #17040 more cleanup in OsmDataLayer.destroy() - remove …
(edit) @14555   6 years GerdP see #17040 commit ChangesetDetail-v2.patch
(edit) @14550   6 years Don-vip see #16073 - rework error handling
(edit) @14549   6 years Don-vip see #16073 - support WMS_ENDPOINT
(edit) @14548   6 years GerdP see #17040 - destroy AddImageryLayerAction Up to now they were never …
(edit) @14547   6 years GerdP see #17040 revert r14546 Sometimes tries to remove listener twice
(edit) @14546   6 years GerdP see #17040 implement Destroyable in ChangesetDetailPanel and use it …
(edit) @14545   6 years GerdP see #17040 - destroy ChangesetInfoAction and UserInfoAction
(edit) @14543   6 years Don-vip see #16854 - fix java warning
(edit) @14542   6 years Don-vip see #17040 - fix unit tests
(edit) @14540   6 years Don-vip fix #17058 - support assertions with several countries
(edit) @14537   6 years GerdP see #17040 call Dataset.clear() in OsmDataLayer.destroy() Without …
(edit) @14535   6 years Don-vip see #16073 - check response contents see #16854 - stability of created …
(edit) @14532   6 years Don-vip see #16073 - avoid spurious warnings
(edit) @14531   6 years GerdP see #17055 improve TagChecker: Don't say "looks like" when all …
Note: See TracRevisionLog for help on using the revision log.