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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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 …
(edit) @10658   8 years Don-vip see #11390, see #12890 - use Java 8 Predicates (forgot some)
(edit) @10657   8 years Don-vip see #11390, see #12890 - use Java 8 Predicates
(edit) @10656   8 years Don-vip see #12472 - fix warning "ReferenceEquality"
(edit) @10634   8 years Don-vip sonar - pmd:UselessQualifiedThis - Useless qualified this usage in the …
(edit) @10630   8 years simon04 fix #13201 - Support Geo URLs on command line and open location
(edit) @10629   8 years simon04 fix #13085 - When downloading from Overpass, a "download area too …
(edit) @10626   8 years Don-vip simplify handling of ignored/traced exceptions
(edit) @10621   8 years Don-vip fix #13197 - bad use of method references instead of lambdas, causing …
(edit) @10619   8 years Don-vip see #11390 - Java 8: use List.sort(Comparator) instead of …
(edit) @10606   8 years Don-vip javadoc - fix typos
(edit) @10605   8 years Don-vip see #12478 - Use ​Swing Copy/Paste instead of CopyAction/PasteAction …
(edit) @10604   8 years Don-vip fix #12478, fix #12565, fix #11114 - Use ​Swing Copy/Paste instead of …
(edit) @10601   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10600   8 years Don-vip see #11390 - sonar - squid:S1609 - Java 8: @FunctionalInterface …
(edit) @10599   8 years Don-vip see #11390 - sonar - squid:S1610 - Java 8: Abstract classes without …
(edit) @10598   8 years Don-vip sonar - pmd:ImmutableField - Immutable Field - gsoc-core
(edit) @10571   8 years Don-vip fix #13172 - Move ImageryLayer.d[xy] to the settings (patch by …
(edit) @10552   8 years Don-vip checkstyle
(edit) @10548   8 years simon04 Remove duplicated code Use updateEnabledStateOnCurrentSelection
(edit) @10467   8 years Don-vip fix #13037 - Small fixes for unit tests (patch by michael2402) - gsoc-core
(edit) @10463   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10459   8 years Don-vip see #13033 - fix javadoc warning
(edit) @10457   8 years Don-vip fix #13033 - JoinAreasActionTest: Do not set status line (patch by …
(edit) @10453   8 years Don-vip fix #13023 - Replace uses of hasEditLayer() with new layer manager …
(edit) @10448   8 years Don-vip fix more deprecation warnings
(edit) @10446   8 years Don-vip see #13001 - replace calls to Main.main.getCurrentDataSet() by …
(edit) @10436   8 years Don-vip see #13001 - replace calls to Main.main.[add|remove]Layer by …
(edit) @10433   8 years Don-vip checkstyle
(edit) @10432   8 years Don-vip fix #13001 - Add MainPanel + some new methods (patch by michael2402, …
(edit) @10428   8 years stoecker see #9995 - patch mainly by strump - improve HIDPI behaviour
(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) @10409   8 years Don-vip * remove duplicated code * fix various sonar warnings * add some …
(edit) @10407   8 years Don-vip sonar - squid:S2386 - Mutable fields should not be "public static"
(edit) @10386   8 years Don-vip gsoc-core - remove more deprecation warnings
(edit) @10383   8 years Don-vip replace .get*Selected().isEmpty() by .selectionEmpty()
(edit) @10382   8 years Don-vip see #12943 - gsoc-core - fix most of deprecation warnings (static …
(edit) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10375   8 years Don-vip fix #12959 - Move state changes to MapViewState class (patch by …
(edit) @10373   8 years Don-vip fix #12949 - Use test rule instead of JOSMFixture to speed up tests …
(edit) @10371   8 years Don-vip fix #12944 - Reduce use of addLayer(..., bounds) - patch by …
(edit) @10369   8 years stoecker see #9995 - patch by strump - improve HIDPI
(edit) @10356   8 years stoecker see #9995, see #10684 - remove more hardcoded places of images
(edit) @10354   8 years stoecker fix revision texts
(edit) @10353   8 years stoecker gsoc-core - patch by Michael Zangl - fix #12943 - cleanup josm action, …
(edit) @10347   8 years Don-vip sonar - add unit test to see if squid:S1244 can be safely disabled
Note: See TracRevisionLog for help on using the revision log.