Commit Graph

231 Commits

Author SHA1 Message Date
John Firebaugh e343fc51a7 1.1.6 2013-08-24 09:21:05 -07:00
John Firebaugh 5217f7a34f Fix walkthrough on Firefox (#1743) 2013-08-24 09:08:17 -07:00
John Firebaugh 7a740cb029 1.1.5 2013-08-23 14:32:46 -07:00
John Firebaugh f58120df37 Remove maximization
This is low utility now that iD is full-width when
embedded, and the key combination conflicts with "Move".

Fixes #1482
2013-08-21 17:56:54 -07:00
Tom Hughes a528267f18 Add support for an externally provided asset map
This allows an embedding site to provide a map from individual
asset names to the URLs to use, thus allowing them to be served
through (for example) the rails asset pipeline.
2013-08-18 14:59:32 +01:00
John Firebaugh f2821dd9f2 1.1.4 2013-08-17 12:52:58 -07:00
John Firebaugh 22cee50788 Fix default background opacity 2013-08-17 12:52:57 -07:00
John Firebaugh 307e5b893d Use localStorage.{get,set,remove}Item
Using property accessors seems to be buggy on FF.
2013-08-16 13:22:09 -07:00
John Firebaugh c834670e8a 1.1.3 2013-08-15 14:53:06 -07:00
John Firebaugh 90153d55ce 1.1.2 2013-08-12 13:16:07 -07:00
John Firebaugh f370b0082c 1.1.1 2013-08-09 14:48:29 -07:00
John Firebaugh b5aea1e8d2 1.1.0 2013-08-09 10:49:36 -07:00
John Firebaugh 19f72a4169 1.1.0rc1 2013-07-31 10:13:56 -07:00
John Firebaugh 11e2f1d1fe Merge geocoder into feature search UI 2013-07-25 19:24:07 -07:00
John Firebaugh e36de8b0b1 Fix reload on save (fixes #1642) 2013-07-22 14:02:13 -07:00
John Firebaugh 48bd8264f7 Disable toolbar during save (fixes #1563) 2013-07-22 12:12:00 -07:00
John Firebaugh 734d53e08b Refactor background in preparation for multiple overlays 2013-07-15 14:05:11 -07:00
John Firebaugh 8d3b6fd479 1.1.0beta1 2013-06-05 16:59:00 -07:00
John Firebaugh 47fbc31daf Cache browser detection 2013-06-04 18:38:33 -07:00
John Firebaugh 1d7e168763 Don't need a separate 'select' event 2013-06-03 16:49:01 -07:00
John Firebaugh c68635062c Fix sidebar UI behaviors
* Restore preset search autofocus (fixes #1566)
* Should show hover in draw modes, not preset list
2013-06-03 16:28:30 -07:00
John Firebaugh a84a3364cc selection -> selectedIDs
Overloading "selection" is a bad idea.
2013-06-03 15:48:03 -07:00
John Firebaugh 3a7c184e69 Move the save dialog to the sidebar 2013-05-29 17:47:33 -07:00
John Firebaugh 884d2d0732 Add hover indicator in sidebar 2013-05-26 14:07:10 -07:00
John Firebaugh 663cb0fdbe Fix background hash param logic 2013-05-21 11:17:55 -07:00
John Firebaugh 67d95595ba Points always need full re-render (#569) 2013-05-20 12:05:31 -07:00
John Firebaugh 1db99586c4 Render only new features when a data tile is loaded 2013-05-20 12:05:31 -07:00
John Firebaugh 5c9c865f12 Move flush to context 2013-05-18 09:20:57 -07: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
John Firebaugh bb8e91da31 Eliminate context dependency 2013-05-13 17:48:18 -07:00
John Firebaugh ec12d2100c Bump version 2013-05-10 11:17:32 -07:00
John Firebaugh 1641f38632 Use context.mouse() 2013-05-09 21:55:05 -07: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
John Firebaugh 606f31c40f Version 1.0.0 2013-05-06 12:29:50 -07:00
John Firebaugh 22249c40fa Configurable locale 2013-05-03 13:32:28 -07:00
John Firebaugh 7f3d0c94c7 detectedLocale can be undefined 2013-04-29 13:13:15 -07:00
John Firebaugh 965cfc65e8 Show vertices of way being drawn (fixes #1367) 2013-04-24 10:24:35 -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 66551ba903 Show vertices only for selected way (#1022) 2013-04-23 16:52:02 -07:00
John Firebaugh 781f540b3c Add diagnostic for common sentry errors 2013-04-23 11:29:00 -07:00
John Firebaugh e0892eb1b7 Don't request locales we don't have; use fallback locales 2013-04-22 14:55:30 -07:00
John Firebaugh d66760326b Load translations on demand (fixes #1337) 2013-04-22 14:29:43 -07:00
John Firebaugh 0e46ff397b Add fullscreen toggle key (#1327) 2013-04-19 15:50:26 -07:00
Tom MacWright f1604df4d0 Add custom layer option to URL hash, fixes #1024.
Layer format is custom:http://url.com/{z}/{x}/{y}.jpg
2013-04-18 17:34:27 -04:00
John Firebaugh ab56cc5207 Clean up how OAuth keys are handled
Connection defaults to osm.org URL and keys for the simple
case. Customization is done via connection.switch().

Externalize SourceSwitch's use of iD.data.keys.
2013-04-17 17:43:25 -07:00
John Firebaugh a63e17ef15 Remove context dependency from Connection 2013-04-17 17:32:48 -07:00
John Firebaugh 001078876f Add a preauth method 2013-04-17 16:43:35 -07:00
John Firebaugh d04695da3b Update osm-auth 2013-04-17 16:23:38 -07:00
John Firebaugh 77ce20c8c1 Add configurable image path 2013-04-16 17:20:21 -07:00
John Firebaugh 5e354018a8 Hide account/logout when embedded (fixes #1229) 2013-04-15 11:29:24 -07:00