From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JlVzz-0000gi-MZ for garchives@archives.gentoo.org; Mon, 14 Apr 2008 21:14:00 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF7B2E0560; Mon, 14 Apr 2008 21:13:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8EE82E0560 for ; Mon, 14 Apr 2008 21:13:58 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 18CA666FAB for ; Mon, 14 Apr 2008 21:13:58 +0000 (UTC) Received: from philantrop by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1JlVzw-00071K-TC for gentoo-commits@lists.gentoo.org; Mon, 14 Apr 2008 21:13:56 +0000 From: "Wulf Krueger (philantrop)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, philantrop@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in kde-base/kommander/files: kommander-3.5.9-visibility.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: kommander-3.5.9-visibility.patch X-VCS-Directories: kde-base/kommander/files X-VCS-Committer: philantrop X-VCS-Committer-Name: Wulf Krueger Content-Type: text/plain; charset=utf8 Message-Id: Sender: Wulf Krueger Date: Mon, 14 Apr 2008 21:13:56 +0000 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: f0e75ddd-92cb-4103-bd5b-a968e9ec7f40 X-Archives-Hash: 0afea76769d8ba3986eb0f52f9745982 philantrop 08/04/14 21:13:56 Added: kommander-3.5.9-visibility.patch Log: Added a patch to fix visibility problems as kindly provided by William = Poetra Yoga Hadisoeseno in http://bugs.kde.org/158242 to fix bug 210955. (Portage version: 2.1.5_rc2) (Unsigned Manifest commit) Revision Changes Path 1.1 kde-base/kommander/files/kommander-3.5.9-visibility.= patch file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kommander= /files/kommander-3.5.9-visibility.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kommander= /files/kommander-3.5.9-visibility.patch?rev=3D1.1&content-type=3Dtext/pla= in Index: kommander-3.5.9-visibility.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- kdewebdev-3.5.9/kommander/plugin/specialinformation.h 2008-02-13 17:3= 9:07.000000000 +0800 +++ kdewebdev-3.5.9/kommander/plugin/specialinformation.h 2008-03-17 03:3= 5:12.321156400 +0800 @@ -23,7 +23,9 @@ #include #include =20 -class SpecialFunction +#include + +class KOMMANDER_EXPORT SpecialFunction { public: =20 @@ -72,7 +74,7 @@ =20 =20 =20 -class SpecialInformation +class KOMMANDER_EXPORT SpecialInformation { public: SpecialInformation() {m_defaultGroup =3D -1;} --- kdewebdev-3.5.9/kommander/widget/kmdrmainwindow.h 2008-02-13 17:39:05= .000000000 +0800 +++ kdewebdev-3.5.9/kommander/widget/kmdrmainwindow.h 2008-03-17 03:33:25= .357584466 +0800 @@ -13,15 +13,16 @@ #define KmdrMainWindow_H =20 #include +#include =20 /** @author Andras Mantia */ -class KmdrMainWindow : public KMainWindow +class KOMMANDER_EXPORT KmdrMainWindow : public KMainWindow { Q_OBJECT public: - KmdrMainWindow(QWidget *parent =3D 0, const char *name =3D 0, WFlags= f =3D WType_TopLevel | WDestructiveClose); + KmdrMainWindow(QWidget *parent =3D 0, const char *name =3D 0, WFlags= f =3D WType_TopLevel | WDestructiveClose) __attribute__(( visibility("de= fault"))); =20 ~KmdrMainWindow(); =20 --- kdewebdev-3.5.9/kommander/widgets/aboutdialog.h 2008-02-13 17:39:08.0= 00000000 +0800 +++ kdewebdev-3.5.9/kommander/widgets/aboutdialog.h 2008-03-17 03:40:44.1= 33450999 +0800 @@ -14,6 +14,7 @@ =20 #include #include +#include =20 class KAboutApplication; class KAboutData; @@ -21,7 +22,7 @@ /** @author Andras Mantia */ -class AboutDialog : public QLabel, public KommanderWidget +class KOMMANDER_EXPORT AboutDialog : public QLabel, public KommanderWidg= et { Q_OBJECT Q_PROPERTY(bool KommanderWidget READ isKommanderWidget) --- kdewebdev-3.5.9/kommander/widgets/fontdialog.h 2008-02-13 17:39:08.00= 0000000 +0800 +++ kdewebdev-3.5.9/kommander/widgets/fontdialog.h 2008-03-17 03:40:53.90= 1017329 +0800 @@ -14,13 +14,14 @@ =20 #include #include +#include =20 #include =20 /** @author Andras Mantia */ -class FontDialog : public QLabel, public KommanderWidget +class KOMMANDER_EXPORT FontDialog : public QLabel, public KommanderWidge= t { Q_OBJECT Q_PROPERTY(QString populationText READ populationText WRITE setPopulat= ionText DESIGNABLE false) --- kdewebdev-3.5.9/kommander/widgets/konsole.h 2007-10-08 17:50:22.00000= 0000 +0800 +++ kdewebdev-3.5.9/kommander/widgets/konsole.h 2008-03-17 03:38:52.26553= 3310 +0800 @@ -25,6 +25,7 @@ =20 /* OTHER INCLUDES */ #include +#include =20 class QWidget; class MyProcess; --- kdewebdev-3.5.9/kommander/widgets/label.h 2007-10-08 17:50:22.0000000= 00 +0800 +++ kdewebdev-3.5.9/kommander/widgets/label.h 2008-03-17 03:39:20.8937269= 48 +0800 @@ -25,6 +25,7 @@ =20 /* OTHER INCLUDES */ #include +#include #include =20 class QWidget; --- kdewebdev-3.5.9/kommander/widgets/pixmaplabel.h 2007-10-08 17:50:22.0= 00000000 +0800 +++ kdewebdev-3.5.9/kommander/widgets/pixmaplabel.h 2008-03-17 03:39:24.3= 28960805 +0800 @@ -26,6 +26,7 @@ =20 /* OTHER INCLUDES */ #include +#include #include =20 class QWidget; --- kdewebdev-3.5.9/kommander/widgets/popupmenu.h 2008-02-13 17:39:08.000= 000000 +0800 +++ kdewebdev-3.5.9/kommander/widgets/popupmenu.h 2008-03-17 03:41:13.204= 961280 +0800 @@ -15,6 +15,7 @@ #include #include #include +#include =20 =20 class KPopupMenu; @@ -22,7 +23,7 @@ /** @author Andras Mantia */ -class PopupMenu : public QLabel, public KommanderWidget +class KOMMANDER_EXPORT PopupMenu : public QLabel, public KommanderWidget { Q_OBJECT Q_PROPERTY(QString populationText READ populationText WRITE setPopulat= ionText DESIGNABLE false) --- kdewebdev-3.5.9/kommander/widgets/progressbar.h 2007-10-08 17:50:22.0= 00000000 +0800 +++ kdewebdev-3.5.9/kommander/widgets/progressbar.h 2008-03-17 03:39:30.9= 29408908 +0800 @@ -26,6 +26,7 @@ /* OTHER INCLUDES */ #include #include +#include =20 class QWidget; =20 --- kdewebdev-3.5.9/kommander/widgets/statusbar.h 2008-02-13 17:39:08.000= 000000 +0800 +++ kdewebdev-3.5.9/kommander/widgets/statusbar.h 2008-03-17 03:39:32.993= 479371 +0800 @@ -26,6 +26,7 @@ /* OTHER INCLUDES */ #include #include +#include =20 class QWidget; =20 --- kdewebdev-3.5.9/kommander/widgets/table.h 2008-02-13 17:39:08.0000000= 00 +0800 +++ kdewebdev-3.5.9/kommander/widgets/table.h 2008-03-17 03:39:34.9373684= 61 +0800 @@ -25,6 +25,7 @@ =20 /* OTHER INCLUDES */ #include +#include =20 class QWidget; =20 --- kdewebdev-3.5.9/kommander/widgets/textbrowser.h 2008-02-13 17:39:08.0= 00000000 +0800 +++ kdewebdev-3.5.9/kommander/widgets/textbrowser.h 2008-03-17 03:39:36.6= 93191036 +0800 @@ -25,6 +25,7 @@ =20 /* OTHER INCLUDES */ #include +#include =20 class QShowEvent; class KOMMANDER_EXPORT TextBrowser: public KTextBrowser, public Kommande= rWidget --- kdewebdev-3.5.9/kommander/widgets/timer.h 2007-10-08 17:50:22.0000000= 00 +0800 +++ kdewebdev-3.5.9/kommander/widgets/timer.h 2008-03-17 03:39:42.1449600= 57 +0800 @@ -22,6 +22,7 @@ =20 /* OTHER INCLUDES */ #include +#include =20 class QTimer; class KOMMANDER_EXPORT Timer : public QLabel, public KommanderWidget --- kdewebdev-3.5.9/kommander/widgets/toolbox.h 2008-02-13 17:39:08.00000= 0000 +0800 +++ kdewebdev-3.5.9/kommander/widgets/toolbox.h 2008-03-17 03:40:25.36496= 0509 +0800 @@ -14,11 +14,12 @@ =20 #include #include +#include =20 /** @author Andras Mantia */ -class ToolBox : public QToolBox, public KommanderWidget +class KOMMANDER_EXPORT ToolBox : public QToolBox, public KommanderWidget { Q_OBJECT Q_PROPERTY(QString populationText READ populationText WRITE setPopulat= ionText DESIGNABLE false) --=20 gentoo-commits@lists.gentoo.org mailing list