Showing results 1 to 25 of 100 @ 0.01 seconds. Search: Posts Made By: pH5
Forum: Applications 2012-12-12, 05:38
Replies: 138
Views: 65,314
Posted By pH5
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: 30,812
Posted By pH5
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,559
Posted By pH5
Sorry, use args.asVariant() in the...

Sorry, use args.asVariant() in the QDBusInterface::call().
Forum: Development 2011-12-12, 19:03
Replies: 6
Views: 2,559
Posted By pH5
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,559
Posted By pH5
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: 30,812
Posted By pH5
Re: [Announce/RFC] forum-tmo, a TMO Forum Viewer for Harmattan

Yes, those are already in the pipeline.


That's a good excuse to learn how to make a settings plugin. I'll look into it.


I rather like having the two forums as separate icons in the...
Forum: Development 2011-12-07, 21:45
Replies: 70
Views: 30,812
Posted By pH5
Re: [Announce/RFC] forum-tmo, a TMO Forum Viewer for Harmattan

Check out http://wiki.meego.com/MeeGo_Apps/Community_QA. The application has not cleared QA yet, so you'd have to install the testing repostory enabler to see it.
Forum: Development 2011-12-07, 21:10
Replies: 70
Views: 30,812
Posted By pH5
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: 269,236
Posted By pH5
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: 30,812
Posted By pH5
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: 30,812
Posted By pH5
That's a great idea, although I'd have to split...

That's a great idea, although I'd have to split the forum code into a backend that can operate independently from the GUI for that.
Forum: Development 2011-11-24, 19:31
Replies: 70
Views: 30,812
Posted By pH5
Re: [Announce/RFC] forum-tmo, a TMO Forum Viewer for Harmattan

I don't think so, this one is about the application icon not showing up.


The .ymp installer files are handled by the Apps for MeeGo client (http://apps.formeego.org/n9client).
If you absolutely...
Forum: Games 2011-11-24, 09:14
Replies: 107
Views: 58,447
Posted By pH5
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: 30,812
Posted By pH5
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: 30,812
Posted By pH5
Re: [Announce/RFC] forum-tmo, a TMO Forum Viewer for Harmattan

Done (http://apps.formeego.com/staging/applications/n9/pr1.0/harmattan/Other/forum-fmc/) and done (http://apps.formeego.com/staging/applications/n9/pr1.0/harmattan/Other/forum-tmo/).

Porting to...
Forum: Nokia N9 / N950 2011-11-20, 18:58
Replies: 1
Views: 1,836
Posted By pH5
This is perfectly normal. All free RAM tends to...

This is perfectly normal. All free RAM tends to be used as file system cache to speed up read access. So most of this used memory is still available for applications when they need it.
Forum: MeeGo / Harmattan 2011-11-14, 20:20
Replies: 3
Views: 2,165
Posted By pH5
/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: 30,812
Posted By pH5
[Announce/RFC] forum-tmo, a TMO Forum Viewer for Harmattan

Reading talk.maemo.org on the Harmattan browser is slightly inconvenient, for me at least. Therefore, I give you forum-tmo, a very much work-in-progress N9/N950 QML UI for this very forum:

23503...
Forum: Nokia N9 / N950 2011-11-14, 14:45
Replies: 46
Views: 27,002
Posted By pH5
Is this documented somewhere? My database didn't...

Is this documented somewhere? My database didn't contain any event_type_id=11
Forum: Nokia N9 / N950 2011-10-26, 14:46
Replies: 46
Views: 27,002
Posted By pH5
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,002
Posted By pH5
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,002
Posted By pH5
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: 58,447
Posted By pH5
Re: [Maemo 5] Frogatto & Friends

Hm, the launcher package ended up empty (I used cd /opt/frogatto; game --fullscreen to test).
A fixed package...
Forum: Games 2011-08-11, 16:18
Replies: 107
Views: 58,447
Posted By pH5
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: 58,447
Posted By pH5
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)?
Showing results 1 to 25 of 100



 
Forum Jump

All times are GMT. The time now is 18:08.