Ivan Zorin
893678797c
Sync
2025-02-07 05:19:32 +03:00
Ivan Zorin
4ce63fab47
README.md: fix formatting of heading levels for BLE section ( #2068 )
Docs / deploy-docs (push) Has been cancelled
CI / build (MHP30) (push) Has been cancelled
CI / build (Pinecil) (push) Has been cancelled
CI / build (Pinecilv2) (push) Has been cancelled
CI / build (S60) (push) Has been cancelled
CI / build (S60P) (push) Has been cancelled
CI / build (T55) (push) Has been cancelled
CI / build (TS100) (push) Has been cancelled
CI / build (TS101) (push) Has been cancelled
CI / build (TS80) (push) Has been cancelled
CI / build (TS80P) (push) Has been cancelled
CI / build_multi-lang (Pinecil) (push) Has been cancelled
CI / build_multi-lang (Pinecilv2) (push) Has been cancelled
CI / tests (push) Has been cancelled
CI / check_c-cpp (push) Has been cancelled
CI / check_python (push) Has been cancelled
CI / check_shell (push) Has been cancelled
CI / check_docs (push) Has been cancelled
CI / upload_metadata (push) Has been cancelled
2025-02-03 09:14:51 +11:00
Ivan Zorin
02bc98e41e
Merge pull request #2067 from ia/readme-ble
...
README.md: add notice about BLE turned off by default now
2025-02-02 21:37:28 +03:00
Ivan Zorin
f01ab47647
README.md: update formatting
2025-02-02 21:25:07 +03:00
Ivan Zorin
c7b029482e
README.md: add BLE notice
2025-02-02 21:18:56 +03:00
Ben V. Brown
e2c4ea4589
Merge pull request #2066 from safocl/fix_union_member_usage
...
Docs / deploy-docs (push) Waiting to run
CI / build (MHP30) (push) Waiting to run
CI / build (Pinecil) (push) Waiting to run
CI / build (Pinecilv2) (push) Waiting to run
CI / build (S60) (push) Waiting to run
CI / build (S60P) (push) Waiting to run
CI / build (T55) (push) Waiting to run
CI / build (TS100) (push) Waiting to run
CI / build (TS101) (push) Waiting to run
CI / build (TS80) (push) Waiting to run
CI / build (TS80P) (push) Waiting to run
CI / build_multi-lang (Pinecil) (push) Waiting to run
CI / build_multi-lang (Pinecilv2) (push) Waiting to run
CI / upload_metadata (push) Blocked by required conditions
CI / tests (push) Waiting to run
CI / check_c-cpp (push) Waiting to run
CI / check_python (push) Waiting to run
CI / check_shell (push) Waiting to run
CI / check_docs (push) Waiting to run
fix: accessing inactive union members
2025-02-02 20:59:03 +11:00
safocl
5797d5a68b
fix: accessing inactive union members
...
Access to the inactive union members is an undefined behavior.
`column.whole = (1 << height) - 1;` -- 'whole' is active member here,
`fillArea(OLED_WIDTH - 1, 0, 1, 8, column.strips[0]);` -- but the 'strips'
member accessed here.
Same issue: https://gitlab.com/libeigen/eigen/-/issues/2898
2025-02-02 13:48:49 +04:00
safocl
ab1fa24863
settingsGUI.cpp: remove duplicated calls ( #2065 )
...
settingsGUI.cpp: remove duplicated calls from if-else blocks
2025-02-02 08:45:17 +03:00
Ivan Zorin
22d0676a5c
scripts/deploy.sh: add handmade linter for translation-related json files to check for tabs and odd spaces ( #2064 )
...
Docs / deploy-docs (push) Waiting to run
CI / build (MHP30) (push) Waiting to run
CI / build (Pinecil) (push) Waiting to run
CI / build (Pinecilv2) (push) Waiting to run
CI / build (S60) (push) Waiting to run
CI / build (S60P) (push) Waiting to run
CI / build (T55) (push) Waiting to run
CI / build (TS100) (push) Waiting to run
CI / build (TS101) (push) Waiting to run
CI / build (TS80) (push) Waiting to run
CI / build (TS80P) (push) Waiting to run
CI / build_multi-lang (Pinecil) (push) Waiting to run
CI / build_multi-lang (Pinecilv2) (push) Waiting to run
CI / upload_metadata (push) Blocked by required conditions
CI / tests (push) Waiting to run
CI / check_c-cpp (push) Waiting to run
CI / check_python (push) Waiting to run
CI / check_shell (push) Waiting to run
CI / check_docs (push) Waiting to run
* scripts/deploy.sh: add handmade linter for translation-related json files to check for tabs and odd spaces
2025-02-02 07:20:12 +11:00
Leo
0646c24b09
Code style (11th try)
2025-01-29 06:48:46 +02:00
Leo
248a7b5525
Code style (10th try)
2025-01-29 06:41:58 +02:00
Leo
f882f57b18
Style cleanup (9th try!!!)
2025-01-29 06:35:14 +02:00
Leo
8908c9d687
Style correction (8th TRY)
2025-01-29 06:28:14 +02:00
Leo
54d14b421c
Style correction
2025-01-29 06:23:04 +02:00
Ivan Zorin
c8ef810450
translations_definitions.json: expand the description for ReverseButtonNav
2025-01-29 04:25:38 +03:00
Ivan Zorin
80479cc0f5
Translations/: replace tab by spaces for ReverseButtonNav according to code style
2025-01-29 04:22:08 +03:00
Ivan Zorin
759b74812a
Sync
2025-01-29 03:12:38 +03:00
Leo
ce86d6594d
Update draw_homescreen_simplified (128x32)
...
Drawer rework, should look ok but testing is required
2025-01-28 16:32:20 +02:00
Leo
b469179058
Update draw_homescreen_simplified.cpp
...
Code cleanup
2025-01-28 16:31:45 +02:00
Leo
24cb221443
Update draw_homescreen_simplified.cpp
...
Sorry
2025-01-28 15:50:27 +02:00
Leo
5e5f8581ea
Update draw_homescreen_simplified.cpp
...
Is It fOrMaTtEd EnOuGh??
2025-01-28 15:47:46 +02:00
Leo
719dc6b14d
Update draw_homescreen_simplified.cpp
...
meh(2)
2025-01-28 15:08:06 +02:00
Leo
0f60d737fc
Update draw_homescreen_simplified.cpp
...
meh
2025-01-28 14:44:21 +02:00
Leo
1ed2299ce0
Update draw_homescreen_simplified.cpp
...
Style corrected
2025-01-28 14:42:24 +02:00
Leo
71551e6db5
Update draw_homescreen_simplified.cpp
...
Rework of 96x12 drawer, in order to support swapping of setting/heating hints
2025-01-28 14:32:34 +02:00
Leo
031a47c36f
Update translation_UK.json
...
Removed falsefully duplicated entry
2025-01-28 12:41:11 +02:00
Ivan Zorin
aa0784d34c
Set python-version for actions/setup-python to remove the github actions warning ( #2057 )
Docs / deploy-docs (push) Has been cancelled
CI / build (MHP30) (push) Has been cancelled
CI / build (Pinecil) (push) Has been cancelled
CI / build (Pinecilv2) (push) Has been cancelled
CI / build (S60) (push) Has been cancelled
CI / check_docs (push) Has been cancelled
CI / build (S60P) (push) Has been cancelled
CI / build (T55) (push) Has been cancelled
CI / build (TS100) (push) Has been cancelled
CI / build (TS101) (push) Has been cancelled
CI / build (TS80) (push) Has been cancelled
CI / build (TS80P) (push) Has been cancelled
CI / build_multi-lang (Pinecil) (push) Has been cancelled
CI / build_multi-lang (Pinecilv2) (push) Has been cancelled
CI / tests (push) Has been cancelled
CI / check_c-cpp (push) Has been cancelled
CI / check_python (push) Has been cancelled
CI / check_shell (push) Has been cancelled
CI / upload_metadata (push) Has been cancelled
2025-01-28 08:18:21 +11:00
Leo
659fa48a05
Entirely moved button flipping to GUIIThread.cpp
...
I don't know is it better or worse, functions the same
2025-01-26 18:55:55 +02:00
Leo
dfce09413f
Removed edits from TemperatureAdjust.cpp, so less code will have changes
2025-01-26 16:51:44 +02:00
Leo
c6cd6983fb
Update code format in Settings.cpp
2025-01-26 16:38:13 +02:00
Leo
9546086a3a
Merge branch 'dev' into patch-2
2025-01-26 16:33:19 +02:00
Leo
1fb84d5f50
Implemented switching A and B buttons, closing #2034
...
getButtonState() now have an option int/bool argument to swap the result via XOR
2025-01-26 05:03:46 +02:00
Leo
c229cec87f
Update translation_UK.json
...
Unified a few more sentences to be suitable for a context
Fixed text size to better fit TS101/TS100
2025-01-26 02:35:40 +02:00
Leo
f67cc25acc
Update translation_UK.json ( #2058 )
...
CI / check_python (push) Has been cancelled
Docs / deploy-docs (push) Has been cancelled
CI / build (MHP30) (push) Has been cancelled
CI / build (Pinecil) (push) Has been cancelled
CI / check_shell (push) Has been cancelled
CI / build (Pinecilv2) (push) Has been cancelled
CI / build (S60) (push) Has been cancelled
CI / build (S60P) (push) Has been cancelled
CI / build (T55) (push) Has been cancelled
CI / build (TS100) (push) Has been cancelled
CI / build (TS101) (push) Has been cancelled
CI / build (TS80) (push) Has been cancelled
CI / build (TS80P) (push) Has been cancelled
CI / build_multi-lang (Pinecil) (push) Has been cancelled
CI / build_multi-lang (Pinecilv2) (push) Has been cancelled
CI / tests (push) Has been cancelled
CI / check_c-cpp (push) Has been cancelled
CI / check_docs (push) Has been cancelled
CI / upload_metadata (push) Has been cancelled
* Update translation_UK.json
Unified statement to one type of translation ("Sleep mode" instead of "Waiting mode")
Corrected "blink" translation
Shortened phrases for statements ("t° у сек"/"градусів на секунду"; "сек"/"секунд","секунди"; "Хв"/"Хвилин","Хвилини")
Traslated soldering tip type selection menu
2025-01-25 16:00:10 +03:00
Leo
8f37b4cb80
Update translation_UK.json
...
Spelling corrected + replaced "temperature" with "t°" in few places
2025-01-25 14:59:12 +02:00
Leo
3fc762ce3b
Update translation_UK.json
...
Fixed padding
2025-01-25 14:34:29 +02:00
Leo
4a26abd2c1
Update translation_UK.json
...
Unified statement to one type of translation ("Sleep mode" instead of "Waiting mode")
Corrected "blink" translation
Shortened phrases for statements ("t° у сек"/"градусів на секунду"; "сек"/"секунд","секунди"; "Хв"/"Хвилин","Хвилини")
Traslated soldering tip type selection menu
2025-01-25 06:21:00 +02:00
fredericuslaurentii
dfddd5916a
Update translation_IT.json ( #2052 )
Docs / deploy-docs (push) Has been cancelled
CI / build (MHP30) (push) Has been cancelled
CI / build (Pinecil) (push) Has been cancelled
CI / build (Pinecilv2) (push) Has been cancelled
CI / build (S60) (push) Has been cancelled
CI / build (S60P) (push) Has been cancelled
CI / build (T55) (push) Has been cancelled
CI / build (TS100) (push) Has been cancelled
CI / build (TS101) (push) Has been cancelled
CI / build (TS80) (push) Has been cancelled
CI / build (TS80P) (push) Has been cancelled
CI / build_multi-lang (Pinecil) (push) Has been cancelled
CI / build_multi-lang (Pinecilv2) (push) Has been cancelled
CI / tests (push) Has been cancelled
CI / check_c-cpp (push) Has been cancelled
CI / check_python (push) Has been cancelled
CI / check_shell (push) Has been cancelled
CI / check_docs (push) Has been cancelled
CI / upload_metadata (push) Has been cancelled
2025-01-20 21:48:34 +01:00
Ben V. Brown
fd91cf9f35
Revert "Merge pull request #2048 from Ralim/pinecilv2-i2c-rework"
...
Docs / deploy-docs (push) Has been cancelled
CI / build (MHP30) (push) Has been cancelled
CI / tests (push) Has been cancelled
CI / build (Pinecil) (push) Has been cancelled
CI / build (Pinecilv2) (push) Has been cancelled
CI / build (S60) (push) Has been cancelled
CI / build (S60P) (push) Has been cancelled
CI / build (T55) (push) Has been cancelled
CI / build (TS100) (push) Has been cancelled
CI / check_c-cpp (push) Has been cancelled
CI / build (TS101) (push) Has been cancelled
CI / build (TS80) (push) Has been cancelled
CI / build (TS80P) (push) Has been cancelled
CI / build_multi-lang (Pinecil) (push) Has been cancelled
CI / build_multi-lang (Pinecilv2) (push) Has been cancelled
CI / check_python (push) Has been cancelled
CI / check_shell (push) Has been cancelled
CI / check_docs (push) Has been cancelled
CI / upload_metadata (push) Has been cancelled
This reverts commit b401dc8264 , reversing
changes made to 42fb9e1105 .
2025-01-11 12:46:32 +11:00
Ben V. Brown
b401dc8264
Merge pull request #2048 from Ralim/pinecilv2-i2c-rework
...
Docs / deploy-docs (push) Waiting to run
CI / tests (push) Waiting to run
CI / build (MHP30) (push) Waiting to run
CI / check_c-cpp (push) Waiting to run
CI / build (Pinecil) (push) Waiting to run
CI / build (Pinecilv2) (push) Waiting to run
CI / build (S60) (push) Waiting to run
CI / build (S60P) (push) Waiting to run
CI / build (T55) (push) Waiting to run
CI / build (TS100) (push) Waiting to run
CI / build (TS101) (push) Waiting to run
CI / build (TS80) (push) Waiting to run
CI / build (TS80P) (push) Waiting to run
CI / build_multi-lang (Pinecil) (push) Waiting to run
CI / build_multi-lang (Pinecilv2) (push) Waiting to run
CI / upload_metadata (push) Blocked by required conditions
CI / check_python (push) Waiting to run
CI / check_shell (push) Waiting to run
CI / check_docs (push) Waiting to run
Drop critical section on I2C
2025-01-11 10:04:33 +11:00
Ben V. Brown
a3082c389e
Drop crit section on I2C
2025-01-11 10:00:50 +11:00
Ben V. Brown
42fb9e1105
Merge pull request #2042 from Ralim/fix-op-mode-enum
...
Docs / deploy-docs (push) Has been cancelled
CI / build (MHP30) (push) Has been cancelled
CI / build (Pinecil) (push) Has been cancelled
CI / build (Pinecilv2) (push) Has been cancelled
CI / build (S60) (push) Has been cancelled
CI / build (S60P) (push) Has been cancelled
CI / build (T55) (push) Has been cancelled
CI / build (TS100) (push) Has been cancelled
CI / build (TS101) (push) Has been cancelled
CI / build (TS80) (push) Has been cancelled
CI / build (TS80P) (push) Has been cancelled
CI / build_multi-lang (Pinecil) (push) Has been cancelled
CI / build_multi-lang (Pinecilv2) (push) Has been cancelled
CI / tests (push) Has been cancelled
CI / check_c-cpp (push) Has been cancelled
CI / check_python (push) Has been cancelled
CI / check_shell (push) Has been cancelled
CI / check_docs (push) Has been cancelled
CI / upload_metadata (push) Has been cancelled
Allocate fixed ID's for Operating Modes
2025-01-06 13:05:01 +11:00
Ben V. Brown
169d9e6956
Allocate fixed ID's for Operating Modes
2025-01-06 10:19:57 +11:00
Ivan Zorin
000eba7b8c
Merge pull request #2035 from KITT3000/patch-7
...
CI / check_shell (push) Has been cancelled
CI / check_docs (push) Has been cancelled
Docs / deploy-docs (push) Has been cancelled
CI / build (MHP30) (push) Has been cancelled
CI / build (Pinecil) (push) Has been cancelled
CI / build (Pinecilv2) (push) Has been cancelled
CI / build (S60) (push) Has been cancelled
CI / build (S60P) (push) Has been cancelled
CI / build (T55) (push) Has been cancelled
CI / build (TS100) (push) Has been cancelled
CI / build (TS101) (push) Has been cancelled
CI / build (TS80) (push) Has been cancelled
CI / build (TS80P) (push) Has been cancelled
CI / build_multi-lang (Pinecil) (push) Has been cancelled
CI / build_multi-lang (Pinecilv2) (push) Has been cancelled
CI / tests (push) Has been cancelled
CI / check_c-cpp (push) Has been cancelled
CI / check_python (push) Has been cancelled
CI / upload_metadata (push) Has been cancelled
Update PL translation (v2.23 rc1)
2024-12-27 01:40:33 +03:00
Ziuta
5cf9d5bfff
Update PL translation (v2.23 rc1)
2024-12-26 13:31:29 +01:00
Ivan Zorin
5347385b28
Merge pull request #2032 from ia/tip-type-ts80
...
CI / tests (push) Has been cancelled
CI / check_c-cpp (push) Has been cancelled
CI / check_python (push) Has been cancelled
CI / check_shell (push) Has been cancelled
CI / check_docs (push) Has been cancelled
Docs / deploy-docs (push) Has been cancelled
CI / build (MHP30) (push) Has been cancelled
CI / build (Pinecil) (push) Has been cancelled
CI / build (Pinecilv2) (push) Has been cancelled
CI / build (S60) (push) Has been cancelled
CI / build (S60P) (push) Has been cancelled
CI / build (T55) (push) Has been cancelled
CI / build (TS100) (push) Has been cancelled
CI / build (TS101) (push) Has been cancelled
CI / build (TS80) (push) Has been cancelled
CI / build (TS80P) (push) Has been cancelled
CI / build_multi-lang (Pinecil) (push) Has been cancelled
CI / build_multi-lang (Pinecilv2) (push) Has been cancelled
CI / upload_metadata (push) Has been cancelled
Set tip type as auto by default in runtime
2024-12-24 05:30:39 +03:00
Ivan Zorin
1e285a6a5c
Set tip type as auto by default
2024-12-24 04:04:14 +03:00
Ivan Zorin
989a2cf2d5
Merge pull request #2031 from ia/tip-type
...
Add macro to enable tip types for supported hardware only
2024-12-24 03:36:24 +03:00
Ivan Zorin
ee6aff54b3
Restore the original file
2024-12-23 23:01:15 +03:00
Ivan Zorin
6cf9916a6e
Revert formatting for the unmodified file
2024-12-23 22:37:49 +03:00