]> git.pld-linux.org Git - packages/kde4-kdebase-workspace.git/commitdiff
- rel 3; linebreak fix in battery notification auto/th/kde4-kdebase-workspace-4.10.3-3
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 20 May 2013 19:59:51 +0000 (21:59 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 20 May 2013 19:59:51 +0000 (21:59 +0200)
kde4-kdebase-workspace-multibattery.patch
kde4-kdebase-workspace.spec

index e79b74ba506fe9b669c90fa8ae3016ed5d8a40d2..e76c3c367def4c0fe2666cb9c7ec68682d7fb98c 100644 (file)
@@ -347,3 +347,26 @@ index 3df38e2..bffc755 100644
      <spacer name="verticalSpacer">
       <property name="orientation">
        <enum>Qt::Vertical</enum>
+From: Kai Uwe Broulik <kde@privat.broulik.de>
+Date: Mon, 20 May 2013 19:52:21 +0000
+Subject: No linebreak in tooltip. We do them manually anyways.
+X-Git-Url: http://quickgit.kde.org/?p=kde-workspace.git&a=commitdiff&h=175e902b88a2c6a1c1ca37f428208e83c1660937
+---
+No linebreak in tooltip. We do them manually anyways.
+
+CCBUG: 317404
+---
+
+
+--- a/plasma/generic/applets/batterymonitor/contents/code/logic.js
++++ b/plasma/generic/applets/batterymonitor/contents/code/logic.js
+@@ -96,7 +96,7 @@
+         text += i18nc("tooltip", "AC Adapter:") + " ";
+         text += pmSource.data["AC Adapter"]["Plugged in"] ? i18nc("tooltip", "<b>Plugged in</b>") : i18nc("tooltip", "<b>Not plugged in</b>");
+     }
+-    batteries.tooltipText = text;
++    batteries.tooltipText = "<p style='white-space: nowrap'>" + text + "</p>";
+ }
+ function updateBrightness() {
+
index 5eae75d40c3848eeac0f1dd9763fd8d3fd06c9e4..b3606e83d3efca042d4962ea28a955d02a0fa23b 100644 (file)
@@ -8,7 +8,7 @@ Summary:        KDE 4 base workspace components
 Summary(pl.UTF-8):     Podstawowe komponenty środowiska KDE 4
 Name:          kde4-kdebase-workspace
 Version:       4.10.3
-Release:       2
+Release:       3
 License:       GPL v2+
 Group:         X11/Applications
 Source0:       ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
This page took 0.169734 seconds and 4 git commands to generate.