public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-mathematics/rkward/files: rkward-0.5.6-focus.patch
@ 2011-08-11 20:51 Andreas HAttel (dilfridge)
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas HAttel (dilfridge) @ 2011-08-11 20:51 UTC (permalink / raw
  To: gentoo-commits

dilfridge    11/08/11 20:51:10

  Added:                rkward-0.5.6-focus.patch
  Log:
  Added upstream patch to work around kdelibs focus stealing, bug 375829
  
  (Portage version: 2.1.10.10/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  sci-mathematics/rkward/files/rkward-0.5.6-focus.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/rkward/files/rkward-0.5.6-focus.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/rkward/files/rkward-0.5.6-focus.patch?rev=1.1&content-type=text/plain

Index: rkward-0.5.6-focus.patch
===================================================================
--- trunk/rkward/rkward/windows/rkhtmlwindow.cpp	2011/06/01 07:54:54	3658
+++ trunk/rkward/rkward/windows/rkhtmlwindow.cpp	2011/06/01 11:02:00	3659
@@ -62,6 +62,10 @@
 	khtmlpart = new KHTMLPart (this, 0, KHTMLPart::BrowserViewGUI);
 	setPart (khtmlpart);
 	fixupPartGUI ();
+// WORKAROUND for annoying kdelibs bug in KDE 4.6: https://sourceforge.net/tracker/?func=detail&atid=459007&aid=3310106&group_id=50231
+	QAction *action = khtmlpart->action ("findAheadText");
+	if (action) action->setShortcutContext (Qt::WidgetWithChildrenShortcut);
+// WORKAROUND end
 	initializeActivationSignals ();
 	RKXMLGUISyncer::self()->registerChangeListener (khtmlpart, this, SLOT (fixupPartGUI()));
 	khtmlpart->setSelectable (true);






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-mathematics/rkward/files: rkward-0.5.6-focus.patch
@ 2013-02-13 21:55 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2013-02-13 21:55 UTC (permalink / raw
  To: gentoo-commits

bicatali    13/02/13 21:55:41

  Removed:              rkward-0.5.6-focus.patch
  Log:
  Version bump
  
  (Portage version: 2.2.01.21688-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-02-13 21:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-11 20:51 [gentoo-commits] gentoo-x86 commit in sci-mathematics/rkward/files: rkward-0.5.6-focus.patch Andreas HAttel (dilfridge)
  -- strict thread matches above, loose matches on Subject: below --
2013-02-13 21:55 Sebastien Fabbro (bicatali)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox