Wykres commitów

1088 Commity (e197471d08e600faf78b80e79f995b2b14d621e2)

Autor SHA1 Wiadomość Data
jmoenig 8f249e63bb Loading shared cloud projects in presentation mode
and exporting URLs for shared projects
2013-04-04 17:47:26 +02:00
jmoenig 18821f7bc1 PrototypeHatBlocks accept anchored comments
You can now "stick" comments to the prototype hat block in the block
editor
2013-04-03 12:03:34 +02:00
jmoenig 4804d8cfc8 Fix: Removed added textarea from YPR module
No more text area in upper left corner of the Snap! IDE when converting
a .ypr project
2013-04-03 10:09:11 +02:00
jmoenig 895ab6ddeb Anchored Comments Enhancements
* the Block Editor now allows anchored comments,
* duplicating a block / script / sprite now also duplicates anchored
comments,
* deleting a block / script now also deletes anchored comments
2013-04-02 18:18:19 +02:00
jmoenig 84fd877fa4 Project Sharing / Unsharing Support (frontend)
Support for publishing and un-publishing projects in the cloud (not yet
live in the current production version of the cloud backend)
2013-04-02 14:01:42 +02:00
jmoenig f05104ee67 Japanese translations update
thanks to Kazuhiro Abe!!
2013-04-02 11:57:18 +02:00
jmoenig cd02b9c3fb Simplified Chinese translation update
thanks for the contribution, 邓江华 !!
2013-03-25 15:18:16 +01:00
jmoenig 8333462353 Spanish translation
thanks for the contribution, Victor Manuel Muratalla!!
2013-03-25 09:54:19 +01:00
jmoenig fcc161ad10 Boolean value representation translation fix
Boolean value block representations in evaluation bubbles, speech
bubbles and stage watchers, are now translated. Thanks, Victor, for the
bug report!
2013-03-25 08:48:44 +01:00
jmoenig 20b6675108 Portuguese translation update
Thanks, for the quick translation, Manuel!
2013-03-22 15:13:56 +01:00
Jens Mönig 32ca621b5b Merge pull request #6 from MMSequeira/master
Updated Portuguese l10n to include stage pics and zoom strings. Also improved direction dropdown.
2013-03-22 07:04:54 -07:00
Manuel Menezes de Sequeira 4b3414682a Add zoom and stage pic strings. Improve direction dropdown. 2013-03-22 13:53:34 +00:00
jmoenig f34d319b0c Cloud: Dynamic fallback msg support
before popping up an error dialog, the GUI can check another URL for an
explanation about server downtimes etc.,
2013-03-22 12:07:54 +01:00
jmoenig 2c54645400 Stage screenshots
the stage's context menu, and likewise the stage icon's context menu in
the corral, now let you export a screenshot of the stage including all
pen trails, sprites, watchers and speech bubbles
2013-03-22 11:33:34 +01:00
jmoenig 408ed6285d German translation update
for the new "Zoom blocks" feature
2013-03-22 11:06:33 +01:00
jmoenig ef170e9a28 Zoom Blocks
in the settings menu.
also: Optional slider for numeric prompter,
numberic prompters for watchers' sliderMin/Max
2013-03-22 10:36:19 +01:00
jmoenig 957812e6f0 Cloud: Support cookies 2013-03-21 12:38:29 +01:00
jmoenig 86779af8f0 YPR->Snap! support for OF block
thanks, Nathan!
2013-03-20 17:46:12 +01:00
jmoenig 45fcc9d14d YPR: Fix for turnLeft / turnRight swap bug
Thanks for reporting this, Dan!
2013-03-20 14:00:42 +01:00
jmoenig 7fb0972001 Updating localization
... and struggling with Github...
2013-03-20 13:46:36 +01:00
jmoenig 3b3ca9bdfc Adjust all translations for %msgHat and %keyHat specs
the specs for hat blocks have been changed to prevent reporter drops.
This change makes sure the new specs are translated properly again.
2013-03-20 12:06:22 +01:00
jmoenig bdd258850d Portuguese translation update, 2nd try
trying to come to grips with Github...
2013-03-20 11:49:55 +01:00
jmoenig 38a3f078b1 Portuguese translation update
Thanks, Manuel!
2013-03-20 11:45:56 +01:00
Jens Mönig 497caa0e80 Merge pull request #2 from MMSequeira/master
Updated Portuguese l10n.
2013-03-20 03:35:45 -07:00
jmoenig 846998b28d Deactivate motd and cloudmsg
has some issues (synchronous requests, increases startup time on
mobiles)
2013-03-20 11:34:17 +01:00
Manuel Menezes de Sequeira 5534662d21 Commit changes by Jens? I don't get it. 2013-03-19 20:13:31 +00:00
jmoenig 7f03ba28e0 cloudmsg support
cloud related notifications can be put into
http://snap.berkeley.edu/cloudmsg.txt and will be shown in cloud
related dialogs only (signup, login, change pw, open / save project)
2013-03-19 17:16:49 +01:00
Manuel Menezes de Sequeira 5aaf69e255 update Portuguese localization
All i18n strings included in the German l10n are now translated to
Portuguese. The comments in the file have also been partially
translated (where it made sense). The lang-pt.js and lang-de.js now
have parallel structures, since this makes it much easier to check for
missing translations.
2013-03-19 14:18:18 +00:00
jmoenig e897915bc7 GUI: fix for #run: URL switch 2013-03-19 12:39:37 +01:00
jmoenig a67b2e2381 motd support
On startup Snap! looks for http://snap.berkeley.edu/motd.txt, if it
exists it is shown in a dialog box
2013-03-19 12:09:55 +01:00
jmoenig 3f19a21cad Scalable Comments, auto-positioning scaled scripts
including support for auto-positioning scaled scripts (so you don't
have to clean-up when scaling blocks)
2013-03-19 10:34:10 +01:00
jmoenig b19493897d Russian translation
contributed by Svetlana Ptashnaya
2013-03-19 08:33:08 +01:00
jmoenig cbdc6df586 Blocks layout optimization
SyntaxElementMorph fixLayout() optimization for active highlights
2013-03-19 08:12:57 +01:00
jmoenig a4241f1a53 Scalable Symbols
scales the green flag and turn-arrow symbols line stroke widths
2013-03-18 19:46:03 +01:00
jmoenig fd47df9cb9 Adjust highlight when modifying active scripts
When dragging blocks out of a running script, adding blocks into a
running script, or editing inputs of a running script, the  script's
highlight should now adjust accordingly
2013-03-18 18:31:12 +01:00
jmoenig f593f67d50 Cloud #signup URL switch
adding #signup to the URL directly opens the cloud signup dialog.
http://snap.berkeley.edu/snapsource/snap.html#signup
2013-03-18 16:07:39 +01:00
jmoenig 78ab4de381 Scalable blocks and scripts
Shift-clicking on the settings menu lets you specify a fraction, by
which blocks and scripts are scaled, allowing you to e.g. export
poster-sized hi-res script pics, or to present Snap! live on hi-res
screens and projectors
2013-03-18 12:32:24 +01:00
jmoenig 0b510366d2 Creation 2013-03-16 09:02:16 +01:00