Commit Graph

265 Commits

Author SHA1 Message Date
Tom MacWright
4bef54e0f5 Microoptimize 2012-12-11 17:40:33 -05:00
Tom MacWright
d70202253b Remove queueing, it was too large a performance hit 2012-12-11 17:35:42 -05:00
Tom MacWright
304805c113 Fix frantic tile reloading. Fixes #253 2012-12-11 17:27:37 -05:00
Tom MacWright
397d0d5bd7 Merge branch 'master' of github.com:systemed/iD 2012-12-11 15:59:34 -05:00
Tom MacWright
b18ba11a09 Fixes #229 and road closing nodes. Order matters for history.replace 2012-12-11 15:58:17 -05:00
Saman Bemel-Benrud
b5eed1c9b6 basics done for geocoder. 2012-12-11 15:26:07 -05:00
Saman Bemel-Benrud
a7234ade18 subtle restyles across the board, styling to geocoder. 2012-12-11 14:10:43 -05:00
Tom MacWright
435b7f46fc Namespace all events 2012-12-11 12:02:01 -05:00
Tom MacWright
c8b79dd4a0 Merge branch 'master' of github.com:systemed/iD
Conflicts:
	js/id/ui/layerswitcher.js
2012-12-11 11:23:37 -05:00
Tom MacWright
38cdfa0dc3 Hide ls on click 2012-12-11 11:20:18 -05:00
Saman Bemel-Benrud
77b142af6a proper indentation. 2012-12-11 11:16:32 -05:00
Saman Bemel-Benrud
f022d9d965 layer switcher done. 2012-12-10 20:00:17 -05:00
Saman Bemel-Benrud
2bac913537 styled opacity slider + fixed tooltips. 2012-12-10 18:36:36 -05:00
Saman Bemel-Benrud
1ec08c229f fixed broken right tooltip. 2012-12-10 16:55:42 -05:00
Saman Bemel-Benrud
b68a20fc79 Merge branch 'master' of github.com:systemed/iD 2012-12-10 16:45:52 -05:00
Saman Bemel-Benrud
5e19661ced basic styling of layer switcher done. 2012-12-10 16:45:43 -05:00
Tom MacWright
93781ae1a8 More understated attribution 2012-12-10 13:20:31 -05:00
Tom MacWright
c9f5cf736c Add road and connection typos 2012-12-09 14:04:34 -05:00
Tom MacWright
3dd3f4828d Fix global leak 2012-12-09 11:54:11 -05:00
Tom MacWright
84f2ddda15 Used d3.xml and abort no longer useful reqs 2012-12-09 00:37:40 -05:00
Tom MacWright
19082bcf2a Make spliced nodes straight. Fixes #241 2012-12-09 00:00:23 -05:00
Tom MacWright
a6327b566b Fix starting ways inbetween other ways. Fixes #244 2012-12-08 23:43:26 -05:00
Tom MacWright
2927f490b9 Focus first textarea in Inspector 2012-12-08 23:37:42 -05:00
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
50ef08c723 Test actual data parsing, add test data, more tests 2012-12-07 18:03:33 -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
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