1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-10 14:57:52 +00:00
qBittorrent/src/app
Nick Korotysh d49d7c1d82
Delegate GUI scaling work to Qt
Set Qt::AA_EnableHighDpiScaling application attribute when Qt 5.14.x or
newer is used. This fixes a lot of scaling issues on HiDPI displays.

Unfortunately, this flag must be set only before QApllication object
creation, so the only one place where it can be done is main().
2020-03-06 12:04:57 +03:00
..
qtlocalpeer Call Windows API directly 2019-09-29 09:52:13 +08:00
app.pri Move implementation to its own file 2019-07-18 00:30:44 +08:00
application.cpp Unify singleton pattern in Profile class 2020-02-11 15:30:59 +08:00
application.h Enable portable mode if "profile" directory exists 2019-12-16 05:12:47 +02: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: Fix WebUI checks 2020-01-19 15:08:45 -05:00
cmdoptions.cpp Enable portable mode if "profile" directory exists 2019-12-16 05:12:47 +02:00
cmdoptions.h Enable portable mode if "profile" directory exists 2019-12-16 05:12:47 +02:00
filelogger.cpp Remove excessive usage of pointer 2019-03-15 14:29:06 +08:00
filelogger.h Remove excessive usage of pointer 2019-03-15 14:29:06 +08:00
main.cpp Delegate GUI scaling work to Qt 2020-03-06 12:04:57 +03:00
stacktrace_win.h Initialize variables properly 2018-05-25 21:22:31 +08:00
stacktrace.h Include/print caught signal in stackdump 2017-11-03 14:13:17 +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