Ben V. Brown
d9100d1625
add black
2021-04-05 19:15:02 +10:00
Ben V. Brown
e463cf2fd2
Merge pull request #914 from alvinhochun/text-handling
...
Refactoring of text handling (on using large font when starting with \n)
2021-04-05 19:05:29 +10:00
Alvin Wong
87c0cc162c
Fix empty str in NO translation with old text
2021-04-05 16:40:36 +08:00
Alvin Wong
dd1801925b
Change menu text to use whole screen msg format
2021-04-05 16:40:36 +08:00
Alvin Wong
ab1b48a0f2
Change ResetOKMessage to use warnUser
2021-04-05 16:40:36 +08:00
Alvin Wong
33901b688a
Change warnUser to use printWholeScreen
2021-04-05 16:40:36 +08:00
Alvin Wong
e01361ddde
Add messageWarn translation definition type
2021-04-05 16:40:31 +08:00
Alvin Wong
53c02dca33
Refactor printing CJK menu with large font into OLED.cpp
2021-04-05 15:48:12 +08:00
Alvin Wong
55fa5c95e4
Change SettingsShortNames to use one string
...
This unifies its behaviour with SettingsMenuEntries.
2021-04-05 15:48:06 +08:00
Alvin Wong
12f98e5f9c
Remove unnecessary array sizes
2021-04-05 15:41:10 +08:00
Ben V. Brown
bf6b00632b
Merge pull request #916 from TechnoLoft/translation_update
...
Cleanup make_translation.py (PEP8, Python3, etc.)
2021-04-05 16:37:27 +10:00
Ryan Jarvis
ed98803774
Fix CI builds
2021-04-03 21:38:21 -07:00
Ryan Jarvis
8b28824faf
Add bdflib to CI tests
2021-04-03 17:53:20 -07:00
Ryan Jarvis
513728a1d1
Cleanup make_translation.py (PEP8, Python3, etc.)
2021-04-03 17:19:36 -07:00
Ben V. Brown
813106438b
Merge pull request #912 from t-8ch/improved-debugging
...
Improve debugging
2021-03-29 16:46:27 +11:00
Thomas Weißschuh
45d2780507
Always generate debug symbols
...
The debug symbols are only part of the generated ELF files,
they are stripped from the .bin and .hex files.
So there should be no disadvantage of always generating it.
Before:
52456 Pinecil_EN.bin
81700 Pinecil_EN.elf
140759 Pinecil_EN.elf.map
147554 Pinecil_EN.hex
After:
52456 Pinecil_EN.bin
650556 Pinecil_EN.elf
191974 Pinecil_EN.elf.map
147554 Pinecil_EN.hex
2021-03-28 22:36:33 +02:00
Thomas Weißschuh
1078275aa1
add symbols needed by OpenOCD
...
this is a backport of
https://github.com/FreeRTOS/FreeRTOS-Kernel/pull/188 which is part of
FreeRTOS V10.4.2
2021-03-28 22:36:33 +02:00
Ben V. Brown
2f90c58d4f
Merge pull request #913 from alvinhochun/remove-unused-desc
...
Remove unused menu strings
2021-03-29 07:20:45 +11:00
Alvin Wong
80b86ea083
Remove unused menu strings
2021-03-29 03:26:39 +08:00
Ben V. Brown
ba60bed1e3
Merge pull request #911 from morusn/patch-1
...
Update GettingStarted.md
2021-03-28 08:57:38 +11:00
morusn
a0e1c15498
Update GettingStarted.md
...
GettingStarted.md updated links with "/" at the beginning, so they redirect correctly and show the picture
2021-03-27 21:53:57 +01:00
Ben V. Brown
7331a7dc88
Merge pull request #910 from Ralim/update-docs
...
Update docs
2021-03-25 12:11:53 +11:00
Ben V. Brown
cb49ba2163
Merge branch 'master' into update-docs
2021-03-25 08:36:12 +11:00
Ben V. Brown
fe5c7fd99e
Merge pull request #909 from alvinhochun/setting-item-constants
...
Refactor: Use enum to index settings descriptions
2021-03-25 08:30:53 +11:00
Alvin Wong
c549c77aaf
Refactor: Use enum to index settings descriptions
2021-03-24 23:58:45 +08:00
Alvin Wong
f3cfcb2bca
Make translation obj files depend on the headers
2021-03-24 23:57:46 +08:00
Ben V. Brown
f2dfe9318f
Spelling pass
2021-03-24 21:46:33 +11:00
Ben V. Brown
b2c65e6a0e
Fill out hardware issues guide
2021-03-24 21:41:12 +11:00
Ben V. Brown
5f3715db0a
Starting a rough pass
2021-03-24 21:06:05 +11:00
Ben V. Brown
ef06fa4d0a
Update History.md
2021-03-24 21:04:06 +11:00
Ben V. Brown
19f74ed647
Merge pull request #904 from alvinhochun/font-select-refactor
...
Refactor font style to be set when printing
2021-03-23 12:25:37 +11:00
Alvin Wong
b2f9eab7fb
Refactor font style to be set when printing
...
Removes the font setting as a global state.
2021-03-21 21:46:12 +08:00
Ben V. Brown
a9ddcd1d9b
Merge pull request #902 from alvinhochun/remove-emdash
...
Remove em-dash from strings
2021-03-21 23:03:28 +11:00
Ben V. Brown
779b41aafa
Merge pull request #901 from Ralim/faster-codeql
...
Use cache for codeql + drop JS
2021-03-21 21:47:46 +11:00
Ben V. Brown
424d4f8dff
No point running js at this time
2021-03-21 21:46:41 +11:00
Alvin Wong
337b48df5b
Remove em-dash from strings
2021-03-21 18:44:43 +08:00
Ben V. Brown
33da6a7747
Use cache
2021-03-21 21:39:33 +11:00
Ben V. Brown
988440d85d
Merge pull request #900 from alvinhochun/cjk-spacesaving
...
Reorganize font table of CJK languages
2021-03-21 21:34:49 +11:00
Alvin Wong
f1d4ec007e
Reorganize font table of CJK languages
...
Move all CJK symbols to the end of the font table so we can skip the
filler for the CJK symbols in the small font table to save space.
2021-03-21 18:15:58 +08:00
Ben V. Brown
2905d78788
Merge pull request #899 from Ralim/update-ci
...
Update CI to enforce python tests
2021-03-21 21:08:03 +11:00
Ben V. Brown
6eaacfa4a8
Merge branch 'master' into update-ci
2021-03-21 21:01:18 +11:00
Ben V. Brown
3c0137f15e
Fail fast on
2021-03-21 20:56:36 +11:00
Ben V. Brown
a87fd69e69
chmod
2021-03-21 20:54:53 +11:00
Ben V. Brown
c2e4ee6e51
Update push.yml
2021-03-21 20:53:39 +11:00
Ben V. Brown
1061ef1ad5
Merge pull request #898 from alvinhochun/l10n-update
...
Update yue_hk and zh_tw translations
2021-03-21 20:53:18 +11:00
Ben V. Brown
fd504fa30a
Add python test step
2021-03-21 20:53:04 +11:00
Alvin Wong
749b480508
Update yue_hk and zh_tw translations
2021-03-21 17:40:35 +08:00
Ben V. Brown
86d9431cbf
Merge pull request #884 from Ralim/extend-font-encoding
...
Extend font encoding
2021-03-21 20:36:49 +11:00
Ben V. Brown
a826da1cf6
Merge branch 'master' into extend-font-encoding
2021-03-20 21:54:28 +11:00
Ben V. Brown
b854984fe2
Merge pull request #896 from alvinhochun/extend-font-encoding
...
Extend font encoding changes
2021-03-20 19:32:56 +11:00