Remove log and update todo
This commit is contained in:
parent
f1a10c62c1
commit
0b7d2d0c1f
@ -634,7 +634,7 @@ void ewol::FileChooser::OnReceiveMessage(ewol::EObject * CallerObject, const cha
|
||||
//==> this is an internal event ...
|
||||
FileChooserFolderList * myListFolder = EWOL_CAST_WIDGET_FOLDER_LIST(m_widgetListFolder);
|
||||
etk::UString tmpString = myListFolder->GetSelectedLine();
|
||||
EWOL_ERROR(" old PATH : \"" << m_folder << "\" + \"" << tmpString << "\"");
|
||||
EWOL_VERBOSE(" old PATH : \"" << m_folder << "\" + \"" << tmpString << "\"");
|
||||
m_folder = m_folder + tmpString;
|
||||
char buf[MAX_FILE_NAME];
|
||||
memset(buf, 0, MAX_FILE_NAME);
|
||||
|
@ -9,6 +9,14 @@ Basic feature :
|
||||
- Charset normaliqation
|
||||
|
||||
|
||||
mise en place d'une chaine audio :
|
||||
- background music layer (wav)
|
||||
- effect play (wav)
|
||||
- mix all in one signal
|
||||
- Limiteur when adding signals...
|
||||
- volume stage ==> effects / music backgroud
|
||||
|
||||
|
||||
List of feature needed for v1.0
|
||||
# widget list :
|
||||
- Button Toogle
|
||||
|
Loading…
x
Reference in New Issue
Block a user