Google Code Exporter

Results 11117 issues of 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...

Priority-Medium
Type-Defect
auto-migrated

``` 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...

Priority-Medium
Type-Defect
auto-migrated

``` 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...

Priority-Medium
Type-Defect
auto-migrated

``` 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...

Priority-Medium
Type-Defect
auto-migrated

``` 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; -...

Priority-Medium
auto-migrated
Type-Enhancement

``` 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...

Priority-Medium
Type-Defect
auto-migrated

``` 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]`...

Priority-Medium
Type-Defect
auto-migrated
Component-Commands

``` 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...

Priority-Medium
Type-Defect
auto-migrated

``` 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...

Priority-Medium
Type-Defect
auto-migrated
Component-Commands

``` 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...

Priority-Medium
Type-Defect
auto-migrated
Component-Commands