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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10072   8 years Don-vip refactor duplicated code
(edit) @10070   8 years Don-vip refactor duplicated code
(edit) @10059   8 years Don-vip see #11924 - write proper html code to see it it resolves unit test …
(edit) @10055   8 years Don-vip fix #12652 - Do not ...snip... bug report messages after 6000 …
(edit) @10053   8 years Don-vip fix #12628 - Ability to copy coordinates from History dialog
(edit) @10050   8 years Don-vip add more unit tests
(edit) @10047   8 years Don-vip add more unit tests
(edit) @10046   8 years Don-vip sonar - squid:S1449 - Locale should be used in String operations sonar …
(edit) @10045   8 years Don-vip sonar - squid:S2129 - Constructors should not be used to instantiate …
(edit) @10044   8 years Don-vip sonar - squid:S1641 - Sets with elements that are enum values should …
(edit) @10043   8 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @10041   8 years Don-vip update to checkstyle 6.17
(edit) @10035   8 years Don-vip code refactoring to ease creation of unit tests by avoiding as much as …
(edit) @10033   8 years Don-vip fix #12632 - Use WGS84 Ellipsoid constant instead of fixed value for R
(edit) @10031   8 years Don-vip fix #12654 - Add layer invalidation listener (patch by michael2402)
(edit) @10024   8 years Don-vip fix #12656 - increase display time for styles and presets tooltips
(edit) @10021   8 years bastiK see #6301 - fix issues detected by the test
(edit) @10016   8 years bastiK fixed #12650 - Error when click on Imagery providers (see #6301)
(edit) @10011   8 years Don-vip fix #12642 - New layer filter (opacity/gamma) dialog (patch by …
(edit) @10008   8 years Don-vip fix #12633 - Make layer order more flexible by letting each layer …
(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) @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) @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) @9988   8 years Don-vip sonar - remove useless dynamic class loading
(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) @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) @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) @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) @9960   8 years simon04 Reduce OAuth logo height
(edit) @9958   8 years bastiK fix svn:eol property
(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) @9949   8 years Don-vip remove deprecated stuff, code cleanup, javadoc, unit tests
(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) @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) @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) @9932   8 years simon04 see #8460 - fix typo from r9931, fix matching, improve conditions, add …
(edit) @9929   8 years Don-vip findbugs
(edit) @9926   8 years Don-vip LayerListDialog: add first unit tests
(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) @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) @9906   8 years Don-vip PrefEntry: add unit tests, fix findbugs warning
(edit) @9904   8 years simon04 see #12584 - Provide some OAuth debug output
(edit) @9899   8 years wiktorn Use one static instance of NativeScaleLayer for all TMS layers. See: …
(edit) @9897   8 years wiktorn Use maximum/minimum supported zoom levels for native scale …
(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) @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) @9880   8 years Don-vip findbugs
(edit) @9877   8 years simon04 fix #12488 - Fix ArrayIndexOutOfBoundsException when using tag filter …
(edit) @9873   8 years simon04 see #12453 - Display "discourage upload" in layer popup menu for …
(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) @9863   8 years simon04 see #12275 - Clarify variable name
(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) @9857   8 years simon04 fix #12549 - MapCSS: permit using character classes in regexp: \p{...}
(edit) @9854   8 years Don-vip sonar - squid:S2272 - "Iterator.next()" methods should throw …
(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) @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)
Note: See TracRevisionLog for help on using the revision log.