Thomas Cujé
94d4e49ed4
Minor improvements
...
- Fix gcc fallthrough warnings
- Replace deprecated QT QStyleOptionViewItemV3
- Improve translator usage
- Use QString instead of QByteArray
2019-03-10 01:17:24 +01:00
Thomas Cujé
477dc1c616
Improve render dialog. Fixes #160
...
- improved layout
- shows errors correctly
- shows rendering progress
2019-03-10 01:17:24 +01:00
Thomas Cujé
3b92aea559
Add auto-load for most recent file. Relates #216
2019-03-10 01:17:24 +01:00
Thomas Cujé
4e086f0ffa
Improve German translation
2019-03-10 01:17:24 +01:00
Thomas Cujé
d9f995b3a2
Add separate button to select archive library. Fixes #239
2019-03-10 01:17:24 +01:00
Leonardo Zide
016fdc3ea6
Merge branch 'travis'
2019-03-09 16:06:02 -08:00
Leonardo Zide
d5fa8aebb8
Update .travis.yml
2019-03-09 15:57:26 -08:00
Leonardo Zide
d7e30e5c53
Update .travis.yml
2019-03-09 15:52:16 -08:00
Leonardo Zide
93f4694c11
Update .travis.yml
2019-03-09 13:58:03 -08:00
Leonardo Zide
d79c3e898b
Update .travis.yml
2019-03-09 13:50:49 -08:00
Leonardo Zide
40f7fb438e
Update .travis.yml
2019-03-09 12:56:28 -08:00
Leonardo Zide
670d9b5ddc
Update .travis.yml
2019-03-09 12:52:15 -08:00
Leonardo Zide
3a45798d24
Update .travis.yml
2019-03-09 12:44:36 -08:00
Leonardo Zide
e3640a18dc
Update .travis.yml
2019-03-09 12:38:09 -08:00
Leonardo Zide
a654066454
Update .travis.yml
2019-03-09 12:22:34 -08:00
Leonardo Zide
5c0993f3f3
Update .travis.yml
2019-03-09 12:14:44 -08:00
Leonardo Zide
9daede6cb1
Update .travis.yml
2019-03-09 11:59:01 -08:00
Leonardo Zide
d5d77e4928
Update .travis.yml
2019-03-09 11:51:13 -08:00
Leonardo Zide
eaa1959cf2
Update .travis.yml
2019-03-09 11:47:35 -08:00
Leonardo Zide
263010e3ec
Update .travis.yml
2019-03-09 11:46:10 -08:00
Leonardo Zide
2b5c092b22
Set Qt5 env.
2019-03-09 11:40:28 -08:00
Leonardo Zide
5b274f3efc
Set repositories using sourceline.
2019-03-09 11:35:35 -08:00
Leonardo Zide
8306d36aae
Removed unused QT versions.
2019-03-09 11:26:55 -08:00
Leonardo Zide
2be9983fe2
Test switching to the latest official release.
2019-03-09 10:52:51 -08:00
Leonardo Zide
53935734eb
Clean up for loops.
2019-03-09 09:50:34 -08:00
Leonardo Zide
322a070a48
Fixed POV export when a part is missing from the library. Fixes #315 .
2019-03-06 09:08:51 -08:00
Leonardo Zide
0cfc9f7683
Merge pull request #316 from tcuje/master
...
Fix #313 and #166
2019-03-06 08:59:30 -08:00
Thomas Cujé
0524192658
Show full tile description as tooltip. Fixes #166
2019-03-06 17:42:10 +01:00
Thomas Cujé
c258b4b709
Do not show submodel preview as active. Fixes #313
2019-03-06 17:40:13 +01:00
Thomas Cujé
9278ef030c
Improve German translation
2019-03-05 19:37:56 +01:00
Leonardo Zide
19c6ef6923
Merge pull request #309 from tcuje/master
...
Improve German translation. Fix Issue #308 . Let QT translate default UI buttons
2019-03-03 15:40:14 -08:00
Thomas Cujé
fd29f37d11
Let QT translate keyboard shortcuts. Fixes #308
...
This way QT also translates default UI buttons like yes, no, ok, cancel,
ect...
2019-03-03 11:32:27 +01:00
Thomas Cujé
e81a37bc5a
Fix libpng warnings
2019-03-01 20:29:49 +01:00
Thomas Cujé
4d3f6fddfa
Fix numbers in fr translation
2019-03-01 20:29:49 +01:00
Thomas Cujé
465ef49a54
Replace http with https links
2019-03-01 20:29:49 +01:00
Thomas Cujé
de995b260d
Mark leocad.org URL in about as non-translateable
2019-03-01 20:29:49 +01:00
Thomas Cujé
fb78a807c9
Improve German translation
2019-03-01 20:29:49 +01:00
Thomas Cujé
1959dc0be6
Fix viewsphere labels not being translated
2019-03-01 19:46:55 +01:00
Thomas Cujé
5707c497a4
Fix some compiler warnings
2019-03-01 09:56:11 +01:00
Thomas Cujé
de621dd736
Updated translation files and improved German translations ( #307 )
...
* Update translations (lupdate)
* Improve German translation
2019-02-28 16:19:15 -08:00
Leonardo Zide
32aceb19a2
Lowered mouse sensitivity. Fixes #296 .
2019-02-28 16:12:18 -08:00
Leonardo Zide
319dd3a1a0
Preserve file case when loading a file from the same folder as the current project. Fixes #302 .
2019-02-27 16:35:02 -08:00
Johannes Sixt
ef33f2c59c
Fix building with MinGW. ( #304 )
2019-02-24 14:38:58 -08:00
Leonardo Zide
2356af4049
Swapped opaque and translucent polygon offsets.
2019-02-23 11:36:22 -08:00
Leonardo Zide
0abc4a258a
Enabled polygon offset (with a smaller offset) for opaque triangles so they don't z fight with lines.
2019-02-23 11:33:39 -08:00
Johannes Sixt
31703618c3
Reduce z-fighting when translucent walls are touching opaque walls. ( #303 )
...
* Move GL calls around drawing of translucent meshes to lcContext.
* Reduce z-fighting when translucent walls are touching opaque walls.
This fixes issue #301 .
2019-02-23 10:56:38 -08:00
Peter Bartfai
944ffbf5e5
Fedora Qt5.x dependency added for Qt module gamepad ( #265 )
2019-02-23 10:50:43 -08:00
Leonardo Zide
5d06035187
Fixed bounding box calculation of parts without triangles.
2019-02-22 17:02:38 -08:00
Leonardo Zide
188860f90d
Crash fix when passing a quote on the command line.
2019-02-20 16:55:46 -08:00
Leonardo Zide
b47598f651
Added synth support for Hose Flexible parts.
2019-02-20 16:52:50 -08:00