Reply
Thread Tools
thp's Avatar
Posts: 1,391 | Thanked: 4,272 times | Joined on Sep 2007 @ Vienna, Austria
#21
Originally Posted by kb61 View Post
yeah well id love to do so but i have absolutely no clue of how to develop. Wouldnt even know how to get started...
Getting started with Harmattan using Qt SDK should help
 

The Following 3 Users Say Thank You to thp For This Useful Post:
thp's Avatar
Posts: 1,391 | Thanked: 4,272 times | Joined on Sep 2007 @ Vienna, Austria
#22
Mustr version 1.0.1 is ready, and includes support for tabs ("Top", "New") by Seppo Tomperi and the new icon by The Best Isaac.

Sources/Git: https://github.com/harmattan/mustr
AFM: http://apps.formeego.org/staging/app...raphics/mustr/ (after request 5277 is approved)
Ovi: http://store.ovi.com/content/300560 (link will start working after QA)
Web: http://thp.io/2012/mustr/
 

The Following User Says Thank You to thp For This Useful Post:
thp's Avatar
Posts: 1,391 | Thanked: 4,272 times | Joined on Sep 2007 @ Vienna, Austria
#23
Mustr version 1.0.2 is here, including a patch from Fiferboy that makes sure saved wallpapers can easily be set again later.

Sources/Git: https://github.com/harmattan/mustr
ChangeLog: https://github.com/harmattan/mustr/commits/master
Package: http://thp.io/2012/mustr/mustr_1.0.2_armel.deb
Web: http://thp.io/2012/mustr/

This probably won't end up in Nokia Store, as I'm having problem uploading new .deb packages to the web interface (validation fails).
 

The Following 6 Users Say Thank You to thp For This Useful Post:
Posts: 78 | Thanked: 16 times | Joined on Dec 2011
#24
Thomas can you add functional to set desktop wallpapers too? I mean to save image not only .wallpapers but in Pictures folder too?
 
thp's Avatar
Posts: 1,391 | Thanked: 4,272 times | Joined on Sep 2007 @ Vienna, Austria
#25
Originally Posted by hood View Post
Thomas can you add functional to set desktop wallpapers too? I mean to save image not only .wallpapers but in Pictures folder too?
There's no way in the stock firmware to set "Desktop" wallpapers, or is there? I'd suggest the clean way to implement this is to add support for selecting images from the .wallpapers folder to the tool that sets the Desktop wallpaper - this way, also the stock wallpapers can be set as Desktop wallpaper.
 
Posts: 78 | Thanked: 16 times | Joined on Dec 2011
#26
Originally Posted by thp View Post
There's no way in the stock firmware to set "Desktop" wallpapers, or is there? I'd suggest the clean way to implement this is to add support for selecting images from the .wallpapers folder to the tool that sets the Desktop wallpaper - this way, also the stock wallpapers can be set as Desktop wallpaper.
Not from scratch but htere is Home Screen Settings wich do it from Pictures folder. Yes I can copy-paste file from .wallpaper to Pictures by myself but whats problem if you can add this to your sexy app?
 
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#27
Originally Posted by hood View Post
Not from scratch but htere is Home Screen Settings wich do it from Pictures folder. Yes I can copy-paste file from .wallpaper to Pictures by myself but whats problem if you can add this to your sexy app?
Or you can compile it by downloading the sources and changing the wallpaper.h file to reflect the location you want instead:

Code:
Dir dir(QDir::home().filePath("MyDocs/.wallpapers"));
            dir.mkpath(".");
            QString filename = dir.filePath("mustr_" + base + ".png");
            image.save(filename);
            m_backgroundItem.set(filename);
            emit done();
 

The Following User Says Thank You to thedead1440 For This Useful Post:
Posts: 78 | Thanked: 16 times | Joined on Dec 2011
#28
thedead1440 i'm not a developer for my sorry just a not bad user. Well in anyway Mustr is kewl!
 
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#29
Originally Posted by hood View Post
thedead1440 i'm not a developer for my sorry just a not bad user. Well in anyway Mustr is kewl!
I've attached a build with the change of location from ~/MyDocs/.wallpapers to ~/MyDocs/Pictures; try if it works for you
Attached Files
File Type: deb mustr_1.0.2_armel.deb (20.0 KB, 67 views)
 

The Following 3 Users Say Thank You to thedead1440 For This Useful Post:
Posts: 78 | Thanked: 16 times | Joined on Dec 2011
#30
Originally Posted by thedead1440 View Post
I've attached a build with the change of location from ~/MyDocs/.wallpapers to ~/MyDocs/Pictures; try if it works for you
Oh thank you! It's really nice n moar sexy!
 
Reply


 
Forum Jump


All times are GMT. The time now is 10:54.