maltanar / watchntouch

Automatically exported from code.google.com/p/watchntouch
2 stars 2 forks source link

Sketching component and screenshot #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Purpose of code changes on this branch:
Adding sketching component, having ability to an image gotten with a screenshot.

Original issue reported on code.google.com by utkusi...@gmail.com on 23 Mar 2011 at 9:20

GoogleCodeExporter commented 9 years ago
r64, sketching component has been integrated. It is done through context menu 
and wtBox - the w&t icon. The way it is implemented as following:

1 - If it is the first time openning the sketching, it creates a directory 
named sketch, and creates a one-page, blank pdf file named sketch.pdf. Then it 
loads this pdf just as the other pdf. 

2 - If it is not the first time, it directly goes to this directory and load 
the blank pdf-file. This enable the system remember previous drawings in the 
sketch even after closing the program. It is just a choice, skecthing can be 
restarted from a blank page, either. 

Original comment by utkusi...@gmail.com on 23 Mar 2011 at 11:12

GoogleCodeExporter commented 9 years ago
This feature has to be finalized in the current milestone, adding necessary 
tags. Also changing status to Started as Utku is working on this.

Original comment by malta...@gmail.com on 23 Mar 2011 at 3:45

GoogleCodeExporter commented 9 years ago
r65, screenshot component has been integrated. It is done through context menu 
and wtBox - the w&t icon. The way it is implemented as following:

1 - It hides the mainwindow, shows only a screenshot button.
2 - Until user clicks on the button, it does nothing.
3 - When the button is clicked, button is hidden, and screenshot is taken, and 
put to background of the window.
4 - The background is a png file kept in sketch directory, with skecth pdf.

Original comment by utkusi...@gmail.com on 23 Mar 2011 at 4:59

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
r66, At forth step -> it is kept in a seperate directory named "screenshot"

Original comment by utkusi...@gmail.com on 23 Mar 2011 at 5:11

GoogleCodeExporter commented 9 years ago
r78, Sketchin and screenshot options can be found under the "open document" 
button. In previous revisions, it was under context menu - wBt-box

Original comment by utkusi...@gmail.com on 27 Mar 2011 at 7:29