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

Поиск
Список
Период
Сортировка
От svn@pgadmin.org
Тема SVN Commit by dpage: r4298 - in trunk/pgadmin3: . src/frm
Дата
Msg-id 200506092206.j59M6vMJ008857@developer.pgadmin.org
обсуждение исходный текст
Список 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;
 }


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: "Dave Page"
Дата:
Сообщение: Re: [wx-dev] Compile error in 2.6.0 with enable-mimetype=no on Linux
Следующее
От: blacknoz@club-internet.fr
Дата:
Сообщение: Re: Debian download section website update.