SVN Commit by dpage: r4298 - in trunk/pgadmin3: . src/frm

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by dpage: r4298 - in trunk/pgadmin3: . src/frm
Date: 2005-06-09 22:06:57
Message-ID: 200506092206.j59M6vMJ008857@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Author: dpage
Date: 2005-06-09 23:06:57 +0100 (Thu, 09 Jun 2005)
New Revision: 4298

Modified:
trunk/pgadmin3/CHANGELOG.txt
trunk/pgadmin3/src/frm/frmQuery.cpp
Log:
Flash the task bar icon at the user if a query finishes and the query window is not active per Dave Held.

Modified: trunk/pgadmin3/CHANGELOG.txt
===================================================================
--- trunk/pgadmin3/CHANGELOG.txt 2005-06-09 20:55:11 UTC (rev 4297)
+++ trunk/pgadmin3/CHANGELOG.txt 2005-06-09 22:06:57 UTC (rev 4298)
@@ -17,6 +17,7 @@
</ul>
<br>
<ul>
+ <li>2005-06-09 DP Flash the task bar icon at the user if a query finishes and the query window is not active.
<li>2005-06-09 AP Different icons for own and foreign slony sets and subscriptions
<li>2005-06-09 DP 1.2.3 Fix disable triggers option for data only plain text backups per Howard Cole.
<li>2005-06-03 AP Support for pgsql 8.1 aggregate sortop

Modified: trunk/pgadmin3/src/frm/frmQuery.cpp
===================================================================
--- trunk/pgadmin3/src/frm/frmQuery.cpp 2005-06-09 20:55:11 UTC (rev 4297)
+++ trunk/pgadmin3/src/frm/frmQuery.cpp 2005-06-09 22:06:57 UTC (rev 4298)
@@ -1141,5 +1141,7 @@
fileMenu->Enable(MNU_EXPORT, sqlResult->CanExport());
}

+ if (!this->IsActive())
+ this->RequestUserAttention();
return done;
}

Browse pgadmin-hackers by date

  From Date Subject
Next Message Christopher Kings-Lynne 2005-06-10 01:53:56 Re: Missing "New Node"
Previous Message Dave Page 2005-06-09 21:36:04 Re: [wx-dev] Compile error in 2.6.0 with enable-mimetype=no on Linux