Florian Märkl
|
2b8ac6ecf7
|
Port to Rizin
|
2020-12-07 09:17:56 +01:00 |
|
karliss
|
48192d799a
|
Get rid of circular include between Cutter.h and CutterPlugin.h (#2390)
|
2020-08-14 21:30:51 +03:00 |
|
karliss
|
76773eadd6
|
Reduce amount of warnings (#2233)
* Deal with QT depracated warnings
|
2020-06-06 19:02:24 +03:00 |
|
karliss
|
6135fc7024
|
Add option for not loading plugins (#2160)
* Separate commandline parsing from rest of logic.
* Add options for not loading plugins.
|
2020-04-21 00:22:10 +03:00 |
|
karliss
|
1ae78655fa
|
Simplify and move Plugin context menu gui code out of core. (#2039)
|
2020-01-31 11:13:28 +01:00 |
|
karliss
|
55017f6ba0
|
Replace hardcoded system plugin directories with list from Qt. (#1814)
|
2019-12-12 08:35:25 +01:00 |
|
Florian Märkl
|
1d68115c93
|
Print Native Plugin Load Error (#1824)
|
2019-10-09 12:17:24 +02:00 |
|
Florian Märkl
|
33d97ee16a
|
Bundle r2ghidra-dec
|
2019-09-06 08:40:20 +02:00 |
|
Paul I
|
b701d5a9ad
|
Load plugins from app dir on Windows (#1408)
|
2019-04-04 10:58:36 +02:00 |
|
Florian Märkl
|
894a79b0cc
|
Add CutterPlugin::terminate() (#1372)
|
2019-03-23 12:23:31 +01:00 |
|
Paul I
|
40452c9826
|
Some micro optimizations (#1346)
|
2019-03-23 13:54:34 +03:00 |
|
Florian Märkl
|
31a832c34d
|
Add PluginManager::getPluginsDirectory()
|
2019-03-11 11:55:02 +01:00 |
|
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 |
|