source: josm/trunk/src/org/openstreetmap

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10692   8 years Don-vip fix javadoc warnings
(edit) @10691   8 years Don-vip see #11390, fix #12890 - finish transition to Java 8 predicates/functions
(edit) @10689   8 years Don-vip see #11390, see #12890 - Use Java 8 Function
(edit) @10688   8 years Don-vip remove call to deprecated method
(edit) @10687   8 years Don-vip remove deprecated Main.paste* fields (not used anymore by SVN plugins)
(edit) @10686   8 years Don-vip do not cache 404 results of HTTP requests (not found)
(edit) @10685   8 years Don-vip remove old TLD from IANA
(edit) @10684   8 years Don-vip fix #13251 - Improve multipolygon validator performance (patch by …
(edit) @10683   8 years Don-vip fix #13250 - JOSM seems to hang after sorting members of a complex …
(edit) @10682   8 years Don-vip fix #13203 - Ctrl-D (Duplicate) places new object on top of source …
(edit) @10681   8 years Don-vip update new TLD from IANA
(edit) @10680   8 years Don-vip sonar - pmd:UseVarargs - Use Varargs
(edit) @10679   8 years Don-vip fix TLD order
(edit) @10678   8 years Don-vip see #12472 - fix "OperatorPrecedence" warnings
(edit) @10675   8 years Don-vip update new TLD from IANA
(edit) @10674   8 years Don-vip fix #13239, fix #13240 - Java 8: MapCSS Condition class (patches by …
(edit) @10673   8 years Don-vip fix #13241 - Fix min->max typo in AbstractTileSourceLayer (patch by …
(edit) @10672   8 years Don-vip see #12472 - fix "UnsynchronizedOverridesSynchronized" warnings
(edit) @10671   8 years Don-vip see #12472 - fix "MissingCasesInEnumSwitch" warnings
(edit) @10670   8 years Don-vip see #12472 - fix "OperatorPrecedence" warnings
(edit) @10669   8 years Don-vip fix #13237 - Should not duplicate layer names in the changeset source
(edit) @10667   8 years Don-vip fix javadoc warning (missing override)
(edit) @10666   8 years Don-vip update new TLD from IANA
(edit) @10665   8 years Don-vip fix #13236 - Display text from the beginning in large JOSM text areas
(edit) @10664   8 years Don-vip fix #13234 - NPE
(edit) @10663   8 years Don-vip fix #13223 - Minor command class fixes (patch by michael2402, …
(edit) @10662   8 years Don-vip see #12472, fix #13230, fix #13225, fix #13228 - disable …
(edit) @10661   8 years Don-vip fix #13229 - Can't unselect objects (partial revert of r10659)
(edit) @10660   8 years Don-vip see #13225 - fix ImproveWayaccuracy mode (partial revert of r10656)
(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) @10655   8 years Don-vip see #12472 - fix warning "OperatorPrecedence"
(edit) @10653   8 years Don-vip see #12472 - fix warning "ClassCanBeStatic"
(edit) @10652   8 years wiktorn Fix not using the calculated disk cache size. Add unit tests for …
(edit) @10651   8 years Don-vip fix #13210 - Start extracting coordinate conversion out of tile source …
(edit) @10649   8 years Don-vip fix #13193 - Use a new bug report dialog (patch by michael2402) - gsoc-core
(edit) @10648   8 years stoecker fix i18n, see #13208
(edit) @10647   8 years Don-vip see #11390 - use functional comparators
(edit) @10646   8 years Don-vip fix #13164 - Creating a conflict after editing a relation inside and …
(edit) @10645   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10644   8 years Don-vip sonar - squid:S2259 - Null pointers should not be dereferenced
(edit) @10643   8 years Don-vip see #11390 - use method reference
(edit) @10642   8 years Don-vip fix #13184 - NPE while trying to exit JOSM
(edit) @10640   8 years Don-vip fix #13208 - Use real string for concatenation in note layer tooltip …
(edit) @10639   8 years Don-vip fix #13207 - IllegalStateException: cannot open system clipboard
(edit) @10638   8 years Don-vip see #11390, fix #13206 - Migrate Function interface to java 8 (patch …
(edit) @10637   8 years Don-vip fix #13050 - cannot copy from the object history view (patch by …
(edit) @10635   8 years simon04 fix #13201: Support Geo URLs with negative values
(edit) @10634   8 years Don-vip sonar - pmd:UselessQualifiedThis - Useless qualified this usage in the …
(edit) @10633   8 years Don-vip NPE seen in unit tests
(edit) @10632   8 years Don-vip sonar - squid:RedundantThrowsDeclarationCheck - Throws declarations …
(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) @10627   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10626   8 years Don-vip simplify handling of ignored/traced exceptions
(edit) @10625   8 years Don-vip see #11390 - Java 8: use more lambdas / method references
(edit) @10624   8 years Don-vip update new TLD from IANA
(edit) @10622   8 years Don-vip fix #13198 - Add new flow layout that does the right height …
(edit) @10621   8 years Don-vip fix #13197 - bad use of method references instead of lambdas, causing …
(edit) @10620   8 years Don-vip fix #13196 - remove FileDrop class (patch my michael2402) - gsoc-core
(edit) @10619   8 years Don-vip see #11390 - Java 8: use List.sort(Comparator) instead of …
(edit) @10618   8 years Don-vip see #11390 - Java 8: use java.util.Base64
(edit) @10616   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10615   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10613   8 years Don-vip see #12478 - do not try to enable dragging in headless mode
(edit) @10612   8 years Don-vip see #11390, fix #12910 - Clean WMS Imagery (patch by michael2402) - …
(edit) @10611   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10609   8 years Don-vip fix javadoc
(edit) @10608   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10607   8 years Don-vip see #11390 - sonar - squid:S1609 - Java 8: Make Condition a …
(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) @10603   8 years Don-vip see #13172 - fix javadoc
(edit) @10602   8 years Don-vip fix TLD order, causing unit test failure
(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) @10597   8 years Don-vip see #12905 - sonar - pmd:BooleanGetMethodName - A getX() method which …
(edit) @10596   8 years Don-vip see #11390, see #13120, see #13190 - sonar - squid:S1612 - Lambdas …
(edit) @10595   8 years Don-vip update new TLD from IANA
(edit) @10594   8 years Don-vip see #11390, see #12908 - sonar - squid:S1612 - Lambdas should be …
(edit) @10593   8 years Don-vip see #11390 - sonar - squid:S2293 - improved use of diamond operator …
(edit) @10592   8 years Don-vip see #11390, fix #13192 - Update LayerPositionStrategy to be a java 8 …
(edit) @10591   8 years Don-vip see #13191 - fix typos - gsoc-core
(edit) @10590   8 years Don-vip see #11390, fix #13191 - Documentation and migration to java 8 of …
(edit) @10589   8 years Don-vip see #12472 - fix "Non-exhaustive switch" compilation warning
(edit) @10588   8 years Don-vip see #11390, fix #13120 - Use a new memory manager for imagery layers …
(edit) @10587   8 years Don-vip fix #13187 - Set encoding of remote control error pages to UTF-8 and …
(edit) @10586   8 years Don-vip see #11390, fix #13190 - Allow Lambda bug report parameters (patch by …
(edit) @10585   8 years Don-vip see #11390, fix #12905 - Add more information to the bug report (patch …
(edit) @10584   8 years Don-vip see #12908 - checkstyle
(edit) @10583   8 years Don-vip see #11390, fix #12952 - Java 8: Disable auto boxing for …
(edit) @10582   8 years Don-vip see #11390, fix #12908 - Java 8: Move to java Predicates (patch by …
(edit) @10580   8 years Don-vip see #11390 - switch to Java 8
(edit) @10578   8 years Don-vip fix #13178 - Fix duplicate put of dx/dy in imagery session export …
(edit) @10577   8 years Don-vip fix #13176 - Document ImageryInfo (patch by michael2402) - gsoc-core
Note: See TracRevisionLog for help on using the revision log.