source: josm/trunk/src/org/openstreetmap/josm/gui/dialogs/properties/TagEditHelper.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10132   8 years Don-vip see #12720 - fix potential NPEs
(edit) @10000   8 years Don-vip sonar - fix various issues
(edit) @9981   8 years Don-vip fix some unused code warnings
(edit) @9940   8 years simon04 see #12554 - Allow to ignore keys/tags from recent tags
(edit) @9939   8 years simon04 see #12554 - Factor out RecentTagCollection, add unit tests
(edit) @9877   8 years simon04 fix #12488 - Fix ArrayIndexOutOfBoundsException when using tag filter …
(edit) @9795   8 years Don-vip findbugs
(edit) @9748   8 years Don-vip checkstyle
(edit) @9743   8 years bastiK applied #12438 - hide items from list of recently added tags (patch by …
(edit) @9699   8 years simon04 fix #12440 - Add tag: Keyboard shortcuts is not really readable on Mac …
(edit) @9684   8 years Don-vip findbugs/sonar
(edit) @9683   8 years bastiK applied #12421 - fixed dialog to set number of recently added tags …
(edit) @9576   8 years Don-vip code refactoring for unit tests / headless mode
(edit) @9564   8 years bastiK fixed #12419 - the "add tag window" on 9563 shows too many entries …
(edit) @9502   8 years Don-vip see #12281 - core changes to clean up massive code duplication from …
(edit) @9484   8 years simon04 Refactoring: add JosmComboBox.getEditorComponent, Javadoc
(edit) @9271   8 years simon04 Checkstyle fixes
(edit) @9266   8 years simon04 Refactoring: move getMatchingPresets to TaggingPresets and add …
(edit) @9263   8 years stoecker better parsing of shortcuts, use different names for different …
(edit) @9262   8 years stoecker mark the possible shortcuts, so we have a chance to extract them …
(edit) @9260   8 years simon04 Shortcuts: fixups for r9258, r9259
(edit) @9259   8 years simon04 Do not register more than 10 shortcuts for "Use this tag again" This …
(edit) @9086   9 years Don-vip fix #12153 - Changing sorting order in Tags/Memberships window and …
(edit) @9084   9 years Don-vip see #11209 - change log messages level from debug to trace
(edit) @9078   9 years Don-vip sonar - Immutable Field
(edit) @8870   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @8863   9 years Don-vip major code cleanup/refactoring of tagging presets: slay the monster …
(edit) @8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(edit) @8840   9 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @8836   9 years Don-vip fix Checkstyle issues
(edit) @8540   9 years Don-vip fix remaining checkstyle issues
(edit) @8538   9 years akks some more debugging output, see #11209
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8509   9 years Don-vip fix many checkstyle violations
(edit) @8463   9 years Don-vip see #11209 - switch input method as soon as option selected + detect …
(edit) @8444   9 years Don-vip remove extra whitespaces
(edit) @8429   9 years Don-vip fix #11485 - robustness to JDK-6322854 when dealing with system selection
(edit) @8426   9 years Don-vip Accessibility - global use of JLabel.setLabelFor() + various fixes …
(edit) @8399   9 years Don-vip see #11397, see #11447 - partial revert of r8308 (SONARJAVA-1061: FP …
(edit) @8371   9 years Don-vip fix #11384 - UI problem with add tag dialog
(edit) @8359   9 years Don-vip fix #11422 - Help for keyboard shortcut should consider the operating …
(edit) @8330   9 years simon04 see #11384 - Attempt to fix UI problem with add tag dialog
(edit) @8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @8285   9 years Don-vip fix sonar squid:S2039 - Member variable visibility should be specified
(edit) @8234   9 years simon04 fix #11354 - Add tags: clear input fields after adding tag without …
(edit) @8222   9 years simon04 fix #11335 - Add value dialog: canceling "Set number of recently added …
(edit) @8205   9 years simon04 fix #10790 - Display shortcuts in adding tags dialog
(edit) @7937   9 years bastiK add subversion property svn:eol=native
(edit) @7883   10 years Don-vip fix #6430 - add tag: selection problem with single-char values on some …
(edit) @7725   10 years bastiK autocomplete: remember user input and prefer recently entered strings …
(edit) @7681   10 years Don-vip fix #10687 - clarify wording
(edit) @7680   10 years Don-vip fix #10687 - make properties.remember-recently-added-tags true as …
(edit) @7539   10 years Don-vip fix #5957, fix #10458, see #10455: fix various focus/shortcuts issues: …
(edit) @7158   10 years Don-vip fix #10039 - don't raise warning for same values
(edit) @7137   10 years Don-vip fix #10039 - No warning when adding a tag with an already existing key
(edit) @7029   10 years Don-vip fix more warnings, remove unused code
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6986   10 years Don-vip sonar - fix various minor issues
(edit) @6890   10 years Don-vip fix some Sonar issues (Constructor Calls Overridable Method)
(edit) @6808   10 years Don-vip fix #9675 - allow resize of "add tag" dialog
(edit) @6700   10 years Don-vip fix #518 - Unicode normalization in add/edit tags dialog
(edit) @6699   10 years Don-vip fix #9547 - Remove multiple whitespaces inside values
(edit) @6546   11 years Don-vip fix #9482, see #9423, see #6853 - fix regression from r6542: irregular …
(edit) @6403   11 years Don-vip fix #9352 - find icon in presets for recent added tags if none is …
(edit) @6362   11 years Don-vip Checkstyle: - private constructors for util classes - final classes - …
(edit) @6324   11 years Don-vip fix #9172 - rename "Properties / Memberships" as "Tags / Memberships"
(edit) @6316   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6310   11 years Don-vip Sonar/FindBugs - Nested blocks of code should not be left empty
(edit) @6246   11 years Don-vip Sonar/FindBugs - various bugfixes / violation fixes
(edit) @6113   11 years Don-vip fix some compilation warnings
(edit) @6101   11 years akks revert 6099: seems it was not the described bug
(edit) @6099   11 years akks see #8921: avoid setTooltipText(null) (gives NPE when tooltip is shown …
(edit) @6095   11 years akks fix #8926: Add Value: Double-clicking on entry produced two changes
(edit) @6087   11 years Don-vip see #8902 - string.equals("") => string.isEmpty() (patch by shinigami)
(edit) @6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @6081   11 years Don-vip fix #8896 - Do not use null names for recent tag shortcuts
(edit) @5891   11 years stoecker fix javadoc
(edit) @5886   11 years Don-vip see #4429 - Right click menu "undo, cut, copy, paste, delete, select …
(edit) @5773   11 years akks see #8412: option to save recently added tags in preferences (Add/Edit …
(edit) @5704   11 years akks see #8412, #4828: Add tag and Edit tag dialogs: added context menu …
(edit) @5697   11 years Don-vip fix #8398 - Correct display of tags containing XML entities
(edit) @5659   11 years akks see #8024: Ctrl-Shift-1..5 in Add Tag dialog = add and continue
(edit) @5658   11 years Don-vip see #8024 - Add Help button to add/edit dialogs
(edit) @5656   11 years akks Patch by Don-Vip fix #8311: Should focus on the proper column when …
(edit) @5646   12 years Don-vip see #8024, fix #8012 - Remember position of add/edit tags dialog
(edit) @5645   12 years akks fix #8301 (Exception while editing key value); Shift-Enter in Add Tag …
(edit) @5642   12 years akks see #8024: After adding recent tags by shift-click, Cancel can undo …
(edit) @5640   12 years akks fix #8298: Selection of recently used tag returns wrong value
(edit) @5636   12 years akks see #8024: Recent tag list int Alt-A: Double-Click=apply and close, …
(add) @5633   12 years akks see #8293: Auto-select edited or added tag in Properties table, …
Note: See TracRevisionLog for help on using the revision log.