Commit Graph

695 Commits

Author SHA1 Message Date
Tom MacWright a405e4e059 Fix way dragging. Fixes #235 2012-12-07 23:59:11 -05:00
Tom MacWright f85578aca8 Fix addwaynode usage 2012-12-07 23:27:47 -05:00
John Firebaugh a9ae2d908e Fix node redraw when escaping from draw mode
This is the case where the Array of changed element IDs
contains an ID for which there is no corresponding entity
in the graph. While `all` will not contain this entity,
the filter should still return true given its id, so that
it will appear in the exit selection and be removed.
2012-12-07 19:14:30 -05:00
Saman Bemel-Benrud 358b3719de Merge branch 'master' of github.com:systemed/iD 2012-12-07 19:14:22 -05:00
Saman Bemel-Benrud 1676744a92 more styling to layer toggle. 2012-12-07 19:14:12 -05:00
Saman Bemel-Benrud 605c793806 restructured layer toggle. 2012-12-07 18:51:19 -05:00
Saman Bemel-Benrud fbc9428d6b action buttons are now filled, toggles and less important buttons are not. 2012-12-07 18:28:09 -05:00
Tom MacWright ab695574c2 Make build-safe 2012-12-07 18:25:31 -05:00
Tom MacWright 01e696135d Test for travis 2012-12-07 18:20:14 -05:00
Tom MacWright 3f2b12ad87 Update d3 and lodash 2012-12-07 18:14:56 -05:00
Tom MacWright 225a50fdf0 Merge branch 'master' of github.com:systemed/iD 2012-12-07 18:12:44 -05:00
Tom MacWright 50ef08c723 Test actual data parsing, add test data, more tests 2012-12-07 18:03:33 -05:00
Saman Bemel-Benrud 0c5ae75242 Merge branch 'design-overhaul' 2012-12-07 17:45:36 -05:00
Saman Bemel-Benrud 2f0fdd3258 minor tweaks to inspector. 2012-12-07 17:45:18 -05:00
Tom MacWright bba14c2cba Merge pull request #231 from systemed/design-overhaul
Design overhaul
2012-12-07 14:42:30 -08:00
Saman Bemel-Benrud 450199737c Merge branch 'master' into design-overhaul 2012-12-07 17:41:08 -05:00
Saman Bemel-Benrud e82bf1a8b0 basic style overhaul complete. 2012-12-07 17:39:33 -05:00
Tom MacWright adb8ab53ce Update relation tests 2012-12-07 16:01:14 -05:00
John Firebaugh bd18cc9353 Fix changeset creation (fixes #230) 2012-12-07 14:46:18 -05:00
Tom MacWright c4fa7b8dce Merge branch 'master' of github.com:systemed/iD 2012-12-07 14:40:07 -05:00
Tom MacWright 5371d42cdf Continue with splitWay 2012-12-07 14:33:16 -05:00
John Firebaugh d4832e2e95 Add closing segment of drawn areas (fixes #217) 2012-12-07 14:21:30 -05:00
Tom MacWright 0db5193e0c Fix parentRelations 2012-12-07 14:16:11 -05:00
Tom MacWright 8c76b7d1b1 Fix accuracy handles updating 2012-12-07 14:06:47 -05:00
Tom MacWright da66377e55 Merge branch 'master' of github.com:systemed/iD 2012-12-07 14:03:08 -05:00
Tom MacWright 6d7b135b22 Push more on split_way 2012-12-07 14:03:03 -05:00
John Firebaugh ff5839a277 Reimplement differenced rendering (fixes #219) 2012-12-07 14:01:52 -05:00
John Firebaugh c5c65ccdfd Include difference in history change events 2012-12-07 12:35:57 -05:00
John Firebaugh ea4b93d88b Graph#difference 2012-12-07 12:35:57 -05:00
John Firebaugh 255e3aaabd Modify Graph so it can track deleted ids 2012-12-07 12:32:24 -05:00
Tom MacWright 0e00998bc4 Hide user panel when it would just be showing login. Fixes #209 2012-12-07 12:02:15 -05:00
Tom MacWright bb6c0489a0 Fix adding to ways in the reverse direction 2012-12-07 12:01:48 -05:00
Tom MacWright 9546a6f743 Limit download threads. Fixes #83 2012-12-07 11:47:48 -05:00
Saman Bemel-Benrud 91c14a3cca basic icon classes in place. 2012-12-07 11:17:46 -05:00
Tom MacWright f74b29d93a Rudientary splitting of ways 2012-12-07 11:03:15 -05:00
Tom MacWright 618f5cc486 Merge branch 'master' of github.com:systemed/iD 2012-12-07 10:42:24 -05:00
Tom MacWright f49728872e Fix way finishing, start on split way 2012-12-07 10:42:16 -05:00
John Firebaugh 3e45afbc5e Move history annotation to History#perform/replace
Actions are too low-level for annotations.
2012-12-07 10:35:39 -05:00
John Firebaugh 7eec007740 Get internal ID logic in one place 2012-12-07 10:32:51 -05:00
Tom MacWright 23856cc1c5 Reclose ways if you delete the repeated node. Fixes #221 2012-12-07 10:25:09 -05:00
Tom MacWright 7c82710dbf Fix deleting areas 2012-12-07 10:11:42 -05:00
Tom MacWright a9e68ce3ee Undo moved technique 2012-12-07 10:02:55 -05:00
Tom MacWright 6626c87401 Fix layer switching 2012-12-07 10:01:07 -05:00
Tom MacWright 7cb6cfbe04 Refactor drag features into sub-control and allow dragging in selection
mode
2012-12-07 09:57:30 -05:00
Saman Bemel-Benrud 16e87ca12e refining buttons. 2012-12-06 19:58:21 -05:00
Tom MacWright 9b71f48521 Fix accuracy nodes 2012-12-06 19:41:43 -05:00
Tom MacWright 1e7cf70050 Merge branch 'master' of github.com:systemed/iD 2012-12-06 19:27:01 -05:00
Tom MacWright 16f102b410 Fix accuracy handy disappearance 2012-12-06 19:26:52 -05:00
Saman Bemel-Benrud 7a16fbaa95 re-organizing + cleaning up CSS, starting to style the UI. 2012-12-06 19:20:27 -05:00
John Firebaugh ccd0f0805f dragEnable is gone 2012-12-06 19:18:39 -05:00