Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .bzr-builddeb/default.conf

This file was deleted.

1 change: 1 addition & 0 deletions .bzrignore → .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
/.cproject
/.settings
/.pydevproject
*.qmlc
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ endif()
# API version
set(UNITY_API_MAJOR 0)
set(UNITY_API_MINOR 1)
set(UNITY_API_MICRO 6)
set(UNITY_API_MICRO 7)
set(UNITY_API_VERSION "${UNITY_API_MAJOR}.${UNITY_API_MINOR}.${UNITY_API_MICRO}")

# API library
Expand Down
4 changes: 0 additions & 4 deletions CTestCustom.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,12 @@ SET(CTEST_CUSTOM_MEMCHECK_IGNORE
stand-alone-unity-internal-headers
stand-alone-unity-api-headers
stand-alone-unity-api-internal-headers
stand-alone-unity-scopes-headers
stand-alone-unity-scopes-internal-headers
stand-alone-unity-util-headers
stand-alone-unity-util-internal-headers
clean-public-unity-headers
clean-public-unity-internal-headers
clean-public-unity-api-headers
clean-public-unity-api-internal-headers
clean-public-unity-scopes-headers
clean-public-unity-scopes-internal-headers
clean-public-unity-util-headers
clean-public-unity-util-internal-headers
copyright
Expand Down
4 changes: 2 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Homepage: https://launchpad.net/unity-api
Vcs-Bzr: lp:unity-api
Vcs-Browser: https://code.launchpad.net/unity-api

Package: libunity-api0
Package: libunity-api1
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends},
Expand All @@ -44,7 +44,7 @@ Package: libunity-api-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libunity-api0 (= ${binary:Version}),
Depends: libunity-api1 (= ${binary:Version}),
${misc:Depends},
Description: Header files for Unity API
Library to integrate with the Unity shell (dev files)
Expand Down
1 change: 0 additions & 1 deletion include/unity/shell/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
add_subdirectory(notifications)
add_subdirectory(launcher)
add_subdirectory(application)
add_subdirectory(scopes)

file(GLOB headers "${CMAKE_CURRENT_SOURCE_DIR}/*.h")
file(GLOB internal_headers "${CMAKE_CURRENT_SOURCE_DIR}/internal/*.h")
Expand Down
22 changes: 0 additions & 22 deletions include/unity/shell/scopes/CMakeLists.txt

This file was deleted.

95 changes: 0 additions & 95 deletions include/unity/shell/scopes/CategoriesInterface.h

This file was deleted.

59 changes: 0 additions & 59 deletions include/unity/shell/scopes/ExpandableFilterWidgetInterface.h

This file was deleted.

60 changes: 0 additions & 60 deletions include/unity/shell/scopes/FilterBaseInterface.h

This file was deleted.

75 changes: 0 additions & 75 deletions include/unity/shell/scopes/FiltersInterface.h

This file was deleted.

Loading