Active Topics

 

Showing results 1 to 25 of 100 @ 0.02 seconds. Search: Posts Made By: gionni88
Forum: MeeGo / Harmattan 2013-03-17, 18:49
Replies: 95
Views: 61,134
Posted By gionni88
Re: [Announce] QML Radio for Harmattan

Yes is possible, but requires changing the code. Policy management has to be added since QRadioTuner class does not handle it by itself.
Hovewer, I'm busy right now and I cannot help you.
Forum: MeeGo / Harmattan 2013-02-16, 08:25
Replies: 13
Views: 5,438
Posted By gionni88
Re: N9: switching off automatic birthda reminder --> 10 € award

The correct SQL statement is:

UPDATE Alarm SET Offset = 43200 WHERE Offset == -129600;

I have not checked if a positive offset can be set by the way. Be carefull when entering SQL statements,...
Forum: MeeGo / Harmattan 2013-02-04, 17:21
Replies: 13
Views: 5,438
Posted By gionni88
Re: N9: switching off automatic birthda reminder --> 10 € award

After updating to PR 1.3 (or 1.2) there is a proper calendar for contacts birthdays, it may be you have some contacts birthdays in old calendar? Like the one from one of the birthdays apps on Nokia...
Forum: MeeGo / Harmattan 2013-02-03, 10:50
Replies: 95
Views: 61,134
Posted By gionni88
Re: [Announce] QML Radio for Harmattan

The dependencies debs are not of my own, but Javispedro's.

I cannot put a deb package on Nokia store which requires another package to work, it's in Nokia's developer guidelines. So I should put...
Forum: Development 2013-02-03, 10:38
Replies: 2
Views: 3,188
Posted By gionni88
Re: [Help needed] SectionScroller QML and QList<QObject*>

You need a QAbstractListModel with the following implementations to be able to use section scrollers or fast scroll:

//the number of total items property...
Q_PROPERTY(int count READ rowCount)
...
Forum: Development 2012-12-12, 08:09
Replies: 4
Views: 3,706
Posted By gionni88
Re: Is there a way to generate a ts-file for qml and python at the same time?

Check the ts version both commands use, are they different? You have to open the ts file with a text editor.

Another solution is to script everything:
pyside-lupdate main.py -ts temp.ts
tail -n...
Forum: Development 2012-12-11, 17:44
Replies: 4
Views: 3,706
Posted By gionni88
Re: Is there a way to generate a ts-file for qml and python at the same time?

I have never tried pyside, but can't you create the ts file with a script which calls both pyside-lupdate and lupdate which operates on python files and qml files but on the same ts file? Won't the...
Forum: Development 2012-11-28, 17:04
Replies: 0
Views: 1,291
Posted By gionni88
Filtering Sms by content [Harmattan]

I'm developing an app to manage messages. I need to be able to filter sms by content. On Fremantle I succesfully used QMessageFilter::bySubject, but on Harmattan it does not work (or it got changed...
Forum: Nokia N9 / N950 2012-11-27, 13:59
Replies: 24
Views: 13,110
Posted By gionni88
Re: N9 NFC to other device (Samsung S3)

I'm using nfc to transfer photos from N9 to Nexus 7 with no problem. Sometimes the bluetooth transfer does not start, but all other times it works. What I dislike is the need to conferm every time...
Forum: MeeGo / Harmattan 2012-11-25, 09:35
Replies: 19
Views: 5,145
Posted By gionni88
Re: N9 Multitasking?! ;)

I can confirm it:

accelerometer.setProperty("alwaysOn", true);
Forum: Applications 2012-11-09, 09:06
Replies: 27
Views: 10,166
Posted By gionni88
Re: [Announce] Internet Radio Widget

Thanks for the reports. Right now I have no time at all, and my list of maemo/meego todos keeps growing...

I won't upload 0.2.0 to the repository, I have problems with latest QtCreator managing...
Forum: MeeGo / Harmattan 2012-10-31, 14:25
Replies: 95
Views: 61,134
Posted By gionni88
Re: [Announce] QML Radio for Harmattan

I wanted to implement tapping on station title switch the label to station program info, it should be really easy, I just lack time :/

Let me know if something is not clear, I tend to call all...
Forum: MeeGo / Harmattan 2012-10-30, 15:13
Replies: 95
Views: 61,134
Posted By gionni88
Re: [Announce] QML Radio for Harmattan

Here (https://dl.dropbox.com/u/58218460/qmlradio_0.0.9.rar) there is the source for 0.0.9 version.

Let me know on which upgrades you will work on.
Forum: Applications 2012-10-24, 17:34
Replies: 15
Views: 6,793
Posted By gionni88
Re: [Announce] NoStopPlayer for N9

Updated first post with 0.0.3 version.

Bugs fixed:
LPM screen shows current song

New features:
First screen shown last played directories. Unwanted dirs may be removed tapping the thrash...
Forum: MeeGo / Harmattan 2012-10-18, 19:48
Replies: 95
Views: 61,134
Posted By gionni88
Re: [Announce] QML Radio for Harmattan

I was waiting Javispedro's updated version of fmrx-cat before implementing radio recording. I had tried what you linked but didn't get any working audio dump.
Forum: Applications 2012-10-01, 12:16
Replies: 15
Views: 6,793
Posted By gionni88
Re: [Announce] NoStopPlayer for N9

In next version I'm adding option to set custom delays to get a better playback depending on album/device. Right now is set to 1000ms.
Forum: Applications 2012-09-09, 21:02
Replies: 7
Views: 6,337
Posted By gionni88
[Announce] 3D Tris for Harmattan

3D tris is a revamped 1vs1 tris game.

There are three floors to be filled with marks, and the player who gets more of his marks aligned wins. Third dimension add more challenge, because players...
Forum: Applications 2012-09-03, 08:31
Replies: 15
Views: 6,793
Posted By gionni88
Re: [Announce] NoStopPlayer for N9

I'm using two player objects, so there is more ram and cpu usage, expecially at tracks switches. SigmaPlayer is already heavy with EQ enabled, think about two players with two equalizer effects...
Forum: Applications 2012-09-03, 08:16
Replies: 15
Views: 6,793
Posted By gionni88
[Announce] NoStopPlayer for N9

NoStopPlayer is a gapless playback player for Harmattan. After picking a directory, all its audio files will be loaded in alphabetically order by their filenames.

NoStopPlayer has been developed...
Forum: MeeGo / Harmattan 2012-08-29, 07:40
Replies: 8
Views: 2,613
Posted By gionni88
Re: Dev question

Thanks, didn't know it was finally included as default.

EDIT: do you know in which PR this feature was included?
Forum: MeeGo / Harmattan 2012-08-28, 16:40
Replies: 8
Views: 2,613
Posted By gionni88
Re: Dev question

I guess we are talking about qml plugins, and not meego touch framework.

Toolbar only has two colours, one for light theme and one for the dark one. Only one toolbar element is instanced within...
Forum: General 2012-07-21, 10:18
Replies: 35
Views: 13,853
Posted By gionni88
Re: BE AWARE! The Ovi store is not open your bought apps anymore!

If I'm not wrong they have raised the download count to 10, but I'm with you, having a limited numbers of downloads available for purchased contents is silly. Users who tink their devices and need to...
Forum: Applications 2012-07-11, 20:58
Replies: 8
Views: 7,315
Posted By gionni88
Re: [Announce] Scrobbler for Harmattan

For Nokia store publication it is.
Forum: MeeGo / Harmattan 2012-07-11, 10:55
Replies: 74
Views: 31,842
Posted By gionni88
Re: [Announce] Sigma Player for Harmattan

Native player is a mistery for me, because it's not suffering from bugs Sigma does. I'm using the official QtMobility libs, and every time I have a new project for Maemo/Harmattan I find new bugs in...
Forum: MeeGo / Harmattan 2012-07-10, 07:18
Replies: 74
Views: 31,842
Posted By gionni88
Re: [Announce] Sigma Player for Harmattan

@ kyle2k

No problem at all, I'm here to improve it.

I have these cpu usage values from Energy Profiler:
0% cpu used when player is in stopped state;
15-16% usage when playing and no EQ...
Showing results 1 to 25 of 100



 
Forum Jump

All times are GMT. The time now is 23:54.