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
|
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 |
|
Leonardo Zide
|
62e5bb4867
|
Removed LoadCheckpoint.
|
2026-03-08 15:48:09 -07:00 |
|
Leonardo Zide
|
151359d476
|
Removed remaining SaveCheckpoint calls.
|
2026-03-08 15:37:37 -07:00 |
|
Leonardo Zide
|
ce05e20b39
|
Fixed empty undo action added when canceling a property widget edit.
|
2026-03-07 18:38:35 -08:00 |
|
Leonardo Zide
|
bc9bc3a1b2
|
Removed unused code.
|
2026-03-07 18:01:11 -08:00 |
|
Leonardo Zide
|
f12794e9e0
|
Fixed ui scale on retina displays.
|
2026-03-07 16:11:38 -08:00 |
|
Leonardo Zide
|
e1dab3286e
|
Added undo when using the properties widget.
|
2026-03-07 14:03:59 -08:00 |
|
Leonardo Zide
|
d14b8e3d93
|
Merge repeated move actions.
|
2026-03-07 13:41:54 -08:00 |
|
Leonardo Zide
|
d80b38a41b
|
Fixed incremental rotations when dragging in the properties widget.
|
2026-03-05 16:44:46 -08:00 |
|
Leonardo Zide
|
a8ccd4b5aa
|
Merge sequential rotation actions.
|
2026-03-05 16:42:11 -08:00 |
|
Leonardo Zide
|
f7fb61b304
|
Fixed rotating in the properties widget without a focus object.
|
2026-03-05 15:53:54 -08:00 |
|
Leonardo Zide
|
8c641bf5a5
|
Removed unused function parameter.
|
2026-03-05 15:36:33 -08:00 |
|
Leonardo Zide
|
58357c7235
|
Removed RunAction functions.
|
2026-02-28 13:33:35 -08:00 |
|
Leonardo Zide
|
afa5b14283
|
Update timeline after undo.
|
2026-02-24 22:56:13 -08:00 |
|
Leonardo Zide
|
8adef907c8
|
Fixed Hide Selected undo.
|
2026-02-24 22:47:15 -08:00 |
|
Leonardo Zide
|
b7d28e26e9
|
Fixed ungroup action.
|
2026-02-24 22:36:51 -08:00 |
|
Leonardo Zide
|
076c7f6e59
|
Fixed timeline selection getting out of sync with model selection.
|
2026-02-24 22:31:17 -08:00 |
|
Leonardo Zide
|
a6c5cdde2b
|
Fixed selection marking files modified.
|
2026-02-23 22:42:33 -08:00 |
|