[Pkg-voip-commits] r7182 - in /qutecom/trunk/debian: changelog patches/head/background_css.patch patches/series
cavedon-guest at alioth.debian.org
cavedon-guest at alioth.debian.org
Sat May 9 21:32:02 UTC 2009
Author: cavedon-guest
Date: Sat May 9 21:32:02 2009
New Revision: 7182
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=7182
Log:
Add head/background_css.patch: fix background in KDE. Closes: #527929.
Added:
qutecom/trunk/debian/patches/head/background_css.patch
Modified:
qutecom/trunk/debian/changelog
qutecom/trunk/debian/patches/series
Modified: qutecom/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/qutecom/trunk/debian/changelog?rev=7182&op=diff
==============================================================================
--- qutecom/trunk/debian/changelog (original)
+++ qutecom/trunk/debian/changelog Sat May 9 21:32:02 2009
@@ -1,3 +1,9 @@
+qutecom (2.2~rc3.dfsg1-7) UNRELEASED; urgency=low
+
+ * Add head/background_css.patch: fix background in KDE. Closes: #527929.
+
+ -- Ludovico Cavedon <ludovico.cavedon at gmail.com> Sat, 09 May 2009 14:30:17 -0700
+
qutecom (2.2~rc3.dfsg1-6) unstable; urgency=low
* qutecom-data: Recommends instead of Depends on qutecom. Closes: #524614.
Added: qutecom/trunk/debian/patches/head/background_css.patch
URL: http://svn.debian.org/wsvn/pkg-voip/qutecom/trunk/debian/patches/head/background_css.patch?rev=7182&op=file
==============================================================================
--- qutecom/trunk/debian/patches/head/background_css.patch (added)
+++ qutecom/trunk/debian/patches/head/background_css.patch Sat May 9 21:32:02 2009
@@ -1,0 +1,28 @@
+remove css linear gradient
+author laurent at deep-blue
+ Sun Apr 05 21:15:12 2009 +0200 (4 weeks ago)
+changeset 336 c18ced36a673
+http://bugs.debian.org/527929
+--- a/wengophone/resources/css/qutecom.css Wed Nov 05 18:25:13 2008 +0100
++++ b/wengophone/resources/css/qutecom.css Sun Apr 05 21:15:12 2009 +0200
+@@ -1,14 +1,14 @@
+ /* Turn the border of all lists to red, and it's background to light gray: */
+
+
+- QMainWindow,QDialog,QWidget#centralWidget
++ /*QMainWindow,QDialog,QWidget#centralWidget
+ {
+ background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
+ stop: 0 #E0E0E0, stop: 1 #FFFFFF);
+ /* border: 0.3px solid gray;
+ /*border-radius: 1px;
+ margin-top: 3ex; /* leave space at the top for the title */
+- }
++ /*}
+ /*QLabel
+ {
+ background-color:solid gray
+
+
+
+
Modified: qutecom/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-voip/qutecom/trunk/debian/patches/series?rev=7182&op=diff
==============================================================================
--- qutecom/trunk/debian/patches/series (original)
+++ qutecom/trunk/debian/patches/series Sat May 9 21:32:02 2009
@@ -1,6 +1,7 @@
head/cmake-swscale.patch
head/allow_bound_sign.patch
head/fix-ringing.patch
+head/background_css.patch
#generic/curl-openssl-mt-fix.patch
generic/cmake-install-missing-endif.patch
generic/imwrapper-safe-reinit.patch
More information about the Pkg-voip-commits
mailing list