d73a9b56b0
Add uri property for LinkButton
...
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com >
2022-12-17 15:27:33 +01:00
c0e9d928e6
Improve editor property capitalization
...
* Captialize stop words when they are the last word.
* Add stop words logic in `extract.py`.
2022-11-25 18:54:37 +08:00
aafa816946
Improve editor property capitalization
...
- Don't capitalize stop words such as "at", "in" or "to".
- Add more acronyms to capitalize.
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com >
2022-11-24 16:37:54 +01:00
d91cb1d5d5
[macOS export] Simplify code signing options, add support for rcodesign tool for signing and notarization.
2022-08-26 14:23:31 +03:00
bcc3643989
Add font LCD sub-pixel anti-aliasing support.
2022-08-23 08:47:21 +03:00
9f537f58a8
Add capitalization for "BPM"
2022-08-02 08:35:29 -05:00
5da61d8a4c
Add MJPEG to the list of editor capitalizations
2022-06-24 22:24:21 +02:00
b55f1404ce
Add TAA to the list of editor capitalizations
...
This is used in the "Use Taa" setting (for temporal antialiasing).
2022-06-12 00:27:56 +02:00
2f0adb1c16
i18n: Sync editor translations with Weblate
...
(cherry picked from commit bf2c722a25 )
2022-05-24 00:09:46 +02:00
7b571ab8f7
Merge pull request #60986 from fire-forge/capitalism
2022-05-16 13:49:14 +02:00
746dddc067
Replace most uses of Map by HashMap
...
* Map is unnecessary and inefficient in almost every case.
* Replaced by the new HashMap.
* Renamed Map to RBMap and Set to RBSet for cases that still make sense
(order matters) but use is discouraged.
There were very few cases where replacing by HashMap was undesired because
keeping the key order was intended.
I tried to keep those (as RBMap) as much as possible, but might have missed
some. Review appreciated!
2022-05-16 10:37:48 +02:00
88a8038387
Capitalize/fix some property enum hints
2022-05-12 15:03:16 -05:00
a549617a38
Add more property capitalizations
...
- BiDi
- FileSystem
- NavMesh
2022-04-25 23:49:39 -05:00
3073b85de9
Rename theme properties to include underscores
...
- check_vadjust -> check_v_adjust
- close_h_ofs -> close_h_offset
- close_v_ofs -> close_v_offset
- commentfocus -> comment_focus
- hseparation -> h_separation
- ofs -> offset
- selectedframe -> selected_frame
- state_machine_selectedframe -> state_machine_selected_frame
- table_hseparation -> table_h_separation
- table_vseparation -> table_v_separation
- vseparation -> v_separation
2022-04-23 11:16:18 -05:00
2f20ff0ed6
Extract theme property names for localization
2022-04-01 11:35:22 +08:00
0a9f97f423
Add more patterns for property path extraction
2022-03-30 18:21:46 +08:00
c17d9f05f8
Simplify FBX importer project settings registering
2022-03-29 15:00:43 +08:00
ccde2bf66f
Add property name style toggle to Inspector
2022-03-28 18:52:09 +08:00
46f5cd65a1
More editor extract.py improvements and fixes
2022-03-20 20:21:00 +08:00
4d73899352
Improves editor property name extraction
2022-03-18 17:56:45 +08:00
a4fc940bfe
i18n: Add property paths to editor translation template
...
(cherry picked from commit 972c6687ff )
2022-03-17 19:53:18 +01:00
e64cd21f6f
Remap property path based on path substrings
...
Also added captialization caching.
2022-03-18 00:31:13 +08:00
543218fc7c
Add missing property name capitalizations
2022-03-14 00:13:41 -05:00
d6df2ffad8
i18n: Make property paths and categories translatable
2022-03-03 18:31:40 +08:00