Chocobo1
21212fdfe5
Prepend QBT_ for preprocessor variables
2017-04-04 01:48:26 +03:00
thalieht
78b1194da1
enable RSS, Search and Execution Log widgets before switching to them via hotkeys
2017-03-03 02:32:39 +02:00
thalieht
c1a66dad51
change all existing shortcuts to use Qt::Keys
2017-03-03 02:32:38 +02:00
thalieht
125ab378a4
add hotkey for execution log tab
2017-03-03 02:32:36 +02:00
Tim Delaney
51995c80d1
Ctrl+F search filter. Closes #5797 .
...
--HG--
branch : magao-dev
2017-03-03 02:14:01 +02:00
Tim Delaney
5f43741b09
Follow project coding style. Issue #2192 .
...
--HG--
branch : magao-dev
2017-03-03 02:14:00 +02:00
Bilal Elmoussaoui
8b805f4518
fixes default indicator name
...
copy icons instead of renaming them, create status folder
rename from *-indicator to *-tray
2017-03-03 02:11:24 +02:00
Oke Atime
b118079379
Make resume/pause menu items clickable. Closes #6040
2016-12-17 19:48:45 +02:00
sledgehammer999
a6d381da38
Option to disable tracker's favicon download.
2016-12-12 21:16:36 +02:00
Yez Ezey
a8b4aca5e6
Set /usr/local/bin before default PATH on macOS. closes #5639 #5571
...
Since Apple made difficult for users to set PATH and /usr/bin/python
is almost unusable, I simply add /usr/local/bin before default PATH
to pick up Homebrew Python.
2016-12-12 21:16:35 +02:00
sledgehammer999
6763f3ac33
WINDOWS: Fix python auto install, deletion of installer and use 3.5.x series for Vista+. Closes #5871 .
2016-12-12 21:15:50 +02:00
sledgehammer999
87a6478430
Fix values for unsetting speed limits.
2016-12-12 21:15:47 +02:00
Vladimir Golovnev (Glassez)
6fac9b42da
Don't use Preferences in BitTorrent::Session
2016-12-12 21:12:01 +02:00
Chocobo1
2fa207e728
The intended action is set the bit to 1, not flipping it.
2016-12-12 21:11:19 +02:00
Chocobo1
7adcd909e7
Fix crash when restoring from tray. Closes #5854 .
2016-12-12 21:11:19 +02:00
Yez Ezey
9ebc115719
Fix Mac OS X Build ( Closes #5763 )
...
Deleted offending code
setUnifiedTitleAndToolBarOnMac(false);
which was a workaround to avoid bug https://bugreports.qt.io/browse/QTBUG-7305
The bug was fixed at Qt 4.6.2 https://github.com/Blizzard/qt4/blob/master/dist/changes-4.6.2
2016-12-12 21:11:17 +02:00
Chocobo1
0639a06809
Call system msiexec.exe directly
2016-09-09 02:02:13 +03:00
Chocobo1
fe1b388347
Use "Standard Shortcuts" defined by Qt whenever possible.
2016-09-09 02:02:10 +03:00
pieniacy
23b4e62834
Add torrent and files deletion with Shift+Delete hotkey
2016-09-09 02:02:10 +03:00
Chocobo1
aa6025aa87
Rename "options.ui" to "optionsdlg.ui"
...
Rename class name "options_imp" to "OptionsDialog"
Rename "options_imp.cpp" to "optionsdlg.h"
2016-06-20 02:04:35 +03:00
ngosang
576fbe5dc1
Update Python version requirements
2016-06-20 02:04:19 +03:00
Chocobo1
becd67ac84
Delete all mainwindow child widgets. Closes #4871 , #5049 .
...
Some of the `delete` can be handled by the findChild loop
2016-06-20 02:04:19 +03:00
sledgehammer999
283338f5f3
Don't show added torrent notification during startup.
2016-06-20 02:01:15 +03:00
sledgehammer999
b600253313
Display notifications when a torrent is added. Closes #334 and #915 .
2016-06-20 02:01:14 +03:00
Vladimir Golovnev (Glassez)
a6c50aff95
Delete Import Torrent Dialog
2016-06-20 02:00:50 +03:00
Vladimir Golovnev (Glassez)
99ca42bf48
Fix MainWindow coding style (Issue #2192 )
2016-06-20 01:35:59 +03:00
Vladimir Golovnev (Glassez)
c1611988b4
Create basic cookies management dialog
2016-06-20 01:35:42 +03:00
sledgehammer999
ef954fea55
Use SettingsStorage instead.
2016-06-20 01:00:18 +03:00
Vladimir Golovnev (Glassez)
3d107e0588
Implement Advanced Saving Management subsystem
...
Closes #4696
2016-06-20 00:59:37 +03:00
sledgehammer999
0619aacf1f
Add ability to filter log messages by type.
2016-03-27 23:56:17 +03:00
buinsky
eaf6e47391
Edit speed limits and upload ratio icons
2016-01-18 19:45:37 +02:00
sledgehammer999
60f0447603
Indicate to the user that he's going to download the new version.
...
Indicate from the installer that the old version was detected and no settings will be deleted.
Closes #4320 .
2016-01-18 19:45:23 +02:00
Vladimir Golovnev (Glassez)
1f00d2e5d7
Move basic search-related code into Core.
...
Also use qBittorrent torrent file download routines instead of
nova2dl.py script.
2016-01-18 19:45:17 +02:00
Vladimir Golovnev (Glassez)
d87e42ba00
Move Search-related files into Gui.
2016-01-18 19:45:17 +02:00
Vladimir Golovnev (Glassez)
975b1d5257
Fix search-related file/class names.
2016-01-18 19:43:28 +02:00
sledgehammer999
06fcc57619
Fix linux build.
2016-01-18 19:43:27 +02:00
sledgehammer999
06c6a444c9
Don't apply some settings again if they weren't changed. Closes #4278 .
2016-01-18 19:43:26 +02:00
Vladimir Golovnev (Glassez)
4ed4ebcdb7
Rename Core to Base ( Closes #3733 ).
2015-12-08 00:28:16 +02:00
Chocobo1
fbed5dc606
Reduce mainwindow border width
2015-12-08 00:24:18 +02:00
sledgehammer999
cd3dc3d645
Merge pull request #3343 from Chocobo1/tx_list
...
Minor style change in transfer list & filters
2015-10-25 10:09:40 -05:00
Chocobo1
5d3ba06e9d
Use thin border for transfer list
2015-10-25 14:06:06 +08:00
sledgehammer999
cc9ffc4767
Use the actual function names for debug logging.
2015-10-17 17:41:53 +03:00
Vladimir Golovnev
a7cf8cea3f
Fix possible compilation error. Closes #3947 .
2015-10-16 12:02:47 +03:00
sledgehammer999
b9a061680d
Fix broken donation link. Closes #3771 .
2015-10-04 22:26:56 +03:00
Gabriele
420fa82e8d
Put some string placeholders between quotes
2015-09-02 23:26:19 +02:00
sledgehammer999
735b1cc6b9
Merge pull request #3470 from ngosang/reorder_buttons
...
Change Queue buttons order in the Toolbar (GUI & Web UI)
2015-08-30 07:10:20 -05:00
Chocobo1
deaf322740
Add back "qBittorrent" in program updater title, closes #3549 .
2015-08-04 13:07:14 +08:00
sledgehammer999
0e62a52e59
Merge pull request #3493 from ngosang/python
...
Improve Python detection
2015-07-28 02:59:25 +03:00
ngosang
38a6f4cc34
Improve Python detection
2015-07-26 14:15:40 +02:00
Gabriele
c48407e038
Add count of unread items to RSS tab label
...
Closes #2681 .
2015-07-25 11:57:03 +02:00