Commit Graph

6871 Commits

Author SHA1 Message Date
Bryan Housel 2c11b693b8 Merge branch 'edit_menu' 2017-02-25 15:29:01 -05:00
Bryan Housel bf71756b50 Quote "-apple-system" to make IE11 happy 2017-02-25 15:27:32 -05:00
Bryan Housel 4d9c90ea97 2.1.3 2017-02-24 12:25:38 -05:00
Bryan Housel 7cae62449a npm run imagery 2017-02-24 12:24:36 -05:00
Bryan Housel c5ba7d3878 npm run translations 2017-02-24 12:18:30 -05:00
Martin Raifer 224059bdee fix typo: iterate over imagery blacklist
see https://github.com/openstreetmap/iD/issues/3858#issuecomment-282130145
2017-02-24 13:45:02 +01:00
Bryan Housel 5ba72292ac Fix mouse xy calculation for mousewheel scroll normalization 2017-02-23 21:45:36 -05:00
Bryan Housel 334188c6fe Normalize mousewheel zooming across browsers
(closes #3029)
2017-02-23 20:11:21 -05:00
Bryan Housel 9a62015b37 Better folder specification for gitignore, npmignore 2017-02-23 09:25:08 -05:00
Bryan Housel 53db8a80fa Merge pull request #3854 from MindFreeze/patch-1
fixed gitignore
2017-02-23 09:20:45 -05:00
Petar Petrov 5e653b2a09 fixed gitignore
Line 14 (img) caused the entire /dist/img directory to be ignored even though it is already in git, so new images were ignored. Prefixing it with / prevents this very general rule from applying to the subdirs. The same logic applies to the other rules for top level dirs.
2017-02-23 10:20:45 +02:00
Bryan Housel f291b0a120 Remove ineffective attempt to grab focus 2017-02-22 22:32:19 -05:00
Bryan Housel 6ef85c4343 Fix RTL for scale bar 2017-02-22 22:16:50 -05:00
Bryan Housel 38f6d2d2bf Fix RTL for flash messages 2017-02-22 22:02:35 -05:00
Bryan Housel dc2318ab63 Add mention of the right-click menu in the walkthrough 2017-02-22 17:31:08 -05:00
Bryan Housel f7c3de9545 Preserve backward compability with radial menu
Old menu behavior can be restored with 2 cookies:
- `edit-menu-style=radial` - Display menu as a radial menu, limited to 8 items
- `edit-menu-show-always=1` - Show menu on all clicks, not just contextmenu/right
2017-02-22 16:50:42 -05:00
Bryan Housel 4f8d772397 More improvements to select behavior re contextmenu, shiftclick, etc. 2017-02-21 22:16:17 -05:00
Bryan Housel e756520bd8 suppressMenu(true) is now the default 2017-02-21 15:47:22 -05:00
Bryan Housel 87850b3cb1 Don't need these symlinks anymore 2017-02-20 20:37:19 -05:00
Bryan Housel 00b5ca12bd Fix css link in test harness 2017-02-20 16:56:45 -05:00
Bryan Housel 4826dfb8e1 Move fills to their own css file and class as important 2017-02-20 16:54:37 -05:00
Bryan Housel bd229fec6f Merge branch 'split_css' 2017-02-20 15:57:24 -05:00
Bryan Housel 5c8bb43ec0 Combine all the css files into dist/iD.css 2017-02-20 15:55:27 -05:00
Bryan Housel b8791e62a9 Split map.css into separate files 2017-02-20 14:38:07 -05:00
greenkeeperio-bot 536ec644e7 chore(package): update eslint to version 3.16.0
https://greenkeeper.io/
2017-02-20 14:10:27 -05:00
Bryan Housel ee8a13615c Adjust aeroway runway, taxiway, apron styles for visibility
(closes #3845)
2017-02-20 13:50:28 -05:00
Bryan Housel 815a29bc5b Add Produce field 2017-02-19 20:18:09 -05:00
Bryan Housel 65814bcf7f Style amenity=aquaculture blue like other watery stuff 2017-02-19 20:08:12 -05:00
Wille Marcel a5a49a7196 add preset to landuse=aquaculture 2017-02-18 23:55:22 -03:00
Bryan Housel d8237fa3eb Variable names, fix edge avoidance, tooltips placement, RTL 2017-02-18 15:42:54 -05:00
Bryan Housel 9d660076ca Add title to editmenu tooltip 2017-02-17 15:47:41 -05:00
Bryan Housel 3908da03cf Fix styling of flash and footer and use absolutely positioned divs
Also fix flash tests
2017-02-17 00:23:24 -05:00
Bryan Housel 150b9fb7dc WIP: move flash to footer area, transition in/out
Also took this opportunity to use flexbox for the footer layout
2017-02-16 17:13:22 -05:00
Bryan Housel 1db4ea86f7 Add icons to operation flash messages 2017-02-16 10:20:37 -05:00
Bryan Housel 3fc36b66a9 Let D3 handle the delay rather than using setTimeout
This also fixes a race condition where it was possible to lose a flash
message that was created while the previous one was transitioning away.
2017-02-16 10:19:07 -05:00
Bryan Housel 2ce78d6c43 Call annotation as a function instead of a property
This is because, like tooltip(), it doesn't always make sense to call it,
and it should never get called if the operation is not available.
2017-02-15 23:02:13 -05:00
Bryan Housel b7a81c6bec Allow customizable flash showDuration and fadeDuration 2017-02-15 22:28:35 -05:00
Bryan Housel 028ef3de3f Expose annotations for each operation 2017-02-15 22:01:30 -05:00
Bryan Housel 33227c2b53 Adjust text for Reflect operation messages 2017-02-15 16:37:37 -05:00
Bryan Housel 1a1fc6db17 Better detection of culture-specific locale in language list
(closes #3842)
2017-02-15 15:09:14 -05:00
Bryan Housel 2314acfec7 Add utilNoAuto to remove autocorrect/spellcheck features from inputs
(closes #3839)
2017-02-14 17:19:24 -05:00
Bryan Housel 35da6aa9b3 Adjust wording of Save button tooltip
(see #3834)
2017-02-13 13:19:09 -05:00
Bryan Housel 4212efb2ab Merge pull request #3837 from boothym/uk-phone
Update UK/IE phone placeholders
2017-02-13 13:09:19 -05:00
boothym 55a2929fbe Fix list 2017-02-13 18:04:04 +00:00
boothym 9dce8042ad Update ie position 2017-02-13 18:02:46 +00:00
boothym 4287ac67c2 Update UK/IE placeholders 2017-02-13 18:01:52 +00:00
Bryan Housel 3408ef1282 Bump sexagesimal dependency to 1.0.0 2017-02-13 11:56:33 -05:00
Bryan Housel a62b19b0a0 Run build to update en.json for transifex 2017-02-11 00:22:48 -05:00
Bryan Housel c18cc7577d Add flash test, avoid using sinon.useFakeTimers in tests.
sinon.useFakeTimers mocks setInterval, setTimeout, etc,
but not requestAnimationFrame, which d3 transitions rely on.
2017-02-11 00:19:49 -05:00
Bryan Housel 5aa519affb Flash style adjustments 2017-02-10 21:50:31 -05:00