source: josm/trunk/src/org/openstreetmap/josm/gui/tagging/presets/items

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @16282   4 years simon04 see #8352, see #19075 - Presets: fix unit tests
(edit) @16280   4 years simon04 fix #19022 - PresetLink: allow to customize label text and UI position
(edit) @16277   4 years simon04 fix #8352 - Presets: add color chooser for <combo>
(edit) @16276   4 years simon04 fix #19075 - Presets: add popup menu to keys
(edit) @16179   4 years Don-vip code cleanup / javadoc
(edit) @16089   4 years simon04 fix #18867 - Presets: combo does not show <DIFFERENT>
(edit) @16063   4 years simon04 PMD
(edit) @16058   4 years simon04 see #18864 - ComboMultiSelect: unset values field after initialization …
(edit) @16057   4 years simon04 see #18864 - ComboMultiSelect: use array-based set for storing …
(edit) @16053   4 years simon04 checkstyle/PMD
(edit) @16046   4 years simon04 see #18864 - ComboMultiSelect.Renderer: use short for preferred …
(edit) @16045   4 years simon04 see #18864 - TaggingPreset: use byte for use_last_as_default field, …
(edit) @16043   4 years simon04 see #18864 - TaggingPreset: use char for separator field Retained …
(edit) @16042   4 years simon04 see #18864 - TaggingPreset: use short type for numeric field Reduces …
(edit) @16041   4 years simon04 see #18864 - TaggingPreset: use ArrayList with default capacity of 2 …
(edit) @16040   4 years simon04 see #18864 - ComboMultiSelect: remove/inline zipIcons field Reduces …
(edit) @16035   4 years simon04 TaggingPreset/KeyedItem: inherit from TextItem
(edit) @16034   4 years simon04 Fix typo "preferred"
(edit) @15902   4 years simon04 see #18749 - Intern strings to reduce memory footprint
(edit) @15836   4 years simon04 Fix typo in Javadoc
(edit) @15667   4 years Don-vip fix #18455 - smarter error detection, should lead to less false positives
(edit) @15441   5 years Don-vip see #10564 - add missing geojson download task see #13015 - fix …
(edit) @15437   5 years Don-vip fix #13015 - add icons to preset <check>s
(edit) @15423   5 years Don-vip fix #17240 - Presets: verify that wiki links are no redirect
(edit) @15072   5 years Don-vip fix #17698 - don't merge single checks into immediate following checkgroup
(edit) @14706   5 years GerdP fix more recent sonar issues
(edit) @14649   5 years simon04 see #17173 - Fix LinkTest
(edit) @14647   5 years simon04 see #17173 - Use correct language prefixes for OSM wiki Reference: …
(edit) @14646   5 years simon04 fix #17173 - Detect preset wiki languages automatically
(edit) @14634   5 years simon04 fix #17170 - Migrate TagInfoExtract.groovy to Java
(edit) @14214   6 years Don-vip sonarqube - squid:S4551 - Enum values should be compared with "=="
(edit) @13852   6 years Don-vip SonarQube - fix more code issues
(edit) @13597   6 years Don-vip fix #16145 - remove white spaces from key/values when pasting tags
(edit) @13483   6 years Don-vip fix #16038 - NPE
(edit) @13332   6 years Don-vip see #15782 - add debug logs
(edit) @13220   6 years Don-vip see #15574: - additionally refactors ImageDisplay to use ImageEntry …
(edit) @13206   7 years Don-vip enable PMD rule OptimizableToArrayCall
(edit) @12902   7 years Don-vip fix #15104 - do not horizontally fill space of tagging presets Check
(edit) @12859   7 years Don-vip see #15229 - see #15182 - deprecate non-GUI AutoCompletion* classes …
(edit) @12846   7 years bastiK see #15229 - use Config.getPref() wherever possible
(edit) @12659   7 years Don-vip see #15182 - extract SearchMode and SearchSetting from …
(edit) @12656   7 years Don-vip see #15182 - move SearchCompiler from actions.search to …
(edit) @12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12615   7 years bastiK see #14794 - javadoc
(edit) @12288   7 years Don-vip sonar - squid:S3516 - Methods returns should not be invariant
(edit) @12187   7 years michael2402 Add javadoc to OsmUtils, fix constant naming.
(edit) @11989   7 years stoecker add support for type=building relation and support variable role names …
(edit) @11747   7 years Don-vip checkstyle - NoWhiteSpaceBefore ...
(edit) @11620   7 years Don-vip checkstyle - enable CatchParameterName rule
(edit) @11553   7 years Don-vip refactor handling of null values - use Java 8 Optional where possible
(edit) @11452   7 years Don-vip sonar - fb-contrib:SEO_SUBOPTIMAL_EXPRESSION_ORDER - Performance - …
(edit) @11384   8 years Don-vip findbugs - EQ_DOESNT_OVERRIDE_EQUALS, MS_MUTABLE_COLLECTION_PKGPROTECT
(edit) @11381   8 years Don-vip findbugs - RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
(edit) @11366   8 years Don-vip findbugs - SIC_INNER_SHOULD_BE_STATIC_ANON
(edit) @11017   8 years Don-vip sonar - pmd:OptimizableToArrayCall - Optimizable To Array Call
(edit) @10680   8 years Don-vip sonar - pmd:UseVarargs - Use Varargs
(edit) @10670   8 years Don-vip see #12472 - fix "OperatorPrecedence" warnings
(edit) @10626   8 years Don-vip simplify handling of ignored/traced exceptions
(edit) @10591   8 years Don-vip see #13191 - fix typos - gsoc-core
(edit) @10590   8 years Don-vip see #11390, fix #13191 - Documentation and migration to java 8 of …
(edit) @10420   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10212   8 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
(edit) @10001   8 years Don-vip sonar - Local variable and method parameter names should comply with a …
(edit) @9996   8 years Don-vip sonar - use JLabel.setLabelFor where applicable + add/update unit tests
(edit) @9972   8 years Don-vip sonar - remove unnecessary fully qualified names
(edit) @9850   8 years Don-vip findbugs
(edit) @9665   8 years stoecker fix eol-style issues and similar formating stuff, see #12410
(edit) @9571   8 years Don-vip fix #12416 - see #12160 - fix unnecessary use of scrollbar in tagging …
(edit) @9503   8 years Don-vip fix javadoc warning
(edit) @9492   8 years Don-vip presets items: fix sonar issues, add javadoc
(edit) @9467   8 years simon04 fix #12286 - Preset dialog: display the added tags due to <key> items
(edit) @9465   8 years simon04 fix #12160 - Combobox List Entries with Empty Value – display_value
(edit) @9360   8 years simon04 fix #12286 - Preset dialog: display the related key in a tooltip for …
(edit) @9231   8 years Don-vip javadoc update
(edit) @9044   9 years Don-vip fix #12128 - improve broken presets error message
(edit) @8877   9 years simon04 fix #11926 - Presets: option to disable alphabetic sorting for a …
(edit) @8872   9 years simon04 fix #11696 - Option to prevent translation of values in presets
(add) @8863   9 years Don-vip major code cleanup/refactoring of tagging presets: slay the monster …
Note: See TracRevisionLog for help on using the revision log.