Florian Märkl
8130e1c54f
Add warning about json commands to docs
2019-03-17 14:03:41 +01:00
Vanellope
6f324496be
Force overview to update itself when the settings are changed ( #1314 )
2019-03-17 13:50:36 +01:00
Florian Märkl
7eb2ca4cbb
Docs: Do not hide Plugins toc
2019-03-17 12:44:05 +01:00
Florian Märkl
7897e5ad55
Update deploy-test condition
2019-03-17 12:35:15 +01:00
xarkes
20150b5423
Added some documentation about includes ( #1289 )
2019-03-16 23:54:44 +01:00
Florian Märkl
b305bef965
Deploy docs only if Cutter Commit is newer and add Commit Info ( #1313 )
2019-03-16 23:54:29 +01:00
optizone
3489918dc2
Fix tables and Compilation Errors in Documentation ( #1304 )
2019-03-16 23:15:55 +01:00
Florian Märkl
c1f491c688
Build and deploy Documentation in Travis ( #1311 )
2019-03-16 23:08:33 +01:00
Florian Märkl
b8e9e37c86
Add Documentation about Plugins
2019-03-16 20:24:28 +01:00
Florian Märkl
aa591e1a47
Add Plugins Section to Preferences
2019-03-16 20:24:28 +01:00
ncyellow
dffb9dccb9
append layout to OpenFileDialog, so the dialog more flexible ( #1293 )
...
* append layout to OpenFileDialog, so the dialog more flexible
* "Select file" button alignement.g
* new variant layout for OpenFileDialog in 3 column
2019-03-16 14:39:15 +02:00
Florian Märkl
8061120657
Use cutter-deps on Windows ( #1286 )
...
Also enable python plugins for Windows builds
2019-03-16 11:35:31 +01:00
xarkes
46bb07d725
Fixed the way headers are included
2019-03-15 16:19:27 +01:00
xarkes
3b87389d07
Removed stackptr because the result is meaningless ( #1285 )
2019-03-14 11:03:15 +01:00
Vanellope
ec62045336
Fix a font issue in the Graph widget ( #1287 )
2019-03-14 10:42:42 +01:00
Vanellope
0be50ac36f
Overview optimization ( #1262 )
...
* Overview optimization
* Better cache algorithm
* Fix a bug of the multiple graphs
2019-03-12 09:37:10 +02:00
Florian Märkl
31a832c34d
Add PluginManager::getPluginsDirectory()
2019-03-11 11:55:02 +01:00
Florian Märkl
193fef46df
Fix some warnings
2019-03-11 11:38:53 +01:00
Florian Märkl
c3f1636aee
Fix NewFileDialog positioning on macOS
2019-03-11 10:42:22 +01:00
Florian Märkl
7a77eeee06
Fix NewFileDialog leaking MainWindow
...
This also fixes segfaults on quitting when using plugins
2019-03-11 10:42:22 +01:00
Florian Märkl
48260cc534
Implement finding PySide2 and Shiboken2 without config
2019-03-11 10:42:22 +01:00
Florian Märkl
defc9ead43
Add basic find modules for PySide2 and Shiboken2
2019-03-11 10:42:22 +01:00
Itay Cohen
df48a368c5
Update README.md (Fix screenshot link #1267 )
2019-03-10 21:21:32 +01:00
Itay Cohen
1af9195e21
Replace red syntax highlighting with blueish color ( #1261 )
...
* remove bolding
* change highlight color from red to blueish
2019-03-10 15:09:02 +02:00
Itay Cohen
8b7d795a15
Add configurable graph overview node color ( #1259 )
2019-03-10 09:53:06 +02:00
optizone
3fed97ad86
Auto update check ( #1235 )
...
* init commit
* bug fix
* call slot of null object bug fix
* delete extra disconnect() func
* change api and add doc
* run astyle
* some improvements
* memory leak fix
* add check on start checkbox
* add checkbox to about page
* serve version check reply using lambda instead of slot
* fix grammar mistakes
* more docs
* save some lines
* change button text
* astyle
* change message text
* dont use QApplication pointer as a parent for network manager
* proper deletion of QNetworkReply*
* VersionChecker -> UpdateWorker
* windows dll hack
* after rebase fix
* some improvements
* better determination of arch
* more docs
* improvements
* add UpdateWorker::showUpdateDialog
* remove odd condition
* more improvements
* fix windows bug
* make dialog non-blocking
* change text in download progress dialog
* bug fix
* remove debug conditions
* change docs format
2019-03-09 14:11:39 +01:00
Florian Märkl
d4a6b031ff
Use only cutter module in sample plugin
2019-03-09 14:07:20 +01:00
Florian Märkl
7315f8e102
Use template in bindings.xml
2019-03-09 14:07:20 +01:00
Paul I
7554cb5461
Disable aan ( #1253 )
2019-03-09 09:09:37 +02: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
Vanellope
7ea1f0b281
Fix couple of issues regarding Graph Overview ( #1228 )
2019-03-08 19:57:57 +01:00
Vanellope
0dff413e17
Fix a bug in seek caused by Graph refactoring ( #1250 )
...
* Fixed a bug in seek
2019-03-08 19:24:59 +02:00
xarkes
426cf96b50
Added information about docstring ( #1239 )
2019-03-08 08:20:13 +01:00
Itay Cohen
e3ddbf6255
Update templates to hide instructions from final post ( #1245 )
2019-03-07 07:26:50 +02:00
Itay Cohen
d46ff14a21
Start using "gui.navbar.seek" color instead of "gui.navbar.err" to show seek cursor ( #1244 )
...
* fix navbar to use seek
* honor navbar.seek
* honor navbar.seek in Sections widget
* fix typo
2019-03-07 07:26:26 +02:00
xarkes
003d0d3c26
Modified documentation format ( #1240 )
2019-03-06 21:30:39 +01:00
Gaurav Kumar Ghildiyal
687ef2d799
Added feature to link a type to an address ( #1219 )
...
* Added feature to link a type to an address
2019-03-04 23:45:17 +02:00
Vanellope
c78957b328
Better solution for the infinite loop ( #1232 )
2019-03-02 09:07:05 +01:00
xarkes
670c59439b
Updated radare2 submodule to 3.3.0 for release ( #1231 )
2019-02-28 19:50:11 +01:00
Florian Märkl
8bfa653909
Use cutter-deps on Linux ( #1217 )
...
* Use cutter-deps for Linux
* Update CMakeLists.txt for newer PySide2
* Add llvm-config --libdir to LD_LIBRARY_PATH in Travis
* Update cutter-deps
* Fix Python Prefix for Deploy
* Update cutter-deps
* Install Jupyter in Travis
* Add update_deps.py and update
* Enable Python Bindings for qmake in Travis
* Use absolute path for src_list.py in qmake
* Use python directly for src_list.py in qmake
* Keep env for linuxdeployqt
* Embed PySide2 in AppImage
* Fix appimage_embed_python.sh
2019-02-28 14:56:54 +01:00
xarkes
0ab3757635
Fixed link in documentation ( #1230 )
2019-02-28 11:51:09 +01:00
xarkes
711ed505dc
Updated links to the documentation ( #1229 )
...
* Updated links to the documentation
2019-02-28 11:21:21 +01:00
xarkes
c442b9c357
Merged docs-ref temporary folder to docs
2019-02-28 09:39:42 +01:00
xarkes
b2f43ca0ee
Moved old markdown files to rst
2019-02-28 09:39:42 +01:00
xarkes
2b85d7bfaf
Made apidoc.py handle subfolders
...
Breathe apidoc.py used to classify by type (class, struct, etc.)
This is not useful when you have too many classes, so it's now
ordered by subfolders.
2019-02-28 09:39:42 +01:00
xarkes
f67e34697f
Removed typedict prefixes from API
2019-02-28 09:39:42 +01:00
Florian Märkl
321ca89f25
Use breathe-apidoc
2019-02-28 09:39:42 +01:00
Florian Märkl
2aacf88031
Initial Breathe Docs
2019-02-28 09:39:42 +01:00
Florian Märkl
1f4339bed2
Fix Jupyter ( #1223 )
...
* Call PyErr_Print() in QtResImport()
* Fix Jupyter
2019-02-27 14:54:47 +01:00
Vanellope
2208d3c134
Fix an infinite loop bug ( #1218 )
2019-02-26 11:24:49 +00:00