Commit Graph

3588 Commits (7a5035f14e0ae26435eb6b71a6b0e369ecb0617e)

Author SHA1 Message Date
Marius Kintel 7a5035f14e bugfix: use 470 to read qmake variable 2014-04-24 22:46:36 -04:00
Marius Kintel 91074eba48 Merge pull request #752 from qSLX/master
Preventing losing keyboard focus by editor.
2014-04-22 01:03:21 -04:00
Marius Kintel e9981048fa Require minimum Mac OS X 10.7 2014-04-21 12:44:26 -04:00
Sławomir Demeszko ff555d760b Preventing loosing keyboard focus by editor.
When you write your code in editor sometimes you want to rotate or move object
on 3D view, but due stealing focus by this widget it is quite tedious.
You need additional mouse click to return focus to editor and search line where
you last edited. This behavior is not neccessary as we can interpret keyboard
events globally (in MainWindow) and send commands to 3D view.

Console window need ClickFocus to show context menu.

Zoom In/Out 3D view is assigned to CTRL+[ and CTRL+]. Adding also additional
shortcut to zoom in editor font CTRL+= (with CTRL++ SHIFT is necessary).
2014-04-11 01:18:08 +02:00
Torsten Paul fcf7b27257 Merge pull request #712 from openscad/number-fix
Catch exceptions caused by parsing invalid double values (fixes #706).
2014-03-23 00:00:50 +01:00
Torsten Paul 7922c3dbc9 Catch exceptions caused by parsing invalid double values (fixes #706). 2014-03-22 23:46:34 +01:00
Don Bright 33c81d96c9 fix issue #705 by using MXE's mingw-*-pkgconfig instead of system 2014-03-18 00:47:54 -05:00
Don Bright 0dd7daf68d do not suggest the 'time saver' of only opencsg or cgal build, too confusing 2014-03-14 23:54:27 +02:00
Don Bright 8955a66153 do not build gettext or glib2 by default. fix glib2.pri to find system version.
fix spaces.
2014-03-14 22:19:45 +02:00
Torsten Paul b8dd47eae4 Merge pull request #698 from hroncok/patch-1
Make the desktop file valid
2014-03-10 09:47:07 +01:00
Miro Hrončok 3ac2b95c0a Make the desktop file valid 2014-03-10 09:45:05 +01:00
Marius Kintel 21c8d2fc98 typo 2014-03-09 15:04:07 -04:00
Marius Kintel 3e880cfb10 Merge branch 'master' of github.com:openscad/openscad 2014-03-09 13:17:58 -04:00
Marius Kintel 8d77775387 Don't delete MainWindows on close. See #694 2014-03-09 13:17:20 -04:00
Marius Kintel 2cce1e71fa bugfix: Returned pointer instead of bool. Caused infinite reload loop related to #535 2014-03-09 13:13:45 -04:00
Marius Kintel 7cad89beb7 release notes update 2014-03-09 13:13:02 -04:00
Marius Kintel ad452c5322 testing note 2014-03-09 13:12:40 -04:00
Torsten Paul 26089372d6 Merge pull request #693 from openscad/mime-type
Add mime-type description file for *.scad files. (fixes #647)
2014-03-09 16:55:33 +01:00
Torsten Paul cd5b751d92 Add mime-type description file for *.scad files. (fixes #647) 2014-03-09 16:53:48 +01:00
Torsten Paul c5de27102b Merge pull request #692 from openscad/uint32-compile-fix
Fix compile error by using uint32_t from boost namespace.
2014-03-09 16:51:06 +01:00
Torsten Paul 9907e5d7bb Fix compile error by using uint32_t from boost namespace. 2014-03-09 16:50:03 +01:00
Marius Kintel 8a5bd6996a minor version number fix 2014-03-07 00:16:56 -05:00
Marius Kintel e57a34731c Updated MCAD 2014-03-07 00:15:53 -05:00
Marius Kintel 74c13d6ce3 minor clarification 2014-03-07 00:07:52 -05:00
Marius Kintel b3eab459f0 Merge pull request #690 from openscad/about_update
add Torsten Paul to openscad github team, add patch contributors.
2014-03-06 21:13:14 -05:00
Don Bright 5d9f9fe16f add Torsten Paul to openscad github team, add patch contributors. 2014-03-06 18:17:17 -06:00
Marius Kintel 32f3fe3b84 boost version 2014-03-06 11:29:14 -05:00
Marius Kintel d6d55c32e5 github wants https 2014-03-06 01:04:31 -05:00
Marius Kintel 261109b036 Release preparations 2014-03-06 00:29:08 -05:00
Marius Kintel 1d78844d4d Updated MCAD 2014-03-06 00:07:34 -05:00
Marius Kintel 537a03eb18 Only upload failed tests 2014-03-05 23:14:52 -05:00
Marius Kintel 9b0592f4ab Reenable master branch for travis 2014-03-05 22:18:53 -05:00
Marius Kintel 9d63d2d4c8 Enable all tests 2014-03-05 22:18:16 -05:00
Marius Kintel 86b8823420 Experiment with travis and encoded ssh keys 2014-03-05 21:47:13 -05:00
Marius Kintel 04a40c0063 Experiment with travis and encoded ssh keys 2014-03-05 21:38:48 -05:00
Marius Kintel 95efeeaa9d Experiment with travis and encoded ssh keys 2014-03-05 21:28:43 -05:00
Marius Kintel 3b965b1b72 Experiment with travis and encoded ssh keys 2014-03-05 21:22:05 -05:00
Marius Kintel fa78aaabc4 Experiment with travis and encoded ssh keys 2014-03-05 21:08:33 -05:00
Marius Kintel 8ac6039ea9 Experiment with travis and encoded ssh keys 2014-03-05 20:53:12 -05:00
Marius Kintel da94adca1a Experiment with travis and encoded ssh keys 2014-03-05 20:39:00 -05:00
Marius Kintel 875cbcceaf Experiment with travis and encoded ssh keys 2014-03-05 20:37:05 -05:00
Torsten Paul 0c2f2b0749 Register experimental features only with ENABLE_EXPERIMENTAL defined (fixes #687). 2014-03-04 21:35:44 +01:00
Marius Kintel c1ed1146cf Disable Update tab for platforms where this is not implemented. Fixes #416 2014-03-04 00:52:27 -05:00
Marius Kintel f4efa5e358 Updated manpage 2014-03-04 00:31:44 -05:00
Marius Kintel aeeeb967e7 Be more explicit when using boost::math functions 2014-03-03 23:37:25 -05:00
Marius Kintel a6f2b9fa6c Remember to update manpages 2014-03-03 23:37:02 -05:00
Marius Kintel e54d0cca6e Moved MACOSX_DEPLOYMENT_TARGET to the deploy script to allow building against the current system 2014-03-03 21:32:52 -05:00
Marius Kintel 8635e94166 Updated tests after fixing #678 2014-03-02 23:31:36 -05:00
Marius Kintel fbfc9b0879 Print each deprecation message only once per compilation. Fixes #678 2014-03-02 22:09:10 -05:00
Marius Kintel f3d97f3751 Merge branch 'master' into issue680 2014-03-02 21:53:00 -05:00