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) @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 …
(edit) @5861   11 years Don-vip Remote control: start/stop HTTP server without restarting JOSM
(edit) @5858   11 years Don-vip warning with invalid plugin preferences
(edit) @5857   11 years Don-vip fix #8561 - Integrate restart plugin into core. Asks for restart when …
(edit) @5808   11 years akks fix #8549, patch by Zverikk: Remove [deprecated] imagery offset server …
(edit) @5784   11 years akks Auto adjust column width in remote control add_tags table. (noticed by …
(edit) @5769   11 years stoecker remove deprecated stuff
(edit) @5763   11 years Don-vip Remove old code
(edit) @5752   11 years Don-vip fix #8404 - workaround for JDK bug 6322854 (crash when inserting …
(edit) @5733   11 years bastiK fixed #8446 - Can't put imagery sources in the toolbar anymore after r5728
(edit) @5731   11 years Don-vip fix #8444 - NPE when no WMS url is entered in WMS add dialog + various …
(edit) @5729   11 years bastiK applied #8441 - show local imagery sources in menu instead of popup
(edit) @5723   11 years Don-vip fix #7754 - plugin management: unable to activate plugin after aborted …
(edit) @5703   11 years akks Split preferences list into groups in Display Settings / OSM Data, see …
(edit) @5666   11 years simon04 fix #8360 - designated icons for adding WMS/TMS
(edit) @5650   11 years simon04 see #8254 - suggest WMS layer name based on selection
(edit) @5649   11 years simon04 fix #8310 - fix scrollbar of WMS layers tree
(edit) @5634   11 years bastiK add option to select projection by code this means it is no longer …
(edit) @5632   11 years Don-vip remove forgotten debug code
(edit) @5631   11 years Don-vip Allow to access directly to validator preferences from validator …
(edit) @5617   11 years simon04 see #8254 - new imagery entry wms_endpoint: Store WMS endpoint only, …
(edit) @5609   11 years Don-vip fix #8246 - Recursive dependencies resolution at plugin selection
(edit) @5604   11 years Don-vip Allow plugins to interact with projection preferences tab in …
(edit) @5601   11 years Don-vip fix #7680, fix #8209 - Better handling of plugin automatic updates …
(edit) @5590   11 years bastiK suppress some warnings (unchecked cast mostly)
(edit) @5587   11 years Don-vip Single entry point in Utils to open HTTP connections
(edit) @5586   11 years bastiK check property 'min-josm-version' for custom styles and warn user if …
(edit) @5576   11 years bastiK add *.zip to FileFilter (closes #8184)
(edit) @5572   11 years bastiK fixed #8184 - Map paint settings: wrong file filter for adding local …
(edit) @5568   11 years Don-vip fix #7952 - GUI expert settings for enabling GPX/wireframe …
(edit) @5553   11 years bastiK expose objects for plugins
(edit) @5551   11 years bastiK see #4029 - remember layer visibility/opacity
(edit) @5548   11 years bastiK remove Projection classes (replaced by data/epsg file) concludes the …
(edit) @5546   11 years bastiK remove old migration code
(edit) @5541   11 years Don-vip fix #8159 - NPE in imagery providers panel
(edit) @5511   12 years stoecker fix #8060 - typo
(edit) @5493   12 years Don-vip see #8011 - Small improvements in About dialog
(edit) @5492   12 years Don-vip fix #8028 - JFileChooser not working in dialog used to add an active …
(edit) @5468   12 years jttt EDT violation
(edit) @5465   12 years Don-vip Refactor Imagery preferences settings panels to allow future reuse
(edit) @5464   12 years Don-vip Rework Properties a bit to simplify management of Color properties
(edit) @5461   12 years Don-vip fix #5567 - Do not mix case in WMS requests parameters
(edit) @5454   12 years Don-vip see #6985 - Rescale preferences tab icons to 48x48 pixels
(edit) @5438   12 years Don-vip fix #6733 - File Open dialog incorrectly accepts folder selection …
(edit) @5429   12 years Don-vip fix #7917 - Control the number of items displayed at once in all …
(edit) @5422   12 years Don-vip see #7943 - Introduce OsmApi.DEFAULT_API_URL, better handling of …
(edit) @5368   12 years simon04 Fix a IndexOutOfBoundsException bug IndexOutOfBoundsException …
(edit) @5295   12 years stoecker fix #7752, change language link in EULA to follow wiki syntax
(edit) @5266   12 years bastiK fixed majority of javadoc warnings by replacing "{@see" by "{@link"
(edit) @5259   12 years stoecker fix message text
(edit) @5254   12 years simon04 fix #7707 - NPE at keyboard config
(edit) @5248   12 years simon04 typo
(edit) @5236   12 years bastiK * removed offset option from UTM which is probably rarely used. …
(edit) @5235   12 years bastiK no rounding for projection bounds, to avoid 42 being dispayed as …
(edit) @5234   12 years bastiK separate preference gui from core projection code (there may be bugs)
(edit) @5226   12 years bastiK improvements for custom projection
(edit) @5224   12 years bastiK remove unnecessary projection lookup
(edit) @5220   12 years bastiK change to new preference format for mappaint styles and presets
(edit) @5203   12 years simon04 I18n: add some strings to be translated
(edit) @5162   12 years akks Josm XML-JS configurator, see #4421: bugfixes, JS variables for …
(edit) @5151   12 years simon04 see #6964 - hide toolbar action text when background image loading finishe
(edit) @5145   12 years Don-vip fix #7311 - lower value of default plugin update interval: 30 days
(edit) @5140   12 years simon04 fix #7030 - manual plugin update does not clear "you should update" status
Note: See TracRevisionLog for help on using the revision log.