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) @7254   10 years simon04 see #9844 - RelationChecker: add unit tests, fix detected problem …
(edit) @7248   10 years bastiK reworked MirroredInputStream (renamed to CachedFile): * no more …
(edit) @7210   10 years simon04 see #10092 - Refactor and test preset filtering
(edit) @7207   10 years akks see #10092: preset filtering did not work correctly for closed ways
(edit) @7171   10 years simon04 fix #9682 #10048 - Presets: disable no value for some checkboxes in …
(edit) @7153   10 years simon04 Search preset: also show adequate relations to be created (according …
(edit) @7128   10 years simon04 Fix Sonar issue (package cycle)
(edit) @7119   10 years Don-vip code refactoring/cleanup/javadoc + fix bug in preset text comparator …
(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) @7090   10 years Don-vip code refactoring to avoid classes in methods (cause problems for code …
(edit) @7082   10 years Don-vip see #8465 - replace Utils.UTF_8 by StandardCharsets.UTF_8, new in …
(edit) @7033   10 years Don-vip see #8465 - global use of try-with-resources, according to * …
(edit) @7026   10 years stoecker fix #3142 - drop applet code finally
(edit) @7024   10 years Don-vip sonar - Variables should not be declared and then immediately returned …
(edit) @7022   10 years Don-vip see #8465 - enable and fix more warnings
(edit) @7021   10 years Don-vip see #8465 - enable -Xlint:cast and fix associated warnings
(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) @6986   10 years Don-vip sonar - fix various minor issues
(edit) @6912   10 years Don-vip Refactor duplicated code
(edit) @6897   10 years stoecker see #9778 - use TLS for JOSM website access
(edit) @6890   10 years Don-vip fix some Sonar issues (Constructor Calls Overridable Method)
(edit) @6883   10 years Don-vip fix some Sonar issues
(edit) @6867   10 years Don-vip fix #9715 - Set HTTP Accept header to expected MIME types when …
(edit) @6856   10 years Don-vip see #9715 - do not block start when external presets cannot be …
(edit) @6844   10 years akks see #9709: "Add to toolbar" in preset list context menu (F3-right click)
(edit) @6842   10 years akks fix broken icon path in preset dialog, see #9709
(edit) @6838   10 years akks see #9709: button for adding preset to main toolbar (in upper right …
(edit) @6835   10 years Don-vip fix #9690 - fix i18n in presets. Just keep preset name
(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) @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   11 years Don-vip code cleanup / robustness in edit layer handling
(edit) @6326   11 years Don-vip see #9172 - additional typo changes
(edit) @6323   11 years Don-vip fix #9171 - NullPointerException when hitting enter when Search …
(edit) @6321   11 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
Note: See TracRevisionLog for help on using the revision log.