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

List:       kde-commits
Subject:    qt-copy
From:       Rafael Fernández López <ereslibre () kde ! org>
Date:       2007-12-05 17:34:59
Message-ID: 1196876099.532552.8162.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 745187 by ereslibre:

Links are assigned a foreground color according to the system current color scheme


 A             patches/0203-qtexthtmlparser-link-color.diff  
 M  +1 -1      patches/README  
 M  +1 -1      src/gui/text/qtexthtmlparser.cpp  


--- trunk/qt-copy/patches/README #745186:745187
@@ -1,5 +1,5 @@
 Please assign the numbers incrementally, and don't reuse them. The next one:
-#0203
+#0204
 
 This directory contains patches for Qt that haven't been accepted by TrollTech
 yet. All patches in this directory itself shouldn't make qt-copy incompatible
--- trunk/qt-copy/src/gui/text/qtexthtmlparser.cpp #745186:745187
@@ -1031,7 +1031,7 @@
                     && !attributes.at(i + 1).isEmpty()) {
                     hasHref = true;
                     charFormat.setUnderlineStyle(QTextCharFormat::SingleUnderline);
-                    charFormat.setForeground(Qt::blue);
+                    charFormat.setForeground(QApplication::palette().link());
                 }
             }
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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