Skip to content

Commit

Permalink
Merged in unported (pull request #196)
Browse files Browse the repository at this point in the history
Move files not ported to v1 to a separate dir for clarity

Approved-by: Nate Koenig <natekoenig@gmail.com>
  • Loading branch information
chapulina committed Apr 4, 2019
2 parents b62f09b + 84943ac commit 64b6171
Show file tree
Hide file tree
Showing 69 changed files with 2 additions and 28 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
19 changes: 0 additions & 19 deletions include/ignition/gui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,9 @@ add_definitions(

set (qt_headers
Application.hh
# BoolWidget.hh
# CollapsibleWidget.hh
# ColorWidget.hh
Dialog.hh
# EditableLabel.hh
# EnumWidget.hh
# GeometryWidget.hh
MainWindow.hh
# MessageWidget.hh
# NumberWidget.hh
Plugin.hh
# Pose3dWidget.hh
# PropertyWidget.hh
# StringWidget.hh
# VariablePill.hh
# VariablePillContainer.hh
# Vector3dWidget.hh
)

set (headers
Expand All @@ -43,8 +29,6 @@ set (headers
Helpers.hh
ign.hh
qt.h
# qwt.h
# QtMetatypes.hh
SearchModel.hh
System.hh
)
Expand Down Expand Up @@ -77,8 +61,5 @@ target_link_libraries(${PROJECT_LIBRARY_TARGET_NAME}

add_subdirectory(plugins)

#ign_install_includes("" ${CMAKE_CURRENT_BINARY_DIR}/${IGN_DESIGNATION}.hh)
#ign_install_includes(${IGN_DESIGNATION} ${headers} ${qt_headers})

ign_install_all_headers()

7 changes: 0 additions & 7 deletions include/ignition/gui/plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,8 @@ set (qt_headers_local
Grid3D
ImageDisplay
Publisher
# Requester
# Responder
Scene3D
TopicEcho
# TopicInterface
# TopicsStats
# TopicViewer
WorldControl
WorldStats
)
Expand Down Expand Up @@ -36,5 +31,3 @@ foreach (src ${qt_headers_local})
)
install (TARGETS ${src} DESTINATION ${IGNITION_GUI_PLUGIN_INSTALL_DIR})
endforeach (src ${qt_headers_local})

#add_subdirectory(plot)
4 changes: 2 additions & 2 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ execute_process(COMMAND cmake -E make_directory ${CMAKE_BINARY_DIR}/test_results
include_directories(${GTEST_INCLUDE_DIRS})

add_subdirectory(integration)
#add_subdirectory(performance)
add_subdirectory(performance)
add_subdirectory(plugins)
#add_subdirectory(regression)
add_subdirectory(regression)

0 comments on commit 64b6171

Please sign in to comment.