Go to file
Daniel Zaoui b309fa2bc2 Support storing snapshot of all the running extensions into one file
When the user wants to save the data (snapshot), Clouseau requests from
every running extension the data that is "exported".
All the data are then encapsulated into one single file.
The first idea was to use EET to store the extensions blobs as basic var
arrays. But it was taking so much time that is has been chosen that the
data itself is appended in the file after the EET blob. This one only
contains the app name/pid and the number of bytes of the blob, per
extension.
Additionnally, the objects introspection extension has been modified to
behave as the first Clouseau, i.e taking all the objects information in
one shot and using it during the interaction with the user.
The Save/Load button is now a part of the main toolbar.
2017-06-06 10:30:17 +03:00
cmake/Modules First patch for the Clouseau rewriting 2017-06-06 10:26:45 +03:00
data/images Support screenshots download and display 2017-06-06 10:28:31 +03:00
src Support storing snapshot of all the running extensions into one file 2017-06-06 10:30:17 +03:00
.arcconfig Add arc config. 2015-07-08 12:12:12 +01:00
.gitignore First patch for the Clouseau rewriting 2017-06-06 10:26:45 +03:00
CMakeLists.txt Move Clouseau module inside this repository 2017-06-06 10:30:17 +03:00