[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    qt-copy
From:       Simon Hausmann <hausmann () kde ! org>
Date:       2002-12-17 15:06:08
[Download RAW message or body]

CVS commit by hausmann: 

- Qt 3.1, re-applied David's patch


  M +1 -10     README.qt-copy   1.187
  M +1 -1      src/kernel/qfont_x11.cpp   1.77


--- qt-copy/README.qt-copy  #1.186:1.187
@@ -1,3 +1,3 @@
-To configure this copy of Qt 3.1, type some variation of:
+To configure this copy of Qt 3.1.1, type some variation of:
 
 export QTDIR=$PWD
@@ -82,12 +82,3 @@
 -----------------------------------------------------------------------------
 Differences to Qt 3.1.0:
-- Patch from qt-bugs to fix modal dialog and floating dockwindow
-- Patch from Brad to fix SSTs fired too early
-- Ignore present Makefile's in gmake/make detection of configure
-- Patch to ensure mutex is locked in QWaitCondition::wait (approved by Brad)
-- Patch from TT that fixes the infinite recursion in QListViewItem::paintCell()
-  (#48945)
-- Patch to make the Xft check able to find Xft2 on RHL 8.0, and to fix a bug
-  that prevented configure from detecting when it needs to link to fontconfig.
-- Patch to make QListView set correctly the brush origin with the double buffer (antlarr)
 - Speedup in QFont::initialize (when using Xft) (faure@kde.org)

--- qt-copy/src/kernel/qfont_x11.cpp  #1.76:1.77
@@ -2902,5 +2902,5 @@ void QFont::initialize()
         QSettings settings;
         qt_has_xft = settings.readBoolEntry( "/qt/enableXft", TRUE );
-        qt_use_antialiasing = QSettings().readBoolEntry( "/qt/useXft", TRUE );
+        qt_use_antialiasing = settings.readBoolEntry( "/qt/useXft", TRUE );
     }
 #endif // QT_NO_XFTFREETYPE


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic