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) @19413   11 months stoecker see #24342 - add properties.filter.visible hidden setting
(edit) @19050   2 years taylor.smock Revert most var changes from r19048, fix most new compile warnings …
(edit) @18801   3 years taylor.smock Fix #22832: Code cleanup and some simplification, documentation fixes …
(edit) @18692   3 years taylor.smock Fix #21965: Reuse same instance of "<different>" for consistency …
(edit) @18631   3 years taylor.smock See #22378: Fix hover preview setting changes not being applied …
(edit) @18586   4 years taylor.smock Fix #22487: Object hover preview is re-enabled on layer change even …
(edit) @18576   4 years taylor.smock PropertiesDialog: Fix sonarlint issues
(edit) @18574   4 years taylor.smock Fix #22378: Preview object properties on mouse hover (patch by …
(edit) @18332   4 years Don-vip see #21596 - Update dependencies in ivy.xml and tools/ivy.xml (patch …
(edit) @18293   5 years Don-vip fix #21452 - fix #21462 - fix deadlock (patch by marcello)
(edit) @18276   5 years Don-vip fix #21441 - Make Tags/Membership panel listen to Preset Preferences …
(edit) @17775   5 years simon04 see #16158, fix #20759 - Command+C to copy tags from properties dialog …
(edit) @17768   5 years simon04 fix #19645 - Add a search icon to search boxes of lists (icon by …
(edit) @17585   5 years simon04 see #20613 - Use Tagged.visitKeys() Avoids creating a temporary …
(edit) @17462   5 years GerdP see #17184: Memory leaks - clear refs to OSM objects in popup memu of …
(edit) @17440   5 years GerdP see #17184: Memory leaks - remove more listeners in destroy() - reset …
(edit) @17358   5 years GerdP see #19885: memory leak with "temporary" objects in validator and …
(edit) @17215   6 years GerdP see #19885: memory leak with "temporary" objects in validator and …
(edit) @17188   6 years Klumbumbus fix #19851 - Fix shortcut names
(edit) @17066   6 years stoecker fix #19753 - silence shortcut parser
(edit) @17032   6 years Klumbumbus Add missing icons in Tags/Membership Dialog context menu, fix icons of …
(edit) @17007   6 years simon04 fix #19753 - NPE in CopyAllKeyValueAction due to shortcut re-assignment
(edit) @16960   6 years simon04 see #8334 - Add advanced option to scale the table font Advanced …
(edit) @16598   6 years simon04 see #19369 - PropertiesDialog: avoid re-creating national …
(edit) @16597   6 years simon04 see #19369 - TaginfoAction.withTaginfoUrl: simplify construction of …
(edit) @16596   6 years simon04 fix #19320 - Add links to taghistory.raifer.tech
(edit) @16549   6 years simon04 fix #16255 - Possibility to edit relation roles from the membership dialog
(edit) @16441   6 years simon04 see #19251 - Checkstyle, PMD
(edit) @16438   6 years simon04 see #19251 - Java 8: use Stream
(edit) @16275   6 years simon04 see #19075 - Generify TaginfoAction
(edit) @16189   6 years simon04 fix #18692 - Show Duplicate relation in context menu
(edit) @16067   6 years simon04 fix #18821, see #18302 - TaginfoAction: improve i18n
(edit) @15913   6 years simon04 fix #18754, see #18729 - TaginfoRegionalInstance: fix deadlock
(edit) @15908   6 years simon04 see #18729 - TaginfoRegionalInstance: use Stream API
(edit) @15906   6 years simon04 Use Utils.hashMapInitialCapacity
(edit) @15876   6 years Don-vip fix #18729, see #18302 - support regional taginfo instances from Geofabrik
(edit) @15751   6 years simon04 fix #18598 - CopyKeyValueAction: count values going to be copied This …
(edit) @15707   6 years simon04 see #14465 -Tag2Link: consider all selected primitives/properties
(edit) @15673   6 years simon04 see #13901 - Reimplement Tag2Link in core The plugin tag2link has …
(edit) @15670   6 years simon04 Javadoc
(edit) @15669   6 years simon04 see #18302 - PropertiesDialog: avoid intermediate list creation
(edit) @15586   6 years Don-vip code cleanup
(edit) @15581   6 years Don-vip fix #18409 - distinct label for relation wiki link in Membership …
(edit) @15565   6 years Don-vip fix #18302 - support national taginfo instances
(edit) @15376   7 years Don-vip see #14465 - allow plugins to retrieve selected tags with multiple values
(edit) @15356   7 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   8 years Don-vip fix #16935 - simplify/cleanup help topics of …
(edit) @14153   8 years Don-vip see #15229 - deprecate Main.parent and Main itself
(edit) @14143   8 years Don-vip see #15229 - deprecate Main.main - new class OsmDataManager
(edit) @14134   8 years Don-vip see #15229 - deprecate Main*.undoRedo - make UndoRedoHandler a …
(edit) @14102   8 years Don-vip update unit test
(edit) @14097   8 years Don-vip fix NPE seen in unit tests
(edit) @13959   8 years Don-vip use IRelation in PropertiesDialog
(edit) @13956   8 years Don-vip use IPrimitive in *CopyActions from PropertiesDialog
(edit) @13941   8 years Don-vip sonar - fix recent violations
(edit) @13926   8 years Don-vip add AbstractOsmDataLayer, MainLayerManager.getActiveData, …
(edit) @13925   8 years Don-vip fix #13467 - use DataSelectionListener everywhere. Deprecate …
(edit) @13854   8 years Don-vip fix #8939 - prevent add/edit tag dialog to be created twice when …
(edit) @13809   8 years Don-vip define InterestingTags functions in IPrimitive
(edit) @13766   8 years Don-vip API alignment between Relation/RelationData and …
(edit) @13761   8 years Don-vip see #16288 - replace similar i18n strings (removes 35 strings from …
(edit) @13521   8 years Don-vip fix #16085 - add contextual menu in tag table of history dialog with …
(edit) @13453   8 years Don-vip fix #8039, fix #10456: final fixes for the read-only/locked layers: - …
(edit) @13446   8 years Don-vip see #8039, see #10456 - disable more actions modifying the dataset
(edit) @13434   8 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   9 years bastiK see #15229 - move remaining classes to spi.preferences package, to …
(edit) @12846   9 years bastiK see #15229 - use Config.getPref() wherever possible
(edit) @12726   9 years Don-vip see #13036 - deprecate Command() default constructor, fix unit tests …
(edit) @12663   9 years Don-vip see #15182 - move NameFormatter* from gui to data.osm
(edit) @12659   9 years Don-vip see #15182 - extract SearchMode and SearchSetting from …
(edit) @12656   9 years Don-vip see #15182 - move SearchCompiler from actions.search to …
(edit) @12641   9 years Don-vip see #15182 - deprecate Main.main.undoRedo. Replacement: …
(edit) @12639   9 years Don-vip see #15182 - deprecate shortcut handling and mapframe listener methods …
(edit) @12636   9 years Don-vip see #15182 - deprecate Main.getLayerManager(). Replacement: …
(edit) @12634   9 years Don-vip see #15182 - deprecate Main.worker, replace it by …
(edit) @12630   9 years Don-vip see #15182 - deprecate Main.map and Main.isDisplayingMapView(). …
(edit) @12620   9 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12523   9 years Don-vip see #11924 - fix remaining warnings about extended modifiers
(edit) @12420   9 years Don-vip fix #14956 - wrong link to taginfo if key/value contains space character
(edit) @12279   9 years Don-vip sonar - squid:S3878 - Arrays should not be created for varargs parameters
(edit) @11764   9 years michael2402 Fix #14271: Deleting a tag in a filtered list was using the wrong index.
(edit) @11747   9 years Don-vip checkstyle - NoWhiteSpaceBefore ...
(edit) @11553   9 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   10 years Don-vip sonar - squid:S1141 - Try-catch blocks should not be nested
Note: See TracRevisionLog for help on using the revision log.