Forum: Applications
2013-04-11, 23:23
|
Replies: 599
Views: 150,130
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: 150,130
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: 43,646
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: 15,039
|
Forum: Applications
2012-07-25, 16:48
|
Replies: 599
Views: 150,130
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,740
|
Forum: MeeGo / Harmattan
2012-06-27, 16:34
|
Replies: 15
Views: 5,219
|
Forum: MeeGo / Harmattan
2012-06-26, 16:18
|
Replies: 15
Views: 5,219
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,740
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,367
|
Forum: Applications
2012-06-18, 03:36
|
Replies: 41
Views: 13,367
|
Forum: Applications
2012-05-16, 18:02
|
Replies: 599
Views: 150,130
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: 21,137
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: 21,137
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,131
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: 15,039
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: 150,130
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: 150,130
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: 150,130
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: Development
2012-01-12, 21:12
|
Replies: 2
Views: 3,294
|
Forum: Applications
2011-12-29, 04:30
|
Replies: 599
Views: 150,130
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!
|
Forum: Applications
2011-12-28, 15:10
|
Replies: 599
Views: 150,130
Re: FeedingIt - RSS Reader
The N9 version should also be compatible with Woodchuck (Neal made a harmattan version, but I have to admit I haven't really tested it recently). I think this will be the recommended update mechanism...
|
Forum: Applications
2011-12-17, 03:09
|
Replies: 599
Views: 150,130
Re: FeedingIt - RSS Reader
FeedingIt is now available in the Ovi Store for Meego Harmattan (N9/N950).
http://store.ovi.com/content/227782
Neal's changes for the N900 version will be pushed in the next few days as well.
|
Forum: Applications
2011-11-26, 03:05
|
Replies: 599
Views: 150,130
Re: FeedingIt - RSS Reader
If I understand correctly how it works, the default setting is that it'd try to keep the feeds at most 6 hours old, and would do its updates when detecting the system is idle (and connected on wifi)....
|
Forum: Development
2011-11-25, 17:37
|
Replies: 4
Views: 2,343
Re: Python Hildon Buttons Driving Me Crazy!
It is just one button. The theme is tiling the background image instead of stretching it across the whole button (could be because of the flag gtk.HILDON_SIZE_FINGER_HEIGHT which tells it the button...
|