Code Monkey home page Code Monkey logo

dviz's People

Watchers

 avatar

dviz's Issues

OutputView item doesn't display content unless that output's 'Black' button is cycled

1. Create slide with an OutputView item tied to a secondary/tertiary output
2. Send the slide with outputview on it to an output
3. Send some other slide group to the proper secondary output
4. OutputView on the slide will be blank
5. Select the secondary output you used
6. Click 'Black' button (turn it "on"), then click again (turn black off) -
outputview should now display content.

Original issue reported on code.google.com by [email protected] on 3 Jan 2010 at 11:40

Changing Groups while 'Clear' is Active does not Cross-Fade

- Send a group to the output and some text. Click clear, verify clear is
active (just BG showing on output now.)
- Send a different group to the output with a different background (so you
can see any change in BG)
- It doesn't cross fade to new BG, just "cuts"

Original issue reported on code.google.com by [email protected] on 23 Jan 2010 at 5:04

Changing groups with a Network Viewer causes video bg to pause before cross fading

To reproduce:
- Load network viewer on 2nd machine, connect to DViz control on 1st machine
- Send a group with a video BG to the viewer (video plays correctly)
- Send another group with a video BG to the viewer 
  - Note that the currently live video pauses for about 1 sec or so before
cross fade begins - then it plays correctly while cross fading to 2nd video

Could be due to: Slide group download/parsing, 2nd video open/load,
creation of video "icon" for preview in viewer "control" window.

Original issue reported on code.google.com by [email protected] on 3 Feb 2010 at 12:09

PowerPoint on FoldBack, etc.

Right now PowerPoint doesn't show up on any outputs other than the primary
Live output. Need PPT to show on FoldBack and any other outputs selected.
Not just the static slide image, but a live snapshot of whats on the
primary output.

Original issue reported on code.google.com by [email protected] on 12 Nov 2009 at 7:06

Possible Editor Bug related to Bible Module

(Quoting from Kevin)

Possible bug: I brought in Matt 1:4-10 (ESV), which got split across 3 text
slides.  I also had verse #'s enabled and verse ref at end, so there's a
fourth slide with the reference on it.  When I tried editing the resulting
slide group, to tweak the font size, I only had access to slides 1 & 2 in
the slide group editor!  Slides 3 and 4 were not visible.

Original issue reported on code.google.com by [email protected] on 12 Feb 2010 at 7:11

Random Crashing when Pressing F2 to Edit a Slide group

DViz randomly crashes when pressing F2 to initiate editing. I imagine it
will also randomly crash when right-clicking to edit - I just use F2 all
the time. It usually is when another group is live on the output. I cannot
get this to be repeatable, and the debugger on Windows under Qt Creator is
next to useless - it's crashed in the debugger several times, but the stack
trace doesn't even relate to the message received. (Something about ASSERT
QList index out of range, but the stack trace is deep in QGL code in the
destructor - e.g. the stack trace is from the program closing, not from the
ASSERT.) Once I can get a repeatable set of steps to make it crash, then I
can fix this easier.

Original issue reported on code.google.com by [email protected] on 24 Jan 2010 at 9:44

r440 has broken JPG support on windows

JPG photos are no longer working in the Media browser tab.  As of at least
r440 (I haven't built since 11/21 though, so it broke sometime since then.

The images appear as "blank page" icons in the browser, and load up as a
flat gray background in the preview pane (and stay gray when sent live).

Original issue reported on code.google.com by [email protected] on 6 Dec 2009 at 12:21

Videos at less than realtime

Videos at less than realtime, even slower when the UI is busy doing other
intensive tasks such as loading a list of images in the media browser.

Original issue reported on code.google.com by [email protected] on 12 Nov 2009 at 7:10

Bible Module - Ability to Expand Current Verse Set

(Quoting Email from Kevin)

I need to be able to very easily move on to (or add) the next verse, if I
didn't pull up enough verses initially.  For example, maybe a "plus" button
next to the "Search" box could be used to move to the next verse (if I only
pulled up a single verse) or add another verse to the end of the current
passage (if multiple verses are showing)?

Original issue reported on code.google.com by [email protected] on 12 Feb 2010 at 7:12

Add Global Customizable HotKey Support for Basic Control Features

Quoting: "[Allow] customization of a limited set of semi-global hotkeys for
e.g. black, "logo", next/prev slide, and possibly next/prev slide group. 
Customizable so that people with different types of non-programmable remote
controls can use them successfully.  And global to be able to issue the
commands even if the focus isn't in the right pane (or potentially even
while a popup is open)."

Original issue reported on code.google.com by [email protected] on 12 Nov 2009 at 7:08

Bible Module - Additional Reference Location Options

(Quoting from Kevin's Email)

I'd like an option to put the reference at the top of the first text slide
or bottom of the last, instead of having it on a separate slide.  Better
yet, I'd like an option to put the reference at the bottom of every slide.

Original issue reported on code.google.com by [email protected] on 12 Feb 2010 at 7:14

Web Support

Add Web support with controls on the control screen (e.g. user doesnt have
to move mouse to live screen to click a link) and mirrored content on
foldback/etc.

Original issue reported on code.google.com by [email protected] on 12 Nov 2009 at 7:20

Sluggish/choppy transition when double-clicking another slide-group

What steps will reproduce the problem?
1. Open a DViz file containing at least 2 slide groups.
2. Send the first slide group to a live output.
3. Double-click on the second slide group to send it live.

I expected a smooth transition on the live output.
Instead, I see a choppy and very slow transition (4 seconds instead of 1).

This is with r440 on Windows XP SP3.  However, it's not a new problem -
it's been occuring since I started looking at this product.

If I single-click on the second slide group and wait for it to fully appear
in the preview pane, and THEN double-click it to send it to the live
output, this problem doesn't occur.  I would guess the problem is that
there are two transitions occuring simultaneously - one in the slide-group
preview pane and another in the live output.  

The live transition should take precedence.  Maybe the slide-group-preview
transition could be disabled or delayed until the live transition is complete?

Original issue reported on code.google.com by [email protected] on 5 Dec 2009 at 11:45

Bible Module - Option to Split Each Verse to Seperate Slide

(Quoting from Kevin)

I'd also like an option to split the output into a separate slide for each
verse.  With this option enabled, my font size preference changes, and I
would rather have each slide maximize (or minimize) its font size to fit
that slide's text the best.

Original issue reported on code.google.com by [email protected] on 12 Feb 2010 at 7:15

Change VideoProvider Architecture to Poll Clients when Pause Requested

Change VideoProvider Architecture to Poll Clients when Pause Requested
inorder to prevent video threads from continuing to play if no clients
actively viewing the thread. Current method of "ref counting" play/pause
seems to be inacurate - have a difficult time getting the counts to match
up correctly. I'm thinking that changing it so that QVideoProvider polls
the connected clients to the stream when a pause is requested will make it
more accurately know when to pause/stop the thread.

Original issue reported on code.google.com by [email protected] on 24 Jan 2010 at 9:41

Make Auto-Play in the Media Browser Preview Pane User-Selectable

Make Auto-Play in the Media Browser Preview Pane User-Selectable. E.g. when
a user clicks on a video in the media browser, it should not start playing
unless the user clicks a (not yet created) play button OR the user has set
the (not yet created) "auto-play" option to 'true.'

Original issue reported on code.google.com by [email protected] on 12 Nov 2009 at 7:16

Slide Change Timer sometimes goes negative

Reproduces fairly consistently:
- Setup a timed slide group - I used the Image Import tool
- Send group to output
- (Note: Timer doesn't start automatically - another bug.)
- Click first slide (timer starts)
- Slide changes to 2nd slide - and timer goes negative right away.


Original issue reported on code.google.com by [email protected] on 3 Feb 2010 at 12:06

Windos - Svn r13 - Text doesnt sync back to model

Steps:
1. Start dviz
2. Edit text in item on screen 
3. Close dviz

Expected:
"Text Item: Text: <!DOCTYPE HTML ...."

Instead:
"Text Item: Hello, World!"

This seems to only affect windows, not linux builds. Will try to troubleshoot.

Original issue reported on code.google.com by [email protected] on 9 Sep 2009 at 2:38

Bible Module - Make Text Auto-Fit Behaviour Configurable

(Quoting from Kevin)

I see you've got a minimum font size, after which you split the text onto
multiple slides.  But the last slide ends up at a bigger font size than the
rest, while my preference would be to see the same font size on all of the
slides.

Original issue reported on code.google.com by [email protected] on 12 Feb 2010 at 7:16

Bible Module - Bible Slide Templates

(Quoting from Kevin)

I'd like to be able to set a different default background for scripture
verses.  Currently I can't even figure out how to get away from a solid
blue background...  Better yet would be some ability to define a "template"
slide for scripture, that lets me define font (face, max size, color), text
position, and background separately from songs.

Original issue reported on code.google.com by [email protected] on 12 Feb 2010 at 7:15

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.