maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   MeeGo / Harmattan (https://talk.maemo.org/forumdisplay.php?f=45)
-   -   [Announce] Mustr - A Pattrn clone for Harmattan (https://talk.maemo.org/showthread.php?t=84580)

thp 2012-06-04 08:49

Re: [Announce] Mustr - A Pattrn clone for Harmattan
 
Quote:

Originally Posted by kb61 (Post 1217142)
yeah well id love to do so but i have absolutely no clue of how to develop. Wouldnt even know how to get started...:confused:

Getting started with Harmattan using Qt SDK should help :)

thp 2012-07-24 09:42

Re: [Announce] Mustr - A Pattrn clone for Harmattan
 
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/

thp 2013-03-04 11:29

Re: [Announce] Mustr - A Pattrn clone for Harmattan
 
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).

hood 2013-03-29 22:57

Re: [Announce] Mustr - A Pattrn clone for Harmattan
 
Thomas can you add functional to set desktop wallpapers too? I mean to save image not only .wallpapers but in Pictures folder too?

thp 2013-03-30 09:37

Re: [Announce] Mustr - A Pattrn clone for Harmattan
 
Quote:

Originally Posted by hood (Post 1332875)
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.

hood 2013-03-30 11:40

Re: [Announce] Mustr - A Pattrn clone for Harmattan
 
Quote:

Originally Posted by thp (Post 1332935)
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?

thedead1440 2013-03-30 11:46

Re: [Announce] Mustr - A Pattrn clone for Harmattan
 
Quote:

Originally Posted by hood (Post 1332955)
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();


hood 2013-03-30 11:56

Re: [Announce] Mustr - A Pattrn clone for Harmattan
 
thedead1440 i'm not a developer for my sorry just a not bad user. Well in anyway Mustr is kewl!

thedead1440 2013-03-30 12:03

Re: [Announce] Mustr - A Pattrn clone for Harmattan
 
1 Attachment(s)
Quote:

Originally Posted by hood (Post 1332963)
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 ;)

hood 2013-03-30 14:06

Re: [Announce] Mustr - A Pattrn clone for Harmattan
 
Quote:

Originally Posted by thedead1440 (Post 1332964)
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! :)


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

vBulletin® Version 3.8.8