[26598] in Source-Commits

home help back first fref pref prev next nref lref last post

/svn/athena r25643 - in trunk/athena/bin/bugme: . debian

daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Thu Jul 19 08:01:21 2012

Date: Thu, 19 Jul 2012 08:01:19 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201207191201.q6JC1Jkt007904@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: jdreed
Date: 2012-07-19 08:01:19 -0400 (Thu, 19 Jul 2012)
New Revision: 25643

Modified:
   trunk/athena/bin/bugme/bugme
   trunk/athena/bin/bugme/debian/changelog
Log:
In bugme:
  * .present() the window every 10 seconds (Trac: #386)


Modified: trunk/athena/bin/bugme/bugme
===================================================================
--- trunk/athena/bin/bugme/bugme	2012-07-18 16:25:33 UTC (rev 25642)
+++ trunk/athena/bin/bugme/bugme	2012-07-19 12:01:19 UTC (rev 25643)
@@ -82,6 +82,11 @@
 	# It's a little odd to put this here, but it doesn't work in
 	# __init__; see comments in Trac #386
         self.timerWindow.set_keep_above(True)
+        # And the above code doesn't work if the user has an "Always
+        # On Top" window above it.  The following does, and bugme lives
+        # up to its name:
+        if elapsed % 10 == 0:
+            self.timerWindow.present()
         return True
 
     def nag(self, remainingTime):

Modified: trunk/athena/bin/bugme/debian/changelog
===================================================================
--- trunk/athena/bin/bugme/debian/changelog	2012-07-18 16:25:33 UTC (rev 25642)
+++ trunk/athena/bin/bugme/debian/changelog	2012-07-19 12:01:19 UTC (rev 25643)
@@ -1,8 +1,9 @@
-debathena-bugme (10.0.4-0debathena2) UNRELEASED; urgency=low
+debathena-bugme (10.0.4-0debathena2) unstable; urgency=low
 
   * Bump debian/compat to 6
+  * .present() the window every 10 seconds (Trac: #386)
 
- -- Jonathan Reed <jdreed@mit.edu>  Sun, 01 Jul 2012 12:21:32 -0400
+ -- Jonathan Reed <jdreed@mit.edu>  Thu, 19 Jul 2012 08:01:00 -0400
 
 debathena-bugme (10.0.4-0debathena1) unstable; urgency=low
 


home help back first fref pref prev next nref lref last post