Commit Graph

4541 Commits (97424f0447601310fbeeff65e89c682e968d9baa)

Author SHA1 Message Date
Torsten Paul 3d2290c203 Use FcMatchPattern to make alias replacement work. 2014-09-03 17:43:19 +02:00
Torsten Paul 64e66bb397 Move additional conf files for fontconfig back to previous location. 2014-09-03 15:37:57 +02:00
Torsten Paul 2959cd0f30 Install fontconfig configuration folder. 2014-09-03 00:36:05 +02:00
Torsten Paul fde1b89cd9 Switch to MXE master branch using mingw-w64/static targets. 2014-09-03 00:36:05 +02:00
Torsten Paul a95b14da42 Add platform abstraction for setenv() which is not supported on MinGW. 2014-09-03 00:36:05 +02:00
Torsten Paul 89201c91c8 Suppress find error output. 2014-08-30 22:22:33 +02:00
Torsten Paul 2170e0ad2d Detect qmake-qt5 first, use qmake as fallback (needed for fedora). 2014-08-30 21:32:21 +02:00
Torsten Paul fdd5464835 Use OPENSCAD_LIBRARY include path only if it actually exists. 2014-08-30 21:23:03 +02:00
Torsten Paul e00287c8a4 Update dependency script for fedora. 2014-08-30 21:07:22 +02:00
Marius Kintel 5dd4823936 Merge remote-tracking branch 'origin/master' into scintillaeditor 2014-08-28 12:04:12 -04:00
Marius Kintel f1f4e4c778 Copy resourcess 2014-08-28 00:46:21 -04:00
Marius Kintel fb1270ea66 Added OS X font config for binary distribution 2014-08-28 00:43:58 -04:00
Marius Kintel 2edfed69b3 Copy font config for Mac binary build. The same should be done for Windows 2014-08-28 00:42:53 -04:00
Marius Kintel 44fa788a34 Add system, MacPorts and Homebrew fonts for OS X 2014-08-28 00:42:07 -04:00
Marius Kintel 97b47c8ee3 To auto-load configs, we need to prefix the config files with a number 2014-08-28 00:41:13 -04:00
Marius Kintel db14aa2bba Tweaked font config handling to hopefully be more correct 2014-08-28 00:39:51 -04:00
Marius Kintel 9ee42012fc Return a canonical resources path 2014-08-28 00:39:20 -04:00
Marius Kintel 0f9450137f Refactored resource path lookup 2014-08-27 16:00:15 -04:00
Torsten Paul efbfa064f0 Merge pull request #923 from openscad/linux-build-update
Update build scripts
2014-08-27 20:08:35 +02:00
Marius Kintel abd14b6296 disable unused scheme 2014-08-26 16:35:16 -04:00
Torsten Paul 67f0275618 Build fontconfig with --prefix=/ to let it pick up system data. 2014-08-26 21:24:02 +02:00
Torsten Paul 28dd3c6ec4 Use https download link for gmp. 2014-08-26 21:24:02 +02:00
Torsten Paul c90e8f24e1 Update to Eigen 3.2.2, boost 1.56, cgal 4.4. 2014-08-26 21:24:02 +02:00
Torsten Paul bc643b3cf5 Add packages needed for static Qt5 builds. 2014-08-26 21:24:02 +02:00
Torsten Paul 09dd11c7c4 Include swrast_dri driver. 2014-08-26 21:24:02 +02:00
Torsten Paul f415ee239f Remove dependency to libpng when building freetype. 2014-08-26 21:24:02 +02:00
Torsten Paul 90b8ac026c Add curl and libffi-dev to Debian dependencies. 2014-08-26 21:24:02 +02:00
Torsten Paul d4ac26d693 Use blacklist approach to include library dependencies. 2014-08-26 21:24:02 +02:00
Torsten Paul 4bdc4c4247 Add static dependency builds for Qt5 and QScintilla2. 2014-08-26 21:24:02 +02:00
Torsten Paul f7ea9f415b Use OPENSCAD_LIBRARY include path only if it actually exists. 2014-08-26 21:24:02 +02:00
Marius Kintel edded0f69d Bugfix: Added missing code for properly comparing booleans 2014-08-26 14:52:22 -04:00
Torsten Paul 28ded1166e Update MXE build to master branch and mingw-w64 to support qscintilla2. 2014-08-26 19:12:11 +02:00
Marius Kintel c4d3f22145 C++11 compile fix 2014-08-24 21:27:23 -04:00
Marius Kintel 4cf5d76196 xcode ignores 2014-08-24 18:07:20 -04:00
Marius Kintel 95ed3141fd #899 tagged failing test as a bug, added minimal test case 2014-08-24 18:06:19 -04:00
Torsten Paul c5c5a02163 Implement indent/unindent and comment/uncomment. 2014-08-24 23:49:13 +02:00
Marius Kintel b05a8eb0ca Xcode fix: Run executable in correct working dir 2014-08-24 17:41:40 -04:00
Marius Kintel 99bc04c9ab #879 scintilla editor incorrectly reported a freshly opened file as modified 2014-08-24 17:40:46 -04:00
Marius Kintel 844edc9b78 cosmetics 2014-08-24 17:40:12 -04:00
Marius Kintel 50853052a8 Merge remote-tracking branch 'origin/master' into scintillaeditor 2014-08-24 17:16:07 -04:00
Marius Kintel dd230a0e76 Added hidden Xcode schemes 2014-08-24 17:15:55 -04:00
Marius Kintel 07e620e611 Merge remote-tracking branch 'origin/master' into scintillaeditor 2014-08-24 17:10:35 -04:00
Marius Kintel 0b5dc26511 Added Xcode project file for debugging aid on OS X 2014-08-24 17:10:19 -04:00
shaina7837 257af85259 brace matching, cursor display and line number scaling is fixed as per the todo list 2014-08-23 20:29:54 +05:30
Marius Kintel 03e5e43269 #879 bugfix: modificationChanged connectinon was made to the wrong component, cosmetics 2014-08-23 01:33:35 -04:00
Marius Kintel f6e02ffb0c cosmetics 2014-08-23 01:28:07 -04:00
Marius Kintel ee89658df3 Use selection as text for find function 2014-08-23 01:25:29 -04:00
Marius Kintel e3960304bd #879 Implemented wheel zoom for scintilla editor 2014-08-23 01:18:51 -04:00
Marius Kintel 6ecf72a976 #879 bugfix: emit contentsChanged instead of textChanged, cosmetics 2014-08-23 01:15:04 -04:00
Marius Kintel 8ab3f843c7 indentation 2014-08-23 00:57:57 -04:00