Commit Graph

8672 Commits

Author SHA1 Message Date
John Firebaugh 281432fea5 Avoid resetting input values on every change
For some reason this invalidates and repaints the
entire page.

See d2e2d4fbed

Fixes #1604.
2013-06-20 16:29:40 -07:00
John Firebaugh d5892fe1b3 Merge branch 'refs/heads/header-revision' 2013-06-20 16:14:27 -07:00
John Firebaugh 882b134f46 Reference button 2013-06-20 16:14:08 -07:00
John Firebaugh c84d932c01 Tooltip 2013-06-20 15:56:34 -07:00
John Firebaugh b277b0da7e Update preset name 2013-06-20 15:39:10 -07:00
John Firebaugh a039f576e9 Port user-select suppression to iD.behavior.Drag
Fixes #1585
2013-06-20 15:18:50 -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 d63f9c8381 Set precision to 0.
Mitigates a performance regression with D3 3.2.
2013-06-20 13:58:28 -07:00
John Firebaugh 9f8df295bd Update D3 to 3.2.1 2013-06-20 13:10:32 -07:00
John Firebaugh bba761d8ea size -> dimensions
D3 3.2 adds selection.size, where size means "number
of selected elements".
2013-06-20 13:05:20 -07:00
Saman Bemel-Benrud f1a98e432e Merge branch 'restyle-list' 2013-06-20 15:36:53 -04:00
Saman Bemel-Benrud f2942ca554 Merge pull request #1606 from systemed/restyle-list
restyling default list + toggle lists.
2013-06-20 12:10:43 -07:00
Saman Bemel-Benrud ec7921ded8 fine tuned button appearance and transitions. 2013-06-20 15:10:16 -04:00
John Firebaugh b259187aaa Radio button for GPX layer 2013-06-20 11:55:58 -07:00
John Firebaugh f387cea021 Hook up radio inputs 2013-06-20 11:30:57 -07:00
Saman Bemel-Benrud 810f07d563 Adding relations icons. 2013-06-20 13:29:03 -04:00
Saman Bemel-Benrud 4c471ca255 restyling default list + toggle lists. 2013-06-20 13:06:12 -04:00
John Firebaugh c497644e87 Don't hide midpoints when dragging node
For some reason this invalidates and repaints a large
portion of the page.
2013-06-20 09:41:27 -07:00
John Firebaugh 2bc39ffdab Remove a feature list event binding
Binding to map drawn is sufficient.
2013-06-19 17:25:24 -07:00
John Firebaugh 4fc68ad285 bindTypeahead only on enter selection 2013-06-19 17:21:06 -07:00
John Firebaugh d2e2d4fbed Avoid resetting input values on every change
For some reason this invalidates and repaints the
entire page.
2013-06-19 17:05:03 -07:00
John Firebaugh 63d9b36355 Avoid resetting placeholder on every change
For some reason this invalidates and repaints the
entire page.
2013-06-19 15:43:44 -07:00
John Firebaugh 83a4acdb4b Update D3 patch list 2013-06-19 13:25:21 -07:00
John Firebaugh 4da529fea5 Avoid textContent-related layout thrashing
See https://bugzilla.mozilla.org/show_bug.cgi?id=725221,
https://bugzilla.mozilla.org/show_bug.cgi?id=873425.
2013-06-19 13:23:39 -07:00
John Firebaugh 0689ab7f71 Restore differenced point rendering (#569, #1604) 2013-06-18 16:23:02 -07:00
John Firebaugh e6cc20efb5 Faster Feature List (fixes #1604) 2013-06-18 15:19:04 -07:00
John Firebaugh 21fa8c9c5d Prevent merging over restriction relations (#1512) 2013-06-18 14:25:10 -07:00
John Firebaugh 6d506ec6d4 Fix mutation of childNodes array 2013-06-18 14:21:07 -07:00
John Firebaugh 93ee3222db Fix tests 2013-06-18 12:21:56 -07:00
John Firebaugh ddd9e4e8cc Make iD.actions.Join agnostic to selection order
This is accomplished by reusing iD.geo.joinMemberWays,
which was refactored, generalized, and renamed to joinWays.
2013-06-18 12:19:53 -07:00
John Firebaugh ac70b68e35 Document URL parameters (fixes #1515) 2013-06-17 17:58:19 -07:00
John Firebaugh 994161d08c Disable hover when panning (fixes #1550) 2013-06-17 17:05:50 -07:00
John Firebaugh d03402c6df Fix feature list 2013-06-17 16:15:13 -07:00
John Firebaugh e5a44e9ba1 Fix tests 2013-06-17 15:49:03 -07:00
John Firebaugh 9190a25220 Show only visible features in list 2013-06-17 15:44:14 -07:00
John Firebaugh 2722294cec Don't trigger hover events on nonentities 2013-06-17 15:43:51 -07:00
John Firebaugh 4bdf66c33a Remove unused 2013-06-17 15:16:56 -07:00
John Firebaugh 410e401b34 Don't show the inspector on multiselect (fixes #1600) 2013-06-17 14:47:12 -07:00
John Firebaugh 98072bdd27 Use minzoom behavior in all appropriate modes
Fixes https://github.com/systemed/iD/issues/1599#issuecomment-19568483
2013-06-17 14:43:16 -07:00
John Firebaugh 26d70fa18f Allow saving at <z16 (fixes #1599) 2013-06-17 14:19:54 -07:00
John Firebaugh 203f8e3e21 Fix enter key on feature list 2013-06-16 21:44:04 -07:00
Taro Matsuzawa 0d4e8fa32e Fix issue 1594: replace keyup event with keypress event and input event 2013-06-16 21:43:06 -07:00
John Firebaugh 5ee24ec623 Update translations 2013-06-16 20:10:44 -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 34bf86a904 Fix oneway clipping (fixes #1595) 2013-06-13 16:54:53 -07:00
Ansis Brammanis aab90edef8 avoid untagged line warning for lines in relations 2013-06-12 23:52:11 -04:00
John Firebaugh d60cc019f6 Add terms for Buddhist place of worship
Suggested by @shangkuanlc
2013-06-12 19:29:41 -07:00
John Firebaugh 94029f2941 Move "Zoom in to Edit" to sidebar 2013-06-12 17:57:48 -07:00
John Firebaugh ca4a524268 Add preset for Buddhist place of worship (#1586) 2013-06-12 17:16:47 -07:00