
HdoNews
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
HdoNews (Heise Desktop Online News)
------------------------------------
Heise news-reader (http://www.heise.de)
Features
---------
- sroll up and down
- change between online,mobile,security
- change browser
For Clicks "Toggle locked position" must be "true"!!!!!
I hope you like it!
illusionist7
16 years ago
How to change default encoding?
In Russian this theme isn't working propertly. How to chage to KOI8-R or W-1251?
Thanks!
Report
mweber007
15 years ago
def setStyle(widget, text, shadow, size):
karamba.changeTextSize(widget, text, size)
karamba.changeTextFont(widget, text, "arial")
karamba.changeTextShadow(widget, text, shadow)
karamba.changeText(widget, text, karamba.getTextValue(widget, text).decode("KOI8-R"))
this worked fine for me whith "utf-8" so it should also work for you.
Report
nightMan
16 years ago
you must only change the execute of function "SetStyle(widget, text, shadow, size)" the variable "size" (default is 13)!
lines: 132, 158, 164, 170, 192
Report
hds
16 years ago
thx!
Report
hds
16 years ago
Report
hds
16 years ago
http://www.kde-look.org/content/show.php?content=20847
but i have a few problems.. maybe you could help me out?
i am using 1600x1200, and the font is much to small. hmm.. i am not a python freak , how do i change the fontsize? also i would like to resice this, maybe 500x300.. otherwise its really hard to read here.
OTOH, keep it up! nice that you sorted it (online, mobil, security) - nice idea, really!
Report