rpcsx/rpcs3
Megamouse b217e8384c Qt: Fix SnapSlider in settings
The SnapSlider function is used to snap the current slider to certain values if modified with the mouse.
But it only triggered if the user was dragging the handle of the slider and not if the bar itself was clicked.

This is fixed by using an eventFilter that listens for mousepress and mouserelease events instead of the sliderPressed and sliderReleased signals.
Maybe this is a Qt bug, but I don't want to bother with reporting this right now.
2021-09-26 12:08:40 +02:00
..
Crypto sys_fs: Fix SDATA/EDATA file-stat 2021-09-22 14:57:16 +03:00
Emu config: Remove Lower SPU Priority setting 2021-09-26 00:29:21 +01:00
Icons Qt: replace old grey config icons in gamegrid mode 2021-06-25 19:58:20 +02:00
Input input: fix keyboard_pad_handler pressure sensitivity 2021-09-19 23:46:51 +02:00
Loader GUI: PARAM.SFO formatting 2021-09-17 22:15:48 +02:00
qt/etc Qt: use config to load translation file on startup 2020-02-06 17:41:50 +01:00
rpcs3qt Qt: Fix SnapSlider in settings 2021-09-26 12:08:40 +02:00
util VFS: move VFS settings to seperate file 2021-09-25 19:21:59 +03:00
CMakeLists.txt BUILD: a couple of cmake msvc compile fixes (#10799) 2021-09-11 23:55:53 +02:00
display_sleep_control.cpp Move types.h to util/types.hpp 2020-12-12 15:12:01 +03:00
display_sleep_control.h Remove BOM markers 2020-12-06 15:30:12 +03:00
emucore.vcxproj VFS: move VFS settings to seperate file 2021-09-25 19:21:59 +03:00
emucore.vcxproj.filters VFS: move VFS settings to seperate file 2021-09-25 19:21:59 +03:00
frame_icon.xpm
git-version.cmake CD: Fix experimental build warning for Travis 2020-03-27 23:00:22 +03:00
GLGSRender.vcxproj BUILD: Move buildfiles & improved prop includes (#10251) 2021-05-15 20:20:12 +02:00
GLGSRender.vcxproj.filters Move code to cpp (#9938) 2021-03-10 00:58:08 +01:00
headless_application.cpp Emu: some cleanup 2021-04-09 21:03:49 +02:00
headless_application.h Emu: some cleanup 2021-04-09 21:03:49 +02:00
main.cpp Fix VFS regression 2021-09-25 19:21:59 +03:00
main_application.cpp input: make pad_thread a named_thread 2021-09-08 20:15:28 +02:00
main_application.h Emu: some cleanup 2021-04-09 21:03:49 +02:00
OpenAL.vcxproj BUILD: Move buildfiles & improved prop includes (#10251) 2021-05-15 20:20:12 +02:00
OpenAL.vcxproj.filters Rewrite OpenAL backend to support new features 2019-01-12 21:29:56 +03:00
resource.h
resources.qrc Qt: replace old grey config icons in gamegrid mode 2021-06-25 19:58:20 +02:00
rpcs3.desktop Add startupWMClass to linux .desktop Fixes #10685 2021-08-09 09:08:44 +02:00
rpcs3.icns upgrade icons to a modern design 2021-03-29 22:24:40 +03:00
rpcs3.ico upgrade icons to a modern design 2021-03-29 22:24:40 +03:00
rpcs3.metainfo.xml metainfo: move away from deprecated appdata 2021-05-19 19:55:58 +03:00
rpcs3.plist.in CMake: Use Info.plist template for macOS bundle 2019-02-26 21:09:18 +00:00
rpcs3.png upgrade icons to a modern design 2021-03-29 22:24:40 +03:00
rpcs3.rc
rpcs3.svg upgrade icons to a modern design 2021-03-29 22:24:40 +03:00
rpcs3.vcxproj VS: add missing generated file 2021-09-05 10:16:25 +02:00
rpcs3.vcxproj.filters VS: add missing generated file 2021-09-05 10:16:25 +02:00
rpcs3_version.cpp rpcs3_version: Bump to 0.0.18 2021-08-31 23:03:30 +01:00
rpcs3_version.h More random changes 2021-04-11 14:01:51 +03:00
stb_image.cpp stblib: disable another unsupported clang warning (#10244) 2021-05-07 01:26:21 +01:00
stdafx.cpp shared_ptr.hpp: don't use fake objects 2021-05-30 15:07:17 +03:00
stdafx.h types.hpp: implement smin, smax, amin, amax 2021-05-22 12:10:57 +03:00
VKGSRender.vcxproj vk: Add basic support for FSR 1.0 2021-08-06 17:18:48 +03:00
VKGSRender.vcxproj.filters vk: Add basic support for FSR 1.0 2021-08-06 17:18:48 +03:00
windows.qrc Qt: Use additional windows resource file for qt.conf 2018-05-13 21:02:21 +04:00
XAudio.vcxproj BUILD: Move buildfiles & improved prop includes (#10251) 2021-05-15 20:20:12 +02:00
XAudio.vcxproj.filters Replace XAudio2 implementation with an unified Xaudio2Redist 2020-02-20 23:33:09 +03:00