Leonardo Zide
6083bbcc82
Draw start/current rotation direction.
2026-09-07 22:14:39 -07:00
Leonardo Zide
c84019dbc3
Replace multiple bool params with flags.
2026-09-07 18:44:14 -07:00
Leonardo Zide
29e06089a3
Change rotate x/y/z to match camera rotate.
2026-09-07 18:07:54 -07:00
Leonardo Zide
c053582941
Rotation gizmo polish.
2026-09-06 12:32:59 -07:00
Leonardo Zide
c76e03338f
Remove dead RotateXY.
2026-09-06 11:08:25 -07:00
Leonardo Zide
90496e9230
Add rotate around camera axis mode.
2026-09-05 22:50:58 -07:00
Leonardo Zide
56eeee9266
Modernize profile functions.
...
• Replace legacy union/char* profile storage with std::variant<int,uint,float,QString,QStringList,QByteArray> and QString for section/key; remove LC_PROFILE_ENTRY_TYPE/mType.
• Update getters/setters to use std::get_if defaults; add lcProfileInit() and fix a "Settgins" typo.
• Convert color profile accessors to unsigned (lcGet/SetProfileUInt) where appropriate.
• Add LC_PROFILE_PARTS_LIST_COLOR_LOCKED and migrate PartsList color logic (preserves legacy -1 behavior).
2026-08-30 17:22:28 -07:00
Leonardo Zide
ab31c6544f
Add option to open submodels from the parts picker. Fixes #1031 .
2026-08-16 16:39:21 -07:00
Leonardo Zide
06c19dda72
Use brighter color for gizmo highlights.
2026-08-06 22:25:38 -07:00
Leonardo Zide
f6e5b87aa3
Wider rotate gizmo lines.
2026-08-06 18:20:00 -07:00
Leonardo Zide
0361c61ab1
More result cleanup.
2026-07-31 22:53:25 -07:00
Leonardo Zide
def57e0e41
Add move/copy operators.
2026-07-31 22:27:35 -07:00
Leonardo Zide
a7fc372cf2
Switch lcResult to use variant.
2026-07-31 17:33:29 -07:00
Leonardo Zide
9dbe3695b7
Add new lcResult class to handle task failures more cleanly.
2026-07-29 22:48:12 -07:00
Leonardo Zide
9590852a29
Fix drag and drop pieces into inline edit models.
2026-07-22 22:56:57 -07:00
Leonardo Zide
2439e6f72e
Fix MMB not closing model tabs.
2026-07-22 17:19:28 -07:00
Leonardo Zide
2574114ae4
Update recent menu when it's shown.
2026-07-22 16:10:13 -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 and Copilot
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
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
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
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
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
b2a9a56bfe
Fixed compiler warnings.
2026-03-13 21:34:32 -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
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
Leonardo Zide
4743368f11
Fixed mipmaps not enabled.
2026-03-09 23:13:08 -07:00
Leonardo Zide
4de2c822af
Fixed textures in subparts not working. Fixes #1011 .
2026-03-09 22:19:16 -07:00
Leonardo Zide
da29df623b
Fixed race condition where the main thread can upload a texture while it's being loaded. Fixes #1011 .
2026-03-08 17:32:23 -07:00