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) @6830   10 years Don-vip javadoc fixes for jdk8 compatibility
(edit) @6814   10 years Don-vip fix #8234 - remove duplicated/unused icons + javadoc
(edit) @6806   10 years Don-vip fix some Sonar issues introduced recently
(edit) @6798   10 years Don-vip fix some Sonar issues
(edit) @6797   10 years Don-vip fix #9406 - Verify for new versions of plugins on crashes
(edit) @6792   10 years Don-vip Sonar - fix various issues
(edit) @6789   10 years Don-vip fix #9637 - make status bar background/foregound colors configurable …
(edit) @6783   10 years Don-vip fix some Sonar issues
(edit) @6767   10 years Don-vip javadoc for gui.preferences.advanced package
(edit) @6764   10 years Don-vip javadoc for gui.preferences.display package
(edit) @6752   10 years Don-vip fix #7633, see #9264 - fix dynamic side buttons broken in r6727 + many …
(edit) @6741   10 years simon04 Preference: Allow to toggle selection of plugins also by clicking on …
(edit) @6733   10 years Don-vip update javadoc
(edit) @6729   10 years Don-vip disables OK button in SourceEditor "add entry" dialog when no file/URL …
(edit) @6717   10 years Don-vip where applicable, replace System.arraycopy by Arrays.copyOf
(edit) @6690   10 years Don-vip code/javadoc cleanup in imagery code
(edit) @6670   10 years Don-vip fix #9508 - Centralized service for validator rules
(edit) @6666   10 years Don-vip see #9508 - refactor validator preferences + handling of JScrollPane
(edit) @6653   10 years simon04 Preference dialog: allow to toggle the "Use the default OSM server …
(edit) @6643   10 years Don-vip global replacement of e.printStackTrace() by Main.error(e)
(edit) @6636   10 years simon04 see #9414 - MapCSS validator: skip tests with informational severity …
(edit) @6624   10 years Don-vip fix #9521 - Colors no more displayed in preferences dialog since …
(edit) @6623   10 years Don-vip fix Sonar issues
(edit) @6605   10 years simon04 fix #9350 - Validator: test for the correct usage of :conditional
(edit) @6603   10 years Don-vip fix some Sonar issues
(edit) @6602   10 years Don-vip fix #9511 - non propagation of OSM API url to OAuth preferences panel …
(edit) @6593   10 years stoecker cleanup validator prefs to better support prefs format (resets some …
(edit) @6582   10 years bastiK fixed #9505 - Defaults for osm-server.url differ = !null
(edit) @6578   10 years bastiK Preferences rework. Merges the 4 maps for the 4 setting types into a …
(edit) @6552   10 years simon04 Refactoring: introduce Utils.UTF_8 charset to avoid handling of …
(edit) @6529   10 years Don-vip Various stuff: * see #9414: remove old DeprecatedTags test * …
(edit) @6525   10 years Don-vip fix server preferences dialog broken in r6523 + reload MOTD after …
(edit) @6524   10 years Don-vip global use of Utils.joinAsHtmlUnorderedList()
(edit) @6523   10 years Don-vip Ask user to change proxy settings when proxy errors occur at startup …
(edit) @6495   10 years Don-vip i18n - fix typo
(edit) @6488   10 years Don-vip cleanup in data folder
(edit) @6460   10 years simon04 see #7563 - put WMS auto zoom default setting to preference dialog
(edit) @6452   10 years Don-vip fix #9360 - listed Values in Enhanced Preferences cannot be removed …
(edit) @6426   10 years simon04 see #9309 - provide direct menu items to preset/imagery preferences
(edit) @6380   10 years Don-vip update license/copyright information
(edit) @6378   10 years Don-vip Sonar/Findbugs - fix various violations, javadoc
(edit) @6367   10 years Don-vip Sonar/Findbugs - unused code
(edit) @6365   10 years Don-vip Sonar/Findbugs - fix of recent violations
(edit) @6364   10 years Don-vip fix #3744 - Refresh list of TMS layers of download dialog when imagery …
(edit) @6362   10 years Don-vip Checkstyle: - private constructors for util classes - final classes - …
(edit) @6361   10 years Don-vip Sonar/Findbugs - Unused formal parameter
(edit) @6357   10 years Don-vip fix #5382 - add an option to display a notification at each autosave …
(edit) @6349   10 years Don-vip fix #9234 - For identified users, notifies periodically (every 5 …
(edit) @6342   10 years Don-vip various fixes
(edit) @6340   10 years Don-vip refactor of some GUI/widgets classes (impacts some plugins): - …
(edit) @6335   10 years Don-vip Sonar/Findbugs - Unused Private Fields
(edit) @6317   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6316   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6314   11 years Don-vip fix #8512 - Do not display discardable keys by default. Expert users …
(edit) @6310   11 years Don-vip Sonar/FindBugs - Nested blocks of code should not be left empty
(edit) @6296   11 years Don-vip Sonar/Findbugs - Avoid commented-out lines of code, javadoc
(edit) @6295   11 years Don-vip Sonar/Findbugs - fix various problems, javadoc
(edit) @6283   11 years Don-vip Sonar/Findbugs - Bad practice - Method might ignore exception
(edit) @6267   11 years Don-vip Sonar/FindBugs - Replace singular fields by local variables
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6246   11 years Don-vip Sonar/FindBugs - various bugfixes / violation fixes
(edit) @6231   11 years Don-vip Sonar - Avoid instantiating Integer objects. Call Integer.valueOf() …
(edit) @6228   11 years Don-vip Sonar - replace array copy loops by more efficient calls to …
(edit) @6223   11 years Don-vip Sonar - fix various violations
(edit) @6222   11 years Don-vip Make some more defensive copies of user-supplied arrays, javadoc
(edit) @6203   11 years Don-vip fix #9024 - bbox/bounds memory optimizations (modified patch by …
(edit) @6152   11 years bastiK see #8972 - fix path separator
(edit) @6151   11 years bastiK #8972 - Receiving nullpointer exception when loading map style whose …
(edit) @6148   11 years bastiK fixed #8686 - Allow ZIP files whose paths are relative to the ZIP root …
(edit) @6143   11 years Don-vip see #8885 - cleanup in command line arguments and website URL handling
(edit) @6142   11 years Don-vip see #8902 - fix compilation warnings
(edit) @6106   11 years Don-vip see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6104   11 years Don-vip see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6087   11 years Don-vip see #8902 - string.equals("") => string.isEmpty() (patch by shinigami)
(edit) @6085   11 years Don-vip see #8902 - c-like array definitions changed to java-like (patch by …
(edit) @6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @6083   11 years bastiK see #8902 - Small performance enhancements (patch by shinigami)
(edit) @6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @6068   11 years akks see #8853: Massive (and dumb) refactoring of TaggingPreset class …
(edit) @6056   11 years Don-vip fix #6515 - Allow switching system of measurement from a single click …
(edit) @6023   11 years akks forgotten file from previous commit
(edit) @6022   11 years akks fix #7449: initial support for shortcut/color/toolbar/imagery profiles …
(edit) @6021   11 years akks fix #8483: option to reset preferences (Advanced preferences - More - …
(edit) @6020   11 years akks see #8652: use Tab for toggling panels even if focus is on toolbar …
(edit) @6016   11 years Don-vip fix #8812 - NPE in add wms panel
(edit) @6000   11 years simon04 Add combobox for image format to dialog when creating WMS layer
(edit) @5998   11 years Don-vip fix #8775 - IllegalComponentStateException when remembering position …
(edit) @5979   11 years akks fix #8652 [based on patch by cmuelle8] enable dialog and panels hiding …
(edit) @5973   11 years Don-vip see #8740 - fix NPE in core with plugins defining invalid preferences …
(edit) @5968   11 years stoecker fix broken text
(edit) @5965   11 years akks see #8652 (patch by cmuelle8, part 1, modified): add "toggle panels" …
(edit) @5954   11 years akks fix #3484: allow setting keyboard shortcuts for specific presets and …
(edit) @5933   11 years Don-vip fix #8667 - NPE with plugins returning invalid preferences (scripting)
(edit) @5927   11 years bastiK add missing license information
(edit) @5926   11 years bastiK clean up imports
(edit) @5899   11 years stoecker fix javadoc
(edit) @5891   11 years stoecker fix javadoc
(edit) @5889   11 years Don-vip fix potential bugs detected by FindBugs
(edit) @5886   11 years Don-vip see #4429 - Right click menu "undo, cut, copy, paste, delete, select …
(edit) @5874   11 years Don-vip see #8570, #7406 - I/O refactorization: - Move different file copy …
Note: See TracRevisionLog for help on using the revision log.