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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @6783   10 years Don-vip fix some Sonar issues
(edit) @6772   10 years simon04 fix #8413 - Presets: no not apply use_last_as_default when calling …
(edit) @6738   10 years simon04 Add "Search for objects by preset" action This allows to use presets …
(edit) @6699   10 years Don-vip fix #9547 - Remove multiple whitespaces inside values
(edit) @6670   10 years Don-vip fix #9508 - Centralized service for validator rules
(edit) @6572   10 years simon04 see #7797 - extend presets by <preset_link preset_name="..." /> to …
(edit) @6562   10 years simon04 fix #9327 - tagging presets: fix handling of nested <reference>s, …
(edit) @6558   10 years simon04 fix #9327 - De-duplicate contents of defaultpresets.xml by …
(edit) @6552   10 years simon04 Refactoring: introduce Utils.UTF_8 charset to avoid handling of …
(edit) @6524   10 years Don-vip global use of Utils.joinAsHtmlUnorderedList()
(edit) @6442   10 years simon04 fix #8326 - Focus traversal in address preset dialog - make increment …
(edit) @6437   10 years Don-vip fix #9354 - Add source key to autocompletion box in add/edit tag dialog
(edit) @6425   10 years simon04 see #9309 - presets: make selected combo/multiselect values …
(edit) @6403   10 years Don-vip fix #9352 - find icon in presets for recent added tags if none is …
(edit) @6380   10 years Don-vip update license/copyright information
(edit) @6362   10 years Don-vip Checkstyle: - private constructors for util classes - final classes - …
(edit) @6360   10 years Don-vip Sonar/Findbugs - Hide Utility Class Constructor
(edit) @6340   10 years Don-vip refactor of some GUI/widgets classes (impacts some plugins): - …
(edit) @6336   10 years Don-vip code cleanup / robustness in edit layer handling
(edit) @6326   10 years Don-vip see #9172 - additional typo changes
(edit) @6323   10 years Don-vip fix #9171 - NullPointerException when hitting enter when Search …
(edit) @6321   10 years akks fix #9200: repair tags copy-pasting
(edit) @6319   11 years akks fix #9046: Paste Tags in relation editor should work for text buffer
(edit) @6317   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6316   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6309   11 years simon04 fix #9068 - Warn about empty key/values on upload tags
(edit) @6296   11 years Don-vip Sonar/Findbugs - Avoid commented-out lines of code, javadoc
(edit) @6267   11 years Don-vip Sonar/FindBugs - Replace singular fields by local variables
(edit) @6258   11 years Don-vip Sonar/Findbugs - Performance - Inefficient use of keySet iterator …
(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) @6148   11 years bastiK fixed #8686 - Allow ZIP files whose paths are relative to the ZIP root …
(edit) @6145   11 years Don-vip fix #8967 - Tagging preset tester shows unwrapped error message (patch …
(edit) @6143   11 years Don-vip see #8885 - cleanup in command line arguments and website URL handling
(edit) @6142   11 years Don-vip see #8902 - fix compilation warnings
(edit) @6139   11 years Don-vip fix #8954 - checkboxes not displayed in presets if they are the last …
(edit) @6115   11 years Don-vip see #8735 - Presets: fix cases without checkgroup
(edit) @6114   11 years Don-vip fix #8735 - Presets: add new checkgroup item to specify group of …
(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) @6093   11 years akks see #8902 - collection size ==/!= 0 -> isEmpty()/!isEmpty() (patch by …
(edit) @6092   11 years akks fix #7352: add "Paste tags" button to the relation editor
(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) @6078   11 years Don-vip fix #8894 - IndexOutOfBoundsException opening tagging preset selector …
(edit) @6074   11 years Don-vip code cleanup in TaggingPreset* classes
(edit) @6072   11 years akks see #8853: minor fixes in tagging preset selector (working without …
(edit) @6071   11 years akks for #8879: correct preset list reloading
(edit) @6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @6068   11 years akks see #8853: Massive (and dumb) refactoring of TaggingPreset class …
(edit) @6064   11 years akks see #8125, #6221 (possibly): improve TAB switching in Relation Editor
(edit) @6063   11 years akks fix #8551: JOSM Relation Editor was resetting mouse speed on Windows …
(edit) @5997   11 years Don-vip fix #8737 - Presets: add length attribute for combos
(edit) @5964   11 years Don-vip fix #5618 - Use full list of ISO 3166 country codes from JDK for …
(edit) @5954   11 years akks fix #3484: allow setting keyboard shortcuts for specific presets and …
(edit) @5931   11 years Don-vip fix #8664 - Display preset icon as preset dialog's frame icon
(edit) @5926   11 years bastiK clean up imports
(edit) @5912   11 years Don-vip fix #8638 - Presets: Allow editing of multiselect values in wrong order
(edit) @5899   11 years stoecker fix javadoc
(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) @5881   11 years stoecker javadoc fixes
(edit) @5874   11 years Don-vip see #8570, #7406 - I/O refactorization: - Move different file copy …
(edit) @5866   11 years Don-vip fix #8605 - Presets: Tags deleted when using Multiselect on an …
(edit) @5795   11 years Don-vip fix #8530 - Robustness to presets defining keys without value
(edit) @5792   11 years Don-vip code style - fix non-static access to static member
(edit) @5791   11 years Don-vip see #8530 - workaround for NPE when loading "Steps properties" presets …
(edit) @5704   11 years akks see #8412, #4828: Add tag and Edit tag dialogs: added context menu …
(edit) @5675   11 years Don-vip fix #8382 - CCE in TaggingPreset
(edit) @5643   11 years framm use auto-increment even if object has tags
(edit) @5639   11 years framm Add a new preset option "auto_increment" that allows the user to …
(edit) @5624   11 years Don-vip see #8255 - Use 'type' attribute when specified to filter role …
(edit) @5614   11 years simon04 see #8255 - suggest roles when adding objects to a relation
(edit) @5606   11 years Don-vip fix #8233 - Don't print stacktrace if error occurs when reading presets
(edit) @5582   11 years bastiK fixed #8196 - preset icon size (patch by kendzi)
(edit) @5579   11 years Don-vip see #8180 - Presets: Allow length of input box for text
(edit) @5563   11 years Don-vip fix #8052 - Presets: correctly select last value in comboboxes when …
(edit) @5558   11 years Don-vip fix #8168 - preset combo boxes - text is cut off
(edit) @5543   11 years bastiK fixed #8162 - Handling of SVG in ICONS for <combo> <list_entry> </combo>
(edit) @5520   12 years Don-vip fix #8088 - Width of edit box for long values
(edit) @5509   12 years stoecker see #8059 - fix preset loading for tr
(edit) @5483   12 years Don-vip see #8012 - fix #8013 - Fix bad handling of Strings in AutoCompletingBoxes
(edit) @5479   12 years Don-vip fix #8003 - Recently used tag button does not fill in last used …
(edit) @5450   12 years Don-vip fix #7917 - Control the number of items displayed at once in all …
(edit) @5429   12 years Don-vip fix #7917 - Control the number of items displayed at once in all …
(edit) @5405   12 years bastiK fix EDT violations, don't block main worker thread for preset image …
(edit) @5404   12 years jttt Speed up tagging preset dialog with lots of comboboxes
(edit) @5316   12 years bastiK see #7840 - List Entry icons do not honor the file paths of preset …
(edit) @5266   12 years bastiK fixed majority of javadoc warnings by replacing "{@see" by "{@link"
(edit) @5208   12 years simon04 fix #7637 - NullPointerException when parsing erroneous presets …
(edit) @5196   12 years simon04 tagging presets: fix customized matching for combo elements (broken …
Note: See TracRevisionLog for help on using the revision log.