18Jul/112
Butaca: getting close to the first release
This time, some screenshots before heading to bed.
You can check out the full set of screenshots at Picasa, the code at Gitorious, and -only for the braves!- a Debian package. Thanks a lot to Tuomas Siipola, who sent me the placeholder icons for persons and movies, and to Felipe Erias, who is guiding me on the UI design.
EDIT: Also uploaded the screenshots to Flickr, with descriptions in each view.
EDIT 2: You can follow these steps to use my OBS repository and keep Butaca updated



July 19th, 2011 - 10:20
How can I use the same “dark” theme in N950 applications? As you can see, my application uses the “blanco” theme by default: https://picasaweb.google.com/a.grandi/CuteSoma
Thanks for your help!
July 19th, 2011 - 10:27
Hi,
Take a look at https://gitorious.org/butaca/butaca/commit/a0069cdadad15790e80d660d95bc1e5833622aae
What I’m doing is:
Component.onCompleted: {
theme.inverted = true
}
in the main page. I don’t know if that’s the best approach, but it worked