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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @16082   5 years simon04 fix Java warning, Javadoc warning
(edit) @16081   5 years simon04 checkstyle
(edit) @16080   5 years simon04 see #18886 - AbstractReader.parseTimestamp: use LRU cache
(edit) @16079   5 years GerdP see #18810: extend delay for tool tip in validator tree
(edit) @16076   5 years simon04 fix #18643 - I18n: improve plural forms
(edit) @16075   5 years simon04 fix #18885 - AdvancedChangesetQueryPanel: select checkbox/radio-button …
(edit) @16073   5 years simon04 Fix typo in Javadoc
(edit) @16072   5 years simon04 see #18643 - I18n: improve plural forms
(edit) @16071   5 years simon04 see #18752 - ImageDisplay: improve logging
(edit) @16070   5 years simon04 ImageCenterViewAction: reuse autoscale icon
(edit) @16069   5 years simon04 see #18752 - Harmonize stopwatch logging
(edit) @16067   5 years simon04 fix #18821, see #18302 - TaginfoAction: improve i18n
(edit) @16063   5 years simon04 PMD
(edit) @16062   5 years simon04 see #18871 - fix MapCSSRendererTest.testRender[way-repeat-image]
(edit) @16060   5 years simon04 see #18871 - ImageProvider.getPadded: fix/improve performance
(edit) @16058   5 years simon04 see #18864 - ComboMultiSelect: unset values field after initialization …
(edit) @16057   5 years simon04 see #18864 - ComboMultiSelect: use array-based set for storing …
(edit) @16056   5 years simon04 CheckParameterUtil: replace ensure() with ensureThat() Makes code …
(edit) @16053   5 years simon04 checkstyle/PMD
(edit) @16050   5 years Don-vip see #18845 - see #16860 - directory cleanup
(edit) @16046   5 years simon04 see #18864 - ComboMultiSelect.Renderer: use short for preferred …
(edit) @16045   5 years simon04 see #18864 - TaggingPreset: use byte for use_last_as_default field, …
(edit) @16043   5 years simon04 see #18864 - TaggingPreset: use char for separator field Retained …
(edit) @16042   5 years simon04 see #18864 - TaggingPreset: use short type for numeric field Reduces …
(edit) @16041   5 years simon04 see #18864 - TaggingPreset: use ArrayList with default capacity of 2 …
(edit) @16040   5 years simon04 see #18864 - ComboMultiSelect: remove/inline zipIcons field Reduces …
(edit) @16035   5 years simon04 TaggingPreset/KeyedItem: inherit from TextItem
(edit) @16034   5 years simon04 Fix typo "preferred"
(edit) @16010   5 years GerdP see #18810: Validator dialog should show the test that produced the …
(edit) @16006   5 years Don-vip see #18140 - reorganization of data(_nodist), images(_nodist), …
(edit) @16000   5 years simon04 see #18802 - fix MapCSSRendererTest.testRender[relation-linkselector]
(edit) @15998   5 years simon04 see #18802 - MapCSSTagChecker: use Stream API
(edit) @15995   5 years GerdP see #18802, #13165: Simplify code
(edit) @15991   5 years simon04 see #18802 - MapCSSStyleIndex: reuse rule if base is the same
(edit) @15990   5 years simon04 see #18802 - KeyValueRegexpCondition: do not store value as string
(edit) @15989   5 years simon04 see #18802 - MapCSSStyleIndex: rename/move
(edit) @15988   5 years simon04 see #18802 - MapCSSRule: support list of selectors - allows to drop …
(edit) @15987   5 years simon04 see #18802 - Selector: merge GeneralSelector/OptimizedGeneralSelector …
(edit) @15986   5 years simon04 see #18802 - Add Selector.getBase
(edit) @15985   5 years simon04 see #18802 - Add Selector.getConditions
(edit) @15984   5 years simon04 see #18802 - Add MapCSSRule.matches
(edit) @15983   5 years simon04 see #18802 - Extract org.openstreetmap.josm.gui.mappaint.mapcss.Declaration
(edit) @15972   5 years GerdP fix #18810: Validator dialog should show the test that produced the …
(edit) @15971   5 years GerdP fix #18818: "Download from OSM along selected ways" disallows area …
(edit) @15970   5 years GerdP fix #18818: "Download from OSM along selected ways" disallows value < …
(edit) @15963   5 years Don-vip see #17516 - update to error-prone 2.3.5-SNAPSHOT plus following …
(edit) @15962   5 years GerdP checkstyle issues
(edit) @15960   5 years GerdP see #18810: Validator dialog should show the test that produced the …
(edit) @15959   5 years GerdP fix #13165 Validator did not warn about overlapping multipolygons - …
(edit) @15958   5 years Don-vip fix #18806 - see #18381 - fix tagging presets menu initialization …
(edit) @15953   5 years Klumbumbus - see #14965 - Sort Autofilter tags alphabetical and add a space …
(edit) @15949   5 years simon04 see #18749, see #16183 - removeAreaStylePseudoClass not for validator …
(edit) @15948   5 years simon04 see #18798, see #14088 - Add robustness for …
(edit) @15946   5 years simon04 fix #18798, see #14088 - Crash when adding junction=roundabout to a …
(edit) @15938   5 years GerdP see #16707: improve highlighting of overlapping areas and "zoom to …
(edit) @15936   5 years simon04 PseudoClassCondition: use Stream API
(edit) @15935   5 years simon04 see #18749, see #16183 - Add non-regression test
(edit) @15934   5 years simon04 see #18749 - Intern strings to reduce memory footprint
(edit) @15929   5 years Don-vip fix #18638 - Initialize the cycle layer actions in LayerListDialog …
(edit) @15926   5 years Don-vip fix recently introduced SonarQube issues
(edit) @15925   5 years simon04 fix #18759 - AssertionError on invalid MapCSS zoom range
(edit) @15924   5 years Don-vip fix #18761 - only consider source=survey for local GPX files, not the …
(edit) @15923   5 years Don-vip fix #18638 - add a method to cycle through layers (patch by …
(edit) @15920   5 years simon04 fix #18764, see #14088 - NPE in findIcon when adding a tag (patch by …
(edit) @15918   5 years Don-vip fix #18720 - see #11856 - Automatically enable "Tile zoom offset" in …
(edit) @15913   5 years simon04 fix #18754, see #18729 - TaginfoRegionalInstance: fix deadlock
(edit) @15910   5 years simon04 MapCSSParser.zoom: parse into Range directly
(edit) @15909   5 years simon04 see #18749 - Use efficient/unmodifiable collections
(edit) @15908   5 years simon04 see #18729 - TaginfoRegionalInstance: use Stream API
(edit) @15907   5 years simon04 ExpressionFactory: use Stream API
(edit) @15906   5 years simon04 Use Utils.hashMapInitialCapacity
(edit) @15905   5 years simon04 Use Collections.singletonMap
(edit) @15902   5 years simon04 see #18749 - Intern strings to reduce memory footprint
(edit) @15899   5 years Don-vip fix #18532 - fix icon for update changeset action (patch by skyper)
(edit) @15894   5 years simon04 Fix typo in code comment
(edit) @15893   5 years simon04 Fix SearchCompilerTest.testEqualsContract
(edit) @15889   5 years simon04 fix #14088 - Add tags dialog: use padded preset/style icons for okay button
(edit) @15885   5 years simon04 fix #18709 - Add Tag Dialog: disable auto completion during use of …
(edit) @15880   5 years simon04 fix #18702 - DrawingPreference: swap "OSM Data" with "GPS Points"
(edit) @15876   5 years Don-vip fix #18729, see #18302 - support regional taginfo instances from Geofabrik
(edit) @15865   5 years Don-vip fix #18722 - exclude json file extension from GeoJsonImporter + add …
(edit) @15859   5 years simon04 see #15334 - MapFrame: black BasicArrowButton
(edit) @15857   5 years Don-vip fix #18699 - more specific JOSM validator source tag
(edit) @15856   5 years Don-vip fix #18711 - Bold font for tab subtitles in preferences dialog
(edit) @15855   5 years Don-vip see #18440 - Fetch imagery API keys from JOSM website. Restore access …
(edit) @15853   5 years Don-vip see #18440 - non-blocking warning in case of invalid TMS entries
(edit) @15851   5 years Don-vip fix recent spotbugs/checkstyle/javadoc issues
(edit) @15848   5 years simon04 CorrelateGpxWithImages.SetOffsetAction: close dialog using ESC
(edit) @15846   5 years GerdP fix #18701: Simplify MultiFetchServerObjectReader implementation
(edit) @15845   5 years simon04 fix #18703 - Scroll through TabPreferenceSetting using mouse wheel
(edit) @15844   5 years simon04 PreferenceTabbedPane: use Java 8, add Javadoc
(edit) @15843   5 years simon04 see #17109 - Autofilter: use dot as decimal separator
(edit) @15842   5 years simon04 fix #17109 - Autofilter: support 0.5 steps for level
(edit) @15839   5 years simon04 see #18679 - Autofilter: refactoring
(edit) @15838   5 years simon04 fix #18679 - Autofilter: extract numeric value from number+unit
(edit) @15837   5 years simon04 AutoCompletingComboBoxDocument: no need for separate comboBox field
(edit) @15836   5 years simon04 Fix typo in Javadoc
(edit) @15835   5 years simon04 fix #14088 - Add tags dialog: use okay button icon from matching …
(edit) @15834   5 years simon04 TagEditHelper: use Java 8 features
(edit) @15826   5 years Klumbumbus fix #18690 - Obtain source from current layers: use untranslated text …
Note: See TracRevisionLog for help on using the revision log.