Commit Graph

3385 Commits

Author SHA1 Message Date
Ivan Zorin
0ede3ec687 Translation.h: reorder items in SettingsItemIndex properly and add the comment 2025-02-17 20:46:29 +03:00
Ivan Zorin
362713ae56 Translations: clarify the description of the option 2025-02-17 20:00:07 +03:00
Ivan Zorin
768668d78b Refactoring: Buttons - rename revert to swapButtonMenu 2025-02-17 19:50:03 +03:00
Ivan Zorin
d78dcb471d Refactoring: clang-format for comments in settings struct 2025-02-17 19:33:46 +03:00
Ivan Zorin
a7985095ff Refactoring: replace variables with one-letter names 2025-02-17 19:21:34 +03:00
Ivan Zorin
035f3dd205 Refactoring: trying to find a more suitable variable name to check status if swap buttons in menu is enabled 2025-02-17 19:13:48 +03:00
Ivan Zorin
432b583d89 translations_definitions.json: ReverseButtonMenu - extend description a bit 2025-02-17 18:39:00 +03:00
Ivan Zorin
0bd84d9d57 Refactoring: REVERSE_BUTTON_MENU handling and unify comment/section style in configuration.h files for related changes 2025-02-17 18:37:28 +03:00
Ivan Zorin
7e57184b65 Refactoring: unify the names of the variables related to ReverseButtonMenu handling and add the option to the end of the settings struct to avoid the collisions on factory resets 2025-02-17 18:20:55 +03:00
Ivan Zorin
726140d06f Translations/: rename ReverseButtonNav to ReverseButtonMenu 2025-02-17 18:04:59 +03:00
Ivan Zorin
883ef60935 Remove macro from configuration.h files 2025-02-17 17:57:06 +03:00
Ivan Zorin
0e703ca992 Sync 2025-02-12 23:41:35 +03:00
Ben V. Brown
ebdff59293 Default to no EPR/PPS so its opt in (#2073)
Some checks failed
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
Some chargers have funky PPS.
Plus some do not want EPR be default (even though 28V is safe by designer on PinecilV2).

So take the safest option by default and make it opt-in
2025-02-08 09:17:01 +03:00
resistancelion
8b60290c7d Summary 2025-02-08 04:41:41 +02:00
Ivan Zorin
bfbd1a533b Sync 2025-02-08 03:35:59 +03:00
Leo
08ff68cd4f Added guide for compiling under Windows (#2060)
Some checks are pending
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
* Update documentation to build IronOS in Windows using MSYS2 environment and fix compilation on case-sensitive file systems.

---------

Co-authored-by: Ivan Zorin <ivan.a.zorin@gmail.com>
2025-02-08 00:03:49 +03:00
Ivan Zorin
904a25add0 Merge branch 'patch-2' of github.com:resistancelion/IronOS into rl-menubuttons 2025-02-07 05:21:36 +03:00
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)
Some checks failed
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
Some checks are pending
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)
Some checks are pending
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
resistancelion
ef8c9a6c20 style (6) 2025-01-30 18:49:30 +02:00
resistancelion
b6642ac01b style (5) 2025-01-30 18:47:44 +02:00
resistancelion
9993fc1a19 style(4) 2025-01-30 18:43:03 +02:00
resistancelion
79cb0b5d92 style(3) 2025-01-30 18:40:34 +02:00
resistancelion
5e78168c90 -style 2025-01-30 18:38:17 +02:00
resistancelion
157769b099 -style 2025-01-30 18:33:30 +02:00
resistancelion
e346a7793e Requested change
Now it flips buttons only in menu by default, however i need the other option, so i've added definition "REVERSE_NAV_EVERYWHERE"
2025-01-30 18:30:08 +02:00
resistancelion
68116f7de2 Revert "Reverse Settings.h" 2025-01-30 11:38:52 +02:00
resistancelion
b7bfa3f4cf Reverse Settings.h 2025-01-30 11:16:29 +02: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