[79490] trunk/dports/kde/kmymoney4-devel
mk at macports.org
mk at macports.org
Wed Jun 15 15:45:47 PDT 2011
Revision: 79490
http://trac.macports.org/changeset/79490
Author: mk at macports.org
Date: 2011-06-15 15:45:45 -0700 (Wed, 15 Jun 2011)
Log Message:
-----------
kmymoney4-devel: update version to 1236738, also remember a bug-hunt patch
Modified Paths:
--------------
trunk/dports/kde/kmymoney4-devel/Portfile
Added Paths:
-----------
trunk/dports/kde/kmymoney4-devel/files/patch_to_include_datePopup_hideshow.diff
Modified: trunk/dports/kde/kmymoney4-devel/Portfile
===================================================================
--- trunk/dports/kde/kmymoney4-devel/Portfile 2011-06-15 20:31:28 UTC (rev 79489)
+++ trunk/dports/kde/kmymoney4-devel/Portfile 2011-06-15 22:45:45 UTC (rev 79490)
@@ -8,7 +8,7 @@
fetch.type svn
svn.url svn://anonsvn.kde.org/home/kde/trunk/extragear/office/kmymoney
-svn.revision 1236140
+svn.revision 1236738
name kmymoney4-devel
version 4.5-${svn.revision}
@@ -86,6 +86,7 @@
patch.dir ${workpath}/${distname}
patch.pre_args -p1
+#patchfiles patch_to_include_datePopup_hideshow.diff
configure.args-append -DENABLE_KBANKING=ON
Added: trunk/dports/kde/kmymoney4-devel/files/patch_to_include_datePopup_hideshow.diff
===================================================================
--- trunk/dports/kde/kmymoney4-devel/files/patch_to_include_datePopup_hideshow.diff (rev 0)
+++ trunk/dports/kde/kmymoney4-devel/files/patch_to_include_datePopup_hideshow.diff 2011-06-15 22:45:45 UTC (rev 79490)
@@ -0,0 +1,17 @@
+--- kmymoney/kmymoney/widgets/kmymoneydateinput.cpp 2011-06-13 15:04:44.000000000 +0200
++++ kmymoney/kmymoney/widgets/kmymoneydateinput.cpp.new 2011-06-15 23:49:20.000000000 +0200
+@@ -302,14 +302,10 @@
+ bool kMyMoneyDateInput::eventFilter(QObject *, QEvent *e)
+ {
+ if (e->type() == QEvent::FocusIn) {
+-#ifndef Q_OS_MAC
+ d->m_datePopup->show(mapToGlobal(QPoint(0, height())));
+-#endif
+ // select the date section, but we need to delay it a bit
+ } else if (e->type() == QEvent::FocusOut) {
+-#ifndef Q_OS_MAC
+ d->m_datePopup->hide();
+-#endif
+ } else if (e->type() == QEvent::KeyPress) {
+ if (QKeyEvent *k = dynamic_cast<QKeyEvent*>(e)) {
+ keyPressEvent(k);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110615/46f0bfd8/attachment.html>
More information about the macports-changes
mailing list