Giter VIP home page Giter VIP logo

watchntouch's People

Contributors

havurgiray avatar

Watchers

 avatar

watchntouch's Issues

error in r57

What steps will reproduce the problem?
1. Open a pdf file
2. Click "->" again and again
3. Just you come to the last page, it will exit from the program

What is the expected output? What do you see instead?
It should have remained at the last page

Please use labels and text to provide additional information.
Last page number is not checked. So it is revised and fixed at r59. Please use 
r59 instead of r57. All notes about r57 in the issue #3 is valid also for r59.

Original issue reported on code.google.com by [email protected] on 16 Mar 2011 at 8:22

Null Pointer Exception

What steps will reproduce the problem?
1.Open the project after activating calibration window 
2.Do the calibration
3.Just try to move the cursor in a complex way about 5 seconds.

What is the expected output? What do you see instead?
Nothing should be observed. However, the program exits unexpectedly. 

in the presentationdisplaywidget.cpp at line 174, nullPointerException - for 
rev97.

the line:

pageImage = doc->page(slideNo-1)->renderToImage(scaleFactor * 
QLabel::physicalDpiX(), scaleFactor * QLabel::physicalDpiY());



Original issue reported on code.google.com by [email protected] on 23 Apr 2011 at 11:43

Context Menu, multiple-choice button problem

What steps will reproduce the problem?
1.Open mainwindow
2.Right-click, open context menu
3.Click on any of multiple choice button (e.g., w&t open menu, wtBox)
4.Again click on any of multiple choice button (e.g., w&t open menu, wtBox)
5.Again click on any of multiple choice button (e.g., w&t open menu, wtBox)

What is the expected output? What do you see instead?
The open menu should appear, disappear and appear again. However, open menu 
appears, disappears but does not appear again. To see it again, openning 
another multiple-choice button (e.g., thickness of pen) and then opening the 
previous multiple-choice button are required.

I have seen it in r63.



Original issue reported on code.google.com by [email protected] on 23 Mar 2011 at 8:34

Sketchinn drawings still shown in screenshot.

What steps will reproduce the problem?
1.Open sketch
2.Draw something
3.Open Screenshot

What is the expected output? What do you see instead?
A clear screenshot page is expected; however it shows the things coming from 
sketch.

Original issue reported on code.google.com by [email protected] on 23 Mar 2011 at 5:17

pdf must be rendered in a multi-threaded way

Purpose of code changes on this branch:
Make faster pdf-to-image rendering using cash logic.

Explanation:
Now, it takes time to change slide numbers as pdf-to-image rendering is done 
depeding the click on right/left arrows. So, it will be changed by using cash 
logic; keeping some pdf pages rendered in the cash in a multi-thread way.

Original issue reported on code.google.com by [email protected] on 16 Mar 2011 at 8:18

Support for PPT viewing

Provide a brief description of the requested feature:

The IWBC is capable of annotating only PDF files at present. Support should be 
added for PPT, DOC, ODP, ODT and other common formats.

Original issue reported on code.google.com by [email protected] on 27 Mar 2011 at 10:00

Video annotation

Provide a brief description of the requested feature:

We need to support annotation on videos as described in the SDD. Timeline 
position in videos will be used as the context marker.

Original issue reported on code.google.com by [email protected] on 13 Apr 2011 at 8:50

Triangle drawing

What steps will reproduce the problem?
1.Run the project
2.Click "Triangle" to draw it
3.Draw a triangle

What is the expected output? What do you see instead?
A triangle would be drawn; however, clicking on "triangle" has no effect to the 
state of the program. That is, If you were in free-hand state, after clicking 
"triangle" you still in free-hand state. 


Original issue reported on code.google.com by [email protected] on 2 Apr 2011 at 8:04

Recent items list not updated

What steps will reproduce the problem?
1. Open any kind of content
2. Go to the content selection menu, item appears in recent items list
3. Close and reopen application. Recent items list is not updated

What is the expected output? What do you see instead?

The previously opened content should show up on the recent items list.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by [email protected] on 5 May 2011 at 10:31

QML interface development and integration

To provide for a richer user experience, a number of QML interfaces will be 
developed and integrated into Watch and Touch, starting with the main menu 
which serves as the task launcher.

Original issue reported on code.google.com by [email protected] on 3 May 2011 at 10:01

Simple collaborative drawing

Provide a brief description of the requested feature:

A simple version of the collaborative drawing client (on a proof-of-concept 
level) should be built, demonstrating collaboration between two clients.


Original issue reported on code.google.com by [email protected] on 26 Mar 2011 at 11:49

Cursor should reflect current drawing tool

Provide a brief description of the requested feature:

To give the user a better understanding of the size of the affected area under 
the cursor by the current drawing tool, the mouse cursor should change into 
something that reflects the current drawing tool, and possibly gives hints 
about the area size to be affected.

Original issue reported on code.google.com by [email protected] on 27 Mar 2011 at 7:34

Rectangle drawing

What steps will reproduce the problem?
1.Run the project
2.Open a presentation
3.Draw a rectangle

What is the expected output? What do you see instead?
Entire rectangle would be drawn; however, top line of the rectangle is not 
drawn.


Original issue reported on code.google.com by [email protected] on 2 Apr 2011 at 8:02

Refactoring of the input system to support multitouch gestures

The current input system resides mostly inside a single UI class 
(calibrationwindow.cpp) and the event generation is also carried out without 
regard to the finer details such as the presence of multiple IR points. To 
enable multitouch gestures, this module needs to be refactored in accordance 
with the class hierarchy proposed in the SDD.

This will primarily be accomplished by separating the event generation system 
and placing it inside its own class.

Original issue reported on code.google.com by [email protected] on 20 Mar 2011 at 3:36

Screencasting capabilities

Provide a brief description of the requested feature:

The Watch & Touch IWBC needs to have screencasting (the ability to record the 
current activities on the screen as video) capabilities. This will be added via 
existing external software tools; vlc and ffmpeg have been determined as the 
candidates.

Original issue reported on code.google.com by [email protected] on 23 Mar 2011 at 3:44

Drawing system must be converted to raster

The current vector-based drawing system has three major issues:

 - low performance on embedded devices
 - large SVG files due to QSvgGraphicsItem being loaded as bitmap
 - cannot use eraser tool

thus the drawing system has to be moved to a bitmap/raster based one.

Original issue reported on code.google.com by [email protected] on 13 Mar 2011 at 6:49

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.