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? :(

coderus 2015-12-06 19:44

Re: [Support thread] ScreenTapShot - overlay screenshot application
 
In application source code of course :)

pichlo 2015-12-08 09:41

Re: [Support thread] ScreenTapShot - overlay screenshot application
 
I agree that it would be a "nice to have" feature but by no means essential. There are other solutions for reducing pictures, even on something as feature poor as the Jolla phone.

velox 2017-02-10 22:45

Re: [Support thread] ScreenTapShot - overlay screenshot application
 
Symptom:
After years of happily working, SFOS 2.1.0.9 Early Access broke the currently available builds.

Problem:
"This project is using private headers and will therefore be tied to this specific Qt module build version."

Solution:
Rebuild with early access SDK 1701. For everyone not able to, I've done that and uploaded arm and intel versions to: https://www.dropbox.com/sh/dhxj5mfk3...UKdW6fCSa?dl=0

Please note those files may be deleted at some point.
I've made no changes at all, just built it.
Enjoy!

coderus 2017-02-11 00:29

Re: [Support thread] ScreenTapShot - overlay screenshot application
 
Jolla Store should not display application for 2.1 users. Version supporting 2.1 will be uploaded for harbour at some point. Openrepos is easier.


All times are GMT. The time now is 16:01.

vBulletin® Version 3.8.8