Commit Graph

1028 Commits

Author SHA1 Message Date
John Firebaugh 17325fde83 Use generic access value as placeholder (fixes #1780) 2013-09-30 13:55:06 -07:00
Minh Nguyễn 77c7091cf2 Show relation documentation for relation presets
See http://taginfo.openstreetmap.org/taginfo/apidoc#api_4_relation_wiki_pages

Fixes #1862.
2013-09-30 10:35:00 -07:00
John Firebaugh 166bc5de5b Clean up 2013-09-29 07:46:45 -07:00
John Firebaugh 4728622d87 Don't auto-save intro tutorial edits
Fixes #1745
Fixes #1795
2013-09-25 15:32:56 -07:00
Greg Guthe 876547b1ea Fix saving comments 2013-09-09 19:22:50 -04:00
Greg Guthe 2d5ec0d77f Remove commit message save on click
Clicking the save button will blur the commit message textarea and
trigger a save.
2013-09-05 21:03:30 -04:00
Greg Guthe b27ed806a9 Save commit message on blur 2013-09-05 21:00:11 -04:00
Greg Guthe ba9745a6eb Save commit message on keyup
Refs: #1775
2013-09-05 00:35:38 -04:00
Dmitri Goldring 74744319cc Use dictionary instead of array to prevent split changes
Changesets for a new area can be out of order, this patch
fixes an issue where they could show up in the commit confirm
as 'point, area, point(s)' instead of 'points, area'.

Fixes #1722
2013-08-29 13:11:57 -07:00
John Firebaugh 8a215cac81 Add "Continue" operation 2013-08-28 09:30:28 -07:00
John Firebaugh 7c2698f0e2 Clean up 2013-08-27 17:09:36 -07:00
John Firebaugh 4e8cb0b97f Pull imagery from editor-imagery-index 2013-08-27 11:07:46 -07:00
tyr afc28fc3dc walkthrough: handle wrongly selected road type
Currently, when one selects a road type other than residential, the walkthrough gets stuck. This adds an additional step for this case and tells the user to redo the preset selection.
2013-08-24 22:42:04 +02:00
John Firebaugh 2e5b0de6d6 Merge pull request #1744 from tyrasd/patch-walkthrough-lines-tooltip
Fixes some walkthrough glitches
2013-08-24 10:46:16 -07:00
tyr 8c2fb92dad add missing context parameter to call of intro.pad() in method retry() for incomplete way drawings 2013-08-24 18:51:21 +02:00
tyr 7a1a97975e walkthrough: increase timeout for revealing road subgrid
200ms seems to be too low, because the fade-in transition seems to take 250ms and an the unfinished animation can cause troubles.
this fixes #1742
2013-08-24 18:29:38 +02:00
John Firebaugh 0bec35fd8c Adjust for small screen 2013-08-24 09:11:29 -07:00
John Firebaugh 5217f7a34f Fix walkthrough on Firefox (#1743) 2013-08-24 09:08:17 -07:00
tyr 00310b3bb4 walkthrough: use correct css class for intro message of the "lines" chapter 2013-08-24 18:00:26 +02:00
tyr 9a4894a328 Fix walkthrough 2013-08-24 15:23:19 +02:00
John Firebaugh 2c93e053ae Fewer borders for localized names
Reduces visual clutter and fixes #1695
2013-08-23 16:51:27 -07:00
mr.Shu f702d0c30a Fix preset list header text after deleting search value
Fixes #1725
2013-08-23 14:32:30 -07:00
John Firebaugh e3b712e06b Reduce prominence of share links, add G+ 2013-08-22 15:39:32 -07:00
John Firebaugh b5bd015cc2 Add help topic on relations
Fixes #1708
2013-08-22 13:32:19 -07:00
John Firebaugh 0180367399 Refactor BackgroundSource 2013-08-22 12:53:57 -07:00
John Firebaugh 93c1e7ad80 Fix close button event binding in save dialog
Fixes #1713
2013-08-21 15:47:00 -07:00
John Firebaugh 22cee50788 Fix default background opacity 2013-08-17 12:52:57 -07:00
John Firebaugh 086cfc934f Fix adding multilingual name (fixes #1694) 2013-08-16 14:32:06 -07:00
John Firebaugh 331174029b Don't actually use a form element for the preset form
Form elements have default behavior that we don't want,
such as auto-clicking the first button when pressing return
in a text field.

Fixes #1681
2013-08-15 12:44:24 -07:00
John Firebaugh 548760529c Remove area=yes when choosing an area preset (fixes #1684) 2013-08-15 12:08:46 -07:00
John Firebaugh bfd89e2d14 Fix enter key on feature list 2013-08-13 16:52:25 -07:00
John Firebaugh 9b84a0874b After editing, give a sense when map is updated
Fixes #1660
2013-08-13 15:49:03 -07:00
John Firebaugh 1b65034045 Clarify undo/redo tooltips (fixes #1670) 2013-08-13 15:23:25 -07:00
John Firebaugh 800b6b5462 Set combobox data on update selection
A new combobox object is created on every render, while
previously the data was set only on the enter selection,
leaving it empty in most cases.

Fixes #1679
Fixes #1680
2013-08-10 10:51:53 -07:00
John Firebaugh ef03a45d48 Don't update entity editor when it's hidden 2013-08-09 14:42:16 -07:00
John Firebaugh 70a36bee60 Work around browser incompatibilities 2013-08-09 12:16:38 -07:00
John Firebaugh 18829ee482 Fix radial menu tooltip positioning 2013-08-07 11:44:09 -07:00
John Firebaugh 369ba567c9 Better search fail state (fixes #1655) 2013-07-29 16:50:27 -07:00
John Firebaugh 23e8e41259 Fix sidebar transition (fixes #1653) 2013-07-29 14:31:07 -07:00
John Firebaugh ec76812c7a Map UI tooltips (#1654) 2013-07-29 13:49:57 -07:00
Saman Bemel-Benrud 35b02aa1d3 cleanup form styles and tooltips. 2013-07-29 15:45:45 -04:00
John Firebaugh 74d251d3c2 Fix preset category display glitch 2013-07-29 11:57:35 -07:00
John Firebaugh 4dd4deb1cf Back to dark UI controls 2013-07-29 11:50:38 -07:00
John Firebaugh d82a23e5a9 Don't focus when hiding 2013-07-25 20:36:48 -07:00
John Firebaugh 11e2f1d1fe Merge geocoder into feature search UI 2013-07-25 19:24:07 -07:00
Saman Bemel-Benrud 7c5cb5b3f1 more dramatic different between hover and active edit feature pane 2013-07-25 15:13:16 -07:00
John Firebaugh f579795dee Display features in sidebar list only on search (#1629) 2013-07-25 14:58:20 -07:00
John Firebaugh 95eb64584b Update walkthrough for left-hand sidebar 2013-07-25 14:13:51 -07:00
John Firebaugh 41aae4df2a Swap sidebar and map controls 2013-07-25 14:13:51 -07:00
John Firebaugh c3ec3569b5 Leave save mode when displaying success message 2013-07-25 13:53:15 -07:00