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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5689   13 years Don-vip fix #8143 - Side buttons reappear despite "Always hidden" option
(edit) @5684   13 years bastiK add session support for marker layers (see #4029) The data is …
(edit) @5681   13 years bastiK some simple refactoring
(edit) @5679   13 years bastiK fixed #2900 - Saving and reopening of downloaded gpx segments displays …
(edit) @5675   13 years Don-vip fix #8382 - CCE in TaggingPreset
(edit) @5673   13 years Don-vip fix #4304 - Improve error fixing performance by calling …
(edit) @5672   13 years Don-vip fix #3596 - Validator list conflicts with keyboard shortcuts
(edit) @5671   13 years Don-vip Improve validator layer painting performance (major slowdown seen with …
(edit) @5670   13 years bastiK session: save & restore map position and scale (see #4029)
(edit) @5666   13 years simon04 fix #8360 - designated icons for adding WMS/TMS
(edit) @5664   13 years Don-vip Scrollable menus: update MenuScroller to last version + add mouse …
(edit) @5661   13 years Don-vip show/hide Audio menu without restart
(edit) @5660   13 years Don-vip Enable menu scroller for imagery menu
(edit) @5659   13 years akks see #8024: Ctrl-Shift-1..5 in Add Tag dialog = add and continue
(edit) @5658   13 years Don-vip see #8024 - Add Help button to add/edit dialogs
(edit) @5656   13 years akks Patch by Don-Vip fix #8311: Should focus on the proper column when …
(edit) @5650   13 years simon04 see #8254 - suggest WMS layer name based on selection
(edit) @5649   13 years simon04 fix #8310 - fix scrollbar of WMS layers tree
(edit) @5646   13 years Don-vip see #8024, fix #8012 - Remember position of add/edit tags dialog
(edit) @5645   13 years akks fix #8301 (Exception while editing key value); Shift-Enter in Add Tag …
(edit) @5643   13 years framm use auto-increment even if object has tags
(edit) @5642   13 years akks see #8024: After adding recent tags by shift-click, Cancel can undo …
(edit) @5640   13 years akks fix #8298: Selection of recently used tag returns wrong value
(edit) @5639   13 years framm Add a new preset option "auto_increment" that allows the user to …
(edit) @5638   13 years Don-vip fix #6438 - Don't try to save window geometry if not showing on screen
(edit) @5636   13 years akks see #8024: Recent tag list int Alt-A: Double-Click=apply and close, …
(edit) @5634   13 years bastiK add option to select projection by code this means it is no longer …
(edit) @5633   13 years akks see #8293: Auto-select edited or added tag in Properties table, …
(edit) @5632   13 years Don-vip remove forgotten debug code
(edit) @5631   13 years Don-vip Allow to access directly to validator preferences from validator …
(edit) @5630   13 years jttt Relation sorting and way connection refactored, added tests
(edit) @5627   13 years jttt use diff to show relation members in history dialog, jump to first …
(edit) @5624   13 years Don-vip see #8255 - Use 'type' attribute when specified to filter role …
(edit) @5622   13 years jttt Compare selected version with previous after click on date on user in …
(edit) @5620   13 years bastiK applied #8273 - couldn't be escaped for mapcss regexp (patch by ij)
(edit) @5619   13 years simon04 fix ArrayIndexOutOfBoundsException (introduced in r5616)
(edit) @5617   13 years simon04 see #8254 - new imagery entry wms_endpoint: Store WMS endpoint only, …
(edit) @5616   13 years simon04 Filtering for relation toggle dialog. TODO: Disable shortcuts like …
(edit) @5614   13 years simon04 see #8255 - suggest roles when adding objects to a relation
(edit) @5609   13 years Don-vip fix #8246 - Recursive dependencies resolution at plugin selection
(edit) @5606   13 years Don-vip fix #8233 - Don't print stacktrace if error occurs when reading presets
(edit) @5605   13 years Don-vip fix #8234 - Icon image twice in source
(edit) @5604   13 years Don-vip Allow plugins to interact with projection preferences tab in …
(edit) @5603   13 years Don-vip fix #8224 - Relation sorting: run custom sorters before default one in …
(edit) @5601   13 years Don-vip fix #7680, fix #8209 - Better handling of plugin automatic updates …
(edit) @5590   13 years bastiK suppress some warnings (unchecked cast mostly)
(edit) @5587   13 years Don-vip Single entry point in Utils to open HTTP connections
(edit) @5586   13 years bastiK check property 'min-josm-version' for custom styles and warn user if …
(edit) @5584   13 years Don-vip fix #8201 - Error handling or redacted items
(edit) @5582   13 years bastiK fixed #8196 - preset icon size (patch by kendzi)
(edit) @5579   13 years Don-vip see #8180 - Presets: Allow length of input box for text
(edit) @5577   13 years bastiK fixed #8187 - eval(#colour) doesn't result in #colour value suitable …
(edit) @5576   13 years bastiK add *.zip to FileFilter (closes #8184)
(edit) @5573   13 years bastiK add *.* file filter at 2 more places
(edit) @5572   13 years bastiK fixed #8184 - Map paint settings: wrong file filter for adding local …
(edit) @5571   13 years Don-vip fix #7979 - fix ArrayIndexOutOfBoundsException when rendering ways …
(edit) @5568   13 years Don-vip fix #7952 - GUI expert settings for enabling GPX/wireframe …
(edit) @5565   13 years Don-vip see #8153 - fix area computation
(edit) @5564   13 years jttt sort markers by time after merging (so that Jump to next/previous …
(edit) @5563   13 years Don-vip fix #8052 - Presets: correctly select last value in comboboxes when …
(edit) @5561   13 years Don-vip fix #8145 - Forbids negative values in object id field of download …
(edit) @5560   13 years Don-vip see #8153 - Add area units to systems of measurement
(edit) @5558   13 years Don-vip fix #8168 - preset combo boxes - text is cut off
(edit) @5557   13 years Don-vip fix #8147 - NPE in WMS grabber thread
(edit) @5553   13 years bastiK expose objects for plugins
(edit) @5551   13 years bastiK see #4029 - remember layer visibility/opacity
(edit) @5549   13 years bastiK applied #8089 - "nautical mile" (NM) as new system of measurement …
(edit) @5548   13 years bastiK remove Projection classes (replaced by data/epsg file) concludes the …
(edit) @5546   13 years bastiK remove old migration code
(edit) @5544   13 years bastiK applied #8169 - Fix lat/lon in bounding box panel (patch by simonsonc)
(edit) @5543   13 years bastiK fixed #8162 - Handling of SVG in ICONS for <combo> <list_entry> </combo>
(edit) @5541   13 years Don-vip fix #8159 - NPE in imagery providers panel
(edit) @5539   13 years Don-vip Add projected bounding box to "inspect primitive" dialog
(edit) @5538   13 years bastiK move window switch listener to Main class, because it is needed in a plugin
(edit) @5534   13 years bastiK increase maximum resolution of progress bar manual repaint is …
(edit) @5532   13 years stoecker fix #8123
(edit) @5530   13 years bastiK see #7789 - Map icons sometimes disapear after an "Update Data" command
(edit) @5526   13 years jttt Fix #8045 New "Registered toolbar action" bug with the Validator.
(edit) @5520   13 years Don-vip fix #8088 - Width of edit box for long values
(edit) @5519   13 years Don-vip fix #8090 - Removing saved non-uploadable layer asks for confirmation
(edit) @5517   13 years bastiK fixed #8083 - JOSM_Zone erreur sometimes
(edit) @5516   13 years Don-vip Relation editor: properly sort associatedStreet relations houses …
(edit) @5515   13 years Don-vip Fix graphical glitch caused by setXORMode with Direct3D, introduced by …
(edit) @5513   13 years jttt Fix #7980: Out of Heap Memory
(edit) @5511   13 years stoecker fix #8060 - typo
(edit) @5509   13 years stoecker see #8059 - fix preset loading for tr
(edit) @5505   13 years bastiK add session support for geoimage layers (see #4029)
(edit) @5502   13 years Don-vip fix some compilation warnings
(edit) @5501   13 years bastiK add session support for gpx layers (see #4029)
(edit) @5500   13 years Don-vip Improves selection graphical performance by replacing the external …
(edit) @5496   13 years stoecker fix translation of filter dialog
(edit) @5495   13 years Don-vip see #7906 - Remove ODbL/CT stuff
(edit) @5493   13 years Don-vip see #8011 - Small improvements in About dialog
(edit) @5492   13 years Don-vip fix #8028 - JFileChooser not working in dialog used to add an active …
(edit) @5484   13 years Don-vip Recently added tags: correctly select one-char-length values, properly …
(edit) @5483   13 years Don-vip see #8012 - fix #8013 - Fix bad handling of Strings in AutoCompletingBoxes
(edit) @5481   13 years stoecker some cleanup, mainly javadoc
(edit) @5479   13 years Don-vip fix #8003 - Recently used tag button does not fill in last used …
(edit) @5478   13 years Don-vip fix #7999 - Change r5464 broke display of texts for marker layer
(edit) @5476   13 years Don-vip OsmChange downloading: - download nodes for incomplete ways. This …
Note: See TracRevisionLog for help on using the revision log.