Commit graph

1420 commits

Author SHA1 Message Date
Thomas Cujé
764c653252 Move submodels menu entry above models list
Makes it easier to find the menu entry even in models with large number
of submodels.
2019-03-12 12:22:55 -07:00
Thomas Cujé
90726f612e Update translation files 2019-03-12 12:17:09 -07:00
Thomas Cujé
acbe0846d4 Add German comment translation to leocad.desktop
ari #320
2019-03-12 12:16:50 -07:00
Thomas Cujé
0bc3728620 Add Qt version and compile version to about dialog 2019-03-12 12:16:14 -07:00
Thomas Cujé
e8949c413f Update models after submodel editing. Fixes #321 and #322 2019-03-12 12:13:59 -07:00
Thomas Cujé
df73a3569c Update piece info on submodel edit end. Fixes #222 2019-03-12 12:03:32 -07:00
Leonardo Zide
f99e6d7583 Fixed warnings. 2019-03-11 18:29:19 -07:00
Leonardo Zide
ec200db325 Added missing osx grep install. 2019-03-11 18:19:29 -07:00
Leonardo Zide
816db4e797 Trying to fix commit check. 2019-03-11 17:58:03 -07:00
Leonardo Zide
f59d3e6e72
Check if there were any commits since this build started before uploading. (#327) 2019-03-11 17:40:58 -07:00
Leonardo Zide
482a51df77
Upload continuous OSX builds. (#326) 2019-03-11 15:33:43 -07:00
Leonardo Zide
586ae0425f Fixed compiler warning. 2019-03-11 13:04:31 -07:00
Leonardo Zide
d598134eb1
Upload continuous builds to GitHub. (#325)
* Update .travis.yml

* Update .travis.yml

* Update .travis.yml
2019-03-11 12:57:08 -07:00
Leonardo Zide
590a5bfa97 When creating a new tab, only set it active after a view has been created. Fixes #324. 2019-03-10 16:26:30 -07:00
Leonardo Zide
1d8988fbb4 Removed .svg extension from desktop file per @probonopd. 2019-03-10 14:06:01 -07:00
Leonardo Zide
d084d11b5a Show reason a file couldn't be loaded. 2019-03-10 13:41:21 -07:00
Leonardo Zide
d0e411f0a5
Merge pull request #320 from tcuje/master
Fix #314 and some other minor issues
2019-03-10 12:36:36 -07:00
Thomas Cujé
cc2a5156f7 Place new submodel at origin. Fixes #314 2019-03-10 20:28:22 +01:00
Thomas Cujé
940e464560 Remove double error message box on project load 2019-03-10 20:28:22 +01:00
Thomas Cujé
273cc3d7be Mark project as modified on external file delete 2019-03-10 20:28:22 +01:00
Leonardo Zide
6d24cc1e08 Formatting fixes. 2019-03-09 16:38:54 -08:00
Leonardo Zide
03127dedd6
Merge pull request #319 from tcuje/master
Fix Issues #160 #239
2019-03-09 16:21:37 -08:00
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