source: josm/trunk/src/org/openstreetmap/josm/actions

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11383   7 years Don-vip findbugs - BC_UNCONFIRMED_CAST
(edit) @11381   7 years Don-vip findbugs - RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
(edit) @11376   7 years Don-vip findbugs - UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR
(edit) @11374   7 years Don-vip sonar - squid:S00112 - Generic exceptions should never be thrown: …
(edit) @11348   7 years Don-vip findbugs - fix some SIC_INNER_SHOULD_BE_STATIC_ANON
(edit) @11343   7 years Don-vip findbugs - disable SE_TRANSIENT_FIELD_NOT_RESTORED, fix some …
(edit) @11339   7 years simon04 Loop can be replaced with Collection.removeIf()
(edit) @11329   7 years simon04 see #13201 - OsmUrlToBounds: also take Geo URLs into account This …
(edit) @11315   7 years Don-vip findbugs - UC_USELESS_OBJECT
(edit) @11301   7 years simon04 Jump to Position: automatically paste URL from clipboard Also, use …
(edit) @11300   7 years simon04 Jump to Position: focus first input, select text in textfield on focus
(edit) @11290   7 years simon04 see #14025 - Merge layer: log duration
(edit) @11288   7 years simon04 see #13376 - Use TimeUnit instead of combinations of 1000/60/60/24
(edit) @11286   7 years michael2402 Fix #14008: Do not break loop.
(edit) @11279   7 years michael2402 Make paste (Ctrl+V) support all urls that are supported by …
(edit) @11278   7 years Don-vip improve test coverage
(edit) @11277   7 years Don-vip sonar - fix recently added warnings
(edit) @11257   7 years wiktorn Make DefaultLayer a type that can have layerName and tileMatrixSet As …
(edit) @11252   7 years Don-vip see #10387 - refactor actions to fix taginfo script
(edit) @11247   7 years Don-vip see #9400 - see #10387 - see #12914 - initial implementation of …
(edit) @11240   7 years Don-vip see #10387 - refactor various actions and commands so they can be used …
(edit) @11224   7 years michael2402 Simplify ExpertToggleAction Make ExpertToggleAction use the listener …
(edit) @11219   7 years wiktorn Use all information from wms_endpoint definition. After the user …
(edit) @11217   7 years wiktorn Javadoc + checkstyle
(edit) @11216   7 years wiktorn Move WMTS layer selection out of WMTSLayer constructor and …
(edit) @11192   7 years Don-vip fix #13870 - robustness against …
(edit) @11187   7 years bastiK fixed #13864 - distribute nodes goes into infinite loop if 2 nodes …
(edit) @11186   7 years Don-vip fix #13859 - NPE
(edit) @11181   7 years simon04 see #13828 - Fix unit test
(edit) @11174   7 years wiktorn Remove mysterious code. There is no reason to disallow adding …
(edit) @11156   7 years bastiK rework/simplify inheritance structure of PlatformHook …
(edit) @11144   7 years michael2402 Fix #13793: Clip paths in a way that let's the dashes stay in place.
(edit) @11124   8 years simon04 see #13749 - Enhance supported URLs for downloading GPS data * …
(edit) @11123   8 years simon04 fix #13779 - EDT violation detected
(edit) @11118   8 years simon04 fix #13094 - SimplifyWayAction for first node of closed way (patch by …
(edit) @11116   8 years simon04 fix #13766 - Disable the JosmAction Orthogonalize.Undo when nothing is …
(edit) @11114   8 years Don-vip sonar - minor fixes
(edit) @11113   8 years Don-vip sonar - pmd:AppendCharacterWithChar - Avoid appending characters as …
(edit) @11109   8 years Don-vip sonar - squid:S1871 - Two branches in the same conditional structure …
(edit) @11108   8 years Don-vip sonar - squid:S3518 - Zero should not be a possible denominator
(edit) @11102   8 years Don-vip add more unit tests
(edit) @11100   8 years Don-vip sonar - squid:S2148 - Underscores should be used to make large numbers …
(edit) @11093   8 years simon04 fix #13320 - Use restart text and icon in unsaved changes dialog
(edit) @11088   8 years Don-vip sonar - squid:S3398 - "private" methods called only by inner classes …
(edit) @11082   8 years simon04 fix #13763 - ImproveWayAccuracy sometimes creates way with 1 node
(edit) @11073   8 years simon04 see #13749 - Enhance supported URLs for downloading GPS data * …
(edit) @11063   8 years simon04 fix #13561 - Cannot go out of "Adjust imagery offset" even after …
(edit) @11045   8 years Don-vip fix #13674 - allow case insensitive lat/lon input + reject more …
(edit) @11038   8 years simon04 Use Relation.getMemberPrimitivesList where possible to avoid …
(edit) @11031   8 years simon04 see #12224 - Search menu item: make shortcut work when MOTD is focused
(edit) @11017   8 years Don-vip sonar - pmd:OptimizableToArrayCall - Optimizable To Array Call
(edit) @10972   8 years Don-vip remove deprecated stuff - gsoc-core
(edit) @10938   8 years Don-vip sonar - squid:S1450 - Private fields only used as local variables in …
(edit) @10936   8 years Don-vip sonar
(edit) @10933   8 years Don-vip rework status report to avoid additional comma at the end of display …
(edit) @10932   8 years Don-vip checkstyle, jenkins
(edit) @10930   8 years michael2402 Fix #13512: Do not attempt to restore old map mode when imagery dialog …
(edit) @10929   8 years wiktorn Add screen size information in status report
(edit) @10919   8 years simon04 fix #11852 - NPE in SearchCompiler
(edit) @10910   8 years Don-vip improve javadoc, unit tests, reduce visibility of some public fields
(edit) @10895   8 years Don-vip see #13232 - remove/exclude unused classes
(edit) @10880   8 years Don-vip fix #13429 - Clean validator tree and use listener to find changes …
(edit) @10875   8 years Don-vip fix #13413 - Clean ImproveWayAccuracyAction, add new class …
(edit) @10874   8 years Don-vip fix #13412 - Clean up DrawAction, add StrokeProperty (patch by …
(edit) @10873   8 years Don-vip see #13412 - replace character by ' in comments, cause encoding …
(edit) @10869   8 years Don-vip fix #13402 - Shift+P (make parallel ways copy) causes crash (patch by …
(edit) @10853   8 years Don-vip see #13309 - fix most of deprecation warnings
(edit) @10852   8 years Don-vip fix #13358 - GeoJSON no longer permits projections other than WGS84, …
(edit) @10848   8 years simon04 see #12950 - No not zoom after "Download in current view"
(edit) @10827   8 years Don-vip fix #13306 - Make map paint code use double coordinates (patch by …
(edit) @10816   8 years simon04 fix #12950 - Add "Download in current view" This action is located in …
(edit) @10796   8 years Don-vip see #13339 - do not replace short user names blindly in status report
(edit) @10795   8 years Don-vip fix #13322 - NPE
(edit) @10794   8 years Don-vip fix #13333 - add robustness against regex pattern failing to handle …
(edit) @10792   8 years simon04 fix #13296 - Fix search for incomplete relations Note that "all …
(edit) @10782   8 years simon04 fix #13317 - pressing enter in wizard box should create the overpass query
(edit) @10780   8 years simon04 MatchFactory: check for keyword collisions
(edit) @10775   8 years simon04 Typo (referred)
(edit) @10774   8 years simon04 see #11390, see #12890 - Drop Match.{existsMatch,forallMatch} in …
(edit) @10766   8 years Don-vip fix #13290 - pasting from other layer changes objects position …
(edit) @10763   8 years Don-vip sonar - squid:S2156 - "final" classes should not have "protected" members
(edit) @10755   8 years Don-vip sonar - various fixes
(edit) @10748   8 years Don-vip sonar - squid:S00100 - Method names should comply with a naming convention
(edit) @10747   8 years Don-vip sonar - squid:S1228 - Packages should have a javadoc file …
(edit) @10737   8 years Don-vip fix #12900 - Conflicts in pasted tags cannot be resolved, cannot be …
(edit) @10734   8 years Don-vip see #12022 - Add Gnome Atk wrapper package details to status report
(edit) @10717   8 years simon04 see #11390, see #12890 - Lambda can be replaced with method reference
(edit) @10716   8 years simon04 see #11390, see #12890 - Deprecate predicates in OsmPrimitive class
(edit) @10714   8 years simon04 see #11390 - Use CompletableFuture for async image loading
(edit) @10713   8 years simon04 About dialog: display readme in monospaced font
(edit) @10711   8 years simon04 fix #13063 - "Select all" and "Search" ignore filters
(edit) @10701   8 years simon04 fix #12815 - Improve way accuracy; show helper line when removing node …
(edit) @10696   8 years simon04 Status report: distinguish +active vs. -inactive style/preset/rule entries
(edit) @10692   8 years Don-vip fix javadoc warnings
(edit) @10688   8 years Don-vip remove call to deprecated method
(edit) @10682   8 years Don-vip fix #13203 - Ctrl-D (Duplicate) places new object on top of source …
(edit) @10678   8 years Don-vip see #12472 - fix "OperatorPrecedence" warnings
(edit) @10664   8 years Don-vip fix #13234 - NPE
(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 …
Note: See TracRevisionLog for help on using the revision log.