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
8d3b6fd479
1.1.0beta1
2013-06-05 16:59:00 -07:00
John Firebaugh
4b41378acb
Update translations
2013-06-05 16:58:03 -07:00
John Firebaugh
b58310d092
Update CHANGELOG
2013-06-05 16:49:05 -07:00
John Firebaugh
7ec1222402
Try to insert relation members at a sensible index ( #1539 )
2013-06-05 16:00:53 -07:00
John Firebaugh
2d7cc2a2d1
Preserve member order as much as possible
2013-06-05 16:00:12 -07:00
John Firebaugh
33cf029d43
Extract and refactor iD.geo.joinMemberWays
2013-06-05 16:00:12 -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
36e1d8f1f3
Add admin boundary relation preset
2013-06-05 10:25:17 -07:00
John Firebaugh
d79b618947
Optimize feature list
2013-06-05 10:20:00 -07:00
John Firebaugh
47fbc31daf
Cache browser detection
2013-06-04 18:38:33 -07:00
John Firebaugh
82a4f9c366
Avoid duplicate hover events
2013-06-04 18:33:23 -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
3d27a68f4a
Add fields to relation presets
2013-06-04 10:59:02 -07:00
John Firebaugh
a1d7d05155
Feature List ( #1545 )
2013-06-04 10:37:24 -07:00
John Firebaugh
a90a1a654c
Add Route Master preset
2013-06-04 10:37:08 -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
4b8ecc2dd7
Fix focus when undoing with autofocused preset search ( fixes #1570 )
2013-06-03 16:56:30 -07:00
John Firebaugh
1d7e168763
Don't need a separate 'select' event
2013-06-03 16:49:01 -07:00
John Firebaugh
a853de7b87
Fix vertex showing on hover
2013-06-03 16:43:41 -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
eebd9aa030
Remove unused
2013-06-03 15:30:23 -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
b559c8848e
Member editor style ( fixes #1559 )
2013-06-02 09:18:32 -07:00
saman bb
a286379080
better button alignment.
2013-06-01 21:39:58 -04:00
saman bb
539b28b3dc
fix wiki link styling.
2013-06-01 02:07:54 -04:00
saman bb
d98b385a57
remove unecessary rules.
2013-06-01 01:22:30 -04:00
saman bb
73a4d95bb3
stronger selector for tag reference loading background.
2013-06-01 01:09:53 -04:00
saman bb
0fea83d271
fixing all tags row size, were formerly 1px too short.
2013-05-31 21:27:18 -04:00
John Firebaugh
fc692d8707
When deleting a vertex, reselect another vertex if possible
...
Fixes #1457 .
2013-05-31 17:36:08 -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
0724e204e8
Don't preventDefault on mousedown events
...
This prevents focus/blur events from getting dispatched,
which was the root cause of #1295 .
Fixes #1295 .
2013-05-31 14:27:37 -07:00
John Firebaugh
f02df04102
Ensure all combobox inputs have a carat
...
Previously, the second combobox input for a given parent
element would wind up without a carat, because the data
bind would match the first carat.
Fixes #1549 .
2013-05-30 15:50:40 -07:00
John Firebaugh
814535ad34
Add preventDefault on button clicks ( fixes #1551 )
2013-05-30 15:45:50 -07:00
Saman Bemel-Benrud
b37873538c
styling footer link.
2013-05-30 18:38:51 -04:00
Saman Bemel-Benrud
6936956733
minor button fix.
2013-05-30 17:18:07 -04:00
Saman Bemel-Benrud
24009edae4
more small button fixes.
2013-05-30 15:15:32 -04:00