Commit Graph
2667 Commits
Author SHA1 Message Date
Leonardo Zide 7a9984344f Update minifig.ini 2026-07-22 15:25:34 -07:00
Leonardo Zide 3d341ea59a Update ldconfig.ldr 2026-07-22 15:20:38 -07:00
Leonardo Zide 38e4b777c3 Update continuous.yml 2026-07-19 22:18:26 -07:00
Leonardo Zide 312304e214 Update continuous.yml 2026-07-19 22:09:09 -07:00
Leonardo Zide 638f7f1c95 Switch Qt versions on CI. 2026-07-19 22:01:59 -07:00
Leonardo Zide 57e9c9bb4f Fix Qt5 macos build. 2026-07-19 16:26:09 -07:00
Leonardo Zide 982c11d3c8 Merge branch 'master' of https://github.com/leozide/leocad 2026-07-16 22:29:59 -07:00
Leonardo Zide dfc7341ab7 Fix shortcut comparison not working for some key combinations. 2026-07-16 22:29:50 -07:00
Leonardo ZideandGitHub 1a4e19c46a Merge pull request #1027 from City-busz/patch-1
Set desktop file name for the application
2026-07-16 22:09:06 -07:00
Balló György 5c661f5d6c Set desktop file name for the application
This ensures that the XDG toplevel app ID matches with the desktop file
name, so Wayland compositors could match the window with the application
and show the appropriate icon for them.
2026-07-14 21:15:36 +02:00
Leonardo ZideGitHubCopilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
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 ZideandCopilot 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 ZideandGitHub 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 ZideandGitHub 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