qBittorrent/src/app
FranciscoPombal 46123b9989 CMake: overhaul and improve scripts
- Bump minimum required version and
make use of more modern language features
- Rely more on target_...() commands to establish dependency
relationships between targets rather than directory property commands
- Improve libtorrent package discovery
- Enable and handle application features more explicitly
- Improve user-facing output
- Fix various compilation issues on Windows (MSVC and MinGW) and macOS
- Improve handling of translations
- Add explanatory comments where relevant
- Make CMake scripts fully independent of qmake files/details
- Remove old functions/macros
2020-09-17 13:13:26 +01:00
..
qtlocalpeer Initialize variable at better place 2020-06-26 17:17:29 +08:00
app.pri Move implementation to its own file 2019-07-18 00:30:44 +08:00
application.cpp Load custom theme before initializing main window 2020-08-02 14:02:18 +05:30
application.h Add final specifier to classes 2020-04-17 13:18:40 +08:00
applicationinstancemanager.cpp Implement "Application instances manager" 2019-06-30 20:02:46 +03:00
applicationinstancemanager.h Implement "Application instances manager" 2019-06-30 20:02:46 +03:00
CMakeLists.txt CMake: overhaul and improve scripts 2020-09-17 13:13:26 +01:00
cmdoptions.cpp Don't use deprecated QTextStreamFunctions::flush() 2020-06-04 15:29:32 +08:00
cmdoptions.h Allow single app instance per configuration 2020-03-06 08:59:59 +03:00
filelogger.cpp Avoid log file excessive flushing 2020-03-26 16:12:24 +08:00
filelogger.h Remove excessive usage of pointer 2019-03-15 14:29:06 +08:00
main.cpp Move all icon resources to icon folder root 2020-05-18 20:30:51 +05:30
stacktrace.h Include/print caught signal in stackdump 2017-11-03 14:13:17 +08:00
stacktrace_win.h Construct QString more efficiently 2020-03-25 12:00:11 +08:00
stacktracedialog.cpp Move implementation to its own file 2019-07-18 00:30:44 +08:00
stacktracedialog.h Move implementation to its own file 2019-07-18 00:30:44 +08:00
stacktracedialog.ui Change file names and classes names to match them 2018-06-15 20:12:59 +03:00
upgrade.cpp Revert using random port by default 2020-02-21 14:47:37 +00:00
upgrade.h Keep legacy defaults for existing users 2020-02-11 09:53:12 +03:00