Commit graph

1422 commits

Author SHA1 Message Date
Leonardo Zide
1c5fb8dd2d Better render dialog resizing. Fixes #386. 2019-09-14 12:05:30 -07:00
Leonardo Zide
132a62e6a8 Fixed POV-Ray rendering not working when the user's temp folder has spaces. 2019-09-08 18:01:01 -07:00
Leonardo Zide
c425b01ecb Fixed render log not saving all lines. 2019-09-08 12:19:00 -07:00
Gerd Wachsmuth
516ddcbf7e Fix two issues with pivot points (#382)
- ResetPivotPoint() now truely resets the pivot point (and not only
invalidating it).
- The copy constructor of lcPiece now also copies the state of the pivot
point. Thus, duplicating pieces also duplicates the pivot points.
2019-08-20 14:52:29 -07:00
Leonardo Zide
5b857ccf65
Update leocad.appdata.xml 2019-08-18 17:10:45 -07:00
Leonardo Zide
861a6441c7
Update leocad.appdata.xml 2019-08-18 13:23:37 -07:00
Leonardo Zide
22c7b05dc6 Updated appdata id. 2019-08-18 12:35:09 -07:00
Leonardo Zide
1fef25a740 Added distance parameter to SetAngles. 2019-08-15 17:41:32 -07:00
Leonardo Zide
7c81198e7d Added Camera::GetAngles for LPub. 2019-08-15 17:33:37 -07:00
Leonardo Zide
ab94e51cf3 Keep the current camera settings when switching to a preset viewpoint. 2019-08-11 11:38:46 -07:00
Leonardo Zide
3b80bbabee Fixed projection menu not updating after switching cameras. 2019-08-10 19:26:19 -07:00
Leonardo Zide
44bdb22a5b Try to add lights and cameras near the center of the model. 2019-08-10 12:31:28 -07:00
Leonardo Zide
e523398c70 Added option to hide part aliases. Fixes #378. 2019-08-04 11:00:41 -07:00
Leonardo Zide
1e2f6c208f Moved mesh loading code to a separate file. 2019-07-27 16:31:16 -07:00
Leonardo Zide
560b5f3351 Fixed Qt4. 2019-07-21 10:30:45 -07:00
Leonardo Zide
a9ff4d265b Replaced PieceInfo flags with enum. 2019-07-21 09:26:36 -07:00
Leonardo Zide
e68ce05b57 Moved mesh flags to the mesh class. 2019-07-21 08:56:37 -07:00
Leonardo Zide
6c7291b919 Updated version. 2019-07-14 18:22:57 -07:00
Leonardo Zide
bcffeb3727 Removed horizontal lines from dialogs. 2019-07-14 18:17:58 -07:00
Leonardo Zide
4293829386 Fixed modified dialog showing after a file is saved. 2019-07-14 18:03:17 -07:00
Leonardo Zide
55a0639c78 Merge branch 'master' of https://github.com/leozide/leocad 2019-07-14 12:58:24 -07:00
Leonardo Zide
d496e4ad0b Fixed view sphere options being disabled incorrectly. 2019-07-14 12:58:20 -07:00
Leonardo Zide
5efdc3b548
Update README.txt 2019-07-14 12:02:33 -07:00
Leonardo Zide
47925b8a83 Fixed whitespace. 2019-07-14 10:46:32 -07:00
Leonardo Zide
f35361a8db Update .travis.yml 2019-07-14 10:43:23 -07:00
Leonardo Zide
47047c0112 Download parts library when building appimages for tags. 2019-07-14 10:38:10 -07:00
Leonardo Zide
1457dde9e5 Updated version number. 2019-07-14 10:07:54 -07:00
Leonardo Zide
02fa0ba5ab Don't define LC_CONTINUOUS_BUILD for tag builds. 2019-07-14 09:55:55 -07:00
Leonardo Zide
0e5565bd00 Updated minifig.ini 19-01. 2019-07-14 08:40:12 -07:00
Leonardo Zide
7c84db9f64 Updated library download. 2019-07-14 08:23:04 -07:00
Leonardo Zide
d1a80399c8 Check if camera values are nan when loading tab layouts. 2019-07-13 08:58:31 -07:00
Leonardo Zide
9d7fdf0b82 Fixed warning. 2019-07-09 14:03:19 -07:00
Leonardo Zide
d5bcf46da1 Fixed warnings. 2019-07-09 08:47:15 -07:00
Leonardo Zide
cd3a03e1de Fixed warnings. 2019-07-08 18:34:34 -07:00
Leonardo Zide
4493c3f6f2 Array cleanup. 2019-07-04 17:06:26 -07:00
Leonardo Zide
3d9395e175 Avoid adding the project file to the file watcher multiple times. 2019-07-04 15:35:52 -07: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
b42e3b7e31 Array cleanup. 2019-06-23 18:28:14 -07:00
Leonardo Zide
6681986517 Delete popup menus after they are shown. 2019-06-23 13:15:12 -07:00
Leonardo Zide
4c0a696661 Fixed LDD import not converting transforms correctly. Fixes #355. 2019-06-23 12:52:53 -07:00
Johannes Sixt
19e1493251 Fix spring of synthesized shock absorbers (stiff, extra stiff, soft versions) (#360) 2019-06-23 10:48:25 -07:00
Leonardo Zide
5a3abf18e0 Allow custom color and minifig settings files. Fixes #359. 2019-06-20 18:52:33 -07:00
Leonardo Zide
6b26b2597e Added bricklink rubber colors. 2019-06-18 16:02:35 -07:00
Leonardo Zide
789fca6a0c Install vc redist. 2019-06-16 23:07:40 -07:00
Leonardo Zide
50daa6a3b6 Use Peeron color table for BrickLink colors. 2019-06-05 15:24:53 -07:00
Leonardo Zide
1ae3cfa8b0 Always list part quantity in BrickLink export. 2019-06-05 14:37:00 -07:00
Leonardo Zide
617a667521 Array cleanup. 2019-06-04 18:45:22 -07:00
Leonardo Zide
a464606507 Fixed compiler warnings. 2019-06-03 13:23:04 -07:00