Eugene Shalygin
|
5fbac5da5b
|
cmake: fix library namaes for Qt5 version of QtSingleApplication
At least on Gentoo they start with 'Qt5', not 'Qt'
|
9 years ago |
Chocobo1
|
e7ff5eb6b1
|
Minor refactor
|
9 years ago |
sledgehammer999
|
d41031ebf7
|
Merge pull request #4925 from evsh/cmake
cmake: copy qt version requirements from autotools
|
9 years ago |
Eugene Shalygin
|
05e4d4fc0d
|
cmake: copy qt version requirements from autotools
Set versions 4.8.0 and 5.2.0 as minimal required for Qt4 and Qt5.
|
9 years ago |
sledgehammer999
|
8656c1897d
|
Merge pull request #4922 from evsh/cmake
cmake: fix man installation
|
9 years ago |
Eugene Shalygin
|
6800c1a6ad
|
cmake: fix man installation
Fix copy-n-paste error: for non-GUI build we have to install
qbittorrent-nox.1, but not qbittorrent.1.
|
9 years ago |
Chocobo1
|
dd2dcc4147
|
Fix additional space in comment label
|
9 years ago |
thalieht
|
1fa6f3123b
|
add toggle columns for peerlist
|
9 years ago |
sledgehammer999
|
80ac326f28
|
Merge pull request #4911 from glassez/fixes
Fix save path bugs
|
9 years ago |
Vladimir Golovnev (Glassez)
|
c047ef5b37
|
Fix save path bugs
|
9 years ago |
sledgehammer999
|
b11ab06bb2
|
Merge pull request #4904 from UnDifferential/master
Support SSL certificate bundles. Closes #4896.
|
9 years ago |
UnDifferential
|
f50a8d4f59
|
Support SSL certificate bundles. Issue #4896.
|
9 years ago |
sledgehammer999
|
45617e086c
|
Merge pull request #4908 from evsh/cmake
cmake: fix systemd unit install path
|
9 years ago |
Eugene Shalygin
|
5996738030
|
cmake: fix systemd unit install path
|
9 years ago |
sledgehammer999
|
46a355675e
|
Fix commit 83e931766f (wrong conflict resolution).
|
9 years ago |
sledgehammer999
|
89b334d71c
|
Merge pull request #4451 from netjunki/master
add a remaining column to the torrent content model
|
9 years ago |
sledgehammer999
|
8372c819e9
|
Merge pull request #4903 from evsh/cmake
fix cmake build
|
9 years ago |
sledgehammer999
|
96c2947283
|
Merge pull request #4849 from Chocobo1/run_ext_slash
Save "Run external program" input as is. Closes #4830.
|
9 years ago |
Chocobo1
|
83e931766f
|
Add tip about adding quotation marks around parameter
|
9 years ago |
Chocobo1
|
6835b99f10
|
Save "Run external program" input as is. Closes #4830.
|
9 years ago |
Eugene Shalygin
|
45b1a75d56
|
fix cmake build
|
9 years ago |
sledgehammer999
|
15ec515872
|
Merge pull request #4877 from evsh/cmake
add basic cmake support
|
9 years ago |
sledgehammer999
|
0190ac9037
|
Merge pull request #4885 from Chocobo1/comment_scroll
Put comment_lbl in QScrollArea.
|
9 years ago |
sledgehammer999
|
ee0306c4fd
|
Merge pull request #4883 from evsh/fix-avg-speed-units
Fix typos in speed label text
|
9 years ago |
sledgehammer999
|
56605cd0c3
|
Merge pull request #4865 from Chocobo1/os_name
Shorten crash report on windows
|
9 years ago |
sledgehammer999
|
3ddb1b98b3
|
Merge pull request #4833 from dsemi/master
Do not try to parse request message when content-length is 0
|
9 years ago |
sledgehammer999
|
8b559a8b51
|
Merge pull request #4824 from starius/mxe-compat
compatibility with MXE
|
9 years ago |
sledgehammer999
|
1cfda610cc
|
Merge pull request #4781 from DoumanAsh/python_align_search_style
[search engine] Align search engine url getting mechanism. Closes #4778
|
9 years ago |
sledgehammer999
|
6ff929e567
|
Merge pull request #4784 from glassez/asm
Implement Advanced Saving Management subsystem
|
9 years ago |
Vladimir Golovnev (Glassez)
|
dd34663224
|
Implement Advanced Saving Management subsystem
Closes #4696
|
9 years ago |
Vladimir Golovnev (Glassez)
|
d05d5a85a5
|
Move Preferences backend code into SettingsStorage class
Closes #4764
|
9 years ago |
Boris Nagaev
|
f4dc5c6809
|
configure: pass variable QMAKE_LRELEASE to qmake
|
9 years ago |
Boris Nagaev
|
e4c8862cc5
|
winconf-mingw.pri: clean library names
* remove versions from libraries,
* remove *.dll from libraries
(actual name of library files can be "libfoo.a")
|
9 years ago |
Boris Nagaev
|
39d8f09c38
|
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
|
9 years ago |
Boris Nagaev
|
fa2a1ad6d3
|
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
|
9 years ago |
Chocobo1
|
94ae44bb71
|
Put comment_lbl in QScrollArea. Closes #4881.
|
9 years ago |
Eugene Shalygin
|
7080d3da98
|
Fix typos in speed label text
Qt's tr() ate 'true' parameter, which was supposed to be for
friendlyUnit()
|
9 years ago |
Dan Seminara
|
d75564b885
|
Do not try to parse request message when content-length is 0
|
9 years ago |
Eugene Shalygin
|
64daecb266
|
add basic cmake support
|
9 years ago |
Chocobo1
|
d0e31adaf7
|
Create helper function to get libtorrent version
|
9 years ago |
Chocobo1
|
12627bbc10
|
Create helper function to get boost version
|
9 years ago |
Chocobo1
|
498f5e3877
|
Create helper function to get OS name
|
9 years ago |
Eugene Shalygin
|
8baa144933
|
Use correct piece size while calling torrent_info::map_block()
This should fix crashes. Issue #4597
|
9 years ago |
Eugene Shalygin
|
b24bdcb8d9
|
Revert "Temporarily revert PR #2885 (filename column in peers view)."
This reverts commit 69d52a06d7 .
|
9 years ago |
Chocobo1
|
7b2fab411c
|
Comment out "List of linked Modules" section in windows crash report.
It is bloating the crash report with unhelpful messages.
|
9 years ago |
Vladimir Golovnev (Glassez)
|
a96cabfe73
|
Make AddNewTorrentDialog behavior uniform
|
9 years ago |
sledgehammer999
|
654c8edc6b
|
Merge pull request #4831 from Chocobo1/mail_time
Fix malformed date header in email.
|
9 years ago |
Chocobo1
|
f83f3b84ca
|
Follow project coding style. Issue #2192.
|
9 years ago |
Chocobo1
|
60417a598a
|
Simplify statement
|
9 years ago |
Chocobo1
|
41fe85b624
|
Fix malformed date header in email. Closes #4828.
|
9 years ago |