Commit Graph

24470 Commits

Author SHA1 Message Date
Adam Barth
cb439fb1b5 Merge pull request #3018 from abarth/doc_ancestor_material
Document which widgets require a Material ancestor
2016-03-31 08:09:54 -07:00
Adam Barth
2bc08720e4 Document which widgets require a Material ancestor
Also, fill out other documentation for these widgets.

Fixes #967
2016-03-31 07:39:13 -07:00
Adam Barth
6a6bf0d3d5 Merge pull request #3020 from abarth/start_app_theme
Be explicit about the theme in the starter app
2016-03-31 07:34:59 -07:00
Adam Barth
dca4e4aaa4 Polish selection controls
The touch ripple now starts at the touch location instead of being
centered on the widget.

Fixes #2652
2016-03-30 23:58:21 -07:00
Adam Barth
42d87c4191 Rename ToggleControlsDemo to SelectionControlsDemo
These are called selection controls in the spec and in the gallery UI.
2016-03-30 23:31:02 -07:00
Adam Barth
d645bc74d7 Be explicit about the theme in the starter app
This gives developers a breadcrumb they can follow to customize the
theme of their app. Previously, some customers were trying to set a
theme by manually configuring the colors of all their widgets.

Fixes #2980
2016-03-30 23:05:48 -07:00
Yegor Jbanov
18aed70e1c [driver] switch to different pause event workaround 2016-03-30 22:41:31 -07:00
Adam Barth
db9a92e59f Merge pull request #3011 from abarth/slider_polish
Polish Slider implementation
2016-03-30 18:06:08 -07:00
Adam Barth
c68494eb2a Merge pull request #3015 from abarth/snackbar_fade
Snackbar opacity animation shouldn't trigger on reverse
2016-03-30 17:26:11 -07:00
Adam Barth
d4b0c66bbe Polish Slider implementation
Based on feedback from the material design team.

Fixes #1613
2016-03-30 17:22:29 -07:00
Hans Muller
119743182b Merge pull request #3017 from flutter/tabs
Tab updates
2016-03-30 17:15:25 -07:00
Adam Barth
da987ed217 Snackbar opacity animation shouldn't trigger on reverse
Fixes #617
2016-03-30 17:14:38 -07:00
Viktor Lidholt
a1212dbc54 Initial version of Fancy line drawer demo 2016-03-30 16:56:46 -07:00
Hans Muller
3098abf749 Tab updates 2016-03-30 16:50:52 -07:00
Adam Barth
febfdf69f9 Merge pull request #3014 from abarth/update_mojo
Update engine
2016-03-30 16:02:24 -07:00
Adam Barth
a2d322c002 Merge pull request #3013 from abarth/dismiss_snackbar
Make it possible to dismiss a snackbar manually
2016-03-30 15:53:00 -07:00
Adam Barth
d4febd085d Make it possible to dismiss a snackbar manually
Fixes #463
2016-03-30 15:42:51 -07:00
Adam Barth
04adf211d7 Update engine
This patch updates our use of Mozart to the latest version of the protocol.
2016-03-30 15:39:54 -07:00
Collin Jackson
040ff9b037 Merge pull request #3009 from collinjackson/services
add services to schema
2016-03-30 12:54:01 -07:00
Viktor Lidholt
f760e1703d Merge pull request #3007 from vlidholt/fixweather
Fixes the broken Weather demo
2016-03-30 12:40:16 -07:00
Hans Muller
e76759953a Merge pull request #3002 from flutter/date_picker
DatePicker et al updates
2016-03-30 12:29:45 -07:00
Collin Jackson
638304467c add services to schema 2016-03-30 12:20:55 -07:00
Adam Barth
4fae8dfb7f Merge pull request #3008 from abarth/rm_text_height
These height values are incorrect
2016-03-30 12:20:50 -07:00
Adam Barth
bf31cf1e10 These height values are incorrect
They're actually leading values rather than line height values, which means
they're operative between paragraphs not within a given paragraph.
2016-03-30 12:08:19 -07:00
Hans Muller
c2366f3318 DatePicker et al updates 2016-03-30 12:04:51 -07:00
Devon Carew
483ab0483e Merge pull request #3004 from devoncarew/fix_images
fix image loading
2016-03-30 11:54:22 -07:00
Devon Carew
dd0b832a33 fix image loading 2016-03-30 11:27:26 -07:00
Viktor Lidholt
56ccad99a5 Fixes the broken Weather demo 2016-03-30 11:22:43 -07:00
Adam Barth
d2a616e8fd Merge pull request #3003 from abarth/height_docs
Improve docs for TextStyle#height
2016-03-30 11:05:41 -07:00
Adam Barth
15393b4990 Improve docs for TextStyle#height
Fixes #2918
2016-03-30 10:56:18 -07:00
Adam Barth
776a79f578 Merge pull request #3000 from abarth/update_engine2
Update engine
2016-03-30 10:52:49 -07:00
Devon Carew
37581f94f0 Merge pull request #2997 from devoncarew/nits
rev mockito; remove deprecated uses
2016-03-30 10:02:48 -07:00
Adam Barth
89076c95f0 Update engine
Also, pass font information to ui.ParagraphStyle.
2016-03-30 09:41:05 -07:00
Devon Carew
d5cccf5cd6 rev mockito; remove deprecated uses 2016-03-30 09:10:50 -07:00
Devon Carew
89143313cb Merge pull request #2981 from devoncarew/no_symlinks
run pub with --no-package-symlinks
2016-03-29 19:25:04 -07:00
Adam Barth
7da44d2d60 Merge pull request #2994 from abarth/faster_checked_mode
The intrinsic size checks were very slow
2016-03-29 19:13:53 -07:00
Devon Carew
fe37825fd5 run pub with --no-package-symlinks 2016-03-29 19:02:14 -07:00
Adam Barth
9157c16421 The intrinsic size checks were very slow
Now we run them once per render object.

Fixes #2487
2016-03-29 16:35:33 -07:00
Adam Barth
243a49f7d0 Merge pull request #2992 from abarth/reactive_build
Reactivating a StatefulElement should imply a build
2016-03-29 16:12:01 -07:00
Adam Barth
b841e868f1 Reactivating a StatefulElement should imply a build
Fixes #2901
2016-03-29 16:02:10 -07:00
Ian Hickson
663164339d Merge pull request #2984 from Hixie/table
More table fixes
2016-03-29 15:54:57 -07:00
Hans Muller
992fc76e8e Merge pull request #2986 from flutter/gallery
Animate TwoLevelList leading icon color
2016-03-29 14:33:27 -07:00
Andrew Wilson
fad5df4c5e Merge pull request #2948 from apwilson/image
Add keys to ResourceImages.
2016-03-29 14:16:18 -07:00
Hixie
bdfeaaa47a More table fixes 2016-03-29 14:10:17 -07:00
Yegor
b1ed094965 Merge pull request #2983 from yjbanov/pick-observatory-port
[driver] fix observatory port # and timeline data extraction
2016-03-29 14:09:27 -07:00
Hans Muller
08edc0a928 Animate TwoLevelList leading icon color 2016-03-29 14:05:35 -07:00
Andrew Wilson
ed00f3ed5c Add keys to ResourceImages. 2016-03-29 14:02:49 -07:00
Yegor Jbanov
bfa16b2b5d [driver] fix observatory port # and timeline data extraction
The way we pick observatory port # has changed and we have broken
logic that handles port 8181. To fix the buildbot, switch to port
8182. We can later figure out what we want to do when we clean up
port handling.

The old VM extention for extracting the timeline data is gone.
Switch to the new '_getVMTimeline' API.
2016-03-29 13:53:40 -07:00
Hans Muller
550fd208f6 Merge pull request #2982 from flutter/appbar
Use _ScaffoldLayout to position scroll-resizable appbars
2016-03-29 13:38:43 -07:00
Hans Muller
04e020590d Use _ScaffoldLayout to position scrollable appbars 2016-03-29 13:27:37 -07:00