source: josm/trunk/src/org/openstreetmap/josm/gui/dialogs/properties

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13434   6 years Don-vip see #8039, see #10456 - support read-only data layers
(edit) @13190   6 years Don-vip fix #15627 - autocompletion values not correctly reset on change of …
(edit) @13139   6 years Don-vip fix #13747 - do not select all characters from a combobox when …
(edit) @13130   6 years Don-vip fix #15572 - use ImageProvider attach API for all JOSM actions to …
(edit) @12987   7 years bastiK see #15410 - change preferences scheme for named colors - makes …
(edit) @12881   7 years bastiK see #15229 - move remaining classes to spi.preferences package, to …
(edit) @12859   7 years Don-vip see #15229 - see #15182 - deprecate non-GUI AutoCompletion* classes …
(edit) @12846   7 years bastiK see #15229 - use Config.getPref() wherever possible
(edit) @12841   7 years bastiK see #15229 - fix deprecations caused by [12840]
(edit) @12758   7 years Don-vip see #15229 - see #15182 - deprecate …
(edit) @12748   7 years Don-vip see #15229 - see #15182 - deprecate …
(edit) @12726   7 years Don-vip see #13036 - deprecate Command() default constructor, fix unit tests …
(edit) @12678   7 years Don-vip see #15182 - move WindowGeometry from tools to gui.util
(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) @12619   7 years Don-vip initialize unit tests for TagEditHelper
(edit) @12615   7 years bastiK see #14794 - javadoc
(edit) @12549   7 years Don-vip sonar - squid:S4034 - "Stream.anyMatch()" should be preferred
(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) @11945   7 years Don-vip sonar - fb-contrib:SCII_SPOILED_CHILD_INTERFACE_IMPLEMENTOR - Style - …
(edit) @11804   7 years Don-vip fix #14527 - Add Tag - last entry disabled for partial dataset
(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) @11675   7 years Don-vip update to error_prone 2.0.18
(edit) @11553   7 years Don-vip refactor handling of null values - use Java 8 Optional where possible
(edit) @11552   7 years Don-vip fix #14353 - robustness to systems not defining standard Java UI color …
(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) @11381   7 years Don-vip findbugs - RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
(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) @11339   7 years simon04 Loop can be replaced with Collection.removeIf()
(edit) @11304   7 years Don-vip checkstyle
(edit) @11296   7 years simon04 fix #14030 - Add tags: preselect second property if first is already used
(edit) @11198   7 years Don-vip fix #13881 - handle cases where JOptionPane.showInputDialog returns …
(edit) @11173   7 years simon04 Shortcut.findShortcut: return Optional object
(edit) @11087   8 years Don-vip sonar - squid:S1141 - Try-catch blocks should not be nested
(edit) @10977   8 years Don-vip add/update unit tests, fix indentation
(edit) @10878   8 years Don-vip fix #13423 - Convert properties cell renderer to new color preferences …
(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) @10755   8 years Don-vip sonar - various fixes
(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) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10352   8 years stoecker gsoc-core - patch by Michael Zangl - fix #12941 - unfreed resources
(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) @10306   8 years Don-vip sonar - pmd:ImmutableField + remove unused code
(edit) @10300   8 years Don-vip sonar - Performance - Method passes constant String of length 1 to …
(edit) @10254   8 years Don-vip sonar - squid:S1948 - Fields in a "Serializable" class should either …
(edit) @10250   8 years Don-vip findbugs - UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR
(edit) @10228   8 years Don-vip findbugs: SC_START_IN_CTOR + UW_UNCOND_WAIT + UM_UNNECESSARY_MATH + …
(edit) @10217   8 years Don-vip findbugs - SF_SWITCH_NO_DEFAULT + various sonar fixes
(edit) @10212   8 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
(edit) @10132   8 years Don-vip see #12720 - fix potential NPEs
(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) @10000   8 years Don-vip sonar - fix various issues
(edit) @9981   8 years Don-vip fix some unused code warnings
(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) @9939   8 years simon04 see #12554 - Factor out RecentTagCollection, add unit tests
(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) @9795   8 years Don-vip findbugs
(edit) @9762   8 years Don-vip fix #12504 - StackOverflowError at SearchCompiler when searching …
(edit) @9748   8 years Don-vip checkstyle
(edit) @9743   8 years bastiK applied #12438 - hide items from list of recently added tags (patch by …
(edit) @9699   8 years simon04 fix #12440 - Add tag: Keyboard shortcuts is not really readable on Mac …
(edit) @9684   8 years Don-vip findbugs/sonar
(edit) @9683   8 years bastiK applied #12421 - fixed dialog to set number of recently added tags …
(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) @9588   8 years Don-vip see #12412 - improve support of multipolygon presets type
Note: See TracRevisionLog for help on using the revision log.