Commit Graph

1762 Commits

Author SHA1 Message Date
John Firebaugh 5feb9dea5d Make contributors i18n-friendly 2013-02-09 16:52:08 -08:00
John Firebaugh b9fb37e1e4 i18n 2013-02-09 15:59:59 -08:00
John Firebaugh 8c72ebc3cd Fix fr locale 2013-02-09 15:51:49 -08:00
John Firebaugh ccb5b81645 Clean up geocoder
Pass context directly; fix indentation; i18n.
2013-02-09 15:51:49 -08:00
Tom MacWright cd470675e2 Display name fix 2013-02-09 18:27:18 -05:00
Tom MacWright ff30fef9c0 Merge branch 'master' of github.com:systemed/iD 2013-02-09 18:23:21 -05:00
Tom MacWright 5fb4fc8521 Add locale readme 2013-02-09 18:23:07 -05:00
John Firebaugh 843baa11c0 graph -> core
This matches how it's described in ARCHITECTURE.md.
2013-02-09 15:18:54 -08:00
Tom MacWright bd8847ba6a Sub french and german translations 2013-02-09 18:18:30 -05:00
Tom MacWright 7cb3bd3bae Merge branch 'master' of github.com:systemed/iD 2013-02-09 18:12:12 -05:00
Tom MacWright 71fc68ddfa Go live by default. Fixes #653 2013-02-09 18:11:59 -05:00
John Firebaugh c406413b67 Browse button should be active when moving (fixes #692) 2013-02-09 15:09:13 -08:00
Tom MacWright 574e072598 Update license 2013-02-09 18:08:03 -05:00
Tom MacWright f15191af2c Update tests 2013-02-09 18:06:35 -05:00
Tom MacWright 6faf7a27c4 Support zooming with keyboard. Fixes #695 2013-02-09 18:02:09 -05:00
Tom MacWright d584eb2f9d Pan, fix initial loads 2013-02-09 17:56:22 -05:00
Tom MacWright d9b5816530 Store background setting in hash. Fixes #632 2013-02-09 17:34:44 -05:00
Tom MacWright f56e27ad2a Style tweaks and refactoring 2013-02-09 17:21:28 -05:00
Tom MacWright 552bce1e77 Merge pull request #697 from porjo/master
Display multiple search results, addresses #677
2013-02-09 14:10:44 -08:00
Ian B cc51fdc4be Refactored geocoder to use data joins 2013-02-09 23:02:36 +01:00
Alex Barth 78cdc3aec2 Title for installation instructions 2013-02-09 22:37:21 +01:00
Ian B 8a8a29013e Search results area
Display multiple search results
2013-02-09 18:12:55 +01:00
John Firebaugh e6a173c3cd Merge pull request #696 from lxbarth/patch-1
Title for installation instructions
2013-02-09 08:04:23 -08:00
Alex Barth 334e842926 Title for installation instructions 2013-02-09 10:52:01 -05:00
Ansis Brammanis a60ed7f6e5 Remove pointer-events for area being drawn 2013-02-09 00:04:29 -05:00
John Firebaugh f1079a644a Fix relation role in Split (#694) 2013-02-08 20:44:14 -08:00
John Firebaugh 4a9d41d3fb Start on architecture docs 2013-02-08 17:22:25 -08:00
Ansis Brammanis f4a6edb224 Localize labels 2013-02-08 18:25:39 -05:00
Ansis Brammanis 334cb9f93b Fix error, pos could be null 2013-02-08 18:01:45 -05:00
Ansis Brammanis 5b646b75c3 Only lasso if mouse has moved 2013-02-08 17:53:43 -05:00
Ansis Brammanis ba47d3183d Fix lasso and add it to select 2013-02-08 17:46:37 -05:00
Ansis Brammanis 123c700853 Fix midpoint dragging 2013-02-08 16:49:09 -05:00
John Firebaugh e05531ad6c Fix circularize boundary cases (fixes #494)
There are still more boundary cases even farther out. But this is
probably sufficient for the real world.
2013-02-08 12:08:48 -08:00
John Firebaugh d59320ee4b Extract Way#replaceNode 2013-02-08 12:07:57 -08:00
Tom MacWright 5139de969e Slow-remove tiles, pay attention to parentNode, refs #686 2013-02-08 13:48:51 -05:00
Tom MacWright 8d8ec84316 Fix inadverted .remove call. Fixes #686 2013-02-08 13:40:57 -05:00
Tom MacWright 2e3580954e Pull in updated imagery metadata from potlatch Fixes #681 2013-02-08 13:19:21 -05:00
Tom MacWright afcb1837e7 Only do extent build if necessary 2013-02-08 11:36:25 -05:00
Tom MacWright 717221a4e8 Merge branch 'master' of github.com:systemed/iD 2013-02-08 11:31:40 -05:00
Tom MacWright 7b33472203 Nix the array joins 2013-02-08 11:31:33 -05:00
Ansis Brammanis a804e633f4 Fix tests, silence travis 2013-02-08 11:29:40 -05:00
Tom MacWright 151266c75f Merge branch 'master' of github.com:systemed/iD 2013-02-08 11:20:23 -05:00
Tom MacWright 2e8e7ad1cc Use css transitions for tiles 2013-02-08 11:20:11 -05:00
Ansis Brammanis 2c9732f547 Fix localstorage history clearing 2013-02-08 11:04:05 -05:00
Tom MacWright 0b89df063f Optimize resetting opacity 2013-02-08 11:02:23 -05:00
Tom MacWright bd615fb19f Cache mousePosition 2013-02-08 10:48:00 -05:00
Tom MacWright 6f81288eb9 Name load function so we can profile it 2013-02-08 10:23:35 -05:00
Tom MacWright 4a339ade87 Do not use d3.mouse unless needed, instantly exit select. 2013-02-08 10:21:04 -05:00
Tom MacWright 20e1181b7a Use a trueObj for filtering labels, add fastMouse 2013-02-08 10:08:30 -05:00
Tom MacWright b24d03a583 Optimize iD.geo.dist, fixes #685
See benchmark: http://jsperf.com/id-dist-optimization
2013-02-08 09:46:04 -05:00