Reply
Thread Tools
coderus's Avatar
Posts: 6,436 | Thanked: 12,699 times | Joined on Nov 2011 @ Ängelholm, Sweden
#1
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:
__________________
Telegram | Openrepos | GitHub | Revolut donations

Last edited by coderus; 2015-02-16 at 13:15.
 

The Following 16 Users Say Thank You to coderus For This Useful Post:
Posts: 188 | Thanked: 74 times | Joined on May 2010
#2
awesome. love the app!
can we have the option to have an immediate screenshot?
and how do i close the app? (i dont need the screenshot button to be there all the time)
 

The Following User Says Thank You to toki For This Useful Post:
coderus's Avatar
Posts: 6,436 | Thanked: 12,699 times | Joined on Nov 2011 @ Ängelholm, Sweden
#3
Originally Posted by toki View Post
awesome. love the app!
can we have the option to have an immediate screenshot?
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.
__________________
Telegram | Openrepos | GitHub | Revolut donations
 
Posts: 188 | Thanked: 74 times | Joined on May 2010
#4
oh lol woops!
awesome!!! lovin this app!!

it just makes sense

donation coming ur wayyyy
 
Posts: 178 | Thanked: 91 times | Joined on May 2011 @ Mira (Venice) - Italy
#5
good app 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's Avatar
Posts: 6,436 | Thanked: 12,699 times | Joined on Nov 2011 @ Ängelholm, Sweden
#6
you funny ^_^
__________________
Telegram | Openrepos | GitHub | Revolut donations
 
Eminem's Avatar
Posts: 212 | Thanked: 184 times | Joined on May 2010 @ Sweden
#7
Any way to change Save Image folder to something else? Maybe choose by myself?

Great app and outstanding work as always.
__________________
And the natural balance is restored to the universe
 
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#8
Originally Posted by Eminem View Post
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");
    }
 

The Following User Says Thank You to thedead1440 For This Useful Post:
coderus's Avatar
Posts: 6,436 | Thanked: 12,699 times | Joined on Nov 2011 @ Ängelholm, Sweden
#9
I'm too lazy to add option for saving location. Just remove Screenshots folder and create Screenshots symlink to your favorite location
__________________
Telegram | Openrepos | GitHub | Revolut donations
 

The Following 2 Users Say Thank You to coderus For This Useful Post:
Eminem's Avatar
Posts: 212 | Thanked: 184 times | Joined on May 2010 @ Sweden
#10
Originally Posted by thedead1440 View Post
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?
__________________
And the natural balance is restored to the universe
 
Reply

Tags
overlay, sailfish os, screenshot

Thread Tools

 
Forum Jump


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