Progress indicator: More improvements
This commit is contained in:
parent
bf1f123b09
commit
dff12b38f9
3 changed files with 100 additions and 70 deletions
|
@ -19,6 +19,8 @@ typedef enum {
|
|||
actDownload = 101,
|
||||
actRealise = 102,
|
||||
actCopyPaths = 103,
|
||||
actBuilds = 104,
|
||||
actBuild = 105,
|
||||
} ActivityType;
|
||||
|
||||
class Activity
|
||||
|
@ -36,10 +38,7 @@ public:
|
|||
};
|
||||
|
||||
typedef enum {
|
||||
evBuildCreated = 0,
|
||||
evBuildStarted = 1,
|
||||
evBuildOutput = 2,
|
||||
evBuildFinished = 3,
|
||||
|
||||
evStartActivity = 1000,
|
||||
evStopActivity = 1001,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue