Changed header background img with separated folders for color theme
Hub webapp can start sppas with button card
Added header and footer to the cuedspeech app
ui.swapp: Implemented swapHeader and swapFooter for webapps with dynamic splash in hub page
Implemented workspace package with files selection
Integrated new version of Whakerpy (0.6 -> 0.7) and resolved problem with color and contrast with submit form button
Modified accessibility set url parameters (for submit form button)
Resolved bug when user ask a static html file and return dynamic page instead
src.annoatations.CuedSpeech.videotagger: Reduced shape transparency
src.annotations.CuedSpeech.videotagger: Solved disalignement problem with s0 and s9
ui.swapp: Added links to hub app and beginning workspace view in cuedtag app
src.annotations.CuedSpeech.videotagger.sppas_hand_properties.py: Added sign to angles estimation between s0s9 and other sights
Merge branch 'develop' of ssh://git.code.sf.net/p/sppas/code into develop
ui.swapp: Created new hub webapp and modified __main__.py and main_app.py to launch by default the hub app and simplify the implementation of new apps
ui.swapp: Imported whakerexa modified from auto-cuedspeech and adapted with code
Merge branch 'develop' of ssh://git.code.sf.net/p/sppas/code into develop
sppas.src.annotations.CuedSpeech: implemented distances and angles between s0 and all sights method
Implemented way to pass headers in the process_events. BE CAREFULL, we have to change process_events signature for all interfaces !
Advancement of the video cuedspeech interface and conflit with caffemodel
Resolve conflicts
Changed filter path to manage encoded path with specials characters
Forgotten to remove debug prints
Forgotten import with pull merged
Merge branch 'develop' of ssh://git.code.sf.net/p/whakerpy/code into develop
Implemented new parsing for binary uploaded file
Merge branch 'develop' of ssh://git.code.sf.net/p/sppas/code into develop
Created final run fieldset and changed way to transfer data between fieldsets
Merge branch 'develop' of ssh://git.code.sf.net/p/sppas/code into develop
Finished the annot options dialog
Merge branch 'develop' of ssh://git.code.sf.net/p/sppas/code into develop
Implemented filters hand fieldset (remaining options box)
Updated resources/cuedspeech hands set
Cancelled feature when we filter a path and we don't have a '/' at the end of a folder to add the default
Finished to cover all errors problem with an html response
Resolved problem with subdirectory path (toto/index.html)
Little changes when the bake response method return None and updated the webConfig example class consequently
Merge branch 'develop' of ssh://git.code.sf.net/p/whakerpy/code into develop
Resolved error when we create a dynamic page and it doesn't exist and no 404 error return
Changed way to check if we have to open in binary a file or decoded it in utf-8 format
Patch problem with pdf files decoding
Created HTML tree error when we have status code error
Modified sample to launch with uwsgi
Create dynamic pages only when we ask a dynamic page and modified sample.py to launch with uwsgi
Created webapp.yuml for the webapp package dependencies
Updated yuml package dependencies
Added documentation and method to add pages to the wsgi application
Fixed bug with dynamic web page to have a custom response
Refractored code to make a beautiful wsgi and httpdhandler classes
Added unit tests for handler
Added documetation
Building new handler utils class and adapted the HTTPDHandler with it
Corrected handler filter_path method and unit tests associated
Replace match case expression to compability with Python 3.9
Merge branch 'develop' of https://git.code.sf.net/p/whakerexa/code into develop
Resolved bug with color parameter when we change of page
Changes in httpd to send to the client other things that json format (like binary for images/videos)
little css responsive for fieldset
Finisehd back-end of the first fieldset
Created new ui app for the auto cuedspeech, implemented first fieldset and imported new wexa_statics
Modified parsing upload file for binary files like video or image file
Implemented way to upload file from the webapp to the server
Added hidden alertdialog when it isn't open
Repair dialog element, implemented generic functionnality to have dialog always open, dialog openable inside the page content and dialog openable in modal mode that freeze the page
Cancelled the last update in hresponse.py when we call the process_events
Changes when page_bakery is call if events is empty don't call process_events method
Merge branch 'develop' of ssh://git.code.sf.net/p/whakerpy/code into develop
Changes request.js to fixed the problem of old process_events called when we change the page
Merge branch 'master' of ssh://git.code.sf.net/p/sppas/code into develop
Implemented new filter to see a line on fingers for the keys 3 & 8 and the target point with a circle
Imported new whakerexa release in ui package
Merge branch 'develop' of https://git.code.sf.net/p/whakerexa/code into develop
Implemented progress.html to show an example on how to use the progress element
Fixed accessility in menu.html
Changed book.css
Deleted unused files since whakerexa python side has been moved to sppas/ui/swapp package
Adapted app_cuedtag to the new html tree and resolved problem during annotation running
Adapted setup app to the new html tree
Adapted app test with the new html tree, also redefine main_settings statics path
Adapted apps to new html tree
Created ExtendHTMLTree in whakerexa
Raised error if the status is not a HTTPDStatus
Fixed mistakes
Merge branch 'develop' of ssh://git.code.sf.net/p/whakerpy/code into develop
Fixed error if the user set an integer to the status and not a HTTPDStatus
sppas.etc.features.ini: Removing whakerexa dist dependencies following whakerexa became a sppas/ui/swapp package
Adapted progress bar to whakerexa components
Setup and Cuedtag interface functional but many work to make it cleaner
Fixed bugs in links button in --apps interface
Adapted --apps webapp to whakerexa (remaining css of link button in statics/page_home.css to refractor)
Inserted whakerexa into swapp package and refractored it to match with statics path, also refractored app_test to work with whakerexa (for now keep respmaker package until everything be compatible with whakerexa)
Fixed bug with the colored text
Removed little forgot character for testing :(
Deleted whakerpy directory and move request.js into statics folder
Implemented statics dependencies downloader for future build
Modified video popup css (class -> name for the buttons and play button with image or not)
Implemented card component and updated sample webapp to show all components
Merge branch 'develop' of https://git.code.sf.net/p/whakerexa/code into develop
Refractored book class to make more generic (we can modified html tags detected and defined if we want only numerate headings or all)
Added documentation in Book classes
Merged pull commits