qBittorrent/src/gui/properties
Eugene Shalygin fa770871e9 Refactor CMake build scripts
1. Use FeatureSummary module to show configuration results.

2. Invert option()/find_package() relationship: instead of
calling find_package(... REQUIRED) when option is set, rely on optional
find package call and PackageName_FOUND variable.

3. Refactor handling options that result in simple preprocessor defines
(actually copy the snippet from libtorrent) so that everything is done
in a single function call.

4. Populate target properties in order to get rid of
include_directories() calls.
2018-06-05 11:39:11 +02:00
..
CMakeLists.txt Refactor CMake build scripts 2018-06-05 11:39:11 +02:00
downloadedpiecesbar.cpp Coding style for many files 2017-11-20 23:29:59 +02:00
downloadedpiecesbar.h Coding style for many files 2017-11-20 23:29:59 +02:00
peerlistdelegate.h Coding style for many files 2017-11-20 23:29:59 +02:00
peerlistsortmodel.h Fix sorting of country flags column in Peers tab. 2017-12-21 15:21:53 +02:00
peerlistwidget.cpp Move some connect() from propertieswidget to their corresponding widget 2018-05-09 16:08:22 +03:00
peerlistwidget.h Coding style, use nullptr and other minor things 2017-10-08 10:20:54 +03:00
peersadditiondlg.cpp Use qt5 connect() syntax 2018-05-09 16:08:22 +03:00
peersadditiondlg.h Refactor code 2018-05-08 12:18:18 +08:00
peersadditiondlg.ui Fix untranslated string 2018-05-01 11:49:10 +08:00
pieceavailabilitybar.cpp Coding style for many files 2017-11-20 23:29:59 +02:00
pieceavailabilitybar.h Coding style for many files 2017-11-20 23:29:59 +02:00
piecesbar.cpp Fix crash in download piece bar 2017-05-26 21:47:51 +02:00
piecesbar.h Coding style for many files 2017-11-20 23:29:59 +02:00
properties.pri Sort filename lists in .pri files 2017-12-31 11:53:45 +08:00
propertieswidget.cpp Move some connect() from propertieswidget to their corresponding widget 2018-05-09 16:08:22 +03:00
propertieswidget.h Coding style for many files 2017-11-20 23:29:59 +02:00
propertieswidget.ui Tweak spacing 2017-12-24 21:47:46 +08:00
proplistdelegate.cpp Coding style for many files 2017-11-20 23:29:59 +02:00
proplistdelegate.h Coding style for many files 2017-11-20 23:29:59 +02:00
proptabbar.cpp Use qt5 connect() syntax 2018-05-09 16:08:22 +03:00
proptabbar.h Coding style for many files 2017-11-20 23:29:59 +02:00
speedplotview.cpp Prevent possible c++11 range-loop container detach 2018-02-20 19:28:51 +00:00
speedplotview.h Remove usage of deprecated functions 2018-03-09 19:20:58 +08:00
speedwidget.cpp Remove usage of deprecated functions 2018-03-09 19:20:58 +08:00
speedwidget.h Coding style for many files 2017-11-20 23:29:59 +02:00
trackerlist.cpp Move some connect() from propertieswidget to their corresponding widget 2018-05-09 16:08:22 +03:00
trackerlist.h Coding style, use nullptr and other minor things 2017-10-08 10:20:54 +03:00
trackersadditiondlg.cpp Use qt5 connect() syntax 2018-05-09 16:08:22 +03:00
trackersadditiondlg.h Coding style for many files 2017-11-20 23:29:59 +02:00
trackersadditiondlg.ui Fix trackersadditiondlg position 2017-05-01 15:32:08 +08:00