diff --git a/Sources/libewol/ewol/widgetMeta/FileChooser.cpp b/Sources/libewol/ewol/widgetMeta/FileChooser.cpp index cdc7e4b0..3c4af486 100644 --- a/Sources/libewol/ewol/widgetMeta/FileChooser.cpp +++ b/Sources/libewol/ewol/widgetMeta/FileChooser.cpp @@ -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); diff --git a/avancement.boo b/avancement.boo index d3b6c0c0..00cbc4ec 100644 --- a/avancement.boo +++ b/avancement.boo @@ -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