Commit Graph

5135 Commits

Author SHA1 Message Date
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
Saman Bemel-Benrud 2ee0cac375 fix intro modal position. 2013-02-04 13:15:07 -05:00
Tom MacWright 59b6acdb08 Add notes on reporting issues 2013-02-04 12:52:58 -05:00
Ansis Brammanis 4bfc91cc85 Fix dragging cursor off of edge while drawing 2013-02-04 12:34:11 -05:00
Tom MacWright 8d90fb777b Purge a few more uses of d3.select, refs #595 2013-02-04 12:32:14 -05:00
Tom MacWright a7d7a2e3da Merge branch 'master' of github.com:systemed/iD 2013-02-04 12:25:52 -05:00
Tom MacWright 4ee620cb09 Namespace selectors to iD-owned elements 2013-02-04 12:23:46 -05:00
John Firebaugh 7036758833 Fix directory 2013-02-04 09:20:56 -08:00
John Firebaugh 8699b4a49e Adjust for style, formatting, and jshint 2013-02-04 09:18:15 -08:00
John Firebaugh 50de4155f4 Merge pull request #612 from porjo/master
Added orthogonalize function
2013-02-04 09:14:49 -08:00
Tom MacWright e5ad28feb7 JShint fixups 2013-02-04 12:10:23 -05:00
Tom MacWright 285ef7584d Contributing 2013-02-04 11:55:25 -05:00
Saman Bemel-Benrud a0f18d9751 Merge branch 'master' of github.com:systemed/iD 2013-02-04 11:30:59 -05:00
Saman Bemel-Benrud 3a075e6870 updated source svg. 2013-02-04 11:30:25 -05:00
Ansis Brammanis 240d83c1fd Fix #623, get enitity from current graph 2013-02-04 10:54:39 -05:00
John Firebaugh e0d4f5e87d Use default shape-rendering
On Firefox, optimizeSpeed = aliased. Fixes #592.
2013-02-04 07:13:49 -08:00
John Firebaugh 03800ec841 Don't force point to area boundary (fixes #614) 2013-02-03 13:21:27 -08:00
Dr Ian b912097ee4 Tidy up: fix indents, spaces etc.
- Update orthogonalize to match new circularize.
- Add orthoganalize to test index.html
- Revert whitespace on index.html
2013-02-03 20:12:04 +01:00
John Firebaugh 3000bc89ce shadow should be above fill
Makes it much easier to select lines that are within areas.
2013-02-03 08:49:43 -08:00
Dr Ian 90aa734f53 Merge remote branch 'upstream/master' 2013-02-03 07:40:07 +01:00
Ansis Brammanis 13b0b540a7 Don't snap to midpoints, snap to their parent way 2013-02-02 23:47:29 -05:00
John Firebaugh 441be74539 Simplify 2013-02-02 21:28:56 -05:00
John Firebaugh 33f5db4d96 Fix hash with selected id 2013-02-02 21:17:43 -05:00
John Firebaugh 0b3e0fb3db Use iD.actions.DeleteNode when removing nodes
They need to be removed from any parent relations.
Also, make sure to uniq child nodes, otherwise the
start/end node over-contributes to the centroid
calculation.

This action needs tests.
2013-02-02 21:17:10 -05:00
John Firebaugh 9e878b1cf9 Remove redundant conditional 2013-02-02 20:00:05 -05:00
John Firebaugh b08722fd3f Pass just the projection to Circularize 2013-02-02 19:59:05 -05:00
John Firebaugh 80a5a083b0 Remove unused 2013-02-02 19:57:36 -05:00
John Firebaugh ec602a7db7 Hook up connection and history in context 2013-02-02 19:47:56 -05:00
John Firebaugh fc00f154a9 Dispatch a change event on merge 2013-02-02 19:47:56 -05:00
John Firebaugh 1de05b518d Select result when splitting or joining ways
Fixes #601.
Fixes #603.
2013-02-02 19:47:56 -05:00