source: josm/trunk/src/org

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10007   8 years Don-vip remove unused field
(edit) @10006   8 years Don-vip fix #12639 - NPE in History Window for primitives with more than 100 …
(edit) @10003   8 years Don-vip sonar - fix consecutive literal appends
(edit) @10001   8 years Don-vip sonar - Local variable and method parameter names should comply with a …
(edit) @10000   8 years Don-vip sonar - fix various issues
(edit) @9999   8 years Don-vip sonar - do not copy collection contents from one to another with a loop
(edit) @9998   8 years Don-vip sonar - remove fields used as local variables only
(edit) @9997   8 years Don-vip sonar - various fixes + javadoc
(edit) @9996   8 years Don-vip sonar - use JLabel.setLabelFor where applicable + add/update unit tests
(edit) @9995   8 years bastiK fixed #12264 - Add own CA's to Java cert-store
(edit) @9994   8 years simon04 Fix drag-and-drop from selection list to relation member table
(edit) @9993   8 years simon04 fix #12617 - Unexpected deletion of members by drag-n-drop in relation …
(edit) @9992   8 years Don-vip sonar - fix more issues
(edit) @9991   8 years Don-vip sonar - fix comment indentation
(edit) @9990   8 years Don-vip sonar - Inner classes which do not reference their owning classes …
(edit) @9989   8 years Don-vip sonar - Methods should not be empty
(edit) @9988   8 years Don-vip sonar - remove useless dynamic class loading
(edit) @9987   8 years Don-vip sonar - use double instead of float
(edit) @9986   8 years Don-vip fix potential NPE
(edit) @9983   8 years Don-vip remove unused code
(edit) @9982   8 years Don-vip fix #12620 - minor layout issue in node coordinate history tab
(edit) @9981   8 years Don-vip fix some unused code warnings
(edit) @9980   8 years Don-vip sonar - code style + javadoc
(edit) @9979   8 years Don-vip see #12599, fix #12616 - Random repositioning of nodes (incomplete fix …
(edit) @9978   8 years Don-vip sonar - remove useless initializations
(edit) @9977   8 years Don-vip sonar - remove some transient modifiers
(edit) @9976   8 years Don-vip sonar - code simplification
(edit) @9975   8 years Don-vip sonar - make some final fields static too, use Collection.isEmpty(), …
(edit) @9974   8 years Don-vip sonar - rename fields to match code conventions, remove empty instruction
(edit) @9972   8 years Don-vip sonar - remove unnecessary fully qualified names
(edit) @9971   8 years Don-vip sonar - use diamond operator when possible (some cases cause …
(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) @9968   8 years Don-vip sonar - Add parentheses to make the operator precedence explicit + add …
(edit) @9966   8 years Don-vip sonar - remove redundant null-checks
(edit) @9965   8 years Don-vip fix #12282 - drop XML mappaint support - keep XML detection in order …
(edit) @9962   8 years Don-vip update new TLD from IANA - version 2016031001
(edit) @9961   8 years simon04 fix #12599 - Added/deleted "uninteresting" tags are "reverted" by …
(edit) @9960   8 years simon04 Reduce OAuth logo height
(edit) @9958   8 years bastiK fix svn:eol property
(edit) @9955   8 years Don-vip see #11516 - fix javadoc warning
(edit) @9954   8 years Don-vip make MapScaler and SizeButton implement Accessible interface, …
(edit) @9952   8 years simon04 see #11516 - Compute multipolygon area, include in MapCSS, JOSM search
(edit) @9951   8 years simon04 see #11516 - Compute closed way area using Sinusoidal projection
(edit) @9950   8 years simon04 see #11516 - Add Sinusoidal projection
(edit) @9949   8 years Don-vip remove deprecated stuff, code cleanup, javadoc, unit tests
(edit) @9948   8 years simon04 fix #12600 - Orthogonalize: fix ArrayIndexOutOfBoundsException …
(edit) @9947   8 years wiktorn Provide additional zoom levels from zoom slider. Move maximum zoom to …
(edit) @9946   8 years wiktorn Fix NPE's when unsupported projection used with WMTS
(edit) @9944   8 years Don-vip mapmode: add basic unit tests
(edit) @9942   8 years Don-vip fix problems seen in unit tests when launched manually from Eclipse
(edit) @9941   8 years simon04 fix #12457 - Filter "modified" not updating after uploading changes
(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) @9937   8 years simon04 see #8460 - Allow roundabouts in gap test
(edit) @9936   8 years simon04 Fix Javadoc typo from r9932
(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 …
Note: See TracRevisionLog for help on using the revision log.