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) @15565   6 years Don-vip fix #18302 - support national taginfo instances
(edit) @15376   6 years Don-vip see #14465 - allow plugins to retrieve selected tags with multiple values
(edit) @15356   6 years Don-vip fix #18146 - don't remember last search performed from …
(edit) @14685   7 years simon04 fix #14462 - Harmonize relation actions provided in popup menus
(edit) @14678   7 years simon04 see #13160 - use atomic AtomicBoolean.compareAndSet
(edit) @14677   7 years Don-vip see #14666 - add propertiesdialog.autoresizeTagsTable option, …
(edit) @14673   7 years GerdP fix #17197 (regression from r14509) Only reset selection when last …
(edit) @14669   7 years GerdP see #13160: Avoid additional deadlocks caused by r13854
(edit) @14613   7 years Don-vip fix #14666 - Do not resize membership table (patch by bagage)
(edit) @14509   7 years GerdP see #17040 implement resetSelection() to forget recently selected …
(edit) @14476   7 years Don-vip fix #14666 - Autoresize Tags/Memberships table to fit content (patch …
(edit) @14470   7 years GerdP see #17040 Fix various memory leaks Not sure if this will break Unit …
(edit) @14424   7 years GerdP see #7561 comment 21 Fix typo properties.presets.visable -> …
(edit) @14423   7 years GerdP see #7561 comment 16 add new expert preference …
(edit) @14397   7 years Don-vip fix #16935 - simplify/cleanup help topics of …
(edit) @14153   7 years Don-vip see #15229 - deprecate Main.parent and Main itself
(edit) @14143   7 years Don-vip see #15229 - deprecate Main.main - new class OsmDataManager
(edit) @14134   7 years Don-vip see #15229 - deprecate Main*.undoRedo - make UndoRedoHandler a …
(edit) @14102   7 years Don-vip update unit test
(edit) @14097   7 years Don-vip fix NPE seen in unit tests
(edit) @13959   7 years Don-vip use IRelation in PropertiesDialog
(edit) @13956   7 years Don-vip use IPrimitive in *CopyActions from PropertiesDialog
(edit) @13941   7 years Don-vip sonar - fix recent violations
(edit) @13926   7 years Don-vip add AbstractOsmDataLayer, MainLayerManager.getActiveData, …
(edit) @13925   7 years Don-vip fix #13467 - use DataSelectionListener everywhere. Deprecate …
(edit) @13854   7 years Don-vip fix #8939 - prevent add/edit tag dialog to be created twice when …
(edit) @13809   7 years Don-vip define InterestingTags functions in IPrimitive
(edit) @13766   7 years Don-vip API alignment between Relation/RelationData and …
(edit) @13761   7 years Don-vip see #16288 - replace similar i18n strings (removes 35 strings from …
(edit) @13521   7 years Don-vip fix #16085 - add contextual menu in tag table of history dialog with …
(edit) @13453   7 years Don-vip fix #8039, fix #10456: final fixes for the read-only/locked layers: - …
(edit) @13446   7 years Don-vip see #8039, see #10456 - disable more actions modifying the dataset
(edit) @13434   7 years Don-vip see #8039, see #10456 - support read-only data layers
(edit) @13130   8 years Don-vip fix #15572 - use ImageProvider attach API for all JOSM actions to …
(edit) @12881   8 years bastiK see #15229 - move remaining classes to spi.preferences package, to …
(edit) @12846   8 years bastiK see #15229 - use Config.getPref() wherever possible
(edit) @12726   8 years Don-vip see #13036 - deprecate Command() default constructor, fix unit tests …
(edit) @12663   8 years Don-vip see #15182 - move NameFormatter* from gui to data.osm
(edit) @12659   8 years Don-vip see #15182 - extract SearchMode and SearchSetting from …
(edit) @12656   8 years Don-vip see #15182 - move SearchCompiler from actions.search to …
(edit) @12641   8 years Don-vip see #15182 - deprecate Main.main.undoRedo. Replacement: …
(edit) @12639   8 years Don-vip see #15182 - deprecate shortcut handling and mapframe listener methods …
(edit) @12636   8 years Don-vip see #15182 - deprecate Main.getLayerManager(). Replacement: …
(edit) @12634   8 years Don-vip see #15182 - deprecate Main.worker, replace it by …
(edit) @12630   8 years Don-vip see #15182 - deprecate Main.map and Main.isDisplayingMapView(). …
(edit) @12620   8 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12523   8 years Don-vip see #11924 - fix remaining warnings about extended modifiers
(edit) @12420   8 years Don-vip fix #14956 - wrong link to taginfo if key/value contains space character
(edit) @12279   8 years Don-vip sonar - squid:S3878 - Arrays should not be created for varargs parameters
(edit) @11764   8 years michael2402 Fix #14271: Deleting a tag in a filtered list was using the wrong index.
(edit) @11747   8 years Don-vip checkstyle - NoWhiteSpaceBefore ...
(edit) @11553   8 years Don-vip refactor handling of null values - use Java 8 Optional where possible
(edit) @11452   9 years Don-vip sonar - fb-contrib:SEO_SUBOPTIMAL_EXPRESSION_ORDER - Performance - …
(edit) @11386   9 years Don-vip sonar - squid:S1066 - Collapsible "if" statements should be merged
(edit) @11366   9 years Don-vip findbugs - SIC_INNER_SHOULD_BE_STATIC_ANON
(edit) @11357   9 years Don-vip findbugs - SIC_INNER_SHOULD_BE_STATIC_ANON
(edit) @11087   9 years Don-vip sonar - squid:S1141 - Try-catch blocks should not be nested
(edit) @10827   9 years Don-vip fix #13306 - Make map paint code use double coordinates (patch by …
(edit) @10824   9 years Don-vip see #13309 - Caching and notifying preferences (patch by michael2402) …
(edit) @10790   9 years simon04 see #13319 - Use InputMapUtils where applicable (VK_ENTER)
(edit) @10722   9 years simon04 fix #13267 - JOSM does not remember last used tags after restart Due …
(edit) @10715   9 years simon04 see #11390, see #12890 - Deprecate Predicates class
(edit) @10691   9 years Don-vip see #11390, fix #12890 - finish transition to Java 8 predicates/functions
(edit) @10680   9 years Don-vip sonar - pmd:UseVarargs - Use Varargs
(edit) @10662   9 years Don-vip see #12472, fix #13230, fix #13225, fix #13228 - disable …
(edit) @10659   9 years Don-vip see #12472 - fix more warnings, increase maximum number of reported …
(edit) @10657   9 years Don-vip see #11390, see #12890 - use Java 8 Predicates
(edit) @10619   9 years Don-vip see #11390 - Java 8: use List.sort(Comparator) instead of …
(edit) @10611   9 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10604   9 years Don-vip fix #12478, fix #12565, fix #11114 - Use ​Swing Copy/Paste instead of …
(edit) @10446   9 years Don-vip see #13001 - replace calls to Main.main.getCurrentDataSet() by …
(edit) @10422   9 years Don-vip fix #12992 - Way with waterway=dam cause false validator warning
(edit) @10420   9 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10413   9 years Don-vip fix #12983 - replace calls to Main.main.get[Active|Edit]Layer() by …
(edit) @10345   9 years Don-vip fix #12937 - Use the new LayerChangeListener (patch by michael2402) - …
(edit) @10332   9 years stoecker Do not use deprecated EditLayerChangedListener - patch my Michael …
(edit) @10254   9 years Don-vip sonar - squid:S1948 - Fields in a "Serializable" class should either …
(edit) @10228   9 years Don-vip findbugs: SC_START_IN_CTOR + UW_UNCOND_WAIT + UM_UNNECESSARY_MATH + …
(edit) @10212   9 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
(edit) @10106   9 years Don-vip fix coverity 1353523 + 1347995
(edit) @10043   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @9970   9 years Don-vip sonar - remove useless parentheses
(edit) @9969   9 years Don-vip sonar - Avoid appending characters as strings in StringBuffer.append
(edit) @9940   9 years simon04 see #12554 - Allow to ignore keys/tags from recent tags
(edit) @9894   9 years Don-vip see #12488 - fix coverity 1352298 - 1352299
(edit) @9877   9 years simon04 fix #12488 - Fix ArrayIndexOutOfBoundsException when using tag filter …
(edit) @9833   9 years bastiK fixed #12507 - slow mouse wheel scrolling (based on patch by kolesar)
(edit) @9831   9 years bastiK see #12507 - slow scrolling in properties dialog (patch by kolesar)
(edit) @9762   9 years Don-vip fix #12504 - StackOverflowError at SearchCompiler when searching …
(edit) @9623   9 years Don-vip fix transient/serializable findbugs warnings
(edit) @9592   9 years Don-vip fix #12357 - copy tags shortcut (patch by kolesar)
(edit) @9543   10 years Don-vip refactoring - global simplification of use of setLayout method - …
(edit) @9525   10 years bastiK applied #12395 - fix displaying shortcut key of help action in …
(edit) @9171   10 years simon04 see #12231 - Use HttpClient instead of some Utils.openHttpConnection
(edit) @9149   10 years simon04 see #9775 - Allow plugins to change display of keys/values in …
(edit) @9147   10 years simon04 Use HTTPS for some wiki requests
(edit) @9086   10 years Don-vip fix #12153 - Changing sorting order in Tags/Memberships window and …
(edit) @9078   10 years Don-vip sonar - Immutable Field
(edit) @9073   10 years Don-vip checkstyle - Comments Indentation
(edit) @9059   10 years Don-vip checkstyle
Note: See TracRevisionLog for help on using the revision log.