[jstest-gtk] branch upstream updated (d81614f -> 3a1752e)
Stephen Kitt
skitt at moszumanska.debian.org
Mon Dec 12 22:11:22 UTC 2016
This is an automated email from the git hooks/post-receive script.
skitt pushed a change to branch upstream
in repository jstest-gtk.
from d81614f Imported Upstream version 0.1.1~git20140501
new 3a1752e New upstream version 0.1.1~git20160825
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
CMakeLists.txt | 74 ++++
README => README.md | 57 +--
SConstruct | 39 --
TODO | 20 +-
data/PS3.png | Bin 0 -> 5285 bytes
external/binreloc-2.0/binreloc.c | 766 ++++++++++++++++++++++++++++++++++++
external/binreloc-2.0/binreloc.h | 80 ++++
src/axis_widget.cpp | 84 ++--
src/axis_widget.hpp | 4 +-
src/button_widget.cpp | 46 +--
src/button_widget.hpp | 4 +-
src/calibrate_maximum_dialog.cpp | 88 ++---
src/calibrate_maximum_dialog.hpp | 4 +-
src/evdev_helper.cpp | 192 ++++-----
src/evdev_helper.hpp | 2 +-
src/joystick.cpp | 522 ++++++++++--------------
src/joystick.hpp | 8 +-
src/joystick_calibration_widget.cpp | 131 +++---
src/joystick_calibration_widget.hpp | 6 +-
src/joystick_configuration.cpp | 36 --
src/joystick_configuration.hpp | 48 ---
src/joystick_description.hpp | 6 +-
src/joystick_list_widget.cpp | 70 ++--
src/joystick_list_widget.hpp | 4 +-
src/joystick_map_widget.cpp | 38 +-
src/joystick_map_widget.hpp | 4 +-
src/joystick_test_widget.cpp | 326 +++++++--------
src/joystick_test_widget.hpp | 22 +-
src/jscfg.cpp | 41 --
src/main.cpp | 234 +++++------
src/main.hpp | 10 +-
src/remap_widget.cpp | 73 ++--
src/remap_widget.hpp | 14 +-
src/rudder_widget.cpp | 58 +--
src/rudder_widget.hpp | 4 +-
src/throttle_widget.cpp | 46 +--
src/throttle_widget.hpp | 4 +-
src/xml_parser.cpp | 178 ---------
src/xml_parser.hpp | 141 -------
src/xml_reader.cpp | 137 -------
src/xml_reader.hpp | 50 ---
src/xml_writer.cpp | 88 -----
src/xml_writer.hpp | 48 ---
43 files changed, 1896 insertions(+), 1911 deletions(-)
create mode 100644 CMakeLists.txt
rename README => README.md (70%)
delete mode 100644 SConstruct
create mode 100644 data/PS3.png
create mode 100644 external/binreloc-2.0/binreloc.c
create mode 100644 external/binreloc-2.0/binreloc.h
delete mode 100644 src/joystick_configuration.cpp
delete mode 100644 src/joystick_configuration.hpp
delete mode 100644 src/jscfg.cpp
delete mode 100644 src/xml_parser.cpp
delete mode 100644 src/xml_parser.hpp
delete mode 100644 src/xml_reader.cpp
delete mode 100644 src/xml_reader.hpp
delete mode 100644 src/xml_writer.cpp
delete mode 100644 src/xml_writer.hpp
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/jstest-gtk.git
More information about the Pkg-games-commits
mailing list