development
Fix struct view refreshing and add error message when connection fails
Add some cross platform example projects
Refactor parent = 0 -> parent = nullptr
Fix BPTrivial implementation
Deduplicate the code for editing a breakpoint
Refactor AbstractTableView for cross-platform
Made locks recursive
Merge pull request #3790 from bbugdigger/multi-breakpoint-selection
Move "Display type" to CommonActions and add to registers/stack
Add [Engine].NoConsoleWindow setting
Refactor value styles to value notations.
Fix EncodeMap buffer management and delRange
GUI: improved symbol view import behaviour + better highlight dump follow events (closes #1530)
GUI: jolly good fixes to various things
DBG+GUI+PROJECT: switched to Qt 5.6.0 (check the wiki for an updated compile guide)
GUI: fix some weird includes
Replaced include guards with pragma once
GUI: fixed a few memory leaks in the GUI (thanks to firelegend!)
Fix compilation on Windows
Reformat
Improve "SaveDatabaseInProgramDirectory" to use the program directory as the default export path for trace files
Disable caching in DbgMemRead
Prepare for unity builds
Add release notes in the update checker
Get rid of the wLocal variable naming convention (mostly)
Add CPUStack modify action (wiring for WordEditDialog.cpp and ValidateExpressionThread.cpp for cross widgets library)