Commit Graph

16 Commits

Author SHA1 Message Date
Matthias Melcher
f33be68703 [macOS] Adding QuickLook feature (#7491)
* [macOS] Adding QuickLook feature
* [macOS] Adding QuickLook support for Conda and Homebrew.
* [macOS] Support non-square app icons in thumbnails.
* [macOS] adding icon for .FCScript files
2022-11-04 12:32:19 -05:00
Peter Eszlari
8933374b4d Linux: add XDG metadata files 2018-10-22 15:29:53 -03:00
wmayer
30f395761a remove unused option FREECAD_MAINTAINERS_BUILD 2018-09-10 17:42:45 +02:00
wmayer
3b5b284c67 use Python script to concatenate qch file 2018-03-21 22:20:34 +01:00
sgrogan
9bf2fe8e38 Offline documentation, make sure directory exists before writting to it 2018-03-21 12:18:11 +01:00
Yorik van Havre
dbad77bd79 Doc: cmake now joins parts of offline doc 2018-03-19 12:39:17 -03:00
wmayer
7335b3ae52 add tab about license information of 3rd party libraries 2018-02-11 11:40:09 +01:00
looooo
2ff47374f2 new-style-modules: adding the possebility to import from "freecad"
(this mostly aims at new modules and extension modules which want to use pip)
- any module having problems with nameclashes can use this syntax (from freecad import module)
- current imports still work (backward cobatibility)
- python extension moduels can be installed (pip) to python std path (eg.: site-packages)

- adding app, gui to the new freecad package:
```
from freecad import app
from freecad import gui
```

- syntax for importing c++ extension will not change
```
import FreeCAD as App
import FreeCADGui as Gui
```
2017-09-20 23:25:12 +02:00
Yorik van Havre
c733370cee Adapted cmake files for changes made in previous commit 2015-08-13 16:08:23 -03:00
Peter Lama
119d55be4c Integrate script for making a relocatable OS X app 2015-02-22 18:23:10 +01:00
jriegel
ec2198107b move build specifier in own cMake group 2014-08-03 20:53:19 +02:00
wmayer
ec8c4f2c5c 0000817: make DevDoc fails 2012-09-07 14:03:18 +02:00
wmayer
ef7c1d4b50 Fix Template module 2012-04-07 16:27:22 +02:00
wmayer
905fb1a53f Fix INSTALL target in cmake files 2012-02-17 00:03:30 +01:00
wmayer
c4122e059e Fix INSTALL target in cmake files 2012-02-16 23:35:54 +01:00
wmayer
120ca87015 + unify DLL export defines to namespace names
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5000 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2011-10-10 13:44:52 +00:00