![]() |
Re: [Announce] GRead : yet another Google Reader application... (PyQt)
It's probably not KhtEditor as I have it too and scrolling in item view works in GRead. I don't have PyGtkEditor but IMHO it is obsolete and has been replaced by KhtEditor.
|
Re: [Announce] GRead : yet another Google Reader application... (PyQt)
It has something to do with the qwebviewselectionsuppressor, because it works again when I disable the selectionsuppressor. Unfortunately then text selection gets active again and selects all text I scroll over...
Will look into it some more this evening. |
Re: [Announce] GRead : yet another Google Reader application... (PyQt)
Hm, I did look into it. The event handling etc seems to be fine. Just to make sure: Which pyqt versions are you using? I am currently running on 4.7.5.
|
Re: [Announce] GRead : yet another Google Reader application... (PyQt)
Quote:
Good news: 1) confirmed: with the new view, GRead can indeed be launched without any modifications in Maemo4, thanks for that ! 2) the font size issue in the first two views (feeds/items) can be hacked easily (if not subtly :-). I just added one line to feedlist.py, class FeedListView, __init__ method, after the call to super() : Quote:
The bad news is that I still don't really understand how all that stuff works, and how I could add it only to the maemo4 view. Right now of course it applies to all views: on the N900 the font is just a bit larger (actually better for my old eyes :-), but on the PC it's just huge ! PS: also on Windows, GRead used to open its three windows on top of each other, slightly tiled. In this new version windows pop up all over the place... I only use it for testing, but it's strange :-) |
Re: [Announce] GRead : yet another Google Reader application... (PyQt)
naj : i also have qt 4.7.5, with python 2.5, and i don't have this problem :(
fpp : for maemo 4 it's not hard at all. Just define in views/maemo4/__init__.py a __init__ method for the View class (see in views/maemo5/__init__.py for signature) with a call to super and then add your code (it will then be applied to the three windows) For the desktop version, i don't have windows but on linux, the windows are positioned this way : feed list on the top left corner, item list just below, and item content use the space left on the screen |
Re: [Announce] GRead : yet another Google Reader application... (PyQt)
I need some help to make GRead available to extra-devel : http://talk.maemo.org/showthread.php?t=63775
|
Re: [Announce] GRead : yet another Google Reader application... (PyQt)
Hi,
i like to test you application and cloned the latest git sources. After that i installed the requiered libs from the README. But if i want to start the application i get an error: Code:
QMainWindow::addToolBar: invalid 'area' argument (qt is version 4.6.2, python is version 2.5.4) |
Re: [Announce] GRead : yet another Google Reader application... (PyQt)
Do you you also have PyQt 4.7.5 installed ?
|
Re: [Announce] GRead : yet another Google Reader application... (PyQt)
Thanks i (you !) found a bug which occurs if nobody logged in, so for evey first install of the application !
I'll correct it soon (now ? :D ) Nobody for my extras-devel problem ? |
Re: [Announce] GRead : yet another Google Reader application... (PyQt)
The bug is now resolved, thanks Perry3D
|
All times are GMT. The time now is 16:23. |
vBulletin® Version 3.8.8