Some work about adaptive color scheme for Web UI (PR #19901)
http://[316:c51a:62a3:8b9::4]/d4708/qBittorrent/src/branch/adaptive-webui
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1754 lines
65 KiB
1754 lines
65 KiB
18 years ago
|
/*
|
||
|
* Bittorrent Client using Qt4 and libtorrent.
|
||
18 years ago
|
* Copyright (C) 2006 Christophe Dumez
|
||
18 years ago
|
*
|
||
18 years ago
|
* This program is free software; you can redistribute it and/or
|
||
|
* modify it under the terms of the GNU General Public License
|
||
|
* as published by the Free Software Foundation; either version 2
|
||
|
* of the License, or (at your option) any later version.
|
||
18 years ago
|
*
|
||
|
* This program is distributed in the hope that it will be useful,
|
||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||
|
* GNU General Public License for more details.
|
||
|
*
|
||
|
* You should have received a copy of the GNU General Public License
|
||
18 years ago
|
* along with this program; if not, write to the Free Software
|
||
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||
|
*
|
||
16 years ago
|
* In addition, as a special exception, the copyright holders give permission to
|
||
|
* link this program with the OpenSSL project's "OpenSSL" library (or with
|
||
|
* modified versions of it that use the same license as the "OpenSSL" library),
|
||
|
* and distribute the linked executables. You must obey the GNU General Public
|
||
|
* License in all respects for all of the code used other than "OpenSSL". If you
|
||
|
* modify file(s), you may extend this exception to your version of the file(s),
|
||
|
* but you are not obligated to do so. If you do not wish to do so, delete this
|
||
|
* exception statement from your version.
|
||
|
*
|
||
18 years ago
|
* Contact : chris@qbittorrent.org
|
||
18 years ago
|
*/
|
||
14 years ago
|
|
||
|
#include <QtGlobal>
|
||
11 years ago
|
#if (defined(Q_OS_UNIX) && !defined(Q_OS_MAC)) && defined(QT_DBUS_LIB)
|
||
14 years ago
|
#include <QDBusConnection>
|
||
|
#include "notifications.h"
|
||
15 years ago
|
#endif
|
||
|
|
||
18 years ago
|
#include <QFileDialog>
|
||
14 years ago
|
#include <QFileSystemWatcher>
|
||
18 years ago
|
#include <QMessageBox>
|
||
|
#include <QTimer>
|
||
18 years ago
|
#include <QDesktopServices>
|
||
17 years ago
|
#include <QStatusBar>
|
||
15 years ago
|
#include <QClipboard>
|
||
18 years ago
|
#include <QCloseEvent>
|
||
18 years ago
|
#include <QShortcut>
|
||
14 years ago
|
#include <QScrollBar>
|
||
11 years ago
|
#include <QMimeData>
|
||
11 years ago
|
#include <QCryptographicHash>
|
||
18 years ago
|
|
||
14 years ago
|
#include "mainwindow.h"
|
||
15 years ago
|
#include "transferlistwidget.h"
|
||
18 years ago
|
#include "misc.h"
|
||
14 years ago
|
#include "torrentcreatordlg.h"
|
||
15 years ago
|
#include "downloadfromurldlg.h"
|
||
13 years ago
|
#include "addnewtorrentdialog.h"
|
||
15 years ago
|
#include "searchengine.h"
|
||
18 years ago
|
#include "rss_imp.h"
|
||
14 years ago
|
#include "qbtsession.h"
|
||
18 years ago
|
#include "about_imp.h"
|
||
15 years ago
|
#include "trackerlogin.h"
|
||
18 years ago
|
#include "options_imp.h"
|
||
15 years ago
|
#include "speedlimitdlg.h"
|
||
15 years ago
|
#include "preferences.h"
|
||
15 years ago
|
#include "trackerlist.h"
|
||
|
#include "peerlistwidget.h"
|
||
10 years ago
|
#include "torrentpersistentdata.h"
|
||
15 years ago
|
#include "transferlistfilterswidget.h"
|
||
15 years ago
|
#include "propertieswidget.h"
|
||
15 years ago
|
#include "statusbar.h"
|
||
15 years ago
|
#include "hidabletabwidget.h"
|
||
14 years ago
|
#include "torrentimportdlg.h"
|
||
14 years ago
|
#include "torrentmodel.h"
|
||
14 years ago
|
#include "executionlog.h"
|
||
14 years ago
|
#include "iconprovider.h"
|
||
10 years ago
|
#include "logger.h"
|
||
11 years ago
|
#ifndef DISABLE_GUI
|
||
|
#include "autoexpandabledialog.h"
|
||
|
#endif
|
||
11 years ago
|
#ifdef Q_OS_MAC
|
||
15 years ago
|
#include "qmacapplication.h"
|
||
15 years ago
|
void qt_mac_set_dock_menu(QMenu *menu);
|
||
15 years ago
|
#endif
|
||
14 years ago
|
#include "lineedit.h"
|
||
14 years ago
|
#include "sessionapplication.h"
|
||
11 years ago
|
#if defined(Q_OS_WIN) || defined(Q_OS_MAC)
|
||
14 years ago
|
#include "programupdater.h"
|
||
|
#endif
|
||
14 years ago
|
#include "powermanagement.h"
|
||
10 years ago
|
#ifdef Q_OS_WIN
|
||
|
#include "downloadthread.h"
|
||
|
#endif
|
||
18 years ago
|
|
||
10 years ago
|
#include <libtorrent/session.hpp>
|
||
|
|
||
17 years ago
|
using namespace libtorrent;
|
||
|
|
||
15 years ago
|
#define TIME_TRAY_BALLOON 5000
|
||
14 years ago
|
#define PREVENT_SUSPEND_INTERVAL 60000
|
||
15 years ago
|
|
||
18 years ago
|
/*****************************************************
|
||
10 years ago
|
* *
|
||
|
* GUI *
|
||
|
* *
|
||
|
*****************************************************/
|
||
18 years ago
|
|
||
|
// Constructor
|
||
10 years ago
|
MainWindow::MainWindow(QWidget *parent, const QStringList& torrentCmdLine): QMainWindow(parent), m_posInitialized(false), force_exit(false), unlockDlgShowing(false)
|
||
10 years ago
|
#ifdef Q_OS_WIN
|
||
10 years ago
|
, has_python(false)
|
||
10 years ago
|
#endif
|
||
|
{
|
||
10 years ago
|
setupUi(this);
|
||
14 years ago
|
|
||
10 years ago
|
Preferences* const pref = Preferences::instance();
|
||
|
ui_locked = pref->isUILocked();
|
||
|
setWindowTitle(QString("qBittorrent %1").arg(QString::fromUtf8(VERSION)));
|
||
|
displaySpeedInTitle = pref->speedInTitleBar();
|
||
|
// Clean exit on log out
|
||
|
connect(qApp, SIGNAL(aboutToQuit()), this, SLOT(shutdownCleanUp()), Qt::DirectConnection);
|
||
|
// Setting icons
|
||
11 years ago
|
#if (defined(Q_OS_UNIX) && !defined(Q_OS_MAC))
|
||
10 years ago
|
if (Preferences::instance()->useSystemIconTheme())
|
||
10 years ago
|
setWindowIcon(QIcon::fromTheme("qbittorrent", QIcon(QString::fromUtf8(":/icons/skin/qbittorrent32.png"))));
|
||
10 years ago
|
else
|
||
12 years ago
|
#endif
|
||
10 years ago
|
setWindowIcon(QIcon(QString::fromUtf8(":/icons/skin/qbittorrent32.png")));
|
||
12 years ago
|
|
||
10 years ago
|
addToolbarContextMenu();
|
||
|
|
||
10 years ago
|
actionOpen->setIcon(IconProvider::instance()->getIcon("list-add"));
|
||
|
actionDownload_from_URL->setIcon(IconProvider::instance()->getIcon("insert-link"));
|
||
10 years ago
|
actionSet_upload_limit->setIcon(QIcon(QString::fromUtf8(":/icons/skin/seeding.png")));
|
||
|
actionSet_download_limit->setIcon(QIcon(QString::fromUtf8(":/icons/skin/download.png")));
|
||
|
actionSet_global_upload_limit->setIcon(QIcon(QString::fromUtf8(":/icons/skin/seeding.png")));
|
||
|
actionSet_global_download_limit->setIcon(QIcon(QString::fromUtf8(":/icons/skin/download.png")));
|
||
10 years ago
|
actionCreate_torrent->setIcon(IconProvider::instance()->getIcon("document-edit"));
|
||
|
actionAbout->setIcon(IconProvider::instance()->getIcon("help-about"));
|
||
|
actionStatistics->setIcon(IconProvider::instance()->getIcon("view-statistics"));
|
||
|
actionBugReport->setIcon(IconProvider::instance()->getIcon("tools-report-bug"));
|
||
|
actionDecreasePriority->setIcon(IconProvider::instance()->getIcon("go-down"));
|
||
|
actionBottomPriority->setIcon(IconProvider::instance()->getIcon("go-bottom"));
|
||
|
actionDelete->setIcon(IconProvider::instance()->getIcon("list-remove"));
|
||
|
actionDocumentation->setIcon(IconProvider::instance()->getIcon("help-contents"));
|
||
|
actionDonate_money->setIcon(IconProvider::instance()->getIcon("wallet-open"));
|
||
|
actionExit->setIcon(IconProvider::instance()->getIcon("application-exit"));
|
||
|
actionIncreasePriority->setIcon(IconProvider::instance()->getIcon("go-up"));
|
||
|
actionTopPriority->setIcon(IconProvider::instance()->getIcon("go-top"));
|
||
|
actionLock_qBittorrent->setIcon(IconProvider::instance()->getIcon("object-locked"));
|
||
|
actionOptions->setIcon(IconProvider::instance()->getIcon("preferences-system"));
|
||
|
actionPause->setIcon(IconProvider::instance()->getIcon("media-playback-pause"));
|
||
|
actionPause_All->setIcon(IconProvider::instance()->getIcon("media-playback-pause"));
|
||
|
actionStart->setIcon(IconProvider::instance()->getIcon("media-playback-start"));
|
||
|
actionStart_All->setIcon(IconProvider::instance()->getIcon("media-playback-start"));
|
||
|
action_Import_Torrent->setIcon(IconProvider::instance()->getIcon("document-import"));
|
||
|
menuAuto_Shutdown_on_downloads_completion->setIcon(IconProvider::instance()->getIcon("application-exit"));
|
||
|
|
||
|
QMenu *startAllMenu = new QMenu(this);
|
||
|
startAllMenu->addAction(actionStart_All);
|
||
|
actionStart->setMenu(startAllMenu);
|
||
|
QMenu *pauseAllMenu = new QMenu(this);
|
||
|
pauseAllMenu->addAction(actionPause_All);
|
||
|
actionPause->setMenu(pauseAllMenu);
|
||
|
QMenu *lockMenu = new QMenu(this);
|
||
|
QAction *defineUiLockPasswdAct = lockMenu->addAction(tr("Set the password..."));
|
||
|
connect(defineUiLockPasswdAct, SIGNAL(triggered()), this, SLOT(defineUILockPassword()));
|
||
|
QAction *clearUiLockPasswdAct = lockMenu->addAction(tr("Clear the password"));
|
||
|
connect(clearUiLockPasswdAct, SIGNAL(triggered()), this, SLOT(clearUILockPassword()));
|
||
|
actionLock_qBittorrent->setMenu(lockMenu);
|
||
|
// Creating Bittorrent session
|
||
|
connect(QBtSession::instance(), SIGNAL(fullDiskError(QTorrentHandle, QString)), this, SLOT(fullDiskError(QTorrentHandle, QString)));
|
||
|
connect(QBtSession::instance(), SIGNAL(finishedTorrent(QTorrentHandle)), this, SLOT(finishedTorrent(QTorrentHandle)));
|
||
|
connect(QBtSession::instance(), SIGNAL(trackerAuthenticationRequired(QTorrentHandle)), this, SLOT(trackerAuthenticationRequired(QTorrentHandle)));
|
||
|
connect(QBtSession::instance(), SIGNAL(newDownloadedTorrent(QString, QString)), this, SLOT(processDownloadedFiles(QString, QString)));
|
||
|
connect(QBtSession::instance(), SIGNAL(newMagnetLink(QString)), this, SLOT(processNewMagnetLink(QString)));
|
||
|
connect(QBtSession::instance(), SIGNAL(downloadFromUrlFailure(QString, QString)), this, SLOT(handleDownloadFromUrlFailure(QString, QString)));
|
||
|
connect(QBtSession::instance(), SIGNAL(alternativeSpeedsModeChanged(bool)), this, SLOT(updateAltSpeedsBtn(bool)));
|
||
|
connect(QBtSession::instance(), SIGNAL(recursiveTorrentDownloadPossible(QTorrentHandle)), this, SLOT(askRecursiveTorrentDownloadConfirmation(QTorrentHandle)));
|
||
11 years ago
|
#ifdef Q_OS_MAC
|
||
10 years ago
|
connect(static_cast<QMacApplication*>(qApp), SIGNAL(newFileOpenMacEvent(QString)), this, SLOT(processParams(QString)));
|
||
15 years ago
|
#endif
|
||
15 years ago
|
|
||
10 years ago
|
qDebug("create tabWidget");
|
||
|
tabs = new HidableTabWidget();
|
||
|
connect(tabs, SIGNAL(currentChanged(int)), this, SLOT(tab_changed(int)));
|
||
|
vSplitter = new QSplitter(Qt::Horizontal);
|
||
|
//vSplitter->setChildrenCollapsible(false);
|
||
|
hSplitter = new QSplitter(Qt::Vertical);
|
||
|
hSplitter->setChildrenCollapsible(false);
|
||
|
hSplitter->setContentsMargins(0, 4, 0, 0);
|
||
|
|
||
|
// Name filter
|
||
|
search_filter = new LineEdit();
|
||
|
searchFilterAct = toolBar->insertWidget(actionLock_qBittorrent, search_filter);
|
||
|
search_filter->setPlaceholderText(tr("Filter torrent list..."));
|
||
|
search_filter->setFixedWidth(200);
|
||
|
QWidget *spacer = new QWidget(this);
|
||
|
spacer->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed);
|
||
|
toolBar->insertWidget(searchFilterAct, spacer);
|
||
|
|
||
|
// Transfer List tab
|
||
|
transferList = new TransferListWidget(hSplitter, this, QBtSession::instance());
|
||
|
properties = new PropertiesWidget(hSplitter, this, transferList);
|
||
|
transferListFilters = new TransferListFiltersWidget(vSplitter, transferList);
|
||
|
hSplitter->addWidget(transferList);
|
||
|
hSplitter->addWidget(properties);
|
||
|
vSplitter->addWidget(transferListFilters);
|
||
|
vSplitter->addWidget(hSplitter);
|
||
|
vSplitter->setCollapsible(0, true);
|
||
|
vSplitter->setCollapsible(1, false);
|
||
|
tabs->addTab(vSplitter, IconProvider::instance()->getIcon("folder-remote"), tr("Transfers"));
|
||
|
|
||
|
connect(search_filter, SIGNAL(textChanged(QString)), transferList, SLOT(applyNameFilter(QString)));
|
||
|
connect(hSplitter, SIGNAL(splitterMoved(int, int)), this, SLOT(writeSettings()));
|
||
|
connect(vSplitter, SIGNAL(splitterMoved(int, int)), this, SLOT(writeSettings()));
|
||
|
|
||
|
vboxLayout->addWidget(tabs);
|
||
|
|
||
|
prioSeparator = toolBar->insertSeparator(actionBottomPriority);
|
||
|
prioSeparatorMenu = menu_Edit->insertSeparator(actionTopPriority);
|
||
|
|
||
|
// Transfer list slots
|
||
|
connect(actionStart, SIGNAL(triggered()), transferList, SLOT(startSelectedTorrents()));
|
||
|
connect(actionStart_All, SIGNAL(triggered()), QBtSession::instance(), SLOT(resumeAllTorrents()));
|
||
|
connect(actionPause, SIGNAL(triggered()), transferList, SLOT(pauseSelectedTorrents()));
|
||
|
connect(actionPause_All, SIGNAL(triggered()), QBtSession::instance(), SLOT(pauseAllTorrents()));
|
||
|
connect(actionDelete, SIGNAL(triggered()), transferList, SLOT(deleteSelectedTorrents()));
|
||
|
connect(actionTopPriority, SIGNAL(triggered()), transferList, SLOT(topPrioSelectedTorrents()));
|
||
|
connect(actionIncreasePriority, SIGNAL(triggered()), transferList, SLOT(increasePrioSelectedTorrents()));
|
||
|
connect(actionDecreasePriority, SIGNAL(triggered()), transferList, SLOT(decreasePrioSelectedTorrents()));
|
||
|
connect(actionBottomPriority, SIGNAL(triggered()), transferList, SLOT(bottomPrioSelectedTorrents()));
|
||
|
connect(actionToggleVisibility, SIGNAL(triggered()), this, SLOT(toggleVisibility()));
|
||
|
connect(actionMinimize, SIGNAL(triggered()), SLOT(minimizeWindow()));
|
||
15 years ago
|
|
||
11 years ago
|
#if defined(Q_OS_WIN) || defined(Q_OS_MAC)
|
||
10 years ago
|
programUpdateTimer.setInterval(60 * 60 * 1000);
|
||
|
programUpdateTimer.setSingleShot(true);
|
||
|
connect(&programUpdateTimer, SIGNAL(timeout()), SLOT(checkProgramUpdate()));
|
||
|
connect(actionCheck_for_updates, SIGNAL(triggered()), SLOT(checkProgramUpdate()));
|
||
11 years ago
|
#else
|
||
10 years ago
|
actionCheck_for_updates->setVisible(false);
|
||
11 years ago
|
#endif
|
||
|
|
||
10 years ago
|
m_pwr = new PowerManagement(this);
|
||
|
preventTimer = new QTimer(this);
|
||
|
connect(preventTimer, SIGNAL(timeout()), SLOT(checkForActiveTorrents()));
|
||
|
|
||
|
// Configure BT session according to options
|
||
|
loadPreferences(false);
|
||
|
|
||
|
// Start connection checking timer
|
||
|
guiUpdater = new QTimer(this);
|
||
|
connect(guiUpdater, SIGNAL(timeout()), this, SLOT(updateGUI()));
|
||
|
guiUpdater->start(2000);
|
||
|
// Accept drag 'n drops
|
||
|
setAcceptDrops(true);
|
||
|
createKeyboardShortcuts();
|
||
|
// Create status bar
|
||
|
status_bar = new StatusBar(QMainWindow::statusBar());
|
||
|
connect(status_bar->connectionStatusButton(), SIGNAL(clicked()), SLOT(showConnectionSettings()));
|
||
|
connect(actionUse_alternative_speed_limits, SIGNAL(triggered()), status_bar, SLOT(toggleAlternativeSpeeds()));
|
||
15 years ago
|
|
||
11 years ago
|
#ifdef Q_OS_MAC
|
||
10 years ago
|
setUnifiedTitleAndToolBarOnMac(true);
|
||
15 years ago
|
#endif
|
||
|
|
||
10 years ago
|
// View settings
|
||
|
actionTop_tool_bar->setChecked(pref->isToolbarDisplayed());
|
||
|
actionSpeed_in_title_bar->setChecked(pref->speedInTitleBar());
|
||
|
actionRSS_Reader->setChecked(pref->isRSSEnabled());
|
||
|
actionSearch_engine->setChecked(pref->isSearchEnabled());
|
||
|
actionExecution_Logs->setChecked(pref->isExecutionLogEnabled());
|
||
|
displayRSSTab(actionRSS_Reader->isChecked());
|
||
|
on_actionExecution_Logs_triggered(actionExecution_Logs->isChecked());
|
||
|
if (actionSearch_engine->isChecked())
|
||
|
QTimer::singleShot(0, this, SLOT(on_actionSearch_engine_triggered()));
|
||
|
|
||
|
// Auto shutdown actions
|
||
|
QActionGroup * autoShutdownGroup = new QActionGroup(this);
|
||
|
autoShutdownGroup->setExclusive(true);
|
||
|
autoShutdownGroup->addAction(actionAutoShutdown_Disabled);
|
||
|
autoShutdownGroup->addAction(actionAutoExit_qBittorrent);
|
||
|
autoShutdownGroup->addAction(actionAutoShutdown_system);
|
||
|
autoShutdownGroup->addAction(actionAutoSuspend_system);
|
||
|
autoShutdownGroup->addAction(actionAutoHibernate_system);
|
||
11 years ago
|
#if (!defined(Q_OS_UNIX) || defined(Q_OS_MAC)) || defined(QT_DBUS_LIB)
|
||
10 years ago
|
actionAutoShutdown_system->setChecked(pref->shutdownWhenDownloadsComplete());
|
||
|
actionAutoSuspend_system->setChecked(pref->suspendWhenDownloadsComplete());
|
||
|
actionAutoHibernate_system->setChecked(pref->hibernateWhenDownloadsComplete());
|
||
14 years ago
|
#else
|
||
10 years ago
|
actionAutoShutdown_system->setDisabled(true);
|
||
|
actionAutoSuspend_system->setDisabled(true);
|
||
|
actionAutoHibernate_system->setDisabled(true);
|
||
14 years ago
|
#endif
|
||
10 years ago
|
actionAutoExit_qBittorrent->setChecked(pref->shutdownqBTWhenDownloadsComplete());
|
||
14 years ago
|
|
||
10 years ago
|
if (!autoShutdownGroup->checkedAction())
|
||
|
actionAutoShutdown_Disabled->setChecked(true);
|
||
15 years ago
|
|
||
10 years ago
|
// Load Window state and sizes
|
||
|
readSettings();
|
||
15 years ago
|
|
||
10 years ago
|
if (systrayIcon) {
|
||
|
if (!(pref->startMinimized() || ui_locked)) {
|
||
|
show();
|
||
|
activateWindow();
|
||
|
raise();
|
||
|
}
|
||
14 years ago
|
}
|
||
15 years ago
|
|
||
10 years ago
|
properties->readSettings();
|
||
14 years ago
|
|
||
10 years ago
|
// Start watching the executable for updates
|
||
|
executable_watcher = new QFileSystemWatcher();
|
||
|
connect(executable_watcher, SIGNAL(fileChanged(QString)), this, SLOT(notifyOfUpdate(QString)));
|
||
|
executable_watcher->addPath(qApp->applicationFilePath());
|
||
14 years ago
|
|
||
10 years ago
|
// Resume unfinished torrents
|
||
|
QBtSession::instance()->startUpTorrents();
|
||
|
// Add torrent given on command line
|
||
|
processParams(torrentCmdLine);
|
||
14 years ago
|
|
||
10 years ago
|
// Populate the transfer list
|
||
|
transferList->getSourceModel()->populate();
|
||
|
transferList->setFocus();
|
||
14 years ago
|
|
||
10 years ago
|
// Update the number of torrents (tab)
|
||
|
updateNbTorrents();
|
||
|
connect(transferList->getSourceModel(), SIGNAL(rowsInserted(QModelIndex, int, int)), this, SLOT(updateNbTorrents()));
|
||
|
connect(transferList->getSourceModel(), SIGNAL(rowsRemoved(QModelIndex, int, int)), this, SLOT(updateNbTorrents()));
|
||
14 years ago
|
|
||
10 years ago
|
qDebug("GUI Built");
|
||
11 years ago
|
#ifdef Q_OS_WIN
|
||
10 years ago
|
if (!pref->neverCheckFileAssoc() && (!Preferences::isTorrentFileAssocSet() || !Preferences::isMagnetLinkAssocSet())) {
|
||
|
if (QMessageBox::question(0, tr("Torrent file association"),
|
||
|
tr("qBittorrent is not the default application to open torrent files or Magnet links.\nDo you want to associate qBittorrent to torrent files and Magnet links?"),
|
||
|
QMessageBox::Yes | QMessageBox::No, QMessageBox::Yes) == QMessageBox::Yes) {
|
||
|
Preferences::setTorrentFileAssoc(true);
|
||
|
Preferences::setMagnetLinkAssoc(true);
|
||
|
}
|
||
|
else {
|
||
|
pref->setNeverCheckFileAssoc();
|
||
|
}
|
||
15 years ago
|
}
|
||
15 years ago
|
#endif
|
||
11 years ago
|
#ifdef Q_OS_MAC
|
||
10 years ago
|
qt_mac_set_dock_menu(getTrayIconMenu());
|
||
15 years ago
|
#endif
|
||
13 years ago
|
|
||
10 years ago
|
// Make sure the Window is visible if we don't have a tray icon
|
||
|
if (!systrayIcon) {
|
||
|
if (pref->startMinimized()) {
|
||
|
showMinimized();
|
||
|
}
|
||
|
else {
|
||
|
show();
|
||
|
activateWindow();
|
||
|
raise();
|
||
|
}
|
||
11 years ago
|
}
|
||
10 years ago
|
}
|
||
|
|
||
10 years ago
|
void MainWindow::addToolbarContextMenu()
|
||
|
{
|
||
|
const Preferences* const pref = Preferences::instance();
|
||
|
toolbarMenu = new QMenu(this);
|
||
|
|
||
|
toolBar->setContextMenuPolicy(Qt::CustomContextMenu);
|
||
|
connect(toolBar, SIGNAL(customContextMenuRequested(QPoint)), this, SLOT(toolbarMenuRequested(QPoint)));
|
||
|
|
||
|
QAction *iconsOnly = new QAction(tr("Icons Only"), toolbarMenu);
|
||
|
connect(iconsOnly, SIGNAL(triggered()), this, SLOT(toolbarIconsOnly()));
|
||
|
QAction *textOnly = new QAction(tr("Text Only"), toolbarMenu);
|
||
|
connect(textOnly, SIGNAL(triggered()), this, SLOT(toolbarTextOnly()));
|
||
|
QAction *textBesideIcons = new QAction(tr("Text Alongside Icons"), toolbarMenu);
|
||
|
connect(textBesideIcons, SIGNAL(triggered()), this, SLOT(toolbarTextBeside()));
|
||
|
QAction *textUnderIcons = new QAction(tr("Text Under Icons"), toolbarMenu);
|
||
|
connect(textUnderIcons, SIGNAL(triggered()), this, SLOT(toolbarTextUnder()));
|
||
|
QAction *followSystemStyle = new QAction(tr("Follow System Style"), toolbarMenu);
|
||
|
connect(followSystemStyle, SIGNAL(triggered()), this, SLOT(toolbarFollowSystem()));
|
||
|
toolbarMenu->addAction(iconsOnly);
|
||
|
toolbarMenu->addAction(textOnly);
|
||
|
toolbarMenu->addAction(textBesideIcons);
|
||
|
toolbarMenu->addAction(textUnderIcons);
|
||
|
toolbarMenu->addAction(followSystemStyle);
|
||
|
QActionGroup *textPositionGroup = new QActionGroup(toolbarMenu);
|
||
|
textPositionGroup->addAction(iconsOnly);
|
||
|
iconsOnly->setCheckable(true);
|
||
|
textPositionGroup->addAction(textOnly);
|
||
|
textOnly->setCheckable(true);
|
||
|
textPositionGroup->addAction(textBesideIcons);
|
||
|
textBesideIcons->setCheckable(true);
|
||
|
textPositionGroup->addAction(textUnderIcons);
|
||
|
textUnderIcons->setCheckable(true);
|
||
|
textPositionGroup->addAction(followSystemStyle);
|
||
|
followSystemStyle->setCheckable(true);
|
||
|
|
||
|
const Qt::ToolButtonStyle buttonStyle = static_cast<Qt::ToolButtonStyle>(pref->getToolbarTextPosition());
|
||
|
if (buttonStyle >= Qt::ToolButtonIconOnly && buttonStyle <= Qt::ToolButtonFollowStyle)
|
||
|
toolBar->setToolButtonStyle(buttonStyle);
|
||
|
switch (buttonStyle) {
|
||
|
case Qt::ToolButtonIconOnly:
|
||
|
iconsOnly->setChecked(true);
|
||
|
break;
|
||
|
case Qt::ToolButtonTextOnly:
|
||
|
textOnly->setChecked(true);
|
||
|
break;
|
||
|
case Qt::ToolButtonTextBesideIcon:
|
||
|
textBesideIcons->setChecked(true);
|
||
|
break;
|
||
|
case Qt::ToolButtonTextUnderIcon:
|
||
|
textUnderIcons->setChecked(true);
|
||
|
break;
|
||
|
default:
|
||
|
followSystemStyle->setChecked(true);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
void MainWindow::toolbarMenuRequested(QPoint point)
|
||
|
{
|
||
|
toolbarMenu->exec(toolBar->mapToGlobal(point));
|
||
|
}
|
||
|
|
||
|
void MainWindow::toolbarIconsOnly()
|
||
|
{
|
||
|
toolBar->setToolButtonStyle(Qt::ToolButtonIconOnly);
|
||
|
Preferences::instance()->setToolbarTextPosition(Qt::ToolButtonIconOnly);
|
||
|
}
|
||
|
|
||
|
void MainWindow::toolbarTextOnly()
|
||
|
{
|
||
|
toolBar->setToolButtonStyle(Qt::ToolButtonTextOnly);
|
||
|
Preferences::instance()->setToolbarTextPosition(Qt::ToolButtonTextOnly);
|
||
|
}
|
||
|
|
||
|
void MainWindow::toolbarTextBeside()
|
||
|
{
|
||
|
toolBar->setToolButtonStyle(Qt::ToolButtonTextBesideIcon);
|
||
|
Preferences::instance()->setToolbarTextPosition(Qt::ToolButtonTextBesideIcon);
|
||
|
}
|
||
|
|
||
|
void MainWindow::toolbarTextUnder()
|
||
|
{
|
||
|
toolBar->setToolButtonStyle(Qt::ToolButtonTextUnderIcon);
|
||
|
Preferences::instance()->setToolbarTextPosition(Qt::ToolButtonTextUnderIcon);
|
||
|
}
|
||
|
|
||
|
void MainWindow::toolbarFollowSystem()
|
||
|
{
|
||
|
toolBar->setToolButtonStyle(Qt::ToolButtonFollowStyle);
|
||
|
Preferences::instance()->setToolbarTextPosition(Qt::ToolButtonFollowStyle);
|
||
|
}
|
||
|
|
||
10 years ago
|
void MainWindow::shutdownCleanUp()
|
||
|
{
|
||
|
qDebug("GUI destruction");
|
||
|
hide();
|
||
|
guiUpdater->stop();
|
||
|
status_bar->stopTimer();
|
||
|
m_pwr->setActivityState(false);
|
||
|
QBtSession::drop();
|
||
|
// Save window size, columns size
|
||
|
writeSettings();
|
||
11 years ago
|
#ifdef Q_OS_MAC
|
||
10 years ago
|
// Workaround to avoid bug http://bugreports.qt.nokia.com/browse/QTBUG-7305
|
||
|
setUnifiedTitleAndToolBarOnMac(false);
|
||
15 years ago
|
#endif
|
||
10 years ago
|
disconnect(tabs, SIGNAL(currentChanged(int)), this, SLOT(tab_changed(int)));
|
||
|
// Delete other GUI objects
|
||
|
if (executable_watcher)
|
||
|
delete executable_watcher;
|
||
|
delete status_bar;
|
||
|
delete search_filter;
|
||
|
delete transferList;
|
||
|
delete guiUpdater;
|
||
|
if (createTorrentDlg)
|
||
|
delete createTorrentDlg;
|
||
|
if (m_executionLog)
|
||
|
delete m_executionLog;
|
||
|
if (aboutDlg)
|
||
|
delete aboutDlg;
|
||
|
if (statsDlg)
|
||
|
delete statsDlg;
|
||
|
if (options)
|
||
|
delete options;
|
||
|
if (downloadFromURLDialog)
|
||
|
delete downloadFromURLDialog;
|
||
|
if (rssWidget)
|
||
|
delete rssWidget;
|
||
|
if (searchEngine)
|
||
|
delete searchEngine;
|
||
|
delete transferListFilters;
|
||
|
delete properties;
|
||
|
delete hSplitter;
|
||
|
delete vSplitter;
|
||
|
if (systrayCreator)
|
||
|
delete systrayCreator;
|
||
|
if (systrayIcon)
|
||
|
delete systrayIcon;
|
||
|
if (myTrayIconMenu)
|
||
|
delete myTrayIconMenu;
|
||
|
delete tabs;
|
||
|
// Keyboard shortcuts
|
||
|
delete switchSearchShortcut;
|
||
|
delete switchSearchShortcut2;
|
||
|
delete switchTransferShortcut;
|
||
|
delete switchRSSShortcut;
|
||
10 years ago
|
delete toolbarMenu;
|
||
10 years ago
|
IconProvider::drop();
|
||
10 years ago
|
TorrentPersistentData::drop();
|
||
10 years ago
|
Preferences::drop();
|
||
10 years ago
|
Logger::drop();
|
||
10 years ago
|
qDebug("Finished GUI destruction");
|
||
|
}
|
||
|
|
||
|
void MainWindow::defineUILockPassword()
|
||
|
{
|
||
|
QString old_pass_md5 = Preferences::instance()->getUILockPasswordMD5();
|
||
|
if (old_pass_md5.isNull()) old_pass_md5 = "";
|
||
|
bool ok = false;
|
||
|
QString new_clear_password = AutoExpandableDialog::getText(this, tr("UI lock password"), tr("Please type the UI lock password:"), QLineEdit::Password, old_pass_md5, &ok);
|
||
|
if (ok) {
|
||
|
new_clear_password = new_clear_password.trimmed();
|
||
|
if (new_clear_password.size() < 3) {
|
||
|
QMessageBox::warning(this, tr("Invalid password"), tr("The password should contain at least 3 characters"));
|
||
|
return;
|
||
|
}
|
||
|
if (new_clear_password != old_pass_md5)
|
||
|
Preferences::instance()->setUILockPassword(new_clear_password);
|
||
|
QMessageBox::information(this, tr("Password update"), tr("The UI lock password has been successfully updated"));
|
||
14 years ago
|
}
|
||
|
}
|
||
|
|
||
10 years ago
|
void MainWindow::clearUILockPassword()
|
||
|
{
|
||
|
QMessageBox::StandardButton answer = QMessageBox::question(this, tr("Clear the password"), tr("Are you sure you want to clear the password?"), QMessageBox::Yes | QMessageBox::No, QMessageBox::No);
|
||
|
if (answer == QMessageBox::Yes)
|
||
|
Preferences::instance()->clearUILockPassword();
|
||
11 years ago
|
}
|
||
|
|
||
10 years ago
|
void MainWindow::on_actionLock_qBittorrent_triggered()
|
||
|
{
|
||
|
Preferences* const pref = Preferences::instance();
|
||
|
// Check if there is a password
|
||
|
if (pref->getUILockPasswordMD5().isEmpty()) {
|
||
|
// Ask for a password
|
||
|
bool ok = false;
|
||
|
QString clear_password = AutoExpandableDialog::getText(this, tr("UI lock password"), tr("Please type the UI lock password:"), QLineEdit::Password, "", &ok);
|
||
|
if (!ok) return;
|
||
|
pref->setUILockPassword(clear_password);
|
||
15 years ago
|
}
|
||
10 years ago
|
// Lock the interface
|
||
|
ui_locked = true;
|
||
|
pref->setUILocked(true);
|
||
|
myTrayIconMenu->setEnabled(false);
|
||
|
hide();
|
||
15 years ago
|
}
|
||
|
|
||
10 years ago
|
void MainWindow::displayRSSTab(bool enable)
|
||
|
{
|
||
|
if (enable) {
|
||
|
// RSS tab
|
||
|
if (!rssWidget) {
|
||
|
rssWidget = new RSSImp(tabs);
|
||
|
int index_tab = tabs->addTab(rssWidget, tr("RSS"));
|
||
|
tabs->setTabIcon(index_tab, IconProvider::instance()->getIcon("application-rss+xml"));
|
||
|
}
|
||
15 years ago
|
}
|
||
10 years ago
|
else if (rssWidget)
|
||
|
delete rssWidget;
|
||
|
|
||
|
}
|
||
|
|
||
|
void MainWindow::displaySearchTab(bool enable)
|
||
|
{
|
||
|
Preferences::instance()->setSearchEnabled(enable);
|
||
|
if (enable) {
|
||
|
// RSS tab
|
||
|
if (!searchEngine) {
|
||
|
searchEngine = new SearchEngine(this);
|
||
|
tabs->insertTab(1, searchEngine, IconProvider::instance()->getIcon("edit-find"), tr("Search"));
|
||
|
}
|
||
15 years ago
|
}
|
||
10 years ago
|
else if (searchEngine)
|
||
|
delete searchEngine;
|
||
|
|
||
15 years ago
|
}
|
||
|
|
||
10 years ago
|
void MainWindow::updateNbTorrents()
|
||
|
{
|
||
|
tabs->setTabText(0, tr("Transfers (%1)").arg(transferList->getSourceModel()->rowCount()));
|
||
15 years ago
|
}
|
||
|
|
||
10 years ago
|
void MainWindow::on_actionWebsite_triggered() const
|
||
|
{
|
||
|
QDesktopServices::openUrl(QUrl(QString::fromUtf8("http://www.qbittorrent.org")));
|
||
15 years ago
|
}
|
||
|
|
||
10 years ago
|
void MainWindow::on_actionDocumentation_triggered() const
|
||
|
{
|
||
|
QDesktopServices::openUrl(QUrl(QString::fromUtf8("http://doc.qbittorrent.org")));
|
||
15 years ago
|
}
|
||
|
|
||
10 years ago
|
void MainWindow::on_actionBugReport_triggered() const
|
||
|
{
|
||
|
QDesktopServices::openUrl(QUrl(QString::fromUtf8("http://bugs.qbittorrent.org")));
|
||
15 years ago
|
}
|
||
|
|
||
10 years ago
|
void MainWindow::tab_changed(int new_tab)
|
||
|
{
|
||
|
Q_UNUSED(new_tab);
|
||
|
// We cannot rely on the index new_tab
|
||
|
// because the tab order is undetermined now
|
||
|
if (tabs->currentWidget() == vSplitter) {
|
||
|
qDebug("Changed tab to transfer list, refreshing the list");
|
||
|
properties->loadDynamicData();
|
||
|
searchFilterAct->setVisible(true);
|
||
|
return;
|
||
|
}
|
||
|
else {
|
||
|
searchFilterAct->setVisible(false);
|
||
|
}
|
||
|
if (tabs->currentWidget() == searchEngine) {
|
||
|
qDebug("Changed tab to search engine, giving focus to search input");
|
||
|
searchEngine->giveFocusToSearchInput();
|
||
|
}
|
||
15 years ago
|
}
|
||
|
|
||
10 years ago
|
void MainWindow::writeSettings()
|
||
|
{
|
||
|
Preferences* const pref = Preferences::instance();
|
||
|
pref->setMainGeometry(saveGeometry());
|
||
|
// Splitter size
|
||
|
pref->setMainVSplitterState(vSplitter->saveState());
|
||
|
properties->saveSettings();
|
||
15 years ago
|
}
|
||
|
|
||
10 years ago
|
void MainWindow::readSettings()
|
||
|
{
|
||
|
const Preferences* const pref = Preferences::instance();
|
||
|
const QByteArray mainGeo = pref->getMainGeometry();
|
||
|
if (!mainGeo.isEmpty())
|
||
|
if (restoreGeometry(mainGeo))
|
||
|
m_posInitialized = true;
|
||
|
const QByteArray splitterState = pref->getMainVSplitterState();
|
||
|
if (splitterState.isEmpty())
|
||
|
// Default sizes
|
||
|
vSplitter->setSizes(QList<int>() << 120 << vSplitter->width() - 120);
|
||
|
else
|
||
|
vSplitter->restoreState(splitterState);
|
||
14 years ago
|
}
|
||
|
|
||
10 years ago
|
void MainWindow::balloonClicked()
|
||
|
{
|
||
|
if (isHidden()) {
|
||
|
if (ui_locked) {
|
||
|
// Ask for UI lock password
|
||
|
if (!unlockUI())
|
||
|
return;
|
||
|
}
|
||
|
show();
|
||
|
if (isMinimized())
|
||
|
showNormal();
|
||
11 years ago
|
}
|
||
11 years ago
|
|
||
10 years ago
|
raise();
|
||
|
activateWindow();
|
||
14 years ago
|
}
|
||
|
|
||
15 years ago
|
// called when a torrent has finished
|
||
10 years ago
|
void MainWindow::finishedTorrent(const QTorrentHandle& h) const
|
||
|
{
|
||
10 years ago
|
if (TorrentPersistentData::instance()->isSeed(h.hash()))
|
||
10 years ago
|
showNotificationBaloon(tr("Download completion"), tr("%1 has finished downloading.", "e.g: xxx.avi has finished downloading.").arg(h.name()));
|
||
15 years ago
|
}
|
||
|
|
||
|
// Notification when disk is full
|
||
10 years ago
|
void MainWindow::fullDiskError(const QTorrentHandle& h, QString msg) const
|
||
|
{
|
||
|
if (!h.is_valid()) return;
|
||
|
showNotificationBaloon(tr("I/O Error", "i.e: Input/Output Error"), tr("An I/O error occurred for torrent %1.\n Reason: %2", "e.g: An error occurred for torrent xxx.avi.\n Reason: disk is full.").arg(h.name()).arg(msg));
|
||
|
}
|
||
|
|
||
|
void MainWindow::createKeyboardShortcuts()
|
||
|
{
|
||
|
actionCreate_torrent->setShortcut(QKeySequence(QString::fromUtf8("Ctrl+N")));
|
||
|
actionOpen->setShortcut(QKeySequence(QString::fromUtf8("Ctrl+O")));
|
||
|
actionDownload_from_URL->setShortcut(QKeySequence(QString::fromUtf8("Ctrl+Shift+O")));
|
||
|
actionExit->setShortcut(QKeySequence(QString::fromUtf8("Ctrl+Q")));
|
||
|
switchTransferShortcut = new QShortcut(QKeySequence("Alt+1"), this);
|
||
|
connect(switchTransferShortcut, SIGNAL(activated()), this, SLOT(displayTransferTab()));
|
||
|
switchSearchShortcut = new QShortcut(QKeySequence("Alt+2"), this);
|
||
|
connect(switchSearchShortcut, SIGNAL(activated()), this, SLOT(displaySearchTab()));
|
||
|
switchSearchShortcut2 = new QShortcut(QKeySequence("Ctrl+F"), this);
|
||
|
connect(switchSearchShortcut2, SIGNAL(activated()), this, SLOT(displaySearchTab()));
|
||
|
switchRSSShortcut = new QShortcut(QKeySequence("Alt+3"), this);
|
||
|
connect(switchRSSShortcut, SIGNAL(activated()), this, SLOT(displayRSSTab()));
|
||
|
actionDocumentation->setShortcut(QKeySequence("F1"));
|
||
|
actionOptions->setShortcut(QKeySequence(QString::fromUtf8("Alt+O")));
|
||
|
actionStart->setShortcut(QKeySequence(QString::fromUtf8("Ctrl+S")));
|
||
|
actionStart_All->setShortcut(QKeySequence(QString::fromUtf8("Ctrl+Shift+S")));
|
||
|
actionPause->setShortcut(QKeySequence(QString::fromUtf8("Ctrl+P")));
|
||
|
actionPause_All->setShortcut(QKeySequence(QString::fromUtf8("Ctrl+Shift+P")));
|
||
|
actionBottomPriority->setShortcut(QKeySequence(QString::fromUtf8("Ctrl+Shift+-")));
|
||
|
actionDecreasePriority->setShortcut(QKeySequence(QString::fromUtf8("Ctrl+-")));
|
||
|
actionIncreasePriority->setShortcut(QKeySequence(QString::fromUtf8("Ctrl++")));
|
||
|
actionTopPriority->setShortcut(QKeySequence(QString::fromUtf8("Ctrl+Shift++")));
|
||
11 years ago
|
#ifdef Q_OS_MAC
|
||
10 years ago
|
actionMinimize->setShortcut(QKeySequence(QString::fromUtf8("Ctrl+M")));
|
||
|
addAction(actionMinimize);
|
||
13 years ago
|
#endif
|
||
15 years ago
|
}
|
||
|
|
||
|
// Keyboard shortcuts slots
|
||
10 years ago
|
void MainWindow::displayTransferTab() const
|
||
|
{
|
||
|
tabs->setCurrentWidget(transferList);
|
||
15 years ago
|
}
|
||
|
|
||
10 years ago
|
void MainWindow::displaySearchTab() const
|
||
|
{
|
||
|
if (searchEngine)
|
||
|
tabs->setCurrentWidget(searchEngine);
|
||
15 years ago
|
}
|
||
|
|
||
10 years ago
|
void MainWindow::displayRSSTab() const
|
||
|
{
|
||
|
if (rssWidget)
|
||
|
tabs->setCurrentWidget(rssWidget);
|
||
15 years ago
|
}
|
||
|
|
||
|
// End of keyboard shortcuts slots
|
||
|
|
||
10 years ago
|
void MainWindow::askRecursiveTorrentDownloadConfirmation(const QTorrentHandle &h)
|
||
|
{
|
||
|
Preferences* const pref = Preferences::instance();
|
||
|
if (pref->recursiveDownloadDisabled()) return;
|
||
|
// Get Torrent name
|
||
|
QString torrent_name;
|
||
|
try {
|
||
|
torrent_name = h.name();
|
||
|
} catch(invalid_handle&) {
|
||
|
return;
|
||
|
}
|
||
|
QMessageBox confirmBox(QMessageBox::Question, tr("Recursive download confirmation"), tr("The torrent %1 contains torrent files, do you want to proceed with their download?").arg(torrent_name));
|
||
|
QPushButton *yes = confirmBox.addButton(tr("Yes"), QMessageBox::YesRole);
|
||
|
/*QPushButton *no = */ confirmBox.addButton(tr("No"), QMessageBox::NoRole);
|
||
|
QPushButton *never = confirmBox.addButton(tr("Never"), QMessageBox::NoRole);
|
||
|
confirmBox.exec();
|
||
|
if (confirmBox.clickedButton() == 0) return;
|
||
|
if (confirmBox.clickedButton() == yes) {
|
||
|
QBtSession::instance()->recursiveTorrentDownload(h);
|
||
|
return;
|
||
|
}
|
||
|
if (confirmBox.clickedButton() == never)
|
||
|
pref->disableRecursiveDownload();
|
||
|
}
|
||
|
|
||
|
void MainWindow::handleDownloadFromUrlFailure(QString url, QString reason) const
|
||
|
{
|
||
|
// Display a message box
|
||
|
showNotificationBaloon(tr("Url download error"), tr("Couldn't download file at url: %1, reason: %2.").arg(url).arg(reason));
|
||
|
}
|
||
|
|
||
|
void MainWindow::on_actionSet_global_upload_limit_triggered()
|
||
|
{
|
||
|
qDebug("actionSet_global_upload_limit_triggered");
|
||
|
bool ok;
|
||
|
int cur_limit = QBtSession::instance()->getSession()->settings().upload_rate_limit;
|
||
|
const long new_limit = SpeedLimitDialog::askSpeedLimit(&ok, tr("Global Upload Speed Limit"), cur_limit);
|
||
|
if (ok) {
|
||
|
qDebug("Setting global upload rate limit to %.1fKb/s", new_limit / 1024.);
|
||
|
QBtSession::instance()->setUploadRateLimit(new_limit);
|
||
|
if (new_limit <= 0)
|
||
|
Preferences::instance()->setGlobalUploadLimit(-1);
|
||
|
else
|
||
|
Preferences::instance()->setGlobalUploadLimit(new_limit / 1024.);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
void MainWindow::on_actionSet_global_download_limit_triggered()
|
||
|
{
|
||
|
qDebug("actionSet_global_download_limit_triggered");
|
||
|
bool ok;
|
||
|
int cur_limit = QBtSession::instance()->getSession()->settings().download_rate_limit;
|
||
|
const long new_limit = SpeedLimitDialog::askSpeedLimit(&ok, tr("Global Download Speed Limit"), cur_limit);
|
||
|
if (ok) {
|
||
|
qDebug("Setting global download rate limit to %.1fKb/s", new_limit / 1024.);
|
||
|
QBtSession::instance()->setDownloadRateLimit(new_limit);
|
||
|
if (new_limit <= 0)
|
||
|
Preferences::instance()->setGlobalDownloadLimit(-1);
|
||
|
else
|
||
|
Preferences::instance()->setGlobalDownloadLimit(new_limit / 1024.);
|
||
|
}
|
||
15 years ago
|
}
|
||
|
|
||
|
// Necessary if we want to close the window
|
||
|
// in one time if "close to systray" is enabled
|
||
10 years ago
|
void MainWindow::on_actionExit_triggered()
|
||
|
{
|
||
|
// UI locking enforcement.
|
||
|
if (isHidden() && ui_locked) {
|
||
|
// Ask for UI lock password
|
||
|
if (!unlockUI())
|
||
|
return;
|
||
|
}
|
||
12 years ago
|
|
||
10 years ago
|
force_exit = true;
|
||
|
close();
|
||
15 years ago
|
}
|
||
|
|
||
10 years ago
|
QWidget* MainWindow::getCurrentTabWidget() const
|
||
|
{
|
||
|
if (isMinimized() || !isVisible())
|
||
|
return 0;
|
||
|
if (tabs->currentIndex() == 0)
|
||
|
return transferList;
|
||
|
return tabs->currentWidget();
|
||
15 years ago
|
}
|
||
|
|
||
10 years ago
|
void MainWindow::setTabText(int index, QString text) const
|
||
|
{
|
||
|
tabs->setTabText(index, text);
|
||
15 years ago
|
}
|
||
|
|
||
10 years ago
|
bool MainWindow::unlockUI()
|
||
|
{
|
||
|
if (unlockDlgShowing)
|
||
|
return false;
|
||
|
else
|
||
|
unlockDlgShowing = true;
|
||
|
|
||
|
bool ok = false;
|
||
|
QString clear_password = AutoExpandableDialog::getText(this, tr("UI lock password"), tr("Please type the UI lock password:"), QLineEdit::Password, "", &ok);
|
||
|
unlockDlgShowing = false;
|
||
|
if (!ok) return false;
|
||
|
Preferences* const pref = Preferences::instance();
|
||
|
QString real_pass_md5 = pref->getUILockPasswordMD5();
|
||
|
QCryptographicHash md5(QCryptographicHash::Md5);
|
||
|
md5.addData(clear_password.toLocal8Bit());
|
||
|
QString password_md5 = md5.result().toHex();
|
||
|
if (real_pass_md5 == password_md5) {
|
||
|
ui_locked = false;
|
||
|
pref->setUILocked(false);
|
||
|
myTrayIconMenu->setEnabled(true);
|
||
|
return true;
|
||
|
}
|
||
|
QMessageBox::warning(this, tr("Invalid password"), tr("The password is invalid"));
|
||
10 years ago
|
return false;
|
||
10 years ago
|
}
|
||
|
|
||
|
void MainWindow::notifyOfUpdate(QString)
|
||
|
{
|
||
|
// Show restart message
|
||
|
status_bar->showRestartRequired();
|
||
|
// Delete the executable watcher
|
||
|
delete executable_watcher;
|
||
|
executable_watcher = 0;
|
||
14 years ago
|
}
|
||
|
|
||
15 years ago
|
// Toggle Main window visibility
|
||
10 years ago
|
void MainWindow::toggleVisibility(QSystemTrayIcon::ActivationReason e)
|
||
|
{
|
||
|
if (e == QSystemTrayIcon::Trigger || e == QSystemTrayIcon::DoubleClick) {
|
||
|
if (isHidden()) {
|
||
|
if (ui_locked) {
|
||
|
// Ask for UI lock password
|
||
|
if (!unlockUI())
|
||
|
return;
|
||
|
}
|
||
|
// Make sure the window is not minimized
|
||
|
setWindowState(windowState() & (~Qt::WindowMinimized | Qt::WindowActive));
|
||
|
// Then show it
|
||
|
show();
|
||
|
raise();
|
||
|
activateWindow();
|
||
|
}
|
||
|
else {
|
||
|
hide();
|
||
|
}
|
||
15 years ago
|
}
|
||
15 years ago
|
}
|
||
|
|
||
|
// Display About Dialog
|
||
10 years ago
|
void MainWindow::on_actionAbout_triggered()
|
||
|
{
|
||
|
//About dialog
|
||
|
if (aboutDlg)
|
||
|
aboutDlg->setFocus();
|
||
|
else
|
||
|
aboutDlg = new about(this);
|
||
15 years ago
|
}
|
||
|
|
||
10 years ago
|
void MainWindow::on_actionStatistics_triggered()
|
||
|
{
|
||
|
if (statsDlg)
|
||
|
statsDlg->setFocus();
|
||
|
else
|
||
|
statsDlg = new StatsDialog(this);
|
||
11 years ago
|
}
|
||
|
|
||
10 years ago
|
void MainWindow::showEvent(QShowEvent *e)
|
||
|
{
|
||
|
qDebug("** Show Event **");
|
||
14 years ago
|
|
||
10 years ago
|
if (getCurrentTabWidget() == transferList)
|
||
|
properties->loadDynamicData();
|
||
14 years ago
|
|
||
10 years ago
|
e->accept();
|
||
14 years ago
|
|
||
10 years ago
|
// Make sure the window is initially centered
|
||
|
if (!m_posInitialized) {
|
||
|
move(misc::screenCenter(this));
|
||
|
m_posInitialized = true;
|
||
|
}
|
||
15 years ago
|
}
|
||
|
|
||
|
// Called when we close the program
|
||
10 years ago
|
void MainWindow::closeEvent(QCloseEvent *e)
|
||
|
{
|
||
|
Preferences* const pref = Preferences::instance();
|
||
|
const bool goToSystrayOnExit = pref->closeToTray();
|
||
|
if (!force_exit && systrayIcon && goToSystrayOnExit && !this->isHidden()) {
|
||
|
hide();
|
||
|
e->accept();
|
||
15 years ago
|
return;
|
||
17 years ago
|
}
|
||
10 years ago
|
if (pref->confirmOnExit() && QBtSession::instance()->hasActiveTorrents()) {
|
||
|
if (e->spontaneous() || force_exit) {
|
||
|
if (!isVisible())
|
||
|
show();
|
||
|
QMessageBox confirmBox(QMessageBox::Question, tr("Exiting qBittorrent"),
|
||
|
tr("Some files are currently transferring.\nAre you sure you want to quit qBittorrent?"),
|
||
|
QMessageBox::NoButton, this);
|
||
|
QPushButton *noBtn = confirmBox.addButton(tr("No"), QMessageBox::NoRole);
|
||
|
QPushButton *yesBtn = confirmBox.addButton(tr("Yes"), QMessageBox::YesRole);
|
||
|
QPushButton *alwaysBtn = confirmBox.addButton(tr("Always"), QMessageBox::YesRole);
|
||
|
confirmBox.setDefaultButton(yesBtn);
|
||
|
confirmBox.exec();
|
||
|
if (!confirmBox.clickedButton() || confirmBox.clickedButton() == noBtn) {
|
||
|
// Cancel exit
|
||
|
e->ignore();
|
||
|
force_exit = false;
|
||
|
return;
|
||
|
}
|
||
|
if (confirmBox.clickedButton() == alwaysBtn)
|
||
|
// Remember choice
|
||
|
Preferences::instance()->setConfirmOnExit(false);
|
||
|
}
|
||
|
}
|
||
|
hide();
|
||
|
if (systrayIcon)
|
||
|
// Hide tray icon
|
||
|
systrayIcon->hide();
|
||
|
// Save window size, columns size
|
||
|
writeSettings();
|
||
|
// Accept exit
|
||
|
e->accept();
|
||
|
qApp->exit();
|
||
15 years ago
|
}
|
||
|
|
||
|
// Display window to create a torrent
|
||
10 years ago
|
void MainWindow::on_actionCreate_torrent_triggered()
|
||
|
{
|
||
|
if (createTorrentDlg) {
|
||
|
createTorrentDlg->setFocus();
|
||
|
}
|
||
|
else {
|
||
|
createTorrentDlg = new TorrentCreatorDlg(this);
|
||
|
connect(createTorrentDlg, SIGNAL(torrent_to_seed(QString)), this, SLOT(addTorrent(QString)));
|
||
|
}
|
||
|
}
|
||
|
|
||
|
bool MainWindow::event(QEvent * e)
|
||
|
{
|
||
|
switch(e->type()) {
|
||
|
case QEvent::WindowStateChange: {
|
||
|
qDebug("Window change event");
|
||
|
//Now check to see if the window is minimised
|
||
|
if (isMinimized()) {
|
||
|
qDebug("minimisation");
|
||
|
if (systrayIcon && Preferences::instance()->minimizeToTray()) {
|
||
|
qDebug("Has active window: %d", (int)(qApp->activeWindow() != 0));
|
||
|
// Check if there is a modal window
|
||
|
bool has_modal_window = false;
|
||
|
foreach (QWidget *widget, QApplication::allWidgets()) {
|
||
|
if (widget->isModal()) {
|
||
|
has_modal_window = true;
|
||
|
break;
|
||
|
}
|
||
|
}
|
||
|
// Iconify if there is no modal window
|
||
|
if (!has_modal_window) {
|
||
|
qDebug("Minimize to Tray enabled, hiding!");
|
||
|
e->ignore();
|
||
|
QTimer::singleShot(0, this, SLOT(hide()));
|
||
|
return true;
|
||
|
}
|
||
|
}
|
||
14 years ago
|
}
|
||
10 years ago
|
break;
|
||
18 years ago
|
}
|
||
11 years ago
|
#ifdef Q_OS_MAC
|
||
10 years ago
|
case QEvent::ToolBarChange: {
|
||
|
qDebug("MAC: Received a toolbar change event!");
|
||
|
bool ret = QMainWindow::event(e);
|
||
|
|
||
|
qDebug("MAC: new toolbar visibility is %d", !actionTop_tool_bar->isChecked());
|
||
|
actionTop_tool_bar->toggle();
|
||
|
Preferences::instance()->setToolbarDisplayed(actionTop_tool_bar->isChecked());
|
||
|
return ret;
|
||
|
}
|
||
15 years ago
|
#endif
|
||
10 years ago
|
default:
|
||
|
break;
|
||
|
}
|
||
|
return QMainWindow::event(e);
|
||
15 years ago
|
}
|
||
|
|
||
|
// Action executed when a file is dropped
|
||
10 years ago
|
void MainWindow::dropEvent(QDropEvent *event)
|
||
|
{
|
||
|
event->acceptProposedAction();
|
||
|
QStringList files;
|
||
|
if (event->mimeData()->hasUrls()) {
|
||
|
const QList<QUrl> urls = event->mimeData()->urls();
|
||
|
foreach (const QUrl &url, urls) {
|
||
|
if (!url.isEmpty()) {
|
||
|
if (url.scheme().compare("file", Qt::CaseInsensitive) == 0)
|
||
|
files << url.toLocalFile();
|
||
|
else
|
||
|
files << url.toString();
|
||
|
}
|
||
|
}
|
||
15 years ago
|
}
|
||
10 years ago
|
else {
|
||
|
files = event->mimeData()->text().split(QString::fromUtf8("\n"));
|
||
15 years ago
|
}
|
||
10 years ago
|
// Add file to download list
|
||
|
Preferences* const pref = Preferences::instance();
|
||
|
const bool useTorrentAdditionDialog = pref->useAdditionDialog();
|
||
|
foreach (QString file, files) {
|
||
|
qDebug("Dropped file %s on download list", qPrintable(file));
|
||
|
if (misc::isUrl(file)) {
|
||
|
QBtSession::instance()->downloadFromUrl(file);
|
||
|
continue;
|
||
|
}
|
||
|
// Bitcomet or Magnet link
|
||
|
if (file.startsWith("bc://bt/", Qt::CaseInsensitive)) {
|
||
|
qDebug("Converting bc link to magnet link");
|
||
|
file = misc::bcLinkToMagnet(file);
|
||
|
}
|
||
|
if (file.startsWith("magnet:", Qt::CaseInsensitive)) {
|
||
|
if (useTorrentAdditionDialog)
|
||
|
AddNewTorrentDialog::showMagnet(file, this);
|
||
|
else
|
||
|
QBtSession::instance()->addMagnetUri(file);
|
||
|
}
|
||
|
else {
|
||
|
// Local file
|
||
|
if (useTorrentAdditionDialog)
|
||
|
AddNewTorrentDialog::showTorrent(file, QString(), this);
|
||
|
else
|
||
|
QBtSession::instance()->addTorrent(file);
|
||
|
}
|
||
17 years ago
|
}
|
||
15 years ago
|
}
|
||
|
|
||
|
// Decode if we accept drag 'n drop or not
|
||
10 years ago
|
void MainWindow::dragEnterEvent(QDragEnterEvent *event)
|
||
|
{
|
||
|
foreach (const QString &mime, event->mimeData()->formats())
|
||
|
qDebug("mimeData: %s", mime.toLocal8Bit().data());
|
||
|
if (event->mimeData()->hasFormat(QString::fromUtf8("text/plain")) || event->mimeData()->hasFormat(QString::fromUtf8("text/uri-list")))
|
||
|
event->acceptProposedAction();
|
||
15 years ago
|
}
|
||
|
|
||
|
/*****************************************************
|
||
10 years ago
|
* *
|
||
|
* Torrent *
|
||
|
* *
|
||
|
*****************************************************/
|
||
15 years ago
|
|
||
|
// Display a dialog to allow user to add
|
||
|
// torrents to download list
|
||
10 years ago
|
void MainWindow::on_actionOpen_triggered()
|
||
|
{
|
||
|
Preferences* const pref = Preferences::instance();
|
||
|
// Open File Open Dialog
|
||
|
// Note: it is possible to select more than one file
|
||
|
const QStringList pathsList = QFileDialog::getOpenFileNames(0,
|
||
|
tr("Open Torrent Files"), pref->getMainLastDir(),
|
||
|
tr("Torrent Files") + QString::fromUtf8(" (*.torrent)"));
|
||
|
if (!pathsList.empty()) {
|
||
|
const uint listSize = pathsList.size();
|
||
|
for (uint i = 0; i<listSize; ++i) {
|
||
|
if (pref->useAdditionDialog())
|
||
|
AddNewTorrentDialog::showTorrent(pathsList.at(i), QString(), this);
|
||
|
else
|
||
|
QBtSession::instance()->addTorrent(pathsList.at(i));
|
||
|
}
|
||
|
// Save last dir to remember it
|
||
|
QStringList top_dir = fsutils::fromNativePath(pathsList.at(0)).split("/");
|
||
|
top_dir.removeLast();
|
||
|
pref->setMainLastDir(fsutils::fromNativePath(top_dir.join("/")));
|
||
18 years ago
|
}
|
||
15 years ago
|
}
|
||
|
|
||
|
// As program parameters, we can get paths or urls.
|
||
|
// This function parse the parameters and call
|
||
|
// the right addTorrent function, considering
|
||
|
// the parameter type.
|
||
10 years ago
|
void MainWindow::processParams(const QString& params_str)
|
||
|
{
|
||
|
processParams(params_str.split("|", QString::SkipEmptyParts));
|
||
|
}
|
||
|
|
||
|
void MainWindow::processParams(const QStringList& params)
|
||
|
{
|
||
|
Preferences* const pref = Preferences::instance();
|
||
|
const bool useTorrentAdditionDialog = pref->useAdditionDialog();
|
||
|
foreach (QString param, params) {
|
||
|
param = param.trimmed();
|
||
|
if (misc::isUrl(param)) {
|
||
|
QBtSession::instance()->downloadFromUrl(param);
|
||
|
}
|
||
|
else {
|
||
|
if(param.startsWith("qbt://show")) {
|
||
|
if(ui_locked)
|
||
|
if(!unlockUI())
|
||
|
return;
|
||
|
show();
|
||
|
activateWindow();
|
||
|
raise();
|
||
|
return; // Do not process more params
|
||
|
}
|
||
|
if (param.startsWith("bc://bt/", Qt::CaseInsensitive)) {
|
||
|
qDebug("Converting bc link to magnet link");
|
||
|
param = misc::bcLinkToMagnet(param);
|
||
|
}
|
||
|
if (param.startsWith("magnet:", Qt::CaseInsensitive)) {
|
||
|
if (useTorrentAdditionDialog)
|
||
|
AddNewTorrentDialog::showMagnet(param, this);
|
||
|
else
|
||
|
QBtSession::instance()->addMagnetUri(param);
|
||
|
}
|
||
|
else {
|
||
|
if (useTorrentAdditionDialog)
|
||
|
AddNewTorrentDialog::showTorrent(param, QString(), this);
|
||
|
else
|
||
|
QBtSession::instance()->addTorrent(param);
|
||
|
}
|
||
12 years ago
|
}
|
||
18 years ago
|
}
|
||
15 years ago
|
}
|
||
|
|
||
10 years ago
|
void MainWindow::addTorrent(QString path)
|
||
|
{
|
||
|
QBtSession::instance()->addTorrent(path);
|
||
15 years ago
|
}
|
||
|
|
||
10 years ago
|
void MainWindow::processDownloadedFiles(QString path, QString url)
|
||
|
{
|
||
|
Preferences* const pref = Preferences::instance();
|
||
|
if (pref->useAdditionDialog())
|
||
|
AddNewTorrentDialog::showTorrent(path, url, this);
|
||
|
else
|
||
|
QBtSession::instance()->addTorrent(path, false, url);
|
||
15 years ago
|
}
|
||
|
|
||
10 years ago
|
void MainWindow::processNewMagnetLink(const QString& link)
|
||
|
{
|
||
|
Preferences* const pref = Preferences::instance();
|
||
|
if (pref->useAdditionDialog())
|
||
|
AddNewTorrentDialog::showMagnet(link, this);
|
||
|
else
|
||
|
QBtSession::instance()->addMagnetUri(link);
|
||
13 years ago
|
}
|
||
|
|
||
10 years ago
|
void MainWindow::optionsSaved()
|
||
|
{
|
||
|
loadPreferences();
|
||
15 years ago
|
}
|
||
|
|
||
15 years ago
|
// Load program preferences
|
||
10 years ago
|
void MainWindow::loadPreferences(bool configure_session)
|
||
|
{
|
||
10 years ago
|
Logger::instance()->addMessage(tr("Options were saved successfully."));
|
||
10 years ago
|
const Preferences* const pref = Preferences::instance();
|
||
|
const bool newSystrayIntegration = pref->systrayIntegration();
|
||
|
actionLock_qBittorrent->setVisible(newSystrayIntegration);
|
||
|
if (newSystrayIntegration != (systrayIcon!=0)) {
|
||
|
if (newSystrayIntegration) {
|
||
|
// create the trayicon
|
||
|
if (!QSystemTrayIcon::isSystemTrayAvailable()) {
|
||
|
if (!configure_session) { // Program startup
|
||
|
systrayCreator = new QTimer(this);
|
||
|
connect(systrayCreator, SIGNAL(timeout()), this, SLOT(createSystrayDelayed()));
|
||
|
systrayCreator->setSingleShot(true);
|
||
|
systrayCreator->start(2000);
|
||
|
qDebug("Info: System tray is unavailable, trying again later.");
|
||
|
}
|
||
|
else {
|
||
|
qDebug("Warning: System tray is unavailable.");
|
||
|
}
|
||
|
}
|
||
|
else {
|
||
|
createTrayIcon();
|
||
|
}
|
||
|
}
|
||
|
else {
|
||
|
// Destroy trayicon
|
||
|
delete systrayIcon;
|
||
|
delete myTrayIconMenu;
|
||
15 years ago
|
}
|
||
15 years ago
|
}
|
||
10 years ago
|
// Reload systray icon
|
||
|
if (newSystrayIntegration && systrayIcon)
|
||
|
systrayIcon->setIcon(getSystrayIcon());
|
||
|
// General
|
||
|
if (pref->isToolbarDisplayed()) {
|
||
|
toolBar->setVisible(true);
|
||
|
}
|
||
|
else {
|
||
|
// Clear search filter before hiding the top toolbar
|
||
|
search_filter->clear();
|
||
|
toolBar->setVisible(false);
|
||
|
}
|
||
|
|
||
|
if (pref->preventFromSuspend()) {
|
||
|
preventTimer->start(PREVENT_SUSPEND_INTERVAL);
|
||
|
}
|
||
|
else {
|
||
|
preventTimer->stop();
|
||
|
m_pwr->setActivityState(false);
|
||
|
}
|
||
|
|
||
|
const uint new_refreshInterval = pref->getRefreshInterval();
|
||
|
transferList->setRefreshInterval(new_refreshInterval);
|
||
|
transferList->setAlternatingRowColors(pref->useAlternatingRowColors());
|
||
|
properties->getFilesList()->setAlternatingRowColors(pref->useAlternatingRowColors());
|
||
|
properties->getTrackerList()->setAlternatingRowColors(pref->useAlternatingRowColors());
|
||
|
properties->getPeerList()->setAlternatingRowColors(pref->useAlternatingRowColors());
|
||
|
|
||
|
// Queueing System
|
||
|
if (pref->isQueueingSystemEnabled()) {
|
||
|
if (!actionDecreasePriority->isVisible()) {
|
||
|
transferList->hidePriorityColumn(false);
|
||
|
actionDecreasePriority->setVisible(true);
|
||
|
actionIncreasePriority->setVisible(true);
|
||
|
actionTopPriority->setVisible(true);
|
||
|
actionBottomPriority->setVisible(true);
|
||
|
prioSeparator->setVisible(true);
|
||
|
prioSeparatorMenu->setVisible(true);
|
||
|
}
|
||
15 years ago
|
}
|
||
10 years ago
|
else {
|
||
|
if (actionDecreasePriority->isVisible()) {
|
||
|
transferList->hidePriorityColumn(true);
|
||
|
actionDecreasePriority->setVisible(false);
|
||
|
actionIncreasePriority->setVisible(false);
|
||
|
actionTopPriority->setVisible(false);
|
||
|
actionBottomPriority->setVisible(false);
|
||
|
prioSeparator->setVisible(false);
|
||
|
prioSeparatorMenu->setVisible(false);
|
||
|
}
|
||
15 years ago
|
}
|
||
15 years ago
|
|
||
10 years ago
|
// Torrent properties
|
||
|
properties->reloadPreferences();
|
||
15 years ago
|
|
||
10 years ago
|
// Icon provider
|
||
11 years ago
|
#if (defined(Q_OS_UNIX) && !defined(Q_OS_MAC))
|
||
10 years ago
|
IconProvider::instance()->useSystemIconTheme(pref->useSystemIconTheme());
|
||
14 years ago
|
#endif
|
||
|
|
||
10 years ago
|
if (configure_session)
|
||
|
QBtSession::instance()->configureSession();
|
||
15 years ago
|
|
||
11 years ago
|
#if defined(Q_OS_WIN) || defined(Q_OS_MAC)
|
||
10 years ago
|
if (pref->isUpdateCheckEnabled())
|
||
|
checkProgramUpdate();
|
||
|
else
|
||
|
programUpdateTimer.stop();
|
||
11 years ago
|
#endif
|
||
|
|
||
10 years ago
|
qDebug("GUI settings loaded");
|
||
15 years ago
|
}
|
||
|
|
||
10 years ago
|
void MainWindow::addUnauthenticatedTracker(const QPair<QTorrentHandle,QString> &tracker)
|
||
|
{
|
||
|
// Trackers whose authentication was cancelled
|
||
|
if (unauthenticated_trackers.indexOf(tracker) < 0)
|
||
|
unauthenticated_trackers << tracker;
|
||
15 years ago
|
}
|
||
|
|
||
|
// Called when a tracker requires authentication
|
||
10 years ago
|
void MainWindow::trackerAuthenticationRequired(const QTorrentHandle& h)
|
||
|
{
|
||
|
if (unauthenticated_trackers.indexOf(QPair<QTorrentHandle,QString>(h, h.current_tracker())) < 0)
|
||
|
// Tracker login
|
||
|
new trackerLogin(this, h);
|
||
15 years ago
|
}
|
||
|
|
||
|
// Check connection status and display right icon
|
||
10 years ago
|
void MainWindow::updateGUI()
|
||
|
{
|
||
|
// update global informations
|
||
|
if (systrayIcon) {
|
||
11 years ago
|
#if defined(Q_OS_UNIX)
|
||
10 years ago
|
QString html = "<div style='background-color: #678db2; color: #fff;height: 18px; font-weight: bold; margin-bottom: 5px;'>";
|
||
|
html += "qBittorrent";
|
||
|
html += "</div>";
|
||
|
html += "<div style='vertical-align: baseline; height: 18px;'>";
|
||
10 years ago
|
html += "<img src=':/icons/skin/download.png'/> " + tr("DL speed: %1 KiB/s", "e.g: Download speed: 10 KiB/s").arg(misc::accurateDoubleToString(QBtSession::instance()->getPayloadDownloadRate() / 1024., 1));
|
||
10 years ago
|
html += "</div>";
|
||
|
html += "<div style='vertical-align: baseline; height: 18px;'>";
|
||
10 years ago
|
html += "<img src=':/icons/skin/seeding.png'/> " + tr("UP speed: %1 KiB/s", "e.g: Upload speed: 10 KiB/s").arg(misc::accurateDoubleToString(QBtSession::instance()->getPayloadUploadRate() / 1024., 1));
|
||
10 years ago
|
html += "</div>";
|
||
15 years ago
|
#else
|
||
10 years ago
|
// OSes such as Windows do not support html here
|
||
|
QString html = tr("DL speed: %1 KiB/s", "e.g: Download speed: 10 KiB/s").arg(misc::accurateDoubleToString(QBtSession::instance()->getPayloadDownloadRate() / 1024., 1));
|
||
|
html += "\n";
|
||
|
html += tr("UP speed: %1 KiB/s", "e.g: Upload speed: 10 KiB/s").arg(misc::accurateDoubleToString(QBtSession::instance()->getPayloadUploadRate() / 1024., 1));
|
||
16 years ago
|
#endif
|
||
10 years ago
|
systrayIcon->setToolTip(html); // tray icon
|
||
|
}
|
||
|
if (displaySpeedInTitle)
|
||
|
setWindowTitle(tr("[D: %1/s, U: %2/s] qBittorrent %3", "D = Download; U = Upload; %3 is qBittorrent version").arg(misc::friendlyUnit(QBtSession::instance()->getSessionStatus().payload_download_rate)).arg(misc::friendlyUnit(QBtSession::instance()->getSessionStatus().payload_upload_rate)).arg(QString::fromUtf8(VERSION)));
|
||
15 years ago
|
}
|
||
|
|
||
10 years ago
|
void MainWindow::showNotificationBaloon(QString title, QString msg) const
|
||
|
{
|
||
|
if (!Preferences::instance()->useProgramNotification()) return;
|
||
11 years ago
|
#if (defined(Q_OS_UNIX) && !defined(Q_OS_MAC)) && defined(QT_DBUS_LIB)
|
||
10 years ago
|
org::freedesktop::Notifications notifications("org.freedesktop.Notifications",
|
||
|
"/org/freedesktop/Notifications",
|
||
|
QDBusConnection::sessionBus());
|
||
|
// Testing for 'notifications.isValid()' isn't helpful here.
|
||
|
// If the notification daemon is configured to run 'as needed'
|
||
|
// the above check can be false if the daemon wasn't started
|
||
|
// by another application. In this case DBus will be able to
|
||
|
// start the notification daemon and complete our request. Such
|
||
|
// a daemon is xfce4-notifyd, DBus autostarts it and after
|
||
|
// some inactivity shuts it down. Other DEs, like GNOME, choose
|
||
|
// to start their daemons at the session startup and have it sit
|
||
|
// idling for the whole session.
|
||
|
QVariantMap hints;
|
||
|
hints["desktop-entry"] = "qBittorrent";
|
||
|
QDBusPendingReply<uint> reply = notifications.Notify("qBittorrent", 0, "qbittorrent", title,
|
||
|
msg, QStringList(), hints, -1);
|
||
|
reply.waitForFinished();
|
||
|
if (!reply.isError())
|
||
|
return;
|
||
15 years ago
|
#endif
|
||
10 years ago
|
if (systrayIcon && QSystemTrayIcon::supportsMessages())
|
||
|
systrayIcon->showMessage(title, msg, QSystemTrayIcon::Information, TIME_TRAY_BALLOON);
|
||
15 years ago
|
}
|
||
|
|
||
15 years ago
|
/*****************************************************
|
||
10 years ago
|
* *
|
||
|
* Utils *
|
||
|
* *
|
||
|
*****************************************************/
|
||
|
|
||
|
void MainWindow::downloadFromURLList(const QStringList& url_list)
|
||
|
{
|
||
|
Preferences* const pref = Preferences::instance();
|
||
|
const bool useTorrentAdditionDialog = pref->useAdditionDialog();
|
||
|
foreach (QString url, url_list) {
|
||
|
if (url.startsWith("bc://bt/", Qt::CaseInsensitive)) {
|
||
|
qDebug("Converting bc link to magnet link");
|
||
|
url = misc::bcLinkToMagnet(url);
|
||
|
}
|
||
|
if ((url.size() == 40 && !url.contains(QRegExp("[^0-9A-Fa-f]")))
|
||
|
|| (url.size() == 32 && !url.contains(QRegExp("[^2-7A-Za-z]"))))
|
||
|
url = "magnet:?xt=urn:btih:" + url;
|
||
|
if (url.startsWith("magnet:", Qt::CaseInsensitive)) {
|
||
|
if (useTorrentAdditionDialog)
|
||
|
AddNewTorrentDialog::showMagnet(url, this);
|
||
|
else
|
||
|
QBtSession::instance()->addMagnetUri(url);
|
||
|
}
|
||
|
else if (url.startsWith("http://", Qt::CaseInsensitive) || url.startsWith("https://", Qt::CaseInsensitive)
|
||
|
|| url.startsWith("ftp://", Qt::CaseInsensitive)) {
|
||
|
QBtSession::instance()->downloadFromUrl(url);
|
||
|
}
|
||
11 years ago
|
}
|
||
15 years ago
|
}
|
||
|
|
||
|
/*****************************************************
|
||
10 years ago
|
* *
|
||
|
* Options *
|
||
|
* *
|
||
|
*****************************************************/
|
||
|
|
||
|
void MainWindow::createSystrayDelayed()
|
||
|
{
|
||
|
static int timeout = 20;
|
||
|
if (QSystemTrayIcon::isSystemTrayAvailable()) {
|
||
|
// Ok, systray integration is now supported
|
||
|
// Create systray icon
|
||
|
createTrayIcon();
|
||
|
delete systrayCreator;
|
||
|
}
|
||
|
else {
|
||
|
if (timeout) {
|
||
|
// Retry a bit later
|
||
|
systrayCreator->start(2000);
|
||
|
--timeout;
|
||
|
}
|
||
|
else {
|
||
|
// Timed out, apparently system really does not
|
||
|
// support systray icon
|
||
|
delete systrayCreator;
|
||
|
// Disable it in program preferences to
|
||
|
// avoid trying at earch startup
|
||
|
Preferences::instance()->setSystrayIntegration(false);
|
||
|
}
|
||
17 years ago
|
}
|
||
15 years ago
|
}
|
||
|
|
||
10 years ago
|
void MainWindow::updateAltSpeedsBtn(bool alternative)
|
||
|
{
|
||
|
actionUse_alternative_speed_limits->setChecked(alternative);
|
||
15 years ago
|
}
|
||
|
|
||
13 years ago
|
void MainWindow::updateTrayIconMenu()
|
||
|
{
|
||
10 years ago
|
actionToggleVisibility->setText(isVisible() ? tr("Hide") : tr("Show"));
|
||
13 years ago
|
}
|
||
|
|
||
10 years ago
|
QMenu* MainWindow::getTrayIconMenu()
|
||
|
{
|
||
|
if (myTrayIconMenu)
|
||
|
return myTrayIconMenu;
|
||
|
// Tray icon Menu
|
||
|
myTrayIconMenu = new QMenu(this);
|
||
|
connect(myTrayIconMenu, SIGNAL(aboutToShow()), SLOT(updateTrayIconMenu()));
|
||
|
myTrayIconMenu->addAction(actionToggleVisibility);
|
||
|
myTrayIconMenu->addSeparator();
|
||
|
myTrayIconMenu->addAction(actionOpen);
|
||
|
//myTrayIconMenu->addAction(actionDownload_from_URL);
|
||
|
myTrayIconMenu->addSeparator();
|
||
|
const bool isAltBWEnabled = Preferences::instance()->isAltBandwidthEnabled();
|
||
|
updateAltSpeedsBtn(isAltBWEnabled);
|
||
|
actionUse_alternative_speed_limits->setChecked(isAltBWEnabled);
|
||
|
myTrayIconMenu->addAction(actionUse_alternative_speed_limits);
|
||
|
myTrayIconMenu->addAction(actionSet_global_download_limit);
|
||
|
myTrayIconMenu->addAction(actionSet_global_upload_limit);
|
||
|
myTrayIconMenu->addSeparator();
|
||
|
myTrayIconMenu->addAction(actionStart_All);
|
||
|
myTrayIconMenu->addAction(actionPause_All);
|
||
|
myTrayIconMenu->addSeparator();
|
||
|
myTrayIconMenu->addAction(actionExit);
|
||
|
if (ui_locked)
|
||
|
myTrayIconMenu->setEnabled(false);
|
||
15 years ago
|
return myTrayIconMenu;
|
||
|
}
|
||
|
|
||
10 years ago
|
void MainWindow::createTrayIcon()
|
||
|
{
|
||
|
// Tray icon
|
||
|
systrayIcon = new QSystemTrayIcon(getSystrayIcon(), this);
|
||
15 years ago
|
|
||
10 years ago
|
systrayIcon->setContextMenu(getTrayIconMenu());
|
||
|
connect(systrayIcon, SIGNAL(messageClicked()), this, SLOT(balloonClicked()));
|
||
|
// End of Icon Menu
|
||
|
connect(systrayIcon, SIGNAL(activated(QSystemTrayIcon::ActivationReason)), this, SLOT(toggleVisibility(QSystemTrayIcon::ActivationReason)));
|
||
|
systrayIcon->show();
|
||
15 years ago
|
}
|
||
|
|
||
|
// Display Program Options
|
||
10 years ago
|
void MainWindow::on_actionOptions_triggered()
|
||
|
{
|
||
|
if (options) {
|
||
|
// Get focus
|
||
|
options->setFocus();
|
||
|
}
|
||
|
else {
|
||
|
options = new options_imp(this);
|
||
|
connect(options, SIGNAL(status_changed()), this, SLOT(optionsSaved()));
|
||
|
}
|
||
|
}
|
||
|
|
||
|
void MainWindow::on_actionTop_tool_bar_triggered()
|
||
|
{
|
||
|
bool is_visible = static_cast<QAction*>(sender())->isChecked();
|
||
|
toolBar->setVisible(is_visible);
|
||
|
Preferences::instance()->setToolbarDisplayed(is_visible);
|
||
15 years ago
|
}
|
||
|
|
||
10 years ago
|
void MainWindow::on_actionSpeed_in_title_bar_triggered()
|
||
|
{
|
||
|
displaySpeedInTitle = static_cast<QAction*>(sender())->isChecked();
|
||
|
Preferences::instance()->showSpeedInTitleBar(displaySpeedInTitle);
|
||
|
if (displaySpeedInTitle)
|
||
|
updateGUI();
|
||
|
else
|
||
|
setWindowTitle(QString("qBittorrent %1").arg(QString::fromUtf8(VERSION)));
|
||
15 years ago
|
}
|
||
15 years ago
|
|
||
10 years ago
|
void MainWindow::on_actionRSS_Reader_triggered()
|
||
|
{
|
||
|
Preferences::instance()->setRSSEnabled(actionRSS_Reader->isChecked());
|
||
|
displayRSSTab(actionRSS_Reader->isChecked());
|
||
|
}
|
||
|
|
||
|
void MainWindow::on_actionSearch_engine_triggered()
|
||
|
{
|
||
10 years ago
|
#ifdef Q_OS_WIN
|
||
10 years ago
|
if (!has_python && actionSearch_engine->isChecked()) {
|
||
|
bool res = false;
|
||
10 years ago
|
|
||
10 years ago
|
// Check if python is already in PATH
|
||
|
if (misc::pythonVersion() > 0)
|
||
|
res = true;
|
||
|
else
|
||
|
res = addPythonPathToEnv();
|
||
|
|
||
|
if (res) {
|
||
|
has_python = true;
|
||
|
}
|
||
|
else if (QMessageBox::question(this, tr("Missing Python Interpreter"),
|
||
|
tr("Python 2.x is required to use the search engine but it does not seem to be installed.\nDo you want to install it now?"),
|
||
|
QMessageBox::Yes | QMessageBox::No, QMessageBox::Yes) == QMessageBox::Yes) {
|
||
|
// Download and Install Python
|
||
|
installPython();
|
||
|
actionSearch_engine->setChecked(false);
|
||
|
Preferences::instance()->setSearchEnabled(false);
|
||
|
return;
|
||
|
}
|
||
|
else {
|
||
|
actionSearch_engine->setChecked(false);
|
||
|
Preferences::instance()->setSearchEnabled(false);
|
||
|
return;
|
||
|
}
|
||
10 years ago
|
}
|
||
|
#endif
|
||
10 years ago
|
displaySearchTab(actionSearch_engine->isChecked());
|
||
15 years ago
|
}
|
||
|
|
||
14 years ago
|
void MainWindow::on_action_Import_Torrent_triggered()
|
||
14 years ago
|
{
|
||
10 years ago
|
TorrentImportDlg::importTorrent();
|
||
14 years ago
|
}
|
||
|
|
||
15 years ago
|
/*****************************************************
|
||
10 years ago
|
* *
|
||
|
* HTTP Downloader *
|
||
|
* *
|
||
|
*****************************************************/
|
||
15 years ago
|
|
||
|
// Display an input dialog to prompt user for
|
||
|
// an url
|
||
10 years ago
|
void MainWindow::on_actionDownload_from_URL_triggered()
|
||
|
{
|
||
|
if (!downloadFromURLDialog) {
|
||
|
downloadFromURLDialog = new downloadFromURL(this);
|
||
|
connect(downloadFromURLDialog, SIGNAL(urlsReadyToBeDownloaded(QStringList)), this, SLOT(downloadFromURLList(QStringList)));
|
||
|
}
|
||
15 years ago
|
}
|
||
15 years ago
|
|
||
11 years ago
|
#if defined(Q_OS_WIN) || defined(Q_OS_MAC)
|
||
14 years ago
|
|
||
11 years ago
|
void MainWindow::handleUpdateCheckFinished(bool update_available, QString new_version, bool invokedByUser)
|
||
14 years ago
|
{
|
||
10 years ago
|
QMessageBox::StandardButton answer = QMessageBox::Yes;
|
||
|
if (update_available) {
|
||
|
answer = QMessageBox::question(this, tr("A new version is available"),
|
||
|
tr("A new version of qBittorrent is available on Sourceforge.\nWould you like to update qBittorrent to version %1?").arg(new_version),
|
||
|
QMessageBox::Yes | QMessageBox::No, QMessageBox::Yes);
|
||
|
if (answer == QMessageBox::Yes) {
|
||
|
// The user want to update, let's download the update
|
||
|
ProgramUpdater* updater = dynamic_cast<ProgramUpdater*>(sender());
|
||
|
updater->updateProgram();
|
||
|
}
|
||
14 years ago
|
}
|
||
10 years ago
|
else if (invokedByUser) {
|
||
|
QMessageBox::information(this, tr("There isn't a new version available"),
|
||
|
tr("There isn't a new version of qBittorrent available on Sourceforge"));
|
||
|
}
|
||
|
sender()->deleteLater();
|
||
|
actionCheck_for_updates->setEnabled(true);
|
||
|
actionCheck_for_updates->setText(tr("Check for updates"));
|
||
|
actionCheck_for_updates->setToolTip(tr("Check for program updates"));
|
||
|
// Don't bother the user again in this session if he chose to ignore the update
|
||
|
if (Preferences::instance()->isUpdateCheckEnabled() && answer == QMessageBox::Yes)
|
||
|
programUpdateTimer.start();
|
||
14 years ago
|
}
|
||
|
#endif
|
||
14 years ago
|
|
||
14 years ago
|
void MainWindow::on_actionDonate_money_triggered()
|
||
14 years ago
|
{
|
||
10 years ago
|
QDesktopServices::openUrl(QUrl("http://sourceforge.net/donate/index.php?group_id=163414"));
|
||
14 years ago
|
}
|
||
|
|
||
14 years ago
|
void MainWindow::showConnectionSettings()
|
||
14 years ago
|
{
|
||
10 years ago
|
on_actionOptions_triggered();
|
||
|
options->showConnectionTab();
|
||
14 years ago
|
}
|
||
14 years ago
|
|
||
13 years ago
|
void MainWindow::minimizeWindow()
|
||
|
{
|
||
|
setWindowState(windowState() ^ Qt::WindowMinimized);
|
||
|
}
|
||
|
|
||
14 years ago
|
void MainWindow::on_actionExecution_Logs_triggered(bool checked)
|
||
|
{
|
||
10 years ago
|
if (checked) {
|
||
|
Q_ASSERT(!m_executionLog);
|
||
|
m_executionLog = new ExecutionLog(tabs);
|
||
|
int index_tab = tabs->addTab(m_executionLog, tr("Execution Log"));
|
||
|
tabs->setTabIcon(index_tab, IconProvider::instance()->getIcon("view-calendar-journal"));
|
||
|
}
|
||
|
else if (m_executionLog)
|
||
|
delete m_executionLog;
|
||
|
Preferences::instance()->setExecutionLogEnabled(checked);
|
||
14 years ago
|
}
|
||
14 years ago
|
|
||
|
void MainWindow::on_actionAutoExit_qBittorrent_toggled(bool enabled)
|
||
|
{
|
||
10 years ago
|
qDebug() << Q_FUNC_INFO << enabled;
|
||
|
Preferences::instance()->setShutdownqBTWhenDownloadsComplete(enabled);
|
||
14 years ago
|
}
|
||
|
|
||
|
void MainWindow::on_actionAutoSuspend_system_toggled(bool enabled)
|
||
|
{
|
||
10 years ago
|
qDebug() << Q_FUNC_INFO << enabled;
|
||
|
Preferences::instance()->setSuspendWhenDownloadsComplete(enabled);
|
||
14 years ago
|
}
|
||
|
|
||
10 years ago
|
void MainWindow::on_actionAutoHibernate_system_toggled(bool enabled)
|
||
|
{
|
||
|
qDebug() << Q_FUNC_INFO << enabled;
|
||
|
Preferences::instance()->setHibernateWhenDownloadsComplete(enabled);
|
||
11 years ago
|
}
|
||
|
|
||
14 years ago
|
void MainWindow::on_actionAutoShutdown_system_toggled(bool enabled)
|
||
|
{
|
||
10 years ago
|
qDebug() << Q_FUNC_INFO << enabled;
|
||
|
Preferences::instance()->setShutdownWhenDownloadsComplete(enabled);
|
||
14 years ago
|
}
|
||
14 years ago
|
|
||
|
void MainWindow::checkForActiveTorrents()
|
||
|
{
|
||
10 years ago
|
m_pwr->setActivityState(transferList->getSourceModel()->inhibitSystem());
|
||
14 years ago
|
}
|
||
14 years ago
|
|
||
|
QIcon MainWindow::getSystrayIcon() const
|
||
|
{
|
||
11 years ago
|
#if (defined(Q_OS_UNIX) && !defined(Q_OS_MAC))
|
||
10 years ago
|
TrayIcon::Style style = Preferences::instance()->trayIconStyle();
|
||
|
switch(style) {
|
||
|
case TrayIcon::MONO_DARK:
|
||
10 years ago
|
return QIcon(":/icons/skin/qbittorrent_mono_dark.png");
|
||
10 years ago
|
case TrayIcon::MONO_LIGHT:
|
||
10 years ago
|
return QIcon(":/icons/skin/qbittorrent_mono_light.png");
|
||
10 years ago
|
default:
|
||
|
break;
|
||
|
}
|
||
14 years ago
|
#endif
|
||
10 years ago
|
QIcon icon;
|
||
11 years ago
|
#if (defined(Q_OS_UNIX) && !defined(Q_OS_MAC))
|
||
10 years ago
|
if (Preferences::instance()->useSystemIconTheme())
|
||
|
icon = QIcon::fromTheme("qbittorrent");
|
||
|
|
||
12 years ago
|
#endif
|
||
10 years ago
|
if (icon.isNull()) {
|
||
10 years ago
|
icon.addFile(":/icons/skin/qbittorrent22.png", QSize(22, 22));
|
||
|
icon.addFile(":/icons/skin/qbittorrent16.png", QSize(16, 16));
|
||
|
icon.addFile(":/icons/skin/qbittorrent32.png", QSize(32, 32));
|
||
10 years ago
|
}
|
||
|
return icon;
|
||
14 years ago
|
}
|
||
11 years ago
|
|
||
11 years ago
|
#if defined(Q_OS_WIN) || defined(Q_OS_MAC)
|
||
10 years ago
|
void MainWindow::checkProgramUpdate()
|
||
|
{
|
||
|
programUpdateTimer.stop(); // If the user had clicked the menu item
|
||
|
actionCheck_for_updates->setEnabled(false);
|
||
|
actionCheck_for_updates->setText(tr("Checking for updates..."));
|
||
|
actionCheck_for_updates->setToolTip(tr("Already checking for program updates in the background"));
|
||
|
bool invokedByUser = actionCheck_for_updates == qobject_cast<QAction*>(sender());
|
||
|
ProgramUpdater *updater = new ProgramUpdater(this, invokedByUser);
|
||
|
connect(updater, SIGNAL(updateCheckFinished(bool, QString, bool)), SLOT(handleUpdateCheckFinished(bool, QString, bool)));
|
||
|
updater->checkForUpdates();
|
||
11 years ago
|
}
|
||
|
#endif
|
||
10 years ago
|
|
||
|
#ifdef Q_OS_WIN
|
||
10 years ago
|
bool MainWindow::addPythonPathToEnv()
|
||
|
{
|
||
|
if (has_python)
|
||
|
return true;
|
||
|
QString python_path = Preferences::getPythonPath();
|
||
|
if (!python_path.isEmpty()) {
|
||
|
// Add it to PATH envvar
|
||
|
QString path_envar = QString::fromLocal8Bit(qgetenv("PATH").constData());
|
||
|
if (path_envar.isNull())
|
||
|
path_envar = "";
|
||
|
path_envar = python_path + ";" + path_envar;
|
||
|
qDebug("New PATH envvar is: %s", qPrintable(path_envar));
|
||
|
qputenv("PATH", fsutils::toNativePath(path_envar).toLocal8Bit());
|
||
|
return true;
|
||
10 years ago
|
}
|
||
10 years ago
|
return false;
|
||
|
}
|
||
|
|
||
|
void MainWindow::installPython()
|
||
|
{
|
||
|
setCursor(QCursor(Qt::WaitCursor));
|
||
|
// Download python
|
||
|
DownloadThread *pydownloader = new DownloadThread(this);
|
||
|
connect(pydownloader, SIGNAL(downloadFinished(QString,QString)), this, SLOT(pythonDownloadSuccess(QString,QString)));
|
||
|
connect(pydownloader, SIGNAL(downloadFailure(QString,QString)), this, SLOT(pythonDownloadFailure(QString,QString)));
|
||
|
pydownloader->downloadUrl("http://python.org/ftp/python/2.7.3/python-2.7.3.msi");
|
||
|
}
|
||
|
|
||
|
void MainWindow::pythonDownloadSuccess(QString url, QString file_path)
|
||
|
{
|
||
|
setCursor(QCursor(Qt::ArrowCursor));
|
||
|
Q_UNUSED(url);
|
||
|
QFile::rename(file_path, file_path + ".msi");
|
||
|
QProcess installer;
|
||
|
qDebug("Launching Python installer in passive mode...");
|
||
|
|
||
|
installer.start("msiexec.exe /passive /i " + fsutils::toNativePath(file_path) + ".msi");
|
||
|
// Wait for setup to complete
|
||
|
installer.waitForFinished();
|
||
|
|
||
|
qDebug("Installer stdout: %s", installer.readAllStandardOutput().data());
|
||
|
qDebug("Installer stderr: %s", installer.readAllStandardError().data());
|
||
|
qDebug("Setup should be complete!");
|
||
|
// Delete temp file
|
||
|
fsutils::forceRemove(file_path);
|
||
|
// Reload search engine
|
||
|
has_python = addPythonPathToEnv();
|
||
|
if (has_python) {
|
||
|
actionSearch_engine->setChecked(true);
|
||
|
displaySearchTab(true);
|
||
|
}
|
||
|
sender()->deleteLater();
|
||
|
}
|
||
|
|
||
|
void MainWindow::pythonDownloadFailure(QString url, QString error)
|
||
|
{
|
||
|
Q_UNUSED(url);
|
||
|
setCursor(QCursor(Qt::ArrowCursor));
|
||
|
QMessageBox::warning(this, tr("Download error"), tr("Python setup could not be downloaded, reason: %1.\nPlease install it manually.").arg(error));
|
||
|
sender()->deleteLater();
|
||
10 years ago
|
}
|
||
|
#endif
|