Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove QT HMI API and QT specific RPCs #2330

Merged
merged 4 commits into from
Jul 11, 2018

Conversation

jacobkeeler
Copy link
Contributor

@jacobkeeler jacobkeeler commented Jul 5, 2018

Fixes #1857

This PR is ready for review.

Risk

This PR makes major API changes.

Summary

Removes QT HMI and any logic tied to it, along with the DBus library dependency.

Changelog

Breaking Changes
  • Removal of QT HMI API and any logic relating to specific RPCs from that API (eg. individual Get[SomeVehicleData] RPCs)
Enhancements
  • QT HMI API removed
  • DBus adapter removed

Tasks Remaining:

  • Remove QT HMI API
  • Remove DBUS adapter, if applicable

CLA

@jacobkeeler jacobkeeler changed the base branch from master to develop July 5, 2018 19:22
@jacobkeeler jacobkeeler force-pushed the feature/remove_qt_hmi_api_dbus branch from bf5beda to 5ad3996 Compare July 5, 2018 21:03
…into develop

# Conflicts:
#	src/components/application_manager/CMakeLists.txt
#	src/components/application_manager/include/application_manager/commands/mobile/get_vehicle_data_request.h
#	src/components/application_manager/include/application_manager/commands/mobile/subscribe_vehicle_data_request.h
#	src/components/application_manager/include/application_manager/commands/mobile/unsubscribe_vehicle_data_request.h
#	src/components/application_manager/src/commands/mobile/get_vehicle_data_request.cc
#	src/components/application_manager/src/commands/mobile/subscribe_vehicle_data_request.cc
#	src/components/application_manager/src/commands/mobile/unsubscribe_vehicle_data_request.cc
#	src/components/application_manager/src/hmi_command_factory.cc
#	src/components/application_manager/src/message_helper/message_helper.cc
#	src/components/application_manager/test/commands/hmi/dummy_hmi_commands_test.cc
#	src/components/application_manager/test/commands/hmi/hmi_notifications/hmi_notifications_test.cc
#	src/components/application_manager/test/commands/mobile/get_vehicle_data_request_test.cc
@jacobkeeler jacobkeeler force-pushed the feature/remove_qt_hmi_api_dbus branch from 5ad3996 to b8d3227 Compare July 5, 2018 21:05
@jacobkeeler jacobkeeler merged commit af97446 into develop Jul 11, 2018
@jacobkeeler jacobkeeler deleted the feature/remove_qt_hmi_api_dbus branch July 11, 2018 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants