electron-rare
8f6df116ef
i18n: translate french UI strings
...
Context: leocad_fr.ts had ~930 strings marked
type="unfinished" leaving most of the French UI
untranslated.
Approach: translated every real UI label (menus,
dialogs, tooltips, status bar, command-line help)
while leaving the 255 Action command identifiers
(File.New, Edit.Undo, ...) untranslated, matching
the German and Spanish reference files where these
keys are shortcut IDs, not displayed text.
Changes: 675 new translations across Menu, Status,
lcPreferencesDialog, lcApplication and other
contexts; fixed bad machine-pre-filled strings
(22.5 degrees, status bar M/R format); preserved
Qt placeholders (%1, %n), accelerators (&) and
trailing ellipses; added a French plural numerus
form for "%n Object(s) selected".
Impact: lrelease now reports 1219 finished / 0
unfinished / 255 ignored (was ~599 finished).
2026-06-13 23:19:27 +02:00
Leonardo Zide
9dd9208067
Potential fix for code scanning alert no. 2: Workflow does not contain permissions
...
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2026-06-13 12:11:26 -07:00
Leonardo Zide
934989e1ed
Delay GL context initialization on ios.
...
I think it needs to have the widgets created for it to work.
2026-06-11 20:25:55 -07:00
Leonardo Zide
357301b3f1
Fix ios compile errors.
2026-06-11 20:07:56 -07:00
Leonardo Zide
60c4a674c6
Support merging multiple files at once. Fixes #1007 .
2026-05-20 16:54:03 -07:00
Leonardo Zide
043e867061
Support drag drop in the Model List Dialog.
2026-05-10 14:51:51 -07:00
Leonardo Zide
b6f7f92e7e
Update all views during piece insert. Fixes #942 .
2026-05-06 20:59:46 -07:00
Leonardo Zide
64b829b074
Convert SLOT macros to function pointers.
2026-05-03 15:32:17 -07:00
Leonardo Zide
1ea54149c5
Refactor set inventory parsing.
2026-05-03 15:30:11 -07:00
Leonardo Zide
2171a3cfba
Move Sets Database dialog.
2026-05-03 15:00:07 -07:00
Leonardo Zide
80ea68245c
Move Select Dialog.
2026-05-02 16:06:27 -07:00
Leonardo Zide
664429f635
Move Image Dialog files.
2026-05-02 15:51:08 -07:00
Leonardo Zide
e4b829b7e2
Reorganize Save Image dialog.
2026-05-02 15:44:48 -07:00
Leonardo Zide
6ee89e743c
Move HTML dialog files.
2026-05-02 15:08:13 -07:00
Leonardo Zide
a638e267cc
Style fixes.
2026-04-29 20:59:17 -07:00
Leonardo Zide
bc61124f50
Remove the Q prefix from dialog classes.
2026-04-29 20:43:00 -07:00
Leonardo Zide
1d2c01c47c
Refactor Qt signal connections to use explicit connect() calls
...
Replace automatic 'on_' naming convention with explicit connect() calls in constructors.
Functions renamed to use Pascal case without underscore separators.
Slots moved from public to private where appropriate.
Changes made to 8 dialog files:
- lc_modellistdialog.h/cpp: Renamed 9 slot functions
- lc_partpalettedialog.h/cpp: Renamed 7 slot functions
- lc_qhtmldialog.h/cpp: Renamed 1 slot function
- lc_qimagedialog.h/cpp: Renamed 1 slot function
- lc_qpreferencesdialog.h/cpp: Renamed 40 slot functions
- lc_qselectdialog.h/cpp: Renamed 4 slot functions
- lc_renderdialog.h/cpp: Renamed 1 slot function
- lc_setsdatabasedialog.h/cpp: Renamed 1 slot function
Total: 64 slot functions refactored
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com >
2026-04-29 20:25:23 -07:00
Leonardo Zide
24d5326db7
Linux fixes.
2026-04-25 22:34:27 -07:00
Leonardo Zide
f3f4eeb4e7
Qt5 fixes
2026-04-25 13:08:04 -07:00
Leonardo Zide
7000eecf97
Updated connect calls from macros to pointers.
2026-04-23 22:34:59 -07:00
Leonardo Zide
4be7b308f5
Support drag and drop of categories. Fixes #994 .
2026-04-08 23:30:07 -07:00
Leonardo Zide
c7f2b1f2bb
Merge pull request #992 from sertonix/patch-1
...
Remove unused QOpenGLFunctions_3_2_Core include
2026-04-05 22:23:30 -07:00
Leonardo Zide
596bb0c9cf
Add Zoom and SmartZoom gesture.
2026-04-05 22:14:33 -07:00
Leonardo Zide
f52308f9d2
Fix whitespace.
2026-04-05 21:08:47 -07:00
Leonardo Zide
422669ca0d
Merge pull request #1018 from BIMCoderLiang/master
...
Add Chinese language translation.
2026-04-05 20:55:34 -07:00
Leonardo Zide
6768ac1255
Made language names non translatable.
2026-04-02 15:10:27 -07:00
BIMCoderLiang
2190b87d0e
Fix translation error bug.
2026-03-31 21:15:05 +08:00
Leonardo Zide
84a80b4359
Rename include.
2026-03-30 23:07:43 -07:00
Leonardo Zide
4939ad2c31
Renamed lcUpdateDialog.
2026-03-30 22:50:17 -07:00
Leonardo Zide
9ccf245373
Renamed the lcEditGroupsDialog class.
2026-03-30 22:33:23 -07:00
BIMCoderLiang
54714d82e6
Delete wrong file.
2026-03-29 14:45:06 +08:00
BIMCoderLiang
9f07aeac76
update language lists and add item in ui.
2026-03-29 14:34:59 +08:00
BIMCoderLiang
fe175735ae
Fix Chinese language translation typo.
2026-03-27 22:41:18 +08:00
BIMCoderLiang
6cf6f9b91e
Add Chinese language translation.
2026-03-27 22:35:04 +08:00
Leonardo Zide
e6de72146f
Fixed timeline move selection. Fixes #1014 , #1015 .
2026-03-17 09:51:17 -07:00
Leonardo Zide
db14a264e7
Fixed timeline selection updates.
2026-03-15 20:35:48 -07:00
Leonardo Zide
f3c01917e0
Update appveyor.yml
2026-03-13 23:57:47 -07:00
Leonardo Zide
7ef32daf34
Update appveyor.yml
2026-03-13 22:53:55 -07:00
Leonardo Zide
bae8bb58d5
Update appveyor.yml
2026-03-13 22:50:07 -07:00
Leonardo Zide
0bfa8d33de
Update appveyor.yml
2026-03-13 22:32:45 -07:00
Leonardo Zide
8cafd74a25
Update appveyor.yml
2026-03-13 22:11:43 -07:00
Leonardo Zide
b2a9a56bfe
Fixed compiler warnings.
2026-03-13 21:34:32 -07:00
Leonardo Zide
49d2411253
Update appveyor.yml
2026-03-13 21:21:28 -07:00
Leonardo Zide
3b05ca13c1
Update appveyor.yml
2026-03-13 21:14:52 -07:00
Leonardo Zide
60a029bae3
Qt5 fix.
2026-03-12 23:17:40 -07:00
Leonardo Zide
6b84216dd8
Renamed history classes.
2026-03-12 23:12:10 -07:00
Leonardo Zide
283f53f318
Merge pull request #1013 from leozide/undo
...
New Undo System
2026-03-12 21:31:17 -07:00
Leonardo Zide
1eb9a430c7
Removed unused function.
2026-03-12 21:26:43 -07:00
Leonardo Zide
a8e37df8ce
Whitespace cleanup.
2026-03-10 21:11:40 -07:00
Leonardo Zide
9e1b8e0032
Fixed typos.
2026-03-10 19:55:49 -07:00