6750 Commits

Author SHA1 Message Date
Ian Hickson
49b5701224 Minor fixes (mostly doc consistency) (#6780) 2016-11-09 15:05:56 -08:00
Ian Hickson
0db2fc3fd9 RenderObjectElement docs (#6770) 2016-11-09 13:04:16 -08:00
Chinmay Garde
1939ba12d2 Wire up checkerboarding of raster cache images in the framework and gallery. (#6749) 2016-11-09 11:36:17 -08:00
Michael Thomsen
71900776af Add an IntelliJ runConfig for the Gallery example (#6759)
* Commit the IhtelliJ project metadata for the Gallery

* Add default run config for Gallery

* Add back ignore of .idea per review feedback
2016-11-09 11:07:28 +01:00
Seth Ladd
17aeb2f5e4 fix transparency bug for sidebar in mobile (#6764) 2016-11-08 17:29:05 -08:00
Phil Quitslund
5883152bf1 Bump tools version to 0.0.3. (#6771)
The IntelliJ plugin will use this as a baseline to ensure that the installed tools support the expected message formats.

To see where this applies, look at https://github.com/flutter/flutter-intellij/pull/426

The changes we’re checking for were introduced in 1f1adcaa0e
2016-11-08 16:39:27 -08:00
Yegor
0cd69826f5 100% doc coverage in package:flutter_driver (#6738) 2016-11-08 15:30:31 -08:00
Ian Hickson
64609588f4 Fix the hot reload colors to look better (#6753) 2016-11-08 15:16:46 -08:00
Ian Hickson
7f182dacb7 A variety of trivial fixes. (#6752) 2016-11-08 15:16:39 -08:00
Ian Hickson
106ff33255 Detailed RenderBox and RenderObject docs (#6745) 2016-11-08 15:16:33 -08:00
Ian Hickson
b9a620694c CircleAvatar docs (#6735) 2016-11-08 14:49:49 -08:00
Dan Rubel
6331b6c8b5 revert args to 0.13.6 (#6765) 2016-11-08 17:15:11 -05:00
Matt Perry
b9bff6a912 Only show the keyboard when the user explicitly focuses an Input. (#6713)
Fixes https://github.com/flutter/flutter/issues/6603
2016-11-08 14:14:15 -05:00
Dan Rubel
fb03b3137e Improve error message if update cache interrupted during download (#6740) 2016-11-08 08:02:06 -05:00
Ian Hickson
04e7446b2b Make the fire red on black-and-white terminals (#6748) 2016-11-07 15:48:50 -08:00
Dan Rubel
974da47481 send app.progress events (#6744) 2016-11-07 17:55:45 -05:00
Devon Carew
f1b3523baa adjust an analysis exclude (#6739) 2016-11-07 14:47:53 -08:00
Devon Carew
bea50b59a1 minor tweak to the text output (#6695) 2016-11-07 14:47:42 -08:00
Hans Muller
74dd0a3a2c Input refactoring: added an InputField widget (#6733) 2016-11-07 14:38:41 -08:00
John McCutchan
fb3bf7a9d7 Support hot reload with a prebuilt loader (#6743) 2016-11-07 14:25:07 -08:00
Ian Hickson
10d20c77aa Fix copypasta in Column docs (#6736)
Fixes https://github.com/flutter/flutter/issues/6734
2016-11-07 14:05:29 -08:00
Andrew Wilson
01ca34cd0c Add profiling for building and painting. (#6652) 2016-11-07 13:46:42 -08:00
Ian Hickson
57be959887 Rename test/widget to test/widgets to match the library (#6716) 2016-11-07 10:03:11 -08:00
Jason Simmons
54d76518ac Continue showing status messages after a startProgress completes (#6720) 2016-11-05 22:47:33 -07:00
Ryan Macnak
34fdc44b58 AOT Android: Don't use integer division instructions. (#6714) 2016-11-04 15:48:46 -07:00
P.Y. Laligand
9b7764d48f Added an option to allow default fonts to not be packed in an flx file. (#6710)
Fonts should never be bundled on Fuchsia.
2016-11-04 14:06:44 -07:00
Jason Simmons
46b60773e8 Update Gallery usage of Scaffold.of (#6639) 2016-11-03 17:26:36 -07:00
Ian Hickson
e7d5c7d6b7 Change 'body' to be loosely constrained. (#6692)
People get confused by the tight constraints.
2016-11-03 14:44:11 -07:00
Ian Hickson
20063c5e51 Improve documentation (#6694)
Based on P5's experience
2016-11-03 14:40:12 -07:00
Ian Hickson
5a27f6a240 Add more SnackBar documentation. (#6696)
Fixes https://github.com/flutter/flutter/issues/6628
2016-11-03 14:40:02 -07:00
Ian Hickson
d3cdb270b6 More documentation for drawers. (#6697)
Closes https://github.com/flutter/flutter/issues/5781
2016-11-03 14:39:51 -07:00
Ian Hickson
a7debdc72f Delete fail.dart (#6699)
I think we must have accidentally checked this in some time.
2016-11-03 14:39:39 -07:00
Ian Hickson
7e6aa6de3a Clarify AppBar.actions (#6700)
Closes https://github.com/flutter/flutter/issues/6125
2016-11-03 14:39:24 -07:00
Ian Hickson
b47b16f44a Clarify Overlay.initialEntries. (#6701)
Closes https://github.com/flutter/flutter/issues/6141
2016-11-03 14:39:12 -07:00
Ian Hickson
8a91c8bc59 Clarify RenderObjectWidget.updateRenderObject (#6702)
Closes https://github.com/flutter/flutter/issues/5743
2016-11-03 14:39:00 -07:00
Ian Hickson
66d8aa1141 Breadcrumbs for mimics (#6703)
Closes https://github.com/flutter/flutter/issues/5617
2016-11-03 14:38:53 -07:00
Matt Perry
5afde06b80 Clean up a few stale TODOs. (#6698) 2016-11-03 17:20:26 -04:00
Devon Carew
fcfb2a5c55 Better progress (#6677)
* make showElapsedTime default to true

* support nested progresses

* improve hot reload message

* rethrow
2016-11-03 13:28:17 -07:00
Dan Rubel
1f1adcaa0e refactor app.* daemon events (#6679) 2016-11-03 14:29:56 -04:00
Jason Simmons
984b62390c Fix builds of FLX bundles using AOT compilation (#6684) 2016-11-03 10:48:57 -07:00
Dan Rubel
d86900d22f Update flutter doctor text (#6682) 2016-11-03 13:17:35 -04:00
John McCutchan
594c4f998a Only synchronize used Dart sources to DevFS. (#6668)
- [x] Remove the second full-sync on startup.
- [x] Always invoke the snapshotter to determine the minimal set of Dart sources used.
- [x] Only synchronize the *used* Dart sources to DevFS.
- [x] Detect syntax / file missing errors on the host and gate reloads / restarts.
2016-11-03 15:19:57 +01:00
Ian Hickson
2d9d4c2d3a Document typedefs better. (#6671) 2016-11-02 21:14:59 -07:00
Hans Muller
c9e89b6514 Improved time picker header layout (#6669) 2016-11-02 16:28:39 -07:00
Hans Muller
944d2ef6b4 Revert "Size of a childless container's implicit DecoratedBox descendants" (#6663) 2016-11-02 16:02:00 -07:00
Chris Bracken
abcfc42dfc Support per-platform default typography (#6634)
On Android and Fuchsia, default to Roboto. On iOS, use San Francisco.
2016-11-02 15:58:35 -07:00
Chinmay Garde
32c9b4cd80 Update engine revision to pull in Dart DBC fixes. (#6659) 2016-11-02 14:55:21 -07:00
Petr Hosek
93a2d07c63 Use prebuilt Dart snapshot when assembling bundle (#6660)
This is causing issues when integratting Flutter into GN as the
generated depfile refers to snapshot as the target instead of the
bundle. We instead use a separate GN action to generate the
snapshot use the Flutter compiler to only assemble the bundle.
2016-11-02 14:37:42 -07:00
Dan Rubel
223f416199 Flutter run with machine output (#6645)
* add flutter run --machine flag
* refactor daemon stdin/out command stream/response
* extract daemon startApp method
* refactor flutter run --machine to call daemon.startApp
2016-11-02 17:15:01 -04:00
Ian Hickson
1c2be02753 style fixes (#6662) 2016-11-02 12:41:57 -07:00