Tom MacWright
bf29581ae1
Add tooltips to action buttons
2012-12-05 16:13:09 -05:00
Tom MacWright
8126189e0a
Support proper tooltips on undo redo buttons
2012-12-05 16:00:49 -05:00
Tom MacWright
e027cf1709
Only draw handles for significant gaps
2012-12-05 15:30:24 -05:00
Tom MacWright
c8ad3001ed
Do not assign way accuracy nodes ids
2012-12-05 15:16:51 -05:00
Tom MacWright
4968634f12
Cleanup oauth
2012-12-05 15:03:58 -05:00
Tom MacWright
bc91f4956d
Add simple hint api
2012-12-05 14:26:37 -05:00
Tom MacWright
9e4f9ce464
Bring in a few ui elements from mockups
2012-12-05 14:05:34 -05:00
Tom MacWright
ba42add804
Merge branch 'master' of github.com:systemed/iD
2012-12-05 13:17:32 -05:00
Tom MacWright
90a0128d8e
Do not create empty changesets #191
2012-12-05 13:17:22 -05:00
John Firebaugh
774d1de017
Clean up modes
2012-12-05 13:11:16 -05:00
Tom MacWright
b540e84ae0
Merge branch 'master' of github.com:systemed/iD
2012-12-05 13:05:23 -05:00
Tom MacWright
0c77ae681c
Refactor modal concept into one bit of code
2012-12-05 13:04:25 -05:00
John Firebaugh
54d474a8ca
Convert all modes to module pattern
2012-12-05 12:52:26 -05:00
John Firebaugh
435be12529
Split modes into separate files
2012-12-05 12:52:26 -05:00
John Firebaugh
36f4ef2533
Extract iD.modes.Select ( fixes #188 )
2012-12-05 12:23:12 -05:00
Tom MacWright
9799276472
Present errors, namespace events.
2012-12-05 11:25:01 -05:00
Tom MacWright
debd8b393b
Merge branch 'master' of github.com:systemed/iD
2012-12-05 11:13:11 -05:00
Tom MacWright
f381693f2b
Improve typeahead
2012-12-05 11:12:56 -05:00
John Firebaugh
c878fb3fcf
Simplify
2012-12-05 10:30:31 -05:00
John Firebaugh
433dced53d
Simplify node handling in modes
2012-12-05 09:48:00 -05:00
John Firebaugh
551a2df24e
Replace Entity.{lat,lon} with Entity.loc
...
Fixes #189
2012-12-05 09:48:00 -05:00
Tom MacWright
22fe35723f
Clean up, move stringQs to util
2012-12-04 18:28:22 -05:00
Tom MacWright
436712fb78
Fix pxCenter
2012-12-04 18:21:03 -05:00
Tom MacWright
4e2a4131a4
Merge branch 'master' of github.com:systemed/iD
2012-12-04 18:18:14 -05:00
Tom MacWright
25557cac12
Fine-tune zoom and center, make them properly match up with other maps
2012-12-04 18:13:23 -05:00
John Firebaugh
76849596f8
Move node removal into removeNodeWay action
2012-12-04 18:07:26 -05:00
John Firebaugh
f8fde1f10d
Move node update into addWayNode action
2012-12-04 17:54:08 -05:00
Tom MacWright
82b14df12f
Fix deselectClick. Fixes #179
2012-12-04 17:51:05 -05:00
Tom MacWright
cdacdca2af
Sort handles, fix area closing
2012-12-04 17:40:37 -05:00
Tom MacWright
ea02651ed9
Merge branch 'master' of github.com:systemed/iD
...
Conflicts:
js/id/actions/modes.js
2012-12-04 17:32:55 -05:00
Tom MacWright
d66c27c578
Simplify modes more
2012-12-04 17:31:14 -05:00
John Firebaugh
36ea030440
Don't change graph in origin()
2012-12-04 17:31:09 -05:00
John Firebaugh
a316544008
Use datum()
2012-12-04 17:27:02 -05:00
John Firebaugh
12d02e0a6b
Copy entity in Graph#fetch
...
This shouldn't be necessary, but someone is modifying them
in place and it's causing problems elsewhere.
2012-12-04 17:27:02 -05:00
John Firebaugh
6780ecb75b
Add whitespace, cleanup, fix global leaks
2012-12-04 17:27:02 -05:00
Tom MacWright
5ef3eed3b0
Simplify modes, expose redraw
2012-12-04 17:23:09 -05:00
Tom MacWright
340b97c0e9
Split more functionality into util.geo and test it.
2012-12-04 16:52:59 -05:00
Tom MacWright
851efdf01f
Cleanup, fix geocoding
2012-12-04 16:46:03 -05:00
Tom MacWright
d5cc764a1d
Reduce overeager hiding call
2012-12-04 16:37:22 -05:00
Tom MacWright
e2b5a3f8ab
New-style keybindings in modes
2012-12-04 16:31:39 -05:00
Tom MacWright
ddbf50345d
Reintroduce keybindings for deleting features
2012-12-04 16:26:00 -05:00
Tom MacWright
4978cd0c12
Resurface keybindings
2012-12-04 15:51:42 -05:00
John Firebaugh
8ac56355bf
use strict mode in packaged output
...
Note that this requires wrapping all of iD, but not
third party libraries, in a function and enabling
strict mode only within that function. We can't be sure
that our dependencies are strict-safe (d3 isn't).
2012-12-04 14:04:31 -05:00
John Firebaugh
60e7698f1a
Don't mutate entity in place
2012-12-04 14:00:29 -05:00
John Firebaugh
103678b36d
Refine Entity and specs
2012-12-04 14:00:29 -05:00
Tom MacWright
40f6f55e72
More cleanup
2012-12-04 13:15:15 -05:00
Tom MacWright
89e94fc7b1
Cleanup
2012-12-04 13:13:36 -05:00
Tom MacWright
a0d28c1e2d
Expand tests, move way logic into entity.js and test it.
2012-12-04 13:06:21 -05:00
Tom MacWright
8c3aa832f0
Rename Util to util, expand tests, move more out of map.js
2012-12-04 12:53:16 -05:00
Tom MacWright
3ec03e2526
Use d3.geo.tile in connection. Fixes #103
2012-12-04 12:36:44 -05:00