source: josm/trunk/src/org

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9935   8 years simon04 see #12584 - Attempt to obtain the session cookie via CookieManager
(edit) @9933   8 years simon04 see #8460 - Validate that public transport routes (version 2) do not …
(edit) @9932   8 years simon04 see #8460 - fix typo from r9931, fix matching, improve conditions, add …
(edit) @9930   8 years simon04 Search: fix string representation of boolean connectives (parentheses)
(edit) @9929   8 years Don-vip findbugs
(edit) @9927   8 years Don-vip update new TLD from IANA - version 2016030500
(edit) @9926   8 years Don-vip LayerListDialog: add first unit tests
(edit) @9925   8 years simon04 see #6401 - Orthogonalize objects based on selected nodes This is …
(edit) @9923   8 years simon04 Add unit tests for OrthogonalizeAction
(edit) @9922   8 years simon04 see #12570 - Group internet tags validator warnings Fix build due to …
(edit) @9921   8 years simon04 see #12570 - Group internet tags validator warnings
(edit) @9920   8 years wiktorn Move getting defaults to initialization so subclasses can override the …
(edit) @9918   8 years Don-vip fix/add unit tests
(edit) @9917   8 years Don-vip better handling of HelpAwareOptionPane.showOptionDialog in headless mode
(edit) @9916   8 years Don-vip ChangesetCacheManager: add unit tests
(edit) @9915   8 years Don-vip see #12587 - checkstyle
(edit) @9914   8 years Don-vip see #12350 - fix coverity 1352420, 1352421, 1352422, 1352423, 1352424 …
(edit) @9913   8 years wiktorn Disable cache for OAuth requests See: #12584
(edit) @9912   8 years simon04 fix #12587 - fix NPE in HttpClient
(edit) @9911   8 years simon04 Remove code to be removed end of 2015
(edit) @9910   8 years Don-vip update new TLD from IANA - version 2016030200
(edit) @9906   8 years Don-vip PrefEntry: add unit tests, fix findbugs warning
(edit) @9905   8 years Don-vip PostDownloadHandler: remove unused code, add unit tests
(edit) @9904   8 years simon04 see #12584 - Provide some OAuth debug output
(edit) @9902   8 years wiktorn Final fix for #12573 - WMTS getCapabilities parser error. Unit tests …
(edit) @9900   8 years Don-vip fix #12377 - detect intersecting outer members in multipolygons
(edit) @9899   8 years wiktorn Use one static instance of NativeScaleLayer for all TMS layers. See: …
(edit) @9898   8 years Don-vip update new TLD from IANA - version 2016022800
(edit) @9897   8 years wiktorn Use maximum/minimum supported zoom levels for native scale …
(edit) @9895   8 years Don-vip see #12386 - add power=portal, power=terminal, power=insulator
(edit) @9894   8 years Don-vip see #12488 - fix coverity 1352298 - 1352299
(edit) @9893   8 years Don-vip fix #12568 - NPE
(edit) @9891   8 years simon04 see #12300 - Make Drag and Drop work between different JOSM instances
(edit) @9890   8 years Don-vip update new TLD from IANA - version 2016022601
(edit) @9889   8 years wiktorn Proper fix for [9888]
(edit) @9888   8 years wiktorn Properly handle situation, when Style tag doesn't contain Identifier. …
(edit) @9887   8 years wiktorn Properly interpret more complex getCapabilities documents. Keep a …
(edit) @9886   8 years simon04 see #12570 - Group opening hours tests
(edit) @9885   8 years simon04 fix #12563 - Try to avoid ... in status bar for custom LatLon formats
(edit) @9883   8 years Don-vip fix #12568 - IndexOutOfBoundsException in NativeScaleLayer$ScaleList - …
(edit) @9882   8 years Don-vip update new TLD from IANA - version 2016022500
(edit) @9881   8 years Don-vip remove unused code, add unit test
(edit) @9880   8 years Don-vip findbugs
(edit) @9877   8 years simon04 fix #12488 - Fix ArrayIndexOutOfBoundsException when using tag filter …
(edit) @9876   8 years simon04 fix #12521 - On Overpass API error OSM API gets blamed
(edit) @9874   8 years Don-vip update new TLD from IANA - version 2016022400
(edit) @9873   8 years simon04 see #12453 - Display "discourage upload" in layer popup menu for …
(edit) @9872   8 years simon04 fix #12535 - Splitting ways give wrong message in the Command Stack
(edit) @9870   8 years Don-vip PluginHandler: deprecate kendzi3d-jogl plugin, remove unused code, …
(edit) @9867   8 years Don-vip see #11968, fix #12550 - in relation editor, node features are shown …
(edit) @9866   8 years Don-vip fix #12559 - The “Skip Download” popup displays incorrectly
(edit) @9865   8 years wiktorn checkstyle fixes
(edit) @9864   8 years wiktorn Add WKID (Well Known ID) pattern to WMS url templates. Patch by: …
(edit) @9863   8 years simon04 see #12275 - Clarify variable name
(edit) @9862   8 years simon04 fix #12563 - Allow to customize LatLon formatting Use the preference …
(edit) @9861   8 years simon04 Unit test, Javadoc for LatLon
(edit) @9860   8 years wiktorn Tile Source class as a Generic Type to AbstractTileSourceLayer …
(edit) @9859   8 years simon04 see #12514, fix #12560 - Fix MapCSSParserTest#testMinMaxFunctions
(edit) @9858   8 years simon04 fix #12268 - Allow copying note text from toggle dialog
(edit) @9857   8 years simon04 fix #12549 - MapCSS: permit using character classes in regexp: \p{...}
(edit) @9856   8 years simon04 fix #12547 see #12469 - Fix Overpass API "Build query" for Java 7
(edit) @9855   8 years Don-vip see #12557 : remove unused code
(edit) @9854   8 years Don-vip sonar - squid:S2272 - "Iterator.next()" methods should throw …
(edit) @9853   8 years Don-vip fix #12557 : update to Apache Commons Validator 1.5.0 + updates from …
(edit) @9850   8 years Don-vip findbugs
(edit) @9849   8 years Don-vip add more unit tests
(edit) @9848   8 years Don-vip see #12426 - checkstyle
(edit) @9847   8 years Don-vip code refactoring
(edit) @9846   8 years wiktorn Divde by zero found by Coverity Scan. See: #12350
(edit) @9845   8 years Don-vip add more unit tests
(edit) @9844   8 years wiktorn Use HTML formatting for projection warning message for line wrapping. …
(edit) @9841   8 years Don-vip add unit test
(edit) @9840   8 years wiktorn ZoomPreferences.patch and NativeScaleLayerChange.patch by kolesar. …
(edit) @9834   8 years Klumbumbus fix #12541 - downgrade "style for outer way mismatches polygon" …
(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) @9830   8 years wiktorn Fix findbugs warning / NPE. See: #12350
(edit) @9829   8 years Don-vip fix warnings, add unit test
(edit) @9828   8 years Don-vip findbugs, javadoc, unit tests
(edit) @9827   8 years Don-vip checkstyle, javadoc
(edit) @9826   8 years wiktorn Properly support multi-display environments when estimating tile cache …
(edit) @9825   8 years wiktorn Improvements for native scales. * make ScaleList immutable object * …
(edit) @9824   8 years bastiK applied #12539 - reverse zoom with mouse wheel (patch by kolesar)
(edit) @9823   8 years bastiK move preference writing to new class; some refactoring
(edit) @9822   8 years bastiK fix warnings
(edit) @9821   8 years bastiK fixed #12522 - Advanced preferences: display default entries …
(edit) @9819   8 years wiktorn Add debug messages with estimates of cache size. See: #12050
(edit) @9818   8 years wiktorn Snap scale to mercator zoom levels. See #12350 Patch submitted by: …
(edit) @9817   8 years Don-vip fix coverity defect 1351474 (division by zero), add unit test
(edit) @9816   8 years Don-vip add more unit tests, javadoc, fix code style issues
(edit) @9814   8 years Don-vip see #12229 - revert r9785 and r9803: problem with audio unit test was …
(edit) @9810   8 years Don-vip checkstyle
(edit) @9807   8 years wiktorn Make map returned by getHeaderFields() case insensitive. RFC 2616, …
(edit) @9805   8 years Don-vip javadoc
(edit) @9804   8 years Don-vip robustness/code refactoring for unit tests
(edit) @9803   8 years Don-vip partial revert of r9779 to see if it fixes audio unit test regression
(edit) @9802   8 years bastiK fix NPE
(edit) @9800   8 years stoecker fix r9798 - variable is not used in JOSM, but in tests
(edit) @9799   8 years stoecker fix Coverity issues 1349911, 1349912, 1349913, 1349917, 1349918, …
(edit) @9798   8 years stoecker fix Coverity issues 1351364 and 1351265
Note: See TracRevisionLog for help on using the revision log.