OSDN Git Service

[UI][Qt] Remove unneeded Qt classes from GUI.
authorK.Ohta <whatisthis.sowhat@gmail.com>
Mon, 30 Jan 2017 16:10:49 +0000 (01:10 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Mon, 30 Jan 2017 16:10:49 +0000 (01:10 +0900)
commita6ee56d66189798d0530f36ad22597063a4b206b
tree699afb46c7b5c78f633eb75fe0e3753069b9400d
parent60005bb9d6f7dfaf0cc758a0aa76dfc826ff4adc
[UI][Qt] Remove unneeded Qt classes from GUI.
[BUILD][CMAKE] Add cotire to build with pre-compiled header(s). See https://github.com/sakra/cotire .
55 files changed:
doc/cotire/CMake/cotire.cmake [new file with mode: 0644]
doc/cotire/CMakeLists.txt [new file with mode: 0644]
doc/cotire/HISTORY.md [new file with mode: 0644]
doc/cotire/MANUAL.md [new file with mode: 0644]
doc/cotire/Patches/OpenCV-2.3.1.patch [new file with mode: 0644]
doc/cotire/Patches/README.md [new file with mode: 0644]
doc/cotire/Patches/bullet-2.80-rev2531.patch [new file with mode: 0644]
doc/cotire/Patches/clang-3.0.src.patch [new file with mode: 0644]
doc/cotire/Patches/clang-3.1.src.patch [new file with mode: 0644]
doc/cotire/Patches/clang-3.3.src.patch [new file with mode: 0644]
doc/cotire/Patches/clang-3.4.src.patch [new file with mode: 0644]
doc/cotire/Patches/clang-3.5.src.patch [new file with mode: 0644]
doc/cotire/Patches/clapack-3.2.1-CMAKE.patch [new file with mode: 0644]
doc/cotire/Patches/cmake-2.8.7.patch [new file with mode: 0644]
doc/cotire/Patches/cminpack-1.1.4.patch [new file with mode: 0644]
doc/cotire/Patches/fsedit-qt5.patch [new file with mode: 0644]
doc/cotire/Patches/fseditor-1.0.patch [new file with mode: 0644]
doc/cotire/Patches/hdf5-1.8.8.patch [new file with mode: 0644]
doc/cotire/Patches/libpng-1.5.9.patch [new file with mode: 0644]
doc/cotire/Patches/llvm-3.0.src.patch [new file with mode: 0644]
doc/cotire/Patches/llvm-3.1.src.patch [new file with mode: 0644]
doc/cotire/Patches/llvm-3.3.src.patch [new file with mode: 0644]
doc/cotire/Patches/llvm-3.4.src.patch [new file with mode: 0644]
doc/cotire/Patches/llvm-3.5.src.patch [new file with mode: 0644]
doc/cotire/Patches/yaml-cpp.patch [new file with mode: 0644]
doc/cotire/Patches/zlib-1.2.6.patch [new file with mode: 0644]
doc/cotire/README.md [new file with mode: 0644]
doc/cotire/license [new file with mode: 0644]
doc/cotire/src/CMakeLists.txt [new file with mode: 0644]
doc/cotire/src/example.cpp [new file with mode: 0644]
doc/cotire/src/example.h [new file with mode: 0644]
doc/cotire/src/log.cpp [new file with mode: 0644]
doc/cotire/src/log.h [new file with mode: 0644]
doc/cotire/src/main.cpp [new file with mode: 0644]
source/build-cmake/cmake/config_emufm7.cmake
source/build-cmake/cmake/cotire.cmake [new file with mode: 0644]
source/src/qt/CMakeLists.txt
source/src/qt/avio/CMakeLists.txt
source/src/qt/common/CMakeLists.txt
source/src/qt/emuutils/CMakeLists.txt
source/src/qt/gui/CMakeLists.txt
source/src/qt/gui/commonclasses.h
source/src/qt/gui/display_statusbar.cpp
source/src/qt/gui/mainwidget_base.h
source/src/qt/gui/mainwindow_utils.cpp
source/src/qt/gui/menu_control.cpp
source/src/qt/gui/menu_main.cpp
source/src/qt/gui/menu_metaclass.cpp
source/src/qt/gui/menu_metaclass.h
source/src/qt/gui/menu_screen.cpp
source/src/qt/gui/menu_sound.cpp
source/src/qt/gui/qt_dialogs.h
source/src/qt/gui/sound_dialog.cpp
source/src/qt/osd.h
source/src/qt/osd_sound.cpp