4615 Commits

Author SHA1 Message Date
Ian Hickson
fdb4bd5e3d Merge pull request #2453 from Hixie/placeholder-assert
Clarify the assert when mimicking twice in a row.
2016-03-06 11:24:57 -08:00
Ian Hickson
6a23901256 Factor out non-Material parts of MaterialApp into WidgetsApp
Fixes https://github.com/flutter/flutter/issues/1346
2016-03-06 11:24:36 -08:00
Ian Hickson
f86889cb1b Clarify the assert when mimicking twice in a row. 2016-03-06 11:10:39 -08:00
Ian Hickson
0a4cc82ae4 Remove Simulatable and restyle simulation_group.dart 2016-03-06 00:37:06 -08:00
Ian Hickson
138373718c Merge pull request #2446 from Hixie/need-material
Try to clarify that you need a Material for an IconButton.
2016-03-05 21:52:39 -08:00
Adam Barth
001a14b3ae Merge pull request #2432 from abarth/scroll_events
Flinging continuously should have one scroll start/end pair
2016-03-05 19:53:44 -08:00
Adam Barth
688da091dd Flinging continuously should have one scroll start/end pair
Previously we got confused and started sending start/end pairs for each tick of
the fling animation.

Fixes #2430
2016-03-05 19:42:05 -08:00
Adam Barth
6685954581 Merge pull request #2447 from abarth/widget_docs
Some more dartdoc
2016-03-05 18:43:35 -08:00
Adam Barth
b73670a31a Some more dartdoc 2016-03-05 18:00:47 -08:00
Ian Hickson
5061076624 Try to clarify that you need a Material for an IconButton.
Fixes https://github.com/flutter/flutter/issues/2369
2016-03-05 17:30:07 -08:00
Ian Hickson
d55e5a698a Merge pull request #2445 from Hixie/overlay
Clarify the "needs an Overlay" assert.
2016-03-05 09:51:19 -08:00
Devon Carew
93a0fb44c7 Merge pull request #2437 from devoncarew/fix_create
fix flutter create
2016-03-05 07:01:47 -08:00
Ian Hickson
1abc7c9ebe Clarify the "needs an Overlay" assert.
Fixes https://github.com/flutter/flutter/issues/2436
2016-03-04 23:53:24 -08:00
Yegor
4f97e0ca7c Merge pull request #2435 from yjbanov/run-recipe
[infra] run recipes using recommended method
2016-03-04 19:00:20 -08:00
Devon Carew
93b31a41df fix flutter create 2016-03-04 18:56:26 -08:00
Adam Barth
d4c177e17d Merge pull request #2428 from abarth/shell_dart
Factor MojoShell into shell.dart
2016-03-04 18:38:02 -08:00
Adam Barth
7c4aef60b7 Merge pull request #2422 from abarth/init_bundle
Make _initRootBundle more robust
2016-03-04 18:15:45 -08:00
Yegor Jbanov
6850f088c0 [infra] run recipes using recommended method 2016-03-04 17:48:00 -08:00
Adam Barth
9f14271018 Merge pull request #2425 from abarth/view_owner
Teaches ChildViewConnection to wrap an existing ViewOwner
2016-03-04 14:49:31 -08:00
Steve Messick
cea21fb7b1 Merge remote-tracking branch 'upstream/master' 2016-03-04 14:38:55 -08:00
Steve Messick
2e878746a3 Improve message when target not found 2016-03-04 14:36:32 -08:00
Devon Carew
089ce4835b Merge pull request #2427 from devoncarew/fix_mac_test
fix a mac test
2016-03-04 14:02:42 -08:00
Adam Barth
fbc0950da4 Factor MojoShell into shell.dart
Putting this code in a separate library let's services that depend only on the
shell be clearer about their dependencies.
2016-03-04 13:48:28 -08:00
Devon Carew
c1caa26989 fix a mac test 2016-03-04 13:10:51 -08:00
Adam Barth
118c4ed8ae Teaches ChildViewConnection to wrap an existing ViewOwner
Fixes #1921
2016-03-04 12:45:06 -08:00
Adam Barth
eea4bae674 Make _initRootBundle more robust
Rather than catching every exception, we now handle the one specific case where
we legitimately cannot create the root bundle.

Fixes #900
2016-03-04 12:20:20 -08:00
Adam Barth
e2a6b48803 Merge pull request #2418 from abarth/viewport_docs
Add dartdoc to VirtualViewport widgets
2016-03-04 11:04:32 -08:00
Adam Barth
24c0ab7f92 Add dartdoc to VirtualViewport widgets 2016-03-04 10:41:24 -08:00
Adam Barth
03db132fc7 Merge pull request #2417 from abarth/rm_icons
Remove dependency on material_design_icons
2016-03-04 09:45:36 -08:00
Ian Hickson
1e5eb74c62 Merge pull request #2415 from Hixie/random-changes
Random fixes to dartdocs, http lib, analyzer
2016-03-04 09:11:40 -08:00
Adam Barth
b335a79a71 Remove dependency on material_design_icons
We get the icons from the iconfont now.

Also, remove the package:flutter CHANGELOG.md.  This file is outdated and the
git history is a more accurate change log these days.
2016-03-04 09:09:57 -08:00
Ian Hickson
047276a666 Random fixes to dartdocs, http lib, analyzer
This is a variety of trivial fixes that I collected while going through the dartdocs.
This does contain some non-comment changes.
2016-03-03 23:56:40 -08:00
Ian Hickson
3cb4984909 Merge pull request #2413 from flutter/Hixie-patch-1
Update engine.version
2016-03-03 23:00:08 -08:00
Ian Hickson
946bc11df3 Update engine.version 2016-03-03 22:51:55 -08:00
krisgiesing
1655ca800a Merge pull request #2405 from krisgiesing/scaling_test
Add tests for AssetVendor and resolution-dependent image loading
2016-03-03 20:48:12 -08:00
Adam Barth
bbaff5ea69 Merge pull request #2406 from abarth/rm_draw_looper
Remove the one use of DrawLooper
2016-03-03 20:35:43 -08:00
Adam Barth
245c5ae2b8 Remove the one use of DrawLooper
We're going to remove DrawLooper from the canvas API soon.
2016-03-03 17:32:34 -08:00
Yegor
cd0ddce963 Merge pull request #2402 from yjbanov/use-xcrun
[ios] use xcrun to launch simulator instead of hardcoded path
2016-03-03 17:14:13 -08:00
Hans Muller
e321e43187 Merge pull request #2404 from HansMuller/box_decoration
Container's child is now inset by the Container's border
2016-03-03 17:08:34 -08:00
Kris Giesing
390fcd9931 Fix code style 2016-03-03 17:07:14 -08:00
Yegor Jbanov
e69f6562ed [ios] use xcrun to launch simulator instead of hardcoded path 2016-03-03 16:58:16 -08:00
Hans Muller
d04ab2e001 BoxDecoration borders define padding 2016-03-03 16:56:27 -08:00
Adam Barth
9b7ee3b7cc Merge pull request #2377 from abarth/rm_test
Remove test dependency from package:flutter
2016-03-03 16:53:22 -08:00
Kris Giesing
fca41bc2c5 Add tests for AssetVendor and resolution-dependent image loading
Fixes #2198
2016-03-03 16:51:42 -08:00
Yegor
df73b48105 Merge pull request #2400 from yjbanov/gen-flx-on-first-ios-launch
[ios] generate flx on first ios launch
2016-03-03 16:23:00 -08:00
Yegor Jbanov
58b2c630ab [ios] generate flx on first ios launch 2016-03-03 16:10:03 -08:00
Devon Carew
6ab1ff3511 Merge pull request #2398 from devoncarew/fix_zip
fix the zip tool when building for ios
2016-03-03 15:28:33 -08:00
Devon Carew
d9682b73d7 Merge pull request #2397 from devoncarew/show_stdout_on_failures
show stdout on xcode failures
2016-03-03 15:22:52 -08:00
Devon Carew
361893b180 fix the zip tool when building for ios 2016-03-03 15:18:32 -08:00
Devon Carew
f68d86dab2 show stdout on xcode failures 2016-03-03 15:10:45 -08:00