[pkg-wpa-devel] r1073 - in /wpasupplicant/trunk/debian: changelog patches/70_wpa_gui_qt4_wpagui_scroll_follow_eventhistory.patch patches/series

kelmo-guest at users.alioth.debian.org kelmo-guest at users.alioth.debian.org
Wed Jan 30 05:48:29 UTC 2008


Author: kelmo-guest
Date: Wed Jan 30 05:48:29 2008
New Revision: 1073

URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=1073
Log:
* Add patch to make eventhistory listview widget of wpa_gui-qt4 follow
  events as they are added by calling scrollToBottom() function of listview
  object.
    - debian/patches/70_wpa_gui_qt4_wpagui_scroll_follow_eventhistory.patch

Added:
    wpasupplicant/trunk/debian/patches/70_wpa_gui_qt4_wpagui_scroll_follow_eventhistory.patch
Modified:
    wpasupplicant/trunk/debian/changelog
    wpasupplicant/trunk/debian/patches/series

Modified: wpasupplicant/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/changelog?rev=1073&op=diff
==============================================================================
--- wpasupplicant/trunk/debian/changelog (original)
+++ wpasupplicant/trunk/debian/changelog Wed Jan 30 05:48:29 2008
@@ -65,8 +65,12 @@
       - debian/patches/62_wpa_gui_qt4_wpagui_update_on_disable_and_enable.patch
       - debian/patches/63_wpa_gui_qt4_wpagui_reselect_list_index.patch
       - debian/patches/64_wpa_gui_qt4_wpagui_info_no_network.patch
-
- -- Kel Modderman <kel at otaku42.de>  Wed, 30 Jan 2008 15:41:45 +1000
+  * Add patch to make eventhistory listview widget of wpa_gui-qt4 follow
+    events as they are added by calling scrollToBottom() function of listview
+    object.
+      - debian/patches/70_wpa_gui_qt4_wpagui_scroll_follow_eventhistory.patch
+
+ -- Kel Modderman <kel at otaku42.de>  Wed, 30 Jan 2008 15:46:06 +1000
 
 wpasupplicant (0.6.2-1) experimental; urgency=low
 

Added: wpasupplicant/trunk/debian/patches/70_wpa_gui_qt4_wpagui_scroll_follow_eventhistory.patch
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/patches/70_wpa_gui_qt4_wpagui_scroll_follow_eventhistory.patch?rev=1073&op=file
==============================================================================
--- wpasupplicant/trunk/debian/patches/70_wpa_gui_qt4_wpagui_scroll_follow_eventhistory.patch (added)
+++ wpasupplicant/trunk/debian/patches/70_wpa_gui_qt4_wpagui_scroll_follow_eventhistory.patch Wed Jan 30 05:48:29 2008
@@ -1,0 +1,8 @@
+--- a/wpa_supplicant/wpa_gui-qt4/eventhistory.cpp
++++ b/wpa_supplicant/wpa_gui-qt4/eventhistory.cpp
+@@ -117,4 +117,5 @@
+ {
+ 	elm->addEvent(msg.getTimestamp().toString("yyyy-MM-dd hh:mm:ss.zzz"),
+ 		      msg.getMsg());
++	eventListView->scrollToBottom();
+ }

Modified: wpasupplicant/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/patches/series?rev=1073&op=diff
==============================================================================
--- wpasupplicant/trunk/debian/patches/series (original)
+++ wpasupplicant/trunk/debian/patches/series Wed Jan 30 05:48:29 2008
@@ -39,3 +39,4 @@
 62_wpa_gui_qt4_wpagui_update_on_disable_and_enable.patch
 63_wpa_gui_qt4_wpagui_reselect_list_index.patch
 64_wpa_gui_qt4_wpagui_info_no_network.patch
+70_wpa_gui_qt4_wpagui_scroll_follow_eventhistory.patch




More information about the Pkg-wpa-devel mailing list