1041 Commits

Author SHA1 Message Date
Adam Barth
bb73a57b2d Merge pull request #1185 from abarth/rm_webkitpy
Remove sky/tools/test_sky
2015-09-16 09:12:16 -07:00
Adam Barth
b13d023933 Remove sky/tools/test_sky
This patch also removes webkitpy, which now has no clients.
2015-09-16 09:09:59 -07:00
Adam Barth
d0b492f852 Update Dart SDK 2015-09-16 09:03:47 -07:00
Adam Barth
ba9973132a Rev pub packages 2015-09-15 09:11:55 -07:00
Ian Hickson
65483a22bd Fix markdown 2015-09-10 18:12:00 -07:00
Ian Hickson
44906f0aac Mention Mac-specific needs for building for Android
TBR @abarth
2015-09-10 18:11:41 -07:00
Adam Barth
3b6f31b50b Remove dart-pub-cache
There's no reason for us to have our own dart-pub-cache in the source tree.  We
can just use the default one on the system.
2015-09-10 08:49:56 -07:00
Adam Barth
db18f1596b Update README.md 2015-09-09 22:22:58 -07:00
Adam Barth
ad7596777b Pull in a new version of the Dart SDK 2015-09-09 17:26:36 -07:00
Adam Barth
0c0463a960 Rev pub versions 2015-09-09 17:20:39 -07:00
Adam Barth
468dce8c62 Merge pull request #1107 from sgraham/fiddle-mine-digger
mine_digger: Fix not being able to de-flag on Android
2015-09-09 17:10:04 -07:00
Scott Graham
6a4d9cb014 mine_digger: Fix not being able to de-flag on Android 2015-09-09 14:53:35 -07:00
Adam Barth
481bb1317b Rev pub package 2015-09-09 14:47:35 -07:00
Adam Barth
a51a2feb66 Merge pull request #1079 from abarth/skyx_crash
The skyx tool shouldn't crash if an icon variant doesn't exist
2015-09-08 17:04:45 -07:00
Adam Barth
f9567cd9d5 Introduce painting.dart and move painting code to src/painting 2015-09-08 10:36:14 -07:00
Adam Barth
ff472f4309 The skyx tool shouldn't crash if an icon variant doesn't exist
Fixes #1077
2015-09-08 09:25:43 -07:00
Adam Barth
9e932b45bb Fold package:sky/editing/* into package:sky/widgets.dart
The editing directory just defined two widgets. We might as well fold them into
the main widgets library.
2015-09-07 10:07:41 -07:00
Devon Carew
d8f75ab6a4 working on generating docs as part of the build
revert PATH changes

fix typo

some dartdoc changes in files
2015-09-04 19:21:53 -07:00
Ian Hickson
177349d155 Dart isn't dark. 2015-09-04 13:16:16 -07:00
Adam Barth
239c808d2d Rev pub packages 2015-09-03 11:32:57 -07:00
Chinmay Garde
784516a9f7 Merge pull request #1028 from sethladd/sethladd-patch-1
Slightly clarify contribution workflow
2015-09-03 00:52:28 -07:00
Seth Ladd
68dfaec7ba Slightly clarify contribution workflow 2015-09-02 15:59:58 -07:00
krisgiesing
35869015c3 Update CONTRIBUTING.md 2015-09-02 14:21:12 -07:00
Adam Barth
1f4a1c1abc Rev pub package 2015-09-02 13:49:34 -07:00
Alhaad Gokhale
6d0a636daf Merge pull request #1019 from alhaad/skyx_fix
Fix a type error being triggered when this is being run as a snapshot.
2015-09-02 13:45:04 -07:00
Alhaad Gokhale
822bec3d50 Fix a type error being triggered when this is being run as a snapshot. 2015-09-02 13:40:20 -07:00
Adam Barth
f24dfebe51 Merge pull request #1016 from abarth/clean_icons
Remove unused icons from the material design icons package
2015-09-02 13:20:52 -07:00
Adam Barth
f4b5c2b74f Rev pub package 2015-09-02 13:20:32 -07:00
Adam Barth
c67170c2e9 Remove unused icons from the material design icons package
We only use the "drawable" version of the icons.
2015-09-02 13:18:41 -07:00
Adam Barth
fc91d01cee Use Travis container-based infrastructure 2015-09-01 22:28:00 -07:00
Adam Barth
a43880300f Make travis green 2015-09-01 22:21:56 -07:00
Adam Barth
3b1d1b533d Fix typo in Travis script 2015-09-01 20:44:39 -07:00
Adam Barth
3db5419020 Merge pull request #1004 from abarth/prebuilt_travis
Run unit test on Travis with a prebuilt sky_shell
2015-09-01 20:41:13 -07:00
Adam Barth
d877faaafa Run unit test on Travis with a prebuilt sky_shell 2015-09-01 20:39:51 -07:00
Adam Barth
da0a2af61d Rev pub spec 2015-09-01 19:54:33 -07:00
Adam Barth
c31f4b4f12 Remove a number of unneeded filters from skyanalyzer
The dartanalyzer no longer emits these warnings (or the code has been cleaned
up).
2015-09-01 16:13:44 -07:00
James Robinson
7500262eee Only attempt to copy sky_viewer_library symbols on Linux and Android 2015-09-01 15:48:08 -07:00
Adam Barth
3212e9e6bb Update Dart SDK 2015-09-01 14:32:50 -07:00
Hixie
385a306a32 Silence skyanalyzer's complaints about third-party packages. 2015-09-01 13:22:44 -07:00
Ian Fischer
3b8ece9033 Document --release flag and install command for sky_tool 2015-09-01 10:45:06 -07:00
Etienne Membrives
a93c844989 Upload sky_viewer symbols to Google Storage.
With this change, each time sky_viewer.mojo is uploaded to Google
Storage (both for Linux and Android), debugging symbols are also
uploaded in a symbols/ subdirectory.
2015-09-01 18:07:59 +02:00
Hixie
1e551c1e5d Remove the silly dialog.
Fixes #247.
2015-08-31 14:41:34 -07:00
Adam Barth
764c198065 Update skydoc.py now that dartdoc is in the Dart SDK
Now that dartdoc is part of the Dart SDK, we can use the SDK version directly.
2015-08-30 13:38:54 -07:00
Adam Barth
a861fae346 Rev pub package 2015-08-28 16:08:30 -07:00
Adam Barth
45d5a43276 Remove --only from run_tests
This feature is built into package:test. We don't need to reimplement it
poorly.
2015-08-28 14:39:53 -07:00
James Robinson
407fc24508 Merge pull request #927 from jamesr/tp_khr_only_egl
Remove //gpu and GLES* headers from third_party/khronos
2015-08-28 13:28:32 -07:00
James Robinson
ab56367cfc Remove //gpu and GLES* headers from third_party/khronos
This gets rid of the rest of the files in //gpu and the GLES{2,3}
headers from //third_party/khronos. The GL headers used for GLES{2,3}
come from the platform being targetted, that is
//mojo/public/c/gpu/GLES2 for Mojo,
//third_party/android_tools/ndk/platforms/android-XX/usr/include/GLES2
for Android and the OpenGL framework for Mac/iOS.

The //third_party/khronos/EGL headers are still being used by some
utility code in //ui/gl. This code is only really useful on Android, as
Sky doesn't use EGL on iOS/Mac/Mojo, but it's compiled in on all
platforms currently and relies on some EGL defines that are not set in
the EGL headers we currently use. These could probably be removed
without much trouble.

The //third_party/khronos/GLES2 headers are still used by some of
//ui/gl on iOS. These should be using the iOS OpenGL framework headers,
and will in the future.

Removes the unneeded KHRONOS_APICALL override from KHR/khrplatform.h

Rolls to a newer Mojo SDK that doesn't expect //third_party/khronos
2015-08-28 13:26:57 -07:00
Hixie
e016635792 Rationalise the Key API.
Add a way of having keys based on numeric types or DateTimes by having a ValueKey<T> class.
Remove the redundant ways of declaring things, except for leaving one shorthand -- you can say `new Key(s)` instead of `new ValueKey<String>(s)`.
2015-08-28 13:17:34 -07:00
Adam Barth
c18de38551 Merge pull request #921 from abarth/use_tap
Use GestureDetector in the framework and examples
2015-08-28 12:52:51 -07:00
Chinmay Garde
b0beb3d979 Avoid generating dSYM files using GN rules. 2015-08-28 12:08:20 -07:00