Merge pull request #1060 from alderz/master
Add a keyboard shortcut to "Add link to torrent" and fix some png sRGB profiles.
Before ![]() (image error) Size: 7.0 KiB After ![]() (image error) Size: 4.5 KiB ![]() ![]() |
Before ![]() (image error) Size: 3.3 KiB After ![]() (image error) Size: 593 B ![]() ![]() |
Before ![]() (image error) Size: 3.2 KiB After ![]() (image error) Size: 590 B ![]() ![]() |
Before ![]() (image error) Size: 3.0 KiB After ![]() (image error) Size: 426 B ![]() ![]() |
Before ![]() (image error) Size: 3.1 KiB After ![]() (image error) Size: 522 B ![]() ![]() |
Before ![]() (image error) Size: 3.1 KiB After ![]() (image error) Size: 443 B ![]() ![]() |
Before ![]() (image error) Size: 3.1 KiB After ![]() (image error) Size: 495 B ![]() ![]() |
Before ![]() (image error) Size: 2.9 KiB After ![]() (image error) Size: 359 B ![]() ![]() |
Before ![]() (image error) Size: 3.1 KiB After ![]() (image error) Size: 538 B ![]() ![]() |
Before ![]() (image error) Size: 3.2 KiB After ![]() (image error) Size: 591 B ![]() ![]() |
Before ![]() (image error) Size: 3.1 KiB After ![]() (image error) Size: 583 B ![]() ![]() |
@ -555,6 +555,7 @@ void MainWindow::fullDiskError(const QTorrentHandle& h, QString msg) const {
|
||||
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()));
|
||||
|