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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9824   8 years bastiK applied #12539 - reverse zoom with mouse wheel (patch by kolesar)
(edit) @9783   8 years Don-vip checkstyle
(edit) @9778   8 years bastiK see #12507 - fix mouse wheel scrolling at some places
(edit) @9759   8 years Don-vip refactor preferences settings classes
(edit) @9694   8 years simon04 fix #12456 see #12384 - Preferences: unused osm server address box …
(edit) @9686   8 years bastiK applied #12460 - choose color with double-click (patch by kolesar)
(edit) @9682   8 years wiktorn Check if the imagery is valid before returning the info object. I …
(edit) @9665   8 years stoecker fix eol-style issues and similar formating stuff, see #12410
(edit) @9625   8 years Don-vip fix NPE
(edit) @9624   8 years Don-vip update/fix preferences unit tests, based on work from Mapillary plugin …
(edit) @9623   8 years Don-vip fix transient/serializable findbugs warnings
(edit) @9622   8 years Don-vip add more unit tests + fix some sonar issues
(edit) @9621   8 years Don-vip see #10588 - properly manage exception feedback in PluginDownloadTask. …
(edit) @9616   8 years Don-vip fix unit test (forgot data file + headless mode)
(edit) @9611   8 years Don-vip update unit tests
(edit) @9609   8 years bastiK rewrite of ProjectionRefTest - now covers all projections (see #12186)
(edit) @9576   8 years Don-vip code refactoring for unit tests / headless mode
(edit) @9570   8 years Don-vip use Utils.escapeReservedCharactersHTML() instead of duplicating code
(edit) @9543   8 years Don-vip refactoring - global simplification of use of setLayout method - …
(edit) @9507   8 years Don-vip advanced preferences - refactoring to reduce code duplication
(edit) @9506   8 years Klumbumbus see #12296 - add new water and waypoint icons (by zermes), move old …
(edit) @9485   8 years simon04 fix #12384 - Keep history of custom OSM Server URLs
(edit) @9417   8 years Don-vip checkstyle + javadoc
(edit) @9414   8 years simon04 see #8824 - Fail fast when initializing imagery entries while starting …
(edit) @9412   8 years simon04 see #8824 - Allow to cancel updating of imagery entries in the preferences
(edit) @9411   8 years simon04 see #8824 - Allow to cancel download of style/preset list in preferences
(edit) @9371   8 years simon04 Java 7: use Objects.equals and Objects.hash
(edit) @9353   8 years simon04 Refactoring: introduce OsmApi#getServerUrl
(edit) @9352   8 years simon04 fix #7612 - Prefer OAuth, provide authorization at upload
(edit) @9334   8 years Don-vip see #12282 - handle warnings for mappaint styles: - Log warnings that …
(edit) @9309   8 years simon04 see #12292 - Allow to disconnect HttpClient in connecting phase
(edit) @9253   8 years stoecker see #10684 - use squared toolbar buttons always, move side button …
(edit) @9252   8 years Don-vip see #10684 - update to checkstyle 6.14.1
(edit) @9242   8 years simon04 fix #7670 - Add Overpass settings to main preference
(edit) @9239   8 years Don-vip javadoc update
(edit) @9231   8 years Don-vip javadoc update
(edit) @9224   8 years Don-vip fix #12260 - adjust colors contrast in preferences tables (imagery, …
(edit) @9223   8 years Don-vip fix #12259 - adjust colors contrast in relation editor and history dialog
(edit) @9221   8 years Don-vip fix #12256 - adjust contrast of text displayed in imagery alignment …
(edit) @9212   8 years Don-vip checkstyle 6.14 + tune xml validation settings in Eclipse project
(edit) @9172   8 years simon04 see #12231 - Use HttpClient for OSM API calls This requires adaptors …
(edit) @9100   8 years bastiK applied #12181 - Add Netherlands RD projection (patch by vholten)
(edit) @9098   8 years Klumbumbus make it more clear how the preset menu is sorted
(edit) @9078   8 years Don-vip sonar - Immutable Field
(edit) @9075   8 years Don-vip pmd - Useless qualified this usage in the same class
(edit) @9074   8 years Don-vip pmd - Ternary operator with a boolean literal can be simplified with a …
(edit) @9073   8 years Don-vip checkstyle - Comments Indentation
(edit) @9059   8 years Don-vip checkstyle
(edit) @9006   8 years Don-vip fix #12084 - allow to hide main toolbar
(edit) @8958   8 years Don-vip update javadoc + checkstyle fix + update presets links
(edit) @8936   8 years Don-vip add unit test to check syntax validity of all MapCSSTagChecker rules
(edit) @8870   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @8863   9 years Don-vip major code cleanup/refactoring of tagging presets: slay the monster …
(edit) @8861   9 years wiktorn Remove MEMORY_SIZE based settings and fix high cpu usage when showing …
(edit) @8850   9 years Don-vip sonar - squid:S3047 - Multiple loops over the same set should be combined
(edit) @8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(edit) @8840   9 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @8836   9 years Don-vip fix Checkstyle issues
(edit) @8835   9 years simon04 fix #10071 - Read MapCSS style/rule name from meta selector
(edit) @8769   9 years wiktorn Make column headers translable. Closes: #11881
(edit) @8764   9 years Don-vip fix Checkstyle issues
(edit) @8751   9 years wiktorn Introduce zoom offseting. See: #11856 * MemoryTileCache size based on …
(edit) @8750   9 years wiktorn Improve resposiveness of preferences window by moving expensive IO …
(edit) @8734   9 years simon04 see #11843 - Give all started threads sensible names …
(edit) @8681   9 years simon04 see #11795 - taginfo-extract also external presets
(edit) @8629   9 years wiktorn Fix NPE in CacheEntry and TMS settings * fix NPE in CacheEntry …
(edit) @8624   9 years bastiK add missing svn:eol-style=native
(edit) @8621   9 years wiktorn Fix artifacts on clicks in CacheContentsPanel. Closes: #11703
(edit) @8604   9 years wiktorn Better error reporting in JCS, checkstyle fixes
(edit) @8600   9 years wiktorn * fix sonar issues * implement cache clear for "clear" button Closes: …
(edit) @8598   9 years wiktorn TileSource: * added method - getTileId that returns unique identifier …
(edit) @8570   9 years Don-vip checkstyle
(edit) @8568   9 years wiktorn Basic WMTS support. * added information about units and to_meter to …
(edit) @8554   9 years bastiK applied #11634 - Moved global SOM management out of …
(edit) @8540   9 years Don-vip fix remaining checkstyle issues
(edit) @8533   9 years Don-vip findbugs
(edit) @8530   9 years Don-vip see #11255 - checkstyle/findbugs
(edit) @8526   9 years wiktorn Introduce WMS layer based on TMS. (closes: #11255) HEADS UP: After …
(edit) @8513   9 years Don-vip checkstyle: blocks
(edit) @8512   9 years Don-vip checkstyle: redundant modifiers
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8509   9 years Don-vip fix many checkstyle violations
(edit) @8507   9 years simon04 fix #10593 - Preference, mappaint/preset/validator sources: indicate …
(edit) @8492   9 years simon04 fix #3145 - Allow listing custom presets within default groups The …
(edit) @8471   9 years Don-vip offer to automatically download missing required plugins and restart. …
(edit) @8470   9 years Don-vip javadoc fixes. Removed one duplicated method in exception handling
(edit) @8469   9 years Don-vip Add some more package-info.java to enhance Javadoc. Refactor package …
(edit) @8468   9 years Don-vip fix some minor sonar/code style issues: - Avoid Protected Field In …
(edit) @8461   9 years Don-vip global use of String.isEmpty()
(edit) @8444   9 years Don-vip remove extra whitespaces
(edit) @8442   9 years Don-vip Fix #11266 - SVG versions of JOSM and OAuth logos + some other buttons …
(edit) @8426   9 years Don-vip Accessibility - global use of JLabel.setLabelFor() + various fixes …
(edit) @8423   9 years wiktorn Fix unit tests and findbugs warning. Closes: #11466
(edit) @8422   9 years wiktorn Change HashMap to ConcurrentHashMap, to avoid …
(edit) @8419   9 years Don-vip Sonar: various code style cleanup: - fix copyright - classes that …
(edit) @8413   9 years Don-vip code style - A close curly brace should be located at the beginning of …
(edit) @8404   9 years Don-vip When doing a String.toLowerCase()/toUpperCase() call, use a …
(edit) @8403   9 years wiktorn Rework the per host limit, so the queue will never reject the submited …
(edit) @8401   9 years Don-vip fix some minor Sonar issues
(edit) @8399   9 years Don-vip see #11397, see #11447 - partial revert of r8308 (SONARJAVA-1061: FP …
Note: See TracRevisionLog for help on using the revision log.