Active Topics

 

Showing results 1 to 25 of 100 @ 0.02 seconds. Search: Posts Made By: gionni88
Forum: MeeGo / Harmattan 2013-03-18, 08:31
Replies: 71
Views: 31,054
Posted By gionni88
Re: [Announce/WIP] WidgetCanvas - Widgets for Harmattan

Thanks for the support. I really love the N9 and its C++/Qt development, but there are too many problems Nokia refuses to fix.
I have lost 2 weeks of developing on another project because of a...
Forum: MeeGo / Harmattan 2013-03-17, 18:55
Replies: 71
Views: 31,054
Posted By gionni88
Re: [Announce/WIP] WidgetCanvas - Widgets for Harmattan

I'm sorry but ye, it is dead. After all the troubles I got I lost interest to keep developing this.
Forum: MeeGo / Harmattan 2013-03-17, 18:49
Replies: 95
Views: 60,730
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,419
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,419
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: 60,730
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,181
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: Applications 2012-12-21, 13:47
Replies: 15
Views: 6,753
Posted By gionni88
Re: [Announce] NoStopPlayer for N9

Sorry, but it's not easily doable. It seams the Nokia Audio GalleryModel does not recognize flac as an audio file. It's not a small time fix, I should write my own tracks retriever.

You can...
Forum: Development 2012-12-12, 08:09
Replies: 4
Views: 3,642
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,642
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,288
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,074
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-26, 17:40
Replies: 43
Views: 28,555
Posted By gionni88
Re: Notes Extracting N9

You're welcome!
Forum: MeeGo / Harmattan 2012-11-25, 09:35
Replies: 19
Views: 5,054
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,148
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: 60,730
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: 60,730
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-28, 18:01
Replies: 15
Views: 6,753
Posted By gionni88
Re: [Announce] NoStopPlayer for N9

This happens because there is no resource policy about the LPS logo image. So there is overwriting of logo images from different softwares attempting to use the LPS screen.

I will contact...
Forum: Applications 2012-10-28, 13:23
Replies: 15
Views: 6,753
Posted By gionni88
Re: [Announce] NoStopPlayer for N9

Do you have Billboard installed?
Forum: Applications 2012-10-24, 17:34
Replies: 15
Views: 6,753
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: 60,730
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: MeeGo / Harmattan 2012-10-18, 12:30
Replies: 95
Views: 60,730
Posted By gionni88
Forum: General 2012-10-06, 09:30
Replies: 7
Views: 2,509
Posted By gionni88
Re: Publishing a free and a donate version on Nokia Store

I have written about it here (http://talk.maemo.org/showthread.php?p=1169711#post1169711).

Using Qt pro file macros you can easily set two different packages with different package names ,...
Forum: Applications 2012-10-01, 12:16
Replies: 15
Views: 6,753
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: Development 2012-09-16, 19:50
Replies: 4
Views: 7,871
Posted By gionni88
Re: Help needed: build Qt App with GStreamer

You do have the package gstreamer-0.10-dev package installed on your pc, don't you?
Showing results 1 to 25 of 100



 
Forum Jump

All times are GMT. The time now is 07:01.