mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-10 21:40:15 +00:00
minor documentation changes regarding future improvements and additions
This commit is contained in:
parent
303506d24b
commit
019146756f
@ -20,7 +20,9 @@ namespace CSMDoc
|
||||
State_Modified = 1,
|
||||
State_Locked = 2,
|
||||
State_Saving = 4,
|
||||
State_Verifying = 8
|
||||
State_Verifying = 8,
|
||||
State_Compiling = 16, // not implemented yet
|
||||
State_Searching = 32 // not implemented yet
|
||||
};
|
||||
|
||||
std::string mName; ///< \todo replace name with ESX list
|
||||
|
@ -34,6 +34,8 @@ void CSVDoc::Operation::updateLabel (int threads)
|
||||
|
||||
CSVDoc::Operation::Operation (int type) : mType (type), mStalling (false)
|
||||
{
|
||||
/// \todo Add a cancel button or a pop up menu with a cancel item
|
||||
|
||||
updateLabel();
|
||||
|
||||
/// \todo assign different progress bar colours to allow the user to distinguish easily between operation types
|
||||
|
Loading…
x
Reference in New Issue
Block a user