author | drw <drw> | 2002-06-20 00:32:56 (UTC) |
---|---|---|
committer | drw <drw> | 2002-06-20 00:32:56 (UTC) |
commit | 2ae11eec4c1b90093e464b863131de07c4528d96 (patch) (unidiff) | |
tree | f8df2cf39b9fe183944be3f6453cbfe383729e57 | |
parent | 51ef8523daa3874e7b5542de6b19423fba261de6 (diff) | |
download | opie-2ae11eec4c1b90093e464b863131de07c4528d96.zip opie-2ae11eec4c1b90093e464b863131de07c4528d96.tar.gz opie-2ae11eec4c1b90093e464b863131de07c4528d96.tar.bz2 |
Allow apps to use font selected in appearance app
-rw-r--r-- | library/qpeapplication.cpp | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/library/qpeapplication.cpp b/library/qpeapplication.cpp index cf437da..f84bc0e 100644 --- a/library/qpeapplication.cpp +++ b/library/qpeapplication.cpp | |||
@@ -65,16 +65,18 @@ | |||
65 | #include "global.h" | 65 | #include "global.h" |
66 | #include "resource.h" | 66 | #include "resource.h" |
67 | #if QT_VERSION <= 230 && defined(QT_NO_CODECS) | 67 | #if QT_VERSION <= 230 && defined(QT_NO_CODECS) |
68 | #include "qutfcodec.h" | 68 | #include "qutfcodec.h" |
69 | #endif | 69 | #endif |
70 | #include "config.h" | 70 | #include "config.h" |
71 | #include "network.h" | 71 | #include "network.h" |
72 | #include "fontmanager.h" | 72 | #include "fontmanager.h" |
73 | #include "fontdatabase.h" | ||
74 | |||
73 | #include "power.h" | 75 | #include "power.h" |
74 | #include "alarmserver.h" | 76 | #include "alarmserver.h" |
75 | #include "applnk.h" | 77 | #include "applnk.h" |
76 | #include "qpemenubar.h" | 78 | #include "qpemenubar.h" |
77 | 79 | ||
78 | #include <unistd.h> | 80 | #include <unistd.h> |
79 | #include <sys/file.h> | 81 | #include <sys/file.h> |
80 | #include <sys/ioctl.h> | 82 | #include <sys/ioctl.h> |
@@ -380,17 +382,17 @@ public: | |||
380 | fd=open("/dev/fb0",O_RDWR); | 382 | fd=open("/dev/fb0",O_RDWR); |
381 | if (fd != -1) { ioctl(fd,FBIOBLANK,VESA_POWERDOWN); close(fd); } | 383 | if (fd != -1) { ioctl(fd,FBIOBLANK,VESA_POWERDOWN); close(fd); } |
382 | LcdOn = FALSE; | 384 | LcdOn = FALSE; |
383 | } | 385 | } |
384 | else // We're going to suspend the whole machine | 386 | else // We're going to suspend the whole machine |
385 | { | 387 | { |
386 | if ( disable_suspend > 2 && !powerOnline() && !networkOnline() ) { | 388 | if ( disable_suspend > 2 && !powerOnline() && !networkOnline() ) { |
387 | QWSServer::sendKeyEvent( 0xffff, Qt::Key_F34, FALSE, TRUE, FALSE ); | 389 | QWSServer::sendKeyEvent( 0xffff, Qt::Key_F34, FALSE, TRUE, FALSE ); |
388 | return TRUE; | 390 | return TRUE; |
389 | } | 391 | } |
390 | } | 392 | } |
391 | break; | 393 | break; |
392 | } | 394 | } |
393 | return FALSE; | 395 | return FALSE; |
394 | } | 396 | } |
395 | }; | 397 | }; |
396 | 398 | ||
@@ -499,17 +501,17 @@ static void setScreenSaverInterval(int interval) | |||
499 | Constructs a QPEApplication just as you would construct | 501 | Constructs a QPEApplication just as you would construct |
500 | a QApplication, passing \a argc, \a argv, and \a t. | 502 | a QApplication, passing \a argc, \a argv, and \a t. |
501 | */ | 503 | */ |
502 | QPEApplication::QPEApplication( int& argc, char **argv, Type t ) | 504 | QPEApplication::QPEApplication( int& argc, char **argv, Type t ) |
503 | : QApplication( hack(argc), argv, t ) | 505 | : QApplication( hack(argc), argv, t ) |
504 | { | 506 | { |
505 | int dw = desktop()->width(); | 507 | int dw = desktop()->width(); |
506 | if ( dw < 200 ) { | 508 | if ( dw < 200 ) { |
507 | setFont( QFont( "helvetica", 8 ) ); | 509 | // setFont( QFont( "helvetica", 8 ) ); |
508 | AppLnk::setSmallIconSize(10); | 510 | AppLnk::setSmallIconSize(10); |
509 | AppLnk::setBigIconSize(28); | 511 | AppLnk::setBigIconSize(28); |
510 | } | 512 | } |
511 | 513 | ||
512 | d = new QPEApplicationData; | 514 | d = new QPEApplicationData; |
513 | QMimeSourceFactory::setDefaultFactory(new ResourceMimeFactory); | 515 | QMimeSourceFactory::setDefaultFactory(new ResourceMimeFactory); |
514 | 516 | ||
515 | connect(this, SIGNAL(lastWindowClosed()), this, SLOT(hideOrQuit())); | 517 | connect(this, SIGNAL(lastWindowClosed()), this, SLOT(hideOrQuit())); |
@@ -594,17 +596,31 @@ QPEApplication::QPEApplication( int& argc, char **argv, Type t ) | |||
594 | else | 596 | else |
595 | delete trans; | 597 | delete trans; |
596 | 598 | ||
597 | //###language/font hack; should look it up somewhere | 599 | //###language/font hack; should look it up somewhere |
598 | if ( lang == "ja" || lang == "zh_CN" || lang == "zh_TW" || lang == "ko" ) { | 600 | if ( lang == "ja" || lang == "zh_CN" || lang == "zh_TW" || lang == "ko" ) { |
599 | QFont fn = FontManager::unicodeFont( FontManager::Proportional ); | 601 | QFont fn = FontManager::unicodeFont( FontManager::Proportional ); |
600 | setFont( fn ); | 602 | setFont( fn ); |
601 | } | 603 | } |
604 | else { | ||
605 | Config config( "qpe" ); | ||
606 | config.setGroup( "Appearance" ); | ||
607 | QString familyStr = config.readEntry( "FontFamily", "fixed" ); | ||
608 | QString styleStr = config.readEntry( "FontStyle", "Regular" ); | ||
609 | QString sizeStr = config.readEntry( "FontSize", "10" ); | ||
610 | QString charSetStr = config.readEntry( "FontCharSet", "iso10646-1" ); | ||
611 | bool ok; | ||
612 | int i_size = sizeStr.toInt( &ok, 10 ); | ||
613 | FontDatabase fdb; | ||
614 | QFont selectedFont = fdb.font( familyStr, styleStr, i_size, charSetStr ); | ||
615 | setFont( selectedFont ); | ||
616 | } | ||
602 | } | 617 | } |
618 | |||
603 | #endif | 619 | #endif |
604 | 620 | ||
605 | applyStyle(); | 621 | applyStyle(); |
606 | 622 | ||
607 | if ( type() == GuiServer ) { | 623 | if ( type() == GuiServer ) { |
608 | setScreenSaverInterval(-1); | 624 | setScreenSaverInterval(-1); |
609 | setVolume(); | 625 | setVolume(); |
610 | QWSServer::setScreenSaver(new QPEScreenSaver); | 626 | QWSServer::setScreenSaver(new QPEScreenSaver); |