Commit Graph

2261 Commits

Author SHA1 Message Date
John Firebaugh
e59e6d4cd9 Fix syntax error 2013-03-04 17:17:04 -08:00
John Firebaugh
21b59461ee Fix global leak, reuse Delete operation 2013-03-04 17:16:14 -08:00
John Firebaugh
988bfeb767 Support both delete and backspace (fixes #887)
Also show correct key in operation tooltip.
2013-03-04 17:12:44 -08:00
Ansis Brammanis
053f86f82b move preset tag application to presets/preset.js 2013-03-04 19:16:46 -05:00
John Firebaugh
bf09e75ec5 Merge pull request #892 from porjo/locale
Update locales: add missing options
2013-03-04 16:04:13 -08:00
Ansis Brammanis
1fe3d5a04e Don't include other in recent presets 2013-03-04 18:33:07 -05:00
Ansis Brammanis
73314f3415 show entire line preset icon 2013-03-04 18:19:34 -05:00
Ansis Brammanis
b76accb869 add presets 2013-03-04 17:33:08 -05:00
Ansis Brammanis
9ddbd1ed7d update line preset defaults 2013-03-04 16:45:20 -05:00
Ansis Brammanis
01025ef60f Fix enter to select preset 2013-03-04 16:35:14 -05:00
Ansis Brammanis
082bd5fd42 Fix preset defaults 2013-03-04 16:34:36 -05:00
Ansis Brammanis
7c7ddcca78 tweak checkselect style 2013-03-04 16:25:02 -05:00
Ansis Brammanis
7695a27e9c add generic highway icon 2013-03-04 16:21:58 -05:00
Ian B
03fff01646 Update locales: add missing options 2013-03-04 22:20:56 +01:00
Ansis Brammanis
01688f6528 Add city address field 2013-03-04 16:12:19 -05:00
Ansis Brammanis
c7e4977bcb Fix category drawing 2013-03-04 15:58:17 -05:00
Ansis Brammanis
1a43992bd1 add recent presets to defaults 2013-03-04 15:47:50 -05:00
Tom MacWright
71a4c5a383 Fix jshint errors - plz do not use unnecessary magic 2013-03-04 12:08:54 -05:00
Ansis Brammanis
4a9ce55793 let delete shortcut work on empty preset search 2013-03-04 11:29:03 -05:00
John Firebaugh
8aaa91d96f Fix tests 2013-03-04 08:00:12 -08:00
John Firebaugh
59b77b0279 Fix build 2013-03-04 07:54:09 -08:00
Ansis Brammanis
44079759a6 untie showing grid and showing radial menu 2013-03-04 00:42:02 -05:00
John Firebaugh
60a290282c Clip lines with Cohen-Sutherland algorithm
This yields a 10x paint performance increase at
#map=18.88/38.85208/-76.72632, as measured with
Chrome Canary's "Continuous Page Repainting" mode.

Fixes #885.
2013-03-03 18:25:42 -08:00
Ansis Brammanis
f757bc965f flush map after changing connection url 2013-03-03 21:20:30 -05:00
Ansis Brammanis
5b86325b92 add bridge and tunnel forms 2013-03-03 20:53:52 -05:00
Ansis Brammanis
b13b47cafe Merge branch 'master' of github.com:systemed/iD into presets-2 2013-03-03 20:51:06 -05:00
John Firebaugh
92b7675b5e Sentry error reporting
iD has been given a free 'non-profit' plan. See
https://app.getsentry.com/id/, contact me for login/password.
2013-03-02 09:56:51 -08:00
Ansis Brammanis
ac5ac1ebd7 Add check ui element 2013-03-01 21:47:51 -05:00
Ansis Brammanis
d1d90ab691 misc preset 2013-03-01 18:43:47 -05:00
Ansis Brammanis
900c37a652 fix tests 2013-03-01 17:27:53 -05:00
Ansis Brammanis
7f6f606a7c extract preset fields 2013-03-01 17:08:23 -05:00
Ansis Brammanis
eae4aeb3ba presets.js to collection.js 2013-03-01 16:18:12 -05:00
Ansis Brammanis
39f4e36c49 Merge branch 'master' of github.com:systemed/iD 2013-03-01 16:15:59 -05:00
Ansis Brammanis
0c24821c87 re-add preset category support 2013-03-01 16:13:48 -05:00
Ansis Brammanis
9d67e8e516 Start reorganizing presets 2013-03-01 15:48:20 -05:00
Ansis Brammanis
abc477d279 Merge branch 'master' of github.com:systemed/iD 2013-03-01 15:46:38 -05:00
Ansis Brammanis
513eeac280 add node_modules to gitignore 2013-03-01 15:39:41 -05:00
John Firebaugh
78f0d36c02 Don't debounce loadTiles inside connection
It doesn't look like this is needed -- loadTiles is
called only from redraws, which are already debounced.
And external debouncing is the right way to do it.
2013-03-01 11:54:45 -08:00
John Firebaugh
cf4e022cc2 Fix global leak 2013-03-01 11:48:57 -08:00
John Firebaugh
5d30e693b4 Cleanup 2013-03-01 11:48:20 -08:00
John Firebaugh
00cd9c7e98 Use built in cursors on opera (fixes #865)
Opera chokes on the `url(…) n m` syntax and throws away the
whole style, so we have to use a separate declaration.
2013-03-01 11:01:26 -08:00
John Firebaugh
7a7018bdba Grammar 2013-03-01 10:48:10 -08:00
John Firebaugh
787e76dbd1 Fix snapping after moving (fixes #880) 2013-03-01 10:41:55 -08:00
John Firebaugh
b09bc8cfa2 Extract selection reference 2013-03-01 10:30:12 -08:00
John Firebaugh
8b5b13fbc4 Delete commented out code 2013-03-01 10:30:12 -08:00
John Firebaugh
1f28e1441e Camel case identifiers 2013-03-01 10:30:12 -08:00
Ansis Brammanis
8d4562369d "view on osm" not for created entities 2013-03-01 10:31:23 -05:00
Ansis Brammanis
dbc590c7e3 Merge pull request #877 from arno974/patch-6
Update fr.js
2013-03-01 07:19:13 -08:00
Ansis Brammanis
669ebcfaff Merge pull request #878 from 1ec5/patch-1
Update vi.js
2013-03-01 07:13:55 -08:00
Minh Nguyễn
82b9d40e16 Update vi.js
Sync’d with ac161ddb62.
2013-03-01 05:12:36 -08:00