Florian Märkl
|
732f2d8cde
|
Use cutter-deps on macOS (#1238)
* Update deps scripts for macOS
* Update deps
* Update appbundle_embed_python.sh
* Use cutter-deps for macOS
* Remove qt from Brewfile
* Fix .travis.yml
* Disable Homebrew update
* Fix llvm for macOS
* Fix regex in update_deps.py
* Fix PYTHON_FRAMEWORK_DIR
* Some debug output in travis
* Enable Python Bindings for cmake on macOS
* QMake debug
* Update deps
* Hopefully fix pkg-config
* QMake hack for shiboken2 and pyside2
* Deploy on deps-test
* Update deps
* Fix call to appbundle_embed_python.sh
* Update deps
* Fix Python for cmake on macOS
* Update deps
* Fix appbundle_embed_python.sh
* Copy pyside libs in appbundle_embed_python.sh
* Fix includes for CMake on macOS
* Copy PySide2 and Shiboke2 libs to Frameworks dir
* Manually deploy QtDBus and QtPrintSupport
* Print plugins dir
* Fix appbundle_embed_python.sh
* Update deps
* Remove some debug output
* Use last release of linuxdeployqt
|
2019-03-09 00:01:24 +01:00 |
|
Florian Märkl
|
acca40b978
|
Include and meson fixes
Fix QDir include in PythonManager
Fix cassert include
Fix assert include in PluginManager.cpp
|
2019-02-21 22:57:26 +01:00 |
|
Florian Märkl
|
f945ebf9ae
|
Add enable_python option to meson
|
2019-02-21 22:57:26 +01:00 |
|
Florian Märkl
|
2be8ec8456
|
Generate Bindings in QMake
Fix typesystem-paths
|
2019-02-21 22:57:26 +01:00 |
|
xarkes
|
436842222e
|
Modified some APIs for more consistence
Correct null check after create_cutter_plugin()
Fix cutter.core()
|
2019-02-21 22:57:26 +01:00 |
|
Florian Märkl
|
40274e4bf4
|
Kill CutterPythonPlugin and use Bindings instead
Simplify CutterPlugin Interface
Pull Python Plugin Metadata from class vars
Also kill cutter_plugin.py
Fix Python Plugin Module Loading
|
2019-02-21 22:57:26 +01:00 |
|
Florian Märkl
|
d544bbed77
|
Create Plugins dir automatically
|
2019-02-21 22:57:26 +01:00 |
|
Florian Märkl
|
ea6dea3cc1
|
Load Plugins from QStandardPaths::AppDataLocation
|
2019-02-21 22:57:26 +01:00 |
|
Florian Märkl
|
986041380c
|
Add PluginManager
|
2019-02-21 22:57:26 +01:00 |
|