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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8218   9 years simon04 fix #10868 - Add osm.notes.daysClosed to preference dialog
(edit) @8215   9 years simon04 fix #10866 - Adjust size check for "Download area too large" warning …
(edit) @8214   9 years simon04 Notes layer: make "Zoom to data/layer" work
(edit) @8213   9 years simon04 Base note drawing on JTextArea - fixes #10864 - overflow for long URLs
(edit) @8212   9 years simon04 see #11147 see #11321 - Add "Download notes in current view" to file …
(edit) @8211   9 years simon04 fix #11350 - Notes input: avoid line break within a word
(edit) @8207   9 years simon04 fix #11148 - Add Valencian language to josm (ca@valencia)
(edit) @8206   9 years simon04 fix #10299 - MapCSS index for last element of object Negative index …
(edit) @8205   9 years simon04 fix #10790 - Display shortcuts in adding tags dialog
(edit) @8201   9 years simon04 fix #10632 - Add expand icon and separator in edit toolbar
(edit) @8199   9 years simon04 see #10217 - Enable rotating icons with MapCSS The corresponding key …
(edit) @8189   9 years stoecker see #11275 - i18n fixes
(edit) @8186   9 years bastiK see #11312 - imagerycache Plugin broken by recent changes in JOSM …
(edit) @8177   9 years stoecker fix warning
(edit) @8175   9 years stoecker see #11271 - fix typo
(edit) @8170   9 years stoecker fix #11275 - improve display of multiple values - original patch by …
(edit) @8169   9 years stoecker fix #11271 - allow to skip plugin loading - patch by Bryce Nesbitt
(edit) @8168   9 years bastiK see #11216 - Limit size of TMS cache (patch by wiktorn)
(edit) @8158   9 years Don-vip fix #11272 - export same additional GPX tags for trkpt than wpt
(edit) @8153   9 years stoecker fix #11263 - displacement in TMS layers - fix by asdqweasd
(edit) @8151   9 years Don-vip fix #11259 - catch InvalidDnDOperationException
(edit) @8141   9 years bastiK applied #11231 - MapCSS: Use PriorityQueue instead of sorting an …
(edit) @8133   9 years bastiK see #11227 - MapCSS: rendering slow because of frequent preferences lookup
(edit) @8132   9 years Don-vip fix #11162 - update to metadata-extractor 2.7.2
(edit) @8130   9 years Don-vip fix Sonar issue squid:ModifiersOrderCheck - Modifiers should be …
(edit) @8128   9 years Don-vip fix Sonar issue squid:S2446 - "notifyAll" should be used
(edit) @8126   9 years Don-vip fix Sonar issue squid:S2444 - Lazy initialization of "static" fields …
(edit) @8116   9 years Don-vip fix #11206 - NPE
(edit) @8115   9 years Don-vip fix #11192 - missing notes translations
(edit) @8103   9 years bastiK fixed #11163 - map symbols of an inactive (for editing) data layer …
(edit) @8097   9 years stoecker see #10684, see #10688 - fix image scaling for mappaint
(edit) @8093   9 years stoecker javadoc fixes
(edit) @8087   9 years bastiK MapCSS: new @supports rule Implementation should be mostly compatible …
(edit) @8086   9 years bastiK MapCSS: add support for dynamic subparts This feature is not useful …
(edit) @8085   9 years bastiK fixed #10216 Offsetting node icon in MapCSS also: rework of rendering …
(edit) @8081   9 years Don-vip fix #10882 - fix focus issues properly
(edit) @8079   9 years Don-vip fix #11123 - IllegalArgumentException when resizing window with active …
(edit) @8078   9 years Don-vip fix #10930 - different selections in mapview and notes dialog list …
(edit) @8075   9 years Don-vip fix #10882 - dynamic resize of search box for low resolutions
(edit) @8074   9 years bastiK #11090 - do not load plugins unless dependencies can be loaded (or are …
(edit) @8073   9 years Don-vip fix some Sonar issues
(edit) @8072   9 years Don-vip fix #10882 - Implement search box for main menu (modified patch from …
(edit) @8071   9 years Don-vip fix #10960 - Add note API search dialog (modified patch by ToeBee). …
(edit) @8069   9 years Don-vip fix #11074 - Cannot collapse geotagged images dialog
(edit) @8068   9 years Don-vip fix #11076 - robustness to unsupported WMS rectifier imagery types
(edit) @8066   9 years stoecker version off by one
(edit) @8065   9 years stoecker display imagery description in preferences dialog tooltip
(edit) @8061   9 years bastiK see #11096 - strip .png
(edit) @8056   9 years bastiK fixed #11096 - png -> svg
(edit) @8047   9 years bastiK see #11096 - fix png -> svg
(edit) @8041   9 years bastiK applied #11059 - New method unflagNewGpsData(), modified infoText …
(edit) @8038   9 years Don-vip fix #11093 - workaround for Java bug JDK-6322854 in JosmTextField. Use …
(edit) @8030   9 years bastiK see #11090 - refresh plugin info after download & before loading
(edit) @8029   9 years bastiK see #11090 - new option for LayerChangeListener to get an initial …
(edit) @8024   9 years bastiK see #11090 - make sure plugin preference tab is shown after runtime load
(edit) @8018   9 years bastiK fix compile error from [8017]
(edit) @8017   9 years bastiK see #11090 - basic support for plugin loading at runtime. This is …
(edit) @8015   9 years bastiK fixed #10989 - I18n display support for major Asian scripts (Tamil, …
(edit) @8005   9 years Don-vip fix #11064 - disable undo/redo feature for table cell editors
(edit) @8002   9 years Don-vip fix #11046 - add Redo action, bound to Ctrl-Y in JosmTextField. Don't …
(edit) @8000   9 years Don-vip fix #11046 - bind Undo action to Ctrl-Z in JosmTextField
(edit) @7999   9 years Don-vip fix #11061 - Remote API imagery cookies parameter is not handled …
(edit) @7995   9 years Don-vip fix #11047 - changeset: no length check for the source field
(edit) @7983   9 years Don-vip fix #10987 - EDT violation during GeoImageLayer merge
(edit) @7982   9 years Don-vip see #11008 - fix changeset manager help button
(edit) @7980   9 years Don-vip fix #11005 - javadoc update (patch by double-m)
(edit) @7966   9 years bastiK fixed #10934 - JOSM>Imagery menu order and contents - Don't use hidden …
(edit) @7958   9 years bastiK applied #10856 - add jump to position of a note in notes dialog (patch …
(edit) @7956   9 years bastiK fixed #10962 - Photo orientation should not be ignored for thumbnails
(edit) @7954   9 years stoecker see #10854 - fix typos
(edit) @7949   9 years Don-vip fix #10933 - keep the same selection in selection dialog after cliking …
(edit) @7948   9 years Don-vip fix #10939 - handle line wrapping in changeset discussion comments
(edit) @7937   9 years bastiK add subversion property svn:eol=native
(edit) @7935   9 years bastiK applied #10920, applied #10854 - Move 'Toggle image thumbnail preview' …
(edit) @7933   9 years Don-vip fix #10927 - simple UI improvement for History dialog
(edit) @7931   9 years Don-vip fix #10941 - fix handling of rows attribute for multiselect preset item
(edit) @7921   9 years Don-vip fix #10921 - NPE
(edit) @7912   9 years bastiK applied #10894 - Show photo direction arrow for thumbnail (patch by …
(edit) @7911   9 years bastiK see #9813 - activate new TMS cache
(edit) @7909   9 years Don-vip fix #10899 - robustness to nodes without coordinates
(edit) @7896   9 years Don-vip fix font problems with Khmer. Only tested on Java 8/Windows 7 right now.
(edit) @7894   9 years Don-vip Enable CLDR and add support for Khmer language (km) for Java 8 users
(edit) @7892   9 years Don-vip fix #10628 - display first image when adding first new geoimage layer, …
(edit) @7889   9 years Don-vip fix #10801 - presets reading: checkgroup in chunk leads to checks …
(edit) @7886   9 years Don-vip update to latest jmapviewer code cleanup
(edit) @7883   9 years Don-vip fix #6430 - add tag: selection problem with single-char values on some …
(edit) @7882   9 years Don-vip fix #10606 - add ID of notes (patch by ToeBee)
(edit) @7881   9 years Don-vip fix regression caused by optimization done in r7879
(edit) @7879   9 years Don-vip optimize / ease debug the chek of assertions in MapCSSTagChecker
(edit) @7866   9 years Don-vip see #10848 - consistent naming of dialog help topic
(edit) @7864   9 years Don-vip global cleanup of IllegalArgumentExceptions thrown by JOSM
(edit) @7863   9 years Don-vip fix #10470 - fix invalid recognition of items in AutoCompletionComboBox
(edit) @7862   9 years Don-vip fix #10858 - fix problematic help topics
(edit) @7861   9 years Don-vip see #10848 - consistent naming of wiki pages for toggle dialogs
(edit) @7860   9 years Don-vip fix #10850 - clear imagery providers map preview when reloading …
(edit) @7852   9 years Don-vip see #10858 - rename NoteDialog to NotesDialog
(edit) @7847   9 years bastiK fixed #10872 - handle BOM for preset files
(edit) @7843   9 years Don-vip update help and man pages
(edit) @7834   9 years Don-vip see #10026 - use recommended user data directory on OSX (distinct from …
(edit) @7823   9 years bastiK see #5309 - too many files in tile cache (see [o30854]) Set Einstein …
Note: See TracRevisionLog for help on using the revision log.