Commit Graph

850 Commits

Author SHA1 Message Date
John Firebaugh d2e775ac65 Use correct changesets URL for dev 2013-05-19 20:11:41 -07:00
John Firebaugh 5c9c865f12 Move flush to context 2013-05-18 09:20:57 -07:00
Saman Bemel-Benrud b7cd531482 clearer translate UI. 2013-05-17 18:57:35 -04:00
saman bb 20ed02c2c4 minor style fixes. 2013-05-16 23:00:18 -04:00
Saman Bemel-Benrud 0e2c7c4b3e animate transitions for translate UI. 2013-05-16 00:40:43 -04:00
Saman Bemel-Benrud c27da981e0 merging in master 2013-05-15 23:36:06 -04:00
Saman Bemel-Benrud b17fd80617 resolve cnflic 2013-05-15 23:35:17 -04:00
John Firebaugh 4de0eada5f Merge pull request #1486 from systemed/checkboxes
styles for check-boxes. Closes #1297
2013-05-15 15:36:42 -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 be933a72cb style cleanup + fleshed out translate UI 2013-05-15 16:15:42 -04:00
Saman Bemel-Benrud 6423455c66 starting to add basic translate ui adjustments. 2013-05-15 14:23:30 -04:00
John Firebaugh d238e4eaeb Convert Tail to a behavior
This avoids an extra mousemove listener in base modes.
2013-05-14 17:51:24 -07:00
Saman Bemel-Benrud 9e8ae25339 styles for check-boxes. Closes #1297 2013-05-14 15:33:24 -04:00
John Firebaugh bb8e91da31 Eliminate context dependency 2013-05-13 17:48:18 -07:00
John Firebaugh 0ae54abdcc Extract iD.actions.DiscardTags 2013-05-13 09:26:41 -07:00
John Firebaugh 72bcd94815 Force a positive-length path for menu background (fixes #1305) 2013-05-09 22:06:35 -07:00
John Firebaugh 79ae9346e7 Simplify layer structure
Also, always give SVG elements an explicit size -- seems
to be necessary for Firefox to render them correctly.

Fixes #1436.
2013-05-08 13:10:55 -07:00
Tom MacWright b73028029e Remember background opacity setting. Fixes #967 2013-05-08 11:45:26 -04:00
Ansis Brammanis 58a038b553 fix textarea field 2013-05-08 11:00:45 -04:00
John Firebaugh 08949d2fe9 Redo iD.geo.chooseIndex
It now calculates proper orthogonal projections and finds
the minimal one. Rename it iD.geo.chooseEdge and minimize
its coupling to context.

This version also copes with 0- and 1-node ways.

Fixes #1428.
2013-05-07 18:35:45 -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
John Firebaugh 31b3f2887a Merge branch 'preset-list' 2013-04-29 14:50:54 -07:00
John Firebaugh 13d7144298 Remove preset list limit, fix insertBox 2013-04-29 14:48:25 -07:00
Tom MacWright 2e7677ded0 Add share on facebook button. Fixes #1342 2013-04-27 16:21:33 -05:00
Ansis Brammanis c02bafac2e fix display of preset description 2013-04-26 15:35:27 -04:00
John Firebaugh 0a293c3ae9 Focus search after going back to preset grid (fixes #1386) 2013-04-26 11:48:25 -07:00
Ansis Brammanis 2355dc228d switch from preset grid to preset list
issue #1225
2013-04-26 12:17:16 -04:00
Ansis Brammanis e8e6d67589 switch out of intro when showing "start editing"
so that the user is not stuck in the walkthrough
if he clicks on the shaded area to close the modal
2013-04-25 18:55:33 -04:00
John Firebaugh 4e50f39f7f Avoid large layout/repaints while drawing 2013-04-25 14:10:50 -07:00
Ansis Brammanis bd38a19fed avoid trying to modify frozen tag object
fixes #1380
2013-04-25 15:35:38 -04:00
John Firebaugh fdd49233b1 Avoid recomputing geometry in an inner loop 2013-04-25 11:27:53 -07:00
Ansis Brammanis 579e6a8a8b geolocation sets zoom based on accuracy
fixes #1375
2013-04-25 11:04:22 -04:00
John Firebaugh 53a9c23835 Set initial state of "Zoom in to Edit" (fixes #1372) 2013-04-24 12:39:22 -07:00
John Firebaugh 275696caaa Fix icons for lines that use maki (fixes #1371)
Generate a single feature-icons.json and feature-icons.css.
In the JSON, features with a line icon are indicated by the
presence of a `line` property. PresetIcon looks for this to
determine whether or not to add the `preset-icon-line` class.
New line icons may be added by editing line-icons.json.
2013-04-24 12:32:36 -07:00
John Firebaugh c50c3121d8 Make Graph#entity strict
Use Graph#hasEntity for the previous behavior.
2013-04-24 09:27:37 -07:00
John Firebaugh 69868bfd22 Keep generic amenity preset choice (fixes #1354) 2013-04-23 16:43:59 -07:00
John Firebaugh 2d62a78ac9 Semicolons 2013-04-23 14:31:24 -07:00
John Firebaugh 29e5bf1f2f Hack an icon for name add button (#1300) 2013-04-23 14:22:10 -07:00
John Firebaugh 16c1e9d7e5 Show all tags (fixes #1181) 2013-04-23 14:13:03 -07:00
Tom MacWright 080d2956a5 Much higher limit for text, ensure that links are separated properly. Fixes #1343 2013-04-22 16:00:28 -04:00
Tom MacWright 391ace0138 Mondays. 2013-04-22 15:51:45 -04:00
Tom MacWright f7f0b7b1fa Refix commit UI. 2013-04-22 15:48:09 -04:00
Tom MacWright 947de96edf Show line/area/way/etc in commits. Fixes #1215 2013-04-22 15:39:16 -04:00
Ansis Brammanis 11d5627f45 Fix saving taglist changes
issue #1295
2013-04-22 11:51:43 -04:00
John Firebaugh ddfe157a24 Translate 'Search' (fixes #1358) 2013-04-21 16:44:53 -07:00
Ansis Brammanis b59cd62304 Don't include empty tags in taglist count
fixes #1289
2013-04-19 16:30:14 -04:00
Tom MacWright 8ec9ba3378 Don't close geocoder on result click. Fixes #1234 2013-04-19 15:22:24 -04:00