Google Code Exporter
Google Code Exporter
``` What steps will reproduce the problem? 1. Happened in single mode 2. Started recording What is the expected output? What do you see instead? The application crashed. What version...
``` What steps will reproduce the problem? 1. Select the mp4 container in the settings dialog 2. Record a video 3. Embed it into an HTML document and open it...
``` What steps will reproduce the problem? 1. Select to store the video inside a mp4 container in the application settings; 2. Record video with audio 3. Open the resulting...
``` The model view should not have a dependency on the VideoSourcePlayer. When the preview is not visible, no processing related to the player should be done. ``` Original issue...
``` Add some configuration options for: - the mouse click radius and click animation speed; - frame per seconds, using a drop down menu with suggestions for common choices; -...
``` Support for two screens has been delayed due to a lack of multi-monitor setups for testing. The application should work with multiple screens. ``` Original issue reported on code.google.com...
``` Need to implement the dbshell management command. This will need to support all the databases that SA supports if possible. http://www.djangoproject.com/documentation/django-admin/#dbshell ``` Original issue reported on code.google.com by `[email protected]`...
``` If the user specifies: {{{ from django_sqlalchemy import models }}} but does not set the a DJANGO_SQLALCHEMY_DBURI settings in the settings.py module the following dump occurs. Look into provided...
``` The flush command needs to be implemented. It's possible that it may work if it's implemented using reset and syncdb. See: http://www.djangoproject.com/documentation/django-admin/#flush ``` Original issue reported on code.google.com by...
``` We need to make loaddata work properly with the SA backends. This could work fine already depending on the implementation, but we need to verify it. ``` Original issue...