From ffb262f0a1d791534ec69160269fcdfce8313eea Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Sun, 2 Sep 2007 14:42:09 +0000 Subject: [PATCH] - Fixed log context menu position - Updated Changelog --- Changelog | 1 + TODO | 3 +++ src/downloadingTorrents.cpp | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 9806ea380..4afb0e38c 100644 --- a/Changelog +++ b/Changelog @@ -61,6 +61,7 @@ - COSMETIC: Display more logs messages concerning features - COSMETIC: Improved lists renderers - COSMETIC: Use a different icon for torrents being checked and for connecting ones + - COSMETIC: Improved some icons * Mon May 07 2007 - Christophe Dumez - v0.9.3 - BUGFIX: Fixed pause toggle on double-click in download list diff --git a/TODO b/TODO index 24b77a210..d3a95408f 100644 --- a/TODO +++ b/TODO @@ -54,6 +54,7 @@ - 128m 29m 16m S 4.8 2.9 0:02.28 qbittorrent * beta 7 - Fix storage st creation + hasher in torrent creation + - Pause all when window in hidden should pause all (both tabs) - Translations update (IN PROGRESS) - Wait for some bug fixes in libtorrent : - Number of seeds non null for finished torrent (Ticket #122) @@ -88,3 +89,5 @@ beta6->beta7 changelog: - BUGFIX: Improved search engine core a little - BUGFIX: Forgot to remove *.pyc files when uninstalling a search plugin - BUGFIX: Fixed drag'n drop on non-KDE systems +- BUGFIX: Fixed log context menu position +- COSMETIC: Improved some icons diff --git a/src/downloadingTorrents.cpp b/src/downloadingTorrents.cpp index 4ee96a3de..ca34727a7 100644 --- a/src/downloadingTorrents.cpp +++ b/src/downloadingTorrents.cpp @@ -336,7 +336,7 @@ void DownloadingTorrents::displayInfoBarMenu(const QPoint& pos) { QMenu myLogMenu(this); myLogMenu.addAction(actionClearLog); // XXX: Why mapToGlobal() is not enough? - myLogMenu.exec(mapToGlobal(pos)+QPoint(22,383)); + myLogMenu.exec(mapToGlobal(pos)+QPoint(44,305)); } void DownloadingTorrents::sortProgressColumnDelayed() {