Commit Graph

1348 Commits

Author SHA1 Message Date
John Firebaugh
dae9b01166 Don't try to show a menu for multipolygons
We haven't implemented relation deletion yet, so there
aren't any operations to perform.

Fixes #506.
2013-01-25 16:42:32 -05:00
John Firebaugh
50cfed4f3c Remove unused parameter
Follow up to deebe5.
2013-01-25 16:37:40 -05:00
John Firebaugh
98073b0d26 Add pending tests for #508
Update DeleteWay tests to use Graph#update. Eventually we
should do this for all action tests.
2013-01-25 16:35:50 -05:00
Tom MacWright
3b7b15a12f Merge branch 'master' of github.com:systemed/iD 2013-01-25 16:28:26 -05:00
Tom MacWright
deebe55182 Allow for continuing line drawing, also fixes #507 2013-01-25 16:28:21 -05:00
John Firebaugh
c981fe5d80 Revert "Wrap all actions in Graph#update"
This reverts commit 3105923371.

See #508.
2013-01-25 16:17:26 -05:00
John Firebaugh
5ea855e18d Replace Graph#fetch with Graph#childNodes
Having two kinds of Ways (fetched and non-fetched)
introduced some accidental complexity. This brings things
more in line with how parentWays/parentRelations work.

Fixes #73.
2013-01-25 15:10:44 -05:00
Ansis Brammanis
74d006ea08 Difference only changed entities 2013-01-25 15:07:58 -05:00
Ansis Brammanis
6ca88fb60e Merge branch 'master' of github.com:systemed/iD 2013-01-25 15:07:40 -05:00
Tom MacWright
20bf1476d5 Fix geocode URL 2013-01-25 14:59:54 -05:00
Ansis Brammanis
78993bc080 Use object.create for graph.entities 2013-01-25 14:35:46 -05:00
John Firebaugh
3105923371 Wrap all actions in Graph#update 2013-01-25 13:43:35 -05:00
John Firebaugh
61a1f35a70 Use Graph#update in MoveWay 2013-01-25 13:27:33 -05:00
John Firebaugh
4874199401 Add Graph#update
This can be used to reduce graph churn when there are
multiple changes to make.
2013-01-25 13:27:33 -05:00
John Firebaugh
dfb38d7d0c Fix radial menu not always appearing (fixes #492) 2013-01-25 13:27:33 -05:00
John Firebaugh
e64c78ae1b arc-menu -> radial-menu 2013-01-25 13:27:32 -05:00
Tom MacWright
e287367893 Merge branch 'master' of github.com:systemed/iD 2013-01-25 12:00:43 -05:00
Tom MacWright
9116978609 Show version and tag it correctly. Fixes #502 and fixes #499 2013-01-25 12:00:23 -05:00
John Firebaugh
fd0e7f51ca Add shortcut for "Move" mode 2013-01-25 11:44:46 -05:00
Ansis Brammanis
da41235b94 Fixes #471, slight panning after selecting 2013-01-25 10:32:03 -05:00
Tom MacWright
1f3319f7b0 Add circularize action. Fixes #491 2013-01-24 22:52:19 -05:00
John Firebaugh
923fb86f06 Revert menu placement on way
Can't do this until we can distinguish area fill from stroke.
2013-01-24 19:13:42 -05:00
John Firebaugh
b1c165b21f Transition menu close 2013-01-24 19:08:04 -05:00
John Firebaugh
454cf0b16c Close menu on map move (fixes #482) 2013-01-24 19:07:05 -05:00
John Firebaugh
3f7b7c6a5a Hide menu on history changes 2013-01-24 18:45:36 -05:00
John Firebaugh
66a0d0bdbd Center the radial menu on entities (fixes #483)
Also, don't show it when finishing draw operations.
2013-01-24 18:45:36 -05:00
Ansis Brammanis
6017b9b752 Fix opera dragging 2013-01-24 18:37:24 -05:00
John Firebaugh
0fef1a8cfd Drop -> undo 2013-01-24 18:14:40 -05:00
John Firebaugh
7dba315974 Fix draw area cursors 2013-01-24 18:09:29 -05:00
Tom MacWright
820e8663a4 Merge branch 'master' of github.com:systemed/iD 2013-01-24 18:07:03 -05:00
Tom MacWright
33c541e926 Fix upTile loading 2013-01-24 18:06:54 -05:00
John Firebaugh
dd03544a00 Extract AddWay behavior 2013-01-24 18:04:40 -05:00
Tom MacWright
b6fd9cf990 Prevent user dragging 2013-01-24 17:50:08 -05:00
Tom MacWright
591f640b53 Fix link list structure. Fixes #472 2013-01-24 17:34:12 -05:00
Tom MacWright
2527d57404 Simple map-tail minimalism. Fixes #467 2013-01-24 17:26:52 -05:00
Tom MacWright
b69b2c9246 Merge branch 'master' of github.com:systemed/iD 2013-01-24 17:09:46 -05:00
Tom MacWright
ca017090cb Save commit messages between saves. Fixes #454 2013-01-24 17:09:38 -05:00
John Firebaugh
d83eb7647a Connect areas to lines (fixes #476) 2013-01-24 17:04:24 -05:00
John Firebaugh
18c7267010 Extract Draw behavior
Fixed some bugs but introduced others.
2013-01-24 17:00:48 -05:00
John Firebaugh
4d7478972a Remove unused 2013-01-24 17:00:48 -05:00
Tom MacWright
0009173028 Bleh 2013-01-24 16:55:36 -05:00
Tom MacWright
e6d8fb00fd Kill tabindexes and prevent skipping through fields. Fixes #281 2013-01-24 16:52:34 -05:00
Tom MacWright
970de9ffa1 Please keep indentation simple: 4 spaces always 2013-01-24 16:35:22 -05:00
Tom MacWright
9a6ad575a0 Straighten up auth situation, fixes live server. Fixes #431 2013-01-24 16:33:04 -05:00
Tom MacWright
c7716ae864 Fix CSS typos 2013-01-24 16:11:47 -05:00
Ansis Brammanis
4f174915b2 50% opacity as default 2013-01-24 13:34:45 -05:00
Tom MacWright
2fd492ed03 Fixes #480 I need more coffee 2013-01-24 13:17:57 -05:00
Tom MacWright
ce78e34b34 Merge, rename to radial menu and remove pi 2013-01-24 13:11:52 -05:00
Tom MacWright
67f1e041e7 Merge branch 'master' of github.com:systemed/iD 2013-01-24 12:49:29 -05:00
Tom MacWright
bd3090e444 Change map background to black 2013-01-24 12:39:46 -05:00