Commit Graph

81 Commits

Author SHA1 Message Date
Scott Shawcroft
03be42ab84
Enter safe mode when an allocation is attempted on an uninitialized heap. 2019-03-12 11:18:26 -07:00
Scott Shawcroft
5c104c934f
Add translation file locations back.
Skip line numbers because they cause diff churn. Also, keep sorting
by msgid to prevent churn from adding new files.
2019-03-08 12:47:04 -08:00
sommersoft
b7b74d1f78 update translations 2019-03-02 18:17:58 -06:00
Bryan Siepert
014595bff5 fixed whitespace, clarified variable name, and updated error messages 2019-03-01 07:17:50 -08:00
Bryan Siepert
398c7060f8 added monochrome, 8bpp indexed, and 32bpp ARGB BMPs 2019-02-28 23:08:12 -08:00
Bryan Siepert
2cb31ea546 Merge branch 'master' into bmp_bitdepths 2019-02-23 20:16:57 -08:00
Bryan Siepert
b81072e750 (fork rebuild) Initial support for 16bpp 555&565 and 8bpp grayscale bitmaps 2019-02-23 10:58:46 -08:00
Pascal Deneaux
cad97801bf
Added support for bitdepths in OnDiskBitmap
https://github.com/adafruit/circuitpython/pull/1558
2019-02-23 15:56:30 +01:00
Pascal Deneaux
66a230c1b7
new translations 2019-02-23 15:26:32 +01:00
Scott Shawcroft
785edf719e
Update translations based on git history 2019-02-22 15:28:29 -08:00
Scott Shawcroft
8cfc4ed9ca
Remove file locations 2019-02-22 13:09:10 -08:00
Scott Shawcroft
10cdf9a480
Add missing messages 2019-02-22 12:18:25 -08:00
Scott Shawcroft
1d3489fef5
Remove duplicates and English translations 2019-02-22 11:30:25 -08:00
Pascal Deneaux
d7f23c7883
Update de_DE.po 2019-02-21 13:21:18 +01:00
Pascal Deneaux
fd62ec89da
Update de_DE.po 2019-02-20 23:51:05 +01:00
Dan Halbert
97aeb1953b correct weak module links; samd module only in m4 ports; update libraries 2019-02-17 23:48:08 -05:00
Dan Halbert
5a32c88db3 merge from upstream and move ure options;make translate 2019-02-15 19:19:52 -05:00
Dan Halbert
68d39d1f3f make translate 2019-02-15 18:56:53 -05:00
Dan Halbert
cf545cd477 WIP: fix issues with remaining atmel-samd builds 2019-02-15 09:52:45 -05:00
Noralf Trønnes
0edd739609 Update translations 2019-02-14 15:43:13 +01:00
Dan Halbert
e92d90ce9c Add second UARTE to busio.UART. Init uarts on startup. 2019-02-12 22:34:05 -05:00
Scott Shawcroft
df00d74db8
Update translations 2019-02-12 15:01:52 -08:00
Scott Shawcroft
c17f147be9
A variety of displayio improvements
This changes a number of things in displayio:
* Introduces BuiltinFont and Glyph so the built in font can be used by libraries. For boards with
  a font it is available as board.TERMINAL_FONT. Fixes #1172
* Remove _load_row from Bitmap in favor of bitmap[] access. Index can be x/y tuple or overall index. Fixes #1191
* Add width and height properties to Bitmap.
* Add insert and [] access to Group. Fixes #1518
* Add index param to pop on Group.
* Terminal no longer takes unicode character info. It takes a BuiltinFont instead.
* Fix Terminal's handling of [###D vt100 commands used when up arrowing into repl history.
* Add x and y positions to Group plus scale as well.
* Add bitmap accessor for BuiltinFont
2019-02-11 20:55:05 -08:00
Pascal Deneaux
b8856c71d1
Update de_DE.po 2019-02-10 21:11:42 +01:00
Craig Forbes
62389f07b8 Update translations. 2019-02-07 09:10:00 -06:00
Scott Shawcroft
9a9d85fadc
Update translations for display rotation 2019-02-01 00:36:21 -08:00
Scott Shawcroft
da206012e2
Update translations 2019-01-31 11:42:15 -08:00
Pascal Deneaux
f6fd65b41c
another " was missing 2019-01-23 22:42:38 +01:00
Pascal Deneaux
e82334942a
Update de_DE.po 2019-01-23 20:49:57 +01:00
Pascal Deneaux
be3df58ca4
Update de_DE.po 2019-01-23 19:36:21 +01:00
Pascal Deneaux
2ff3b84452
new translations 2019-01-23 15:35:23 +01:00
Scott Shawcroft
0a3f62d8d4
Merge remote-tracking branch 'adafruit/master' into patch-2 2019-01-22 15:57:59 -08:00
Pascal Deneaux
603f64d731
Corrected incorrect translations and added some
Should the error messages from files in the py folder also be translated?
2019-01-22 23:05:38 +01:00
Scott Shawcroft
a380865655
Merge remote-tracking branch 'adafruit/master' into HEAD 2019-01-22 14:02:07 -08:00
Dan Halbert
6aa9f69b19 make translateimgrofybeepboopbop 2019-01-21 21:51:22 -05:00
Scott Shawcroft
92dd9072cd
Merge pull request #1477 from Tasm-Devil/patch-1
Update de_DE.po
2019-01-21 00:34:02 -08:00
Dan Halbert
9558b3afa7 make translate 2019-01-20 22:46:32 -05:00
Scott Shawcroft
3d11dd077c
Update translations 2019-01-20 17:33:18 -08:00
Pascal Deneaux
e44ba8b9c4
Update de_DE.po
changed and inserted some translations and fixed typos.
2019-01-20 02:17:53 +01:00
Scott Shawcroft
427766ac69
Update translations 2019-01-18 11:44:53 -08:00
Roy Hooper
be9caeb915 update translations 2019-01-13 23:52:05 -05:00
Dan Halbert
c863ad442f Remove duplicate msg from pt_BR.po 2019-01-10 21:32:21 -05:00
Dan Halbert
50ee5ef24c merge translations; add bleio comments; fix minor sphinx issues in midi 2019-01-10 21:12:17 -05:00
Dan Halbert
c80b5f4f4c make translate 2019-01-10 20:56:48 -05:00
Scott Shawcroft
41d3ea231b
Add new translation messages 2019-01-10 11:06:45 -08:00
Dan Halbert
617c23618b make translate 2019-01-09 14:00:17 -05:00
Pierrick C
5c776db9b1 make translate 2018-12-26 20:50:24 +01:00
Scott Shawcroft
288ec84c21
Update translations 2018-12-06 17:04:22 -08:00
Dan Halbert
8b034b8d1d update translations 2018-12-04 16:17:31 -05:00
Dan Halbert
963a9a7428 update translations 2018-12-03 15:57:27 -05:00