Archived
1
0
This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
citra/src/citra_qt
朱鹏飞 57827de38b citra_qt: camera integration (#3566)
* Implement camera feature

* Make OpenCVCamera optional

* Fix styling problems

* CI configuration

* Fix CI

* Hopefully final fix

* Hopefully final fix

* Fix all the problems

* Oops..

* Add Qt Multimedia Camera

* Another oops

* Try to fix broken linux CI

* Try to fix broken linux CI

* Fix problems

* Improve UI

* Fix problems

* camera: Add support for Qt <5.10 and fix preview error

* CI: try to fix linux-frozen travis build

* camera: fix problems and add multiple handlers support

* fix CI

* remove most ServiceFramework changes

* Fix format

* Remove last ServiceFramework change

* camera: remove unused interfaces; revert submodule change

* camera: fix CI error

* ci: use ccache for opencv build

* citra_qt: fix configuration error; CI: add mediaservice plugin

* citra_qt: fix clang-format

* citra_qt: fix documentation error

* citra_qt: fix configuration page; camera: fix pausing crash

* citra_qt: fix preview not stopping

* camera: extend handlers length

* camera: fix camera resume error

* camera: fix clang-format

* camera: remove all OpenCV; citra_qt: rewrite configuration

* camera: remove all OpenCV; citra_qt: rewrite configuration

* camera: remove all OpenCV; citra_qt: rewrite configuration

* CI: fix linux ci

* camera: check settings update; citra_qt: fix configuration error

* service_cam: use a better way to apply configuration

* Service_CAM: rewrite camera reload

* cam: fix clang format

* citra_qt: fix argument load issue; camera: base of system camera selection

* citra_qt: Add system camera selection

* camera: fix image upside down, Implement SetFrameRate in Qt Multimedia Camera

* camera: Add missing <array> include, update SetFrameRate and add settings in Qt Multimedia Camera header

* camera: move started in Qt Multimedia Camera header

* QtMultimediaCamera: Move frame rates to SetFrameRate; Set minimum and maximum frame rate

* Update appveyor.yml
2018-05-11 11:42:23 -06:00
..
camera citra_qt: camera integration (#3566) 2018-05-11 11:42:23 -06:00
configuration citra_qt: camera integration (#3566) 2018-05-11 11:42:23 -06:00
debugger Fix duplicated logs on windows 2018-04-27 09:58:48 -06:00
multiplayer citra_qt: fix clang-format 2018-05-01 11:26:57 +08:00
updater citra_qt: Migrate logging macros 2018-03-25 13:00:36 +08:00
util Address review comments 2018-04-19 10:28:16 -06:00
aboutdialog.cpp QT: Implement themed icons (#3554) 2018-03-27 12:11:04 +01:00
aboutdialog.h Implement About Button Functionality (#3005) 2017-11-04 13:59:27 -04:00
aboutdialog.ui citra-qt: fix broken About box 2018-01-19 15:26:03 +01:00
bootmanager.cpp Citra-qt: Add multiplayer ui 2018-04-19 10:28:14 -06:00
bootmanager.h bootmanager: Make EmuThread's IsRunning() member function const 2017-12-10 20:12:47 -05:00
citra-qt.rc Fix icon for citra qt 2017-09-03 11:26:10 -06:00
CMakeLists.txt citra_qt: camera integration (#3566) 2018-05-11 11:42:23 -06:00
compatdb.cpp citra_qt: Migrate logging macros 2018-03-25 13:00:36 +08:00
compatdb.h enum class 2018-01-20 09:56:02 -06:00
compatdb.ui add compatibility reporting to qt frontend 2018-01-01 19:25:38 -06:00
game_list_p.h citra_qt: Add a game region column 2018-05-01 19:57:01 +02:00
game_list.cpp citra_qt: Add a game region column 2018-05-01 19:57:01 +02:00
game_list.h citra_qt: Add a game region column 2018-05-01 19:57:01 +02:00
hotkeys.cpp Use negative priorities to avoid special-casing the self-include 2016-09-21 00:15:56 -07:00
hotkeys.h Doxygen: Amend minor issues (#2593) 2017-02-26 17:58:51 -08:00
hotkeys.ui Add Configure widget 2016-03-21 20:03:18 +01:00
Info.plist CMake: Fix Info.plist template for citra_qt/OSX 2016-07-21 21:33:54 +01:00
main.cpp citra_qt: camera integration (#3566) 2018-05-11 11:42:23 -06:00
main.h Address more review comments 2018-04-19 10:28:17 -06:00
main.ui Fix multiplayer dropdowns and proxy model 2018-04-19 10:28:17 -06:00
ui_settings.cpp Sources: Run clang-format on everything. 2016-09-18 09:38:01 +09:00
ui_settings.h Logging: Add customizable logging backends and fmtlib based macros 2018-04-23 21:32:56 -06:00