Forum: MeeGo / Harmattan
05-22-2013, 04:23 AM
|
|
Replies: 9
Views: 835
MemeMee for Harmattan
MemeMee, created by temp385 is a Meme Generator for the MeeGo-Harmattan platform.
Screenshots:
http://i.imgur.com/2Csmokj.png
http://i.imgur.com/3bMn4Dc.png
...
|
Forum: MeeGo / Harmattan
05-17-2013, 04:28 PM
|
|
Replies: 885
Views: 113,589
Re: [Support thread] Billboard Standby Screen
for those who have a 10 piece battery icon pack
import sys
battery = int(sys.argv[1])
if battery < 10:
print '<</home/user/billboard/icons/battery10-yellow.png>>'
elif battery < 20:
...
|
Forum: MeeGo / Harmattan
05-13-2013, 08:15 AM
|
|
Replies: 44
Views: 6,400
|
Forum: MeeGo / Harmattan
05-10-2013, 04:38 AM
|
|
Replies: 885
Views: 113,589
Re: [Support thread] Billboard Standby Screen
Do you have an example of which logo you want to show and the size, so I can try it locally and see what the problem is? The size has been limited so that dithering a big image doesn't take up too...
|
Forum: MeeGo / Harmattan
05-06-2013, 11:28 AM
|
|
Replies: 885
Views: 113,589
Re: [Support thread] Billboard Standby Screen
New version 1.0.9 uploaded to Nokia Store QA, should be available in a few days.
Release notes already posted on the Billboard website (http://thp.io/2012/billboard/):
Fixed MeeCast icon...
|
Forum: MeeGo / Harmattan
04-16-2013, 02:44 PM
|
|
Replies: 1,331
Views: 133,705
Re: [Announce] ProfileMatic for Harmattan
ProfileMatic 2.2.0 uploaded to Nokia Store.
Changelog:
* Translations: Catalan, Chinese, Finnish, Italian, Spanish
* Custom action text field grows with command.
I included all...
|
Forum: General
04-15-2013, 10:55 AM
|
|
Replies: 31
Views: 1,874
Re: A "Thank You" thread for Wikiwide
Quick reply...
It's too early to thank me yet. For example:
1. I haven't yet found out how to put a localhost Assisted-GPS server on N900, so that the benefits of quick GPS lock would be separated...
|
Forum: MeeGo / Harmattan
04-10-2013, 04:25 PM
|
|
Replies: 1,331
Views: 133,705
Re: [Announce] ProfileMatic for Harmattan
I have updated the testing version. Please see the first page to see instructions for updating the beta version.
This beta release is mainly for testing translations. I have included every...
|
Forum: MeeGo / Harmattan
04-05-2013, 05:15 PM
|
|
Replies: 1,331
Views: 133,705
Re: [Announce] ProfileMatic for Harmattan
I have updated the newest beta, pleace check if it's what you asked for.
Basically the text box grows according to the command you're entering. The basic functionality is as before ie. one-line...
|
Forum: MeeGo / Harmattan
04-05-2013, 05:02 PM
|
|
Replies: 1,331
Views: 133,705
|
Forum: MeeGo / Harmattan
04-04-2013, 04:35 PM
|
|
Replies: 1,331
Views: 133,705
Re: [Announce] ProfileMatic for Harmattan
QmlRuleUtil and QmlRulesModel were the only ones I found something with spaces before or after the strings (that matter).
I am interested in any ideas how to make this easier. One obvious...
|
Forum: MeeGo / Harmattan
04-04-2013, 02:53 PM
|
|
Replies: 1,331
Views: 133,705
Re: [Announce] ProfileMatic for Harmattan
Yes, I have added now a comment to all those kinds of strings that I could find. I found some during the same search that were not translateable. Transifex is updated.
If you or anyone else comes...
|
Forum: MeeGo / Harmattan
04-04-2013, 11:24 AM
|
|
Replies: 885
Views: 113,589
|
Forum: MeeGo / Harmattan
04-03-2013, 05:16 PM
|
|
Replies: 1,331
Views: 133,705
Re: [Announce] ProfileMatic for Harmattan
Thanks. I have updated the beta and the source translation at transifex.
I forgot to mention a small glitch in finnish translation I noticed:
there's a space in the source before text in some...
|
Forum: MeeGo / Harmattan
04-02-2013, 03:54 PM
|
|
Replies: 1,331
Views: 133,705
Re: [Announce] ProfileMatic for Harmattan
I have updated the beta (and Transifex source), and all the items quoted above should be fixed. Thank you for reporting, these are really good finds. And if anyone else finds similar stuff please let...
|
Forum: MeeGo / Harmattan
04-01-2013, 01:09 PM
|
|
Replies: 1,331
Views: 133,705
|
Forum: Applications
04-01-2013, 12:42 PM
|
|
Replies: 164
Views: 17,264
|
Forum: Applications
04-01-2013, 12:40 PM
|
|
Replies: 164
Views: 17,264
|
Forum: Applications
04-01-2013, 10:08 AM
|
|
Replies: 164
Views: 17,264
QmlMozBrowser for Harmattan. v0.1.5.4
QmlMozBrowser is Qt based Fennec (Firefox) - IPCLiteAPI (http://talk.maemo.org/showthread.php?t=85191) build for Harmattan with fancy overlay UI
Screenshots gallery...
|
Forum: MeeGo / Harmattan
04-01-2013, 07:59 AM
|
|
Replies: 1,331
Views: 133,705
Re: [Announce] ProfileMatic for Harmattan
That's great news, and sorry about the missing beta. While updating it last time, I must've missed the notification that the .deb is too large for embedding to forum post.
I have now updated the...
|
Forum: MeeGo / Harmattan
04-01-2013, 04:37 AM
|
|
Replies: 1,331
Views: 133,705
|
Forum: MeeGo / Harmattan
03-31-2013, 01:12 AM
|
|
Replies: 885
Views: 113,589
Re: [Support thread] Billboard Standby Screen
@Win7Mac this style of coding more intelligent:#!/bin/sh
state=$(qdbus --system com.nokia.icd2.context /org/maemo/contextkit/Internet/NetworkState org.maemo.contextkit.Property.Get | sed q)...
|
Forum: MeeGo / Harmattan
03-27-2013, 06:05 AM
|
|
Replies: 885
Views: 113,589
Re: [Support thread] Billboard Standby Screen
You can't nest {} like that in Billboard. I'll see what I can do for future versions. You can work around that by doing the checking in the script and removing the {network-name? } around it.
|
Forum: MeeGo / Harmattan
03-27-2013, 12:44 AM
|
|
Replies: 885
Views: 113,589
|
Forum: MeeGo / Harmattan
03-26-2013, 04:32 PM
|
|
Replies: 1,331
Views: 133,705
Re: [Announce] ProfileMatic for Harmattan
ProfileMatic is now translateable to different languages.
Please let me know what language you intend to do a translation for ProfileMatic, so that I can delay a release to include your...
|