[Uml-devel] [CVS] update: Update of /cvsroot/uml/uml/uml

Carsten Pfeiffer gis at users.sourceforge.net
Wed Dec 18 11:34:03 UTC 2002


In directory sc8-pr-cvs1:/tmp/cvs-serv28312

Modified Files:
	uml.cpp 
Log Message:
-       m_clipTimer = new QTimer(this, "timer");
-       m_clipTimer->start(1000, FALSE);
-       connect(m_clipTimer, SIGNAL(timeout()), this, SLOT(slotClipDataChanged()));
+// Don't poll the X11 clipboard every second. This is a little expensive and resulted
+// in very annoying umbrello slowdowns / hangs. Qt will notify us about clipboard
+// changes anyway (see dataChanged() signal above), albeit only when a Qt application
+// changes the clipboard. Work is in progress to make this work with other toolkits
+// as well. (pfeiffer)
+//     m_clipTimer = new QTimer(this, "timer");
+//     m_clipTimer->start(1000, FALSE);
+//     connect(m_clipTimer, SIGNAL(timeout()), this, SLOT(slotClipDataChanged()));





More information about the umbrello-devel mailing list