Commit Graph

1632 Commits

Author SHA1 Message Date
Tom MacWright 4b5dcd054e Fix sourcetag regression 2013-02-06 17:34:41 -05:00
Tom MacWright e868c071ac Remove more unreliable or slow layers, select the right layer initially,
fix null tooltips
2013-02-06 17:16:00 -05:00
Tom MacWright 3ada0f4080 Update make for tests 2013-02-05 12:57:10 -05:00
Tom MacWright f70c9037b0 Fix tests, finish work here. Needs a design hit. 2013-02-05 12:52:56 -05:00
Tom MacWright 503872a400 Merge branch 'master' into dynamic-layers 2013-02-05 12:10:54 -05:00
Tom MacWright d159b37ab6 Fix tests 2013-02-05 12:10:05 -05:00
Tom MacWright 8f2157425c Merge branch 'master' into dynamic-layers 2013-02-05 12:03:27 -05:00
Tom MacWright db7f42145e Continue removing any non-scoped selectors. Refs #595
Last hits will be combobox and layerswitcher.
2013-02-05 12:00:10 -05:00
Ansis Brammanis 3576a99eb5 Always have delete as first op 2013-02-05 11:00:13 -05:00
John Firebaugh c37adc617f Fix build 2013-02-05 07:30:58 -08:00
John Firebaugh 4cbdadfbbc Fix undo of multipolygon deletion 2013-02-05 06:56:23 -08:00
Ansis Brammanis d3d0851596 Fix svg/midpoint tests
Proper solution waiting on 369
2013-02-05 00:51:54 -05:00
Ansis Brammanis 915bcf7826 Fix drawing, leaking globals 2013-02-05 00:41:07 -05:00
John Firebaugh 4fed3e5dac Fix rogue s/red/#f6634f/g 2013-02-04 16:55:46 -08:00
John Firebaugh c9fb1444db Connect via drag and drop
Fixes #598.
2013-02-04 16:48:54 -08:00
John Firebaugh 73098d259e Specify type for relation member 2013-02-04 16:48:40 -08:00
Tom MacWright 4d0a42344d Start dynamic layers work in branch 2013-02-04 19:47:25 -05:00
Saman Bemel-Benrud 00da90cf36 Merge branch 'master' of github.com:systemed/iD 2013-02-04 19:37:31 -05:00
Saman Bemel-Benrud 5764012b23 better styles for map features. 2013-02-04 19:37:10 -05:00
Tom MacWright 9bdd7d1139 Merge branch 'master' of github.com:systemed/iD 2013-02-04 18:48:56 -05:00
Tom MacWright d3c7c4be4b Add imagery convert script, source, and output 2013-02-04 18:48:49 -05:00
Ansis Brammanis ab7c1fa80a Fix midpoint hiding. really 2013-02-04 18:32:16 -05:00
Ansis Brammanis c8ab057f19 Remove unused midpoint code 2013-02-04 18:26:45 -05:00
Ansis Brammanis d5937907a4 Hide midpoints without breaking drawing
I always forget d3 works this way.
2013-02-04 17:39:16 -05:00
Ansis Brammanis 7e997af9b8 Hide midpoints when vertices hidden 2013-02-04 17:24:00 -05:00
Tom MacWright 7a50001120 Merge branch 'master' of github.com:systemed/iD 2013-02-04 17:20:34 -05:00
Tom MacWright 3e71dd56cd Wipe out some tags entirely, refs #585 2013-02-04 17:20:06 -05:00
Ansis Brammanis 3417a1639c Hide midpoints when drawing (no snapping) 2013-02-04 17:16:14 -05:00
Ansis Brammanis 1b70a68214 Revert "Don't snap to midpoints, snap to their parent way"
This reverts commit 13b0b540a7.

Conflicts:

	js/id/behavior/draw_way.js
2013-02-04 17:14:56 -05:00
Ansis Brammanis d0d1a16c0a Fix label halo sizing 2013-02-04 17:04:33 -05:00
Tom MacWright dbb4615918 Merge branch 'master' of github.com:systemed/iD 2013-02-04 16:48:51 -05:00
Tom MacWright b7cfaf08da userDetails should handle errors properly 2013-02-04 16:48:44 -05:00
Ansis Brammanis 9ec7491645 Fix baseline shifting for opera 2013-02-04 16:45:34 -05:00
Tom MacWright e5807e906d Merge branch 'master' of github.com:systemed/iD 2013-02-04 16:45:25 -05:00
Tom MacWright bd7f302730 Show deprecated tags in save commit, validate them, add deprecatedTags
to entity type.
2013-02-04 16:45:18 -05:00
Ansis Brammanis d756e3c2a2 Let ways be self-intersected 2013-02-04 16:30:19 -05:00
Tom MacWright 3d8f2ffb84 Consistify syntax 2013-02-04 16:08:34 -05:00
Tom MacWright 32bff58eae Merge branch 'master' of github.com:systemed/iD 2013-02-04 16:02:40 -05:00
Tom MacWright 3449a680a7 Add tag deprecation action and data, not yet integrated. 2013-02-04 16:02:34 -05:00
Ansis Brammanis 83e241083d Remove event 2013-02-04 15:30:59 -05:00
John Firebaugh 6dd1bebe89 Fix drawing in Firefox (fixes #628) 2013-02-04 12:26:57 -08:00
John Firebaugh 940a7a9a6a Revise README 2013-02-04 12:18:11 -08:00
John Firebaugh 7ddfcaed39 i18n 2013-02-04 12:08:30 -08:00
John Firebaugh 0450e57acf Layers -> Background (#525) 2013-02-04 12:05:55 -08:00
Tom MacWright ad5c819f49 Do not use keywords 2013-02-04 15:01:18 -05:00
Tom MacWright 6e74456b31 Fix dragging around resized edges. Fixes #552 2013-02-04 14:57:43 -05:00
John Firebaugh c2ddf67cc0 Show appropriate tooltips for disabled undo/redo buttons
Implementing this cross-browser requires using a `.disabled`
class rather than the `disabled` property. No browsers except
Opera dispatch mouse events on disabled buttons.

Fixes #620.
2013-02-04 11:25:20 -08:00
Ansis Brammanis e4a8fbd0f6 Eliminate flickering 2013-02-04 13:34:14 -05:00
Ansis Brammanis ceb53a2230 Merge branch 'master' of github.com:systemed/iD 2013-02-04 13:33:54 -05:00
Saman Bemel-Benrud 9cdee2f353 Merge branch 'master' of github.com:systemed/iD 2013-02-04 13:15:50 -05:00