Mailinglist Archive: yast-commit (1034 mails)
| < Previous | Next > |
[yast-commit] r44122 - in /trunk/qt: VERSION.cmake package/yast2-qt.changes src/pkg/YQPkgRepoList.cc
- From: tgoettlicher@xxxxxxxxxxxxxxxx
- Date: Mon, 04 Feb 2008 12:49:04 -0000
- Message-id: <20080204124904.8BF5331B0C@xxxxxxxxxxxxxxxx>
Author: tgoettlicher
Date: Mon Feb 4 13:49:04 2008
New Revision: 44122
URL: http://svn.opensuse.org/viewcvs/yast?rev=44122&view=rev
Log:
Fixed Bug #340898: Selecting specific repository out of sync
Modified:
trunk/qt/VERSION.cmake
trunk/qt/package/yast2-qt.changes
trunk/qt/src/pkg/YQPkgRepoList.cc
Modified: trunk/qt/VERSION.cmake
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/qt/VERSION.cmake?rev=44122&r1=44121&r2=44122&view=diff
==============================================================================
--- trunk/qt/VERSION.cmake (original)
+++ trunk/qt/VERSION.cmake Mon Feb 4 13:49:04 2008
@@ -1,3 +1,3 @@
SET(VERSION_MAJOR "2")
SET(VERSION_MINOR "16")
-SET(VERSION_PATCH "22")
+SET(VERSION_PATCH "23")
Modified: trunk/qt/package/yast2-qt.changes
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/qt/package/yast2-qt.changes?rev=44122&r1=44121&r2=44122&view=diff
==============================================================================
--- trunk/qt/package/yast2-qt.changes (original)
+++ trunk/qt/package/yast2-qt.changes Mon Feb 4 13:49:04 2008
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Fri Feb 4 13:48:16 CET 2008 - tgoettlicher@xxxxxxx
+
+- Fixed Bug #340898: Selecting specific repository out of sync
+- V 2.16.23
+
+-------------------------------------------------------------------
Fri Feb 1 15:48:55 CET 2008 - sh@xxxxxxx
- Moved event handling from Y(Q)UI to Y(Q)Dialog
Modified: trunk/qt/src/pkg/YQPkgRepoList.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/qt/src/pkg/YQPkgRepoList.cc?rev=44122&r1=44121&r2=44122&view=diff
==============================================================================
--- trunk/qt/src/pkg/YQPkgRepoList.cc (original)
+++ trunk/qt/src/pkg/YQPkgRepoList.cc Mon Feb 4 13:49:04 2008
@@ -57,7 +57,7 @@
//setAllColumnsShowFocus( true );
//setSelectionMode( Q3ListView::Extended ); // allow
multi-selection with Ctrl-mouse
- connect( this, SIGNAL( currentItemChanged(QTreeWidgetItem *,
QTreeWidgetItem *) ),
+ connect( this, SIGNAL( itemSelectionChanged() ),
this, SLOT ( filterIfVisible()) );
fillList();
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Mon Feb 4 13:49:04 2008
New Revision: 44122
URL: http://svn.opensuse.org/viewcvs/yast?rev=44122&view=rev
Log:
Fixed Bug #340898: Selecting specific repository out of sync
Modified:
trunk/qt/VERSION.cmake
trunk/qt/package/yast2-qt.changes
trunk/qt/src/pkg/YQPkgRepoList.cc
Modified: trunk/qt/VERSION.cmake
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/qt/VERSION.cmake?rev=44122&r1=44121&r2=44122&view=diff
==============================================================================
--- trunk/qt/VERSION.cmake (original)
+++ trunk/qt/VERSION.cmake Mon Feb 4 13:49:04 2008
@@ -1,3 +1,3 @@
SET(VERSION_MAJOR "2")
SET(VERSION_MINOR "16")
-SET(VERSION_PATCH "22")
+SET(VERSION_PATCH "23")
Modified: trunk/qt/package/yast2-qt.changes
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/qt/package/yast2-qt.changes?rev=44122&r1=44121&r2=44122&view=diff
==============================================================================
--- trunk/qt/package/yast2-qt.changes (original)
+++ trunk/qt/package/yast2-qt.changes Mon Feb 4 13:49:04 2008
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Fri Feb 4 13:48:16 CET 2008 - tgoettlicher@xxxxxxx
+
+- Fixed Bug #340898: Selecting specific repository out of sync
+- V 2.16.23
+
+-------------------------------------------------------------------
Fri Feb 1 15:48:55 CET 2008 - sh@xxxxxxx
- Moved event handling from Y(Q)UI to Y(Q)Dialog
Modified: trunk/qt/src/pkg/YQPkgRepoList.cc
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/qt/src/pkg/YQPkgRepoList.cc?rev=44122&r1=44121&r2=44122&view=diff
==============================================================================
--- trunk/qt/src/pkg/YQPkgRepoList.cc (original)
+++ trunk/qt/src/pkg/YQPkgRepoList.cc Mon Feb 4 13:49:04 2008
@@ -57,7 +57,7 @@
//setAllColumnsShowFocus( true );
//setSelectionMode( Q3ListView::Extended ); // allow
multi-selection with Ctrl-mouse
- connect( this, SIGNAL( currentItemChanged(QTreeWidgetItem *,
QTreeWidgetItem *) ),
+ connect( this, SIGNAL( itemSelectionChanged() ),
this, SLOT ( filterIfVisible()) );
fillList();
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |