Prodigem
Blog
   
February 27, 2005
  Torrentocracy latest cvs includes DB patch for myth 0.17

John Miller was gracious enough to provide an update for Torrentocracy for Myth's recent DB api changes in Myth 0.17. Thanks! CVS has the update. As the link above will show you, the myth community is still generally ridiculously scared of uttering the word torrent in the same sentence as Myth. Alas, this poor attitude combined with my lack of time for the project will only hurt development. Given that there are still some outstanding problems which need fixing and the likelihood that there are many out there that could easily fix these, it's quite a shame.

Also, Larry Silverman has provided alternative screen resolution numbers to make Torrentocracy look correct on 1024x768 resolution:

torrentocracy.cpp:
/* Rewritten for 1024x768 resolution */
void Torrentocracy::setupContentBrowser(bool expanded)
{

if (expanded) {
contentbrowser->setFont(QFont("Arial Narrow", 14));
contentbrowser->setHScrollBarMode(QTextBrowser::AlwaysOff);
contentbrowser->setVScrollBarMode(QTextBrowser::Auto);
contentbrowser->move(38,290);
contentbrowser->resize(942,400);
contentbrowser->setContentsPos(0,0);
}
else {
contentbrowser->setFont(QFont("Arial Narrow", 12));
contentbrowser->setHScrollBarMode(QTextBrowser::AlwaysOff);
contentbrowser->setVScrollBarMode(QTextBrowser::AlwaysOff);
contentbrowser->move(38,485);
contentbrowser->resize(942,210);
contentbrowser->setContentsPos(0,0);
}
}

By Gary Lerhaupt, 01:46 PM in software | Comments (0)  
 
Comments
  There are currently 0 comments for this entry.  
 
Post A Comment









Remember personal info?






February 2005
S M T W T F S
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28          

Categories
changeblog
enabled feeds
general
prodigem
software
torrents
 
Archives
Current
May 2006
March 2006
January 2006
December 2005
November 2005
October 2005
September 2005
August 2005
July 2005
June 2005
May 2005
April 2005
March 2005
February 2005
January 2005
December 2004
November 2004
October 2004
September 2004
August 2004
July 2004
June 2004
 
Email
gary@lerhaupt.com
 
RSS
index.xml
 
Powered By
Movable Type
BottomImage