Eugene Shalygin
571f46886f
cmake: copy qt version requirements from autotools
...
Set versions 4.8.0 and 5.2.0 as minimal required for Qt4 and Qt5.
2016-03-27 23:16:15 +03:00
Eugene Shalygin
0cd691e167
cmake: fix man installation
...
Fix copy-n-paste error: for non-GUI build we have to install
qbittorrent-nox.1, but not qbittorrent.1.
2016-03-27 23:15:51 +03:00
UnDifferential
4f65e2d468
Support SSL certificate bundles. Issue #4896 .
2016-03-27 23:15:31 +03:00
Eugene Shalygin
35981f6ef5
cmake: fix systemd unit install path
2016-03-27 23:15:14 +03:00
sledgehammer999
dc493880f3
Fix commit 83e931766f (wrong conflict resolution).
2016-03-05 19:50:12 +02:00
Ben Lau
872e78ca21
add a remaining column to the torrent content model
2016-03-05 19:46:21 +02:00
Eugene Shalygin
7b601796d7
fix cmake build
2016-03-05 19:46:13 +02:00
Chocobo1
09ef552aea
Add tip about adding quotation marks around parameter
2016-03-05 19:46:07 +02:00
Chocobo1
b4c9cae0d1
Save "Run external program" input as is. Closes #4830 .
2016-03-05 19:43:31 +02:00
Eugene Shalygin
6d2a0ae83b
add basic cmake support
2016-03-05 19:43:22 +02:00
Chocobo1
238a925000
Put comment_lbl in QScrollArea. Closes #4881 .
2016-03-05 19:43:14 +02:00
Eugene Shalygin
cce01cfb8e
Fix typos in speed label text
...
Qt's tr() ate 'true' parameter, which was supposed to be for
friendlyUnit()
2016-03-05 19:43:07 +02:00
Chocobo1
b2db1972f3
Create helper function to get libtorrent version
2016-03-05 19:42:59 +02:00
Chocobo1
8b851fe2b9
Create helper function to get boost version
2016-03-05 19:42:51 +02:00
Chocobo1
e3c9488fb0
Create helper function to get OS name
2016-03-05 19:42:43 +02:00
Chocobo1
c27fb110f8
Comment out "List of linked Modules" section in windows crash report.
...
It is bloating the crash report with unhelpful messages.
2016-03-05 19:42:34 +02:00
Dan Seminara
ec61f24099
Do not try to parse request message when content-length is 0
2016-03-05 19:42:27 +02:00
Boris Nagaev
130ee5a71e
configure: pass variable QMAKE_LRELEASE to qmake
2016-03-05 19:42:20 +02:00
Boris Nagaev
cb3e7e6bd6
winconf-mingw.pri: clean library names
...
* remove versions from libraries,
* remove *.dll from libraries
(actual name of library files can be "libfoo.a")
2016-03-05 19:42:12 +02:00
Boris Nagaev
7fd65d5428
winconf.pri: change example library path for build
...
Path with "<", ">" causes errors when building in MXE.
http://mxe.cc/
Removing or commenting out these hardcoded paths is not
desirable, as they serve as a guide (on what to edit) for
the newcomers that want to build on windows.
See https://github.com/qbittorrent/qBittorrent/pull/4824#issuecomment-186936960
2016-03-05 19:42:05 +02:00
Boris Nagaev
442f521bf5
winconf.pri: use mask "win32-g++*"
...
Mask "win32-g++" doesn't match MXE.
Mask "win32-g++*" match MXE.
See http://stackoverflow.com/a/14523545
See http://mxe.cc
2016-03-05 19:41:57 +02:00
Douman
016052aea1
Align search engine url getting mechanism. Closes #4778
...
1. Switch to retrieve_url instead of low-level HTTPConnection module usage
2016-03-05 19:41:48 +02:00
Chocobo1
411982e2b0
Follow project coding style. Issue #2192 .
2016-03-05 19:41:20 +02:00
Chocobo1
4b93ccd4e4
Simplify statement
2016-03-05 19:41:20 +02:00
Chocobo1
6603a8947a
Fix malformed date header in email. Closes #4828 .
2016-03-05 19:41:20 +02:00
sledgehammer999
031e354577
Partially revert decfae7b8a. Newer libtorrent RC_1_1 has added back the missing variables.
2016-03-05 19:41:19 +02:00
Chocobo1
ec7fb331e0
Remove additional vertical spacer.
...
Fixup of 843f7ed .
2016-03-05 19:41:19 +02:00
Chocobo1
a232b77104
Simplify resize actions for AddNewTorrentDialog
2016-03-05 19:41:19 +02:00
Chocobo1
8c11245469
Disable cell selection in advanced options. Fixup of a8b39475.
2016-03-05 19:41:18 +02:00
Chocobo1
60857d3b8e
Put links into table
2016-03-05 19:41:18 +02:00
Chocobo1
2fe6b76968
Set icon directly in .ui file
2016-03-05 19:41:18 +02:00
Chocobo1
6c7350fce0
Make authors email clickable & selectable
2016-03-05 19:41:17 +02:00
Chocobo1
c770f4d0bc
about_imp.h: Use larger qbt icon
...
Shrink title size
2016-03-05 19:41:17 +02:00
Chocobo1
876e96911f
Fix weird left panel icon layout
...
Remove Advanced page border
2016-03-05 19:41:17 +02:00
Chocobo1
5620fd120e
Let OS handle DPI scaling for now. Should let Qt do the work when it's more mature.
...
Opt-in to the high DPI pixmap support
Closes #2963 .
2016-03-05 19:41:17 +02:00
Chocobo1
ea7f6046b4
Follow project coding style. Issue #2192 .
2016-03-05 19:41:16 +02:00
Chocobo1
fddac5d679
Move statusbar styelsheet to where it belongs
2016-03-05 19:41:16 +02:00
Chocobo1
2c4bc68af1
Use short date in addnewtorrentdialog
...
Correction "Free disk space" to "Free space on disk"
2016-03-05 19:41:16 +02:00
Chocobo1
7676f49612
Cleanup addnewtorrentdialog.ui
...
Reorder Torrent info column
Rename "Save as" to "Save at"
2016-03-05 19:41:15 +02:00
Chocobo1
e879279019
Cleanup about.ui
...
Shorten text in "Libraries" tab, to avoid About dialog being too wide
Make QLabels in Libraries tab selectable
Use QGroupBox in "Author" tabs
Rename "Thanks to" to "Special Thanks"
Rename "Translation" to "Translators"
Remove borders in "Thanks to", "Translation", "License" tabs
2016-03-05 19:41:15 +02:00
Chocobo1
84b7680718
Cleanup about_imp.h
...
Fix dialog too narrow on highDPI screens
Remove IRC link
Rewrite about text to support RTL languages better
Follow project coding style. Issue #2192 .
2016-03-05 19:41:15 +02:00
sledgehammer999
be180140a3
Don't merge trackers for private torrents. Closes #2928 .
2016-03-05 19:41:14 +02:00
Chocobo1
c051c279d4
Set "Show splash screen on start up" option default to off
2016-03-05 19:41:14 +02:00
Chocobo1
964dcc4d8a
Fix potential race condition. Closes #4742 .
2016-03-05 19:41:14 +02:00
Vladimir Golovnev (Glassez)
64cf93b889
Fix crash caused by AdvancedSettings::addRow()
2016-03-05 19:41:13 +02:00
Vladimir Golovnev (Glassez)
365737afe1
Save resume data using QSaveFile (Qt5 only)
2016-03-05 19:41:13 +02:00
Vladimir Golovnev (qlassez)
2cf14f0120
Optimize Session::startupTorrents()
...
Reduce queue size by starting up initial items (torrents) when they are detected
2016-03-05 19:41:13 +02:00
Vladimir Golovnev (qlassez)
46bb25ba9f
Switch to using previous fastresume file names
2016-03-05 19:41:12 +02:00
Vladimir Golovnev (qlassez)
ee5a72c570
Perform fastresume data saving in separate thread
...
Closes #4315
2016-03-05 19:41:12 +02:00
Chocobo1
18b56f4d0a
Add "Paused torrents only" option for "Hide zero and infinity values"
2016-03-05 19:41:12 +02:00