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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5505   11 years bastiK add session support for geoimage layers (see #4029)
(edit) @5502   11 years Don-vip fix some compilation warnings
(edit) @5501   11 years bastiK add session support for gpx layers (see #4029)
(edit) @5500   11 years Don-vip Improves selection graphical performance by replacing the external …
(edit) @5496   11 years stoecker fix translation of filter dialog
(edit) @5495   11 years Don-vip see #7906 - Remove ODbL/CT stuff
(edit) @5493   11 years Don-vip see #8011 - Small improvements in About dialog
(edit) @5492   11 years Don-vip fix #8028 - JFileChooser not working in dialog used to add an active …
(edit) @5484   11 years Don-vip Recently added tags: correctly select one-char-length values, properly …
(edit) @5483   11 years Don-vip see #8012 - fix #8013 - Fix bad handling of Strings in AutoCompletingBoxes
(edit) @5481   11 years stoecker some cleanup, mainly javadoc
(edit) @5479   11 years Don-vip fix #8003 - Recently used tag button does not fill in last used …
(edit) @5478   11 years Don-vip fix #7999 - Change r5464 broke display of texts for marker layer
(edit) @5476   11 years Don-vip OsmChange downloading: - download nodes for incomplete ways. This …
(edit) @5472   11 years Don-vip see #7980 - fix another two memory leaks
(edit) @5471   11 years Don-vip see #7980 - fix another memory leak
(edit) @5470   11 years Don-vip fix #7865 - Map icons should be less prominent when disabled or …
(edit) @5469   11 years Don-vip Do not try to init JosmUserIdentityManager from OAuth if no access …
(edit) @5468   11 years jttt EDT violation
(edit) @5465   11 years Don-vip Refactor Imagery preferences settings panels to allow future reuse
(edit) @5464   11 years Don-vip Rework Properties a bit to simplify management of Color properties
(edit) @5463   11 years jttt Fix some memory leaks (see #7980)
(edit) @5462   11 years Don-vip fix #6723 - Cannot change Imagery fade color from Imagery settings
(edit) @5461   11 years Don-vip fix #5567 - Do not mix case in WMS requests parameters
(edit) @5460   11 years Don-vip global use of Main.isDisplayingMapView()
(edit) @5459   11 years Don-vip fix #2961 - Improve usability of WMS Layer Saving/Loading - Replaced …
(edit) @5457   11 years Don-vip Restrict WMS "save as" and "load" dialogs to WMS FileFilter + refactor …
(edit) @5454   11 years Don-vip see #6985 - Rescale preferences tab icons to 48x48 pixels
(edit) @5453   11 years Don-vip fix OsmPrimitiveTypesComboBox
(edit) @5452   11 years Don-vip Code refactorisation on EDT calls
(edit) @5451   11 years Don-vip fix #7978 - Merging nodes and upload were broken due to improper …
(edit) @5450   11 years Don-vip fix #7917 - Control the number of items displayed at once in all …
(edit) @5449   11 years jttt Show multikey shortcut hint in menu
(edit) @5448   11 years Don-vip Prevents MapView from being repainted multiple times when adding the …
(edit) @5440   11 years Don-vip fix #7716 - History shows same version number, wrong date, user, and …
(edit) @5439   11 years Don-vip Adapt OAuth user identification mechanism so it is no longer reserved …
(edit) @5438   11 years Don-vip fix #6733 - File Open dialog incorrectly accepts folder selection …
(edit) @5434   11 years Don-vip fix #6594 - Fetch user details with supplied OAuth credentials to …
(edit) @5433   11 years Don-vip fix #7671 for good (forgot this last fill() in my last commit). Thanks …
(edit) @5432   11 years Don-vip fix #7822 - display the EXIF/GPS time for geotagged images, when known
(edit) @5430   11 years Don-vip fix #7873 - select geotagged image should not be allowed in add node mode
(edit) @5429   11 years Don-vip fix #7917 - Control the number of items displayed at once in all …
(edit) @5428   11 years Don-vip Forgot this in previous commit, sorry
(edit) @5427   11 years Don-vip fix #7671 - Fix (last ?) problem with recently added tags (unwanted …
(edit) @5425   11 years Don-vip see #7671, see #7951 - prevents unwanted line breaks with values …
(edit) @5424   11 years Don-vip see #7671, see #7951 - incorrect contents of value combobox when …
(edit) @5422   11 years Don-vip see #7943 - Introduce OsmApi.DEFAULT_API_URL, better handling of …
(edit) @5416   11 years Don-vip see #7938 - code optimization (patch by verdy_p)
(edit) @5415   11 years Don-vip fix #7936 - Validator dialog is not updated when the active edit layer …
(edit) @5414   11 years Don-vip fix #7942 - Unexplained NPE in Conflict Dialog
(edit) @5413   11 years Don-vip fix #7938 - fix StackOverflowError when painting conflicts of a cyclic …
(edit) @5412   11 years Don-vip see #7943 - fix NPE when switching back to default OSM API server …
(edit) @5411   11 years Don-vip see #7943 - Fix OAuth rejection error message
(edit) @5410   11 years Don-vip see #7934 - Prevents NPEs with null EastNorth, override …
(edit) @5407   11 years bastiK prevent paint cache invalidation from beeing swallowed during paint …
(edit) @5406   11 years Don-vip see #7280 - Change synchronization mechanism of MapView when being …
(edit) @5405   11 years bastiK fix EDT violations, don't block main worker thread for preset image …
(edit) @5404   11 years jttt Speed up tagging preset dialog with lots of comboboxes
(edit) @5400   11 years Don-vip fix #7925 - tag conflict dialog shows wrong information in title
(edit) @5399   11 years bastiK fixed #7929 - You can't add new tag
(edit) @5395   11 years bastiK gpxreader: minor refactoring, read version & creator (see #7927)
(edit) @5391   11 years bastiK add session support for imagery layers
(edit) @5390   11 years bastiK use individual imagery icons in layer list
(edit) @5389   11 years bastiK fixed #7872 - adjustable tile size for wms (based on patch by Cobra)
(edit) @5385   11 years Don-vip Hope it fixes #7671 layout bug (happened only once and cannot reproduce)
(edit) @5384   11 years bastiK applied #7878 - Add a new background layer on top of the topmost …
(edit) @5383   11 years Don-vip fix #7671 - Show last N used tags in "Add key/value" dialog for …
(edit) @5382   11 years Don-vip Small code cleanup/refactorization in shortcut unregistration
(edit) @5378   11 years bastiK fixed #7032 - can't easily add tags to recently drawn way
(edit) @5376   11 years Don-vip see #7907 - MapCSS fixes
(edit) @5371   11 years Don-vip fix #7908 - Wrong comparison of strings (modified patch by Skyman)
(edit) @5368   11 years simon04 Fix a IndexOutOfBoundsException bug IndexOutOfBoundsException …
(edit) @5366   11 years Don-vip URL-encode user name when querying changesets in order to download …
(edit) @5365   11 years stoecker fix help text
(edit) @5363   11 years stoecker change version output on start
(edit) @5360   11 years Don-vip fix #7776 - Selection of deleted objects
(edit) @5357   11 years stoecker improve task handling for jmapviewer in JOSM context
(edit) @5356   11 years Don-vip see #7847, see #7884 - Fix 2 NPE when dealing with nodes without …
(edit) @5354   11 years akks See #5984: Automatic pasting of IDs or URL into Download Object fields
(edit) @5346   11 years Don-vip fix #7867, see #7505, see #7847 - Handle deleted nodes without …
(edit) @5344   11 years Don-vip fix #7849 - IndexOutOfBoundsException when removing members in …
(edit) @5342   11 years Don-vip mappaint: fix "real width" painting, broken since r5212 because of a …
(edit) @5340   11 years Don-vip see #7505 - Hide redacted version in history browser when loading an …
(edit) @5335   11 years Don-vip fix #7855 - conflict dialog: CCE selecting a way in members tab
(edit) @5331   11 years simon04 Change signature of method introduced in r5322 to avoid problems such …
(edit) @5330   11 years simon04 Change signature of method introduced in r5322 to avoid problems such …
(edit) @5328   11 years bastiK fix NPE as deleted nodes can have null coordinates now (see #7847)
(edit) @5327   11 years simon04 fix NPE bug in PropertiesDialog/"Copy Value"
(edit) @5325   11 years simon04 fix NPE bug introduced in r5322
(edit) @5322   11 years simon04 Permit multiple rows of SideButtons in toggle dialogs.
(edit) @5319   11 years simon04 fix #7835 - localize dates in UI
(edit) @5316   11 years bastiK see #7840 - List Entry icons do not honor the file paths of preset …
(edit) @5314   11 years Don-vip fix #7830 - Keyboard shortcuts Alt+<N> are shifted (patch by AlfonZ)
(edit) @5311   11 years Don-vip fix #7828 - added/fixed Javadoc / minor code simplification (patch by …
(edit) @5310   11 years Don-vip fix #7750 - Conflict dialog: Really selects id:0 primitives without zooming
(edit) @5309   11 years Don-vip fix #7819 - Increased a bit the width of Save Layers dialog to display …
(edit) @5303   11 years Don-vip see #7700 - fix ArrayIndexOutOfBoundsException that can occur when …
(edit) @5302   11 years Don-vip fix #7756 - NPE in checkboxes creation
(edit) @5301   11 years Don-vip fix #4493, fix #7750 - conflict manager: select and zoom primitives …
(edit) @5299   11 years Don-vip conflict dialog: better display of empty rows in members tab, like …
Note: See TracRevisionLog for help on using the revision log.