Forum: Applications
2012-12-12, 05:38
|
Replies: 138
Views: 68,209
Re: Tor Status Area Applet
Tor version 0.2.3.25 ( http://maemo.org/packages/package_instance/view/fremantle_extras-devel_free_armel/tor/0.2.3.25-1maemo1/) is uploaded to Extras-devel.
|
Forum: Development
2011-12-12, 21:38
|
Replies: 70
Views: 32,199
Of course. Unfortunately right now, the HTML...
Of course. Unfortunately right now, the HTML parser is still hardcoded in the item model classes. That is to say, I need to work on documentation and separation of functionality. Check the onReceived...
|
Forum: Development
2011-12-12, 20:40
|
Replies: 6
Views: 2,681
|
Forum: Development
2011-12-12, 19:03
|
Replies: 6
Views: 2,681
Re: Harmattan, Qt, DBus, problem.
Hm, right. QDBusArgument's operator<< can take any QMap, so this should create the correct a{ss} signature:
QMap<QString,QString> map;
QDBusArgument args; args << map;
QDBusInterface...
|
Forum: Development
2011-12-12, 17:53
|
Replies: 6
Views: 2,681
Re: Harmattan, Qt, DBus, problem.
Try using a QVariantMap (QMap<QString,QVariant>) filled with strings.
QBusInterface::call() expects a QVariant there, but QVariant has no QVariant(QMap<QString,QString>) constructor.
|
Forum: Development
2011-12-08, 12:26
|
Replies: 70
Views: 32,199
|
Forum: Development
2011-12-07, 21:45
|
Replies: 70
Views: 32,199
|
Forum: Development
2011-12-07, 21:10
|
Replies: 70
Views: 32,199
Please ignore that, I understand the issue now...
Please ignore that, I understand the issue now and I'm working on it - I was sending percent encoded UTF-8 text to the server when I should send percent encoded ISO-8859-1 and HTML-encode non-Latin1...
|
Forum: Community
2011-12-07, 19:55
|
Replies: 1,015
Views: 283,871
Re: MeeGo Coding Competition 2011
[/QUOTE]
I didn't expect that. Thanks to all participants on both sides of the voting booths for making this competition such a success (both in general and personally :))!
As required, the Nine...
|
Forum: Development
2011-12-07, 19:16
|
Replies: 70
Views: 32,199
The forum pages are served with content type...
The forum pages are served with content type ISO-8859-1, I don't know how I could do anything about that.
I think at least the inital start screen should look similar to the forum web page, I...
|
Forum: Development
2011-12-06, 11:27
|
Replies: 70
Views: 32,199
|
Forum: Development
2011-11-24, 19:31
|
Replies: 70
Views: 32,199
|
Forum: Games
2011-11-24, 09:14
|
Replies: 107
Views: 60,764
Re: Frogatto & Friends
For N9/N950, have a look at this thread (http://forum.meego.com/showthread.php?p=35826) on the MeeGo Forum.
An initial port is now available in the MeeGo Community repositories.
|
Forum: Development
2011-11-22, 16:12
|
Replies: 70
Views: 32,199
Yes, in the future the account plugin itself...
Yes, in the future the account plugin itself should do the validation so that you can't even create an account with wrong credentials.
The icon will appear after a reboot - does anybody know how...
|
Forum: Development
2011-11-22, 08:32
|
Replies: 70
Views: 32,199
|
Forum: Nokia N9 / N950
2011-11-20, 18:58
|
Replies: 1
Views: 1,913
|
Forum: MeeGo / Harmattan
2011-11-14, 20:20
|
Replies: 3
Views: 2,271
/usr/share/icons/hicolor/80x80/apps is where...
/usr/share/icons/hicolor/80x80/apps is where current Qt Creator generated applications put their icons (older versions put them in 64x64/apps). The stock application icons are mostly in...
|
Forum: Development
2011-11-14, 16:29
|
Replies: 70
Views: 32,199
|
Forum: Nokia N9 / N950
2011-11-14, 14:45
|
Replies: 46
Views: 27,701
|
Forum: Nokia N9 / N950
2011-10-26, 14:46
|
Replies: 46
Views: 27,701
Re: How to transfer messages from N900 -> N9
Yes, you should be able to extract it from any backup that includes communication & calendar:
comm_and_cal.zip contains a file Root/home/user/.rtcomm-eventlogger/backup.tgz
backup.tgz contains...
|
Forum: Nokia N9 / N950
2011-10-26, 09:47
|
Replies: 46
Views: 27,701
Re: How to transfer messages from N900 -> N9
Fixed the sorting issue (https://gitorious.org/mff/mff/commit/9ce61c384f56724a903ab127b45daed8950731f6). Now the only thing wrong with my own el-v1.db import is that vCard messages turn up empty.
...
|
Forum: Nokia N9 / N950
2011-10-25, 19:20
|
Replies: 46
Views: 27,701
Re: How to transfer messages from N900 -> N9
I have started a small tool to import SMS messages (https://gitorious.org/mff/mff) from my N900's el-v1.db into tracker using libcommhistory.
There is an annoying bug remaining:
Imported...
|
Forum: Games
2011-08-12, 08:56
|
Replies: 107
Views: 60,764
|
Forum: Games
2011-08-11, 16:18
|
Replies: 107
Views: 60,764
Re: [Maemo 5] Frogatto & Friends
There is a new version (1.1.1-maemo2) in extras-devel and extras-testing now, which is rebased onto the proper 1.1.1 version (as tagged on github.com). With this version, AndyTitan's save.cfg doesn't...
|
Forum: Games
2011-08-02, 04:51
|
Replies: 107
Views: 60,764
Re: [Maemo 5] Frogatto & Friends
Thanks. If you ever have it crash reproducably in the same place, could you save just before the crash (Ctrl+S) and send me a copy of the savegame (/home/user/.frogatto/save.cfg)?
|