John Firebaugh
3be61a65e6
Manual redraw debouncing
...
This avoids a duplicate full redraw at the end of a drag pan. The
redraw triggered by mouseup.zoom now cancels the pending debounced
redraw.
Also, bump the debounce interval to 300ms, which helps avoid full
redraws during scroll zoom, making it more responsive.
2013-02-13 14:27:01 -08:00
Tom MacWright
8538339b44
Fix zooming to validated features. Fixes #748
2013-02-13 17:21:21 -05:00
Ansis Brammanis
fd423f4db7
Don't drag when shiftKey
2013-02-13 15:39:22 -05:00
John Firebaugh
d50f7f13ab
Cache properties in fastMouse
2013-02-13 12:03:41 -08:00
John Firebaugh
a53e604b5b
Avoid unnecessary style recalculation
2013-02-13 11:57:32 -08:00
John Firebaugh
7fcf329ee8
Fix browser_notice style
2013-02-13 10:39:48 -08:00
John Firebaugh
65fbc808a1
Map#pan redraws
2013-02-13 10:39:48 -08:00
Ansis Brammanis
95e6b840ee
Fix key reference
2013-02-13 13:14:57 -05:00
Ansis Brammanis
a21b973a41
Fix saving deletions to storage, add tests
2013-02-13 12:42:51 -05:00
Ansis Brammanis
f2d6628547
Don't break rebasing with loading
2013-02-13 11:17:29 -05:00
Tom MacWright
a60ace18cd
Merge branch 'master' of github.com:systemed/iD
2013-02-13 11:13:43 -05:00
Tom MacWright
7c10d37c1e
GA-based js error logging. Fixes #660 for the time being.
2013-02-13 11:13:37 -05:00
Tom MacWright
b3cf141ed5
Merge pull request #752 from m0rix/patch-1
...
Update locale/de.js
2013-02-13 05:41:53 -08:00
m0rix
5d11770e7e
Update locale/de.js
2013-02-13 11:33:34 +01:00
John Firebaugh
9695a9cafa
Fix geocode tooltip
2013-02-12 21:11:16 -08:00
John Firebaugh
a25f2895d0
Rename UserPanel -> Account
2013-02-12 21:04:59 -08:00
John Firebaugh
4bbed7e943
Cleanup, fix UserPanel
2013-02-12 21:03:34 -08:00
John Firebaugh
6f6958ad98
Remove redundant ul, id -> class
2013-02-12 20:50:17 -08:00
John Firebaugh
f98cee40a7
Extract iD.ui.Attribution
2013-02-12 20:46:54 -08:00
John Firebaugh
cfb6f7b1d4
Cleanup
2013-02-12 20:29:16 -08:00
John Firebaugh
8928e757a4
Simplify
2013-02-12 20:19:36 -08:00
John Firebaugh
806de963db
Cleanup, translate Splash
2013-02-12 20:18:17 -08:00
John Firebaugh
02ed91096a
Follow ui pattern
2013-02-12 20:08:36 -08:00
John Firebaugh
0578d645bc
restore translation
2013-02-12 20:05:51 -08:00
John Firebaugh
6d3d00e78d
inspector translation
2013-02-12 20:02:35 -08:00
John Firebaugh
8882023e5b
tag_reference translations
2013-02-12 19:59:32 -08:00
John Firebaugh
d92d87ebf5
Organize translations
2013-02-12 19:55:09 -08:00
John Firebaugh
5f0bef89e1
Sync translations
2013-02-12 17:39:38 -08:00
John Firebaugh
6bbea0784a
Fix locale includes
2013-02-12 17:39:38 -08:00
John Firebaugh
c3a06c681a
Translate/cleanup iD.ui.Commit
2013-02-12 17:39:38 -08:00
Saman Bemel-Benrud
17f2d3a326
resolving conflict.
2013-02-12 20:21:09 -05:00
Saman Bemel-Benrud
5ee554be0d
styling geocoder.
2013-02-12 20:19:23 -05:00
John Firebaugh
211431bdb8
Fix "Browse" button in non-English locales
2013-02-12 16:58:44 -08:00
John Firebaugh
902ae80267
Include all locale files
2013-02-12 16:51:31 -08:00
John Firebaugh
1e60b0b7fa
iD constructors are camel case
2013-02-12 16:51:25 -08:00
John Firebaugh
50e01150a7
Fix global leak
2013-02-12 16:25:39 -08:00
John Firebaugh
5c9832e2ef
Fix test
2013-02-12 16:18:55 -08:00
Saman Bemel-Benrud
7da3ef791f
style and layout refinements to layer switcher.
2013-02-12 19:17:00 -05:00
John Firebaugh
1c5a894f1e
Add to translation README
2013-02-12 16:16:52 -08:00
John Firebaugh
8d0225e938
i18n for geolocate
2013-02-12 16:11:22 -08:00
John Firebaugh
b9860f222f
Cleanup; consistent tooltips on remaining buttons
2013-02-12 16:07:27 -08:00
John Firebaugh
dc2dbbe183
Extract iD.ui.Zoom, add tooltips with key hint
2013-02-12 15:48:17 -08:00
John Firebaugh
f071e9cf18
Fix da translation
2013-02-12 15:28:14 -08:00
John Firebaugh
18995cc1b6
Merge pull request #745 from Neogeografen/patch-2
...
Update locale/da.js
2013-02-12 15:27:13 -08:00
John Firebaugh
3cce5b28dd
Fix, expand iD.behavior.Select tests
2013-02-12 15:22:38 -08:00
John Firebaugh
6bebb9197c
200ms
2013-02-12 15:00:58 -08:00
John Firebaugh
89fe4bff09
Only add vertex when double-clicking the selected entity
...
Previously double-clicking would add a vertex to any way,
as long as anything was selected.
2013-02-12 14:54:39 -08:00
John Firebaugh
0dbdd7c797
Shift-click deselects a selected entity
2013-02-12 14:54:39 -08:00
John Firebaugh
419aa088e3
RadialMenu#center
2013-02-12 14:54:39 -08:00
John Firebaugh
3f19a293aa
Make selection less laggy
2013-02-12 14:54:39 -08:00