* Separate graph layout code from GraphView.
* Remove formatting and grid layout specific code from GraphLayout.
* Copy edge styles from from main graph view to overview.
* 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
* 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
Sometimes it is not necessary to include the whole Cutter.h file
Hence, it's been splitted so you can include only what you require
E.g. #include "core/CutterCommon.h" to have access to the common types
* Added export types feature in types widget
* Added load new types option
* Added delete types option
* Removed redundant files
* Fix for translation
* Added popups in TypesWidget and related dialogs
* Added addTypes() in CutterCore and changed code to use it.
* Update r2 submodule for r_parse_c_string()
* Added override keyword for overridden functions
* Added comments and removed popup question.
* Added comments and confirmation dialog for delete
Fetch Anal Classes
Display vtable info in ClassesWidget
Add Context Menu to ClassesWidget
Show Base Classes in ClassesWidget
Add EditMethodDialog
Fix Anal Classes List
Set Anal as the default Classes Source
Display Anal Classes from SDB in ClassesWidget
* button added, dialog todo
* WIP EditFunctionDialog
* dialog retrieving function parameters, but not yet setting them
* minor fixups, ok button not working
* wire everything up and add calling convention selection
* fixup Cutter.pro
* Segments implemented
* Not util anymore but common
* Fixed the strings to be shown as the headers better
* Quick Filter functionality is supported on both Section and Segment Widget
* QuickFilter should basically be on but for some widgets, they should be off