Leonardo Zide
|
f9c025f3b9
|
Show preview widget when double clicking. Fixes #589.
|
2021-01-05 12:32:03 -08:00 |
|
Leonardo Zide
|
176b238faa
|
Array cleanup.
|
2021-01-05 12:27:45 -08:00 |
|
Leonardo Zide
|
cb710206b7
|
Moved key functions into a separate class.
|
2021-01-05 11:26:01 -08:00 |
|
Leonardo Zide
|
660bb38bdd
|
Fixed typo.
|
2021-01-03 15:01:28 -08:00 |
|
Leonardo Zide
|
098ee45e5b
|
Better ortho zoom.
|
2021-01-03 12:19:57 -08:00 |
|
Leonardo Zide
|
725901e97e
|
Fixed Qt4 error.
|
2021-01-03 11:26:47 -08:00 |
|
Leonardo Zide
|
28c27d8326
|
Fixed hidden floating dockwidgets flashing at startup. Fixes #588.
|
2021-01-02 10:49:56 -08:00 |
|
Leonardo Zide
|
cfe3fc0284
|
Fixed zoom extents direction. Fixes #587.
|
2021-01-02 10:40:30 -08:00 |
|
Leonardo Zide
|
80f5eb5582
|
Reorganized application shutdown.
|
2021-01-02 10:23:51 -08:00 |
|
Leonardo Zide
|
72763ddc11
|
Create offscreen context at startup and reuse it.
|
2021-01-01 18:41:28 -08:00 |
|
Leonardo Zide
|
6b2f8fa68c
|
Viewpoint name parsing cleanup.
|
2021-01-01 15:04:27 -08:00 |
|
Leonardo Zide
|
3d77537408
|
Clear placeholder model mesh. Fixes #586.
|
2021-01-01 14:28:08 -08:00 |
|
Leonardo Zide
|
2e2b1f0bb5
|
Resize view before setting camera when saving images from the command line.
|
2021-01-01 12:14:30 -08:00 |
|
Leonardo Zide
|
6c06e329e6
|
Customizable marquee colors. Fixes #544.
|
2020-12-31 15:54:28 -08:00 |
|
Leonardo Zide
|
24f3bbb45a
|
Better ortho zoom extents math.
|
2020-12-31 14:46:31 -08:00 |
|
Leonardo Zide
|
69cfc71f3b
|
Removed global placeholder mesh.
|
2020-12-31 14:23:08 -08:00 |
|
Leonardo Zide
|
499e648673
|
Use individual bounding boxes for zoom extents.
|
2020-12-31 10:22:12 -08:00 |
|
Leonardo Zide
|
e99c776878
|
More readable startup code.
|
2020-12-30 18:22:02 -08:00 |
|
Leonardo Zide
|
9f6c0abf23
|
Set MSAA from application.
|
2020-12-30 16:43:23 -08:00 |
|
Leonardo Zide
|
98411ecebc
|
Added text color option. Fixes #581.
|
2020-12-30 13:44:08 -08:00 |
|
Leonardo Zide
|
801aab7cce
|
Show error message if save option used without a file name.
|
2020-12-30 11:06:38 -08:00 |
|
Leonardo Zide
|
12089cca33
|
Removed properties widget margins.
|
2020-12-30 10:48:51 -08:00 |
|
Leonardo Zide
|
7ec71d8602
|
Reorganized view sphere and preview options. Fixes #584.
|
2020-12-30 10:39:04 -08:00 |
|
Leonardo Zide
|
855ca66018
|
Removed margins.
|
2020-12-29 19:27:40 -08:00 |
|
Leonardo Zide
|
58981f9580
|
Added option to paint selected pieces. Fixes #561.
|
2020-12-29 19:20:03 -08:00 |
|
Leonardo Zide
|
3358553e1d
|
Moved clear functions to context.
|
2020-12-29 15:32:11 -08:00 |
|
Leonardo Zide
|
80adb54acf
|
Always keep 1 context valid.
|
2020-12-29 14:42:59 -08:00 |
|
Leonardo Zide
|
6cc91c0f20
|
Use offscreen context for the parts list.
|
2020-12-29 12:23:36 -08:00 |
|
Leonardo Zide
|
1367a5d6f4
|
Fixed parts list icons when MSAA is on but not supported.
|
2020-12-28 18:10:54 -08:00 |
|
Leonardo Zide
|
129e0f886f
|
Compile fix.
|
2020-12-28 17:54:24 -08:00 |
|
Leonardo Zide
|
125d4a1349
|
Compile fix.
|
2020-12-28 17:41:56 -08:00 |
|
Leonardo Zide
|
4ed04e4e25
|
Use an offscreen buffer when saving images from the command line.
|
2020-12-28 17:30:41 -08:00 |
|
Leonardo Zide
|
985fb8b778
|
Fixed MSAA check.
|
2020-12-28 14:36:04 -08:00 |
|
Leonardo Zide
|
0499e055e1
|
Crash fix #578.
|
2020-12-28 12:08:10 -08:00 |
|
Leonardo Zide
|
7c9e3a34ee
|
Don't show context menu when a clickable tool is assigned to the right button.
|
2020-12-28 10:42:51 -08:00 |
|
Leonardo Zide
|
542304f82e
|
Use recalculated up vector. Fixes #574.
|
2020-12-28 10:16:40 -08:00 |
|
Leonardo Zide
|
7ef1d7b733
|
Fixed crash when MSAA is not available. Fixes #573.
|
2020-12-28 09:42:13 -08:00 |
|
Leonardo Zide
|
4e6cbca31c
|
Switch to QOpenGLWidget.
|
2020-12-27 13:05:55 -08:00 |
|
Leonardo Zide
|
2ccdc85f00
|
Workaround for what looks like a Qt crash when closing the app with a floating preview.
|
2020-12-26 18:16:01 -08:00 |
|
Leonardo Zide
|
24c9335c7f
|
Added Q_OBJECT.
|
2020-12-26 18:15:35 -08:00 |
|
Leonardo Zide
|
81fb79b805
|
Use fewer draw calls for the axis.
|
2020-12-26 16:30:28 -08:00 |
|
Leonardo Zide
|
81817ac4ad
|
Merged duplicate preview view sphere settings.
|
2020-12-26 16:00:51 -08:00 |
|
Leonardo Zide
|
18ad850e1a
|
Fixed preview overlays and zoom extents.
|
2020-12-26 12:10:14 -08:00 |
|
Leonardo Zide
|
ddd8405c7e
|
Color entire axis arrows.
|
2020-12-26 11:53:35 -08:00 |
|
Leonardo Zide
|
c26b52ea5e
|
Fixed preview axis. Fixes #571.
|
2020-12-26 11:44:41 -08:00 |
|
Leonardo Zide
|
17cada38b6
|
Warning fix.
|
2020-12-26 11:09:15 -08:00 |
|
Leonardo Zide
|
7de5d4eb22
|
Renamed view class.
|
2020-12-25 10:54:33 -08:00 |
|
Leonardo Zide
|
939e80ab4b
|
Renamed view files.
|
2020-12-25 10:43:22 -08:00 |
|
Leonardo Zide
|
620ac457e5
|
Merged View and lcGLWidget.
|
2020-12-25 10:37:59 -08:00 |
|
Leonardo Zide
|
56daed4182
|
Removed OnInitialUpdate.
|
2020-12-24 17:14:36 -08:00 |
|