Commit Graph

89 Commits

Author SHA1 Message Date
Paul Mach 0e080b3ed6 Limit squaring to near square or near straight nodes 2013-09-29 13:44:30 -07:00
John Firebaugh 690a04e538 Make straighten/orthogonalize act like a single operation
- Display only one or the other in the radial menu
- Rename "Orthogonalize" to "Square"
- Use "S" as shortcut for both

Refs #1839
2013-09-25 14:26:30 -07:00
Paul Mach b8efb00cfc Add straighten way operation and action 2013-09-20 12:14:16 -07:00
Tom MacWright 56ab10ed3e Merge pull request #1790 from pnorman/gpx_help
Expand help text on GPX, providing a link to upload GPX files
2013-09-13 18:59:21 -07:00
Paul Norman 8180487c07 Convert some remaining en-GB to en-US
Also added alternete dialects to preset search terms

en-US and en-GB are close enough that there's value in having en-GB terms
in the en-US terms list.
2013-09-13 18:43:13 -07:00
Tom MacWright da866d6c42 Update string to match UI. Fixes #1803 2013-09-13 17:30:07 -04:00
Paul Norman 5a9010ae0a Expand help text on GPX, providing a link to upload GPX files
We know the user is logged in, so we're safe directing right to the upload page.
2013-09-06 23:00:54 -07:00
John Firebaugh 8a215cac81 Add "Continue" operation 2013-08-28 09:30:28 -07:00
John Firebaugh 56a12349a2 Tweak multi-select documentation
Fixes #1302
2013-08-27 12:37:44 -07:00
John Firebaugh ffa3997fdd Add translation in correct place 2013-08-27 11:41:05 -07:00
John Firebaugh b328c6da3c Update translation in correct place 2013-08-24 09:53:24 -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 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 369ba567c9 Better search fail state (fixes #1655) 2013-07-29 16:50:27 -07:00
John Firebaugh 11e2f1d1fe Merge geocoder into feature search UI 2013-07-25 19:24:07 -07:00
John Firebaugh f579795dee Display features in sidebar list only on search (#1629) 2013-07-25 14:58:20 -07:00
John Firebaugh e8d924aab0 Add ability to create a new relation (fixes #1576) 2013-07-22 15:13:21 -07:00
Saman Bemel-Benrud 7b46ccbb65 minor refinements. 2013-06-20 17:55:54 -04:00
Saman Bemel-Benrud d4582e03bf fix translation. 2013-06-20 17:52:50 -04:00
John Firebaugh 21fa8c9c5d Prevent merging over restriction relations (#1512) 2013-06-18 14:25:10 -07:00
John Firebaugh 3861879f62 Remove Connection#user and always use #userDetails
Because the embedded iD does not show the account
UI, Connection#userDetails was not being called, so
the commit UI didn't show the user name and image.

Fixes #1464
2013-06-14 13:06:13 -07:00
John Firebaugh 3609b8280b Remove repeated words (fixes #1591) 2013-06-12 16:57:57 -07:00
John Firebaugh 4b4f20461d Interpolate "Cafe" and "Playground" translations (fixes #1578) 2013-06-06 12:56:39 -07:00
John Firebaugh 467d01d339 First pass at "Add to Relation" (#1539) 2013-06-05 11:22:00 -07:00
John Firebaugh a1d7d05155 Feature List (#1545) 2013-06-04 10:37:24 -07:00
John Firebaugh 3981279747 Fix member list redraws
d3 does not store the keys produced by a data bind -- it
recomputes them on the fly. The key function that was used
referred to `entity`, with the intent that rows referring
to the previous entity would wind up in the exit selection.
But since the key is recomputed for the existing bindings,
and at that point `entity` refers to the new entity, that
portion of the key effectively always matched.

While here, fix deletion of incomplete members (don't know
what the geometry is, so can't do geometry-specific annotations).

Fixes #1548.
2013-05-30 11:45:02 -07:00
John Firebaugh 6439bdc48c Shorten "Zoom in" text, don't hide it on narrow screens
Fixes #1477.
2013-05-29 19:54:41 -07:00
John Firebaugh 8c2c5357c7 Fix typo, localize 2013-05-29 16:10:57 -07:00
Saman Bemel-Benrud 52aa970296 click preset icon to return to preset grid. 2013-05-29 15:40:12 -04:00
John Firebaugh 1069382353 Obvious editor is obvious 2013-05-28 15:14:07 -07:00
Saman Bemel-Benrud 68d7d27cdc more minimal footer (bug icon instead of text) + fixed layout now that sidebar is persistent. 2013-05-23 16:19:53 -07:00
John Firebaugh 9c86e2a86c Display relation members and memberships in inspector
* Preset icon of relation/member
* Preset name of relation/member
* Name of relation/member
* Role
* Delete button

All currently unstyled.
2013-05-22 17:41:59 -07:00
Saman Bemel-Benrud 8d4260f854 use 'translate' for multilingual names tooltip text, keep mult. names for form heading. 2013-05-22 11:32:20 -04:00
saman bb 33e979c837 use 'multilingual names' instead of 'translate' 2013-05-22 00:43:30 -04:00
John Firebaugh da9602795c Don't allow deleting incomplete relations
This will fail with an "entity not found" error.
2013-05-16 16:43:41 -07:00
Saman Bemel-Benrud aa446c074a better placeholder text / proper translation 2013-05-15 17:31:16 -04:00
Saman Bemel-Benrud 6ecbf3778f cleanup / polish new changes 2013-05-15 16:57:04 -04:00
Saman Bemel-Benrud 6423455c66 starting to add basic translate ui adjustments. 2013-05-15 14:23:30 -04:00
Saman Bemel-Benrud 0bdea49ffb minor cosmetic + ui improvements. 2013-05-15 14:08:25 -04:00
John Firebaugh 2dcd556864 Fix help text (fixes #1432) 2013-05-07 18:45:03 -07:00
Tom MacWright 08dca79f9e Translate "Okay" in confirm dialogs 2013-05-07 15:31:20 -04:00
Tom MacWright 044bd937a7 Make success UI translatable. Fixes #1425 2013-05-07 15:28:34 -04:00
Tom MacWright fc8ae64890 Make intro phases translatable. Fixes #1411. 2013-05-07 15:04:37 -04:00
Tom MacWright b19ac4cdd1 Fix grammar in walkthrough. Fixes #1422 2013-05-07 14:28:27 -04:00
Tom MacWright 0afda8b52e Remove the word 'development' from the spash text. 2013-05-07 10:21:55 -04:00
John Firebaugh 508b2051df Apply 0f1b05 in the right place 2013-05-06 13:51:39 -07:00
John Firebaugh 16c1e9d7e5 Show all tags (fixes #1181) 2013-04-23 14:13:03 -07:00