Leonardo Zide
acd7dd3f9a
Allow highlight color to be set by the user.
2020-04-25 11:36:28 -07:00
Leonardo Zide
90f1336a48
Scoped enums and constexpr.
2020-03-22 13:44:20 -07:00
Leonardo Zide
51fe5416b4
Replaced HTML parts list with BOM style image.
2020-01-14 12:48:18 -08:00
Leonardo Zide
8f48b09ae3
Added view sphere toggle. Fixes #284 .
2020-01-05 11:38:24 -08:00
Leonardo Zide
24fe422a8b
Added option to disable restoring tabs. Closes #412 .
2020-01-01 17:10:24 -08:00
Leonardo Zide
cbf534fcdf
Added option to fade previous steps.
2020-01-01 17:06:17 -08:00
Leonardo Zide
41b89de83f
Added language option. Closes #336 .
2019-11-28 13:52:06 -08:00
Leonardo Zide
0ecc4b5966
Added option to disable mesh LOD. Closes #400 .
2019-11-28 12:47:19 -08:00
Leonardo Zide
66bbb8d9de
Simpler stud reload.
2019-09-23 16:55:24 -07:00
Trevor SANDY
f91da8a7ce
Change stud logo without application restart ( #389 )
...
* Change stud logo without application restart
* Refactor change stud logo without application restart
2019-09-23 16:22:11 -07:00
Trevor SANDY
5adcfb4027
Add stud logo preference and command line option ( #387 )
...
* Add stud logo preference and command line option
* Support add stud logo when using disk library
2019-09-21 09:47:33 -07:00
Leonardo Zide
5a3abf18e0
Allow custom color and minifig settings files. Fixes #359 .
2019-06-20 18:52:33 -07:00
Leonardo Zide
fb0bcc48ec
Also print continuous build on the command line.
2019-03-17 12:29:02 -07:00
Leonardo Zide
d084d11b5a
Show reason a file couldn't be loaded.
2019-03-10 13:41:21 -07:00
Leonardo Zide
6d24cc1e08
Formatting fixes.
2019-03-09 16:38:54 -08:00
Thomas Cujé
3b92aea559
Add auto-load for most recent file. Relates #216
2019-03-10 01:17:24 +01:00
Thomas Cujé
5707c497a4
Fix some compiler warnings
2019-03-01 09:56:11 +01:00
Leonardo Zide
188860f90d
Crash fix when passing a quote on the command line.
2019-02-20 16:55:46 -08:00
Leonardo Zide
ee6ef69ede
Confgurable view sphere colors.
2019-01-20 11:59:18 -08:00
Leonardo Zide
7bb791e3eb
Fixed dangling pointer access. Fixes #277 .
2018-11-05 14:37:01 -08:00
Leonardo Zide
b77b9aac5c
Replaced view cube with a sphere.
2018-10-28 17:59:01 -07:00
Leonardo Zide
15d5e89cee
Added view cube preferences.
2018-09-02 11:23:49 -07:00
Leonardo Zide
d1b398be71
Added --shading and --line-width command line options. Closes #244 .
2018-07-21 15:33:15 -07:00
Leonardo Zide
c25a389f19
Set the main model active if no models are set on the command line when saving images. Fixes #243 .
2018-07-07 15:26:36 -07:00
Leonardo Zide
4f298a1833
Update parts list when editing submodels.
2018-04-17 16:08:29 -07:00
Leonardo Zide
aaa33d55e5
Save images to the documents folder if a folder is not specified. Fixes #224 .
2018-04-14 18:27:16 -07:00
Leonardo Zide
930492ad24
Replaced http with https.
2018-03-21 16:47:00 -07:00
Leonardo Zide
dff8aac29b
Restore last tab layout when loading a file.
2018-01-06 15:01:04 -08:00
Leonardo
1541d05c31
Added POV-Ray quality and save image.
2017-12-27 13:55:37 -08:00
leozide
2d538390d3
Added --camera-angles command line option. Closes #147 .
2017-12-13 17:36:35 -08:00
Leonardo Zide
7dd36a4d0e
Added --html-parts-width/height to the command line.
2017-12-12 22:47:03 -08:00
leozide
25b5d3e618
Added -html to CLI help.
2017-12-11 14:00:25 -08:00
leozide
bc02c04272
Added -html command line option. Closes #145 .
2017-12-11 11:14:37 -08:00
Leonardo Zide
be3c96006f
Removed old DoDialog function.
2017-12-10 18:12:31 -08:00
leo
a339a62a97
Fixed crash on startup on some configs. Fixes #146 .
2017-12-10 10:20:31 -08:00
Leonardo Zide
db1bccfee0
Handle unicode characters on the command line.
2017-12-02 19:42:42 -08:00
Leonardo Zide
5d1a900683
Don't show library load progress when the running from the command line.
2017-11-24 20:00:16 -08:00
Leonardo Zide
035da7ce0a
Show a progress dialog while scanning parts folders.
2017-11-24 18:19:29 -08:00
Leonardo Zide
9c5709feea
Default save image location to the project folder.
2017-11-24 11:53:04 -08:00
Leonardo Zide
2071d6810a
Don't require a known extension when saving images from the command line.
2017-11-24 11:48:46 -08:00
leozide
39241c8aad
Refresh parts list after preferences changed.
2017-09-13 14:21:53 -07:00
Johannes Sixt
7d37913b7b
Fix error messages of command line argument parsers. ( #119 )
...
The two error messages about missing arguments access an argument with an
incorrect index because at these points in the code the *CurArg is not yet
incremented.
Also append line breaks to separate the messages from other notices and
warnings that could occur.
2017-09-03 10:51:46 -07:00
leozide
1725d0cf0e
Rewrote library search code.
2017-08-28 19:13:17 -07:00
leozide
4db7423f7d
Added command line option to export collada. Closes #106 .
2017-08-25 16:10:06 -07:00
leozide
3fc53d9d5f
Added shading options. Closes #104 .
2017-08-25 12:57:14 -07:00
Alistair Buxton
9aea871fe0
Add --viewpoint and --orthographic.
...
Use to set up the view using the built-in defaults. Note that they are
mutually exclusive with --camera.
2017-06-21 07:55:48 +01:00
Alistair Buxton
aac367ecfd
Document version and help options.
2017-06-21 06:54:24 +01:00
Alistair Buxton
b4e55d1b49
Remove accidental duplicated help line.
2017-06-21 06:33:21 +01:00
Leonardo Zide
f024007157
Keep camera name as a c string for now.
2017-06-20 21:43:39 -07:00
Alistair Buxton
d7275358d6
Don't zoom extents when using a named camera.
2017-06-20 21:33:59 -07:00
Alistair Buxton
b2e4d85324
Add help for new command line options.
2017-06-20 21:31:39 -07:00
Alistair Buxton
240c8f68a5
Add command line options to set submodel and camera.
2017-06-20 21:25:27 -07:00
leozide
164031ffa4
Re-enabled --highlight command line option.
2017-06-20 11:32:48 -07:00
Leonardo Zide
05104162e9
Only highlight new pieces when the option is enabled.
2017-06-20 08:20:59 -07:00
Leonardo Zide
05e3d7846c
Update file functions to support multibyte strings. Fixes #46 .
2017-05-29 13:32:45 -07:00
leozide
f7d61f33ce
Updated code to use nullptr and override.
2017-04-13 17:26:40 -07:00
Leonardo Zide
6094899dc2
Fixed clang analyzer warnings.
2017-02-12 18:05:20 -08:00
leozide
4b9cd6a038
Removed GetFileList.
2017-02-08 17:41:14 -08:00
leozide
70fd2c3ce0
Removed old string class.
2017-02-07 18:55:54 -08:00
Leonardo
1ef60b8ddf
Improved part search filter.
2016-12-16 12:52:36 -08:00
Leonardo Zide
b2b143af99
Fixed incorrect camera position when saving images from the command line.
2016-12-07 21:57:53 -08:00
Leonardo Zide
923e7513f1
Have the app return 0 when successfully saving an image from the command line.
2016-12-07 09:24:47 -08:00
Leonardo Zide
ccadcf7e1a
Fixed file name formatting when saving an image from the command line.
2016-12-07 09:08:23 -08:00
Leonardo Zide
1070ea664f
Remember last folder used to open a project.
2016-10-15 13:00:26 -07:00
leo
d5ccd6289f
Include cleanup.
2016-05-02 19:13:54 +00:00
leo
26f9859a8e
Added mouse preferences tab.
2016-04-25 05:26:34 +00:00
leo
5b0bf780cc
Configurable mouse shortcuts.
2016-04-23 00:17:33 +00:00
leo
32a22da00d
Open submodels in separate tabs.
2016-03-06 01:47:00 +00:00
leo
55e7cd4bab
Warning fixes for VS 2015.
2016-02-16 23:11:52 +00:00
leo
b53debf017
Changed the library cache to use loose files.
2015-07-22 04:00:47 +00:00
leo
7170c1d0ee
GL extensions cleanup.
2015-05-09 19:54:29 +00:00
leo
89df6b58c2
Added command line option to export 3ds files.
2015-03-27 20:20:12 +00:00
leo
c4b15d05a9
Fixed timeline update crash.
2015-03-14 19:07:07 +00:00
leo
7440111b64
Allow different cameras for each submodel.
2015-03-01 23:17:50 +00:00
leo
e456b05ebf
String cleanup.
2015-01-31 21:44:57 +00:00
leo
df7afb956a
More Qt cleanup.
2015-01-31 20:38:53 +00:00
leo
bce59e8873
Message box cleanup.
2015-01-30 16:30:13 +00:00
leo
21d622bd59
Merged main window classes.
2015-01-25 23:04:39 +00:00
leo
c5bfc9c48d
Correctly set the center of rotation for single pieces.
2015-01-24 02:12:24 +00:00
leo
1f1c93c28b
Create window widget after the library is loaded.
2015-01-23 23:18:32 +00:00
leo
06f11badde
Use the piece position for rotation if only one piece is selected.
2015-01-23 18:45:58 +00:00
leo
f0209fa021
Added Wavefront export command line option.
2015-01-23 01:58:33 +00:00
leo
257672a64f
Changed startup order to fix saving images from the command line.
2015-01-21 22:41:53 +00:00
leo
07062693a8
Moved relative snap option to the toolbar.
2015-01-18 05:36:14 +00:00
leo
7db0e7f21e
Fixed html export.
2015-01-12 04:49:30 +00:00
leo
1de2bffb73
Fixed valgrind errors.
2015-01-08 05:40:22 +00:00
leo
06496f1cf0
Remove temporary pieces from the library after unloading a project.
2015-01-07 16:52:42 +00:00
leo
e383eed986
Fixed loading files from the command line.
2014-12-31 16:38:30 +00:00
leo
03303cd06e
Zoom extents after loading a file.
2014-12-30 23:45:27 +00:00
leo
98aa121dec
Correctly draw selection box outline of submodels.
2014-12-30 16:56:13 +00:00
leo
b3d8fafeb4
Fixed copy and paste.
2014-12-15 23:55:17 +00:00
leo
b20d52e2f9
Added model list dialog.
2014-12-12 23:42:09 +00:00
leo
5037897261
Added model menu.
2014-12-09 23:56:29 +00:00
leo
493ad442b2
Finished separating model from project.
2014-12-08 07:32:39 +00:00
leo
dbe7f759ed
Move command handling to main window.
2014-12-04 01:47:28 +00:00
leo
5834587204
Support gradient and texture backgrounds in the preview widget.
2014-10-23 22:03:50 +00:00
leo
d6ceb6bfdc
Simplified the Save Image Dialog.
2014-10-11 23:26:23 +00:00
leo
2ca5665235
Moved mouse handling to the model.
2014-10-05 05:21:51 +00:00
leo
c0db665346
Added option to set an extra path to scan for the LDraw library.
2014-09-12 22:47:08 +00:00
leo
ade4b61155
Added builtin library as a zip file.
2014-09-11 19:55:34 +00:00