From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RLQgY-0006KL-5s for garchives@archives.gentoo.org; Wed, 02 Nov 2011 02:36:14 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14E2321C02C; Wed, 2 Nov 2011 02:36:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id CA56621C02C for ; Wed, 2 Nov 2011 02:36:06 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3D8AB1B401E for ; Wed, 2 Nov 2011 02:36:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id A78C080042 for ; Wed, 2 Nov 2011 02:36:05 +0000 (UTC) From: "Nirbheek Chauhan" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nirbheek Chauhan" Message-ID: Subject: [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-shell/, gnome-base/gnome-shell/files/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-base/gnome-shell/files/0001-theme-Lighten-up-the-sent-message-color-clean-up.patch gnome-base/gnome-shell/files/0002-messageTray-Reduce-the-scroll-view-fade.patch gnome-base/gnome-shell/gnome-shell-3.2.1-r1.ebuild gnome-base/gnome-shell/gnome-shell-3.2.1.ebuild X-VCS-Directories: gnome-base/gnome-shell/ gnome-base/gnome-shell/files/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: be703172149a11b0c17f77676171bfb3d58301f4 Date: Wed, 2 Nov 2011 02:36:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: a2abc44e-24b2-41d6-9cc2-95edee6dfbd3 X-Archives-Hash: 124285b6b176a5b817b23d3bda849ac2 commit: be703172149a11b0c17f77676171bfb3d58301f4 Author: Nirbheek Chauhan gentoo org> AuthorDate: Wed Nov 2 02:35:55 2011 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Wed Nov 2 02:35:55 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3Dbe703172 gnome-base/gnome-shell: theme fixes for message tray chat bubbles --- ...ighten-up-the-sent-message-color-clean-up.patch | 49 ++++++++++++++= ++++++ ...2-messageTray-Reduce-the-scroll-view-fade.patch | 40 ++++++++++++++= ++ ...ll-3.2.1.ebuild =3D> gnome-shell-3.2.1-r1.ebuild} | 4 ++ 3 files changed, 93 insertions(+), 0 deletions(-) diff --git a/gnome-base/gnome-shell/files/0001-theme-Lighten-up-the-sent-= message-color-clean-up.patch b/gnome-base/gnome-shell/files/0001-theme-Li= ghten-up-the-sent-message-color-clean-up.patch new file mode 100644 index 0000000..55052b7 --- /dev/null +++ b/gnome-base/gnome-shell/files/0001-theme-Lighten-up-the-sent-message= -color-clean-up.patch @@ -0,0 +1,49 @@ +From 3294a6e1a7d7a6bea1cb02ec671aaa0d350b57f5 Mon Sep 17 00:00:00 2001 +From: Jasper St. Pierre +Date: Fri, 2 Sep 2011 16:01:24 -0400 +Subject: [PATCH 1/2] theme: Lighten up the sent message color, clean up + +Properly apply "received" style and drop unused border-radius styles +now that the messages have no background color + +https://bugzilla.gnome.org/show_bug.cgi?id=3D658096 +--- + data/theme/gnome-shell.css | 7 ++----- + 1 files changed, 2 insertions(+), 5 deletions(-) + +diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css +index 4487159..0e09866 100644 +--- a/data/theme/gnome-shell.css ++++ b/data/theme/gnome-shell.css +@@ -1329,9 +1329,8 @@ StTooltip StLabel { + padding: 8px 0; + } +=20 +-.chat-sent { ++.chat-received { + padding-left: 4px; +- border-radius: 4px; + } +=20 + .chat-received:rtl { +@@ -1341,8 +1340,7 @@ StTooltip StLabel { +=20 + .chat-sent { + padding-left: 18pt; +- border-radius: 4px; +- color: #7E7E7E; ++ color: #959595; + } +=20 + .chat-sent:rtl { +@@ -1352,7 +1350,6 @@ StTooltip StLabel { +=20 + .chat-meta-message { + padding-left: 4px; +- border-radius: 4px; + font-size: 9pt; + color: #bbbbbb; + } +--=20 +1.7.3.4 + diff --git a/gnome-base/gnome-shell/files/0002-messageTray-Reduce-the-scr= oll-view-fade.patch b/gnome-base/gnome-shell/files/0002-messageTray-Reduc= e-the-scroll-view-fade.patch new file mode 100644 index 0000000..22a4ce3 --- /dev/null +++ b/gnome-base/gnome-shell/files/0002-messageTray-Reduce-the-scroll-vie= w-fade.patch @@ -0,0 +1,40 @@ +From 18541c447e30154e7bd5806e11e3fe70fb9d5887 Mon Sep 17 00:00:00 2001 +From: Jasper St. Pierre +Date: Thu, 27 Oct 2011 13:52:17 -0400 +Subject: [PATCH 2/2] messageTray: Reduce the scroll view fade + +https://bugzilla.gnome.org/show_bug.cgi?id=3D662226 +--- + data/theme/gnome-shell.css | 1 + + js/ui/messageTray.js | 3 +-- + 2 files changed, 2 insertions(+), 2 deletions(-) + +diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css +index 0e09866..ea81870 100644 +--- a/data/theme/gnome-shell.css ++++ b/data/theme/gnome-shell.css +@@ -1217,6 +1217,7 @@ StTooltip StLabel { +=20 + #notification-scrollview { + max-height: 10em; ++ -st-vfade-offset: 24px; + } +=20 + #notification-scrollview > .top-shadow, #notification-scrollview > .bot= tom-shadow { +diff --git a/js/ui/messageTray.js b/js/ui/messageTray.js +index 75eb9f9..ca12fb1 100644 +--- a/js/ui/messageTray.js ++++ b/js/ui/messageTray.js +@@ -597,8 +597,7 @@ Notification.prototype =3D { + this._table.add_style_class_name('multi-line-notification'); + this._scrollArea =3D new St.ScrollView({ name: 'notification-sc= rollview', + vscrollbar_policy: this.= _scrollPolicy, +- hscrollbar_policy: Gtk.P= olicyType.NEVER, +- style_class: 'vfade' }); ++ hscrollbar_policy: Gtk.P= olicyType.NEVER }); + this._table.add(this._scrollArea, { row: 1, + col: 2 }); + this._updateLastColumnSettings(); +--=20 +1.7.3.4 + diff --git a/gnome-base/gnome-shell/gnome-shell-3.2.1.ebuild b/gnome-base= /gnome-shell/gnome-shell-3.2.1-r1.ebuild similarity index 95% rename from gnome-base/gnome-shell/gnome-shell-3.2.1.ebuild rename to gnome-base/gnome-shell/gnome-shell-3.2.1-r1.ebuild index d264034..603e49f 100644 --- a/gnome-base/gnome-shell/gnome-shell-3.2.1.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-3.2.1-r1.ebuild @@ -119,6 +119,10 @@ src_prepare() { # Note: sed Makefile.in because it is generated from several Makefile.a= ms sed -e 's/-DG_DISABLE_DEPRECATED//g' \ -i src/Makefile.in browser-plugin/Makefile.in || die "sed failed" + + # Two chat messageTray fixes taken from git master, not in gnome-3-2 ye= t + epatch "${FILESDIR}"/0001-theme-Lighten-up-the-sent-message-color-clean= -up.patch + epatch "${FILESDIR}"/0002-messageTray-Reduce-the-scroll-view-fade.patch } =20 src_install() {