source: josm/trunk/src/org/openstreetmap/josm/data/Preferences.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5114   12 years akks see #4421: Mechanism to modify JOSM settings and store files, advanced …
(edit) @5069   12 years simon04 make entries of advanced preference dialog copyable
(edit) @4960   12 years stoecker mv jump to action from G to key J
(edit) @4937   12 years bastiK change wording: warning -> info
(edit) @4933   12 years stoecker fix last checkin
(edit) @4932   12 years stoecker fix 6833 - use WindowGeometry for toggle dialogs and mainwindow …
(edit) @4920   12 years stoecker removed preferences not stored in file
(edit) @4900   12 years stoecker fix #7358 - custom shortcuts broken
(edit) @4895   12 years stoecker remove deprecation
(edit) @4813   12 years bastiK make global cache folder user configurable; move wms cache to global …
(edit) @4811   12 years bastiK make custom pref folder absolute to avoid local paths in preference values
(edit) @4810   12 years bastiK move cache files to ~/.josm/cache (only CacheCustomContent)
(edit) @4770   12 years bastiK change validation method. this should work around the java bug (see #7206)
(edit) @4656   12 years bastiK Fix ambiguities of empty collection vs. empty array by renaming the …
(edit) @4635   12 years bastiK status report should use new xml preference file (see #7027)
(edit) @4634   12 years bastiK advanced preference: dialogs to edit complex preference settings …
(edit) @4614   12 years bastiK see #7088 - Preferences NullPointerException (more checks to find the …
(edit) @4612   12 years bastiK see #7027 - internal structures for preferences (expect some problems …
(edit) @4592   12 years bastiK see #7027 - xml formatted preference data is now written to the new …
(edit) @4565   12 years stoecker don't reinvent the wheel
(edit) @4564   12 years Don-vip fix #7027 - Fixes the two reasons why rename fail under Windows …
(edit) @4555   12 years stoecker save XML for new files always - see #7027
(edit) @4554   12 years stoecker temporary disable XML saving till next tested is released - fix #7027
(edit) @4553   12 years stoecker switch to XML preferences
(edit) @4512   13 years stoecker introduce expert mode, make dynamic toolbar buttons default
(edit) @4452   13 years bastiK remaining parameters for imagery preferences
(edit) @4450   13 years bastiK change preference format for imagery menu entries
(edit) @4426   13 years stoecker show select standard entries in imagery preferences
(edit) @4374   13 years bastiK no duplicate entries in file history
(edit) @4371   13 years simon04 fix #6728 - add saved files to "open recent" menu
(edit) @4310   13 years stoecker fix #6680, fix #6677 - i18n issues
(edit) @4243   13 years stoecker fix track coloring and NMEA import
(edit) @4230   13 years stoecker allow to color the entries in layer list dialog according to assigned …
(edit) @4200   13 years jttt Fix #4667 Make preferences file only readable by the owner
(edit) @4191   13 years stoecker remove old debug stuff
(edit) @4162   13 years stoecker fix #4140 - make colors in conflict dialog configurable
(edit) @3938   13 years stoecker fix applet preferences, move XML code to Preferences, as we may want …
(edit) @3908   13 years bastiK new preference type (list of structs). Should be more flexible when …
(edit) @3848   13 years bastiK Experimental mapcss support. All *.java files in the …
(edit) @3840   13 years stoecker switch to internal base64 again
(edit) @3815   13 years stoecker fixes for applet
(edit) @3795   13 years bastiK do not discard trailing empty strings in collection preference
(edit) @3710   13 years bastiK new list of recently opened files; little preference rework
(edit) @3709   13 years bastiK slight change in preference: getCollection(key, def) always remembers …
(edit) @3708   13 years bastiK doc & trivial code changes
(edit) @3696   13 years bastiK Slightly change the behaviour of getArray. This enables support for …
(edit) @3549   14 years stoecker document code for array prefs
(edit) @3548   14 years stoecker remove wrong warning
(edit) @3547   14 years bastiK fix preference: putCollection shifts the arguments left, when first …
(edit) @3531   14 years stoecker fix array preferences a bit
(edit) @3530   14 years stoecker fix array preferences
(edit) @3527   14 years stoecker add Array storage to prefs, move bookmarks into preferences file
(edit) @3507   14 years stoecker fix #6506 - applet destroys josm prefs
(edit) @3451   14 years jttt Memory leaks, minor changes needed by wmsplugin
(edit) @3438   14 years stoecker fix some charset errors
(edit) @3380   14 years stoecker readded plugin checking
(edit) @3344   14 years bastiK fixed #4259 - Authentication dialog appears several times while …
(edit) @3194   14 years jttt Fix #4875 Display settings->Colors->Set all to default segfaults
(edit) @2845   14 years mjulius fix messages for data
(edit) @2817   14 years Gubaer fixed #3063: Downloading a plugin yields 3 dialogs at the same time: …
(edit) @2711   14 years stoecker fix bad line endings
(edit) @2666   14 years jttt Minor mappaint cleanup, use constants for colors
(edit) @2655   14 years jttt Fixed #4161 Major slowdown in recent versions, used correct pattern …
(edit) @2645   14 years jttt SearchCompiler refactoring, use search pattern for …
(edit) @2641   14 years Gubaer new: supports system defined proxies if JOSM is started with …
(edit) @2620   14 years jttt Remove OsmPrimitive.setIncomplete()
(edit) @2618   14 years Gubaer fixed #4153: Upload dialog's "Upload to '$URL'" isn't updated when the …
(edit) @2542   14 years stoecker cleanup plugin information a bit
(edit) @2512   14 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
(edit) @2372   14 years stoecker fix #3391 - update plugins after josm update
(edit) @2371   14 years stoecker moved system deps into platform hooks
(edit) @2370   14 years stoecker reworked user agent string to match established format
(edit) @2369   14 years Gubaer fixed #3305: Version is UNKNOWN see also [wiki:CreateBuild howto …
(edit) @2358   14 years Gubaer fixed #3305: Version is UNKNOWN fixed #3429: created_by=* includes the …
(edit) @2334   14 years Gubaer Improved bookmark tab in download dialog
(edit) @2327   14 years Gubaer Cleanup in download logic (less global, more encapsulation)
(edit) @2224   15 years stoecker see #3550 - patch by bastiK - allow resizing right handside dialogs, …
(edit) @2053   15 years Gubaer fixed #2322: Regression in r2038 (patches "JOSM destroys its …
(edit) @2038   15 years Gubaer applied #2322: patch by xeen: JOSM destroys its preferences, when disk …
(edit) @2017   15 years Gubaer removed OptionPaneUtil cleanup of deprecated Layer API cleanup of …
(edit) @1857   15 years Gubaer replaced JOptionDialog.show... by OptionPaneUtil.show.... improved …
(edit) @1722   15 years stoecker Large rework in projection handling - now allows only switching and …
(edit) @1688   15 years stoecker fixed #2744 - server url defaults
(edit) @1628   15 years stoecker cleanup group settings in preferences
(edit) @1610   15 years stoecker add generic caching class (e.g. for WMS plugin) - patch by xeen
(edit) @1605   15 years stoecker fixed #2425. set default projection to Mercator. It looks much better …
(edit) @1480   15 years stoecker added user agent
(edit) @1473   15 years stoecker fix #2252 - warning/exception on startup without prefs file
(edit) @1439   15 years stoecker fixed #2232
(edit) @1424   15 years stoecker fixed #2181
(edit) @1332   15 years stoecker better handling of ToggleDialog docking
(edit) @1326   15 years stoecker reworked plugin handling a lot, more to come
(edit) @1245   15 years stoecker added link to presets, fix #1675
(edit) @1243   15 years stoecker restart-warn when changing mappaint colors
(edit) @1224   15 years stoecker fixed some prefs bugs of last version
(edit) @1222   15 years stoecker some cleanup in preferences handling
(edit) @1221   15 years stoecker cleanup color handling
(edit) @1180   15 years stoecker fixed bug #1871, removed all deprecations
(edit) @1169   15 years stoecker removed usage of tab stops
(edit) @1159   15 years stoecker close #682
Note: See TracRevisionLog for help on using the revision log.