Leonardo Zide
|
72c8e7a6c2
|
Update parts in use category after changes. Fixes #890.
LeoCAD CI / build-ubuntu (push) Has been cancelled
LeoCAD CI / build-macos (push) Has been cancelled
|
2024-11-14 17:28:51 -08:00 |
|
Leonardo Zide
|
82463473d5
|
Renamed part selection events.
|
2024-07-25 17:56:29 -07:00 |
|
Leonardo Zide
|
b2074a7c0a
|
Use the part selection widget in the properties widget.
LeoCAD CI / build-ubuntu (push) Has been cancelled
LeoCAD CI / build-macos (push) Has been cancelled
|
2024-07-25 14:16:23 -07:00 |
|
Leonardo Zide
|
cb6a836178
|
Use unique_ptr to control group ownership.
|
2024-05-27 11:43:36 -07:00 |
|
Leonardo Zide
|
45ab8e8d60
|
Update camera menu before showing.
|
2024-02-19 17:51:34 -08:00 |
|
Leonardo Zide
|
ef43c152ad
|
Replaced piece properties widget.
|
2023-12-31 12:55:35 -08:00 |
|
Trevor SANDY
|
e98e375984
|
Blender addon - render command
|
2023-06-11 17:43:25 +02:00 |
|
Leonardo Zide
|
4ca78ec8ec
|
Moved color list widget files.
|
2023-04-29 19:48:30 -07:00 |
|
Leonardo Zide
|
7d884e6b5f
|
Static analysis fixes.
|
2021-11-14 18:34:24 -08:00 |
|
Leonardo Zide
|
7a9e193d41
|
View cleanup.
|
2021-02-28 11:32:12 -08:00 |
|
Leonardo Zide
|
92c8bdc09a
|
View cleanup.
|
2021-02-27 11:53:00 -08:00 |
|
Leonardo Zide
|
4a77391c6b
|
Removed GetViews().
|
2021-02-27 11:32:52 -08:00 |
|
Leonardo Zide
|
95fbc13247
|
Removed GetViewsForModel.
|
2021-02-27 11:15:04 -08:00 |
|
Leonardo Zide
|
4b36b90f7c
|
Fixed view array removal loop.
|
2021-02-27 10:46:10 -08:00 |
|
Hubert Figuière
|
cd68bb16a5
|
Remove views in destructor
- This avoid a use-after-free when the view remove itself in its dtor
|
2021-02-26 22:28:56 -05:00 |
|
Leonardo Zide
|
3bee3a2bcf
|
Removed the find widget part checkbox.
|
2021-01-31 12:05:15 -08:00 |
|
Leonardo Zide
|
b74eb3a81e
|
New find/replace widget.
|
2021-01-30 15:37:17 -08:00 |
|
Leonardo
|
75fdca0387
|
Added transform menu and indicator. Fixes #554.
|
2021-01-29 15:18:02 -08:00 |
|
Leonardo Zide
|
b70fab3059
|
Require Qt5.
|
2021-01-08 10:35:52 -08:00 |
|
Leonardo Zide
|
f9c025f3b9
|
Show preview widget when double clicking. Fixes #589.
|
2021-01-05 12:32:03 -08:00 |
|
Leonardo Zide
|
9f6c0abf23
|
Set MSAA from application.
|
2020-12-30 16:43:23 -08:00 |
|
Leonardo Zide
|
58981f9580
|
Added option to paint selected pieces. Fixes #561.
|
2020-12-29 19:20:03 -08:00 |
|
Leonardo Zide
|
7de5d4eb22
|
Renamed view class.
|
2020-12-25 10:54:33 -08:00 |
|
Leonardo Zide
|
72bb41e8aa
|
Added shortcut to toggle the grid.
|
2020-12-23 19:10:54 -08:00 |
|
Leonardo Zide
|
2718a4253c
|
Cleanup.
|
2020-12-23 18:16:00 -08:00 |
|
Leonardo Zide
|
baa0a70de2
|
Refactored duplicate code.
|
2020-12-18 12:15:35 -08:00 |
|
Leonardo
|
a492a935b6
|
Renamed lcQGLWidget to lcViewWidget.
|
2020-12-17 17:59:11 -08:00 |
|
Leonardo Zide
|
c2d1b5ce7c
|
Use events for view focus changes.
|
2020-12-15 18:27:54 -08:00 |
|
Leonardo Zide
|
de29c49608
|
Reorganized redraw.
|
2020-12-15 17:19:32 -08:00 |
|
Leonardo Zide
|
a0385a3783
|
Merged menu update functions.
|
2020-12-15 10:20:14 -08:00 |
|
Leonardo Zide
|
1ce80b8c2c
|
Have the view use signals to pass camera changes to the main window.
|
2020-12-13 10:33:42 -08:00 |
|
Leonardo Zide
|
70d5daaac4
|
New command line options.
|
2020-12-12 11:27:06 -08:00 |
|
Trevor SANDY
|
a239e504ec
|
3D Preview
3D Preview - restore doc format
|
2020-10-03 16:20:59 +02:00 |
|
Leonardo Zide
|
33679e4f70
|
Added shortcut to toggle axis display. Fixes #498.
|
2020-09-13 10:04:34 -07:00 |
|
Leonardo Zide
|
92d75c4963
|
Support assigning shortcuts to toolbars. Fixes #463.
|
2020-07-11 12:22:01 -07:00 |
|
Leonardo Zide
|
44fa79ecb6
|
Instructions Dialog mockup.
|
2020-05-31 18:46:36 -07:00 |
|
Leonardo Zide
|
53ed56e60f
|
Added option to rotate pieces around their local center. Closes #430.
|
2020-04-26 20:01:35 -07:00 |
|
Leonardo Zide
|
5e8baffcf7
|
Added shortcut option for Fade Previous Steps. Fixes #420.
|
2020-04-11 11:16:21 -07:00 |
|
Leonardo Zide
|
7275c4256d
|
Added const qualifiers.
|
2020-03-22 20:18:52 -07:00 |
|
Leonardo Zide
|
7c9773f228
|
Fixed override and virtual function qualifiers.
|
2020-03-22 15:44:41 -07:00 |
|
Leonardo Zide
|
8f48b09ae3
|
Added view sphere toggle. Fixes #284.
|
2020-01-05 11:38:24 -08:00 |
|
Leonardo Zide
|
636f84ad6c
|
Fixed recent file being removed from menu when cancelling saving the current file.
|
2020-01-04 11:25:52 -08:00 |
|
Leonardo Zide
|
6891c59d38
|
Elide status bar text. Fixes #417.
|
2020-01-04 10:48:17 -08:00 |
|
Leonardo Zide
|
d0f1b2e49e
|
Qt4 fix.
|
2019-07-01 14:58:10 -07:00 |
|
Leonardo Zide
|
1bfa710706
|
Only close tab if the user clicked and released the mouse on the same tab.
|
2019-07-01 14:38:10 -07:00 |
|
Thomas Cujé
|
0bae463b71
|
Close tab with middle mouse click (#363)
|
2019-07-01 14:11:47 -07:00 |
|
Leonardo Zide
|
40ad756348
|
Added shortcut for closing the current tab.
|
2019-01-20 16:36:59 -08:00 |
|
Leonardo Zide
|
9811fc860e
|
Fixed crash when gamepads are enabled. Fixes #268.
|
2018-09-26 14:53:50 -07:00 |
|
Leonardo Zide
|
3276b9b320
|
Initial gamepad implementation. Closes #237.
|
2018-05-13 17:09:06 -07:00 |
|
Leonardo Zide
|
152a3cf7b6
|
Fixed edit/find/select dialogs not working while editing a submodel.
|
2018-04-16 18:29:42 -07:00 |
|