maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   SailfishOS (https://talk.maemo.org/forumdisplay.php?f=52)
-   -   [Support thread] ScreenTapShot - overlay screenshot application (https://talk.maemo.org/showthread.php?t=94600)

coderus 2015-02-12 16:56

[Support thread] ScreenTapShot - overlay screenshot application
 
ScreenTapShot - simple screenshot application which transforming to overlay button when launched. You can drag button to any position and make screenshots by clicking. Double click exiting application.

Thanks tortoisedoc for MOUSE_REGION trick :)

Openrepos: https://openrepos.net/content/coderus/screentapshot
Github: https://github.com/CODeRUS/harbour-screentapshot

Donations for further development:
https://www.paypalobjects.com/en_US/...onateCC_LG.gifhttps://fbexternal-a.akamaihd.net/sa...likes&prefix=q

toki 2015-03-22 06:43

Re: [Support thread] ScreenTapShot - overlay screenshot application
 
awesome. love the app!
can we have the option to have an immediate screenshot? :D
and how do i close the app? (i dont need the screenshot button to be there all the time)

coderus 2015-03-22 06:45

Re: [Support thread] ScreenTapShot - overlay screenshot application
 
Quote:

Originally Posted by toki (Post 1464625)
awesome. love the app!
can we have the option to have an immediate screenshot? :D
and how do i close the app? (i dont need the screenshot button to be there all the time)

I'm thinnking about adding options, but not decided yet. And for exiting application - just read description.

toki 2015-03-22 06:57

Re: [Support thread] ScreenTapShot - overlay screenshot application
 
oh lol woops!
awesome!!! lovin this app!!

it just makes sense :D

donation coming ur wayyyy :D

Vento 2015-03-23 17:01

Re: [Support thread] ScreenTapShot - overlay screenshot application
 
good app :D 1 suggestion have an icon in the menu only to take a screenshot when needed is a bit "strange"... it will be nice to have a settings to move the app from the "icon grid" to somwhere else (exemple: under display settings or lockscreen's pulley-menu or something else)

coderus 2015-03-23 17:23

Re: [Support thread] ScreenTapShot - overlay screenshot application
 
you funny ^_^

Eminem 2015-12-06 15:01

Re: [Support thread] ScreenTapShot - overlay screenshot application
 
Any way to change Save Image folder to something else? Maybe choose by myself?

Great app and outstanding work as always. :)

thedead1440 2015-12-06 15:08

Re: [Support thread] ScreenTapShot - overlay screenshot application
 
Quote:

Originally Posted by Eminem (Post 1490668)
Any way to change Save Image folder to something else? Maybe choose by myself?

Great app and outstanding work as always. :)

If I am not wrong, src/screenshot.cpp is the file you should be interested in:

Code:

void Screenshot::capture()
{
    QString folder = QStandardPaths::writableLocation(QStandardPaths::PicturesLocation);
    if (_useSubfolder) {
        folder.append("/Screenshots");
    }


coderus 2015-12-06 18:00

Re: [Support thread] ScreenTapShot - overlay screenshot application
 
I'm too lazy to add option for saving location. Just remove Screenshots folder and create Screenshots symlink to your favorite location :D

Eminem 2015-12-06 19:04

Re: [Support thread] ScreenTapShot - overlay screenshot application
 
Quote:

Originally Posted by thedead1440 (Post 1490669)
If I am not wrong, src/screenshot.cpp is the file you should be interested in:

Code:

void Screenshot::capture()
{
    QString folder = QStandardPaths::writableLocation(QStandardPaths::PicturesLocation);
    if (_useSubfolder) {
        folder.append("/Screenshots");
    }


Located where? :(


All times are GMT. The time now is 14:23.

vBulletin® Version 3.8.8