source: josm/trunk/src/org/openstreetmap/josm/gui/tagging/TaggingPresetItems.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8379   9 years Don-vip Consecutively calls to StringBuffer/StringBuilder .append should reuse …
(edit) @8377   9 years Don-vip performance - remove useless boxing of boolean constants
(edit) @8365   9 years Don-vip fix Findbugs performance issues
(edit) @8358   9 years Don-vip fix #11290 - fix width of auto_increment buttons for Aqua & Nimbus …
(edit) @8342   9 years Don-vip code style - Close curly brace and the next "else", "catch" and …
(edit) @8338   9 years Don-vip fix squid:S1319 - Declarations should use Java collection interfaces …
(edit) @8332   9 years Don-vip fix various issues: - performance - inefficient use of keySet iterator …
(edit) @8285   9 years Don-vip fix sonar squid:S2039 - Member variable visibility should be specified
(edit) @7937   9 years bastiK add subversion property svn:eol=native
(edit) @7931   9 years Don-vip fix #10941 - fix handling of rows attribute for multiselect preset item
(edit) @7811   10 years simon04 fix #10729 - Presets: Multiselect box greyed out when object with …
(edit) @7741   10 years Don-vip fix #10774 - fix display of preset entries containing '<' in their …
(edit) @7725   10 years bastiK autocomplete: remember user input and prefer recently entered strings …
(edit) @7613   10 years Don-vip see #8995, fix #10630 - change keyvalue match meaning to "neutral …
(edit) @7589   10 years Don-vip fix #10575 - new advanced boolean preference …
(edit) @7532   10 years Don-vip fix #8664, fix #10510 - possibility to add icon to preset labels
(edit) @7525   10 years stoecker fix #10499 - labels and links again result in display of presets
(edit) @7517   10 years Don-vip code refactorization, code style, javadoc
(edit) @7505   10 years Don-vip fix #10461 - Preset UI: show which tags will be changed
(edit) @7411   10 years Don-vip see #10331 - layout adjustments for labels in presets
(edit) @7254   10 years simon04 see #9844 - RelationChecker: add unit tests, fix detected problem …
(edit) @7171   10 years simon04 fix #9682 #10048 - Presets: disable no value for some checkboxes in …
(edit) @7128   10 years simon04 Fix Sonar issue (package cycle)
(edit) @7118   10 years simon04 fix #9901 - Presets: add support for alternative_autocomplete_keys, …
(edit) @7100   10 years Don-vip refactor tagging presets to allow presets-dependent unit tests to …
(edit) @7015   10 years Don-vip see #8465 - fix generics for JComboBox/JList
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @7001   10 years Don-vip see #8465 - switch core to Java 7
(edit) @6883   10 years Don-vip fix some Sonar issues
(edit) @6830   10 years Don-vip javadoc fixes for jdk8 compatibility
(edit) @6824   10 years simon04 Presets XML: add preset_name_label attribute to <item> to …
(edit) @6798   10 years Don-vip fix some Sonar issues
(edit) @6795   10 years simon04 Refactor tagging presets in order to get rid of static variable …
(edit) @6792   10 years Don-vip Sonar - fix various issues
(edit) @6772   10 years simon04 fix #8413 - Presets: no not apply use_last_as_default when calling …
(edit) @6699   10 years Don-vip fix #9547 - Remove multiple whitespaces inside values
(edit) @6572   10 years simon04 see #7797 - extend presets by <preset_link preset_name="..." /> to …
(edit) @6442   11 years simon04 fix #8326 - Focus traversal in address preset dialog - make increment …
(edit) @6437   11 years Don-vip fix #9354 - Add source key to autocompletion box in add/edit tag dialog
(edit) @6425   11 years simon04 see #9309 - presets: make selected combo/multiselect values …
(edit) @6340   11 years Don-vip refactor of some GUI/widgets classes (impacts some plugins): - …
(edit) @6316   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6296   11 years Don-vip Sonar/Findbugs - Avoid commented-out lines of code, javadoc
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6246   11 years Don-vip Sonar/FindBugs - various bugfixes / violation fixes
(edit) @6231   11 years Don-vip Sonar - Avoid instantiating Integer objects. Call Integer.valueOf() …
(edit) @6221   11 years Don-vip Make some defensive copies of user-supplied arrays, move …
(edit) @6198   11 years Don-vip fix #9019, fix #9020 - add new item_separator element in presets + …
(edit) @6190   11 years Don-vip fix #8973 - presets: allow text attribute on optional item to set …
(edit) @6158   11 years Don-vip fix #8985 - Presets checkboxes inside checkgroups do nothing …
(edit) @6142   11 years Don-vip see #8902 - fix compilation warnings
(edit) @6114   11 years Don-vip fix #8735 - Presets: add new checkgroup item to specify group of …
(edit) @6093   11 years akks see #8902 - collection size ==/!= 0 -> isEmpty()/!isEmpty() (patch by …
(edit) @6087   11 years Don-vip see #8902 - string.equals("") => string.isEmpty() (patch by shinigami)
(edit) @6074   11 years Don-vip code cleanup in TaggingPreset* classes
(add) @6068   11 years akks see #8853: Massive (and dumb) refactoring of TaggingPreset class …
Note: See TracRevisionLog for help on using the revision log.