[SCM] KDE Plasma Addons module packaging branch, master, updated. debian/4.13.1-1-333-g5d6336c

Maximiliano Curia maxy at moszumanska.debian.org
Fri Aug 1 09:05:08 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-sc/kdeplasma-addons.git;a=commitdiff;h=abe75b4

The following commit has been merged in the master branch:
commit abe75b4946ebba57c08960540c4f36138afa02b4
Author: Jonathan Riddell <jriddell at canonical.com>
Date:   Thu Aug 6 17:09:11 2009 +0100

    Add kubuntu_03_opendestop_setup.diff, make applet smaller and force minimum
    size to stop is shrinking on startup
---
 debian/changelog                                |  2 ++
 debian/patches/kubuntu_03_opendestop_setup.diff | 32 +++++++++++++++++++++++++
 debian/patches/series                           |  1 +
 3 files changed, 35 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 6b00afc..f40014b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 kdeplasma-addons (4:4.3.0-0ubuntu2) karmic; urgency=low
 
   * Remove kubuntu_03_microblog_allow_updating_status.diff, fixed upstream
+  * Add kubuntu_03_opendestop_setup.diff, make applet smaller and force minimum 
+    size to stop is shrinking on startup
 
  -- Jonathan Riddell <jriddell at ubuntu.com>  Wed, 05 Aug 2009 14:38:06 +0100
 
diff --git a/debian/patches/kubuntu_03_opendestop_setup.diff b/debian/patches/kubuntu_03_opendestop_setup.diff
new file mode 100644
index 0000000..f9cfd84
--- /dev/null
+++ b/debian/patches/kubuntu_03_opendestop_setup.diff
@@ -0,0 +1,32 @@
+--- ../orig/kdeplasma-addons-4.3.0/applets/opendesktop/opendesktop.cpp	2009-07-29 12:13:00.000000000 +0100
++++ applets/opendesktop/opendesktop.cpp	2009-08-06 17:05:03.000000000 +0100
+@@ -81,6 +81,7 @@
+ 
+ 
+     (void)graphicsWidget();
++    setMinimumSize(300, 300);
+ }
+ 
+ OpenDesktop::~OpenDesktop()
+@@ -108,10 +109,11 @@
+     }
+     m_username = cg.readEntry("username", QString());
+     m_displayedUser = m_username;
+-    resize(420, 420);
++    resize(300, 300);
+ 
+     if (m_username.isEmpty()) {
+         setConfigurationRequired(true);
++        m_tabs->setCurrentIndex(2);
+     } else {
+         connectPerson(m_username);
+         connectFriends(m_username);
+@@ -159,7 +161,7 @@
+ {
+     if (!m_tabs) {
+         m_tabs = new Plasma::TabBar(this);
+-        m_tabs->setPreferredSize(300, 400);
++        m_tabs->setPreferredSize(300, 300);
+         m_tabs->setMinimumSize(150, 200);
+         m_tabs->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
+ 
diff --git a/debian/patches/series b/debian/patches/series
index db800ef..365343c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 kubuntu_02_microblog_default_configuration.diff
+kubuntu_03_opendestop_setup.diff

-- 
KDE Plasma Addons module packaging



More information about the pkg-kde-commits mailing list