Commit graph

4221 commits

Author SHA1 Message Date
chrisgarrity
fcf38a322f
Merge pull request #1787 from chrisgarrity/refresh-translations
Update scratch-l10n to the latest version
2018-11-15 13:52:54 -05:00
chrisgarrity
737fa6fb76 Update scratch-l10n to the latest version
Need to update the version of scratch-l10n because a language (Croation) was added.
2018-11-15 10:41:19 -05:00
chrisgarrity
b7088bb404
Merge pull request #1786 from joker314/feat/point-towards-dropdown
Add "random direction" to "point towards" dropdown
2018-11-15 10:31:49 -05:00
chrisgarrity
c31746d075 add ‘random direction’ to translations 2018-11-15 09:58:47 -05:00
chrisgarrity
ef6cfadec4
Merge pull request #1785 from chrisgarrity/translations-nov14
sync translations with Transifex
2018-11-15 09:50:17 -05:00
chrisgarrity
748de4c54a sync translations with Transifex 2018-11-14 17:05:35 -05:00
Karishma Chadha
d5c0c168fd
Merge pull request #1782 from kchadha/cloud-vars
Track cloud variable info
2018-11-14 15:49:29 -05:00
Karishma Chadha
54ab2ef1a9 Update varcreate json tests to include cloud variable info. 2018-11-14 14:55:34 -05:00
Paul Kaplan
82c8f270ac
Merge pull request #1780 from towerofnix/scientific-notation
Support scientific notation in numerical inputs
2018-11-14 14:17:41 -05:00
jokebookservice1
bf91929a6a feat: (try to) add 'random position' dropdown in 'point towards' 2018-11-13 22:06:26 +00:00
Karishma Chadha
93bbd0b00f Track cloud variable info and handle naming and renaming cloud variables. 2018-11-13 16:43:00 -05:00
Florrie
6a05f43c5b Allow uppercase E in numbers as well 2018-11-13 17:01:05 -04:00
Erik Mejer Hansen
88091d21df Make insertion markers for define blocks have the correct width (#1781)
* Fix #1186

* Added comment to clarify which case is being handled
2018-11-13 09:49:37 -05:00
Florrie
72cecccb00 Support scientific notation in numerical inputs 2018-11-10 19:27:13 -04:00
Christopher Willis-Ford
1465a9efe2 Revert "Merge pull request #1772 from cwillisf/windows-fix-local-compile"
This reverts commit 4ffecde2bc, reversing
changes made to b63e5c62d3.

What I thought were spurious build failures on CI were apparently legit...
2018-11-09 12:22:06 -08:00
Chris Willis-Ford
4ffecde2bc
Merge pull request #1772 from cwillisf/windows-fix-local-compile
Fix local compile on Windows
2018-11-09 12:10:54 -08:00
chrisgarrity
b63e5c62d3
Merge pull request #1774 from chrisgarrity/translations-nov8
Sync translations with Transifex
2018-11-08 08:35:02 -05:00
chrisgarrity
153ea8c1e8 Sync translations with Transifex
update translations
2018-11-08 08:34:06 -05:00
Christopher Willis-Ford
c5d8159ec4 Fix local compile on Windows
We call the local compiler with `subprocess.Popen`, passing
`google-closure-compiler` as the command to run. On Windows, the actual
command is `google-closure-compiler.cmd` -- the extension is
automatically added by the shell. Unfortunately `subprocess.Popen` by
default bypasses the shell, leading to an error. Setting `shell=True`
makes `Popen` use the Windows shell (`cmd`) and correctky find
`google-closure-compiler.cmd`.
2018-11-07 11:02:12 -08:00
Eric Rosenbaum
68f1a8bbb4
Merge pull request #1763 from ericrosenbaum/feature/note-picker
Musical note picker field
2018-11-07 10:42:07 -05:00
Eric Rosenbaum
259ac00e4a Correctly dispose keySVGs array 2018-11-07 10:38:43 -05:00
Erik Mejer Hansen
7aed71bee8 Gave the drag handle a bit more spaceing to avoid glow getting cut (#1767) 2018-11-06 10:03:54 -05:00
Eric Rosenbaum
b688375b28 Octave button handlers directly call octave changers 2018-11-05 16:53:29 -05:00
Eric Rosenbaum
0044907732 Dispose SVG elements 2018-11-05 16:39:51 -05:00
Eric Rosenbaum
ec32be025c Clarify variable names for fieldEditorWidth_ and fieldEditorHeight_ 2018-11-05 16:31:24 -05:00
Eric Rosenbaum
f5aa4509bd Optimize SVG 2018-11-05 16:27:11 -05:00
Eric Rosenbaum
18f9b23f4c Fix comment 2018-11-05 16:22:19 -05:00
Paul Kaplan
75f7b3ce8d
Merge pull request #1770 from paulkaplan/update-vertical-flyout-bounds
Ensmallen the delete area to not extend above and below the flyout
2018-11-05 14:42:36 -05:00
Paul Kaplan
02bedc7bb4
Merge pull request #1769 from paulkaplan/fix-firefox-arrow
Disable pointer events on field angle arrow to fix firefox dragging
2018-11-05 14:31:08 -05:00
Paul Kaplan
8601813c14 Ensmallen the delete area to not extend above and below the flyout 2018-11-05 14:26:22 -05:00
Paul Kaplan
5ab5db5b71 Disable pointer events on field angle arrow to fix firefox dragging 2018-11-05 11:01:36 -05:00
Eric Rosenbaum
3d9d8a4d08 Use unicode sharp and flat symbols 2018-11-02 12:55:52 -04:00
Eric Rosenbaum
cd3615979b Cleanup 2018-11-01 15:17:47 -04:00
Eric Rosenbaum
441713ba4a Animate C key label visibility 2018-11-01 15:15:28 -04:00
Eric Rosenbaum
d3f903fdf5 Hide and show C key labels 2018-11-01 13:51:10 -04:00
Eric Rosenbaum
e139d08f2e Remove console.log 2018-11-01 13:50:56 -04:00
Eric Rosenbaum
b926c5b500 Adjust piano key positioning 2018-11-01 13:50:47 -04:00
Eric Rosenbaum
fc59f9d9b6 Update octave button and fix positioning 2018-11-01 13:24:40 -04:00
Eric Rosenbaum
392e72fba1 Precisely position the piano keys, so the stroke appears the same on all sides 2018-11-01 10:30:20 -04:00
Eric Rosenbaum
aca556da5e Cleanup and JSDOC 2018-10-31 17:54:40 -04:00
chrisgarrity
6bf5f4bd2d
sync translations (#1761) 2018-10-31 16:54:29 -04:00
Eric Rosenbaum
4eb93383af Add validator 2018-10-31 10:27:20 -04:00
Eric Rosenbaum
b538842add Fix octave change bugs 2018-10-31 10:26:07 -04:00
Eric Rosenbaum
c19c795e73 Octave shift animation 2018-10-30 21:59:04 -04:00
picklesrus
f9b2c35282
Allow block comments to be editable on mobile by catching the mousedown event and grabbing focus instead of the mouse up. This makes the experience a bit worse in firefox (you have to click twice to focus the comment now), but fixing this the right way is invovled. See #1631 for full context. (#1757) 2018-10-30 16:54:19 -04:00
Eric Rosenbaum
de40fb15bf Remove extra bottom padding 2018-10-30 16:25:59 -04:00
Eric Rosenbaum
61ff2aacc1 Fix C key fill color 2018-10-30 16:24:51 -04:00
Eric Rosenbaum
5a130d50e7 Handle octave display state
and re-arrange and rename some fns for clarity
2018-10-30 12:18:40 -04:00
Eric Rosenbaum
ef773967b1 Only show one octave (13 keys) 2018-10-30 11:26:15 -04:00
Eric Rosenbaum
cfab08d239 function to add C key labels 2018-10-29 20:09:47 -04:00