John Firebaugh
b277b0da7e
Update preset name
2013-06-20 15:39:10 -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
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
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
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
e6cc20efb5
Faster Feature List ( fixes #1604 )
2013-06-18 15:19:04 -07:00
John Firebaugh
9190a25220
Show only visible features in list
2013-06-17 15:44:14 -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
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
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
94029f2941
Move "Zoom in to Edit" to sidebar
2013-06-12 17:57:48 -07:00
Ansis Brammanis
ef577ae710
fix restore modal's title alignment
...
fix #1581
2013-06-10 14:31:16 -04:00
John Firebaugh
4b4f20461d
Interpolate "Cafe" and "Playground" translations ( fixes #1578 )
2013-06-06 12:56:39 -07:00
John Firebaugh
dd5b5d35a1
Restore class used by walkthrough ( fixes #1579 )
2013-06-06 11:01:23 -07:00
John Firebaugh
25223a3920
Fix infinite recursion in geocoder ( fixes #1580 )
2013-06-06 10:47:57 -07:00
John Firebaugh
467d01d339
First pass at "Add to Relation" ( #1539 )
2013-06-05 11:22:00 -07:00
John Firebaugh
3312c4aa4c
Partially revert "Remove unnecessary grid classes"
...
This reverts commit 840c08f672 .
2013-06-05 10:28:58 -07:00
John Firebaugh
d79b618947
Optimize feature list
2013-06-05 10:20:00 -07:00
John Firebaugh
840c08f672
Remove unnecessary grid classes
...
These instances are mostly or entirely overridden by more
specific rules.
2013-06-04 18:03:25 -07:00
John Firebaugh
1557c6451b
Improve feature list performance
2013-06-04 17:52:09 -07:00
John Firebaugh
f9ecf906d2
Need to include member in key function
2013-06-04 11:42:25 -07:00
John Firebaugh
a1d7d05155
Feature List ( #1545 )
2013-06-04 10:37:24 -07:00
John Firebaugh
6befa984db
Fall back to ref tag for displayed feature name
2013-06-03 18:32:27 -07:00
John Firebaugh
20a2c4055b
Fix preset search DOM structure
2013-06-03 17:31:04 -07:00
John Firebaugh
cc4f6b16a5
Fix tests
2013-06-03 17:04: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
d5910dc97d
Hide tag reference in hover state ( fixes #1561 )
2013-06-03 11:10:49 -07:00
John Firebaugh
b7f29a4407
Fix walkthrough ( fixes #1568 )
2013-06-03 10:39:43 -07:00
John Firebaugh
27ebc01f81
Fix intro reveal size ( #1567 )
2013-06-03 10:27:57 -07:00
John Firebaugh
5156358b07
Minimize number of sidebar rerenders
2013-05-31 16:27:47 -07:00
John Firebaugh
29e6880fc0
Calculate nearest streets only when needed
2013-05-31 16:18:43 -07:00
John Firebaugh
3b34b35d10
Render only the visible inspector pane
2013-05-31 16:18:18 -07:00
John Firebaugh
e98b489041
Remove unused
2013-05-31 14:31:23 -07:00
John Firebaugh
a51e932800
Do preventDefault behavior on ⌘Z and ⌘⇧Z
...
This prevents some instances of https://bugs.webkit.org/show_bug.cgi?id=117092 ,
and generally we don't ever want the default undo
behavior when these handlers are triggered.
2013-05-31 14:31:23 -07:00
John Firebaugh
814535ad34
Add preventDefault on button clicks ( fixes #1551 )
2013-05-30 15:45:50 -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
saman bb
a145105a71
starting to style commit sidebar.
2013-05-30 01:52:50 -04:00
saman bb
4e63980834
fix whitespace.
2013-05-30 00:58:27 -04:00
saman bb
60449617a9
big cleanup of UI toggles, removed lots of redundancy,ect.
2013-05-30 00:53:07 -04:00