![]() |
Re: [Announce] GRead : yet another Google Reader application... (PyQt)
Suggestion : at the top of libgreader.py, replace :
Quote:
Quote:
Just tried on my PC, it was the only change needed :-) I need to understand how your "views" are designed, to see if I could make a simple one for Maemo4... |
Re: [Announce] GRead : yet another Google Reader application... (PyQt)
Great time in Strasbourg :)
Used some time in the train to work a little on GRead, with some work on controls :
The application if fully usable now, with all these controls, and with the "pseudo-offline" capabilities, i used it this week-end without network some times (or really poor bandwidth) and i had no problems at all, just sometimes long to fetch feeds content but it was attended. And just to say... i'm thinking a lot about storage :) |
Re: [Announce] GRead : yet another Google Reader application... (PyQt)
Hi Twidi,
I used Gread over the weekend. I like it. Consider making it a preference to turn off the self hiding header of each item. I suppose you would appreciate git pushes (not sure on the terminology)? I have a question though. I changed it to sort by date, oldest first. But this needs a fetch of all outstanding items to work correctly. This seems to consume a lot of memory, at least the device feels sluggish when I have around 800 items fetched. Is there a way to ask Google for the oldest items? Then I can go back to fetching a subset of all outstanding items. I source dived for a bit but didn't see an obvious method to do this. thanks, Frank |
Re: [Announce] GRead : yet another Google Reader application... (PyQt)
Quote:
|
Re: [Announce] GRead : yet another Google Reader application... (PyQt)
Quote:
|
Re: [Announce] GRead : yet another Google Reader application... (PyQt)
Has the app been packaged?? Is it there under extra-devel??
|
Re: [Announce] GRead : yet another Google Reader application... (PyQt)
Quote:
|
Re: [Announce] GRead : yet another Google Reader application... (PyQt)
Quote:
Please keep in mind that my opinion above is just that. No disrespect intended to this fine application. Frank |
Re: [Announce] GRead : yet another Google Reader application... (PyQt)
Quote:
If I'm not mistaken there is a regression in this version... all the new stuff you listed is there, but it seems all navigation has disappeared from the "post view": not only the keys (j/k/n/p) but also the "furtive buttons" don't work any more... Is it only me ? |
Re: [Announce] GRead : yet another Google Reader application... (PyQt)
Quote:
- yes, it takes some screen space, but it's often useful because some feeds have little to no content except the title. And for large posts with a lot of content you generally scroll the page anyway... - it's only redundant because it's also in the window caption, only not so useful because you often see only a small part of it. Especially in portait mode, and of course when "scrolling marquee" is turned off (I also can't stand it :-). - OTOH there is another useful bit of info that's often lacking from the "view post" page, especially when browsing through the "all posts from all feeds" list : the feed from which the current post came from. That name is generally shorter and would fit well in the caption. So my personal preference (which I pompously call "the Fred mode") would be : * feed name in the windows caption * post title at top of page, as it is now, but not fading and scrolling with the rest... |
Re: [Announce] GRead : yet another Google Reader application... (PyQt)
i'll reply to you guys in few hours, not the time right now.
Just a word about the bug described by fpp, i did a quick update for this couple of hours ago |
Re: [Announce] GRead : yet another Google Reader application... (PyQt)
Hmm, there's been a lot going on today :-)
Just a quick question : I grew tired of repeatedly downloading the Tar archive from Github, especially as it was often out of date (though less so, strangely than the Zip). Then untarring, renaming, etc. So like you & grog I apt-get-installed git-core and learned the two commands needed to clone & update GRead on my N900 (first time I ever used a VCS :-). Seems to work quite well, and makes it much easier to keep up. The only unpleasant part is that the git-core package does not seem to be "optified" : apt-get pulled in about 7 Megs, and after that my free rootfs was down by roughly the same amount... Is there any way around that ? |
Re: [Announce] GRead : yet another Google Reader application... (PyQt)
Frank Banul : for the titles options i'll add some settings soon. For the sort by date , older first, i know it's possible with google reader but it's not actually possible with the lib i use. I put it on my todo and i'll check this later. (and of course you can propose path on github via your own fork)
hotzigetty & SallyJane : no, not packaged... i should do this quickly, really ! fpp : doni really don't know about the git package, sorry Now, some news from GRead :
Only minor things (except the work on separating basic and maemo ui), but it's better day after day (i use it a lot, every day) |
Re: [Announce] GRead : yet another Google Reader application... (PyQt)
Quote:
Now I need to find some example code of PyQt for Maemo4 to see what's reasonably possible to "Hildonize" an app on that platform... Quote:
Quote:
|
Re: [Announce] GRead : yet another Google Reader application... (PyQt)
Quote:
Why rebind "O" to "open" when Enter already did that just fine ? And plain "O" was a lot easier to change orientation at the start of a session... A side question while I'm at it : When I'm in src/views/maemo5/__init__.py, in the View class, near the update_*_title() methods... is there an easy way I can access the feed name for the item being displayed ?... :-) |
Re: [Announce] GRead : yet another Google Reader application... (PyQt)
So no one has mentioned this so it makes me think I'm the only one seeing this...
In item view, using the on screen next/previous buttons seems a bit off. If you press the next button, >, then on the next screen, the "mouse" is still over the next button so the tooltip just sits there with the item highlighted and flashes until you click somewhere else. I tried to fix this but was unsuccessful. thanks, Frank |
Re: [Announce] GRead : yet another Google Reader application... (PyQt)
I mostly use landscape with keyboard so I might not have noticed in my quick tests.
I'll look closer in portrait when home... |
Re: [Announce] GRead : yet another Google Reader application... (PyQt)
Quote:
And I too prefer keyboard but would like to have touchscreen control, but having to click twice seems like a problem. Frank |
Re: [Announce] GRead : yet another Google Reader application... (PyQt)
Ah yes, I had managed not to see the little buggers on first try... mental block, probably : first we had the scrolling marquee titles, and now the blinking arrow tooltips... will it ever end ? :-)
Distracting, yes, and they don't always seem to appear. However, I couldn't reproduce your having to click the arrows twice. Maybe you're supposed to hit them *between* blinks ? :-) |
Re: [Announce] GRead : yet another Google Reader application... (PyQt)
Quote:
It's not that you have to click the button twice to get the next item. It's that you have to click it once to get the next item and then click outside of the button area to let it fade away and stop putting the tool tip up. Frank |
Re: [Announce] GRead : yet another Google Reader application... (PyQt)
fpp : the "O" key is now bound to the "open" function to respect the shortcuts under google reader. I understand you find this annoying but... few days ago there was no key at oll for this function so... But perhaps you have another suggestion than shift-O (a suggestion which is not "O" :D ) ?
For the title, you should better redefine the "get_title" method in the "maemo5/itemview.py". In the "__init__.py" you only have objects/methods which are "global" to all views, and in each view you can redefine whatever you want. And if you want your redefined method to call the original one you can use the "super" statement, but you may not want to for your case. Frank Banul : this "bug" (which was not really a bug) is now resolved in the latest commit (for this, when the arrow is clicked i "move the mouse" away of the arrow) |
Re: [Announce] GRead : yet another Google Reader application... (PyQt)
Quote:
Quote:
|
Re: [Announce] GRead : yet another Google Reader application... (PyQt)
Quote:
|
Re: [Announce] GRead : yet another Google Reader application... (PyQt)
Quote:
Sorry if bug is the wrong term, I just didn't understand the intended design. Frank |
Re: [Announce] GRead : yet another Google Reader application... (PyQt)
fpp : i said there was no key for toggle orientation, not for enter :)
mavit : i know i know. I don't like how the orientation is managed in maemo, it's a sort of hack. It works by window and with a multi-window application there si a glitch. But i will add this again to GRead later, for sure. Frank : no pbm, i noticed this "strange behavior" too, and now it's ok :) |
Re: [Announce] GRead : yet another Google Reader application... (PyQt)
Quote:
Now we have two redundant, unshifted keys for "open" (O and Enter), and orientation has moved to shift-O, which is less convenient. I just don't see the logic, especially as I don't use Google Reader on the desktop, because Feedly is so much better for keyboard navigation :-) |
Re: [Announce] GRead : yet another Google Reader application... (PyQt)
A suggestion for orientation. How about landscape when the keyboard is open, portrait when it's closed. Would work for me :)
|
Re: [Announce] GRead : yet another Google Reader application... (PyQt)
Sounds good !
|
Re: [Announce] GRead : yet another Google Reader application... (PyQt)
i'll look for this.
I've just added a tool to easily switch to whatever feed you want. Just hit "shift-space" in a view (either feed list, item list or item content) and a dialog will open. Just type some letters of a feed, navigate with up and down arrows and select with enter (or click in the list) and the feed will open. |
Re: [Announce] GRead : yet another Google Reader application... (PyQt)
New trick in GRead : press "H" to display all available shortcuts (yes i know the font size is very tiny but it's the only way to display all shortcuts, and it's not part of the main UI so i decided it was ok :D)
Little reminder : don't forget than GRead work on desktop too (if Qt and PyQT are installed on your desktop, linux or windows or whatever) |
Re: [Announce] GRead : yet another Google Reader application... (PyQt)
(about the desktop version, i just committed an update, now it uses a toolbar instead of the menubar, which allow to view checked menu items)
|
Re: [Announce] GRead : yet another Google Reader application... (PyQt)
Quote:
When you launch it as : Quote:
The main issues are that the system menu is not converted automatically as in Fremantle, and the default font is too tiny to read, with the zoom keys not working. These could probably be corrected more or less easily with a custom "maemo4" view, to make a workable GRead for the old tablets... Speaking of which, I found another way to detect the host type and choose a view accordingly : N900 : "Maemo 5" in os.environ.values() N8x0 : "OS 2008" in os.environ.values() |
Re: [Announce] GRead : yet another Google Reader application... (PyQt)
I don't know when it happened but I no longer have a link to browse "All" feeds at once. Just me, or was that removed? TX
|
Re: [Announce] GRead : yet another Google Reader application... (PyQt)
Quote:
TX |
Re: [Announce] GRead : yet another Google Reader application... (PyQt)
Quote:
|
Re: [Announce] GRead : yet another Google Reader application... (PyQt)
It escaped once, but was caught back :)
(see github) |
Re: [Announce] GRead : yet another Google Reader application... (PyQt)
Twidi,
Why use an iPhone user agent? No reason to prop up the iPhone mindshare. A couple of times over the weekend while using the on screen next button, it was left highlighted on the next item. Unfortunately I can't figure out what causes it. It happened maybe 1-2% of the time. Frank |
Re: [Announce] GRead : yet another Google Reader application... (PyQt)
Quote:
|
Re: [Announce] GRead : yet another Google Reader application... (PyQt)
Quote:
The zoom keys should be easy, they're just bound to F6/F7 or something like that. |
Re: [Announce] GRead : yet another Google Reader application... (PyQt)
Quote:
|
All times are GMT. The time now is 15:32. |
vBulletin® Version 3.8.8