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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13130   6 years Don-vip fix #15572 - use ImageProvider attach API for all JOSM actions to …
(edit) @12881   7 years bastiK see #15229 - move remaining classes to spi.preferences package, to …
(edit) @12846   7 years bastiK see #15229 - use Config.getPref() wherever possible
(edit) @12726   7 years Don-vip see #13036 - deprecate Command() default constructor, fix unit tests …
(edit) @12663   7 years Don-vip see #15182 - move NameFormatter* from gui to data.osm
(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) @12641   7 years Don-vip see #15182 - deprecate Main.main.undoRedo. Replacement: …
(edit) @12639   7 years Don-vip see #15182 - deprecate shortcut handling and mapframe listener methods …
(edit) @12636   7 years Don-vip see #15182 - deprecate Main.getLayerManager(). Replacement: …
(edit) @12634   7 years Don-vip see #15182 - deprecate Main.worker, replace it by …
(edit) @12630   7 years Don-vip see #15182 - deprecate Main.map and Main.isDisplayingMapView(). …
(edit) @12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12523   7 years Don-vip see #11924 - fix remaining warnings about extended modifiers
(edit) @12420   7 years Don-vip fix #14956 - wrong link to taginfo if key/value contains space character
(edit) @12279   7 years Don-vip sonar - squid:S3878 - Arrays should not be created for varargs parameters
(edit) @11764   7 years michael2402 Fix #14271: Deleting a tag in a filtered list was using the wrong index.
(edit) @11747   7 years Don-vip checkstyle - NoWhiteSpaceBefore ...
(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) @11386   7 years Don-vip sonar - squid:S1066 - Collapsible "if" statements should be merged
(edit) @11366   7 years Don-vip findbugs - SIC_INNER_SHOULD_BE_STATIC_ANON
(edit) @11357   7 years Don-vip findbugs - SIC_INNER_SHOULD_BE_STATIC_ANON
(edit) @11087   8 years Don-vip sonar - squid:S1141 - Try-catch blocks should not be nested
(edit) @10827   8 years Don-vip fix #13306 - Make map paint code use double coordinates (patch by …
(edit) @10824   8 years Don-vip see #13309 - Caching and notifying preferences (patch by michael2402) …
(edit) @10790   8 years simon04 see #13319 - Use InputMapUtils where applicable (VK_ENTER)
(edit) @10722   8 years simon04 fix #13267 - JOSM does not remember last used tags after restart Due …
(edit) @10715   8 years simon04 see #11390, see #12890 - Deprecate Predicates class
(edit) @10691   8 years Don-vip see #11390, fix #12890 - finish transition to Java 8 predicates/functions
(edit) @10680   8 years Don-vip sonar - pmd:UseVarargs - Use Varargs
(edit) @10662   8 years Don-vip see #12472, fix #13230, fix #13225, fix #13228 - disable …
(edit) @10659   8 years Don-vip see #12472 - fix more warnings, increase maximum number of reported …
(edit) @10657   8 years Don-vip see #11390, see #12890 - use Java 8 Predicates
(edit) @10619   8 years Don-vip see #11390 - Java 8: use List.sort(Comparator) instead of …
(edit) @10611   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10604   8 years Don-vip fix #12478, fix #12565, fix #11114 - Use ​Swing Copy/Paste instead of …
(edit) @10446   8 years Don-vip see #13001 - replace calls to Main.main.getCurrentDataSet() by …
(edit) @10422   8 years Don-vip fix #12992 - Way with waterway=dam cause false validator warning
(edit) @10420   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10413   8 years Don-vip fix #12983 - replace calls to Main.main.get[Active|Edit]Layer() by …
(edit) @10345   8 years Don-vip fix #12937 - Use the new LayerChangeListener (patch by michael2402) - …
(edit) @10332   8 years stoecker Do not use deprecated EditLayerChangedListener - patch my Michael …
(edit) @10254   8 years Don-vip sonar - squid:S1948 - Fields in a "Serializable" class should either …
(edit) @10228   8 years Don-vip findbugs: SC_START_IN_CTOR + UW_UNCOND_WAIT + UM_UNNECESSARY_MATH + …
(edit) @10212   8 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
(edit) @10106   8 years Don-vip fix coverity 1353523 + 1347995
(edit) @10043   8 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @9970   8 years Don-vip sonar - remove useless parentheses
(edit) @9969   8 years Don-vip sonar - Avoid appending characters as strings in StringBuffer.append
(edit) @9940   8 years simon04 see #12554 - Allow to ignore keys/tags from recent tags
(edit) @9894   8 years Don-vip see #12488 - fix coverity 1352298 - 1352299
(edit) @9877   8 years simon04 fix #12488 - Fix ArrayIndexOutOfBoundsException when using tag filter …
(edit) @9833   8 years bastiK fixed #12507 - slow mouse wheel scrolling (based on patch by kolesar)
(edit) @9831   8 years bastiK see #12507 - slow scrolling in properties dialog (patch by kolesar)
(edit) @9762   8 years Don-vip fix #12504 - StackOverflowError at SearchCompiler when searching …
(edit) @9623   8 years Don-vip fix transient/serializable findbugs warnings
(edit) @9592   8 years Don-vip fix #12357 - copy tags shortcut (patch by kolesar)
(edit) @9543   8 years Don-vip refactoring - global simplification of use of setLayout method - …
(edit) @9525   8 years bastiK applied #12395 - fix displaying shortcut key of help action in …
(edit) @9171   8 years simon04 see #12231 - Use HttpClient instead of some Utils.openHttpConnection
(edit) @9149   8 years simon04 see #9775 - Allow plugins to change display of keys/values in …
(edit) @9147   8 years simon04 Use HTTPS for some wiki requests
(edit) @9086   8 years Don-vip fix #12153 - Changing sorting order in Tags/Memberships window and …
(edit) @9078   8 years Don-vip sonar - Immutable Field
(edit) @9073   8 years Don-vip checkstyle - Comments Indentation
(edit) @9059   8 years Don-vip checkstyle
(edit) @8996   8 years simon04 fix #12073 - Properties dialog: make sorting by values work w/o CCE
(edit) @8985   8 years Don-vip checkstyle
(edit) @8980   8 years simon04 fix #9463 - Properties dialog: add text field for tag filtering
(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) @8811   9 years simon04 see #11916 - Refactoring of SearchAction/SearchCompiler
(edit) @8693   9 years simon04 fix #11741 - Properties dialog: add taginfo icon Icon is based on …
(edit) @8679   9 years simon04 fix #11741 - Properties dialog: add a contextual menu on taginfo
(edit) @8540   9 years Don-vip fix remaining checkstyle issues
(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) @8470   9 years Don-vip javadoc fixes. Removed one duplicated method in exception handling
(edit) @8390   9 years Don-vip Sonar - various performance improvements
(edit) @8345   9 years Don-vip code style - Useless parentheses around expressions should be removed …
(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) @8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @8304   9 years Don-vip simplify URL encoding/decoding
(edit) @8285   9 years Don-vip fix sonar squid:S2039 - Member variable visibility should be specified
(edit) @8170   9 years stoecker fix #11275 - improve display of multiple values - original patch by …
(edit) @8061   9 years bastiK see #11096 - strip .png
(edit) @7862   9 years Don-vip fix #10858 - fix problematic help topics
(edit) @7668   9 years stoecker cleanup icons, mark undetected icons, set proper mimetype, delete …
(edit) @7435   10 years Don-vip fix #10389 - rename "Copy Key/Value" to "Copy selected Keys/Values"
(edit) @7368   10 years Don-vip fix #10348 - NPE when using F1 (Go to OSM wiki) on a relation without …
(edit) @7128   10 years simon04 Fix Sonar issue (package cycle)
(edit) @7113   10 years simon04 fix #9872 - Sort "Member of" list naturally
(edit) @7025   10 years Don-vip Sonar - fix various issues
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6939   10 years Don-vip fix #9864 - add "Add/Edit/Delete" entries to tags/memberships …
(edit) @6890   10 years Don-vip fix some Sonar issues (Constructor Calls Overridable Method)
Note: See TracRevisionLog for help on using the revision log.