Showing results 1 to 25 of 100 @ 0.01 seconds. Search: Posts Made By: Slocan
Forum: Applications 2013-04-11, 23:23
Replies: 599
Views: 145,722
Posted By Slocan
Re: FeedingIt - RSS Reader

Thanks, you're right that categories id should be int. However, your patch also modifies the other tables (feed,feeds, image) which use a text id.
The categories is a feature I added very late, and...
Forum: Applications 2013-04-06, 05:54
Replies: 599
Views: 145,722
Posted By Slocan
Re: FeedingIt - RSS Reader

No, you can't rename categories, only delete them and recreate.

To disable logging, you can edit the debugging.py file (in /opt/FeedingIt if I remember correctly) to add:
level = logging.CRITICAL...
Forum: Alternatives 2013-02-04, 22:04
Replies: 123
Views: 42,635
Posted By Slocan
Re: BlackBerry 10 Launch

BB was quite agressive in setting deadlines for submitting apps (port-a-thons, $10000 pledge, dev alpha exchange...) that most developers submitted their half-baked app quickly, just to get in there....
Forum: Games 2013-01-23, 18:22
Replies: 37
Views: 14,767
Posted By Slocan
Re: [Announce] Wordsler - Word game.

Thanks John, fixed now. No score was lost, it just stopped calculating daily. Sorry I didn't notice earlier.
Forum: Applications 2012-07-25, 16:48
Replies: 599
Views: 145,722
Posted By Slocan
Re: FeedingIt - RSS Reader

Slider5, it should only ask to install Woodchuck once. If you decline, it won't ask again. I'm thinking you might have some permissions issue with the /home/user/.feedingit folder. You might want to...
Forum: Development 2012-07-17, 18:28
Replies: 28
Views: 14,297
Posted By Slocan
Re: QML and SelectionDialog [and other QML-related questions]

Not if you use relative height (something like height: screen.height-otherstuff.height)

Yes, look up one of the examples on how to create animations on property changes. You probably want to use...
Forum: Development 2012-07-13, 22:48
Replies: 28
Views: 14,297
Posted By Slocan
Forum: MeeGo / Harmattan 2012-06-27, 16:34
Replies: 15
Views: 5,107
Posted By Slocan
Re: Any Python apps, for N9?

I installed pyside and a version of the Qt Components (see this blog...
Forum: MeeGo / Harmattan 2012-06-26, 16:18
Replies: 15
Views: 5,107
Posted By Slocan
Re: Any Python apps, for N9?

Here is how I interact between Python and QML in FeedingIt. Not sure it's the best way to do it, but you can see in there how the Controller object is declared with its various slots that can be...
Forum: Development 2012-06-26, 16:11
Replies: 28
Views: 14,297
Posted By Slocan
Re: QML and SelectionDialog

The SelectionDialog is in its own Popup window, you can't place it inside a Column/Row, so it's giving you those loop warnings (column and dialog battling out to see who will provide the layout).
Forum: Applications 2012-06-18, 13:58
Replies: 41
Views: 13,086
Posted By Slocan
Re: Lukija (read it later -Client) - anyone able to sync ?

I just meant to open the .ini file (with a text editor). They only contain 4 or 5 lines of text, one of which should be "Name=Lukija".
Forum: Applications 2012-06-18, 03:36
Replies: 41
Views: 13,086
Posted By Slocan
Re: Lukija (read it later -Client) - anyone able to sync ?

Yeah, like MartinK mentions, the easiest would be to delete the database. It uses the Qml Offline Storage, which I believe is in:
/home/user/.local/share/data/QML/OfflineStorage/Databases/
Look at...
Forum: Applications 2012-06-17, 02:53
Replies: 41
Views: 13,086
Posted By Slocan
Re: Lukija (read it later -Client) - anyone able to sync ?

I am afraid so. It doesn't look like I built any expiry mechanism in the app.
Forum: Applications 2012-05-16, 18:02
Replies: 599
Views: 145,722
Posted By Slocan
Re: FeedingIt - RSS Reader

I'd think the easiest would be to make a script replacing www.washingtonpost.com with mobile.washingtonpost.com in all of the html files that are in ~user/.feedingit/XXX.d/ where XXX is the hash...
Forum: General 2012-05-10, 21:08
Replies: 48
Views: 20,570
Posted By Slocan
Re: RIM bets heavy on Qt and QML

Yeah, that was quite annoying. Funny thing is that my app passed the Store QA even though it was not even starting (crashed at startup because it couldn't find the libraries). That was much easier to...
Forum: General 2012-05-08, 04:17
Replies: 48
Views: 20,570
Posted By Slocan
Re: RIM bets heavy on Qt and QML

Can't speak for BB10 itself, but you can enable an SSH server on the Blackberry Playbook (which is running QNX too).

It was super easy to port my Qt app to the Playbook (Qt/QML), and I'd expect it...
Forum: Development 2012-03-30, 17:57
Replies: 12
Views: 5,053
Posted By Slocan
Re: Difference between main.qml and mainpage.qml?

main.qml contains the PageStackWindow window (see docs, but it's the container, dealing with menus, status bar, rotation, and the stack of pages).
MainPage.qml contains a Page object, which is the...
Forum: Games 2012-03-12, 20:18
Replies: 37
Views: 14,767
Posted By Slocan
Re: [Announce] Wordsler - Word game.

Glad you enjoy it!
The scores broke because of those 2 days where everyone had 0, it's fixed now, thanks for reporting that!

As for the unplayable letter selection, it has only happened twice...
Forum: Applications 2012-02-22, 18:01
Replies: 599
Views: 145,722
Posted By Slocan
Re: FeedingIt - RSS Reader

Yeah, many :-)

It only updates the event feed during a feed update (either manual or automatic).

Hmm, that, it's supposed to do when uninstalling, i'll have a look to see why it's working.
...
Forum: Applications 2012-02-03, 18:58
Replies: 599
Views: 145,722
Posted By Slocan
Re: FeedingIt - RSS Reader

New version is finally coming, it's in Ovi QA, so should be available sometime next week in an Ovi store near you.

Version 0.2.0 release notes:
- Feature: Background automatic updates
- Feature:...
Forum: Applications 2012-01-17, 17:01
Replies: 599
Views: 145,722
Posted By Slocan
Re: FeedingIt - RSS Reader

As an update, there is one file missing in the package in the Ovi store, causing the opml import to fail. Update incoming (well, might take a couple of weeks to publish, and go through Ovi QA).
Forum: Applications 2012-01-16, 19:41
Replies: 599
Views: 145,722
Posted By Slocan
Re: FeedingIt - RSS Reader

Can you check the latest logs in:
/home/user/.feedingit/logging/
after trying the import, to see if there were any errors?
Alternatively, can you send me the OPML file privately, so I can try it...
Forum: Development 2012-01-12, 21:12
Replies: 2
Views: 3,249
Posted By Slocan
Re: Python 3.0's end = ' ' counterpart in Python 2.5.4 of Maemo?

See:
http://docs.python.org/release/3.0.1/whatsnew/3.0.html
Forum: Applications 2011-12-29, 22:15
Replies: 599
Views: 145,722
Posted By Slocan
Re: FeedingIt - RSS Reader

Update interval is not yet configurable on Harmattan (at least not through the gui). Default is 6 hours.
Forum: Applications 2011-12-29, 04:30
Replies: 599
Views: 145,722
Posted By Slocan
Re: FeedingIt - RSS Reader

0.9.1-5 is in Extras-devel now.

Today is also the 2 year anniversary of the project creation in the Maemo garage. Yay!
Showing results 1 to 25 of 100



 
Forum Jump

All times are GMT. The time now is 16:40.