mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-22 04:24:23 +00:00
- Fixed log context menu position
- Updated Changelog
This commit is contained in:
parent
4727c1bdca
commit
ffb262f0a1
@ -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 <chris@qbittorrent.org> - v0.9.3
|
||||
- BUGFIX: Fixed pause toggle on double-click in download list
|
||||
|
3
TODO
3
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
|
||||
|
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user