Merge lp:~ubuntu-tv-developers/ubuntutv/trunk into lp:ubuntutv

Proposed by Anthony
Status: Needs review
Proposed branch: lp:~ubuntu-tv-developers/ubuntutv/trunk
Merge into: lp:ubuntutv
Diff against target: 430908 lines (+419725/-0) (has conflicts)
2097 files modified
.bzr-builddeb/default.conf (+2/-0)
.bzrignore (+6/-0)
AUTHOR-glue (+21/-0)
AUTHORS (+160/-0)
CMakeLists.txt (+310/-0)
CMakeLists.txt.user (+1188/-0)
COPYING (+676/-0)
COPYING.LGPL (+165/-0)
ChangeLog (+62015/-0)
Doxyfile.in (+1236/-0)
HACKING (+50/-0)
INSTALL (+180/-0)
README (+21/-0)
UnityCore/ApplicationPreview.cpp (+102/-0)
UnityCore/ApplicationPreview.h (+58/-0)
UnityCore/AppmenuIndicator.cpp (+37/-0)
UnityCore/AppmenuIndicator.h (+45/-0)
UnityCore/CMakeLists.txt (+162/-0)
UnityCore/Categories.cpp (+58/-0)
UnityCore/Categories.h (+54/-0)
UnityCore/Category.cpp (+64/-0)
UnityCore/Category.h (+54/-0)
UnityCore/CheckOptionFilter.cpp (+124/-0)
UnityCore/CheckOptionFilter.h (+62/-0)
UnityCore/DBusIndicators.cpp (+455/-0)
UnityCore/DBusIndicators.h (+65/-0)
UnityCore/DesktopUtilities.cpp (+174/-0)
UnityCore/DesktopUtilities.h (+46/-0)
UnityCore/FilesystemLenses.cpp (+502/-0)
UnityCore/FilesystemLenses.h (+102/-0)
UnityCore/Filter.cpp (+207/-0)
UnityCore/Filter.h (+120/-0)
UnityCore/Filters.cpp (+96/-0)
UnityCore/Filters.h (+76/-0)
UnityCore/GLibDBusProxy.cpp (+440/-0)
UnityCore/GLibDBusProxy.h (+80/-0)
UnityCore/GLibSignal-inl.h (+61/-0)
UnityCore/GLibSignal.cpp (+133/-0)
UnityCore/GLibSignal.h (+111/-0)
UnityCore/GLibSource.cpp (+396/-0)
UnityCore/GLibSource.h (+236/-0)
UnityCore/GLibWrapper-inl.h (+126/-0)
UnityCore/GLibWrapper.cpp (+136/-0)
UnityCore/GLibWrapper.h (+145/-0)
UnityCore/GenericPreview.cpp (+41/-0)
UnityCore/GenericPreview.h (+47/-0)
UnityCore/HomeLens.cpp (+1249/-0)
UnityCore/HomeLens.h (+96/-0)
UnityCore/Hud.cpp (+257/-0)
UnityCore/Hud.h (+127/-0)
UnityCore/Indicator.cpp (+163/-0)
UnityCore/Indicator.h (+77/-0)
UnityCore/IndicatorEntry.cpp (+242/-0)
UnityCore/IndicatorEntry.h (+132/-0)
UnityCore/Indicators.cpp (+204/-0)
UnityCore/Indicators.h (+133/-0)
UnityCore/Lens.cpp (+910/-0)
UnityCore/Lens.h (+140/-0)
UnityCore/Lenses.h (+57/-0)
UnityCore/Model-inl.h (+213/-0)
UnityCore/Model.h (+102/-0)
UnityCore/ModelRowAdaptor-inl.h (+43/-0)
UnityCore/ModelRowAdaptor.cpp (+95/-0)
UnityCore/ModelRowAdaptor.h (+80/-0)
UnityCore/MoviePreview.cpp (+82/-0)
UnityCore/MoviePreview.h (+55/-0)
UnityCore/MultiRangeFilter.cpp (+212/-0)
UnityCore/MultiRangeFilter.h (+64/-0)
UnityCore/MusicPreview.cpp (+113/-0)
UnityCore/MusicPreview.h (+57/-0)
UnityCore/Preview.cpp (+285/-0)
UnityCore/Preview.h (+151/-0)
UnityCore/RadioOptionFilter.cpp (+139/-0)
UnityCore/RadioOptionFilter.h (+61/-0)
UnityCore/RatingsFilter.cpp (+87/-0)
UnityCore/RatingsFilter.h (+52/-0)
UnityCore/Result.cpp (+61/-0)
UnityCore/Result.h (+61/-0)
UnityCore/ResultIterator.cpp (+140/-0)
UnityCore/ResultIterator.h (+102/-0)
UnityCore/Results.cpp (+68/-0)
UnityCore/Results.h (+58/-0)
UnityCore/SeriesPreview.cpp (+149/-0)
UnityCore/SeriesPreview.h (+73/-0)
UnityCore/SocialPreview.cpp (+105/-0)
UnityCore/SocialPreview.h (+77/-0)
UnityCore/Track.cpp (+66/-0)
UnityCore/Track.h (+68/-0)
UnityCore/Tracks.cpp (+58/-0)
UnityCore/Tracks.h (+54/-0)
UnityCore/Variant.cpp (+225/-0)
UnityCore/Variant.h (+97/-0)
UnityCore/unity-core.pc.cmake (+12/-0)
build/.intltool-merge-cache (+1/-0)
build/CMakeCache.txt (+1505/-0)
build/CMakeFiles/2.8.10.1/CMakeCCompiler.cmake (+55/-0)
build/CMakeFiles/2.8.10.1/CMakeCXXCompiler.cmake (+56/-0)
build/CMakeFiles/2.8.10.1/CMakeSystem.cmake (+15/-0)
build/CMakeFiles/2.8.10.1/CompilerIdC/CMakeCCompilerId.c (+393/-0)
build/CMakeFiles/2.8.10.1/CompilerIdCXX/CMakeCXXCompilerId.cpp (+375/-0)
build/CMakeFiles/CMakeDirectoryInformation.cmake (+16/-0)
build/CMakeFiles/CMakeError.log (+53/-0)
build/CMakeFiles/CMakeOutput.log (+320/-0)
build/CMakeFiles/CMakeRuleHashes.txt (+143/-0)
build/CMakeFiles/Makefile.cmake (+258/-0)
build/CMakeFiles/Makefile2 (+4848/-0)
build/CMakeFiles/TargetDirectories.txt (+84/-0)
build/CMakeFiles/cmake.check_cache (+1/-0)
build/CMakeFiles/dist.dir/DependInfo.cmake (+21/-0)
build/CMakeFiles/dist.dir/build.make (+69/-0)
build/CMakeFiles/dist.dir/cmake_clean.cmake (+9/-0)
build/CMakeFiles/dist.dir/progress.make (+1/-0)
build/CMakeFiles/distcheck.dir/DependInfo.cmake (+21/-0)
build/CMakeFiles/distcheck.dir/build.make (+69/-0)
build/CMakeFiles/distcheck.dir/cmake_clean.cmake (+9/-0)
build/CMakeFiles/distcheck.dir/progress.make (+1/-0)
build/CMakeFiles/doxygen.dir/DependInfo.cmake (+21/-0)
build/CMakeFiles/doxygen.dir/build.make (+69/-0)
build/CMakeFiles/doxygen.dir/cmake_clean.cmake (+9/-0)
build/CMakeFiles/doxygen.dir/progress.make (+1/-0)
build/CMakeFiles/post-distcheck.dir/DependInfo.cmake (+21/-0)
build/CMakeFiles/post-distcheck.dir/build.make (+69/-0)
build/CMakeFiles/post-distcheck.dir/cmake_clean.cmake (+9/-0)
build/CMakeFiles/post-distcheck.dir/progress.make (+1/-0)
build/CMakeFiles/pre-distcheck.dir/DependInfo.cmake (+21/-0)
build/CMakeFiles/pre-distcheck.dir/build.make (+69/-0)
build/CMakeFiles/pre-distcheck.dir/cmake_clean.cmake (+9/-0)
build/CMakeFiles/pre-distcheck.dir/progress.make (+1/-0)
build/CMakeFiles/progress.marks (+1/-0)
build/CMakeFiles/release.dir/DependInfo.cmake (+21/-0)
build/CMakeFiles/release.dir/build.make (+68/-0)
build/CMakeFiles/release.dir/cmake_clean.cmake (+9/-0)
build/CMakeFiles/release.dir/progress.make (+1/-0)
build/CMakeFiles/translations.dir/DependInfo.cmake (+21/-0)
build/CMakeFiles/translations.dir/build.make (+68/-0)
build/CMakeFiles/translations.dir/cmake_clean.cmake (+9/-0)
build/CMakeFiles/translations.dir/progress.make (+1/-0)
build/CMakeFiles/translations_1.dir/DependInfo.cmake (+21/-0)
build/CMakeFiles/translations_1.dir/build.make (+352/-0)
build/CMakeFiles/translations_1.dir/cmake_clean.cmake (+41/-0)
build/CMakeFiles/translations_1.dir/depend.internal (+3/-0)
build/CMakeFiles/translations_1.dir/depend.make (+3/-0)
build/CMakeFiles/translations_1.dir/progress.make (+33/-0)
build/Doxyfile (+1236/-0)
build/Makefile (+1346/-0)
build/UnityCore/CMakeFiles/CMakeDirectoryInformation.cmake (+16/-0)
build/UnityCore/CMakeFiles/progress.marks (+1/-0)
build/UnityCore/CMakeFiles/unity-core-6.0.dir/CXX.includecache (+2730/-0)
build/UnityCore/CMakeFiles/unity-core-6.0.dir/DependInfo.cmake (+83/-0)
build/UnityCore/CMakeFiles/unity-core-6.0.dir/build.make (+1020/-0)
build/UnityCore/CMakeFiles/unity-core-6.0.dir/cmake_clean.cmake (+47/-0)
build/UnityCore/CMakeFiles/unity-core-6.0.dir/depend.internal (+8527/-0)
build/UnityCore/CMakeFiles/unity-core-6.0.dir/depend.make (+8527/-0)
build/UnityCore/CMakeFiles/unity-core-6.0.dir/flags.make (+8/-0)
build/UnityCore/CMakeFiles/unity-core-6.0.dir/link.txt (+1/-0)
build/UnityCore/CMakeFiles/unity-core-6.0.dir/progress.make (+37/-0)
build/UnityCore/Makefile (+1157/-0)
build/UnityCore/cmake_install.cmake (+137/-0)
build/UnityCore/unity-core-6.0.pc (+12/-0)
build/bin/unity (+187/-0)
build/cmake_install.cmake (+371/-0)
build/cmake_uninstall.cmake (+22/-0)
build/config.h (+14/-0)
build/dash/CMakeFiles/CMakeDirectoryInformation.cmake (+16/-0)
build/dash/CMakeFiles/dash-lib.dir/CXX.includecache (+100/-0)
build/dash/CMakeFiles/dash-lib.dir/DependInfo.cmake (+69/-0)
build/dash/CMakeFiles/dash-lib.dir/build.make (+730/-0)
build/dash/CMakeFiles/dash-lib.dir/cmake_clean.cmake (+34/-0)
build/dash/CMakeFiles/dash-lib.dir/cmake_clean_target.cmake (+3/-0)
build/dash/CMakeFiles/dash-lib.dir/depend.internal (+514/-0)
build/dash/CMakeFiles/dash-lib.dir/depend.make (+514/-0)
build/dash/CMakeFiles/dash-lib.dir/flags.make (+8/-0)
build/dash/CMakeFiles/dash-lib.dir/link.txt (+2/-0)
build/dash/CMakeFiles/dash-lib.dir/progress.make (+26/-0)
build/dash/CMakeFiles/dash.dir/CXX.includecache (+694/-0)
build/dash/CMakeFiles/dash.dir/DependInfo.cmake (+46/-0)
build/dash/CMakeFiles/dash.dir/build.make (+109/-0)
build/dash/CMakeFiles/dash.dir/cmake_clean.cmake (+10/-0)
build/dash/CMakeFiles/dash.dir/depend.internal (+60/-0)
build/dash/CMakeFiles/dash.dir/depend.make (+60/-0)
build/dash/CMakeFiles/dash.dir/flags.make (+8/-0)
build/dash/CMakeFiles/dash.dir/link.txt (+1/-0)
build/dash/CMakeFiles/dash.dir/progress.make (+2/-0)
build/dash/CMakeFiles/progress.marks (+1/-0)
build/dash/CMakeFiles/tv-lib.dir/CXX.includecache (+720/-0)
build/dash/CMakeFiles/tv-lib.dir/DependInfo.cmake (+69/-0)
build/dash/CMakeFiles/tv-lib.dir/build.make (+730/-0)
build/dash/CMakeFiles/tv-lib.dir/cmake_clean.cmake (+34/-0)
build/dash/CMakeFiles/tv-lib.dir/cmake_clean_target.cmake (+3/-0)
build/dash/CMakeFiles/tv-lib.dir/depend.internal (+514/-0)
build/dash/CMakeFiles/tv-lib.dir/depend.make (+514/-0)
build/dash/CMakeFiles/tv-lib.dir/flags.make (+8/-0)
build/dash/CMakeFiles/tv-lib.dir/link.txt (+2/-0)
build/dash/CMakeFiles/tv-lib.dir/progress.make (+26/-0)
build/dash/CMakeFiles/tv.dir/CXX.includecache (+694/-0)
build/dash/CMakeFiles/tv.dir/DependInfo.cmake (+46/-0)
build/dash/CMakeFiles/tv.dir/build.make (+109/-0)
build/dash/CMakeFiles/tv.dir/cmake_clean.cmake (+10/-0)
build/dash/CMakeFiles/tv.dir/depend.internal (+60/-0)
build/dash/CMakeFiles/tv.dir/depend.make (+60/-0)
build/dash/CMakeFiles/tv.dir/flags.make (+8/-0)
build/dash/CMakeFiles/tv.dir/link.txt (+1/-0)
build/dash/CMakeFiles/tv.dir/progress.make (+2/-0)
build/dash/Makefile (+902/-0)
build/dash/cmake_install.cmake (+41/-0)
build/dash/ff-tv/CMakeFiles/CMakeDirectoryInformation.cmake (+16/-0)
build/dash/ff-tv/CMakeFiles/dash-lib.dir/CXX.includecache (+298/-0)
build/dash/ff-tv/CMakeFiles/dash-lib.dir/DependInfo.cmake (+85/-0)
build/dash/ff-tv/CMakeFiles/dash-lib.dir/build.make (+730/-0)
build/dash/ff-tv/CMakeFiles/dash-lib.dir/cmake_clean.cmake (+34/-0)
build/dash/ff-tv/CMakeFiles/dash-lib.dir/cmake_clean_target.cmake (+3/-0)
build/dash/ff-tv/CMakeFiles/dash-lib.dir/depend.internal (+514/-0)
build/dash/ff-tv/CMakeFiles/dash-lib.dir/depend.make (+514/-0)
build/dash/ff-tv/CMakeFiles/dash-lib.dir/flags.make (+8/-0)
build/dash/ff-tv/CMakeFiles/dash-lib.dir/link.txt (+2/-0)
build/dash/ff-tv/CMakeFiles/dash-lib.dir/progress.make (+26/-0)
build/dash/ff-tv/CMakeFiles/dash.dir/CXX.includecache (+698/-0)
build/dash/ff-tv/CMakeFiles/dash.dir/DependInfo.cmake (+62/-0)
build/dash/ff-tv/CMakeFiles/dash.dir/build.make (+109/-0)
build/dash/ff-tv/CMakeFiles/dash.dir/cmake_clean.cmake (+10/-0)
build/dash/ff-tv/CMakeFiles/dash.dir/depend.internal (+60/-0)
build/dash/ff-tv/CMakeFiles/dash.dir/depend.make (+60/-0)
build/dash/ff-tv/CMakeFiles/dash.dir/flags.make (+8/-0)
build/dash/ff-tv/CMakeFiles/dash.dir/link.txt (+1/-0)
build/dash/ff-tv/CMakeFiles/dash.dir/progress.make (+2/-0)
build/dash/ff-tv/CMakeFiles/progress.marks (+1/-0)
build/dash/ff-tv/CMakeFiles/tv-lib.dir/CXX.includecache (+764/-0)
build/dash/ff-tv/CMakeFiles/tv-lib.dir/DependInfo.cmake (+85/-0)
build/dash/ff-tv/CMakeFiles/tv-lib.dir/build.make (+730/-0)
build/dash/ff-tv/CMakeFiles/tv-lib.dir/cmake_clean.cmake (+34/-0)
build/dash/ff-tv/CMakeFiles/tv-lib.dir/cmake_clean_target.cmake (+3/-0)
build/dash/ff-tv/CMakeFiles/tv-lib.dir/depend.internal (+514/-0)
build/dash/ff-tv/CMakeFiles/tv-lib.dir/depend.make (+514/-0)
build/dash/ff-tv/CMakeFiles/tv-lib.dir/flags.make (+8/-0)
build/dash/ff-tv/CMakeFiles/tv-lib.dir/link.txt (+2/-0)
build/dash/ff-tv/CMakeFiles/tv-lib.dir/progress.make (+26/-0)
build/dash/ff-tv/CMakeFiles/tv.dir/CXX.includecache (+700/-0)
build/dash/ff-tv/CMakeFiles/tv.dir/DependInfo.cmake (+62/-0)
build/dash/ff-tv/CMakeFiles/tv.dir/build.make (+109/-0)
build/dash/ff-tv/CMakeFiles/tv.dir/cmake_clean.cmake (+10/-0)
build/dash/ff-tv/CMakeFiles/tv.dir/depend.internal (+60/-0)
build/dash/ff-tv/CMakeFiles/tv.dir/depend.make (+60/-0)
build/dash/ff-tv/CMakeFiles/tv.dir/flags.make (+8/-0)
build/dash/ff-tv/CMakeFiles/tv.dir/link.txt (+1/-0)
build/dash/ff-tv/CMakeFiles/tv.dir/progress.make (+2/-0)
build/dash/ff-tv/Makefile (+902/-0)
build/dash/ff-tv/cmake_install.cmake (+34/-0)
build/dash/previews/CMakeFiles/CMakeDirectoryInformation.cmake (+16/-0)
build/dash/previews/CMakeFiles/app_previews.dir/CXX.includecache (+224/-0)
build/dash/previews/CMakeFiles/app_previews.dir/DependInfo.cmake (+61/-0)
build/dash/previews/CMakeFiles/app_previews.dir/build.make (+107/-0)
build/dash/previews/CMakeFiles/app_previews.dir/cmake_clean.cmake (+10/-0)
build/dash/previews/CMakeFiles/app_previews.dir/depend.internal (+23/-0)
build/dash/previews/CMakeFiles/app_previews.dir/depend.make (+23/-0)
build/dash/previews/CMakeFiles/app_previews.dir/flags.make (+8/-0)
build/dash/previews/CMakeFiles/app_previews.dir/link.txt (+1/-0)
build/dash/previews/CMakeFiles/app_previews.dir/progress.make (+2/-0)
build/dash/previews/CMakeFiles/channel_previews.dir/CXX.includecache (+224/-0)
build/dash/previews/CMakeFiles/channel_previews.dir/DependInfo.cmake (+61/-0)
build/dash/previews/CMakeFiles/channel_previews.dir/build.make (+107/-0)
build/dash/previews/CMakeFiles/channel_previews.dir/cmake_clean.cmake (+10/-0)
build/dash/previews/CMakeFiles/channel_previews.dir/depend.internal (+23/-0)
build/dash/previews/CMakeFiles/channel_previews.dir/depend.make (+23/-0)
build/dash/previews/CMakeFiles/channel_previews.dir/flags.make (+8/-0)
build/dash/previews/CMakeFiles/channel_previews.dir/link.txt (+1/-0)
build/dash/previews/CMakeFiles/channel_previews.dir/progress.make (+2/-0)
build/dash/previews/CMakeFiles/movie_previews.dir/CXX.includecache (+224/-0)
build/dash/previews/CMakeFiles/movie_previews.dir/DependInfo.cmake (+61/-0)
build/dash/previews/CMakeFiles/movie_previews.dir/build.make (+107/-0)
build/dash/previews/CMakeFiles/movie_previews.dir/cmake_clean.cmake (+10/-0)
build/dash/previews/CMakeFiles/movie_previews.dir/depend.internal (+23/-0)
build/dash/previews/CMakeFiles/movie_previews.dir/depend.make (+23/-0)
build/dash/previews/CMakeFiles/movie_previews.dir/flags.make (+8/-0)
build/dash/previews/CMakeFiles/movie_previews.dir/link.txt (+1/-0)
build/dash/previews/CMakeFiles/movie_previews.dir/progress.make (+2/-0)
build/dash/previews/CMakeFiles/music_previews.dir/CXX.includecache (+356/-0)
build/dash/previews/CMakeFiles/music_previews.dir/DependInfo.cmake (+61/-0)
build/dash/previews/CMakeFiles/music_previews.dir/build.make (+107/-0)
build/dash/previews/CMakeFiles/music_previews.dir/cmake_clean.cmake (+10/-0)
build/dash/previews/CMakeFiles/music_previews.dir/depend.internal (+36/-0)
build/dash/previews/CMakeFiles/music_previews.dir/depend.make (+36/-0)
build/dash/previews/CMakeFiles/music_previews.dir/flags.make (+8/-0)
build/dash/previews/CMakeFiles/music_previews.dir/link.txt (+1/-0)
build/dash/previews/CMakeFiles/music_previews.dir/progress.make (+2/-0)
build/dash/previews/CMakeFiles/previews-lib.dir/CXX.includecache (+840/-0)
build/dash/previews/CMakeFiles/previews-lib.dir/DependInfo.cmake (+75/-0)
build/dash/previews/CMakeFiles/previews-lib.dir/build.make (+496/-0)
build/dash/previews/CMakeFiles/previews-lib.dir/cmake_clean.cmake (+25/-0)
build/dash/previews/CMakeFiles/previews-lib.dir/cmake_clean_target.cmake (+3/-0)
build/dash/previews/CMakeFiles/previews-lib.dir/depend.internal (+303/-0)
build/dash/previews/CMakeFiles/previews-lib.dir/depend.make (+303/-0)
build/dash/previews/CMakeFiles/previews-lib.dir/flags.make (+8/-0)
build/dash/previews/CMakeFiles/previews-lib.dir/link.txt (+2/-0)
build/dash/previews/CMakeFiles/previews-lib.dir/progress.make (+17/-0)
build/dash/previews/CMakeFiles/progress.marks (+1/-0)
build/dash/previews/CMakeFiles/social_previews.dir/CXX.includecache (+224/-0)
build/dash/previews/CMakeFiles/social_previews.dir/DependInfo.cmake (+61/-0)
build/dash/previews/CMakeFiles/social_previews.dir/build.make (+107/-0)
build/dash/previews/CMakeFiles/social_previews.dir/cmake_clean.cmake (+10/-0)
build/dash/previews/CMakeFiles/social_previews.dir/depend.internal (+23/-0)
build/dash/previews/CMakeFiles/social_previews.dir/depend.make (+23/-0)
build/dash/previews/CMakeFiles/social_previews.dir/flags.make (+8/-0)
build/dash/previews/CMakeFiles/social_previews.dir/link.txt (+1/-0)
build/dash/previews/CMakeFiles/social_previews.dir/progress.make (+2/-0)
build/dash/previews/Makefile (+827/-0)
build/dash/previews/cmake_install.cmake (+34/-0)
build/doc/CMakeFiles/CMakeDirectoryInformation.cmake (+16/-0)
build/doc/CMakeFiles/doc-rawman.dir/DependInfo.cmake (+21/-0)
build/doc/CMakeFiles/doc-rawman.dir/build.make (+68/-0)
build/doc/CMakeFiles/doc-rawman.dir/cmake_clean.cmake (+8/-0)
build/doc/CMakeFiles/doc-rawman.dir/depend.internal (+3/-0)
build/doc/CMakeFiles/doc-rawman.dir/depend.make (+3/-0)
build/doc/CMakeFiles/doc-rawman.dir/progress.make (+1/-0)
build/doc/CMakeFiles/progress.marks (+1/-0)
build/doc/Makefile (+185/-0)
build/doc/cmake_install.cmake (+42/-0)
build/generated/glib-2.0/schemas/org.compiz.networkarearegion.gschema.xml (+4/-0)
build/generated/glib-2.0/schemas/org.compiz.unitydialog.gschema.xml (+15/-0)
build/generated/glib-2.0/schemas/org.compiz.unitymtgrabhandles.gschema.xml (+25/-0)
build/generated/networkarearegion.xml (+15/-0)
build/generated/networkarearegion_options.cpp (+61/-0)
build/generated/networkarearegion_options.h (+45/-0)
build/generated/unitydialog.xml (+39/-0)
build/generated/unitydialog_options.cpp (+100/-0)
build/generated/unitydialog_options.h (+93/-0)
build/generated/unitymtgrabhandles.xml (+43/-0)
build/generated/unitymtgrabhandles_options.cpp (+124/-0)
build/generated/unitymtgrabhandles_options.h (+151/-0)
build/gnome/50-unity-launchers.xml (+6/-0)
build/gnome/CMakeFiles/CMakeDirectoryInformation.cmake (+16/-0)
build/gnome/CMakeFiles/progress.marks (+1/-0)
build/gnome/CMakeFiles/unity-gnome-keybindings.dir/DependInfo.cmake (+23/-0)
build/gnome/CMakeFiles/unity-gnome-keybindings.dir/build.make (+74/-0)
build/gnome/CMakeFiles/unity-gnome-keybindings.dir/cmake_clean.cmake (+9/-0)
build/gnome/CMakeFiles/unity-gnome-keybindings.dir/depend.internal (+3/-0)
build/gnome/CMakeFiles/unity-gnome-keybindings.dir/depend.make (+3/-0)
build/gnome/CMakeFiles/unity-gnome-keybindings.dir/progress.make (+2/-0)
build/gnome/CTestTestfile.cmake (+6/-0)
build/gnome/Makefile (+185/-0)
build/gnome/cmake_install.cmake (+46/-0)
build/gtest/CMakeFiles/CMakeDirectoryInformation.cmake (+16/-0)
build/gtest/CMakeFiles/gtest.dir/CXX.includecache (+238/-0)
build/gtest/CMakeFiles/gtest.dir/DependInfo.cmake (+28/-0)
build/gtest/CMakeFiles/gtest.dir/build.make (+106/-0)
build/gtest/CMakeFiles/gtest.dir/cmake_clean.cmake (+10/-0)
build/gtest/CMakeFiles/gtest.dir/cmake_clean_target.cmake (+3/-0)
build/gtest/CMakeFiles/gtest.dir/depend.internal (+13/-0)
build/gtest/CMakeFiles/gtest.dir/depend.make (+13/-0)
build/gtest/CMakeFiles/gtest.dir/flags.make (+10/-0)
build/gtest/CMakeFiles/gtest.dir/link.txt (+2/-0)
build/gtest/CMakeFiles/gtest.dir/progress.make (+2/-0)
build/gtest/CMakeFiles/gtest_main.dir/CXX.includecache (+14/-0)
build/gtest/CMakeFiles/gtest_main.dir/DependInfo.cmake (+29/-0)
build/gtest/CMakeFiles/gtest_main.dir/build.make (+106/-0)
build/gtest/CMakeFiles/gtest_main.dir/cmake_clean.cmake (+10/-0)
build/gtest/CMakeFiles/gtest_main.dir/cmake_clean_target.cmake (+3/-0)
build/gtest/CMakeFiles/gtest_main.dir/depend.internal (+5/-0)
build/gtest/CMakeFiles/gtest_main.dir/depend.make (+5/-0)
build/gtest/CMakeFiles/gtest_main.dir/flags.make (+10/-0)
build/gtest/CMakeFiles/gtest_main.dir/link.txt (+2/-0)
build/gtest/CMakeFiles/gtest_main.dir/progress.make (+2/-0)
build/gtest/CMakeFiles/progress.marks (+1/-0)
build/gtest/Makefile (+254/-0)
build/gtest/cmake_install.cmake (+34/-0)
build/gtest/gtest.cbp (+320/-0)
build/guides/CMakeFiles/CMakeDirectoryInformation.cmake (+16/-0)
build/guides/CMakeFiles/guides.dir/DependInfo.cmake (+21/-0)
build/guides/CMakeFiles/guides.dir/build.make (+82/-0)
build/guides/CMakeFiles/guides.dir/cmake_clean.cmake (+10/-0)
build/guides/CMakeFiles/guides.dir/depend.internal (+3/-0)
build/guides/CMakeFiles/guides.dir/depend.make (+3/-0)
build/guides/CMakeFiles/guides.dir/progress.make (+3/-0)
build/guides/CMakeFiles/progress.marks (+1/-0)
build/guides/Makefile (+185/-0)
build/guides/cmake_install.cmake (+34/-0)
build/guides/cppguide.html (+4809/-0)
build/guides/guides.cbp (+254/-0)
build/guides/styleguide.css (+147/-0)
build/hud/CMakeFiles/CMakeDirectoryInformation.cmake (+16/-0)
build/hud/CMakeFiles/hud-lib.dir/CXX.includecache (+508/-0)
build/hud/CMakeFiles/hud-lib.dir/DependInfo.cmake (+49/-0)
build/hud/CMakeFiles/hud-lib.dir/build.make (+262/-0)
build/hud/CMakeFiles/hud-lib.dir/cmake_clean.cmake (+16/-0)
build/hud/CMakeFiles/hud-lib.dir/cmake_clean_target.cmake (+3/-0)
build/hud/CMakeFiles/hud-lib.dir/depend.internal (+105/-0)
build/hud/CMakeFiles/hud-lib.dir/depend.make (+105/-0)
build/hud/CMakeFiles/hud-lib.dir/flags.make (+8/-0)
build/hud/CMakeFiles/hud-lib.dir/link.txt (+2/-0)
build/hud/CMakeFiles/hud-lib.dir/progress.make (+8/-0)
build/hud/CMakeFiles/hud.dir/CXX.includecache (+326/-0)
build/hud/CMakeFiles/hud.dir/DependInfo.cmake (+45/-0)
build/hud/CMakeFiles/hud.dir/build.make (+107/-0)
build/hud/CMakeFiles/hud.dir/cmake_clean.cmake (+10/-0)
build/hud/CMakeFiles/hud.dir/depend.internal (+32/-0)
build/hud/CMakeFiles/hud.dir/depend.make (+32/-0)
build/hud/CMakeFiles/hud.dir/flags.make (+8/-0)
build/hud/CMakeFiles/hud.dir/link.txt (+1/-0)
build/hud/CMakeFiles/hud.dir/progress.make (+2/-0)
build/hud/CMakeFiles/progress.marks (+1/-0)
build/hud/Makefile (+416/-0)
build/hud/cmake_install.cmake (+34/-0)
build/launcher/CMakeFiles/CMakeDirectoryInformation.cmake (+16/-0)
build/launcher/CMakeFiles/launcher-lib.dir/CXX.includecache (+1242/-0)
build/launcher/CMakeFiles/launcher-lib.dir/DependInfo.cmake (+91/-0)
build/launcher/CMakeFiles/launcher-lib.dir/build.make (+1328/-0)
build/launcher/CMakeFiles/launcher-lib.dir/cmake_clean.cmake (+57/-0)
build/launcher/CMakeFiles/launcher-lib.dir/cmake_clean_target.cmake (+3/-0)
build/launcher/CMakeFiles/launcher-lib.dir/depend.internal (+853/-0)
build/launcher/CMakeFiles/launcher-lib.dir/depend.make (+853/-0)
build/launcher/CMakeFiles/launcher-lib.dir/flags.make (+8/-0)
build/launcher/CMakeFiles/launcher-lib.dir/link.txt (+2/-0)
build/launcher/CMakeFiles/launcher-lib.dir/progress.make (+49/-0)
build/launcher/CMakeFiles/launcher.dir/CXX.includecache (+538/-0)
build/launcher/CMakeFiles/launcher.dir/DependInfo.cmake (+46/-0)
build/launcher/CMakeFiles/launcher.dir/build.make (+108/-0)
build/launcher/CMakeFiles/launcher.dir/cmake_clean.cmake (+10/-0)
build/launcher/CMakeFiles/launcher.dir/depend.internal (+49/-0)
build/launcher/CMakeFiles/launcher.dir/depend.make (+49/-0)
build/launcher/CMakeFiles/launcher.dir/flags.make (+8/-0)
build/launcher/CMakeFiles/launcher.dir/link.txt (+1/-0)
build/launcher/CMakeFiles/launcher.dir/progress.make (+2/-0)
build/launcher/CMakeFiles/progress.marks (+1/-0)
build/launcher/CMakeFiles/switcher-lib.dir/CXX.includecache (+324/-0)
build/launcher/CMakeFiles/switcher-lib.dir/DependInfo.cmake (+45/-0)
build/launcher/CMakeFiles/switcher-lib.dir/build.make (+158/-0)
build/launcher/CMakeFiles/switcher-lib.dir/cmake_clean.cmake (+12/-0)
build/launcher/CMakeFiles/switcher-lib.dir/cmake_clean_target.cmake (+3/-0)
build/launcher/CMakeFiles/switcher-lib.dir/depend.internal (+67/-0)
build/launcher/CMakeFiles/switcher-lib.dir/depend.make (+67/-0)
build/launcher/CMakeFiles/switcher-lib.dir/flags.make (+8/-0)
build/launcher/CMakeFiles/switcher-lib.dir/link.txt (+2/-0)
build/launcher/CMakeFiles/switcher-lib.dir/progress.make (+4/-0)
build/launcher/CMakeFiles/switcher.dir/CXX.includecache (+330/-0)
build/launcher/CMakeFiles/switcher.dir/DependInfo.cmake (+47/-0)
build/launcher/CMakeFiles/switcher.dir/build.make (+109/-0)
build/launcher/CMakeFiles/switcher.dir/cmake_clean.cmake (+10/-0)
build/launcher/CMakeFiles/switcher.dir/depend.internal (+30/-0)
build/launcher/CMakeFiles/switcher.dir/depend.make (+30/-0)
build/launcher/CMakeFiles/switcher.dir/flags.make (+8/-0)
build/launcher/CMakeFiles/switcher.dir/link.txt (+1/-0)
build/launcher/CMakeFiles/switcher.dir/progress.make (+2/-0)
build/launcher/Makefile (+1661/-0)
build/launcher/cmake_install.cmake (+34/-0)
build/panel/CMakeFiles/CMakeDirectoryInformation.cmake (+16/-0)
build/panel/CMakeFiles/panel-lib.dir/CXX.includecache (+538/-0)
build/panel/CMakeFiles/panel-lib.dir/DependInfo.cmake (+50/-0)
build/panel/CMakeFiles/panel-lib.dir/build.make (+288/-0)
build/panel/CMakeFiles/panel-lib.dir/cmake_clean.cmake (+17/-0)
build/panel/CMakeFiles/panel-lib.dir/cmake_clean_target.cmake (+3/-0)
build/panel/CMakeFiles/panel-lib.dir/depend.internal (+150/-0)
build/panel/CMakeFiles/panel-lib.dir/depend.make (+150/-0)
build/panel/CMakeFiles/panel-lib.dir/flags.make (+8/-0)
build/panel/CMakeFiles/panel-lib.dir/link.txt (+2/-0)
build/panel/CMakeFiles/panel-lib.dir/progress.make (+9/-0)
build/panel/CMakeFiles/panel.dir/CXX.includecache (+322/-0)
build/panel/CMakeFiles/panel.dir/DependInfo.cmake (+46/-0)
build/panel/CMakeFiles/panel.dir/build.make (+108/-0)
build/panel/CMakeFiles/panel.dir/cmake_clean.cmake (+10/-0)
build/panel/CMakeFiles/panel.dir/depend.internal (+31/-0)
build/panel/CMakeFiles/panel.dir/depend.make (+31/-0)
build/panel/CMakeFiles/panel.dir/flags.make (+8/-0)
build/panel/CMakeFiles/panel.dir/link.txt (+1/-0)
build/panel/CMakeFiles/panel.dir/progress.make (+2/-0)
build/panel/CMakeFiles/progress.marks (+1/-0)
build/panel/Makefile (+443/-0)
build/panel/cmake_install.cmake (+34/-0)
build/plugins/networkarearegion/CMakeFiles/CMakeDirectoryInformation.cmake (+16/-0)
build/plugins/networkarearegion/CMakeFiles/authors.dir/DependInfo.cmake (+40/-0)
build/plugins/networkarearegion/CMakeFiles/authors.dir/build.make (+71/-0)
build/plugins/networkarearegion/CMakeFiles/authors.dir/cmake_clean.cmake (+8/-0)
build/plugins/networkarearegion/CMakeFiles/authors.dir/progress.make (+2/-0)
build/plugins/networkarearegion/CMakeFiles/compiz_gsettings_compile_local.dir/DependInfo.cmake (+40/-0)
build/plugins/networkarearegion/CMakeFiles/compiz_gsettings_compile_local.dir/build.make (+74/-0)
build/plugins/networkarearegion/CMakeFiles/compiz_gsettings_compile_local.dir/cmake_clean.cmake (+9/-0)
build/plugins/networkarearegion/CMakeFiles/compiz_gsettings_compile_local.dir/depend.internal (+3/-0)
build/plugins/networkarearegion/CMakeFiles/compiz_gsettings_compile_local.dir/depend.make (+3/-0)
build/plugins/networkarearegion/CMakeFiles/compiz_gsettings_compile_local.dir/progress.make (+2/-0)
build/plugins/networkarearegion/CMakeFiles/dist.dir/DependInfo.cmake (+40/-0)
build/plugins/networkarearegion/CMakeFiles/dist.dir/build.make (+69/-0)
build/plugins/networkarearegion/CMakeFiles/dist.dir/cmake_clean.cmake (+8/-0)
build/plugins/networkarearegion/CMakeFiles/dist.dir/progress.make (+1/-0)
build/plugins/networkarearegion/CMakeFiles/distcheck.dir/DependInfo.cmake (+40/-0)
build/plugins/networkarearegion/CMakeFiles/distcheck.dir/build.make (+69/-0)
build/plugins/networkarearegion/CMakeFiles/distcheck.dir/cmake_clean.cmake (+8/-0)
build/plugins/networkarearegion/CMakeFiles/distcheck.dir/progress.make (+1/-0)
build/plugins/networkarearegion/CMakeFiles/networkarearegion-options.dir/DependInfo.cmake (+45/-0)
build/plugins/networkarearegion/CMakeFiles/networkarearegion-options.dir/build.make (+104/-0)
build/plugins/networkarearegion/CMakeFiles/networkarearegion-options.dir/cmake_clean.cmake (+11/-0)
build/plugins/networkarearegion/CMakeFiles/networkarearegion-options.dir/progress.make (+4/-0)
build/plugins/networkarearegion/CMakeFiles/networkarearegion.dir/CXX.includecache (+364/-0)
build/plugins/networkarearegion/CMakeFiles/networkarearegion.dir/DependInfo.cmake (+46/-0)
build/plugins/networkarearegion/CMakeFiles/networkarearegion.dir/build.make (+155/-0)
build/plugins/networkarearegion/CMakeFiles/networkarearegion.dir/cmake_clean.cmake (+15/-0)
build/plugins/networkarearegion/CMakeFiles/networkarearegion.dir/depend.internal (+78/-0)
build/plugins/networkarearegion/CMakeFiles/networkarearegion.dir/depend.make (+78/-0)
build/plugins/networkarearegion/CMakeFiles/networkarearegion.dir/flags.make (+10/-0)
build/plugins/networkarearegion/CMakeFiles/networkarearegion.dir/link.txt (+1/-0)
build/plugins/networkarearegion/CMakeFiles/networkarearegion.dir/progress.make (+7/-0)
build/plugins/networkarearegion/CMakeFiles/networkarearegion_gsettings_schema.dir/DependInfo.cmake (+40/-0)
build/plugins/networkarearegion/CMakeFiles/networkarearegion_gsettings_schema.dir/build.make (+80/-0)
build/plugins/networkarearegion/CMakeFiles/networkarearegion_gsettings_schema.dir/cmake_clean.cmake (+10/-0)
build/plugins/networkarearegion/CMakeFiles/networkarearegion_gsettings_schema.dir/depend.internal (+3/-0)
build/plugins/networkarearegion/CMakeFiles/networkarearegion_gsettings_schema.dir/depend.make (+3/-0)
build/plugins/networkarearegion/CMakeFiles/networkarearegion_gsettings_schema.dir/progress.make (+3/-0)
build/plugins/networkarearegion/CMakeFiles/news-header.dir/DependInfo.cmake (+40/-0)
build/plugins/networkarearegion/CMakeFiles/news-header.dir/build.make (+72/-0)
build/plugins/networkarearegion/CMakeFiles/news-header.dir/cmake_clean.cmake (+8/-0)
build/plugins/networkarearegion/CMakeFiles/news-header.dir/progress.make (+2/-0)
build/plugins/networkarearegion/CMakeFiles/news.dir/DependInfo.cmake (+40/-0)
build/plugins/networkarearegion/CMakeFiles/news.dir/build.make (+69/-0)
build/plugins/networkarearegion/CMakeFiles/news.dir/cmake_clean.cmake (+8/-0)
build/plugins/networkarearegion/CMakeFiles/news.dir/progress.make (+1/-0)
build/plugins/networkarearegion/CMakeFiles/progress.marks (+1/-0)
build/plugins/networkarearegion/CMakeFiles/push-master.dir/DependInfo.cmake (+40/-0)
build/plugins/networkarearegion/CMakeFiles/push-master.dir/build.make (+68/-0)
build/plugins/networkarearegion/CMakeFiles/push-master.dir/cmake_clean.cmake (+8/-0)
build/plugins/networkarearegion/CMakeFiles/push-master.dir/progress.make (+1/-0)
build/plugins/networkarearegion/CMakeFiles/push-release-branch.dir/DependInfo.cmake (+40/-0)
build/plugins/networkarearegion/CMakeFiles/push-release-branch.dir/build.make (+68/-0)
build/plugins/networkarearegion/CMakeFiles/push-release-branch.dir/cmake_clean.cmake (+8/-0)
build/plugins/networkarearegion/CMakeFiles/push-release-branch.dir/progress.make (+1/-0)
build/plugins/networkarearegion/CMakeFiles/push-tag.dir/DependInfo.cmake (+40/-0)
build/plugins/networkarearegion/CMakeFiles/push-tag.dir/build.make (+68/-0)
build/plugins/networkarearegion/CMakeFiles/push-tag.dir/cmake_clean.cmake (+8/-0)
build/plugins/networkarearegion/CMakeFiles/push-tag.dir/progress.make (+1/-0)
build/plugins/networkarearegion/CMakeFiles/release-branch.dir/DependInfo.cmake (+40/-0)
build/plugins/networkarearegion/CMakeFiles/release-branch.dir/build.make (+68/-0)
build/plugins/networkarearegion/CMakeFiles/release-branch.dir/cmake_clean.cmake (+8/-0)
build/plugins/networkarearegion/CMakeFiles/release-branch.dir/progress.make (+1/-0)
build/plugins/networkarearegion/CMakeFiles/release-commits.dir/DependInfo.cmake (+40/-0)
build/plugins/networkarearegion/CMakeFiles/release-commits.dir/build.make (+68/-0)
build/plugins/networkarearegion/CMakeFiles/release-commits.dir/cmake_clean.cmake (+8/-0)
build/plugins/networkarearegion/CMakeFiles/release-commits.dir/progress.make (+1/-0)
build/plugins/networkarearegion/CMakeFiles/release-prep.dir/DependInfo.cmake (+40/-0)
build/plugins/networkarearegion/CMakeFiles/release-prep.dir/build.make (+68/-0)
build/plugins/networkarearegion/CMakeFiles/release-prep.dir/cmake_clean.cmake (+8/-0)
build/plugins/networkarearegion/CMakeFiles/release-prep.dir/progress.make (+1/-0)
build/plugins/networkarearegion/CMakeFiles/release-push.dir/DependInfo.cmake (+40/-0)
build/plugins/networkarearegion/CMakeFiles/release-push.dir/build.make (+68/-0)
build/plugins/networkarearegion/CMakeFiles/release-push.dir/cmake_clean.cmake (+8/-0)
build/plugins/networkarearegion/CMakeFiles/release-push.dir/progress.make (+1/-0)
build/plugins/networkarearegion/CMakeFiles/release-sha1-tarballs.dir/DependInfo.cmake (+40/-0)
build/plugins/networkarearegion/CMakeFiles/release-sha1-tarballs.dir/build.make (+71/-0)
build/plugins/networkarearegion/CMakeFiles/release-sha1-tarballs.dir/cmake_clean.cmake (+8/-0)
build/plugins/networkarearegion/CMakeFiles/release-sha1-tarballs.dir/progress.make (+2/-0)
build/plugins/networkarearegion/CMakeFiles/release-sign-sha1-tarballs.dir/DependInfo.cmake (+40/-0)
build/plugins/networkarearegion/CMakeFiles/release-sign-sha1-tarballs.dir/build.make (+71/-0)
build/plugins/networkarearegion/CMakeFiles/release-sign-sha1-tarballs.dir/cmake_clean.cmake (+8/-0)
build/plugins/networkarearegion/CMakeFiles/release-sign-sha1-tarballs.dir/progress.make (+2/-0)
build/plugins/networkarearegion/CMakeFiles/release-sign-tarballs.dir/DependInfo.cmake (+40/-0)
build/plugins/networkarearegion/CMakeFiles/release-sign-tarballs.dir/build.make (+71/-0)
build/plugins/networkarearegion/CMakeFiles/release-sign-tarballs.dir/cmake_clean.cmake (+8/-0)
build/plugins/networkarearegion/CMakeFiles/release-sign-tarballs.dir/progress.make (+2/-0)
build/plugins/networkarearegion/CMakeFiles/release-signoff.dir/DependInfo.cmake (+40/-0)
build/plugins/networkarearegion/CMakeFiles/release-signoff.dir/build.make (+68/-0)
build/plugins/networkarearegion/CMakeFiles/release-signoff.dir/cmake_clean.cmake (+8/-0)
build/plugins/networkarearegion/CMakeFiles/release-signoff.dir/progress.make (+1/-0)
build/plugins/networkarearegion/CMakeFiles/release-tags.dir/DependInfo.cmake (+40/-0)
build/plugins/networkarearegion/CMakeFiles/release-tags.dir/build.make (+68/-0)
build/plugins/networkarearegion/CMakeFiles/release-tags.dir/cmake_clean.cmake (+8/-0)
build/plugins/networkarearegion/CMakeFiles/release-tags.dir/progress.make (+1/-0)
build/plugins/networkarearegion/CMakeFiles/release-update-dist.dir/DependInfo.cmake (+40/-0)
build/plugins/networkarearegion/CMakeFiles/release-update-dist.dir/build.make (+68/-0)
build/plugins/networkarearegion/CMakeFiles/release-update-dist.dir/cmake_clean.cmake (+8/-0)
build/plugins/networkarearegion/CMakeFiles/release-update-dist.dir/progress.make (+1/-0)
build/plugins/networkarearegion/CMakeFiles/release-update-working-tree.dir/DependInfo.cmake (+40/-0)
build/plugins/networkarearegion/CMakeFiles/release-update-working-tree.dir/build.make (+71/-0)
build/plugins/networkarearegion/CMakeFiles/release-update-working-tree.dir/cmake_clean.cmake (+8/-0)
build/plugins/networkarearegion/CMakeFiles/release-update-working-tree.dir/progress.make (+2/-0)
build/plugins/networkarearegion/CMakeFiles/release-upload-component.dir/DependInfo.cmake (+40/-0)
build/plugins/networkarearegion/CMakeFiles/release-upload-component.dir/build.make (+68/-0)
build/plugins/networkarearegion/CMakeFiles/release-upload-component.dir/cmake_clean.cmake (+8/-0)
build/plugins/networkarearegion/CMakeFiles/release-upload-component.dir/progress.make (+1/-0)
build/plugins/networkarearegion/CMakeFiles/release-upload.dir/DependInfo.cmake (+40/-0)
build/plugins/networkarearegion/CMakeFiles/release-upload.dir/build.make (+68/-0)
build/plugins/networkarearegion/CMakeFiles/release-upload.dir/cmake_clean.cmake (+8/-0)
build/plugins/networkarearegion/CMakeFiles/release-upload.dir/progress.make (+1/-0)
build/plugins/networkarearegion/CMakeFiles/release-version-bump.dir/DependInfo.cmake (+40/-0)
build/plugins/networkarearegion/CMakeFiles/release-version-bump.dir/build.make (+68/-0)
build/plugins/networkarearegion/CMakeFiles/release-version-bump.dir/cmake_clean.cmake (+8/-0)
build/plugins/networkarearegion/CMakeFiles/release-version-bump.dir/progress.make (+1/-0)
build/plugins/networkarearegion/CMakeFiles/uninstall.dir/DependInfo.cmake (+40/-0)
build/plugins/networkarearegion/CMakeFiles/uninstall.dir/build.make (+69/-0)
build/plugins/networkarearegion/CMakeFiles/uninstall.dir/cmake_clean.cmake (+8/-0)
build/plugins/networkarearegion/CMakeFiles/uninstall.dir/progress.make (+1/-0)
build/plugins/networkarearegion/CTestTestfile.cmake (+6/-0)
build/plugins/networkarearegion/Makefile (+617/-0)
build/plugins/networkarearegion/cmake_install.cmake (+76/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/CMakeDirectoryInformation.cmake (+16/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/authors.dir/DependInfo.cmake (+50/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/authors.dir/build.make (+71/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/authors.dir/cmake_clean.cmake (+8/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/authors.dir/progress.make (+2/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/dist.dir/DependInfo.cmake (+50/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/dist.dir/build.make (+69/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/dist.dir/cmake_clean.cmake (+8/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/dist.dir/progress.make (+1/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/distcheck.dir/DependInfo.cmake (+50/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/distcheck.dir/build.make (+69/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/distcheck.dir/cmake_clean.cmake (+8/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/distcheck.dir/progress.make (+1/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/news-header.dir/DependInfo.cmake (+50/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/news-header.dir/build.make (+72/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/news-header.dir/cmake_clean.cmake (+8/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/news-header.dir/progress.make (+2/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/news.dir/DependInfo.cmake (+50/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/news.dir/build.make (+69/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/news.dir/cmake_clean.cmake (+8/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/news.dir/progress.make (+1/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/progress.marks (+1/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/push-master.dir/DependInfo.cmake (+50/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/push-master.dir/build.make (+68/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/push-master.dir/cmake_clean.cmake (+8/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/push-master.dir/progress.make (+1/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/push-release-branch.dir/DependInfo.cmake (+50/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/push-release-branch.dir/build.make (+68/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/push-release-branch.dir/cmake_clean.cmake (+8/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/push-release-branch.dir/progress.make (+1/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/push-tag.dir/DependInfo.cmake (+50/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/push-tag.dir/build.make (+68/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/push-tag.dir/cmake_clean.cmake (+8/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/push-tag.dir/progress.make (+1/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/release-branch.dir/DependInfo.cmake (+50/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/release-branch.dir/build.make (+68/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/release-branch.dir/cmake_clean.cmake (+8/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/release-branch.dir/progress.make (+1/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/release-commits.dir/DependInfo.cmake (+50/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/release-commits.dir/build.make (+68/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/release-commits.dir/cmake_clean.cmake (+8/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/release-commits.dir/progress.make (+1/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/release-prep.dir/DependInfo.cmake (+50/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/release-prep.dir/build.make (+68/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/release-prep.dir/cmake_clean.cmake (+8/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/release-prep.dir/progress.make (+1/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/release-push.dir/DependInfo.cmake (+50/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/release-push.dir/build.make (+68/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/release-push.dir/cmake_clean.cmake (+8/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/release-push.dir/progress.make (+1/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/release-sha1-tarballs.dir/DependInfo.cmake (+50/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/release-sha1-tarballs.dir/build.make (+71/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/release-sha1-tarballs.dir/cmake_clean.cmake (+8/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/release-sha1-tarballs.dir/progress.make (+2/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/release-sign-sha1-tarballs.dir/DependInfo.cmake (+50/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/release-sign-sha1-tarballs.dir/build.make (+71/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/release-sign-sha1-tarballs.dir/cmake_clean.cmake (+8/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/release-sign-sha1-tarballs.dir/progress.make (+2/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/release-sign-tarballs.dir/DependInfo.cmake (+50/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/release-sign-tarballs.dir/build.make (+71/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/release-sign-tarballs.dir/cmake_clean.cmake (+8/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/release-sign-tarballs.dir/progress.make (+2/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/release-signoff.dir/DependInfo.cmake (+50/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/release-signoff.dir/build.make (+68/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/release-signoff.dir/cmake_clean.cmake (+8/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/release-signoff.dir/progress.make (+1/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/release-tags.dir/DependInfo.cmake (+50/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/release-tags.dir/build.make (+68/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/release-tags.dir/cmake_clean.cmake (+8/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/release-tags.dir/progress.make (+1/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/release-update-dist.dir/DependInfo.cmake (+50/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/release-update-dist.dir/build.make (+68/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/release-update-dist.dir/cmake_clean.cmake (+8/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/release-update-dist.dir/progress.make (+1/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/release-update-working-tree.dir/DependInfo.cmake (+50/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/release-update-working-tree.dir/build.make (+71/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/release-update-working-tree.dir/cmake_clean.cmake (+8/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/release-update-working-tree.dir/progress.make (+2/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/release-upload-component.dir/DependInfo.cmake (+50/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/release-upload-component.dir/build.make (+68/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/release-upload-component.dir/cmake_clean.cmake (+8/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/release-upload-component.dir/progress.make (+1/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/release-upload.dir/DependInfo.cmake (+50/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/release-upload.dir/build.make (+68/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/release-upload.dir/cmake_clean.cmake (+8/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/release-upload.dir/progress.make (+1/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/release-version-bump.dir/DependInfo.cmake (+50/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/release-version-bump.dir/build.make (+68/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/release-version-bump.dir/cmake_clean.cmake (+8/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/release-version-bump.dir/progress.make (+1/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/unitymtgrabhandles-options.dir/DependInfo.cmake (+55/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/unitymtgrabhandles-options.dir/build.make (+104/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/unitymtgrabhandles-options.dir/cmake_clean.cmake (+11/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/unitymtgrabhandles-options.dir/progress.make (+4/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/unitymtgrabhandles.dir/CXX.includecache (+3428/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/unitymtgrabhandles.dir/DependInfo.cmake (+61/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/unitymtgrabhandles.dir/build.make (+285/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/unitymtgrabhandles.dir/cmake_clean.cmake (+20/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/unitymtgrabhandles.dir/depend.internal (+2486/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/unitymtgrabhandles.dir/depend.make (+2486/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/unitymtgrabhandles.dir/flags.make (+10/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/unitymtgrabhandles.dir/link.txt (+1/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/unitymtgrabhandles.dir/progress.make (+12/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/unitymtgrabhandles_gsettings_schema.dir/DependInfo.cmake (+50/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/unitymtgrabhandles_gsettings_schema.dir/build.make (+80/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/unitymtgrabhandles_gsettings_schema.dir/cmake_clean.cmake (+10/-0)
build/plugins/unity-mt-grab-handles/CMakeFiles/unitymtgrabhandles_gsettings_schema.dir/progress.make (+3/-0)
build/plugins/unity-mt-grab-handles/CTestTestfile.cmake (+6/-0)
build/plugins/unity-mt-grab-handles/Makefile (+737/-0)
build/plugins/unity-mt-grab-handles/cmake_install.cmake (+88/-0)
build/plugins/unitydialog/CMakeFiles/CMakeDirectoryInformation.cmake (+16/-0)
build/plugins/unitydialog/CMakeFiles/authors.dir/DependInfo.cmake (+50/-0)
build/plugins/unitydialog/CMakeFiles/authors.dir/build.make (+71/-0)
build/plugins/unitydialog/CMakeFiles/authors.dir/cmake_clean.cmake (+8/-0)
build/plugins/unitydialog/CMakeFiles/authors.dir/progress.make (+2/-0)
build/plugins/unitydialog/CMakeFiles/dist.dir/DependInfo.cmake (+50/-0)
build/plugins/unitydialog/CMakeFiles/dist.dir/build.make (+69/-0)
build/plugins/unitydialog/CMakeFiles/dist.dir/cmake_clean.cmake (+8/-0)
build/plugins/unitydialog/CMakeFiles/dist.dir/progress.make (+1/-0)
build/plugins/unitydialog/CMakeFiles/distcheck.dir/DependInfo.cmake (+50/-0)
build/plugins/unitydialog/CMakeFiles/distcheck.dir/build.make (+69/-0)
build/plugins/unitydialog/CMakeFiles/distcheck.dir/cmake_clean.cmake (+8/-0)
build/plugins/unitydialog/CMakeFiles/distcheck.dir/progress.make (+1/-0)
build/plugins/unitydialog/CMakeFiles/news-header.dir/DependInfo.cmake (+50/-0)
build/plugins/unitydialog/CMakeFiles/news-header.dir/build.make (+72/-0)
build/plugins/unitydialog/CMakeFiles/news-header.dir/cmake_clean.cmake (+8/-0)
build/plugins/unitydialog/CMakeFiles/news-header.dir/progress.make (+2/-0)
build/plugins/unitydialog/CMakeFiles/news.dir/DependInfo.cmake (+50/-0)
build/plugins/unitydialog/CMakeFiles/news.dir/build.make (+69/-0)
build/plugins/unitydialog/CMakeFiles/news.dir/cmake_clean.cmake (+8/-0)
build/plugins/unitydialog/CMakeFiles/news.dir/progress.make (+1/-0)
build/plugins/unitydialog/CMakeFiles/progress.marks (+1/-0)
build/plugins/unitydialog/CMakeFiles/push-master.dir/DependInfo.cmake (+50/-0)
build/plugins/unitydialog/CMakeFiles/push-master.dir/build.make (+68/-0)
build/plugins/unitydialog/CMakeFiles/push-master.dir/cmake_clean.cmake (+8/-0)
build/plugins/unitydialog/CMakeFiles/push-master.dir/progress.make (+1/-0)
build/plugins/unitydialog/CMakeFiles/push-release-branch.dir/DependInfo.cmake (+50/-0)
build/plugins/unitydialog/CMakeFiles/push-release-branch.dir/build.make (+68/-0)
build/plugins/unitydialog/CMakeFiles/push-release-branch.dir/cmake_clean.cmake (+8/-0)
build/plugins/unitydialog/CMakeFiles/push-release-branch.dir/progress.make (+1/-0)
build/plugins/unitydialog/CMakeFiles/push-tag.dir/DependInfo.cmake (+50/-0)
build/plugins/unitydialog/CMakeFiles/push-tag.dir/build.make (+68/-0)
build/plugins/unitydialog/CMakeFiles/push-tag.dir/cmake_clean.cmake (+8/-0)
build/plugins/unitydialog/CMakeFiles/push-tag.dir/progress.make (+1/-0)
build/plugins/unitydialog/CMakeFiles/release-branch.dir/DependInfo.cmake (+50/-0)
build/plugins/unitydialog/CMakeFiles/release-branch.dir/build.make (+68/-0)
build/plugins/unitydialog/CMakeFiles/release-branch.dir/cmake_clean.cmake (+8/-0)
build/plugins/unitydialog/CMakeFiles/release-branch.dir/progress.make (+1/-0)
build/plugins/unitydialog/CMakeFiles/release-commits.dir/DependInfo.cmake (+50/-0)
build/plugins/unitydialog/CMakeFiles/release-commits.dir/build.make (+68/-0)
build/plugins/unitydialog/CMakeFiles/release-commits.dir/cmake_clean.cmake (+8/-0)
build/plugins/unitydialog/CMakeFiles/release-commits.dir/progress.make (+1/-0)
build/plugins/unitydialog/CMakeFiles/release-prep.dir/DependInfo.cmake (+50/-0)
build/plugins/unitydialog/CMakeFiles/release-prep.dir/build.make (+68/-0)
build/plugins/unitydialog/CMakeFiles/release-prep.dir/cmake_clean.cmake (+8/-0)
build/plugins/unitydialog/CMakeFiles/release-prep.dir/progress.make (+1/-0)
build/plugins/unitydialog/CMakeFiles/release-push.dir/DependInfo.cmake (+50/-0)
build/plugins/unitydialog/CMakeFiles/release-push.dir/build.make (+68/-0)
build/plugins/unitydialog/CMakeFiles/release-push.dir/cmake_clean.cmake (+8/-0)
build/plugins/unitydialog/CMakeFiles/release-push.dir/progress.make (+1/-0)
build/plugins/unitydialog/CMakeFiles/release-sha1-tarballs.dir/DependInfo.cmake (+50/-0)
build/plugins/unitydialog/CMakeFiles/release-sha1-tarballs.dir/build.make (+71/-0)
build/plugins/unitydialog/CMakeFiles/release-sha1-tarballs.dir/cmake_clean.cmake (+8/-0)
build/plugins/unitydialog/CMakeFiles/release-sha1-tarballs.dir/progress.make (+2/-0)
build/plugins/unitydialog/CMakeFiles/release-sign-sha1-tarballs.dir/DependInfo.cmake (+50/-0)
build/plugins/unitydialog/CMakeFiles/release-sign-sha1-tarballs.dir/build.make (+71/-0)
build/plugins/unitydialog/CMakeFiles/release-sign-sha1-tarballs.dir/cmake_clean.cmake (+8/-0)
build/plugins/unitydialog/CMakeFiles/release-sign-sha1-tarballs.dir/progress.make (+2/-0)
build/plugins/unitydialog/CMakeFiles/release-sign-tarballs.dir/DependInfo.cmake (+50/-0)
build/plugins/unitydialog/CMakeFiles/release-sign-tarballs.dir/build.make (+71/-0)
build/plugins/unitydialog/CMakeFiles/release-sign-tarballs.dir/cmake_clean.cmake (+8/-0)
build/plugins/unitydialog/CMakeFiles/release-sign-tarballs.dir/progress.make (+2/-0)
build/plugins/unitydialog/CMakeFiles/release-signoff.dir/DependInfo.cmake (+50/-0)
build/plugins/unitydialog/CMakeFiles/release-signoff.dir/build.make (+68/-0)
build/plugins/unitydialog/CMakeFiles/release-signoff.dir/cmake_clean.cmake (+8/-0)
build/plugins/unitydialog/CMakeFiles/release-signoff.dir/progress.make (+1/-0)
build/plugins/unitydialog/CMakeFiles/release-tags.dir/DependInfo.cmake (+50/-0)
build/plugins/unitydialog/CMakeFiles/release-tags.dir/build.make (+68/-0)
build/plugins/unitydialog/CMakeFiles/release-tags.dir/cmake_clean.cmake (+8/-0)
build/plugins/unitydialog/CMakeFiles/release-tags.dir/progress.make (+1/-0)
build/plugins/unitydialog/CMakeFiles/release-update-dist.dir/DependInfo.cmake (+50/-0)
build/plugins/unitydialog/CMakeFiles/release-update-dist.dir/build.make (+68/-0)
build/plugins/unitydialog/CMakeFiles/release-update-dist.dir/cmake_clean.cmake (+8/-0)
build/plugins/unitydialog/CMakeFiles/release-update-dist.dir/progress.make (+1/-0)
build/plugins/unitydialog/CMakeFiles/release-update-working-tree.dir/DependInfo.cmake (+50/-0)
build/plugins/unitydialog/CMakeFiles/release-update-working-tree.dir/build.make (+71/-0)
build/plugins/unitydialog/CMakeFiles/release-update-working-tree.dir/cmake_clean.cmake (+8/-0)
build/plugins/unitydialog/CMakeFiles/release-update-working-tree.dir/progress.make (+2/-0)
build/plugins/unitydialog/CMakeFiles/release-upload-component.dir/DependInfo.cmake (+50/-0)
build/plugins/unitydialog/CMakeFiles/release-upload-component.dir/build.make (+68/-0)
build/plugins/unitydialog/CMakeFiles/release-upload-component.dir/cmake_clean.cmake (+8/-0)
build/plugins/unitydialog/CMakeFiles/release-upload-component.dir/progress.make (+1/-0)
build/plugins/unitydialog/CMakeFiles/release-upload.dir/DependInfo.cmake (+50/-0)
build/plugins/unitydialog/CMakeFiles/release-upload.dir/build.make (+68/-0)
build/plugins/unitydialog/CMakeFiles/release-upload.dir/cmake_clean.cmake (+8/-0)
build/plugins/unitydialog/CMakeFiles/release-upload.dir/progress.make (+1/-0)
build/plugins/unitydialog/CMakeFiles/release-version-bump.dir/DependInfo.cmake (+50/-0)
build/plugins/unitydialog/CMakeFiles/release-version-bump.dir/build.make (+68/-0)
build/plugins/unitydialog/CMakeFiles/release-version-bump.dir/cmake_clean.cmake (+8/-0)
build/plugins/unitydialog/CMakeFiles/release-version-bump.dir/progress.make (+1/-0)
build/plugins/unitydialog/CMakeFiles/unitydialog-options.dir/DependInfo.cmake (+55/-0)
build/plugins/unitydialog/CMakeFiles/unitydialog-options.dir/build.make (+104/-0)
build/plugins/unitydialog/CMakeFiles/unitydialog-options.dir/cmake_clean.cmake (+11/-0)
build/plugins/unitydialog/CMakeFiles/unitydialog-options.dir/progress.make (+4/-0)
build/plugins/unitydialog/CMakeFiles/unitydialog.dir/CXX.includecache (+4676/-0)
build/plugins/unitydialog/CMakeFiles/unitydialog.dir/DependInfo.cmake (+56/-0)
build/plugins/unitydialog/CMakeFiles/unitydialog.dir/build.make (+155/-0)
build/plugins/unitydialog/CMakeFiles/unitydialog.dir/cmake_clean.cmake (+15/-0)
build/plugins/unitydialog/CMakeFiles/unitydialog.dir/depend.internal (+677/-0)
build/plugins/unitydialog/CMakeFiles/unitydialog.dir/depend.make (+677/-0)
build/plugins/unitydialog/CMakeFiles/unitydialog.dir/flags.make (+10/-0)
build/plugins/unitydialog/CMakeFiles/unitydialog.dir/link.txt (+1/-0)
build/plugins/unitydialog/CMakeFiles/unitydialog.dir/progress.make (+7/-0)
build/plugins/unitydialog/CMakeFiles/unitydialog_gsettings_schema.dir/DependInfo.cmake (+50/-0)
build/plugins/unitydialog/CMakeFiles/unitydialog_gsettings_schema.dir/build.make (+80/-0)
build/plugins/unitydialog/CMakeFiles/unitydialog_gsettings_schema.dir/cmake_clean.cmake (+10/-0)
build/plugins/unitydialog/CMakeFiles/unitydialog_gsettings_schema.dir/progress.make (+3/-0)
build/plugins/unitydialog/CTestTestfile.cmake (+6/-0)
build/plugins/unitydialog/Makefile (+602/-0)
build/plugins/unitydialog/cmake_install.cmake (+76/-0)
build/plugins/unityshell/CMakeFiles/CMakeDirectoryInformation.cmake (+16/-0)
build/plugins/unityshell/CMakeFiles/progress.marks (+1/-0)
build/plugins/unityshell/Makefile (+170/-0)
build/plugins/unityshell/cmake_install.cmake (+34/-0)
build/services/CMakeFiles/CMakeDirectoryInformation.cmake (+16/-0)
build/services/CMakeFiles/progress.marks (+1/-0)
build/services/CMakeFiles/unity-panel-service.dir/C.includecache (+12/-0)
build/services/CMakeFiles/unity-panel-service.dir/DependInfo.cmake (+39/-0)
build/services/CMakeFiles/unity-panel-service.dir/build.make (+293/-0)
build/services/CMakeFiles/unity-panel-service.dir/cmake_clean.cmake (+18/-0)
build/services/CMakeFiles/unity-panel-service.dir/depend.internal (+34/-0)
build/services/CMakeFiles/unity-panel-service.dir/depend.make (+34/-0)
build/services/CMakeFiles/unity-panel-service.dir/flags.make (+8/-0)
build/services/CMakeFiles/unity-panel-service.dir/link.txt (+1/-0)
build/services/CMakeFiles/unity-panel-service.dir/progress.make (+10/-0)
build/services/Makefile (+401/-0)
build/services/cmake_install.cmake (+70/-0)
build/services/com.canonical.Unity.Panel.Service.service (+3/-0)
build/services/panel-marshal.c (+176/-0)
build/services/panel-marshal.h (+37/-0)
build/settings/com.canonical.Unity.gschema.xml (+78/-0)
build/shortcuts/CMakeFiles/CMakeDirectoryInformation.cmake (+16/-0)
build/shortcuts/CMakeFiles/progress.marks (+1/-0)
build/shortcuts/CMakeFiles/shortcuts-lib.dir/CXX.includecache (+340/-0)
build/shortcuts/CMakeFiles/shortcuts-lib.dir/DependInfo.cmake (+48/-0)
build/shortcuts/CMakeFiles/shortcuts-lib.dir/build.make (+236/-0)
build/shortcuts/CMakeFiles/shortcuts-lib.dir/cmake_clean.cmake (+15/-0)
build/shortcuts/CMakeFiles/shortcuts-lib.dir/cmake_clean_target.cmake (+3/-0)
build/shortcuts/CMakeFiles/shortcuts-lib.dir/depend.internal (+59/-0)
build/shortcuts/CMakeFiles/shortcuts-lib.dir/depend.make (+59/-0)
build/shortcuts/CMakeFiles/shortcuts-lib.dir/flags.make (+8/-0)
build/shortcuts/CMakeFiles/shortcuts-lib.dir/link.txt (+2/-0)
build/shortcuts/CMakeFiles/shortcuts-lib.dir/progress.make (+7/-0)
build/shortcuts/CMakeFiles/shortcuts.dir/CXX.includecache (+218/-0)
build/shortcuts/CMakeFiles/shortcuts.dir/DependInfo.cmake (+45/-0)
build/shortcuts/CMakeFiles/shortcuts.dir/build.make (+107/-0)
build/shortcuts/CMakeFiles/shortcuts.dir/cmake_clean.cmake (+10/-0)
build/shortcuts/CMakeFiles/shortcuts.dir/depend.internal (+22/-0)
build/shortcuts/CMakeFiles/shortcuts.dir/depend.make (+22/-0)
build/shortcuts/CMakeFiles/shortcuts.dir/flags.make (+8/-0)
build/shortcuts/CMakeFiles/shortcuts.dir/link.txt (+1/-0)
build/shortcuts/CMakeFiles/shortcuts.dir/progress.make (+2/-0)
build/shortcuts/Makefile (+389/-0)
build/shortcuts/cmake_install.cmake (+34/-0)
build/tests/CMakeFiles/CMakeDirectoryInformation.cmake (+16/-0)
build/tests/CMakeFiles/autopilot.dir/DependInfo.cmake (+50/-0)
build/tests/CMakeFiles/autopilot.dir/build.make (+69/-0)
build/tests/CMakeFiles/autopilot.dir/cmake_clean.cmake (+8/-0)
build/tests/CMakeFiles/autopilot.dir/progress.make (+1/-0)
build/tests/CMakeFiles/check-headless.dir/DependInfo.cmake (+50/-0)
build/tests/CMakeFiles/check-headless.dir/build.make (+71/-0)
build/tests/CMakeFiles/check-headless.dir/cmake_clean.cmake (+8/-0)
build/tests/CMakeFiles/check-headless.dir/progress.make (+1/-0)
build/tests/CMakeFiles/check-report.dir/DependInfo.cmake (+50/-0)
build/tests/CMakeFiles/check-report.dir/build.make (+69/-0)
build/tests/CMakeFiles/check-report.dir/cmake_clean.cmake (+8/-0)
build/tests/CMakeFiles/check-report.dir/progress.make (+1/-0)
build/tests/CMakeFiles/check.dir/DependInfo.cmake (+50/-0)
build/tests/CMakeFiles/check.dir/build.make (+73/-0)
build/tests/CMakeFiles/check.dir/cmake_clean.cmake (+8/-0)
build/tests/CMakeFiles/check.dir/progress.make (+1/-0)
build/tests/CMakeFiles/gcheck.dir/DependInfo.cmake (+50/-0)
build/tests/CMakeFiles/gcheck.dir/build.make (+69/-0)
build/tests/CMakeFiles/gcheck.dir/cmake_clean.cmake (+8/-0)
build/tests/CMakeFiles/gcheck.dir/progress.make (+1/-0)
build/tests/CMakeFiles/progress.marks (+1/-0)
build/tests/CMakeFiles/test-gtest-dbus.dir/CXX.includecache (+454/-0)
build/tests/CMakeFiles/test-gtest-dbus.dir/DependInfo.cmake (+67/-0)
build/tests/CMakeFiles/test-gtest-dbus.dir/build.make (+367/-0)
build/tests/CMakeFiles/test-gtest-dbus.dir/cmake_clean.cmake (+20/-0)
build/tests/CMakeFiles/test-gtest-dbus.dir/depend.internal (+144/-0)
build/tests/CMakeFiles/test-gtest-dbus.dir/depend.make (+144/-0)
build/tests/CMakeFiles/test-gtest-dbus.dir/flags.make (+8/-0)
build/tests/CMakeFiles/test-gtest-dbus.dir/link.txt (+1/-0)
build/tests/CMakeFiles/test-gtest-dbus.dir/progress.make (+12/-0)
build/tests/CMakeFiles/test-gtest-service.dir/C.includecache (+76/-0)
build/tests/CMakeFiles/test-gtest-service.dir/DependInfo.cmake (+61/-0)
build/tests/CMakeFiles/test-gtest-service.dir/build.make (+236/-0)
build/tests/CMakeFiles/test-gtest-service.dir/cmake_clean.cmake (+15/-0)
build/tests/CMakeFiles/test-gtest-service.dir/depend.internal (+25/-0)
build/tests/CMakeFiles/test-gtest-service.dir/depend.make (+25/-0)
build/tests/CMakeFiles/test-gtest-service.dir/flags.make (+8/-0)
build/tests/CMakeFiles/test-gtest-service.dir/link.txt (+1/-0)
build/tests/CMakeFiles/test-gtest-service.dir/progress.make (+7/-0)
build/tests/CMakeFiles/test-gtest-xless.dir/CXX.includecache (+1078/-0)
build/tests/CMakeFiles/test-gtest-xless.dir/DependInfo.cmake (+97/-0)
build/tests/CMakeFiles/test-gtest-xless.dir/build.make (+1059/-0)
build/tests/CMakeFiles/test-gtest-xless.dir/cmake_clean.cmake (+47/-0)
build/tests/CMakeFiles/test-gtest-xless.dir/depend.internal (+258/-0)
build/tests/CMakeFiles/test-gtest-xless.dir/depend.make (+258/-0)
build/tests/CMakeFiles/test-gtest-xless.dir/flags.make (+8/-0)
build/tests/CMakeFiles/test-gtest-xless.dir/link.txt (+1/-0)
build/tests/CMakeFiles/test-gtest-xless.dir/progress.make (+39/-0)
build/tests/CMakeFiles/test-gtest.dir/C.includecache (+8/-0)
build/tests/CMakeFiles/test-gtest.dir/CXX.includecache (+8/-0)
build/tests/CMakeFiles/test-gtest.dir/DependInfo.cmake (+118/-0)
build/tests/CMakeFiles/test-gtest.dir/build.make (+1391/-0)
build/tests/CMakeFiles/test-gtest.dir/cmake_clean.cmake (+59/-0)
build/tests/CMakeFiles/test-gtest.dir/depend.internal (+986/-0)
build/tests/CMakeFiles/test-gtest.dir/depend.make (+986/-0)
build/tests/CMakeFiles/test-gtest.dir/flags.make (+13/-0)
build/tests/CMakeFiles/test-gtest.dir/link.txt (+1/-0)
build/tests/CMakeFiles/test-gtest.dir/progress.make (+51/-0)
build/tests/CMakeFiles/test-unit.dir/C.includecache (+44/-0)
build/tests/CMakeFiles/test-unit.dir/CXX.includecache (+60/-0)
build/tests/CMakeFiles/test-unit.dir/DependInfo.cmake (+64/-0)
build/tests/CMakeFiles/test-unit.dir/build.make (+216/-0)
build/tests/CMakeFiles/test-unit.dir/cmake_clean.cmake (+15/-0)
build/tests/CMakeFiles/test-unit.dir/depend.internal (+20/-0)
build/tests/CMakeFiles/test-unit.dir/depend.make (+20/-0)
build/tests/CMakeFiles/test-unit.dir/flags.make (+13/-0)
build/tests/CMakeFiles/test-unit.dir/link.txt (+1/-0)
build/tests/CMakeFiles/test-unit.dir/progress.make (+7/-0)
build/tests/CTestTestfile.cmake (+13/-0)
build/tests/Makefile (+3263/-0)
build/tests/cmake_install.cmake (+47/-0)
build/tests/data/applications/bzr-handle-patch.desktop (+10/-0)
build/tests/data/applications/no-icon.desktop (+7/-0)
build/tests/data/applications/ubuntu-software-center.desktop (+13/-0)
build/tests/data/applications/ubuntuone-installer.desktop (+12/-0)
build/tests/data/applications/update-manager.desktop (+10/-0)
build/tests/panel-marshal.c (+176/-0)
build/tests/panel-marshal.h (+37/-0)
build/tests/test-gestures/CMakeFiles/CMakeDirectoryInformation.cmake (+16/-0)
build/tests/test-gestures/CMakeFiles/check-gestures.dir/DependInfo.cmake (+27/-0)
build/tests/test-gestures/CMakeFiles/check-gestures.dir/build.make (+69/-0)
build/tests/test-gestures/CMakeFiles/check-gestures.dir/cmake_clean.cmake (+8/-0)
build/tests/test-gestures/CMakeFiles/check-gestures.dir/progress.make (+1/-0)
build/tests/test-gestures/CMakeFiles/progress.marks (+1/-0)
build/tests/test-gestures/CMakeFiles/test-gestures.dir/CXX.includecache (+66/-0)
build/tests/test-gestures/CMakeFiles/test-gestures.dir/DependInfo.cmake (+57/-0)
build/tests/test-gestures/CMakeFiles/test-gestures.dir/build.make (+437/-0)
build/tests/test-gestures/CMakeFiles/test-gestures.dir/cmake_clean.cmake (+30/-0)
build/tests/test-gestures/CMakeFiles/test-gestures.dir/depend.internal (+46/-0)
build/tests/test-gestures/CMakeFiles/test-gestures.dir/depend.make (+46/-0)
build/tests/test-gestures/CMakeFiles/test-gestures.dir/flags.make (+8/-0)
build/tests/test-gestures/CMakeFiles/test-gestures.dir/link.txt (+1/-0)
build/tests/test-gestures/CMakeFiles/test-gestures.dir/progress.make (+14/-0)
build/tests/test-gestures/CTestTestfile.cmake (+7/-0)
build/tests/test-gestures/CompoundGestureRecognizer.cpp (+247/-0)
build/tests/test-gestures/CompoundGestureRecognizer.h (+71/-0)
build/tests/test-gestures/GesturalWindowSwitcher.cpp (+443/-0)
build/tests/test-gestures/GesturalWindowSwitcher.h (+85/-0)
build/tests/test-gestures/Makefile (+524/-0)
build/tests/test-gestures/UnityGestureBroker.cpp (+133/-0)
build/tests/test-gestures/UnityGestureBroker.h (+52/-0)
build/tests/test-gestures/WindowGestureTarget.cpp (+216/-0)
build/tests/test-gestures/WindowGestureTarget.h (+57/-0)
build/tests/test-gestures/cmake_install.cmake (+34/-0)
build/tests/test-get-transients/CMakeFiles/CMakeDirectoryInformation.cmake (+16/-0)
build/tests/test-get-transients/CMakeFiles/progress.marks (+1/-0)
build/tests/test-get-transients/CMakeFiles/test-get-transients.dir/CXX.includecache (+138/-0)
build/tests/test-get-transients/CMakeFiles/test-get-transients.dir/DependInfo.cmake (+61/-0)
build/tests/test-get-transients/CMakeFiles/test-get-transients.dir/build.make (+209/-0)
build/tests/test-get-transients/CMakeFiles/test-get-transients.dir/cmake_clean.cmake (+14/-0)
build/tests/test-get-transients/CMakeFiles/test-get-transients.dir/depend.internal (+22/-0)
build/tests/test-get-transients/CMakeFiles/test-get-transients.dir/depend.make (+22/-0)
build/tests/test-get-transients/CMakeFiles/test-get-transients.dir/flags.make (+8/-0)
build/tests/test-get-transients/CMakeFiles/test-get-transients.dir/link.txt (+1/-0)
build/tests/test-get-transients/CMakeFiles/test-get-transients.dir/progress.make (+6/-0)
build/tests/test-get-transients/Makefile (+320/-0)
build/tests/test-get-transients/cmake_install.cmake (+34/-0)
build/tests/test-input-remover/CMakeFiles/CMakeDirectoryInformation.cmake (+16/-0)
build/tests/test-input-remover/CMakeFiles/progress.marks (+1/-0)
build/tests/test-input-remover/CMakeFiles/test-input-remover.dir/CXX.includecache (+54/-0)
build/tests/test-input-remover/CMakeFiles/test-input-remover.dir/DependInfo.cmake (+57/-0)
build/tests/test-input-remover/CMakeFiles/test-input-remover.dir/build.make (+131/-0)
build/tests/test-input-remover/CMakeFiles/test-input-remover.dir/cmake_clean.cmake (+11/-0)
build/tests/test-input-remover/CMakeFiles/test-input-remover.dir/depend.internal (+9/-0)
build/tests/test-input-remover/CMakeFiles/test-input-remover.dir/depend.make (+9/-0)
build/tests/test-input-remover/CMakeFiles/test-input-remover.dir/flags.make (+8/-0)
build/tests/test-input-remover/CMakeFiles/test-input-remover.dir/link.txt (+1/-0)
build/tests/test-input-remover/CMakeFiles/test-input-remover.dir/progress.make (+3/-0)
build/tests/test-input-remover/Makefile (+239/-0)
build/tests/test-input-remover/cmake_install.cmake (+34/-0)
build/tests/test-input-remover/test-input-remover.cbp (+502/-0)
build/tests/test-minimize-window-handler/CMakeFiles/CMakeDirectoryInformation.cmake (+16/-0)
build/tests/test-minimize-window-handler/CMakeFiles/progress.marks (+1/-0)
build/tests/test-minimize-window-handler/CMakeFiles/test-minimize-handler.dir/CXX.includecache (+188/-0)
build/tests/test-minimize-window-handler/CMakeFiles/test-minimize-handler.dir/DependInfo.cmake (+62/-0)
build/tests/test-minimize-window-handler/CMakeFiles/test-minimize-handler.dir/build.make (+235/-0)
build/tests/test-minimize-window-handler/CMakeFiles/test-minimize-handler.dir/cmake_clean.cmake (+15/-0)
build/tests/test-minimize-window-handler/CMakeFiles/test-minimize-handler.dir/depend.internal (+29/-0)
build/tests/test-minimize-window-handler/CMakeFiles/test-minimize-handler.dir/depend.make (+29/-0)
build/tests/test-minimize-window-handler/CMakeFiles/test-minimize-handler.dir/flags.make (+8/-0)
build/tests/test-minimize-window-handler/CMakeFiles/test-minimize-handler.dir/link.txt (+1/-0)
build/tests/test-minimize-window-handler/CMakeFiles/test-minimize-handler.dir/progress.make (+7/-0)
build/tests/test-minimize-window-handler/Makefile (+347/-0)
build/tests/test-minimize-window-handler/cmake_install.cmake (+34/-0)
build/tests/test_glib_signals_utils_marshal.cpp (+311/-0)
build/tests/test_glib_signals_utils_marshal.h (+63/-0)
build/tools/CMakeFiles/CMakeDirectoryInformation.cmake (+16/-0)
build/tools/CMakeFiles/progress.marks (+1/-0)
build/tools/Makefile (+170/-0)
build/tools/cmake_install.cmake (+50/-0)
build/unity-shared/CMakeFiles/CMakeDirectoryInformation.cmake (+16/-0)
build/unity-shared/CMakeFiles/progress.marks (+1/-0)
build/unity-shared/CMakeFiles/unity-shared-compiz.dir/CXX.includecache (+152/-0)
build/unity-shared/CMakeFiles/unity-shared-compiz.dir/DependInfo.cmake (+43/-0)
build/unity-shared/CMakeFiles/unity-shared-compiz.dir/build.make (+106/-0)
build/unity-shared/CMakeFiles/unity-shared-compiz.dir/cmake_clean.cmake (+10/-0)
build/unity-shared/CMakeFiles/unity-shared-compiz.dir/cmake_clean_target.cmake (+3/-0)
build/unity-shared/CMakeFiles/unity-shared-compiz.dir/depend.internal (+17/-0)
build/unity-shared/CMakeFiles/unity-shared-compiz.dir/depend.make (+17/-0)
build/unity-shared/CMakeFiles/unity-shared-compiz.dir/flags.make (+8/-0)
build/unity-shared/CMakeFiles/unity-shared-compiz.dir/link.txt (+2/-0)
build/unity-shared/CMakeFiles/unity-shared-compiz.dir/progress.make (+2/-0)
build/unity-shared/CMakeFiles/unity-shared-standalone.dir/CXX.includecache (+138/-0)
build/unity-shared/CMakeFiles/unity-shared-standalone.dir/DependInfo.cmake (+43/-0)
build/unity-shared/CMakeFiles/unity-shared-standalone.dir/build.make (+106/-0)
build/unity-shared/CMakeFiles/unity-shared-standalone.dir/cmake_clean.cmake (+10/-0)
build/unity-shared/CMakeFiles/unity-shared-standalone.dir/cmake_clean_target.cmake (+3/-0)
build/unity-shared/CMakeFiles/unity-shared-standalone.dir/depend.internal (+16/-0)
build/unity-shared/CMakeFiles/unity-shared-standalone.dir/depend.make (+16/-0)
build/unity-shared/CMakeFiles/unity-shared-standalone.dir/flags.make (+8/-0)
build/unity-shared/CMakeFiles/unity-shared-standalone.dir/link.txt (+2/-0)
build/unity-shared/CMakeFiles/unity-shared-standalone.dir/progress.make (+2/-0)
build/unity-shared/CMakeFiles/unity-shared.dir/CXX.includecache (+1308/-0)
build/unity-shared/CMakeFiles/unity-shared.dir/DependInfo.cmake (+86/-0)
build/unity-shared/CMakeFiles/unity-shared.dir/build.make (+1224/-0)
build/unity-shared/CMakeFiles/unity-shared.dir/cmake_clean.cmake (+53/-0)
build/unity-shared/CMakeFiles/unity-shared.dir/cmake_clean_target.cmake (+3/-0)
build/unity-shared/CMakeFiles/unity-shared.dir/depend.internal (+313/-0)
build/unity-shared/CMakeFiles/unity-shared.dir/depend.make (+313/-0)
build/unity-shared/CMakeFiles/unity-shared.dir/flags.make (+8/-0)
build/unity-shared/CMakeFiles/unity-shared.dir/link.txt (+2/-0)
build/unity-shared/CMakeFiles/unity-shared.dir/progress.make (+45/-0)
build/unity-shared/Makefile (+1457/-0)
build/unity-shared/cmake_install.cmake (+34/-0)
build/unity-standalone/CMakeFiles/CMakeDirectoryInformation.cmake (+16/-0)
build/unity-standalone/CMakeFiles/progress.marks (+1/-0)
build/unity-standalone/CMakeFiles/unity-standalone.dir/CXX.includecache (+8/-0)
build/unity-standalone/CMakeFiles/unity-standalone.dir/DependInfo.cmake (+49/-0)
build/unity-standalone/CMakeFiles/unity-standalone.dir/build.make (+112/-0)
build/unity-standalone/CMakeFiles/unity-standalone.dir/cmake_clean.cmake (+10/-0)
build/unity-standalone/CMakeFiles/unity-standalone.dir/depend.internal (+107/-0)
build/unity-standalone/CMakeFiles/unity-standalone.dir/depend.make (+107/-0)
build/unity-standalone/CMakeFiles/unity-standalone.dir/flags.make (+8/-0)
build/unity-standalone/CMakeFiles/unity-standalone.dir/link.txt (+1/-0)
build/unity-standalone/CMakeFiles/unity-standalone.dir/progress.make (+2/-0)
build/unity-standalone/Makefile (+212/-0)
build/unity-standalone/cmake_install.cmake (+34/-0)
build/unity.cbp (+5018/-0)
cmake/Documentation.cmake (+111/-0)
com.canonical.Unity.gschema.xml (+78/-0)
config.h.cmake (+14/-0)
dash/CMakeLists.txt (+70/-0)
dash/CoverflowResultView.cpp (+326/-0)
dash/CoverflowResultView.h (+59/-0)
dash/DashController.cpp (+479/-0)
dash/DashController.h (+119/-0)
dash/DashView.cpp (+1445/-0)
dash/DashView.h (+183/-0)
dash/DashViewPrivate.cpp (+76/-0)
dash/DashViewPrivate.h (+44/-0)
dash/FilterAllButton.cpp (+76/-0)
dash/FilterAllButton.h (+56/-0)
dash/FilterBar.cpp (+136/-0)
dash/FilterBar.h (+73/-0)
dash/FilterBasicButton.cpp (+198/-0)
dash/FilterBasicButton.h (+70/-0)
dash/FilterExpanderLabel.cpp (+325/-0)
dash/FilterExpanderLabel.h (+103/-0)
dash/FilterFactory.cpp (+88/-0)
dash/FilterFactory.h (+45/-0)
dash/FilterGenreButton.cpp (+72/-0)
dash/FilterGenreButton.h (+53/-0)
dash/FilterGenreWidget.cpp (+127/-0)
dash/FilterGenreWidget.h (+71/-0)
dash/FilterMultiRangeButton.cpp (+279/-0)
dash/FilterMultiRangeButton.h (+106/-0)
dash/FilterMultiRangeWidget.cpp (+167/-0)
dash/FilterMultiRangeWidget.h (+71/-0)
dash/FilterRatingsButton.cpp (+274/-0)
dash/FilterRatingsButton.h (+73/-0)
dash/FilterRatingsWidget.cpp (+88/-0)
dash/FilterRatingsWidget.h (+62/-0)
dash/LensBar.cpp (+286/-0)
dash/LensBar.h (+88/-0)
dash/LensBarIcon.cpp (+128/-0)
dash/LensBarIcon.h (+63/-0)
dash/LensView.cpp (+799/-0)
dash/LensView.h (+135/-0)
dash/PlacesGroup.cpp (+636/-0)
dash/PlacesGroup.h (+157/-0)
dash/PreviewStateMachine.cpp (+110/-0)
dash/PreviewStateMachine.h (+74/-0)
dash/ResultRenderer.cpp (+57/-0)
dash/ResultRenderer.h (+73/-0)
dash/ResultRendererHorizontalTile.cpp (+302/-0)
dash/ResultRendererHorizontalTile.h (+61/-0)
dash/ResultRendererTile.cpp (+398/-0)
dash/ResultRendererTile.h (+95/-0)
dash/ResultView.cpp (+286/-0)
dash/ResultView.h (+109/-0)
dash/ResultViewGrid.cpp (+994/-0)
dash/ResultViewGrid.h (+127/-0)
dash/StandaloneDash.cpp (+112/-0)
dash/ff-tv/CMakeLists.txt (+68/-0)
dash/ff-tv/CoverflowResultView.cpp (+326/-0)
dash/ff-tv/CoverflowResultView.h (+59/-0)
dash/ff-tv/DashController.cpp (+481/-0)
dash/ff-tv/DashController.cpp.autosave (+481/-0)
dash/ff-tv/DashController.h (+119/-0)
dash/ff-tv/DashView.cpp (+1456/-0)
dash/ff-tv/DashView.h (+184/-0)
dash/ff-tv/DashViewPrivate.cpp (+76/-0)
dash/ff-tv/DashViewPrivate.h (+44/-0)
dash/ff-tv/FilterAllButton.cpp (+76/-0)
dash/ff-tv/FilterAllButton.h (+56/-0)
dash/ff-tv/FilterBar.cpp (+136/-0)
dash/ff-tv/FilterBar.h (+73/-0)
dash/ff-tv/FilterBasicButton.cpp (+198/-0)
dash/ff-tv/FilterBasicButton.h (+70/-0)
dash/ff-tv/FilterExpanderLabel.cpp (+325/-0)
dash/ff-tv/FilterExpanderLabel.h (+103/-0)
dash/ff-tv/FilterFactory.cpp (+88/-0)
dash/ff-tv/FilterFactory.h (+45/-0)
dash/ff-tv/FilterGenreButton.cpp (+72/-0)
dash/ff-tv/FilterGenreButton.h (+53/-0)
dash/ff-tv/FilterGenreWidget.cpp (+127/-0)
dash/ff-tv/FilterGenreWidget.h (+71/-0)
dash/ff-tv/FilterMultiRangeButton.cpp (+279/-0)
dash/ff-tv/FilterMultiRangeButton.h (+106/-0)
dash/ff-tv/FilterMultiRangeWidget.cpp (+167/-0)
dash/ff-tv/FilterMultiRangeWidget.h (+71/-0)
dash/ff-tv/FilterRatingsButton.cpp (+274/-0)
dash/ff-tv/FilterRatingsButton.h (+73/-0)
dash/ff-tv/FilterRatingsWidget.cpp (+88/-0)
dash/ff-tv/FilterRatingsWidget.h (+62/-0)
dash/ff-tv/LensBar.cpp (+295/-0)
dash/ff-tv/LensBar.h (+90/-0)
dash/ff-tv/LensBarIcon.cpp (+128/-0)
dash/ff-tv/LensBarIcon.h (+65/-0)
dash/ff-tv/LensView.cpp (+798/-0)
dash/ff-tv/LensView.h (+135/-0)
dash/ff-tv/PlacesGroup.cpp (+636/-0)
dash/ff-tv/PlacesGroup.h (+157/-0)
dash/ff-tv/PreviewStateMachine.cpp (+110/-0)
dash/ff-tv/PreviewStateMachine.h (+74/-0)
dash/ff-tv/ResultRenderer.cpp (+57/-0)
dash/ff-tv/ResultRenderer.h (+73/-0)
dash/ff-tv/ResultRendererHorizontalTile.cpp (+302/-0)
dash/ff-tv/ResultRendererHorizontalTile.h (+61/-0)
dash/ff-tv/ResultRendererTile.cpp (+398/-0)
dash/ff-tv/ResultRendererTile.h (+95/-0)
dash/ff-tv/ResultView.cpp (+286/-0)
dash/ff-tv/ResultView.h (+109/-0)
dash/ff-tv/ResultViewGrid.cpp (+994/-0)
dash/ff-tv/ResultViewGrid.h (+127/-0)
dash/ff-tv/StandaloneDash.cpp (+112/-0)
dash/previews/ActionButton.cpp (+316/-0)
dash/previews/ActionButton.h (+103/-0)
dash/previews/ApplicationPreview.cpp (+330/-0)
dash/previews/ApplicationPreview.h (+92/-0)
dash/previews/CMakeLists.txt (+85/-0)
dash/previews/ChannelPreview.cpp (+272/-0)
dash/previews/ChannelPreview.h (+88/-0)
dash/previews/DBusTestRunner.h (+79/-0)
dash/previews/GenericPreview.cpp (+255/-0)
dash/previews/GenericPreview.h (+84/-0)
dash/previews/LensDBusTestRunner.h (+266/-0)
dash/previews/MoviePreview.cpp (+272/-0)
dash/previews/MoviePreview.h (+88/-0)
dash/previews/MusicPreview.cpp (+285/-0)
dash/previews/MusicPreview.h (+88/-0)
dash/previews/Preview.cpp (+368/-0)
dash/previews/Preview.h (+100/-0)
dash/previews/PreviewContainer.cpp (+679/-0)
dash/previews/PreviewContainer.h (+121/-0)
dash/previews/PreviewInfoHintWidget.cpp (+233/-0)
dash/previews/PreviewInfoHintWidget.h (+87/-0)
dash/previews/PreviewNavigator.cpp (+182/-0)
dash/previews/PreviewNavigator.h (+87/-0)
dash/previews/PreviewRatingsWidget.cpp (+114/-0)
dash/previews/PreviewRatingsWidget.h (+73/-0)
dash/previews/SocialPreview.cpp (+304/-0)
dash/previews/SocialPreview.h (+93/-0)
dash/previews/SocialPreviewComments.cpp (+192/-0)
dash/previews/SocialPreviewComments.h (+78/-0)
dash/previews/SocialPreviewContent.cpp (+313/-0)
dash/previews/SocialPreviewContent.h (+86/-0)
dash/previews/StandaloneApplicationPreview.cpp (+327/-0)
dash/previews/StandaloneChannelPreview.cpp (+249/-0)
dash/previews/StandaloneMoviePreview.cpp (+249/-0)
dash/previews/StandaloneMusicPreview.cpp (+265/-0)
dash/previews/StandaloneSocialPreview.cpp (+284/-0)
dash/previews/Track.cpp (+432/-0)
dash/previews/Track.h (+108/-0)
dash/previews/Tracks.cpp (+135/-0)
dash/previews/Tracks.h (+86/-0)
debian/changelog (+4776/-0)
debian/compat (+1/-0)
debian/control (+237/-0)
debian/copyright (+53/-0)
debian/libunity-core-6.0-5.install (+1/-0)
debian/libunity-core-6.0-5.lintian-overrides (+1/-0)
debian/libunity-core-6.0-dev.install (+3/-0)
debian/rules (+54/-0)
debian/source_unity.py (+38/-0)
debian/unity-autopilot.install (+1/-0)
debian/unity-common.install (+8/-0)
debian/unity-common.maintscript (+1/-0)
debian/unity-crashdb.conf (+5/-0)
debian/unity-services.install (+3/-0)
debian/unity.install (+5/-0)
debian/unity.lintian-overrides (+1/-0)
debian/unity.migrations (+1/-0)
debian/watch (+2/-0)
doc/CMakeLists.txt (+3/-0)
doc/fr/unity-panel-service.fr.1 (+28/-0)
doc/fr/unity.fr.1 (+41/-0)
doc/makefile (+15/-0)
doc/po/fr.po (+189/-0)
doc/po/unity-doc.pot (+182/-0)
doc/po4a.conf (+9/-0)
doc/unity-panel-service.1 (+19/-0)
doc/unity.1 (+29/-0)
gnome/50-unity-launchers.xml.in (+6/-0)
gnome/CMakeLists.txt (+12/-0)
guides/CMakeLists.txt (+17/-0)
guides/cppguide.xml (+4376/-0)
guides/styleguide.css (+147/-0)
guides/styleguide.xsl (+890/-0)
hud/CMakeLists.txt (+48/-0)
hud/HudAbstractView.cpp (+33/-0)
hud/HudAbstractView.h (+68/-0)
hud/HudButton.cpp (+254/-0)
hud/HudButton.h (+88/-0)
hud/HudController.cpp (+536/-0)
hud/HudController.h (+123/-0)
hud/HudIcon.cpp (+82/-0)
hud/HudIcon.h (+56/-0)
hud/HudIconTextureSource.cpp (+119/-0)
hud/HudIconTextureSource.h (+51/-0)
hud/HudPrivate.cpp (+78/-0)
hud/HudPrivate.h (+42/-0)
hud/HudView.cpp (+767/-0)
hud/HudView.h (+130/-0)
hud/StandaloneHud.cpp (+166/-0)
launcher/AbstractLauncherIcon.cpp (+27/-0)
launcher/AbstractLauncherIcon.h (+249/-0)
launcher/AbstractVolumeMonitorWrapper.h (+60/-0)
launcher/ApplicationLauncherIcon.cpp (+1395/-0)
launcher/ApplicationLauncherIcon.h (+143/-0)
launcher/BFBLauncherIcon.cpp (+147/-0)
launcher/BFBLauncherIcon.h (+66/-0)
launcher/CMakeLists.txt (+112/-0)
launcher/CairoBaseWindow.cpp (+168/-0)
launcher/CairoBaseWindow.h (+52/-0)
launcher/DNDCollectionWindow.cpp (+99/-0)
launcher/DNDCollectionWindow.h (+63/-0)
launcher/Decaymulator.cpp (+54/-0)
launcher/Decaymulator.h (+49/-0)
launcher/DesktopLauncherIcon.cpp (+69/-0)
launcher/DesktopLauncherIcon.h (+50/-0)
launcher/DeviceLauncherSection.cpp (+87/-0)
launcher/DeviceLauncherSection.h (+63/-0)
launcher/DeviceNotificationDisplay.h (+45/-0)
launcher/DeviceNotificationDisplayImp.cpp (+83/-0)
launcher/DeviceNotificationDisplayImp.h (+46/-0)
launcher/DevicesSettings.h (+52/-0)
launcher/DevicesSettingsImp.cpp (+149/-0)
launcher/DevicesSettingsImp.h (+50/-0)
launcher/DndData.cpp (+64/-0)
launcher/DndData.h (+71/-0)
launcher/EdgeBarrierController.cpp (+246/-0)
launcher/EdgeBarrierController.h (+59/-0)
launcher/ExpoLauncherIcon.cpp (+72/-0)
launcher/ExpoLauncherIcon.h (+45/-0)
launcher/FavoriteStore.cpp (+148/-0)
launcher/FavoriteStore.h (+82/-0)
launcher/FavoriteStoreGSettings.cpp (+249/-0)
launcher/FavoriteStoreGSettings.h (+65/-0)
launcher/FavoriteStorePrivate.cpp (+144/-0)
launcher/FavoriteStorePrivate.h (+50/-0)
launcher/FileManagerOpener.h (+45/-0)
launcher/FileManagerOpenerImp.cpp (+35/-0)
launcher/FileManagerOpenerImp.h (+39/-0)
launcher/HudLauncherIcon.cpp (+132/-0)
launcher/HudLauncherIcon.h (+60/-0)
launcher/Launcher.cpp (+2877/-0)
launcher/Launcher.h (+412/-0)
launcher/LauncherController.cpp (+1483/-0)
launcher/LauncherController.h (+97/-0)
launcher/LauncherControllerPrivate.h (+162/-0)
launcher/LauncherDragWindow.cpp (+178/-0)
launcher/LauncherDragWindow.h (+74/-0)
launcher/LauncherEntryRemote.cpp (+372/-0)
launcher/LauncherEntryRemote.h (+111/-0)
launcher/LauncherEntryRemoteModel.cpp (+306/-0)
launcher/LauncherEntryRemoteModel.h (+75/-0)
launcher/LauncherHideMachine.cpp (+234/-0)
launcher/LauncherHideMachine.h (+108/-0)
launcher/LauncherHoverMachine.cpp (+113/-0)
launcher/LauncherHoverMachine.h (+67/-0)
launcher/LauncherIcon.cpp (+1219/-0)
launcher/LauncherIcon.h (+349/-0)
launcher/LauncherModel.cpp (+509/-0)
launcher/LauncherModel.h (+132/-0)
launcher/LauncherOptions.cpp (+67/-0)
launcher/LauncherOptions.h (+109/-0)
launcher/MockLauncherIcon.cpp (+31/-0)
launcher/MockLauncherIcon.h (+361/-0)
launcher/PointerBarrier.cpp (+175/-0)
launcher/PointerBarrier.h (+106/-0)
launcher/QuicklistManager.cpp (+127/-0)
launcher/QuicklistManager.h (+56/-0)
launcher/QuicklistMenuItem.cpp (+394/-0)
launcher/QuicklistMenuItem.h (+127/-0)
launcher/QuicklistMenuItemCheckmark.cpp (+141/-0)
launcher/QuicklistMenuItemCheckmark.h (+44/-0)
launcher/QuicklistMenuItemLabel.cpp (+71/-0)
launcher/QuicklistMenuItemLabel.h (+44/-0)
launcher/QuicklistMenuItemRadio.cpp (+106/-0)
launcher/QuicklistMenuItemRadio.h (+43/-0)
launcher/QuicklistMenuItemSeparator.cpp (+91/-0)
launcher/QuicklistMenuItemSeparator.h (+48/-0)
launcher/QuicklistView.cpp (+1359/-0)
launcher/QuicklistView.h (+180/-0)
launcher/SimpleLauncherBar.cpp (+288/-0)
launcher/SimpleLauncherBar.h (+89/-0)
launcher/SimpleLauncherBarIcon.cpp (+129/-0)
launcher/SimpleLauncherBarIcon.h (+63/-0)
launcher/SimpleLauncherIcon.cpp (+156/-0)
launcher/SimpleLauncherIcon.h (+75/-0)
launcher/SingleMonitorLauncherIcon.cpp (+75/-0)
launcher/SingleMonitorLauncherIcon.h (+52/-0)
launcher/SoftwareCenterLauncherIcon.cpp (+181/-0)
launcher/SoftwareCenterLauncherIcon.h (+71/-0)
launcher/SpacerLauncherIcon.cpp (+45/-0)
launcher/SpacerLauncherIcon.h (+42/-0)
launcher/StandaloneLauncher.cpp (+62/-0)
launcher/StandaloneSwitcher.cpp (+301/-0)
launcher/SwitcherController.cpp (+521/-0)
launcher/SwitcherController.h (+151/-0)
launcher/SwitcherModel.cpp (+275/-0)
launcher/SwitcherModel.h (+105/-0)
launcher/SwitcherView.cpp (+637/-0)
launcher/SwitcherView.h (+139/-0)
launcher/Tooltip.cpp (+571/-0)
launcher/Tooltip.h (+89/-0)
launcher/TrashLauncherIcon.cpp (+197/-0)
launcher/TrashLauncherIcon.h (+69/-0)
launcher/Volume.h (+62/-0)
launcher/VolumeImp.cpp (+299/-0)
launcher/VolumeImp.h (+68/-0)
launcher/VolumeLauncherIcon.cpp (+362/-0)
launcher/VolumeLauncherIcon.h (+65/-0)
launcher/VolumeMonitorWrapper.cpp (+67/-0)
launcher/VolumeMonitorWrapper.h (+51/-0)
manual-tests/Dash.txt (+313/-0)
manual-tests/DashToPreviewTransition.txt (+38/-0)
manual-tests/Hud.txt (+14/-0)
manual-tests/Launcher.txt (+721/-0)
manual-tests/MultiMonitor.txt (+42/-0)
manual-tests/NvMinimizedWindows.txt (+14/-0)
manual-tests/NvResumeFromSuspend.txt (+14/-0)
manual-tests/Panel.txt (+127/-0)
manual-tests/PanelService.txt (+15/-0)
manual-tests/Preview.txt (+237/-0)
manual-tests/README.txt (+59/-0)
manual-tests/ShortcutsOverlay.txt (+14/-0)
manual-tests/SoftwareCenter.txt (+104/-0)
manual-tests/Switcher.txt (+121/-0)
manual-tests/TEST_TEMPLATE.txt (+22/-0)
manual-tests/WindowButtons.txt (+11/-0)
manual-tests/WindowManagement.txt (+84/-0)
panel/CMakeLists.txt (+49/-0)
panel/PanelController.cpp (+381/-0)
panel/PanelController.h (+67/-0)
panel/PanelIndicatorEntryView.cpp (+757/-0)
panel/PanelIndicatorEntryView.h (+129/-0)
panel/PanelIndicatorsView.cpp (+399/-0)
panel/PanelIndicatorsView.h (+105/-0)
panel/PanelMenuView.cpp (+1722/-0)
panel/PanelMenuView.h (+192/-0)
panel/PanelTitlebarGrabAreaView.cpp (+185/-0)
panel/PanelTitlebarGrabAreaView.h (+71/-0)
panel/PanelTray.cpp (+252/-0)
panel/PanelTray.h (+77/-0)
panel/PanelView.cpp (+885/-0)
panel/PanelView.h (+144/-0)
panel/StandalonePanel.cpp (+62/-0)
panel/WindowButtons.cpp (+803/-0)
panel/WindowButtons.h (+85/-0)
plugins/networkarearegion/CMakeLists.txt (+5/-0)
plugins/networkarearegion/networkarearegion.xml.in (+15/-0)
plugins/networkarearegion/src/networkarearegion.cpp (+167/-0)
plugins/networkarearegion/src/networkarearegion.h (+76/-0)
plugins/unity-mt-grab-handles/CMakeLists.txt (+5/-0)
plugins/unity-mt-grab-handles/src/unity-mt-grab-handle-group.cpp (+194/-0)
plugins/unity-mt-grab-handles/src/unity-mt-grab-handle-group.h (+92/-0)
plugins/unity-mt-grab-handles/src/unity-mt-grab-handle-impl-factory.cpp (+34/-0)
plugins/unity-mt-grab-handles/src/unity-mt-grab-handle-impl-factory.h (+56/-0)
plugins/unity-mt-grab-handles/src/unity-mt-grab-handle-layout.cpp (+123/-0)
plugins/unity-mt-grab-handles/src/unity-mt-grab-handle-layout.h (+36/-0)
plugins/unity-mt-grab-handles/src/unity-mt-grab-handle-window.h (+46/-0)
plugins/unity-mt-grab-handles/src/unity-mt-grab-handle.cpp (+125/-0)
plugins/unity-mt-grab-handles/src/unity-mt-grab-handle.h (+173/-0)
plugins/unity-mt-grab-handles/src/unity-mt-grab-handles.cpp (+834/-0)
plugins/unity-mt-grab-handles/src/unity-mt-grab-handles.h (+268/-0)
plugins/unity-mt-grab-handles/src/unity-mt-texture.cpp (+49/-0)
plugins/unity-mt-grab-handles/src/unity-mt-texture.h (+74/-0)
plugins/unity-mt-grab-handles/unitymtgrabhandles.xml.in (+43/-0)
plugins/unitydialog/CMakeLists.txt (+6/-0)
plugins/unitydialog/src/unitydialog.cpp (+1535/-0)
plugins/unitydialog/src/unitydialog.h (+367/-0)
plugins/unitydialog/unitydialog.xml.in (+39/-0)
plugins/unityshell/CMakeLists.txt (+22/-0)
plugins/unityshell/src/AggregateMonitor.cpp (+63/-0)
plugins/unityshell/src/AggregateMonitor.h (+50/-0)
plugins/unityshell/src/CompoundGestureRecognizer.cpp (+247/-0)
plugins/unityshell/src/CompoundGestureRecognizer.h (+71/-0)
plugins/unityshell/src/ElapsedTimeMonitor.cpp (+49/-0)
plugins/unityshell/src/ElapsedTimeMonitor.h (+47/-0)
plugins/unityshell/src/GesturalWindowSwitcher.cpp (+443/-0)
plugins/unityshell/src/GesturalWindowSwitcher.h (+85/-0)
plugins/unityshell/src/Monitor.cpp (+41/-0)
plugins/unityshell/src/Monitor.h (+44/-0)
plugins/unityshell/src/MultiMonitor.h (+25/-0)
plugins/unityshell/src/ScreenIntrospection.h (+48/-0)
plugins/unityshell/src/StartupNotifyService.cpp (+73/-0)
plugins/unityshell/src/StartupNotifyService.h (+54/-0)
plugins/unityshell/src/UnityGestureBroker.cpp (+133/-0)
plugins/unityshell/src/UnityGestureBroker.h (+52/-0)
plugins/unityshell/src/UnityGestureTarget.cpp (+53/-0)
plugins/unityshell/src/UnityGestureTarget.h (+44/-0)
plugins/unityshell/src/UnityShowdesktopHandler.cpp (+215/-0)
plugins/unityshell/src/UnityShowdesktopHandler.h (+155/-0)
plugins/unityshell/src/UnityshellPrivate.cpp (+44/-0)
plugins/unityshell/src/UnityshellPrivate.h (+45/-0)
plugins/unityshell/src/WindowGestureTarget.cpp (+216/-0)
plugins/unityshell/src/WindowGestureTarget.h (+57/-0)
plugins/unityshell/src/WindowMinimizeSpeedController.cpp (+107/-0)
plugins/unityshell/src/WindowMinimizeSpeedController.h (+57/-0)
plugins/unityshell/src/compizminimizedwindowhandler.h (+362/-0)
plugins/unityshell/src/comptransientfor.cpp (+86/-0)
plugins/unityshell/src/comptransientfor.h (+55/-0)
plugins/unityshell/src/glow_texture.h (+204/-0)
plugins/unityshell/src/inputremover.cpp (+350/-0)
plugins/unityshell/src/inputremover.h (+131/-0)
plugins/unityshell/src/minimizedwindowhandler.cpp (+275/-0)
plugins/unityshell/src/minimizedwindowhandler.h (+62/-0)
plugins/unityshell/src/nux-area-accessible.cpp (+589/-0)
plugins/unityshell/src/nux-area-accessible.h (+70/-0)
plugins/unityshell/src/nux-base-window-accessible.cpp (+203/-0)
plugins/unityshell/src/nux-base-window-accessible.h (+63/-0)
plugins/unityshell/src/nux-layout-accessible.cpp (+219/-0)
plugins/unityshell/src/nux-layout-accessible.h (+56/-0)
plugins/unityshell/src/nux-object-accessible.cpp (+169/-0)
plugins/unityshell/src/nux-object-accessible.h (+60/-0)
plugins/unityshell/src/nux-text-entry-accessible.cpp (+124/-0)
plugins/unityshell/src/nux-text-entry-accessible.h (+57/-0)
plugins/unityshell/src/nux-view-accessible.cpp (+298/-0)
plugins/unityshell/src/nux-view-accessible.h (+60/-0)
plugins/unityshell/src/perf-logger.vala (+120/-0)
plugins/unityshell/src/transientfor.cpp (+218/-0)
plugins/unityshell/src/transientfor.h (+61/-0)
plugins/unityshell/src/unity-dash-view-accessible.cpp (+114/-0)
plugins/unityshell/src/unity-dash-view-accessible.h (+57/-0)
plugins/unityshell/src/unity-launcher-accessible.cpp (+453/-0)
plugins/unityshell/src/unity-launcher-accessible.h (+57/-0)
plugins/unityshell/src/unity-launcher-icon-accessible.cpp (+500/-0)
plugins/unityshell/src/unity-launcher-icon-accessible.h (+60/-0)
plugins/unityshell/src/unity-panel-view-accessible.cpp (+117/-0)
plugins/unityshell/src/unity-panel-view-accessible.h (+53/-0)
plugins/unityshell/src/unity-places-group-accessible.cpp (+168/-0)
plugins/unityshell/src/unity-places-group-accessible.h (+57/-0)
plugins/unityshell/src/unity-quicklist-accessible.cpp (+180/-0)
plugins/unityshell/src/unity-quicklist-accessible.h (+57/-0)
plugins/unityshell/src/unity-quicklist-menu-accessible.cpp (+369/-0)
plugins/unityshell/src/unity-quicklist-menu-accessible.h (+57/-0)
plugins/unityshell/src/unity-quicklist-menu-item-accessible.cpp (+305/-0)
plugins/unityshell/src/unity-quicklist-menu-item-accessible.h (+57/-0)
plugins/unityshell/src/unity-result-accessible.cpp (+132/-0)
plugins/unityshell/src/unity-result-accessible.h (+56/-0)
plugins/unityshell/src/unity-root-accessible.cpp (+409/-0)
plugins/unityshell/src/unity-root-accessible.h (+58/-0)
plugins/unityshell/src/unity-rvgrid-accessible.cpp (+395/-0)
plugins/unityshell/src/unity-rvgrid-accessible.h (+57/-0)
plugins/unityshell/src/unity-sctext-accessible.cpp (+159/-0)
plugins/unityshell/src/unity-sctext-accessible.h (+57/-0)
plugins/unityshell/src/unity-search-bar-accessible.cpp (+151/-0)
plugins/unityshell/src/unity-search-bar-accessible.h (+57/-0)
plugins/unityshell/src/unity-switcher-accessible.cpp (+411/-0)
plugins/unityshell/src/unity-switcher-accessible.h (+57/-0)
plugins/unityshell/src/unity-util-accessible.cpp (+448/-0)
plugins/unityshell/src/unity-util-accessible.h (+59/-0)
plugins/unityshell/src/unitya11y.cpp (+292/-0)
plugins/unityshell/src/unitya11y.h (+40/-0)
plugins/unityshell/src/unitya11ytests.cpp (+333/-0)
plugins/unityshell/src/unitya11ytests.h (+35/-0)
plugins/unityshell/src/unityshell.cpp (+4175/-0)
plugins/unityshell/src/unityshell.h (+503/-0)
plugins/unityshell/src/unityshell_glow.cpp (+396/-0)
plugins/unityshell/src/unityshell_glow.h (+71/-0)
plugins/unityshell/unityshell.xml.in (+519/-0)
po/LINGUAS (+31/-0)
po/POTFILES.in (+36/-0)
po/POTFILES.skip (+5/-0)
po/ar.po (+288/-0)
po/bg.po (+288/-0)
po/cs.po (+289/-0)
po/da.po (+289/-0)
po/de.po (+289/-0)
po/el.po (+289/-0)
po/es.po (+289/-0)
po/fi.po (+289/-0)
po/fr.po (+289/-0)
po/he.po (+289/-0)
po/hi.po (+288/-0)
po/hr.po (+290/-0)
po/hu.po (+289/-0)
po/it.po (+289/-0)
po/ja.po (+289/-0)
po/ko.po (+289/-0)
po/nb.po (+289/-0)
po/nl.po (+289/-0)
po/pl.po (+290/-0)
po/pt.po (+289/-0)
po/pt_BR.po (+289/-0)
po/ro.po (+290/-0)
po/ru.po (+290/-0)
po/sk.po (+289/-0)
po/sl.po (+290/-0)
po/sr.po (+290/-0)
po/sv.po (+289/-0)
po/th.po (+288/-0)
po/tr.po (+289/-0)
po/unity.pot (+283/-0)
po/zh_CN.po (+288/-0)
po/zh_TW.po (+288/-0)
resources/bag.svg (+9/-0)
resources/dash-widgets.json (+137/-0)
resources/emblem_apps.svg (+90/-0)
resources/emblem_books.svg (+9/-0)
resources/emblem_clothes.svg (+8/-0)
resources/emblem_music.svg (+15/-0)
resources/emblem_others.svg (+12/-0)
resources/emblem_video.svg (+58/-0)
resources/flow-view.svg (+16/-0)
resources/grid-view.svg (+21/-0)
resources/lens-nav-app.svg (+17/-0)
resources/lens-nav-file.svg (+8/-0)
resources/lens-nav-gwibber.svg (+12/-0)
resources/lens-nav-home.svg (+9/-0)
resources/lens-nav-music.svg (+11/-0)
resources/lens-nav-people.svg (+21/-0)
resources/lens-nav-photo.svg (+11/-0)
resources/lens-nav-video.svg (+13/-0)
resources/next.svg (+17/-0)
resources/pause.svg (+9/-0)
resources/play.svg (+12/-0)
resources/prev.svg (+17/-0)
resources/preview_next.svg (+17/-0)
resources/preview_pause.svg (+8/-0)
resources/preview_play.svg (+9/-0)
resources/preview_previous.svg (+28/-0)
resources/search_circle.svg (+146/-0)
resources/search_close.svg (+134/-0)
resources/search_spin.svg (+174/-0)
resources/star-outline.svg (+13/-0)
services/CMakeLists.txt (+56/-0)
services/com.canonical.Unity.Panel.Service.service.cmake (+3/-0)
services/panel-a11y.c (+42/-0)
services/panel-a11y.h (+30/-0)
services/panel-indicator-accessible.c (+386/-0)
services/panel-indicator-accessible.h (+55/-0)
services/panel-indicator-entry-accessible.c (+335/-0)
services/panel-indicator-entry-accessible.h (+57/-0)
services/panel-main.c (+438/-0)
services/panel-marshal.list (+3/-0)
services/panel-root-accessible.c (+180/-0)
services/panel-root-accessible.h (+51/-0)
services/panel-service.c (+1842/-0)
services/panel-service.h (+120/-0)
services/panel-util-accessible.c (+57/-0)
services/panel-util-accessible.h (+51/-0)
shortcuts/AbstractShortcutHint.h (+100/-0)
shortcuts/BaseWindowRaiser.h (+47/-0)
shortcuts/BaseWindowRaiserImp.cpp (+33/-0)
shortcuts/BaseWindowRaiserImp.h (+39/-0)
shortcuts/CMakeLists.txt (+52/-0)
shortcuts/MockShortcutHint.h (+71/-0)
shortcuts/ShortcutController.cpp (+226/-0)
shortcuts/ShortcutController.h (+97/-0)
shortcuts/ShortcutHint.cpp (+164/-0)
shortcuts/ShortcutHint.h (+53/-0)
shortcuts/ShortcutHintPrivate.cpp (+117/-0)
shortcuts/ShortcutHintPrivate.h (+41/-0)
shortcuts/ShortcutModel.cpp (+53/-0)
shortcuts/ShortcutModel.h (+59/-0)
shortcuts/ShortcutView.cpp (+299/-0)
shortcuts/ShortcutView.h (+88/-0)
shortcuts/StandaloneShortcuts.cpp (+250/-0)
tests/CMakeLists.txt (+316/-0)
tests/autopilot/Makefile (+3/-0)
tests/autopilot/README (+22/-0)
tests/autopilot/setup.py (+15/-0)
tests/autopilot/unity/emulators/__init__.py (+41/-0)
tests/autopilot/unity/emulators/dash.py (+575/-0)
tests/autopilot/unity/emulators/hud.py (+175/-0)
tests/autopilot/unity/emulators/icons.py (+117/-0)
tests/autopilot/unity/emulators/launcher.py (+524/-0)
tests/autopilot/unity/emulators/panel.py (+347/-0)
tests/autopilot/unity/emulators/quicklist.py (+103/-0)
tests/autopilot/unity/emulators/screen.py (+50/-0)
tests/autopilot/unity/emulators/shortcut_hint.py (+59/-0)
tests/autopilot/unity/emulators/switcher.py (+249/-0)
tests/autopilot/unity/emulators/tooltip.py (+16/-0)
tests/autopilot/unity/emulators/unity.py (+62/-0)
tests/autopilot/unity/emulators/window_manager.py (+44/-0)
tests/autopilot/unity/emulators/workspace.py (+92/-0)
tests/autopilot/unity/tests/__init__.py (+287/-0)
tests/autopilot/unity/tests/launcher/__init__.py (+59/-0)
tests/autopilot/unity/tests/launcher/test_capture.py (+129/-0)
tests/autopilot/unity/tests/launcher/test_icon_behavior.py (+294/-0)
tests/autopilot/unity/tests/launcher/test_keynav.py (+236/-0)
tests/autopilot/unity/tests/launcher/test_reveal.py (+115/-0)
tests/autopilot/unity/tests/launcher/test_shortcut.py (+61/-0)
tests/autopilot/unity/tests/launcher/test_switcher.py (+168/-0)
tests/autopilot/unity/tests/launcher/test_visual.py (+76/-0)
tests/autopilot/unity/tests/test_command_lens.py (+88/-0)
tests/autopilot/unity/tests/test_dash.py (+993/-0)
tests/autopilot/unity/tests/test_home_lens.py (+45/-0)
tests/autopilot/unity/tests/test_hud.py (+740/-0)
tests/autopilot/unity/tests/test_ibus.py (+255/-0)
tests/autopilot/unity/tests/test_panel.py (+1248/-0)
tests/autopilot/unity/tests/test_quicklist.py (+407/-0)
tests/autopilot/unity/tests/test_shopping_lens.py (+114/-0)
tests/autopilot/unity/tests/test_shortcut_hint.py (+167/-0)
tests/autopilot/unity/tests/test_showdesktop.py (+105/-0)
tests/autopilot/unity/tests/test_spread.py (+122/-0)
tests/autopilot/unity/tests/test_switcher.py (+504/-0)
tests/autopilot/unity/tests/test_unity_logging.py (+69/-0)
tests/autopilot/unity/tests/xim/test_gcin.py (+77/-0)
tests/bamf-mock-application.c (+201/-0)
tests/bamf-mock-application.h (+77/-0)
tests/data/applications/bzr-handle-patch.desktop (+10/-0)
tests/data/applications/no-icon.desktop (+7/-0)
tests/data/applications/ubuntu-software-center.desktop (+13/-0)
tests/data/applications/ubuntuone-installer.desktop (+12/-0)
tests/data/applications/update-manager.desktop (+10/-0)
tests/data/lenses/applications/applications.lens (+9/-0)
tests/data/lenses/files/files.lens (+9/-0)
tests/data/lenses/invalid-lens-file/invalid-lens-file.lens (+4/-0)
tests/data/lenses/invalid-lens-group/invalid-lens-group.lens (+10/-0)
tests/data/lenses/social/social.lens (+7/-0)
tests/gmockmount.c (+167/-0)
tests/gmockmount.h (+55/-0)
tests/gmockvolume.c (+312/-0)
tests/gmockvolume.h (+70/-0)
tests/test-gestures/CMakeLists.txt (+98/-0)
tests/test-gestures/FakeGestureEvent.h (+63/-0)
tests/test-gestures/GesturalWindowSwitcherMock.h (+40/-0)
tests/test-gestures/NuxMock.h (+27/-0)
tests/test-gestures/PluginAdapterMock.cpp (+33/-0)
tests/test-gestures/PluginAdapterMock.h (+38/-0)
tests/test-gestures/SwitcherControllerMock.h (+97/-0)
tests/test-gestures/UnityGestureTargetMock.h (+15/-0)
tests/test-gestures/WindowGestureTargetMock.h (+55/-0)
tests/test-gestures/X11_mock.cpp (+40/-0)
tests/test-gestures/X11_mock.h (+37/-0)
tests/test-gestures/compiz_mock/core/core.h (+29/-0)
tests/test-gestures/compiz_mock/core/screen.h (+77/-0)
tests/test-gestures/compiz_mock/core/timer.h (+79/-0)
tests/test-gestures/compiz_mock/core/window.h (+79/-0)
tests/test-gestures/sed_script_broker (+12/-0)
tests/test-gestures/sed_script_gesture (+18/-0)
tests/test-gestures/sed_script_switcher (+25/-0)
tests/test-gestures/test_compound_gesture_recognizer.cpp (+189/-0)
tests/test-gestures/test_gestural_window_switcher.cpp (+323/-0)
tests/test-gestures/test_gesture_broker.cpp (+137/-0)
tests/test-gestures/test_gestures_main.cpp (+59/-0)
tests/test-gestures/test_window_gesture_target.cpp (+235/-0)
tests/test-gestures/ubus-server-mock.cpp (+32/-0)
tests/test-gestures/ubus-server-mock.h (+35/-0)
tests/test-gestures/unityshell_mock.h (+68/-0)
tests/test-get-transients/CMakeLists.txt (+24/-0)
tests/test-get-transients/test-get-transients.cpp (+111/-0)
tests/test-input-remover/CMakeLists.txt (+20/-0)
tests/test-input-remover/test-input-remover.cpp (+224/-0)
tests/test-minimize-window-handler/CMakeLists.txt (+25/-0)
tests/test-minimize-window-handler/test-minimize-handler.cpp (+221/-0)
tests/test_animator.cpp (+295/-0)
tests/test_application_launcher_icon.cpp (+184/-0)
tests/test_bfb_launcher_icon.cpp (+57/-0)
tests/test_categories.cpp (+85/-0)
tests/test_dashview_impl.cpp (+83/-0)
tests/test_dbus_indicators.cpp (+99/-0)
tests/test_desktop_launcher_icon.cpp (+80/-0)
tests/test_desktop_utilities.cpp (+204/-0)
tests/test_device_launcher_section.cpp (+86/-0)
tests/test_edge_barrier_controller.cpp (+272/-0)
tests/test_expo_launcher_icon.cpp (+58/-0)
tests/test_favorite_store.cpp (+111/-0)
tests/test_favorite_store_gsettings.cpp (+490/-0)
tests/test_favorite_store_private.cpp (+417/-0)
tests/test_filesystem_lenses.cpp (+107/-0)
tests/test_filter.cpp (+146/-0)
tests/test_gdbus_proxy.cpp (+199/-0)
tests/test_glib_object.cpp (+341/-0)
tests/test_glib_object_utils.cpp (+62/-0)
tests/test_glib_object_utils.h (+60/-0)
tests/test_glib_signals.cpp (+445/-0)
tests/test_glib_signals_utils.cpp (+102/-0)
tests/test_glib_signals_utils.h (+46/-0)
tests/test_glib_signals_utils_marshal.list (+6/-0)
tests/test_glib_source.cpp (+754/-0)
tests/test_glib_variant.cpp (+153/-0)
tests/test_grabhandle.cpp (+351/-0)
tests/test_home_lens.cpp (+754/-0)
tests/test_hud.cpp (+142/-0)
tests/test_hud_button.cpp (+73/-0)
tests/test_hud_controller.cpp (+91/-0)
tests/test_hud_launcher_icon.cpp (+53/-0)
tests/test_hud_private.cpp (+77/-0)
tests/test_hud_view.cpp (+75/-0)
tests/test_icon_loader.cpp (+280/-0)
tests/test_im_text_entry.cpp (+199/-0)
tests/test_indicator.cpp (+210/-0)
tests/test_indicator_appmenu.cpp (+66/-0)
tests/test_indicator_entry.cpp (+284/-0)
tests/test_indicators.cpp (+586/-0)
tests/test_introspection.cpp (+356/-0)
tests/test_keyboard_util.cpp (+117/-0)
tests/test_launcher.cpp (+505/-0)
tests/test_launcher_controller.cpp (+1547/-0)
tests/test_launcher_drag_window.cpp (+91/-0)
tests/test_launcher_entry_remote.cpp (+389/-0)
tests/test_launcher_hide_machine.cpp (+75/-0)
tests/test_launcher_hover_machine.cpp (+115/-0)
tests/test_launcher_icon.cpp (+113/-0)
tests/test_launcher_minimize_speed.cpp (+123/-0)
tests/test_launcher_model.cpp (+481/-0)
tests/test_layout_system.cpp (+158/-0)
tests/test_lens.cpp (+610/-0)
tests/test_main.cpp (+29/-0)
tests/test_main_dbus.cpp (+85/-0)
tests/test_main_xless.cpp (+22/-0)
tests/test_mock_devices.h (+93/-0)
tests/test_model.cpp (+171/-0)
tests/test_model_iterator.cpp (+126/-0)
tests/test_panel_menu_view.cpp (+96/-0)
tests/test_panel_style.cpp (+81/-0)
tests/test_places_group.cpp (+103/-0)
tests/test_pointer_barrier.cpp (+141/-0)
tests/test_previews.cpp (+271/-0)
tests/test_previews_application.cpp (+148/-0)
tests/test_previews_generic.cpp (+131/-0)
tests/test_previews_movie.cpp (+138/-0)
tests/test_previews_music.cpp (+133/-0)
tests/test_previews_social.cpp (+110/-0)
tests/test_quicklist_menu_item.cpp (+177/-0)
tests/test_quicklist_view.cpp (+127/-0)
tests/test_ratings_filter.cpp (+79/-0)
tests/test_results.cpp (+160/-0)
tests/test_resultviewgrid.cpp (+103/-0)
tests/test_service_gdbus_wrapper.c (+201/-0)
tests/test_service_gdbus_wrapper.h (+46/-0)
tests/test_service_hud.c (+360/-0)
tests/test_service_hud.h (+46/-0)
tests/test_service_lens.c (+213/-0)
tests/test_service_lens.h (+47/-0)
tests/test_service_main.c (+104/-0)
tests/test_service_model.c (+98/-0)
tests/test_service_model.h (+48/-0)
tests/test_service_panel.c (+253/-0)
tests/test_service_panel.h (+46/-0)
tests/test_shortcut_controller.cpp (+64/-0)
tests/test_shortcut_model.cpp (+85/-0)
tests/test_shortcut_private.cpp (+82/-0)
tests/test_showdesktop_handler.cpp (+539/-0)
tests/test_single_monitor_launcher_icon.cpp (+55/-0)
tests/test_software_center_launcher_icon.cpp (+74/-0)
tests/test_switcher_controller.cpp (+193/-0)
tests/test_switcher_model.cpp (+136/-0)
tests/test_text_input.cpp (+116/-0)
tests/test_texture_cache.cpp (+122/-0)
tests/test_thumbnail_generator.cpp (+266/-0)
tests/test_trash_launcher_icon.cpp (+39/-0)
tests/test_ubus.cpp (+327/-0)
tests/test_unity_settings.cpp (+110/-0)
tests/test_unityshell_private.cpp (+39/-0)
tests/test_uscreen_mock.h (+85/-0)
tests/test_utils.h (+94/-0)
tests/test_volume_imp.cpp (+168/-0)
tests/test_volume_launcher_icon.cpp (+536/-0)
tests/unit/TestMain.cpp (+82/-0)
tests/unit/TestPanelService.cpp (+407/-0)
tests/unit/TestStaticCairoText.cpp (+106/-0)
tests/unit/TestThreadHelper.h (+23/-0)
tests/x11-window-read-transients.cpp (+76/-0)
tests/x11-window-read-transients.h (+51/-0)
tests/x11-window.cpp (+79/-0)
tests/x11-window.h (+49/-0)
tools/CMakeLists.txt (+9/-0)
tools/apply_unity_formatting.sh (+16/-0)
tools/astyle-formatter (+11/-0)
tools/autopilot (+16/-0)
tools/build-compiz-glib (+137/-0)
tools/coding-guidelines (+15/-0)
tools/convert-files/compiz-profile-active-unity.convert (+159/-0)
tools/convert-files/compiz-profile-unity.convert (+159/-0)
tools/eclipse-c++-google-style.xml (+166/-0)
tools/makebootchart.py (+207/-0)
tools/migration-scripts/01_unity_change_dconf_path (+5/-0)
tools/unity-introspection-visualiser.py (+109/-0)
tools/unity.cmake (+187/-0)
unity-ff-tv/dash/CMakeLists.txt (+68/-0)
unity-ff-tv/dash/CoverflowResultView.cpp (+326/-0)
unity-ff-tv/dash/CoverflowResultView.h (+59/-0)
unity-ff-tv/dash/DashController.cpp (+479/-0)
unity-ff-tv/dash/DashController.h (+119/-0)
unity-ff-tv/dash/DashView.cpp (+1446/-0)
unity-ff-tv/dash/DashView.h (+183/-0)
unity-ff-tv/dash/DashViewPrivate.cpp (+76/-0)
unity-ff-tv/dash/DashViewPrivate.h (+44/-0)
unity-ff-tv/dash/FilterAllButton.cpp (+76/-0)
unity-ff-tv/dash/FilterAllButton.h (+56/-0)
unity-ff-tv/dash/FilterBar.cpp (+136/-0)
unity-ff-tv/dash/FilterBar.h (+73/-0)
unity-ff-tv/dash/FilterBasicButton.cpp (+198/-0)
unity-ff-tv/dash/FilterBasicButton.h (+70/-0)
unity-ff-tv/dash/FilterExpanderLabel.cpp (+325/-0)
unity-ff-tv/dash/FilterExpanderLabel.h (+103/-0)
unity-ff-tv/dash/FilterFactory.cpp (+88/-0)
unity-ff-tv/dash/FilterFactory.h (+45/-0)
unity-ff-tv/dash/FilterGenreButton.cpp (+72/-0)
unity-ff-tv/dash/FilterGenreButton.h (+53/-0)
unity-ff-tv/dash/FilterGenreWidget.cpp (+127/-0)
unity-ff-tv/dash/FilterGenreWidget.h (+71/-0)
unity-ff-tv/dash/FilterMultiRangeButton.cpp (+279/-0)
unity-ff-tv/dash/FilterMultiRangeButton.h (+106/-0)
unity-ff-tv/dash/FilterMultiRangeWidget.cpp (+167/-0)
unity-ff-tv/dash/FilterMultiRangeWidget.h (+71/-0)
unity-ff-tv/dash/FilterRatingsButton.cpp (+274/-0)
unity-ff-tv/dash/FilterRatingsButton.h (+73/-0)
unity-ff-tv/dash/FilterRatingsWidget.cpp (+88/-0)
unity-ff-tv/dash/FilterRatingsWidget.h (+62/-0)
unity-ff-tv/dash/LensBar.cpp (+286/-0)
unity-ff-tv/dash/LensBar.h (+88/-0)
unity-ff-tv/dash/LensBarIcon.cpp (+128/-0)
unity-ff-tv/dash/LensBarIcon.h (+63/-0)
unity-ff-tv/dash/LensView.cpp (+812/-0)
unity-ff-tv/dash/LensView.h (+135/-0)
unity-ff-tv/dash/PlacesGroup.cpp (+636/-0)
unity-ff-tv/dash/PlacesGroup.h (+157/-0)
unity-ff-tv/dash/PreviewStateMachine.cpp (+110/-0)
unity-ff-tv/dash/PreviewStateMachine.h (+74/-0)
unity-ff-tv/dash/ResultRenderer.cpp (+57/-0)
unity-ff-tv/dash/ResultRenderer.h (+73/-0)
unity-ff-tv/dash/ResultRendererHorizontalTile.cpp (+302/-0)
unity-ff-tv/dash/ResultRendererHorizontalTile.h (+61/-0)
unity-ff-tv/dash/ResultRendererTile.cpp (+398/-0)
unity-ff-tv/dash/ResultRendererTile.h (+95/-0)
unity-ff-tv/dash/ResultView.cpp (+286/-0)
unity-ff-tv/dash/ResultView.h (+109/-0)
unity-ff-tv/dash/ResultViewGrid.cpp (+994/-0)
unity-ff-tv/dash/ResultViewGrid.h (+127/-0)
unity-ff-tv/dash/StandaloneDash.cpp (+112/-0)
unity-ff-tv/dash/dash/CoverflowResultView.cpp (+326/-0)
unity-ff-tv/hud/CMakeLists.txt (+48/-0)
unity-ff-tv/hud/HudAbstractView.cpp (+33/-0)
unity-ff-tv/hud/HudAbstractView.h (+68/-0)
unity-ff-tv/hud/HudButton.cpp (+254/-0)
unity-ff-tv/hud/HudButton.h (+88/-0)
unity-ff-tv/hud/HudController.cpp (+536/-0)
unity-ff-tv/hud/HudController.h (+123/-0)
unity-ff-tv/hud/HudIcon.cpp (+82/-0)
unity-ff-tv/hud/HudIcon.h (+56/-0)
unity-ff-tv/hud/HudIconTextureSource.cpp (+119/-0)
unity-ff-tv/hud/HudIconTextureSource.h (+51/-0)
unity-ff-tv/hud/HudPrivate.cpp (+78/-0)
unity-ff-tv/hud/HudPrivate.h (+42/-0)
unity-ff-tv/hud/HudView.cpp (+767/-0)
unity-ff-tv/hud/HudView.h (+130/-0)
unity-ff-tv/hud/StandaloneHud.cpp (+166/-0)
unity-ff-tv/launcher/AbstractLauncherIcon.cpp (+27/-0)
unity-ff-tv/launcher/AbstractLauncherIcon.h (+249/-0)
unity-ff-tv/launcher/AbstractVolumeMonitorWrapper.h (+60/-0)
unity-ff-tv/launcher/ApplicationLauncherIcon.cpp (+1395/-0)
unity-ff-tv/launcher/ApplicationLauncherIcon.h (+143/-0)
unity-ff-tv/launcher/BFBLauncherIcon.cpp (+147/-0)
unity-ff-tv/launcher/BFBLauncherIcon.h (+66/-0)
unity-ff-tv/launcher/CMakeLists.txt (+110/-0)
unity-ff-tv/launcher/CairoBaseWindow.cpp (+168/-0)
unity-ff-tv/launcher/CairoBaseWindow.h (+52/-0)
unity-ff-tv/launcher/DNDCollectionWindow.cpp (+99/-0)
unity-ff-tv/launcher/DNDCollectionWindow.h (+63/-0)
unity-ff-tv/launcher/Decaymulator.cpp (+54/-0)
unity-ff-tv/launcher/Decaymulator.h (+49/-0)
unity-ff-tv/launcher/DesktopLauncherIcon.cpp (+69/-0)
unity-ff-tv/launcher/DesktopLauncherIcon.h (+50/-0)
unity-ff-tv/launcher/DeviceLauncherSection.cpp (+87/-0)
unity-ff-tv/launcher/DeviceLauncherSection.h (+63/-0)
unity-ff-tv/launcher/DeviceNotificationDisplay.h (+45/-0)
unity-ff-tv/launcher/DeviceNotificationDisplayImp.cpp (+83/-0)
unity-ff-tv/launcher/DeviceNotificationDisplayImp.h (+46/-0)
unity-ff-tv/launcher/DevicesSettings.h (+52/-0)
unity-ff-tv/launcher/DevicesSettingsImp.cpp (+149/-0)
unity-ff-tv/launcher/DevicesSettingsImp.h (+50/-0)
unity-ff-tv/launcher/DndData.cpp (+64/-0)
unity-ff-tv/launcher/DndData.h (+71/-0)
unity-ff-tv/launcher/EdgeBarrierController.cpp (+246/-0)
unity-ff-tv/launcher/EdgeBarrierController.h (+59/-0)
unity-ff-tv/launcher/ExpoLauncherIcon.cpp (+72/-0)
unity-ff-tv/launcher/ExpoLauncherIcon.h (+45/-0)
unity-ff-tv/launcher/FavoriteStore.cpp (+148/-0)
unity-ff-tv/launcher/FavoriteStore.h (+82/-0)
unity-ff-tv/launcher/FavoriteStoreGSettings.cpp (+249/-0)
unity-ff-tv/launcher/FavoriteStoreGSettings.h (+65/-0)
unity-ff-tv/launcher/FavoriteStorePrivate.cpp (+144/-0)
unity-ff-tv/launcher/FavoriteStorePrivate.h (+50/-0)
unity-ff-tv/launcher/FileManagerOpener.h (+45/-0)
unity-ff-tv/launcher/FileManagerOpenerImp.cpp (+35/-0)
unity-ff-tv/launcher/FileManagerOpenerImp.h (+39/-0)
unity-ff-tv/launcher/HudLauncherIcon.cpp (+132/-0)
unity-ff-tv/launcher/HudLauncherIcon.h (+60/-0)
unity-ff-tv/launcher/Launcher.cpp (+2877/-0)
unity-ff-tv/launcher/Launcher.h (+412/-0)
unity-ff-tv/launcher/LauncherController.cpp (+1480/-0)
unity-ff-tv/launcher/LauncherController.h (+97/-0)
unity-ff-tv/launcher/LauncherControllerPrivate.h (+162/-0)
unity-ff-tv/launcher/LauncherDragWindow.cpp (+178/-0)
unity-ff-tv/launcher/LauncherDragWindow.h (+74/-0)
unity-ff-tv/launcher/LauncherEntryRemote.cpp (+372/-0)
unity-ff-tv/launcher/LauncherEntryRemote.h (+111/-0)
unity-ff-tv/launcher/LauncherEntryRemoteModel.cpp (+306/-0)
unity-ff-tv/launcher/LauncherEntryRemoteModel.h (+75/-0)
unity-ff-tv/launcher/LauncherHideMachine.cpp (+234/-0)
unity-ff-tv/launcher/LauncherHideMachine.h (+108/-0)
unity-ff-tv/launcher/LauncherHoverMachine.cpp (+113/-0)
unity-ff-tv/launcher/LauncherHoverMachine.h (+67/-0)
unity-ff-tv/launcher/LauncherIcon.cpp (+1219/-0)
unity-ff-tv/launcher/LauncherIcon.h (+349/-0)
unity-ff-tv/launcher/LauncherModel.cpp (+509/-0)
unity-ff-tv/launcher/LauncherModel.h (+132/-0)
unity-ff-tv/launcher/LauncherOptions.cpp (+67/-0)
unity-ff-tv/launcher/LauncherOptions.h (+109/-0)
unity-ff-tv/launcher/MockLauncherIcon.cpp (+31/-0)
unity-ff-tv/launcher/MockLauncherIcon.h (+361/-0)
unity-ff-tv/launcher/PointerBarrier.cpp (+175/-0)
unity-ff-tv/launcher/PointerBarrier.h (+106/-0)
unity-ff-tv/launcher/QuicklistManager.cpp (+127/-0)
unity-ff-tv/launcher/QuicklistManager.h (+56/-0)
unity-ff-tv/launcher/QuicklistMenuItem.cpp (+394/-0)
unity-ff-tv/launcher/QuicklistMenuItem.h (+127/-0)
unity-ff-tv/launcher/QuicklistMenuItemCheckmark.cpp (+141/-0)
unity-ff-tv/launcher/QuicklistMenuItemCheckmark.h (+44/-0)
unity-ff-tv/launcher/QuicklistMenuItemLabel.cpp (+71/-0)
unity-ff-tv/launcher/QuicklistMenuItemLabel.h (+44/-0)
unity-ff-tv/launcher/QuicklistMenuItemRadio.cpp (+106/-0)
unity-ff-tv/launcher/QuicklistMenuItemRadio.h (+43/-0)
unity-ff-tv/launcher/QuicklistMenuItemSeparator.cpp (+91/-0)
unity-ff-tv/launcher/QuicklistMenuItemSeparator.h (+48/-0)
unity-ff-tv/launcher/QuicklistView.cpp (+1359/-0)
unity-ff-tv/launcher/QuicklistView.h (+180/-0)
unity-ff-tv/launcher/SimpleLauncherIcon.cpp (+156/-0)
unity-ff-tv/launcher/SimpleLauncherIcon.h (+75/-0)
unity-ff-tv/launcher/SingleMonitorLauncherIcon.cpp (+75/-0)
unity-ff-tv/launcher/SingleMonitorLauncherIcon.h (+52/-0)
unity-ff-tv/launcher/SoftwareCenterLauncherIcon.cpp (+181/-0)
unity-ff-tv/launcher/SoftwareCenterLauncherIcon.h (+71/-0)
unity-ff-tv/launcher/SpacerLauncherIcon.cpp (+45/-0)
unity-ff-tv/launcher/SpacerLauncherIcon.h (+42/-0)
unity-ff-tv/launcher/StandaloneLauncher.cpp (+62/-0)
unity-ff-tv/launcher/StandaloneSwitcher.cpp (+301/-0)
unity-ff-tv/launcher/SwitcherController.cpp (+521/-0)
unity-ff-tv/launcher/SwitcherController.h (+151/-0)
unity-ff-tv/launcher/SwitcherModel.cpp (+275/-0)
unity-ff-tv/launcher/SwitcherModel.h (+105/-0)
unity-ff-tv/launcher/SwitcherView.cpp (+637/-0)
unity-ff-tv/launcher/SwitcherView.h (+139/-0)
unity-ff-tv/launcher/Tooltip.cpp (+571/-0)
unity-ff-tv/launcher/Tooltip.h (+89/-0)
unity-ff-tv/launcher/TrashLauncherIcon.cpp (+197/-0)
unity-ff-tv/launcher/TrashLauncherIcon.h (+69/-0)
unity-ff-tv/launcher/Volume.h (+62/-0)
unity-ff-tv/launcher/VolumeImp.cpp (+299/-0)
unity-ff-tv/launcher/VolumeImp.h (+68/-0)
unity-ff-tv/launcher/VolumeLauncherIcon.cpp (+362/-0)
unity-ff-tv/launcher/VolumeLauncherIcon.h (+65/-0)
unity-ff-tv/launcher/VolumeMonitorWrapper.cpp (+67/-0)
unity-ff-tv/launcher/VolumeMonitorWrapper.h (+51/-0)
unity-shared/AbstractIconRenderer.h (+123/-0)
unity-shared/AbstractSeparator.cpp (+68/-0)
unity-shared/AbstractSeparator.h (+49/-0)
unity-shared/Animator.cpp (+135/-0)
unity-shared/Animator.h (+64/-0)
unity-shared/BGHash.cpp (+196/-0)
unity-shared/BGHash.h (+59/-0)
unity-shared/BackgroundEffectHelper.cpp (+414/-0)
unity-shared/BackgroundEffectHelper.h (+92/-0)
unity-shared/CMakeLists.txt (+113/-0)
unity-shared/CairoTexture.h (+64/-0)
unity-shared/CoverArt.cpp (+495/-0)
unity-shared/CoverArt.h (+108/-0)
unity-shared/DashStyle.cpp (+2426/-0)
unity-shared/DashStyle.h (+267/-0)
unity-shared/DashStyleInterface.h (+53/-0)
unity-shared/DebugDBusInterface.cpp (+394/-0)
unity-shared/DebugDBusInterface.h (+67/-0)
unity-shared/DefaultThumbnailProvider.cpp (+78/-0)
unity-shared/DefaultThumbnailProvider.h (+38/-0)
unity-shared/FakeKeyboardUtil.cpp (+36/-0)
unity-shared/FontSettings.cpp (+92/-0)
unity-shared/FontSettings.h (+43/-0)
unity-shared/GraphicsUtils.cpp (+71/-0)
unity-shared/GraphicsUtils.h (+36/-0)
unity-shared/IMTextEntry.cpp (+88/-0)
unity-shared/IMTextEntry.h (+48/-0)
unity-shared/IconLoader.cpp (+1096/-0)
unity-shared/IconLoader.h (+76/-0)
unity-shared/IconRenderer.cpp (+1293/-0)
unity-shared/IconRenderer.h (+100/-0)
unity-shared/IconTexture.cpp (+315/-0)
unity-shared/IconTexture.h (+98/-0)
unity-shared/IconTextureSource.cpp (+47/-0)
unity-shared/IconTextureSource.h (+68/-0)
unity-shared/Introspectable.cpp (+119/-0)
unity-shared/Introspectable.h (+71/-0)
unity-shared/IntrospectableWrappers.cpp (+59/-0)
unity-shared/IntrospectableWrappers.h (+56/-0)
unity-shared/JSONParser.cpp (+189/-0)
unity-shared/JSONParser.h (+136/-0)
unity-shared/KeyboardUtil.h (+35/-0)
unity-shared/LayoutSystem.cpp (+282/-0)
unity-shared/LayoutSystem.h (+76/-0)
unity-shared/LineSeparator.cpp (+70/-0)
unity-shared/LineSeparator.h (+45/-0)
unity-shared/OverlayRenderer.cpp (+1040/-0)
unity-shared/OverlayRenderer.h (+92/-0)
unity-shared/PanelStyle.cpp (+394/-0)
unity-shared/PanelStyle.h (+100/-0)
unity-shared/PlacesVScrollBar.cpp (+149/-0)
unity-shared/PlacesVScrollBar.h (+58/-0)
unity-shared/PluginAdapter.cpp (+1470/-0)
unity-shared/PluginAdapter.h (+230/-0)
unity-shared/PreviewStyle.cpp (+406/-0)
unity-shared/PreviewStyle.h (+160/-0)
unity-shared/RatingsButton.cpp (+292/-0)
unity-shared/RatingsButton.h (+77/-0)
unity-shared/ResizingBaseWindow.h (+55/-0)
unity-shared/SearchBar.cpp (+640/-0)
unity-shared/SearchBar.h (+132/-0)
unity-shared/SearchBarSpinner.cpp (+197/-0)
unity-shared/SearchBarSpinner.h (+79/-0)
unity-shared/StandaloneWindowManager.cpp (+498/-0)
unity-shared/StandaloneWindowManager.h (+159/-0)
unity-shared/StaticCairoText.cpp (+599/-0)
unity-shared/StaticCairoText.h (+109/-0)
unity-shared/TextInput.cpp (+313/-0)
unity-shared/TextInput.h (+117/-0)
unity-shared/TextureCache.cpp (+106/-0)
unity-shared/TextureCache.h (+67/-0)
unity-shared/TextureThumbnailProvider.cpp (+175/-0)
unity-shared/TextureThumbnailProvider.h (+38/-0)
unity-shared/ThumbnailGenerator.cpp (+542/-0)
unity-shared/ThumbnailGenerator.h (+85/-0)
unity-shared/TimeUtil.h (+68/-0)
unity-shared/Timer.cpp (+50/-0)
unity-shared/Timer.h (+49/-0)
unity-shared/UBusMessages.h (+100/-0)
unity-shared/UBusServer.cpp (+116/-0)
unity-shared/UBusServer.h (+71/-0)
unity-shared/UBusWrapper.cpp (+70/-0)
unity-shared/UBusWrapper.h (+55/-0)
unity-shared/UScreen.cpp (+134/-0)
unity-shared/UScreen.h (+72/-0)
unity-shared/UnitySettings.cpp (+145/-0)
unity-shared/UnitySettings.h (+58/-0)
unity-shared/UnityWindowStyle.cpp (+65/-0)
unity-shared/UnityWindowStyle.h (+54/-0)
unity-shared/UnityWindowView.cpp (+261/-0)
unity-shared/UnityWindowView.h (+70/-0)
unity-shared/UserThumbnailProvider.cpp (+152/-0)
unity-shared/UserThumbnailProvider.h (+38/-0)
unity-shared/WindowManager.cpp (+42/-0)
unity-shared/WindowManager.h (+185/-0)
unity-shared/XKeyboardUtil.cpp (+288/-0)
unity-shared/XKeyboardUtil.h (+37/-0)
unity-shared/XPathQueryPart.cpp (+186/-0)
unity-shared/XPathQueryPart.h (+45/-0)
unity-shared/XWindowManager.cpp (+86/-0)
unity-shared/XWindowManager.h (+45/-0)
unity-standalone/CMakeLists.txt (+46/-0)
unity-standalone/StandaloneUnity.cpp (+201/-0)
Conflict adding file .bzr-builddeb.  Moved existing file to .bzr-builddeb.moved.
Conflict adding file .bzrignore.  Moved existing file to .bzrignore.moved.
Conflict adding file CMakeLists.txt.  Moved existing file to CMakeLists.txt.moved.
Conflict adding file COPYING.  Moved existing file to COPYING.moved.
Conflict adding file README.  Moved existing file to README.moved.
Conflict adding file debian.  Moved existing file to debian.moved.
Conflict adding file panel.  Moved existing file to panel.moved.
Conflict adding file po.  Moved existing file to po.moved.
Conflict adding file tests.  Moved existing file to tests.moved.
To merge this branch: bzr merge lp:~ubuntu-tv-developers/ubuntutv/trunk
Reviewer Review Type Date Requested Status
Ubuntu TV Development Pending
Review via email: mp+251402@code.launchpad.net
To post a comment you must log in.

Unmerged revisions

2890. By Joseph Mills

modified:
  CMakeLists.txt.user
  build/dash/ff-tv/CMakeFiles/tv-lib.dir/CXX.includecache
  build/tests/test-gestures/test-gestures
  dash/ff-tv/CoverflowResultView.cpp
  dash/ff-tv/DashController.cpp
  dash/ff-tv/DashView.cpp
  dash/ff-tv/LensView.cpp
  dash/ff-tv/StandaloneDash.cpp

2889. By Joseph Mills

added binary output for tv

2888. By Joseph Mills

DO NOT USE:: WILL BREAK THINGS

* played with LensBAR and Lens ICONS to be vertical and getting ready for it to
the new launcher.

* played with Lens view to set up Coverflow Render for all views.

* Set up sandboxed code that is read instead of dash/* it now reads dash/ff-tv/*

* Got all binarys to launch and added one for tv.

* Played with Coverflow camara views.

* re-wrote:
  dash/ff-tv/DashView.cpp
  dash/ff-tv/LensBar.cpp
  dash/ff-tv/LensBar.h
  dash/ff-tv/LensBarIcon.cpp
  dash/ff-tv/LensBarIcon.h

2887. By Joseph Mills

DO NOT USE:: WILL BREAK THINGS
playing with formfactors (not doing v.well)
modified:
  CMakeLists.txt
  dash/LensBar.cpp
  dash/LensView.cpp
  dash/ff-tv/LensView.cpp
  launcher/LauncherController.cpp
  launcher/SimpleLauncherBar.cpp
  launcher/SimpleLauncherBar.h
  launcher/SimpleLauncherBarIcon.cpp
  unity-standalone/StandaloneUnity.cpp

2886. By Joseph Mills

DO NOT USE:: THIS WILL BREAK EVERYTHING!!
Making framework for SimpleLauncher

modified:
  AUTHOR-glue
  AUTHORS
  CMakeLists.txt
  CMakeLists.txt.user
  ChangeLog
  build/CMakeCache.txt
  build/CMakeFiles/CMakeError.log
  build/CMakeFiles/CMakeOutput.log
  build/CMakeFiles/Makefile.cmake
  build/CMakeFiles/Makefile2
  build/CMakeFiles/TargetDirectories.txt
  build/CMakeFiles/translations_1.dir/progress.make
  build/Makefile
  build/UnityCore/CMakeFiles/progress.marks
  build/UnityCore/CMakeFiles/unity-core-6.0.dir/progress.make
  build/cmake_install.cmake
  build/dash/CMakeFiles/progress.marks
  build/dash/Makefile
  build/dash/cmake_install.cmake
  build/dash/previews/CMakeFiles/music_previews.dir/progress.make
  build/dash/previews/CMakeFiles/previews-lib.dir/CXX.includecache
  build/dash/previews/CMakeFiles/previews-lib.dir/DependInfo.cmake
  build/dash/previews/CMakeFiles/previews-lib.dir/build.make
  build/dash/previews/CMakeFiles/previews-lib.dir/cmake_clean.cmake
  build/dash/previews/CMakeFiles/previews-lib.dir/depend.internal
  build/dash/previews/CMakeFiles/previews-lib.dir/depend.make
  build/dash/previews/CMakeFiles/previews-lib.dir/link.txt
  build/dash/previews/CMakeFiles/previews-lib.dir/progress.make
  build/dash/previews/Makefile
  build/dash/previews/app_previews
  build/dash/previews/movie_previews
  build/dash/previews/music_previews
  build/dash/previews/social_previews
  build/gtest/CMakeFiles/gtest.dir/depend.make
  build/gtest/CMakeFiles/gtest.dir/progress.make
  build/gtest/CMakeFiles/gtest_main.dir/depend.make
  build/gtest/CMakeFiles/gtest_main.dir/progress.make
  build/gtest/gtest.cbp
  build/guides/guides.cbp
  build/hud/CMakeFiles/hud-lib.dir/depend.make
  build/hud/CMakeFiles/hud-lib.dir/progress.make
  build/hud/CMakeFiles/hud.dir/depend.make
  build/hud/CMakeFiles/hud.dir/progress.make
  build/hud/CMakeFiles/progress.marks
  build/launcher/CMakeFiles/launcher-lib.dir/DependInfo.cmake
  build/launcher/CMakeFiles/launcher-lib.dir/build.make
  build/launcher/CMakeFiles/launcher-lib.dir/cmake_clean.cmake
  build/launcher/CMakeFiles/launcher-lib.dir/link.txt
  build/launcher/CMakeFiles/launcher-lib.dir/progress.make
  build/launcher/CMakeFiles/launcher.dir/depend.make
  build/launcher/CMakeFiles/progress.marks
  build/launcher/CMakeFiles/switcher-lib.dir/depend.make
  build/launcher/CMakeFiles/switcher-lib.dir/progress.make
  build/launcher/CMakeFiles/switcher.dir/depend.make
  build/launcher/CMakeFiles/switcher.dir/progress.make
  build/launcher/Makefile
  build/panel/CMakeFiles/panel-lib.dir/depend.make
  build/panel/CMakeFiles/panel-lib.dir/progress.make
  build/panel/CMakeFiles/panel.dir/depend.make
  build/panel/CMakeFiles/panel.dir/progress.make
  build/panel/CMakeFiles/progress.marks
  build/plugins/networkarearegion/CMakeFiles/compiz_gsettings_compile_local.dir/progress.make
  build/plugins/networkarearegion/CMakeFiles/networkarearegion.dir/depend.make
  build/plugins/networkarearegion/CMakeFiles/networkarearegion.dir/progress.make
  build/plugins/networkarearegion/CMakeFiles/networkarearegion_gsettings_schema.dir/progress.make
  build/plugins/networkarearegion/CMakeFiles/progress.marks
  build/plugins/networkarearegion/CMakeFiles/release-sign-sha1-tarballs.dir/progress.make
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-sign-tarballs.dir/progress.make
  build/plugins/unity-mt-grab-handles/CMakeFiles/unitymtgrabhandles.dir/depend.make
  build/plugins/unity-mt-grab-handles/CMakeFiles/unitymtgrabhandles.dir/progress.make
  build/plugins/unitydialog/CMakeFiles/news-header.dir/progress.make
  build/plugins/unitydialog/CMakeFiles/progress.marks
  build/plugins/unitydialog/CMakeFiles/release-sha1-tarballs.dir/progress.make
  build/plugins/unitydialog/CMakeFiles/release-update-working-tree.dir/progress.make
  build/plugins/unitydialog/CMakeFiles/unitydialog-options.dir/progress.make
  build/plugins/unitydialog/CMakeFiles/unitydialog.dir/depend.make
  build/plugins/unitydialog/CMakeFiles/unitydialog.dir/progress.make
  build/plugins/unitydialog/CMakeFiles/unitydialog_gsettings_schema.dir/progress.make
  build/services/CMakeFiles/unity-panel-service.dir/depend.make
  build/services/CMakeFiles/unity-panel-service.dir/progress.make
  build/shortcuts/CMakeFiles/progress.marks
  build/shortcuts/CMakeFiles/shortcuts-lib.dir/depend.make
  build/shortcuts/CMakeFiles/shortcuts-lib.dir/progress.make
  build/shortcuts/CMakeFiles/shortcuts.dir/depend.make
  build/shortcuts/CMakeFiles/shortcuts.dir/progress.make
  build/tests/CMakeFiles/progress.marks
  build/tests/CMakeFiles/test-gtest-dbus.dir/depend.make
  build/tests/CMakeFiles/test-gtest-dbus.dir/progress.make
  build/tests/CMakeFiles/test-gtest-service.dir/depend.make
  build/tests/CMakeFiles/test-gtest-service.dir/progress.make
  build/tests/CMakeFiles/test-gtest-xless.dir/depend.make
  build/tests/CMakeFiles/test-gtest-xless.dir/progress.make
  build/tests/CMakeFiles/test-gtest.dir/DependInfo.cmake
  build/tests/CMakeFiles/test-gtest.dir/build.make
  build/tests/CMakeFiles/test-gtest.dir/depend.make
  build/tests/CMakeFiles/test-gtest.dir/link.txt
  build/tests/CMakeFiles/test-gtest.dir/progress.make
  build/tests/CMakeFiles/test-unit.dir/depend.make
  build/tests/CMakeFiles/test-unit.dir/progress.make
  build/tests/test-gestures/CMakeFiles/progress.marks
  build/tests/test-gestures/CMakeFiles/test-gestures.dir/depend.make
  build/tests/test-gestures/CMakeFiles/test-gestures.dir/progress.make
  build/tests/test-get-transients/CMakeFiles/progress.marks
  build/tests/test-get-transients/CMakeFiles/test-get-transients.dir/depend.make
  build/tests/test-get-transients/CMakeFiles/test-get-transients.dir/progress.make
  build/tests/test-input-remover/CMakeFiles/progress.marks
  build/tests/test-input-remover/CMakeFiles/test-input-remover.dir/depend.make
  build/tests/test-input-remover/test-input-remover.cbp
  build/tests/test-minimize-window-handler/CMakeFiles/progress.marks
  build/tests/test-minimize-window-handler/CMakeFiles/test-minimize-handler.dir/depend.make
  build/tests/test-minimize-window-handler/CMakeFiles/test-minimize-handler.dir/progress.make
  build/unity-shared/CMakeFiles/progress.marks
  build/unity-shared/CMakeFiles/unity-shared-standalone.dir/progress.make
  build/unity-shared/CMakeFiles/unity-shared.dir/progress.make
  build/unity-standalone/CMakeFiles/progress.marks
  build/unity-standalone/CMakeFiles/unity-standalone.dir/DependInfo.cmake
  build/unity-standalone/CMakeFiles/unity-standalone.dir/build.make
  build/unity-standalone/CMakeFiles/unity-standalone.dir/depend.make
  build/unity-standalone/CMakeFiles/unity-standalone.dir/link.txt
  build/unity.cbp
  dash/CMakeLists.txt
  dash/previews/CMakeLists.txt
  launcher/CMakeLists.txt

added:
  build/CMakeFiles/Progress/
  build/CMakeFiles/Progress/1
  build/CMakeFiles/Progress/10
  build/CMakeFiles/Progress/11
  build/CMakeFiles/Progress/12
  build/CMakeFiles/Progress/13
  build/CMakeFiles/Progress/14
  build/CMakeFiles/Progress/15
  build/CMakeFiles/Progress/16
  build/CMakeFiles/Progress/17
  build/CMakeFiles/Progress/18
  build/CMakeFiles/Progress/19
  build/CMakeFiles/Progress/2
  build/CMakeFiles/Progress/25
  build/CMakeFiles/Progress/26
  build/CMakeFiles/Progress/27
  build/CMakeFiles/Progress/28
  build/CMakeFiles/Progress/3
  build/CMakeFiles/Progress/4
  build/CMakeFiles/Progress/5
  build/CMakeFiles/Progress/6
  build/CMakeFiles/Progress/63
  build/CMakeFiles/Progress/64
  build/CMakeFiles/Progress/65
  build/CMakeFiles/Progress/66
  build/CMakeFiles/Progress/67
  build/CMakeFiles/Progress/68
  build/CMakeFiles/Progress/69
  build/CMakeFiles/Progress/70
  build/CMakeFiles/Progress/71
  build/CMakeFiles/Progress/72
  build/CMakeFiles/Progress/73
  build/CMakeFiles/Progress/74
  build/CMakeFiles/Progress/75
  build/CMakeFiles/Progress/76
  build/CMakeFiles/Progress/77
  build/CMakeFiles/Progress/78
  build/CMakeFiles/Progress/79
  build/CMakeFiles/Progress/80
  build/CMakeFiles/Progress/81
  build/CMakeFiles/Progress/82
  build/CMakeFiles/Progress/85
  build/CMakeFiles/Progress/86
  build/CMakeFiles/Progress/87
  build/CMakeFiles/Progress/88
  build/CMakeFiles/Progress/89
  build/CMakeFiles/Progress/90
  build/CMakeFiles/Progress/91
  build/CMakeFiles/Progress/92
  build/CMakeFiles/Progress/93
  build/CMakeFiles/Progress/94
  build/CMakeFiles/Progress/count.txt
  build/dash/CMakeFiles/tv-lib.dir/
  build/dash/CMakeFiles/tv-lib.dir/CXX.includecache
  build/dash/CMakeFiles/tv-lib.dir/DependInfo.cmake
  build/dash/CMakeFiles/tv-lib.dir/build.make
  build/dash/CMakeFiles/tv-lib.dir/cmake_clean.cmake
  build/dash/CMakeFiles/tv-lib.dir/cmake_clean_target.cmake
  build/dash/CMakeFiles/tv-lib.dir/depend.internal
  build/dash/CMakeFiles/tv-lib.dir/depend.make
  build/dash/CMakeFiles/tv-lib.dir/flags.make
  build/dash/CMakeFiles/tv-lib.dir/link.txt
  build/dash/CMakeFiles/tv-lib.dir/progress.make
  build/dash/CMakeFiles/tv.dir/
  build/dash/CMakeFiles/tv.dir/CXX.includecache
  build/dash/CMakeFiles/tv.dir/DependInfo.cmake
  build/dash/CMakeFiles/tv.dir/build.make
  build/dash/CMakeFiles/tv.dir/cmake_clean.cmake
  build/dash/CMakeFiles/tv.dir/depend.internal
  build/dash/CMakeFiles/tv.dir/depend.make
  build/dash/CMakeFiles/tv.dir/flags.make
  build/dash/CMakeFiles/tv.dir/link.txt
  build/dash/CMakeFiles/tv.dir/progress.make
  build/dash/ff-tv/
  build/dash/ff-tv/CMakeFiles/
  build/dash/ff-tv/CMakeFiles/CMakeDirectoryInformation.cmake
  build/dash/ff-tv/CMakeFiles/dash-lib.dir/
  build/dash/ff-tv/CMakeFiles/dash-lib.dir/CXX.includecache
  build/dash/ff-tv/CMakeFiles/dash-lib.dir/DependInfo.cmake
  build/dash/ff-tv/CMakeFiles/dash-lib.dir/build.make
  build/dash/ff-tv/CMakeFiles/dash-lib.dir/cmake_clean.cmake
  build/dash/ff-tv/CMakeFiles/dash-lib.dir/cmake_clean_target.cmake
  build/dash/ff-tv/CMakeFiles/dash-lib.dir/depend.internal
  build/dash/ff-tv/CMakeFiles/dash-lib.dir/depend.make
  build/dash/ff-tv/CMakeFiles/dash-lib.dir/flags.make
  build/dash/ff-tv/CMakeFiles/dash-lib.dir/link.txt
  build/dash/ff-tv/CMakeFiles/dash-lib.dir/progress.make
  build/dash/ff-tv/CMakeFiles/dash.dir/
  build/dash/ff-tv/CMakeFiles/dash.dir/CXX.includecache
  build/dash/ff-tv/CMakeFiles/dash.dir/DependInfo.cmake
  build/dash/ff-tv/CMakeFiles/dash.dir/build.make
  build/dash/ff-tv/CMakeFiles/dash.dir/cmake_clean.cmake
  build/dash/ff-tv/CMakeFiles/dash.dir/depend.internal
  build/dash/ff-tv/CMakeFiles/dash.dir/depend.make
  build/dash/ff-tv/CMakeFiles/dash.dir/flags.make
  build/dash/ff-tv/CMakeFiles/dash.dir/link.txt
  build/dash/ff-tv/CMakeFiles/dash.dir/progress.make
  build/dash/ff-tv/CMakeFiles/progress.marks
  build/dash/ff-tv/Makefile
  build/dash/ff-tv/cmake_install.cmake
  build/dash/previews/CMakeFiles/channel_previews.dir/
  build/dash/previews/CMakeFiles/channel_previews.dir/CXX.includecache
  build/dash/previews/CMakeFiles/channel_previews.dir/DependInfo.cmake
  build/dash/previews/CMakeFiles/channel_previews.dir/build.make
  build/dash/previews/CMakeFiles/channel_previews.dir/cmake_clean.cmake
  build/dash/previews/CMakeFiles/channel_previews.dir/depend.internal
  build/dash/previews/CMakeFiles/channel_previews.dir/depend.make
  build/dash/previews/CMakeFiles/channel_previews.dir/flags.make
  build/dash/previews/CMakeFiles/channel_previews.dir/link.txt
  build/dash/previews/CMakeFiles/channel_previews.dir/progress.make
  build/dash/previews/channel_previews
  dash/ff-tv/
  dash/ff-tv/CMakeLists.txt
  dash/ff-tv/CoverflowResultView.cpp
  dash/ff-tv/CoverflowResultView.h
  dash/ff-tv/DashController.cpp
  dash/ff-tv/DashController.h
  dash/ff-tv/DashView.cpp
  dash/ff-tv/DashView.h
  dash/ff-tv/DashViewPrivate.cpp
  dash/ff-tv/DashViewPrivate.h
  dash/ff-tv/FilterAllButton.cpp
  dash/ff-tv/FilterAllButton.h
  dash/ff-tv/FilterBar.cpp
  dash/ff-tv/FilterBar.h
  dash/ff-tv/FilterBasicButton.cpp
  dash/ff-tv/FilterBasicButton.h
  dash/ff-tv/FilterExpanderLabel.cpp
  dash/ff-tv/FilterExpanderLabel.h
  dash/ff-tv/FilterFactory.cpp
  dash/ff-tv/FilterFactory.h
  dash/ff-tv/FilterGenreButton.cpp
  dash/ff-tv/FilterGenreButton.h
  dash/ff-tv/FilterGenreWidget.cpp
  dash/ff-tv/FilterGenreWidget.h
  dash/ff-tv/FilterMultiRangeButton.cpp
  dash/ff-tv/FilterMultiRangeButton.h
  dash/ff-tv/FilterMultiRangeWidget.cpp
  dash/ff-tv/FilterMultiRangeWidget.h
  dash/ff-tv/FilterRatingsButton.cpp
  dash/ff-tv/FilterRatingsButton.h
  dash/ff-tv/FilterRatingsWidget.cpp
  dash/ff-tv/FilterRatingsWidget.h
  dash/ff-tv/LensBar.cpp
  dash/ff-tv/LensBar.h
  dash/ff-tv/LensBarIcon.cpp
  dash/ff-tv/LensBarIcon.h
  dash/ff-tv/LensView.cpp
  dash/ff-tv/LensView.h
  dash/ff-tv/PlacesGroup.cpp
  dash/ff-tv/PlacesGroup.h
  dash/ff-tv/PreviewStateMachine.cpp
  dash/ff-tv/PreviewStateMachine.h
  dash/ff-tv/ResultRenderer.cpp
  dash/ff-tv/ResultRenderer.h
  dash/ff-tv/ResultRendererHorizontalTile.cpp
  dash/ff-tv/ResultRendererHorizontalTile.h
  dash/ff-tv/ResultRendererTile.cpp
  dash/ff-tv/ResultRendererTile.h
  dash/ff-tv/ResultView.cpp
  dash/ff-tv/ResultView.h
  dash/ff-tv/ResultViewGrid.cpp
  dash/ff-tv/ResultViewGrid.h
  dash/ff-tv/StandaloneDash.cpp
  dash/previews/StandaloneChannelPreview.cpp
  launcher/SimpleLauncherBar.cpp
  launcher/SimpleLauncherBar.h
  launcher/SimpleLauncherBarIcon.cpp
  launcher/SimpleLauncherBarIcon.h
modified:
  AUTHOR-glue
  AUTHORS
  CMakeLists.txt
  CMakeLists.txt.user
  ChangeLog
  build/CMakeCache.txt
  build/CMakeFiles/CMakeError.log
  build/CMakeFiles/CMakeOutput.log
  build/CMakeFiles/Makefile.cmake
  build/CMakeFiles/Makefile2
  build/CMakeFiles/TargetDirectories.txt
  build/CMakeFiles/translations_1.dir/progress.make
  build/Makefile
  build/UnityCore/CMakeFiles/progress.marks
  build/UnityCore/CMakeFiles/unity-core-6.0.dir/progress.make
  build/cmake_install.cmake
  build/dash/CMakeFiles/progress.marks
  build/dash/Makefile
  build/dash/cmake_install.cmake
  build/dash/previews/CMakeFiles/music_previews.dir/progress.make
  build/dash/previews/CMakeFiles/previews-lib.dir/CXX.includecache
  build/dash/previews/CMakeFiles/previews-lib.dir/DependInfo.cmake
  build/dash/previews/CMakeFiles/previews-lib.dir/build.make
  build/dash/previews/CMakeFiles/previews-lib.dir/cmake_clean.cmake
  build/dash/previews/CMakeFiles/previews-lib.dir/depend.internal
  build/dash/previews/CMakeFiles/previews-lib.dir/depend.make
  build/dash/previews/CMakeFiles/previews-lib.dir/link.txt
  build/dash/previews/CMakeFiles/previews-lib.dir/progress.make
  build/dash/previews/Makefile
  build/dash/previews/app_previews
  build/dash/previews/movie_previews
  build/dash/previews/music_previews
  build/dash/previews/social_previews
  build/gtest/CMakeFiles/gtest.dir/depend.make
  build/gtest/CMakeFiles/gtest.dir/progress.make
  build/gtest/CMakeFiles/gtest_main.dir/depend.make
  build/gtest/CMakeFiles/gtest_main.dir/progress.make
  build/gtest/gtest.cbp
  build/guides/guides.cbp
  build/hud/CMakeFiles/hud-lib.dir/depend.make
  build/hud/CMakeFiles/hud-lib.dir/progress.make
  build/hud/CMakeFiles/hud.dir/depend.make
  build/hud/CMakeFiles/hud.dir/progress.make
  build/hud/CMakeFiles/progress.marks
  build/launcher/CMakeFiles/launcher-lib.dir/DependInfo.cmake
  build/launcher/CMakeFiles/launcher-lib.dir/build.make
  build/launcher/CMakeFiles/launcher-lib.dir/cmake_clean.cmake
  build/launcher/CMakeFiles/launcher-lib.dir/link.txt
  build/launcher/CMakeFiles/launcher-lib.dir/progress.make
  build/launcher/CMakeFiles/launcher.dir/depend.make
  build/launcher/CMakeFiles/progress.marks
  build/launcher/CMakeFiles/switcher-lib.dir/depend.make
  build/launcher/CMakeFiles/switcher-lib.dir/progress.make
  build/launcher/CMakeFiles/switcher.dir/depend.make
  build/launcher/CMakeFiles/switcher.dir/progress.make
  build/launcher/Makefile
  build/panel/CMakeFiles/panel-lib.dir/depend.make
  build/panel/CMakeFiles/panel-lib.dir/progress.make
  build/panel/CMakeFiles/panel.dir/depend.make
  build/panel/CMakeFiles/panel.dir/progress.make
  build/panel/CMakeFiles/progress.marks
  build/plugins/networkarearegion/CMakeFiles/compiz_gsettings_compile_local.dir/progress.make
  build/plugins/networkarearegion/CMakeFiles/networkarearegion.dir/depend.make
  build/plugins/networkarearegion/CMakeFiles/networkarearegion.dir/progress.make
  build/plugins/networkarearegion/CMakeFiles/networkarearegion_gsettings_schema.dir/progress.make
  build/plugins/networkarearegion/CMakeFiles/progress.marks
  build/plugins/networkarearegion/CMakeFiles/release-sign-sha1-tarballs.dir/progress.make
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-sign-tarballs.dir/progress.make
  build/plugins/unity-mt-grab-handles/CMakeFiles/unitymtgrabhandles.dir/depend.make
  build/plugins/unity-mt-grab-handles/CMakeFiles/unitymtgrabhandles.dir/progress.make
  build/plugins/unitydialog/CMakeFiles/news-header.dir/progress.make
  build/plugins/unitydialog/CMakeFiles/progress.marks
  build/plugins/unitydialog/CMakeFiles/release-sha1-tarballs.dir/progress.make
  build/plugins/unitydialog/CMakeFiles/release-update-working-tree.dir/progress.make
  build/plugins/unitydialog/CMakeFiles/unitydialog-options.dir/progress.make
  build/plugins/unitydialog/CMakeFiles/unitydialog.dir/depend.make
  build/plugins/unitydialog/CMakeFiles/unitydialog.dir/progress.make
  build/plugins/unitydialog/CMakeFiles/unitydialog_gsettings_schema.dir/progress.make
  build/services/CMakeFiles/unity-panel-service.dir/depend.make
  build/services/CMakeFiles/unity-panel-service.dir/progress.make
  build/shortcuts/CMakeFiles/progress.marks
  build/shortcuts/CMakeFiles/shortcuts-lib.dir/depend.make
  build/shortcuts/CMakeFiles/shortcuts-lib.dir/progress.make
  build/shortcuts/CMakeFiles/shortcuts.dir/depend.make
  build/shortcuts/CMakeFiles/shortcuts.dir/progress.make
  build/tests/CMakeFiles/progress.marks
  build/tests/CMakeFiles/test-gtest-dbus.dir/depend.make
  build/tests/CMakeFiles/test-gtest-dbus.dir/progress.make
  build/tests/CMakeFiles/test-gtest-service.dir/depend.make
  build/tests/CMakeFiles/test-gtest-service.dir/progress.make
  build/tests/CMakeFiles/test-gtest-xless.dir/depend.make
  build/tests/CMakeFiles/test-gtest-xless.dir/progress.make
  build/tests/CMakeFiles/test-gtest.dir/DependInfo.cmake
  build/tests/CMakeFiles/test-gtest.dir/build.make
  build/tests/CMakeFiles/test-gtest.dir/depend.make
  build/tests/CMakeFiles/test-gtest.dir/link.txt
  build/tests/CMakeFiles/test-gtest.dir/progress.make
  build/tests/CMakeFiles/test-unit.dir/depend.make
  build/tests/CMakeFiles/test-unit.dir/progress.make
  build/tests/test-gestures/CMakeFiles/progress.marks
  build/tests/test-gestures/CMakeFiles/test-gestures.dir/depend.make
  build/tests/test-gestures/CMakeFiles/test-gestures.dir/progress.make
  build/tests/test-get-transients/CMakeFiles/progress.marks
  build/tests/test-get-transients/CMakeFiles/test-get-transients.dir/depend.make
  build/tests/test-get-transients/CMakeFiles/test-get-transients.dir/progress.make
  build/tests/test-input-remover/CMakeFiles/progress.marks
  build/tests/test-input-remover/CMakeFiles/test-input-remover.dir/depend.make
  build/tests/test-input-remover/test-input-remover.cbp
  build/tests/test-minimize-window-handler/CMakeFiles/progress.marks
  build/tests/test-minimize-window-handler/CMakeFiles/test-minimize-handler.dir/depend.make
  build/tests/test-minimize-window-handler/CMakeFiles/test-minimize-handler.dir/progress.make
  build/unity-shared/CMakeFiles/progress.marks
  build/unity-shared/CMakeFiles/unity-shared-standalone.dir/progress.make
  build/unity-shared/CMakeFiles/unity-shared.dir/progress.make
  build/unity-standalone/CMakeFiles/progress.marks
  build/unity-standalone/CMakeFiles/unity-standalone.dir/DependInfo.cmake
  build/unity-standalone/CMakeFiles/unity-standalone.dir/build.make
  build/unity-standalone/CMakeFiles/unity-standalone.dir/depend.make
  build/unity-standalone/CMakeFiles/unity-standalone.dir/link.txt
  build/unity.cbp
  dash/CMakeLists.txt
  dash/previews/CMakeLists.txt
  launcher/CMakeLists.txt

2885. By Joseph Mills

DO NOT USE::THIS WILL BREAK THINGS
Adding channel previews and standalone channel previews
(not done by any means)

2884. By Joseph Mills

DO NOT USE ::
Adding Build stuff to play with

added:
  build/
  build/.intltool-merge-cache
  build/CMakeCache.txt
  build/CMakeFiles/
  build/CMakeFiles/2.8.10.1/
  build/CMakeFiles/2.8.10.1/CMakeCCompiler.cmake
  build/CMakeFiles/2.8.10.1/CMakeCXXCompiler.cmake
  build/CMakeFiles/2.8.10.1/CMakeDetermineCompilerABI_C.bin
  build/CMakeFiles/2.8.10.1/CMakeDetermineCompilerABI_CXX.bin
  build/CMakeFiles/2.8.10.1/CMakeSystem.cmake
  build/CMakeFiles/2.8.10.1/CompilerIdC/
  build/CMakeFiles/2.8.10.1/CompilerIdC/CMakeCCompilerId.c
  build/CMakeFiles/2.8.10.1/CompilerIdC/a.out
  build/CMakeFiles/2.8.10.1/CompilerIdCXX/
  build/CMakeFiles/2.8.10.1/CompilerIdCXX/CMakeCXXCompilerId.cpp
  build/CMakeFiles/2.8.10.1/CompilerIdCXX/a.out
  build/CMakeFiles/CMakeDirectoryInformation.cmake
  build/CMakeFiles/CMakeError.log
  build/CMakeFiles/CMakeOutput.log
  build/CMakeFiles/CMakeRuleHashes.txt
  build/CMakeFiles/CMakeTmp/
  build/CMakeFiles/Makefile.cmake
  build/CMakeFiles/Makefile2
  build/CMakeFiles/TargetDirectories.txt
  build/CMakeFiles/cmake.check_cache
  build/CMakeFiles/dist.dir/
  build/CMakeFiles/dist.dir/DependInfo.cmake
  build/CMakeFiles/dist.dir/build.make
  build/CMakeFiles/dist.dir/cmake_clean.cmake
  build/CMakeFiles/dist.dir/progress.make
  build/CMakeFiles/distcheck.dir/
  build/CMakeFiles/distcheck.dir/DependInfo.cmake
  build/CMakeFiles/distcheck.dir/build.make
  build/CMakeFiles/distcheck.dir/cmake_clean.cmake
  build/CMakeFiles/distcheck.dir/progress.make
  build/CMakeFiles/doxygen.dir/
  build/CMakeFiles/doxygen.dir/DependInfo.cmake
  build/CMakeFiles/doxygen.dir/build.make
  build/CMakeFiles/doxygen.dir/cmake_clean.cmake
  build/CMakeFiles/doxygen.dir/progress.make
  build/CMakeFiles/post-distcheck.dir/
  build/CMakeFiles/post-distcheck.dir/DependInfo.cmake
  build/CMakeFiles/post-distcheck.dir/build.make
  build/CMakeFiles/post-distcheck.dir/cmake_clean.cmake
  build/CMakeFiles/post-distcheck.dir/progress.make
  build/CMakeFiles/pre-distcheck.dir/
  build/CMakeFiles/pre-distcheck.dir/DependInfo.cmake
  build/CMakeFiles/pre-distcheck.dir/build.make
  build/CMakeFiles/pre-distcheck.dir/cmake_clean.cmake
  build/CMakeFiles/pre-distcheck.dir/progress.make
  build/CMakeFiles/progress.marks
  build/CMakeFiles/release.dir/
  build/CMakeFiles/release.dir/DependInfo.cmake
  build/CMakeFiles/release.dir/build.make
  build/CMakeFiles/release.dir/cmake_clean.cmake
  build/CMakeFiles/release.dir/progress.make
  build/CMakeFiles/translations.dir/
  build/CMakeFiles/translations.dir/DependInfo.cmake
  build/CMakeFiles/translations.dir/build.make
  build/CMakeFiles/translations.dir/cmake_clean.cmake
  build/CMakeFiles/translations.dir/progress.make
  build/CMakeFiles/translations_1.dir/
  build/CMakeFiles/translations_1.dir/DependInfo.cmake
  build/CMakeFiles/translations_1.dir/build.make
  build/CMakeFiles/translations_1.dir/cmake_clean.cmake
  build/CMakeFiles/translations_1.dir/depend.internal
  build/CMakeFiles/translations_1.dir/depend.make
  build/CMakeFiles/translations_1.dir/progress.make
  build/Doxyfile
  build/Makefile
  build/UnityCore/
  build/UnityCore/CMakeFiles/
  build/UnityCore/CMakeFiles/CMakeDirectoryInformation.cmake
  build/UnityCore/CMakeFiles/progress.marks
  build/UnityCore/CMakeFiles/unity-core-6.0.dir/
  build/UnityCore/CMakeFiles/unity-core-6.0.dir/CXX.includecache
  build/UnityCore/CMakeFiles/unity-core-6.0.dir/DependInfo.cmake
  build/UnityCore/CMakeFiles/unity-core-6.0.dir/build.make
  build/UnityCore/CMakeFiles/unity-core-6.0.dir/cmake_clean.cmake
  build/UnityCore/CMakeFiles/unity-core-6.0.dir/depend.internal
  build/UnityCore/CMakeFiles/unity-core-6.0.dir/depend.make
  build/UnityCore/CMakeFiles/unity-core-6.0.dir/flags.make
  build/UnityCore/CMakeFiles/unity-core-6.0.dir/link.txt
  build/UnityCore/CMakeFiles/unity-core-6.0.dir/progress.make
  build/UnityCore/Makefile
  build/UnityCore/cmake_install.cmake
  build/UnityCore/unity-core-6.0.pc
  build/bin/
  build/bin/unity
  build/cmake_install.cmake
  build/cmake_uninstall.cmake
  build/config.h
  build/dash/
  build/dash/CMakeFiles/
  build/dash/CMakeFiles/CMakeDirectoryInformation.cmake
  build/dash/CMakeFiles/dash-lib.dir/
  build/dash/CMakeFiles/dash-lib.dir/CXX.includecache
  build/dash/CMakeFiles/dash-lib.dir/DependInfo.cmake
  build/dash/CMakeFiles/dash-lib.dir/build.make
  build/dash/CMakeFiles/dash-lib.dir/cmake_clean.cmake
  build/dash/CMakeFiles/dash-lib.dir/cmake_clean_target.cmake
  build/dash/CMakeFiles/dash-lib.dir/depend.internal
  build/dash/CMakeFiles/dash-lib.dir/depend.make
  build/dash/CMakeFiles/dash-lib.dir/flags.make
  build/dash/CMakeFiles/dash-lib.dir/link.txt
  build/dash/CMakeFiles/dash-lib.dir/progress.make
  build/dash/CMakeFiles/dash.dir/
  build/dash/CMakeFiles/dash.dir/CXX.includecache
  build/dash/CMakeFiles/dash.dir/DependInfo.cmake
  build/dash/CMakeFiles/dash.dir/build.make
  build/dash/CMakeFiles/dash.dir/cmake_clean.cmake
  build/dash/CMakeFiles/dash.dir/depend.internal
  build/dash/CMakeFiles/dash.dir/depend.make
  build/dash/CMakeFiles/dash.dir/flags.make
  build/dash/CMakeFiles/dash.dir/link.txt
  build/dash/CMakeFiles/dash.dir/progress.make
  build/dash/CMakeFiles/progress.marks
  build/dash/Makefile
  build/dash/cmake_install.cmake
  build/dash/previews/
  build/dash/previews/CMakeFiles/
  build/dash/previews/CMakeFiles/CMakeDirectoryInformation.cmake
  build/dash/previews/CMakeFiles/app_previews.dir/
  build/dash/previews/CMakeFiles/app_previews.dir/CXX.includecache
  build/dash/previews/CMakeFiles/app_previews.dir/DependInfo.cmake
  build/dash/previews/CMakeFiles/app_previews.dir/build.make
  build/dash/previews/CMakeFiles/app_previews.dir/cmake_clean.cmake
  build/dash/previews/CMakeFiles/app_previews.dir/depend.internal
  build/dash/previews/CMakeFiles/app_previews.dir/depend.make
  build/dash/previews/CMakeFiles/app_previews.dir/flags.make
  build/dash/previews/CMakeFiles/app_previews.dir/link.txt
  build/dash/previews/CMakeFiles/app_previews.dir/progress.make
  build/dash/previews/CMakeFiles/movie_previews.dir/
  build/dash/previews/CMakeFiles/movie_previews.dir/CXX.includecache
  build/dash/previews/CMakeFiles/movie_previews.dir/DependInfo.cmake
  build/dash/previews/CMakeFiles/movie_previews.dir/build.make
  build/dash/previews/CMakeFiles/movie_previews.dir/cmake_clean.cmake
  build/dash/previews/CMakeFiles/movie_previews.dir/depend.internal
  build/dash/previews/CMakeFiles/movie_previews.dir/depend.make
  build/dash/previews/CMakeFiles/movie_previews.dir/flags.make
  build/dash/previews/CMakeFiles/movie_previews.dir/link.txt
  build/dash/previews/CMakeFiles/movie_previews.dir/progress.make
  build/dash/previews/CMakeFiles/music_previews.dir/
  build/dash/previews/CMakeFiles/music_previews.dir/CXX.includecache
  build/dash/previews/CMakeFiles/music_previews.dir/DependInfo.cmake
  build/dash/previews/CMakeFiles/music_previews.dir/build.make
  build/dash/previews/CMakeFiles/music_previews.dir/cmake_clean.cmake
  build/dash/previews/CMakeFiles/music_previews.dir/depend.internal
  build/dash/previews/CMakeFiles/music_previews.dir/depend.make
  build/dash/previews/CMakeFiles/music_previews.dir/flags.make
  build/dash/previews/CMakeFiles/music_previews.dir/link.txt
  build/dash/previews/CMakeFiles/music_previews.dir/progress.make
  build/dash/previews/CMakeFiles/previews-lib.dir/
  build/dash/previews/CMakeFiles/previews-lib.dir/CXX.includecache
  build/dash/previews/CMakeFiles/previews-lib.dir/DependInfo.cmake
  build/dash/previews/CMakeFiles/previews-lib.dir/build.make
  build/dash/previews/CMakeFiles/previews-lib.dir/cmake_clean.cmake
  build/dash/previews/CMakeFiles/previews-lib.dir/cmake_clean_target.cmake
  build/dash/previews/CMakeFiles/previews-lib.dir/depend.internal
  build/dash/previews/CMakeFiles/previews-lib.dir/depend.make
  build/dash/previews/CMakeFiles/previews-lib.dir/flags.make
  build/dash/previews/CMakeFiles/previews-lib.dir/link.txt
  build/dash/previews/CMakeFiles/previews-lib.dir/progress.make
  build/dash/previews/CMakeFiles/progress.marks
  build/dash/previews/CMakeFiles/social_previews.dir/
  build/dash/previews/CMakeFiles/social_previews.dir/CXX.includecache
  build/dash/previews/CMakeFiles/social_previews.dir/DependInfo.cmake
  build/dash/previews/CMakeFiles/social_previews.dir/build.make
  build/dash/previews/CMakeFiles/social_previews.dir/cmake_clean.cmake
  build/dash/previews/CMakeFiles/social_previews.dir/depend.internal
  build/dash/previews/CMakeFiles/social_previews.dir/depend.make
  build/dash/previews/CMakeFiles/social_previews.dir/flags.make
  build/dash/previews/CMakeFiles/social_previews.dir/link.txt
  build/dash/previews/CMakeFiles/social_previews.dir/progress.make
  build/dash/previews/Makefile
  build/dash/previews/cmake_install.cmake
  build/doc/
  build/doc/CMakeFiles/
  build/doc/CMakeFiles/CMakeDirectoryInformation.cmake
  build/doc/CMakeFiles/doc-rawman.dir/
  build/doc/CMakeFiles/doc-rawman.dir/DependInfo.cmake
  build/doc/CMakeFiles/doc-rawman.dir/build.make
  build/doc/CMakeFiles/doc-rawman.dir/cmake_clean.cmake
  build/doc/CMakeFiles/doc-rawman.dir/depend.internal
  build/doc/CMakeFiles/doc-rawman.dir/depend.make
  build/doc/CMakeFiles/doc-rawman.dir/progress.make
  build/doc/CMakeFiles/progress.marks
  build/doc/Makefile
  build/doc/cmake_install.cmake
  build/generated/
  build/generated/glib-2.0/
  build/generated/glib-2.0/schemas/
  build/gnome/
  build/gnome/CMakeFiles/
  build/gnome/CMakeFiles/CMakeDirectoryInformation.cmake
  build/gnome/CMakeFiles/progress.marks
  build/gnome/CMakeFiles/unity-gnome-keybindings.dir/
  build/gnome/CMakeFiles/unity-gnome-keybindings.dir/DependInfo.cmake
  build/gnome/CMakeFiles/unity-gnome-keybindings.dir/build.make
  build/gnome/CMakeFiles/unity-gnome-keybindings.dir/cmake_clean.cmake
  build/gnome/CMakeFiles/unity-gnome-keybindings.dir/depend.internal
  build/gnome/CMakeFiles/unity-gnome-keybindings.dir/depend.make
  build/gnome/CMakeFiles/unity-gnome-keybindings.dir/progress.make
  build/gnome/CTestTestfile.cmake
  build/gnome/Makefile
  build/gnome/cmake_install.cmake
  build/gtest/
  build/gtest/CMakeFiles/
  build/gtest/CMakeFiles/CMakeDirectoryInformation.cmake
  build/gtest/CMakeFiles/gtest.dir/
  build/gtest/CMakeFiles/gtest.dir/CXX.includecache
  build/gtest/CMakeFiles/gtest.dir/DependInfo.cmake
  build/gtest/CMakeFiles/gtest.dir/build.make
  build/gtest/CMakeFiles/gtest.dir/cmake_clean.cmake
  build/gtest/CMakeFiles/gtest.dir/cmake_clean_target.cmake
  build/gtest/CMakeFiles/gtest.dir/depend.internal
  build/gtest/CMakeFiles/gtest.dir/depend.make
  build/gtest/CMakeFiles/gtest.dir/flags.make
  build/gtest/CMakeFiles/gtest.dir/link.txt
  build/gtest/CMakeFiles/gtest.dir/progress.make
  build/gtest/CMakeFiles/gtest.dir/src/
  build/gtest/CMakeFiles/gtest_main.dir/
  build/gtest/CMakeFiles/gtest_main.dir/CXX.includecache
  build/gtest/CMakeFiles/gtest_main.dir/DependInfo.cmake
  build/gtest/CMakeFiles/gtest_main.dir/build.make
  build/gtest/CMakeFiles/gtest_main.dir/cmake_clean.cmake
  build/gtest/CMakeFiles/gtest_main.dir/cmake_clean_target.cmake
  build/gtest/CMakeFiles/gtest_main.dir/depend.internal
  build/gtest/CMakeFiles/gtest_main.dir/depend.make
  build/gtest/CMakeFiles/gtest_main.dir/flags.make
  build/gtest/CMakeFiles/gtest_main.dir/link.txt
  build/gtest/CMakeFiles/gtest_main.dir/progress.make
  build/gtest/CMakeFiles/gtest_main.dir/src/
  build/gtest/CMakeFiles/progress.marks
  build/gtest/Makefile
  build/gtest/cmake_install.cmake
  build/gtest/gtest.cbp
  build/guides/
  build/guides/CMakeFiles/
  build/guides/CMakeFiles/CMakeDirectoryInformation.cmake
  build/guides/CMakeFiles/guides.dir/
  build/guides/CMakeFiles/guides.dir/DependInfo.cmake
  build/guides/CMakeFiles/guides.dir/build.make
  build/guides/CMakeFiles/guides.dir/cmake_clean.cmake
  build/guides/CMakeFiles/guides.dir/depend.internal
  build/guides/CMakeFiles/guides.dir/depend.make
  build/guides/CMakeFiles/guides.dir/progress.make
  build/guides/CMakeFiles/progress.marks
  build/guides/Makefile
  build/guides/cmake_install.cmake
  build/guides/guides.cbp
  build/hud/
  build/hud/CMakeFiles/
  build/hud/CMakeFiles/CMakeDirectoryInformation.cmake
  build/hud/CMakeFiles/hud-lib.dir/
  build/hud/CMakeFiles/hud-lib.dir/CXX.includecache
  build/hud/CMakeFiles/hud-lib.dir/DependInfo.cmake
  build/hud/CMakeFiles/hud-lib.dir/build.make
  build/hud/CMakeFiles/hud-lib.dir/cmake_clean.cmake
  build/hud/CMakeFiles/hud-lib.dir/cmake_clean_target.cmake
  build/hud/CMakeFiles/hud-lib.dir/depend.internal
  build/hud/CMakeFiles/hud-lib.dir/depend.make
  build/hud/CMakeFiles/hud-lib.dir/flags.make
  build/hud/CMakeFiles/hud-lib.dir/link.txt
  build/hud/CMakeFiles/hud-lib.dir/progress.make
  build/hud/CMakeFiles/hud.dir/
  build/hud/CMakeFiles/hud.dir/CXX.includecache
  build/hud/CMakeFiles/hud.dir/DependInfo.cmake
  build/hud/CMakeFiles/hud.dir/build.make
  build/hud/CMakeFiles/hud.dir/cmake_clean.cmake
  build/hud/CMakeFiles/hud.dir/depend.internal
  build/hud/CMakeFiles/hud.dir/depend.make
  build/hud/CMakeFiles/hud.dir/flags.make
  build/hud/CMakeFiles/hud.dir/link.txt
  build/hud/CMakeFiles/hud.dir/progress.make
  build/hud/CMakeFiles/progress.marks
  build/hud/Makefile
  build/hud/cmake_install.cmake
  build/launcher/
  build/launcher/CMakeFiles/
  build/launcher/CMakeFiles/CMakeDirectoryInformation.cmake
  build/launcher/CMakeFiles/launcher-lib.dir/
  build/launcher/CMakeFiles/launcher-lib.dir/CXX.includecache
  build/launcher/CMakeFiles/launcher-lib.dir/DependInfo.cmake
  build/launcher/CMakeFiles/launcher-lib.dir/build.make
  build/launcher/CMakeFiles/launcher-lib.dir/cmake_clean.cmake
  build/launcher/CMakeFiles/launcher-lib.dir/cmake_clean_target.cmake
  build/launcher/CMakeFiles/launcher-lib.dir/depend.internal
  build/launcher/CMakeFiles/launcher-lib.dir/depend.make
  build/launcher/CMakeFiles/launcher-lib.dir/flags.make
  build/launcher/CMakeFiles/launcher-lib.dir/link.txt
  build/launcher/CMakeFiles/launcher-lib.dir/progress.make
  build/launcher/CMakeFiles/launcher.dir/
  build/launcher/CMakeFiles/launcher.dir/CXX.includecache
  build/launcher/CMakeFiles/launcher.dir/DependInfo.cmake
  build/launcher/CMakeFiles/launcher.dir/build.make
  build/launcher/CMakeFiles/launcher.dir/cmake_clean.cmake
  build/launcher/CMakeFiles/launcher.dir/depend.internal
  build/launcher/CMakeFiles/launcher.dir/depend.make
  build/launcher/CMakeFiles/launcher.dir/flags.make
  build/launcher/CMakeFiles/launcher.dir/link.txt
  build/launcher/CMakeFiles/launcher.dir/progress.make
  build/launcher/CMakeFiles/progress.marks
  build/launcher/CMakeFiles/switcher-lib.dir/
  build/launcher/CMakeFiles/switcher-lib.dir/CXX.includecache
  build/launcher/CMakeFiles/switcher-lib.dir/DependInfo.cmake
  build/launcher/CMakeFiles/switcher-lib.dir/build.make
  build/launcher/CMakeFiles/switcher-lib.dir/cmake_clean.cmake
  build/launcher/CMakeFiles/switcher-lib.dir/cmake_clean_target.cmake
  build/launcher/CMakeFiles/switcher-lib.dir/depend.internal
  build/launcher/CMakeFiles/switcher-lib.dir/depend.make
  build/launcher/CMakeFiles/switcher-lib.dir/flags.make
  build/launcher/CMakeFiles/switcher-lib.dir/link.txt
  build/launcher/CMakeFiles/switcher-lib.dir/progress.make
  build/launcher/CMakeFiles/switcher.dir/
  build/launcher/CMakeFiles/switcher.dir/CXX.includecache
  build/launcher/CMakeFiles/switcher.dir/DependInfo.cmake
  build/launcher/CMakeFiles/switcher.dir/build.make
  build/launcher/CMakeFiles/switcher.dir/cmake_clean.cmake
  build/launcher/CMakeFiles/switcher.dir/depend.internal
  build/launcher/CMakeFiles/switcher.dir/depend.make
  build/launcher/CMakeFiles/switcher.dir/flags.make
  build/launcher/CMakeFiles/switcher.dir/link.txt
  build/launcher/CMakeFiles/switcher.dir/progress.make
  build/launcher/Makefile
  build/launcher/cmake_install.cmake
  build/panel/
  build/panel/CMakeFiles/
  build/panel/CMakeFiles/CMakeDirectoryInformation.cmake
  build/panel/CMakeFiles/panel-lib.dir/
  build/panel/CMakeFiles/panel-lib.dir/CXX.includecache
  build/panel/CMakeFiles/panel-lib.dir/DependInfo.cmake
  build/panel/CMakeFiles/panel-lib.dir/build.make
  build/panel/CMakeFiles/panel-lib.dir/cmake_clean.cmake
  build/panel/CMakeFiles/panel-lib.dir/cmake_clean_target.cmake
  build/panel/CMakeFiles/panel-lib.dir/depend.internal
  build/panel/CMakeFiles/panel-lib.dir/depend.make
  build/panel/CMakeFiles/panel-lib.dir/flags.make
  build/panel/CMakeFiles/panel-lib.dir/link.txt
  build/panel/CMakeFiles/panel-lib.dir/progress.make
  build/panel/CMakeFiles/panel.dir/
  build/panel/CMakeFiles/panel.dir/CXX.includecache
  build/panel/CMakeFiles/panel.dir/DependInfo.cmake
  build/panel/CMakeFiles/panel.dir/build.make
  build/panel/CMakeFiles/panel.dir/cmake_clean.cmake
  build/panel/CMakeFiles/panel.dir/depend.internal
  build/panel/CMakeFiles/panel.dir/depend.make
  build/panel/CMakeFiles/panel.dir/flags.make
  build/panel/CMakeFiles/panel.dir/link.txt
  build/panel/CMakeFiles/panel.dir/progress.make
  build/panel/CMakeFiles/progress.marks
  build/panel/Makefile
  build/panel/cmake_install.cmake
  build/plugins/
  build/plugins/networkarearegion/
  build/plugins/networkarearegion/CMakeFiles/
  build/plugins/networkarearegion/CMakeFiles/CMakeDirectoryInformation.cmake
  build/plugins/networkarearegion/CMakeFiles/authors.dir/
  build/plugins/networkarearegion/CMakeFiles/authors.dir/DependInfo.cmake
  build/plugins/networkarearegion/CMakeFiles/authors.dir/build.make
  build/plugins/networkarearegion/CMakeFiles/authors.dir/cmake_clean.cmake
  build/plugins/networkarearegion/CMakeFiles/authors.dir/progress.make
  build/plugins/networkarearegion/CMakeFiles/compiz_gsettings_compile_local.dir/
  build/plugins/networkarearegion/CMakeFiles/compiz_gsettings_compile_local.dir/DependInfo.cmake
  build/plugins/networkarearegion/CMakeFiles/compiz_gsettings_compile_local.dir/build.make
  build/plugins/networkarearegion/CMakeFiles/compiz_gsettings_compile_local.dir/cmake_clean.cmake
  build/plugins/networkarearegion/CMakeFiles/compiz_gsettings_compile_local.dir/depend.internal
  build/plugins/networkarearegion/CMakeFiles/compiz_gsettings_compile_local.dir/depend.make
  build/plugins/networkarearegion/CMakeFiles/compiz_gsettings_compile_local.dir/progress.make
  build/plugins/networkarearegion/CMakeFiles/dist.dir/
  build/plugins/networkarearegion/CMakeFiles/dist.dir/DependInfo.cmake
  build/plugins/networkarearegion/CMakeFiles/dist.dir/build.make
  build/plugins/networkarearegion/CMakeFiles/dist.dir/cmake_clean.cmake
  build/plugins/networkarearegion/CMakeFiles/dist.dir/progress.make
  build/plugins/networkarearegion/CMakeFiles/distcheck.dir/
  build/plugins/networkarearegion/CMakeFiles/distcheck.dir/DependInfo.cmake
  build/plugins/networkarearegion/CMakeFiles/distcheck.dir/build.make
  build/plugins/networkarearegion/CMakeFiles/distcheck.dir/cmake_clean.cmake
  build/plugins/networkarearegion/CMakeFiles/distcheck.dir/progress.make
  build/plugins/networkarearegion/CMakeFiles/networkarearegion-options.dir/
  build/plugins/networkarearegion/CMakeFiles/networkarearegion-options.dir/DependInfo.cmake
  build/plugins/networkarearegion/CMakeFiles/networkarearegion-options.dir/__/
  build/plugins/networkarearegion/CMakeFiles/networkarearegion-options.dir/__/__/
  build/plugins/networkarearegion/CMakeFiles/networkarearegion-options.dir/__/__/generated/
  build/plugins/networkarearegion/CMakeFiles/networkarearegion-options.dir/build.make
  build/plugins/networkarearegion/CMakeFiles/networkarearegion-options.dir/cmake_clean.cmake
  build/plugins/networkarearegion/CMakeFiles/networkarearegion-options.dir/progress.make
  build/plugins/networkarearegion/CMakeFiles/networkarearegion.dir/
  build/plugins/networkarearegion/CMakeFiles/networkarearegion.dir/CXX.includecache
  build/plugins/networkarearegion/CMakeFiles/networkarearegion.dir/DependInfo.cmake
  build/plugins/networkarearegion/CMakeFiles/networkarearegion.dir/__/
  build/plugins/networkarearegion/CMakeFiles/networkarearegion.dir/__/__/
  build/plugins/networkarearegion/CMakeFiles/networkarearegion.dir/__/__/generated/
  build/plugins/networkarearegion/CMakeFiles/networkarearegion.dir/build.make
  build/plugins/networkarearegion/CMakeFiles/networkarearegion.dir/cmake_clean.cmake
  build/plugins/networkarearegion/CMakeFiles/networkarearegion.dir/depend.internal
  build/plugins/networkarearegion/CMakeFiles/networkarearegion.dir/depend.make
  build/plugins/networkarearegion/CMakeFiles/networkarearegion.dir/flags.make
  build/plugins/networkarearegion/CMakeFiles/networkarearegion.dir/link.txt
  build/plugins/networkarearegion/CMakeFiles/networkarearegion.dir/progress.make
  build/plugins/networkarearegion/CMakeFiles/networkarearegion.dir/src/
  build/plugins/networkarearegion/CMakeFiles/networkarearegion_gsettings_schema.dir/
  build/plugins/networkarearegion/CMakeFiles/networkarearegion_gsettings_schema.dir/DependInfo.cmake
  build/plugins/networkarearegion/CMakeFiles/networkarearegion_gsettings_schema.dir/build.make
  build/plugins/networkarearegion/CMakeFiles/networkarearegion_gsettings_schema.dir/cmake_clean.cmake
  build/plugins/networkarearegion/CMakeFiles/networkarearegion_gsettings_schema.dir/depend.internal
  build/plugins/networkarearegion/CMakeFiles/networkarearegion_gsettings_schema.dir/depend.make
  build/plugins/networkarearegion/CMakeFiles/networkarearegion_gsettings_schema.dir/progress.make
  build/plugins/networkarearegion/CMakeFiles/news-header.dir/
  build/plugins/networkarearegion/CMakeFiles/news-header.dir/DependInfo.cmake
  build/plugins/networkarearegion/CMakeFiles/news-header.dir/build.make
  build/plugins/networkarearegion/CMakeFiles/news-header.dir/cmake_clean.cmake
  build/plugins/networkarearegion/CMakeFiles/news-header.dir/progress.make
  build/plugins/networkarearegion/CMakeFiles/news.dir/
  build/plugins/networkarearegion/CMakeFiles/news.dir/DependInfo.cmake
  build/plugins/networkarearegion/CMakeFiles/news.dir/build.make
  build/plugins/networkarearegion/CMakeFiles/news.dir/cmake_clean.cmake
  build/plugins/networkarearegion/CMakeFiles/news.dir/progress.make
  build/plugins/networkarearegion/CMakeFiles/progress.marks
  build/plugins/networkarearegion/CMakeFiles/push-master.dir/
  build/plugins/networkarearegion/CMakeFiles/push-master.dir/DependInfo.cmake
  build/plugins/networkarearegion/CMakeFiles/push-master.dir/build.make
  build/plugins/networkarearegion/CMakeFiles/push-master.dir/cmake_clean.cmake
  build/plugins/networkarearegion/CMakeFiles/push-master.dir/progress.make
  build/plugins/networkarearegion/CMakeFiles/push-release-branch.dir/
  build/plugins/networkarearegion/CMakeFiles/push-release-branch.dir/DependInfo.cmake
  build/plugins/networkarearegion/CMakeFiles/push-release-branch.dir/build.make
  build/plugins/networkarearegion/CMakeFiles/push-release-branch.dir/cmake_clean.cmake
  build/plugins/networkarearegion/CMakeFiles/push-release-branch.dir/progress.make
  build/plugins/networkarearegion/CMakeFiles/push-tag.dir/
  build/plugins/networkarearegion/CMakeFiles/push-tag.dir/DependInfo.cmake
  build/plugins/networkarearegion/CMakeFiles/push-tag.dir/build.make
  build/plugins/networkarearegion/CMakeFiles/push-tag.dir/cmake_clean.cmake
  build/plugins/networkarearegion/CMakeFiles/push-tag.dir/progress.make
  build/plugins/networkarearegion/CMakeFiles/release-branch.dir/
  build/plugins/networkarearegion/CMakeFiles/release-branch.dir/DependInfo.cmake
  build/plugins/networkarearegion/CMakeFiles/release-branch.dir/build.make
  build/plugins/networkarearegion/CMakeFiles/release-branch.dir/cmake_clean.cmake
  build/plugins/networkarearegion/CMakeFiles/release-branch.dir/progress.make
  build/plugins/networkarearegion/CMakeFiles/release-commits.dir/
  build/plugins/networkarearegion/CMakeFiles/release-commits.dir/DependInfo.cmake
  build/plugins/networkarearegion/CMakeFiles/release-commits.dir/build.make
  build/plugins/networkarearegion/CMakeFiles/release-commits.dir/cmake_clean.cmake
  build/plugins/networkarearegion/CMakeFiles/release-commits.dir/progress.make
  build/plugins/networkarearegion/CMakeFiles/release-prep.dir/
  build/plugins/networkarearegion/CMakeFiles/release-prep.dir/DependInfo.cmake
  build/plugins/networkarearegion/CMakeFiles/release-prep.dir/build.make
  build/plugins/networkarearegion/CMakeFiles/release-prep.dir/cmake_clean.cmake
  build/plugins/networkarearegion/CMakeFiles/release-prep.dir/progress.make
  build/plugins/networkarearegion/CMakeFiles/release-push.dir/
  build/plugins/networkarearegion/CMakeFiles/release-push.dir/DependInfo.cmake
  build/plugins/networkarearegion/CMakeFiles/release-push.dir/build.make
  build/plugins/networkarearegion/CMakeFiles/release-push.dir/cmake_clean.cmake
  build/plugins/networkarearegion/CMakeFiles/release-push.dir/progress.make
  build/plugins/networkarearegion/CMakeFiles/release-sha1-tarballs.dir/
  build/plugins/networkarearegion/CMakeFiles/release-sha1-tarballs.dir/DependInfo.cmake
  build/plugins/networkarearegion/CMakeFiles/release-sha1-tarballs.dir/build.make
  build/plugins/networkarearegion/CMakeFiles/release-sha1-tarballs.dir/cmake_clean.cmake
  build/plugins/networkarearegion/CMakeFiles/release-sha1-tarballs.dir/progress.make
  build/plugins/networkarearegion/CMakeFiles/release-sign-sha1-tarballs.dir/
  build/plugins/networkarearegion/CMakeFiles/release-sign-sha1-tarballs.dir/DependInfo.cmake
  build/plugins/networkarearegion/CMakeFiles/release-sign-sha1-tarballs.dir/build.make
  build/plugins/networkarearegion/CMakeFiles/release-sign-sha1-tarballs.dir/cmake_clean.cmake
  build/plugins/networkarearegion/CMakeFiles/release-sign-sha1-tarballs.dir/progress.make
  build/plugins/networkarearegion/CMakeFiles/release-sign-tarballs.dir/
  build/plugins/networkarearegion/CMakeFiles/release-sign-tarballs.dir/DependInfo.cmake
  build/plugins/networkarearegion/CMakeFiles/release-sign-tarballs.dir/build.make
  build/plugins/networkarearegion/CMakeFiles/release-sign-tarballs.dir/cmake_clean.cmake
  build/plugins/networkarearegion/CMakeFiles/release-sign-tarballs.dir/progress.make
  build/plugins/networkarearegion/CMakeFiles/release-signoff.dir/
  build/plugins/networkarearegion/CMakeFiles/release-signoff.dir/DependInfo.cmake
  build/plugins/networkarearegion/CMakeFiles/release-signoff.dir/build.make
  build/plugins/networkarearegion/CMakeFiles/release-signoff.dir/cmake_clean.cmake
  build/plugins/networkarearegion/CMakeFiles/release-signoff.dir/progress.make
  build/plugins/networkarearegion/CMakeFiles/release-tags.dir/
  build/plugins/networkarearegion/CMakeFiles/release-tags.dir/DependInfo.cmake
  build/plugins/networkarearegion/CMakeFiles/release-tags.dir/build.make
  build/plugins/networkarearegion/CMakeFiles/release-tags.dir/cmake_clean.cmake
  build/plugins/networkarearegion/CMakeFiles/release-tags.dir/progress.make
  build/plugins/networkarearegion/CMakeFiles/release-update-dist.dir/
  build/plugins/networkarearegion/CMakeFiles/release-update-dist.dir/DependInfo.cmake
  build/plugins/networkarearegion/CMakeFiles/release-update-dist.dir/build.make
  build/plugins/networkarearegion/CMakeFiles/release-update-dist.dir/cmake_clean.cmake
  build/plugins/networkarearegion/CMakeFiles/release-update-dist.dir/progress.make
  build/plugins/networkarearegion/CMakeFiles/release-update-working-tree.dir/
  build/plugins/networkarearegion/CMakeFiles/release-update-working-tree.dir/DependInfo.cmake
  build/plugins/networkarearegion/CMakeFiles/release-update-working-tree.dir/build.make
  build/plugins/networkarearegion/CMakeFiles/release-update-working-tree.dir/cmake_clean.cmake
  build/plugins/networkarearegion/CMakeFiles/release-update-working-tree.dir/progress.make
  build/plugins/networkarearegion/CMakeFiles/release-upload-component.dir/
  build/plugins/networkarearegion/CMakeFiles/release-upload-component.dir/DependInfo.cmake
  build/plugins/networkarearegion/CMakeFiles/release-upload-component.dir/build.make
  build/plugins/networkarearegion/CMakeFiles/release-upload-component.dir/cmake_clean.cmake
  build/plugins/networkarearegion/CMakeFiles/release-upload-component.dir/progress.make
  build/plugins/networkarearegion/CMakeFiles/release-upload.dir/
  build/plugins/networkarearegion/CMakeFiles/release-upload.dir/DependInfo.cmake
  build/plugins/networkarearegion/CMakeFiles/release-upload.dir/build.make
  build/plugins/networkarearegion/CMakeFiles/release-upload.dir/cmake_clean.cmake
  build/plugins/networkarearegion/CMakeFiles/release-upload.dir/progress.make
  build/plugins/networkarearegion/CMakeFiles/release-version-bump.dir/
  build/plugins/networkarearegion/CMakeFiles/release-version-bump.dir/DependInfo.cmake
  build/plugins/networkarearegion/CMakeFiles/release-version-bump.dir/build.make
  build/plugins/networkarearegion/CMakeFiles/release-version-bump.dir/cmake_clean.cmake
  build/plugins/networkarearegion/CMakeFiles/release-version-bump.dir/progress.make
  build/plugins/networkarearegion/CMakeFiles/uninstall.dir/
  build/plugins/networkarearegion/CMakeFiles/uninstall.dir/DependInfo.cmake
  build/plugins/networkarearegion/CMakeFiles/uninstall.dir/build.make
  build/plugins/networkarearegion/CMakeFiles/uninstall.dir/cmake_clean.cmake
  build/plugins/networkarearegion/CMakeFiles/uninstall.dir/progress.make
  build/plugins/networkarearegion/CTestTestfile.cmake
  build/plugins/networkarearegion/Makefile
  build/plugins/networkarearegion/cmake_install.cmake
  build/plugins/unity-mt-grab-handles/
  build/plugins/unity-mt-grab-handles/CMakeFiles/
  build/plugins/unity-mt-grab-handles/CMakeFiles/CMakeDirectoryInformation.cmake
  build/plugins/unity-mt-grab-handles/CMakeFiles/authors.dir/
  build/plugins/unity-mt-grab-handles/CMakeFiles/authors.dir/DependInfo.cmake
  build/plugins/unity-mt-grab-handles/CMakeFiles/authors.dir/build.make
  build/plugins/unity-mt-grab-handles/CMakeFiles/authors.dir/cmake_clean.cmake
  build/plugins/unity-mt-grab-handles/CMakeFiles/authors.dir/progress.make
  build/plugins/unity-mt-grab-handles/CMakeFiles/dist.dir/
  build/plugins/unity-mt-grab-handles/CMakeFiles/dist.dir/DependInfo.cmake
  build/plugins/unity-mt-grab-handles/CMakeFiles/dist.dir/build.make
  build/plugins/unity-mt-grab-handles/CMakeFiles/dist.dir/cmake_clean.cmake
  build/plugins/unity-mt-grab-handles/CMakeFiles/dist.dir/progress.make
  build/plugins/unity-mt-grab-handles/CMakeFiles/distcheck.dir/
  build/plugins/unity-mt-grab-handles/CMakeFiles/distcheck.dir/DependInfo.cmake
  build/plugins/unity-mt-grab-handles/CMakeFiles/distcheck.dir/build.make
  build/plugins/unity-mt-grab-handles/CMakeFiles/distcheck.dir/cmake_clean.cmake
  build/plugins/unity-mt-grab-handles/CMakeFiles/distcheck.dir/progress.make
  build/plugins/unity-mt-grab-handles/CMakeFiles/news-header.dir/
  build/plugins/unity-mt-grab-handles/CMakeFiles/news-header.dir/DependInfo.cmake
  build/plugins/unity-mt-grab-handles/CMakeFiles/news-header.dir/build.make
  build/plugins/unity-mt-grab-handles/CMakeFiles/news-header.dir/cmake_clean.cmake
  build/plugins/unity-mt-grab-handles/CMakeFiles/news-header.dir/progress.make
  build/plugins/unity-mt-grab-handles/CMakeFiles/news.dir/
  build/plugins/unity-mt-grab-handles/CMakeFiles/news.dir/DependInfo.cmake
  build/plugins/unity-mt-grab-handles/CMakeFiles/news.dir/build.make
  build/plugins/unity-mt-grab-handles/CMakeFiles/news.dir/cmake_clean.cmake
  build/plugins/unity-mt-grab-handles/CMakeFiles/news.dir/progress.make
  build/plugins/unity-mt-grab-handles/CMakeFiles/progress.marks
  build/plugins/unity-mt-grab-handles/CMakeFiles/push-master.dir/
  build/plugins/unity-mt-grab-handles/CMakeFiles/push-master.dir/DependInfo.cmake
  build/plugins/unity-mt-grab-handles/CMakeFiles/push-master.dir/build.make
  build/plugins/unity-mt-grab-handles/CMakeFiles/push-master.dir/cmake_clean.cmake
  build/plugins/unity-mt-grab-handles/CMakeFiles/push-master.dir/progress.make
  build/plugins/unity-mt-grab-handles/CMakeFiles/push-release-branch.dir/
  build/plugins/unity-mt-grab-handles/CMakeFiles/push-release-branch.dir/DependInfo.cmake
  build/plugins/unity-mt-grab-handles/CMakeFiles/push-release-branch.dir/build.make
  build/plugins/unity-mt-grab-handles/CMakeFiles/push-release-branch.dir/cmake_clean.cmake
  build/plugins/unity-mt-grab-handles/CMakeFiles/push-release-branch.dir/progress.make
  build/plugins/unity-mt-grab-handles/CMakeFiles/push-tag.dir/
  build/plugins/unity-mt-grab-handles/CMakeFiles/push-tag.dir/DependInfo.cmake
  build/plugins/unity-mt-grab-handles/CMakeFiles/push-tag.dir/build.make
  build/plugins/unity-mt-grab-handles/CMakeFiles/push-tag.dir/cmake_clean.cmake
  build/plugins/unity-mt-grab-handles/CMakeFiles/push-tag.dir/progress.make
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-branch.dir/
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-branch.dir/DependInfo.cmake
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-branch.dir/build.make
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-branch.dir/cmake_clean.cmake
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-branch.dir/progress.make
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-commits.dir/
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-commits.dir/DependInfo.cmake
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-commits.dir/build.make
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-commits.dir/cmake_clean.cmake
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-commits.dir/progress.make
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-prep.dir/
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-prep.dir/DependInfo.cmake
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-prep.dir/build.make
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-prep.dir/cmake_clean.cmake
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-prep.dir/progress.make
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-push.dir/
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-push.dir/DependInfo.cmake
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-push.dir/build.make
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-push.dir/cmake_clean.cmake
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-push.dir/progress.make
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-sha1-tarballs.dir/
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-sha1-tarballs.dir/DependInfo.cmake
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-sha1-tarballs.dir/build.make
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-sha1-tarballs.dir/cmake_clean.cmake
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-sha1-tarballs.dir/progress.make
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-sign-sha1-tarballs.dir/
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-sign-sha1-tarballs.dir/DependInfo.cmake
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-sign-sha1-tarballs.dir/build.make
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-sign-sha1-tarballs.dir/cmake_clean.cmake
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-sign-sha1-tarballs.dir/progress.make
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-sign-tarballs.dir/
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-sign-tarballs.dir/DependInfo.cmake
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-sign-tarballs.dir/build.make
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-sign-tarballs.dir/cmake_clean.cmake
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-sign-tarballs.dir/progress.make
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-signoff.dir/
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-signoff.dir/DependInfo.cmake
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-signoff.dir/build.make
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-signoff.dir/cmake_clean.cmake
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-signoff.dir/progress.make
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-tags.dir/
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-tags.dir/DependInfo.cmake
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-tags.dir/build.make
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-tags.dir/cmake_clean.cmake
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-tags.dir/progress.make
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-update-dist.dir/
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-update-dist.dir/DependInfo.cmake
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-update-dist.dir/build.make
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-update-dist.dir/cmake_clean.cmake
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-update-dist.dir/progress.make
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-update-working-tree.dir/
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-update-working-tree.dir/DependInfo.cmake
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-update-working-tree.dir/build.make
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-update-working-tree.dir/cmake_clean.cmake
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-update-working-tree.dir/progress.make
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-upload-component.dir/
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-upload-component.dir/DependInfo.cmake
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-upload-component.dir/build.make
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-upload-component.dir/cmake_clean.cmake
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-upload-component.dir/progress.make
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-upload.dir/
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-upload.dir/DependInfo.cmake
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-upload.dir/build.make
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-upload.dir/cmake_clean.cmake
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-upload.dir/progress.make
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-version-bump.dir/
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-version-bump.dir/DependInfo.cmake
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-version-bump.dir/build.make
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-version-bump.dir/cmake_clean.cmake
  build/plugins/unity-mt-grab-handles/CMakeFiles/release-version-bump.dir/progress.make
  build/plugins/unity-mt-grab-handles/CMakeFiles/unitymtgrabhandles-options.dir/
  build/plugins/unity-mt-grab-handles/CMakeFiles/unitymtgrabhandles-options.dir/DependInfo.cmake
  build/plugins/unity-mt-grab-handles/CMakeFiles/unitymtgrabhandles-options.dir/__/
  build/plugins/unity-mt-grab-handles/CMakeFiles/unitymtgrabhandles-options.dir/__/__/
  build/plugins/unity-mt-grab-handles/CMakeFiles/unitymtgrabhandles-options.dir/__/__/generated/
  build/plugins/unity-mt-grab-handles/CMakeFiles/unitymtgrabhandles-options.dir/build.make
  build/plugins/unity-mt-grab-handles/CMakeFiles/unitymtgrabhandles-options.dir/cmake_clean.cmake
  build/plugins/unity-mt-grab-handles/CMakeFiles/unitymtgrabhandles-options.dir/progress.make
  build/plugins/unity-mt-grab-handles/CMakeFiles/unitymtgrabhandles.dir/
  build/plugins/unity-mt-grab-handles/CMakeFiles/unitymtgrabhandles.dir/CXX.includecache
  build/plugins/unity-mt-grab-handles/CMakeFiles/unitymtgrabhandles.dir/DependInfo.cmake
  build/plugins/unity-mt-grab-handles/CMakeFiles/unitymtgrabhandles.dir/__/
  build/plugins/unity-mt-grab-handles/CMakeFiles/unitymtgrabhandles.dir/__/__/
  build/plugins/unity-mt-grab-handles/CMakeFiles/unitymtgrabhandles.dir/__/__/generated/
  build/plugins/unity-mt-grab-handles/CMakeFiles/unitymtgrabhandles.dir/build.make
  build/plugins/unity-mt-grab-handles/CMakeFiles/unitymtgrabhandles.dir/cmake_clean.cmake
  build/plugins/unity-mt-grab-handles/CMakeFiles/unitymtgrabhandles.dir/depend.internal
  build/plugins/unity-mt-grab-handles/CMakeFiles/unitymtgrabhandles.dir/depend.make
  build/plugins/unity-mt-grab-handles/CMakeFiles/unitymtgrabhandles.dir/flags.make
  build/plugins/unity-mt-grab-handles/CMakeFiles/unitymtgrabhandles.dir/link.txt
  build/plugins/unity-mt-grab-handles/CMakeFiles/unitymtgrabhandles.dir/progress.make
  build/plugins/unity-mt-grab-handles/CMakeFiles/unitymtgrabhandles.dir/src/
  build/plugins/unity-mt-grab-handles/CMakeFiles/unitymtgrabhandles_gsettings_schema.dir/
  build/plugins/unity-mt-grab-handles/CMakeFiles/unitymtgrabhandles_gsettings_schema.dir/DependInfo.cmake
  build/plugins/unity-mt-grab-handles/CMakeFiles/unitymtgrabhandles_gsettings_schema.dir/build.make
  build/plugins/unity-mt-grab-handles/CMakeFiles/unitymtgrabhandles_gsettings_schema.dir/cmake_clean.cmake
  build/plugins/unity-mt-grab-handles/CMakeFiles/unitymtgrabhandles_gsettings_schema.dir/progress.make
  build/plugins/unity-mt-grab-handles/CTestTestfile.cmake
  build/plugins/unity-mt-grab-handles/Makefile
  build/plugins/unity-mt-grab-handles/cmake_install.cmake
  build/plugins/unitydialog/
  build/plugins/unitydialog/CMakeFiles/
  build/plugins/unitydialog/CMakeFiles/CMakeDirectoryInformation.cmake
  build/plugins/unitydialog/CMakeFiles/authors.dir/
  build/plugins/unitydialog/CMakeFiles/authors.dir/DependInfo.cmake
  build/plugins/unitydialog/CMakeFiles/authors.dir/build.make
  build/plugins/unitydialog/CMakeFiles/authors.dir/cmake_clean.cmake
  build/plugins/unitydialog/CMakeFiles/authors.dir/progress.make
  build/plugins/unitydialog/CMakeFiles/dist.dir/
  build/plugins/unitydialog/CMakeFiles/dist.dir/DependInfo.cmake
  build/plugins/unitydialog/CMakeFiles/dist.dir/build.make
  build/plugins/unitydialog/CMakeFiles/dist.dir/cmake_clean.cmake
  build/plugins/unitydialog/CMakeFiles/dist.dir/progress.make
  build/plugins/unitydialog/CMakeFiles/distcheck.dir/
  build/plugins/unitydialog/CMakeFiles/distcheck.dir/DependInfo.cmake
  build/plugins/unitydialog/CMakeFiles/distcheck.dir/build.make
  build/plugins/unitydialog/CMakeFiles/distcheck.dir/cmake_clean.cmake
  build/plugins/unitydialog/CMakeFiles/distcheck.dir/progress.make
  build/plugins/unitydialog/CMakeFiles/news-header.dir/
  build/plugins/unitydialog/CMakeFiles/news-header.dir/DependInfo.cmake
  build/plugins/unitydialog/CMakeFiles/news-header.dir/build.make
  build/plugins/unitydialog/CMakeFiles/news-header.dir/cmake_clean.cmake
  build/plugins/unitydialog/CMakeFiles/news-header.dir/progress.make
  build/plugins/unitydialog/CMakeFiles/news.dir/
  build/plugins/unitydialog/CMakeFiles/news.dir/DependInfo.cmake
  build/plugins/unitydialog/CMakeFiles/news.dir/build.make
  build/plugins/unitydialog/CMakeFiles/news.dir/cmake_clean.cmake
  build/plugins/unitydialog/CMakeFiles/news.dir/progress.make
  build/plugins/unitydialog/CMakeFiles/progress.marks
  build/plugins/unitydialog/CMakeFiles/push-master.dir/
  build/plugins/unitydialog/CMakeFiles/push-master.dir/DependInfo.cmake
  build/plugins/unitydialog/CMakeFiles/push-master.dir/build.make
  build/plugins/unitydialog/CMakeFiles/push-master.dir/cmake_clean.cmake
  build/plugins/unitydialog/CMakeFiles/push-master.dir/progress.make
  build/plugins/unitydialog/CMakeFiles/push-release-branch.dir/
  build/plugins/unitydialog/CMakeFiles/push-release-branch.dir/DependInfo.cmake
  build/plugins/unitydialog/CMakeFiles/push-release-branch.dir/build.make
  build/plugins/unitydialog/CMakeFiles/push-release-branch.dir/cmake_clean.cmake
  build/plugins/unitydialog/CMakeFiles/push-release-branch.dir/progress.make
  build/plugins/unitydialog/CMakeFiles/push-tag.dir/
  build/plugins/unitydialog/CMakeFiles/push-tag.dir/DependInfo.cmake
  build/plugins/unitydialog/CMakeFiles/push-tag.dir/build.make
  build/plugins/unitydialog/CMakeFiles/push-tag.dir/cmake_clean.cmake
  build/plugins/unitydialog/CMakeFiles/push-tag.dir/progress.make
  build/plugins/unitydialog/CMakeFiles/release-branch.dir/
  build/plugins/unitydialog/CMakeFiles/release-branch.dir/DependInfo.cmake
  build/plugins/unitydialog/CMakeFiles/release-branch.dir/build.make
  build/plugins/unitydialog/CMakeFiles/release-branch.dir/cmake_clean.cmake
  build/plugins/unitydialog/CMakeFiles/release-branch.dir/progress.make
  build/plugins/unitydialog/CMakeFiles/release-commits.dir/
  build/plugins/unitydialog/CMakeFiles/release-commits.dir/DependInfo.cmake
  build/plugins/unitydialog/CMakeFiles/release-commits.dir/build.make
  build/plugins/unitydialog/CMakeFiles/release-commits.dir/cmake_clean.cmake
  build/plugins/unitydialog/CMakeFiles/release-commits.dir/progress.make
  build/plugins/unitydialog/CMakeFiles/release-prep.dir/
  build/plugins/unitydialog/CMakeFiles/release-prep.dir/DependInfo.cmake
  build/plugins/unitydialog/CMakeFiles/release-prep.dir/build.make
  build/plugins/unitydialog/CMakeFiles/release-prep.dir/cmake_clean.cmake
  build/plugins/unitydialog/CMakeFiles/release-prep.dir/progress.make
  build/plugins/unitydialog/CMakeFiles/release-push.dir/
  build/plugins/unitydialog/CMakeFiles/release-push.dir/DependInfo.cmake
  build/plugins/unitydialog/CMakeFiles/release-push.dir/build.make
  build/plugins/unitydialog/CMakeFiles/release-push.dir/cmake_clean.cmake
  build/plugins/unitydialog/CMakeFiles/release-push.dir/progress.make
  build/plugins/unitydialog/CMakeFiles/release-sha1-tarballs.dir/
  build/plugins/unitydialog/CMakeFiles/release-sha1-tarballs.dir/DependInfo.cmake
  build/plugins/unitydialog/CMakeFiles/release-sha1-tarballs.dir/build.make
  build/plugins/unitydialog/CMakeFiles/release-sha1-tarballs.dir/cmake_clean.cmake
  build/plugins/unitydialog/CMakeFiles/release-sha1-tarballs.dir/progress.make
  build/plugins/unitydialog/CMakeFiles/release-sign-sha1-tarballs.dir/
  build/plugins/unitydialog/CMakeFiles/release-sign-sha1-tarballs.dir/DependInfo.cmake
  build/plugins/unitydialog/CMakeFiles/release-sign-sha1-tarballs.dir/build.make
  build/plugins/unitydialog/CMakeFiles/release-sign-sha1-tarballs.dir/cmake_clean.cmake
  build/plugins/unitydialog/CMakeFiles/release-sign-sha1-tarballs.dir/progress.make
  build/plugins/unitydialog/CMakeFiles/release-sign-tarballs.dir/
  build/plugins/unitydialog/CMakeFiles/release-sign-tarballs.dir/DependInfo.cmake
  build/plugins/unitydialog/CMakeFiles/release-sign-tarballs.dir/build.make
  build/plugins/unitydialog/CMakeFiles/release-sign-tarballs.dir/cmake_clean.cmake
  build/plugins/unitydialog/CMakeFiles/release-sign-tarballs.dir/progress.make
  build/plugins/unitydialog/CMakeFiles/release-signoff.dir/
  build/plugins/unitydialog/CMakeFiles/release-signoff.dir/DependInfo.cmake
  build/plugins/unitydialog/CMakeFiles/release-signoff.dir/build.make
  build/plugins/unitydialog/CMakeFiles/release-signoff.dir/cmake_clean.cmake
  build/plugins/unitydialog/CMakeFiles/release-signoff.dir/progress.make
  build/plugins/unitydialog/CMakeFiles/release-tags.dir/
  build/plugins/unitydialog/CMakeFiles/release-tags.dir/DependInfo.cmake
  build/plugins/unitydialog/CMakeFiles/release-tags.dir/build.make
  build/plugins/unitydialog/CMakeFiles/release-tags.dir/cmake_clean.cmake
  build/plugins/unitydialog/CMakeFiles/release-tags.dir/progress.make
  build/plugins/unitydialog/CMakeFiles/release-update-dist.dir/
  build/plugins/unitydialog/CMakeFiles/release-update-dist.dir/DependInfo.cmake
  build/plugins/unitydialog/CMakeFiles/release-update-dist.dir/build.make
  build/plugins/unitydialog/CMakeFiles/release-update-dist.dir/cmake_clean.cmake
  build/plugins/unitydialog/CMakeFiles/release-update-dist.dir/progress.make
  build/plugins/unitydialog/CMakeFiles/release-update-working-tree.dir/
  build/plugins/unitydialog/CMakeFiles/release-update-working-tree.dir/DependInfo.cmake
  build/plugins/unitydialog/CMakeFiles/release-update-working-tree.dir/build.make
  build/plugins/unitydialog/CMakeFiles/release-update-working-tree.dir/cmake_clean.cmake
  build/plugins/unitydialog/CMakeFiles/release-update-working-tree.dir/progress.make
  build/plugins/unitydialog/CMakeFiles/release-upload-component.dir/
  build/plugins/unitydialog/CMakeFiles/release-upload-component.dir/DependInfo.cmake
  build/plugins/unitydialog/CMakeFiles/release-upload-component.dir/build.make
  build/plugins/unitydialog/CMakeFiles/release-upload-component.dir/cmake_clean.cmake
  build/plugins/unitydialog/CMakeFiles/release-upload-component.dir/progress.make
  build/plugins/unitydialog/CMakeFiles/release-upload.dir/
  build/plugins/unitydialog/CMakeFiles/release-upload.dir/DependInfo.cmake
  build/plugins/unitydialog/CMakeFiles/release-upload.dir/build.make
  build/plugins/unitydialog/CMakeFiles/release-upload.dir/cmake_clean.cmake
  build/plugins/unitydialog/CMakeFiles/release-upload.dir/progress.make
  build/plugins/unitydialog/CMakeFiles/release-version-bump.dir/
  build/plugins/unitydialog/CMakeFiles/release-version-bump.dir/DependInfo.cmake
  build/plugins/unitydialog/CMakeFiles/release-version-bump.dir/build.make
  build/plugins/unitydialog/CMakeFiles/release-version-bump.dir/cmake_clean.cmake
  build/plugins/unitydialog/CMakeFiles/release-version-bump.dir/progress.make
  build/plugins/unitydialog/CMakeFiles/unitydialog-options.dir/
  build/plugins/unitydialog/CMakeFiles/unitydialog-options.dir/DependInfo.cmake
  build/plugins/unitydialog/CMakeFiles/unitydialog-options.dir/__/
  build/plugins/unitydialog/CMakeFiles/unitydialog-options.dir/__/__/
  build/plugins/unitydialog/CMakeFiles/unitydialog-options.dir/__/__/generated/
  build/plugins/unitydialog/CMakeFiles/unitydialog-options.dir/build.make
  build/plugins/unitydialog/CMakeFiles/unitydialog-options.dir/cmake_clean.cmake
  build/plugins/unitydialog/CMakeFiles/unitydialog-options.dir/progress.make
  build/plugins/unitydialog/CMakeFiles/unitydialog.dir/
  build/plugins/unitydialog/CMakeFiles/unitydialog.dir/CXX.includecache
  build/plugins/unitydialog/CMakeFiles/unitydialog.dir/DependInfo.cmake
  build/plugins/unitydialog/CMakeFiles/unitydialog.dir/__/
  build/plugins/unitydialog/CMakeFiles/unitydialog.dir/__/__/
  build/plugins/unitydialog/CMakeFiles/unitydialog.dir/__/__/generated/
  build/plugins/unitydialog/CMakeFiles/unitydialog.dir/build.make
  build/plugins/unitydialog/CMakeFiles/unitydialog.dir/cmake_clean.cmake
  build/plugins/unitydialog/CMakeFiles/unitydialog.dir/depend.internal
  build/plugins/unitydialog/CMakeFiles/unitydialog.dir/depend.make
  build/plugins/unitydialog/CMakeFiles/unitydialog.dir/flags.make
  build/plugins/unitydialog/CMakeFiles/unitydialog.dir/link.txt
  build/plugins/unitydialog/CMakeFiles/unitydialog.dir/progress.make
  build/plugins/unitydialog/CMakeFiles/unitydialog.dir/src/
  build/plugins/unitydialog/CMakeFiles/unitydialog_gsettings_schema.dir/
  build/plugins/unitydialog/CMakeFiles/unitydialog_gsettings_schema.dir/DependInfo.cmake
  build/plugins/unitydialog/CMakeFiles/unitydialog_gsettings_schema.dir/build.make
  build/plugins/unitydialog/CMakeFiles/unitydialog_gsettings_schema.dir/cmake_clean.cmake
  build/plugins/unitydialog/CMakeFiles/unitydialog_gsettings_schema.dir/progress.make
  build/plugins/unitydialog/CTestTestfile.cmake
  build/plugins/unitydialog/Makefile
  build/plugins/unitydialog/cmake_install.cmake
  build/plugins/unityshell/
  build/plugins/unityshell/CMakeFiles/
  build/plugins/unityshell/CMakeFiles/CMakeDirectoryInformation.cmake
  build/plugins/unityshell/CMakeFiles/progress.marks
  build/plugins/unityshell/Makefile
  build/plugins/unityshell/cmake_install.cmake
  build/services/
  build/services/CMakeFiles/
  build/services/CMakeFiles/CMakeDirectoryInformation.cmake
  build/services/CMakeFiles/progress.marks
  build/services/CMakeFiles/unity-panel-service.dir/
  build/services/CMakeFiles/unity-panel-service.dir/C.includecache
  build/services/CMakeFiles/unity-panel-service.dir/DependInfo.cmake
  build/services/CMakeFiles/unity-panel-service.dir/build.make
  build/services/CMakeFiles/unity-panel-service.dir/cmake_clean.cmake
  build/services/CMakeFiles/unity-panel-service.dir/depend.internal
  build/services/CMakeFiles/unity-panel-service.dir/depend.make
  build/services/CMakeFiles/unity-panel-service.dir/flags.make
  build/services/CMakeFiles/unity-panel-service.dir/link.txt
  build/services/CMakeFiles/unity-panel-service.dir/progress.make
  build/services/Makefile
  build/services/cmake_install.cmake
  build/services/com.canonical.Unity.Panel.Service.service
  build/services/panel-marshal.h
  build/settings/
  build/settings/com.canonical.Unity.gschema.xml
  build/settings/gschemas.compiled
  build/share/
  build/share/themes/
  build/share/themes/dash-widgets.json
  build/shortcuts/
  build/shortcuts/CMakeFiles/
  build/shortcuts/CMakeFiles/CMakeDirectoryInformation.cmake
  build/shortcuts/CMakeFiles/progress.marks
  build/shortcuts/CMakeFiles/shortcuts-lib.dir/
  build/shortcuts/CMakeFiles/shortcuts-lib.dir/CXX.includecache
  build/shortcuts/CMakeFiles/shortcuts-lib.dir/DependInfo.cmake
  build/shortcuts/CMakeFiles/shortcuts-lib.dir/build.make
  build/shortcuts/CMakeFiles/shortcuts-lib.dir/cmake_clean.cmake
  build/shortcuts/CMakeFiles/shortcuts-lib.dir/cmake_clean_target.cmake
  build/shortcuts/CMakeFiles/shortcuts-lib.dir/depend.internal
  build/shortcuts/CMakeFiles/shortcuts-lib.dir/depend.make
  build/shortcuts/CMakeFiles/shortcuts-lib.dir/flags.make
  build/shortcuts/CMakeFiles/shortcuts-lib.dir/link.txt
  build/shortcuts/CMakeFiles/shortcuts-lib.dir/progress.make
  build/shortcuts/CMakeFiles/shortcuts.dir/
  build/shortcuts/CMakeFiles/shortcuts.dir/CXX.includecache
  build/shortcuts/CMakeFiles/shortcuts.dir/DependInfo.cmake
  build/shortcuts/CMakeFiles/shortcuts.dir/build.make
  build/shortcuts/CMakeFiles/shortcuts.dir/cmake_clean.cmake
  build/shortcuts/CMakeFiles/shortcuts.dir/depend.internal
  build/shortcuts/CMakeFiles/shortcuts.dir/depend.make
  build/shortcuts/CMakeFiles/shortcuts.dir/flags.make
  build/shortcuts/CMakeFiles/shortcuts.dir/link.txt
  build/shortcuts/CMakeFiles/shortcuts.dir/progress.make
  build/shortcuts/Makefile
  build/shortcuts/cmake_install.cmake
  build/tests/
  build/tests/CMakeFiles/
  build/tests/CMakeFiles/CMakeDirectoryInformation.cmake
  build/tests/CMakeFiles/autopilot.dir/
  build/tests/CMakeFiles/autopilot.dir/DependInfo.cmake
  build/tests/CMakeFiles/autopilot.dir/build.make
  build/tests/CMakeFiles/autopilot.dir/cmake_clean.cmake
  build/tests/CMakeFiles/autopilot.dir/progress.make
  build/tests/CMakeFiles/check-headless.dir/
  build/tests/CMakeFiles/check-headless.dir/DependInfo.cmake
  build/tests/CMakeFiles/check-headless.dir/build.make
  build/tests/CMakeFiles/check-headless.dir/cmake_clean.cmake
  build/tests/CMakeFiles/check-headless.dir/progress.make
  build/tests/CMakeFiles/check-report.dir/
  build/tests/CMakeFiles/check-report.dir/DependInfo.cmake
  build/tests/CMakeFiles/check-report.dir/build.make
  build/tests/CMakeFiles/check-report.dir/cmake_clean.cmake
  build/tests/CMakeFiles/check-report.dir/progress.make
  build/tests/CMakeFiles/check.dir/
  build/tests/CMakeFiles/check.dir/DependInfo.cmake
  build/tests/CMakeFiles/check.dir/build.make
  build/tests/CMakeFiles/check.dir/cmake_clean.cmake
  build/tests/CMakeFiles/check.dir/progress.make
  build/tests/CMakeFiles/gcheck.dir/
  build/tests/CMakeFiles/gcheck.dir/DependInfo.cmake
  build/tests/CMakeFiles/gcheck.dir/build.make
  build/tests/CMakeFiles/gcheck.dir/cmake_clean.cmake
  build/tests/CMakeFiles/gcheck.dir/progress.make
  build/tests/CMakeFiles/progress.marks
  build/tests/CMakeFiles/test-gtest-dbus.dir/
  build/tests/CMakeFiles/test-gtest-dbus.dir/CXX.includecache
  build/tests/CMakeFiles/test-gtest-dbus.dir/DependInfo.cmake
  build/tests/CMakeFiles/test-gtest-dbus.dir/build.make
  build/tests/CMakeFiles/test-gtest-dbus.dir/cmake_clean.cmake
  build/tests/CMakeFiles/test-gtest-dbus.dir/depend.internal
  build/tests/CMakeFiles/test-gtest-dbus.dir/depend.make
  build/tests/CMakeFiles/test-gtest-dbus.dir/flags.make
  build/tests/CMakeFiles/test-gtest-dbus.dir/link.txt
  build/tests/CMakeFiles/test-gtest-dbus.dir/progress.make
  build/tests/CMakeFiles/test-gtest-service.dir/
  build/tests/CMakeFiles/test-gtest-service.dir/C.includecache
  build/tests/CMakeFiles/test-gtest-service.dir/DependInfo.cmake
  build/tests/CMakeFiles/test-gtest-service.dir/build.make
  build/tests/CMakeFiles/test-gtest-service.dir/cmake_clean.cmake
  build/tests/CMakeFiles/test-gtest-service.dir/depend.internal
  build/tests/CMakeFiles/test-gtest-service.dir/depend.make
  build/tests/CMakeFiles/test-gtest-service.dir/flags.make
  build/tests/CMakeFiles/test-gtest-service.dir/link.txt
  build/tests/CMakeFiles/test-gtest-service.dir/progress.make
  build/tests/CMakeFiles/test-gtest-xless.dir/
  build/tests/CMakeFiles/test-gtest-xless.dir/CXX.includecache
  build/tests/CMakeFiles/test-gtest-xless.dir/DependInfo.cmake
  build/tests/CMakeFiles/test-gtest-xless.dir/__/
  build/tests/CMakeFiles/test-gtest-xless.dir/__/plugins/
  build/tests/CMakeFiles/test-gtest-xless.dir/__/plugins/unity-mt-grab-handles/
  build/tests/CMakeFiles/test-gtest-xless.dir/__/plugins/unity-mt-grab-handles/src/
  build/tests/CMakeFiles/test-gtest-xless.dir/__/plugins/unityshell/
  build/tests/CMakeFiles/test-gtest-xless.dir/__/plugins/unityshell/src/
  build/tests/CMakeFiles/test-gtest-xless.dir/build.make
  build/tests/CMakeFiles/test-gtest-xless.dir/cmake_clean.cmake
  build/tests/CMakeFiles/test-gtest-xless.dir/depend.internal
  build/tests/CMakeFiles/test-gtest-xless.dir/depend.make
  build/tests/CMakeFiles/test-gtest-xless.dir/flags.make
  build/tests/CMakeFiles/test-gtest-xless.dir/link.txt
  build/tests/CMakeFiles/test-gtest-xless.dir/progress.make
  build/tests/CMakeFiles/test-gtest.dir/
  build/tests/CMakeFiles/test-gtest.dir/C.includecache
  build/tests/CMakeFiles/test-gtest.dir/CXX.includecache
  build/tests/CMakeFiles/test-gtest.dir/DependInfo.cmake
  build/tests/CMakeFiles/test-gtest.dir/__/
  build/tests/CMakeFiles/test-gtest.dir/__/plugins/
  build/tests/CMakeFiles/test-gtest.dir/__/plugins/unityshell/
  build/tests/CMakeFiles/test-gtest.dir/__/plugins/unityshell/src/
  build/tests/CMakeFiles/test-gtest.dir/build.make
  build/tests/CMakeFiles/test-gtest.dir/cmake_clean.cmake
  build/tests/CMakeFiles/test-gtest.dir/depend.internal
  build/tests/CMakeFiles/test-gtest.dir/depend.make
  build/tests/CMakeFiles/test-gtest.dir/flags.make
  build/tests/CMakeFiles/test-gtest.dir/link.txt
  build/tests/CMakeFiles/test-gtest.dir/progress.make
  build/tests/CMakeFiles/test-unit.dir/
  build/tests/CMakeFiles/test-unit.dir/C.includecache
  build/tests/CMakeFiles/test-unit.dir/CXX.includecache
  build/tests/CMakeFiles/test-unit.dir/DependInfo.cmake
  build/tests/CMakeFiles/test-unit.dir/__/
  build/tests/CMakeFiles/test-unit.dir/__/services/
  build/tests/CMakeFiles/test-unit.dir/build.make
  build/tests/CMakeFiles/test-unit.dir/cmake_clean.cmake
  build/tests/CMakeFiles/test-unit.dir/depend.internal
  build/tests/CMakeFiles/test-unit.dir/depend.make
  build/tests/CMakeFiles/test-unit.dir/flags.make
  build/tests/CMakeFiles/test-unit.dir/link.txt
  build/tests/CMakeFiles/test-unit.dir/progress.make
  build/tests/CMakeFiles/test-unit.dir/unit/
  build/tests/CTestTestfile.cmake
  build/tests/Makefile
  build/tests/cmake_install.cmake
  build/tests/data/
  build/tests/data/applications/
  build/tests/data/applications/bzr-handle-patch.desktop
  build/tests/data/applications/no-icon.desktop
  build/tests/data/applications/ubuntu-software-center.desktop
  build/tests/data/applications/ubuntuone-installer.desktop
  build/tests/data/applications/update-manager.desktop
  build/tests/panel-marshal.h
  build/tests/test-gestures/
  build/tests/test-gestures/CMakeFiles/
  build/tests/test-gestures/CMakeFiles/CMakeDirectoryInformation.cmake
  build/tests/test-gestures/CMakeFiles/check-gestures.dir/
  build/tests/test-gestures/CMakeFiles/check-gestures.dir/DependInfo.cmake
  build/tests/test-gestures/CMakeFiles/check-gestures.dir/build.make
  build/tests/test-gestures/CMakeFiles/check-gestures.dir/cmake_clean.cmake
  build/tests/test-gestures/CMakeFiles/check-gestures.dir/progress.make
  build/tests/test-gestures/CMakeFiles/progress.marks
  build/tests/test-gestures/CMakeFiles/test-gestures.dir/
  build/tests/test-gestures/CMakeFiles/test-gestures.dir/CXX.includecache
  build/tests/test-gestures/CMakeFiles/test-gestures.dir/DependInfo.cmake
  build/tests/test-gestures/CMakeFiles/test-gestures.dir/build.make
  build/tests/test-gestures/CMakeFiles/test-gestures.dir/cmake_clean.cmake
  build/tests/test-gestures/CMakeFiles/test-gestures.dir/depend.internal
  build/tests/test-gestures/CMakeFiles/test-gestures.dir/depend.make
  build/tests/test-gestures/CMakeFiles/test-gestures.dir/flags.make
  build/tests/test-gestures/CMakeFiles/test-gestures.dir/link.txt
  build/tests/test-gestures/CMakeFiles/test-gestures.dir/progress.make
  build/tests/test-gestures/CTestTestfile.cmake
  build/tests/test-gestures/Makefile
  build/tests/test-gestures/cmake_install.cmake
  build/tests/test-get-transients/
  build/tests/test-get-transients/CMakeFiles/
  build/tests/test-get-transients/CMakeFiles/CMakeDirectoryInformation.cmake
  build/tests/test-get-transients/CMakeFiles/progress.marks
  build/tests/test-get-transients/CMakeFiles/test-get-transients.dir/
  build/tests/test-get-transients/CMakeFiles/test-get-transients.dir/CXX.includecache
  build/tests/test-get-transients/CMakeFiles/test-get-transients.dir/DependInfo.cmake
  build/tests/test-get-transients/CMakeFiles/test-get-transients.dir/__/
  build/tests/test-get-transients/CMakeFiles/test-get-transients.dir/__/__/
  build/tests/test-get-transients/CMakeFiles/test-get-transients.dir/__/__/plugins/
  build/tests/test-get-transients/CMakeFiles/test-get-transients.dir/__/__/plugins/unityshell/
  build/tests/test-get-transients/CMakeFiles/test-get-transients.dir/__/__/plugins/unityshell/src/
  build/tests/test-get-transients/CMakeFiles/test-get-transients.dir/build.make
  build/tests/test-get-transients/CMakeFiles/test-get-transients.dir/cmake_clean.cmake
  build/tests/test-get-transients/CMakeFiles/test-get-transients.dir/depend.internal
  build/tests/test-get-transients/CMakeFiles/test-get-transients.dir/depend.make
  build/tests/test-get-transients/CMakeFiles/test-get-transients.dir/flags.make
  build/tests/test-get-transients/CMakeFiles/test-get-transients.dir/link.txt
  build/tests/test-get-transients/CMakeFiles/test-get-transients.dir/progress.make
  build/tests/test-get-transients/Makefile
  build/tests/test-get-transients/cmake_install.cmake
  build/tests/test-input-remover/
  build/tests/test-input-remover/CMakeFiles/
  build/tests/test-input-remover/CMakeFiles/CMakeDirectoryInformation.cmake
  build/tests/test-input-remover/CMakeFiles/progress.marks
  build/tests/test-input-remover/CMakeFiles/test-input-remover.dir/
  build/tests/test-input-remover/CMakeFiles/test-input-remover.dir/CXX.includecache
  build/tests/test-input-remover/CMakeFiles/test-input-remover.dir/DependInfo.cmake
  build/tests/test-input-remover/CMakeFiles/test-input-remover.dir/__/
  build/tests/test-input-remover/CMakeFiles/test-input-remover.dir/__/__/
  build/tests/test-input-remover/CMakeFiles/test-input-remover.dir/__/__/plugins/
  build/tests/test-input-remover/CMakeFiles/test-input-remover.dir/__/__/plugins/unityshell/
  build/tests/test-input-remover/CMakeFiles/test-input-remover.dir/__/__/plugins/unityshell/src/
  build/tests/test-input-remover/CMakeFiles/test-input-remover.dir/build.make
  build/tests/test-input-remover/CMakeFiles/test-input-remover.dir/cmake_clean.cmake
  build/tests/test-input-remover/CMakeFiles/test-input-remover.dir/depend.internal
  build/tests/test-input-remover/CMakeFiles/test-input-remover.dir/depend.make
  build/tests/test-input-remover/CMakeFiles/test-input-remover.dir/flags.make
  build/tests/test-input-remover/CMakeFiles/test-input-remover.dir/link.txt
  build/tests/test-input-remover/CMakeFiles/test-input-remover.dir/progress.make
  build/tests/test-input-remover/Makefile
  build/tests/test-input-remover/cmake_install.cmake
  build/tests/test-input-remover/test-input-remover.cbp
  build/tests/test-minimize-window-handler/
  build/tests/test-minimize-window-handler/CMakeFiles/
  build/tests/test-minimize-window-handler/CMakeFiles/CMakeDirectoryInformation.cmake
  build/tests/test-minimize-window-handler/CMakeFiles/progress.marks
  build/tests/test-minimize-window-handler/CMakeFiles/test-minimize-handler.dir/
  build/tests/test-minimize-window-handler/CMakeFiles/test-minimize-handler.dir/CXX.includecache
  build/tests/test-minimize-window-handler/CMakeFiles/test-minimize-handler.dir/DependInfo.cmake
  build/tests/test-minimize-window-handler/CMakeFiles/test-minimize-handler.dir/__/
  build/tests/test-minimize-window-handler/CMakeFiles/test-minimize-handler.dir/__/__/
  build/tests/test-minimize-window-handler/CMakeFiles/test-minimize-handler.dir/__/__/plugins/
  build/tests/test-minimize-window-handler/CMakeFiles/test-minimize-handler.dir/__/__/plugins/unityshell/
  build/tests/test-minimize-window-handler/CMakeFiles/test-minimize-handler.dir/__/__/plugins/unityshell/src/
  build/tests/test-minimize-window-handler/CMakeFiles/test-minimize-handler.dir/build.make
  build/tests/test-minimize-window-handler/CMakeFiles/test-minimize-handler.dir/cmake_clean.cmake
  build/tests/test-minimize-window-handler/CMakeFiles/test-minimize-handler.dir/depend.internal
  build/tests/test-minimize-window-handler/CMakeFiles/test-minimize-handler.dir/depend.make
  build/tests/test-minimize-window-handler/CMakeFiles/test-minimize-handler.dir/flags.make
  build/tests/test-minimize-window-handler/CMakeFiles/test-minimize-handler.dir/link.txt
  build/tests/test-minimize-window-handler/CMakeFiles/test-minimize-handler.dir/progress.make
  build/tests/test-minimize-window-handler/Makefile
  build/tests/test-minimize-window-handler/cmake_install.cmake
  build/tests/test_glib_signals_utils_marshal.h
  build/tools/
  build/tools/CMakeFiles/
  build/tools/CMakeFiles/CMakeDirectoryInformation.cmake
  build/tools/CMakeFiles/progress.marks
  build/tools/Makefile
  build/tools/cmake_install.cmake
  build/unity
  build/unity-ff-tv/
  build/unity-ff-tv/CMakeFiles/
  build/unity-shared/
  build/unity-shared/CMakeFiles/
  build/unity-shared/CMakeFiles/CMakeDirectoryInformation.cmake
  build/unity-shared/CMakeFiles/progress.marks
  build/unity-shared/CMakeFiles/unity-shared-compiz.dir/
  build/unity-shared/CMakeFiles/unity-shared-compiz.dir/CXX.includecache
  build/unity-shared/CMakeFiles/unity-shared-compiz.dir/DependInfo.cmake
  build/unity-shared/CMakeFiles/unity-shared-compiz.dir/build.make
  build/unity-shared/CMakeFiles/unity-shared-compiz.dir/cmake_clean.cmake
  build/unity-shared/CMakeFiles/unity-shared-compiz.dir/cmake_clean_target.cmake
  build/unity-shared/CMakeFiles/unity-shared-compiz.dir/depend.internal
  build/unity-shared/CMakeFiles/unity-shared-compiz.dir/depend.make
  build/unity-shared/CMakeFiles/unity-shared-compiz.dir/flags.make
  build/unity-shared/CMakeFiles/unity-shared-compiz.dir/link.txt
  build/unity-shared/CMakeFiles/unity-shared-compiz.dir/progress.make
  build/unity-shared/CMakeFiles/unity-shared-standalone.dir/
  build/unity-shared/CMakeFiles/unity-shared-standalone.dir/CXX.includecache
  build/unity-shared/CMakeFiles/unity-shared-standalone.dir/DependInfo.cmake
  build/unity-shared/CMakeFiles/unity-shared-standalone.dir/build.make
  build/unity-shared/CMakeFiles/unity-shared-standalone.dir/cmake_clean.cmake
  build/unity-shared/CMakeFiles/unity-shared-standalone.dir/cmake_clean_target.cmake
  build/unity-shared/CMakeFiles/unity-shared-standalone.dir/depend.internal
  build/unity-shared/CMakeFiles/unity-shared-standalone.dir/depend.make
  build/unity-shared/CMakeFiles/unity-shared-standalone.dir/flags.make
  build/unity-shared/CMakeFiles/unity-shared-standalone.dir/link.txt
  build/unity-shared/CMakeFiles/unity-shared-standalone.dir/progress.make
  build/unity-shared/CMakeFiles/unity-shared.dir/
  build/unity-shared/CMakeFiles/unity-shared.dir/CXX.includecache
  build/unity-shared/CMakeFiles/unity-shared.dir/DependInfo.cmake
  build/unity-shared/CMakeFiles/unity-shared.dir/build.make
  build/unity-shared/CMakeFiles/unity-shared.dir/cmake_clean.cmake
  build/unity-shared/CMakeFiles/unity-shared.dir/cmake_clean_target.cmake
  build/unity-shared/CMakeFiles/unity-shared.dir/depend.internal
  build/unity-shared/CMakeFiles/unity-shared.dir/depend.make
  build/unity-shared/CMakeFiles/unity-shared.dir/flags.make
  build/unity-shared/CMakeFiles/unity-shared.dir/link.txt
  build/unity-shared/CMakeFiles/unity-shared.dir/progress.make
  build/unity-shared/Makefile
  build/unity-shared/cmake_install.cmake
  build/unity-standalone/
  build/unity-standalone/CMakeFiles/
  build/unity-standalone/CMakeFiles/CMakeDirectoryInformation.cmake
  build/unity-standalone/CMakeFiles/progress.marks
  build/unity-standalone/CMakeFiles/unity-standalone.dir/
  build/unity-standalone/CMakeFiles/unity-standalone.dir/CXX.includecache
  build/unity-standalone/CMakeFiles/unity-standalone.dir/DependInfo.cmake
  build/unity-standalone/CMakeFiles/unity-standalone.dir/build.make
  build/unity-standalone/CMakeFiles/unity-standalone.dir/cmake_clean.cmake
  build/unity-standalone/CMakeFiles/unity-standalone.dir/depend.internal
  build/unity-standalone/CMakeFiles/unity-standalone.dir/depend.make
  build/unity-standalone/CMakeFiles/unity-standalone.dir/flags.make
  build/unity-standalone/CMakeFiles/unity-standalone.dir/link.txt
  build/unity-standalone/CMakeFiles/unity-standalone.dir/progress.make
  build/unity-standalone/Makefile
  build/unity-standalone/cmake_install.cmake
  build/unity.cbp
modified:
  CMakeLists.txt.user

2883. By Joseph Mills

removed:
  po/unity.pot

2882. By Joseph Mills

DO NOT USE ::
Playing with CmakeList.txt for IDE editing.
modified:
  CMakeLists.txt
  CMakeLists.txt.user

2881. By Joseph Mills

DO NOT USE ::
Adding hud && launcher **LAYER**

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== added directory '.bzr-builddeb'
=== renamed directory '.bzr-builddeb' => '.bzr-builddeb.moved'
=== added file '.bzr-builddeb/default.conf'
--- .bzr-builddeb/default.conf 1970-01-01 00:00:00 +0000
+++ .bzr-builddeb/default.conf 2015-03-02 05:51:28 +0000
@@ -0,0 +1,2 @@
1[BUILDDEB]
2split = True
03
=== added file '.bzrignore'
--- .bzrignore 1970-01-01 00:00:00 +0000
+++ .bzrignore 2015-03-02 05:51:28 +0000
@@ -0,0 +1,6 @@
1build
2services/panel-marshal.c
3services/panel-marshal.h
4.AUTHORS.sed
5tests/autopilot/dist
6tests/autopilot/unity.egg-info
07
=== renamed file '.bzrignore' => '.bzrignore.moved'
=== added file 'AUTHOR-glue'
--- AUTHOR-glue 1970-01-01 00:00:00 +0000
+++ AUTHOR-glue 2015-03-02 05:51:28 +0000
@@ -0,0 +1,21 @@
1s/Joseph Mills <.*@.*>/Joseph Mills <josephjamesmills@gmail.com>/
2s/Andrea Azzarone <.*@.*>/Andrea Azzarone <azzaronea@gmail.com>/
3s/Andrea Azzarone azzaronea@gmail.com/Andrea Azzarone <azzaronea@gmail.com>/
4s/Andrea Azzarone aazzarone@hotmail.it/Andrea Azzarone <azzaronea@gmail.com>/
5s/Andrea Cimitan <.*@.*>/Andrea Cimitan <andrea.cimitan@canonical.com>/
6s/Aurelien Gateau <.*@.*>/Aurélien Gâteau <aurelien.gateau@canonical.com>/
7s/Chase Douglas <.*@.*>/Chase Douglas <chase.douglas@canonical.com>/
8s/Chris Coulson <.*@.*>/Chris Coulson <chris.coulson@canonical.com>/
9s/Daniel van Vugt <.*@.*>/Daniel van Vugt <vanvugt@gmail.com>/
10s/Gord(on)? Allott <.*@.*>/Gordon Allott <gord.allott@canonical.com>/
11s/Jason Smith <jason@hakimaki>/Jason Smith <jason.smith@canonical.com>/
12s/Mikkel Kamstrup Erlandsen <.*@.*>/Mikkel Kamstrup Erlandsen <mikkel.kamstrup@gmail.com>/
13s/Manuel Nicetto <.*@.*>/Manuel Nicetto <manuel.nicetto@gmail.com>/
14s/Marius Gedminas <.*@.*>/Marius Gedminas <marius@gedmin.as>/
15s/Mathieu Trudel-Lapierre <.*@.*>/Mathieu Trudel-Lapierre <mathieu.trudel-lapierre@canonical.com>/
16s/Mirco <.*@.*>/Mirco Müller <mirco.mueller@ubuntu.com>/
17s/Mirco Müller <.*@.*>/Mirco Müller <mirco.mueller@ubuntu.com>/
18s/macslow@bangang.de/Mirco Müller <mirco.mueller@ubuntu.com>/
19s/njpatel/Neil Jagdish Patel <neil.patel@canonical.com>/
20s/Neil Jagdish Patel <.*@.*>/Neil Jagdish Patel <neil.patel@canonical.com>/
21s/Stefano Candori <stefano.candori@gmail.com/Stefano Candori <stefano.candori@gmail.com>/
022
=== added file 'AUTHORS'
--- AUTHORS 1970-01-01 00:00:00 +0000
+++ AUTHORS 2015-03-02 05:51:28 +0000
@@ -0,0 +1,160 @@
1 Joseph Mills <josephjamesmills@gmail.com>
2 3v1n0 <mail@3v1n0.net>, Marco Trevisan (Treviño) <mail@3v1n0.net>
3 Adam Conrad <adconrad@0c3.net>
4 agateau <aurelien.gateau@canonical.com>
5 alanbell@ubuntu.com
6 Albert Astals <albert.astals@canonical.com>
7 Albert Astals <albert.astals@canonical.com>, Christopher Lee <chris.lee@canonical.com>, Christopher Lee <veebers@gmail.com>
8 Alejandro Piñeiro <apinheiro@igalia.com>
9 Alejandro Piñeiro <apinheiro@igalia.com>, Andrea Azzarone <azzaronea@gmail.com>
10 Alexandros Frantzis <alexandros.frantzis@linaro.org>
11 Alexandros Frantzis <alexandros.frantzis@linaro.org>, Marc Ordinas i Llopis <marc.ordinasillopis@linaro.org>, Jay Taoko <jay.taoko@canonical.com>
12 Alex Launi <alex.launi@canonical.com>
13 Alex Launi <alex.launi@canonical.com>, Allan LeSage <allanlesage@gmail.com>
14 Alex Launi <alex.launi@canonical.com>, Thomi Richards <thomi.richards@canonical.com>
15 Andrea Azzarone
16 Andrea Azzarone <azzaronea@gmail.com>
17 Andrea Cimitan <andrea.cimitan@canonical.com>
18 Andrey Logvinov <Andrey.Logvinov.81@gmail.com
19 Aurélien Gâteau <aurelien.gateau@canonical.com>
20 Benjamin Kerensa <bkerensa@ubuntu.com>
21 Bilal Akhtar <bilalakhtar@ubuntu.com>
22 Bilal Akhtar <bilalakhtar@ubuntu.com>, Thomi Richards <thomi.richards@canonical.com>
23 Brandon Schaefer <brandon.schaefer@canonical.com>
24 Brandon Schaefer <brandon.schaefer@canonical.com>, Brandon Schaefer <brandontschaefer@gmail.com>
25 Brandon Schaefer <brandontschaefer@gmail.com
26 Brandon Schaefer <brandontschaefer@gmail.com>
27 Brandon Schaefer <brandontschaefer@gmail.com, Brandon Schaefer <brandontschaefer@gmail.com>
28 Brandon Schaefer <brandontschaefer@gmail.com, Jay Taoko <jay.taoko@canonical.com>
29 Brandon Schaefer <brandontschaefer@gmail.com>, Thomi Richards <thomi.richards@canonical.com>
30 Brandon Schaefer <schbra02@evergreen.edu>
31 Charles Kerr <charles.kerr@canonical.com>
32 Chase Douglas <chase.douglas@canonical.com>
33 Chris Coulson <chris.coulson@canonical.com>
34 Christopher James Halse Rogers <raof@ubuntu.com>
35 Christopher Lee <chris.lee@canonical.com>
36 Christopher Lee <veebers@gmail.com>
37 Daniel d'Andrada <daniel.dandrada@canonical.com>
38 Daniel van Vugt <vanvugt@gmail.com>
39 David Barth <david.barth@canonical.com>
40 David Gomes <davidrafagomes@gmail.com>
41 David Planella <david.planella@ubuntu.com>
42 Didier Roche <didier.roche@canonical.com>
43 Didier Roche <didrocks@ubuntu.com>
44 foxoman <foxoman.u@gmail.com>
45 Gabor Kelemen <kelemeng@ubuntu.com>
46 Gary Lasker <gary.lasker@canonical.com>
47 Gordon Allott <gord.allott@canonical.com>
48 Henri De Veene <henri.deveene@gmail.com>
49 Jani Monoses <jani.monoses@canonical.com>
50 Jani Monoses <jani@ubuntu.com>
51 Jason Conti <jason.conti@gmail.com>
52 Jason Smith <jason.smith@canonical.com>
53 Jason Smith <jason.smith@canonical.com>, Andrea Cimitan <andrea.cimitan@canonical.com>
54 Jason Smith <jason.smith@canonical.com>, Gordon Allott <gord.allott@canonical.com>
55 Jason Smith <jason.smith@canonical.com>, Jay Taoko <jay.taoko@canonical.com>, Brandon Schaefer <brandontschaefer@gmail.com>
56 Jason Smith <jason.smith@canonical.com>, Marco Trevisan (Treviño) <mail@3v1n0.net>, Thomi Richards <thomi.richards@canonical.com>
57 Jason Smith <jason.smith@canonical.com>, smspillaz <sam.spilsbury@canonical.com>
58 Jason Smith <jason.smith@canonical.com>, Tim Penhey <tim.penhey@canonical.com>
59 jassmith@gmail.com
60 Jay Ó Broin <ismise@lavabit.com>
61 Jay Taoko <jay.taoko@canonical.com>
62 Jay Taoko <jay.taoko@canonical.com>, Łukasz 'sil2100' Zemczak <lukasz.zemczak@canonical.com>
63 Jay Taoko <jay.taoko@canonical.com>, Mirco Müller <mirco.mueller@ubuntu.com>
64 Jay Taoko <jay.taoko@canonical.com>, Robert Carr <racarr@canonical.com>
65 Jeremy Bicha <jbicha@ubuntu.com>
66 jokerdino@bvm128.zdom.org
67 Ken VanDine <ken.vandine@canonical.com>
68 Ken VanDine <ken.vandine@canonical.com>, Nick Dedekind <nicholas.dedekind@gmail.com>
69 Kevin DuBois <kevin.dubois@canonical.com>
70 Koichi Akabe <vbkaisetsu@gmail.com>
71 Lars Uebernickel <lars.uebernickel@canonical.com>
72 Loïc Molinari <loic.molinari@canonical.com>
73 Lorenzo Mattei <lore.mattei@gmail.com>
74 Łukasz 'sil2100' Zemczak <lukasz.zemczak@canonical.com>
75 Luke Yelavich <luke.yelavich@canonical.com>
76 Marco Biscaro <marcobiscaro2112@gmail.com>
77 Marco Biscaro <marcobiscaro2112@gmail.com>, Rick Spencer <rick.spencer@canonical.com>
78 Marco Mariani <dfly720@gmail.com>, Thomi Richards <thomi.richards@canonical.com>
79 Marco Trevisan
80 Marco Trevisan <mail@3v1n0.net>
81 Marco Trevisan <marco.trevisan@canonical.com>
82 Marco Trevisan (Treviño) <mail@3v1n0.net>
83 Marco Trevisan (Treviño) <mail@3v1n0.net>, 3v1n0 <mail@3v1n0.net>
84 Marco Trevisan (Treviño) <mail@3v1n0.net>, Andrea Cimitan <andrea.cimitan@canonical.com>
85 Marco Trevisan (Treviño) <mail@3v1n0.net>, Brandon Schaefer <brandontschaefer@gmail.com>, Tim Penhey <tim.penhey@canonical.com>
86 Marco Trevisan (Treviño) <mail@3v1n0.net>, Michal Hruby <michal.mhr@gmail.com>
87 Marco Trevisan (Treviño) <mail@3v1n0.net>, Thomi Richards <thomi.richards@canonical.com>
88 Marius Gedminas <marius@gedmin.as>
89 Martin Albisetti <argentina@gmail.com>
90 Martin Mrazik <martin.mrazik@canonical.com>
91 Martin Mrazik <mrazik@gmail.com>
92 MC Return <mc.return@gmx.net>
93 Michael Rawson <michaelrawson76@gmail.com>
94 Michael Terry <michael.terry@canonical.com>
95 Michael Terry <mike@mterry.name>
96 Michael Vogt <michael.vogt@ubuntu.com>
97 Michal Hruby <michal.mhr@gmail.com>
98 Mikkel Kamstrup Erlandsen <mikkel.kamstrup@gmail.com>
99 Mirco Müller <mirco.mueller@ubuntu.com>
100 Mitsuya Shibata
101 Neil Jagdish Patel <neil.patel@canonical.com>
102 Nic d'Offay <nicolas.doffay@canonical.com>
103 Nick Dedekind <nicholas.dedekind@gmail.com>
104 Nick Dedekind <nicholas.dedekind@gmail.com>, Gordon Allott <gord.allott@canonical.com>
105 Nick Dedekind <nicholas.dedekind@gmail.com>, Michal Hruby <michal.mhr@gmail.com>
106 Nick Dedekind <nick.dedekind@canonical.com>
107 Nick Dedekind <nick.dedekind@canonical.com>, Christopher Lee <chris.lee@canonical.com>
108 Nico van der Walt <nico@kimburu.co.za>
109 Oliver Sauder <os@esite.ch>
110 Omer Akram <om26er@ubuntu.com>
111 Omer Akram <omer.akram@canonical.com>
112 Paolo Rotolo <paolorotolo@ubuntu-it.org>
113 Paul Sladen <sladen@canonical.com>
114 Paul Sladen <sladen@canonical.com>, Andrea Cimitan <andrea.cimitan@canonical.com>
115 Pawel Stolowski <pawel.stolowski@canonical.com>
116 Rafał Cieślak <rafalcieslak256@gmail.com>
117 Renato Araujo Oliveira Filho <renato.filho@canonical.com>
118 Ricardo Mendoza <ricardo.mendoza@canonical.com>
119 Robert Carr <racarr@canonical.com>
120 Robert Carr <racarr@canonical.com>, Ken VanDine <ken.vandine@canonical.com>
121 Robert Carr <robert.carr@canonical.com>
122 Rodrigo Moya <rodrigo.moya@canonical.com>
123 Ryan Lortie <desrt@desrt.ca>
124 Sam Spilsbury <sam.spilsbury@canonical.com>
125 Sam Spilsbury <sam.spilsbury@canonical.com>, Daniel van Vugt <vanvugt@gmail.com>
126 Sam Spilsbury <sam.spilsbury@canonical.com>, Didier Roche <didier.roche@canonical.com>
127 Sam Spilsbury <sam.spilsbury@canonical.com>, Michal Hruby <michal.mhr@gmail.com>
128 Sebastien Bacher <seb128@ubuntu.com>
129 smspillaz <sam.spilsbury@canonical.com>
130 smspillaz <sam.spilsbury@canonical.com>, Daniel van Vugt <vanvugt@gmail.com>
131 smspillaz <sam.spilsbury@canonical.com>, Sam Spilsbury <sam.spilsbury@canonical.com>
132 Sven Baars <svenb.linux@gmail.com>
133 Tarmac
134 Ted Gould <ted@gould.cx>
135 Thomas Voß <thomas.voss@rub.de>
136 Thomi Richards <thomir@gmail.com>
137 Thomi Richards <thomir@gmail.com>, Alex Launi <alex.launi@canonical.com>
138 Thomi Richards <thomir@gmail.com>, Thomi Richards <thomi.richards@canonical.com>
139 Thomi Richards <thomi.richards@canonical.com>
140 Thomi Richards <thomi.richards@canonical.com>, Albert Astals <albert.astals@canonical.com>
141 Thomi Richards <thomi.richards@canonical.com>, Alex Launi <alex.launi@canonical.com>
142 Thomi Richards <thomi.richards@canonical.com>, Brandon Schaefer <brandontschaefer@gmail.com>
143 Thomi Richards <thomi.richards@canonical.com>, Gordon Allott <gord.allott@canonical.com>
144 Thomi Richards <thomi.richards@canonical.com>, Jason Smith <jason.smith@canonical.com>
145 Thomi Richards <thomi.richards@canonical.com>, Miklos Juhasz <juhasz.miklos.1@gmail.com>
146 Thomi Richards <thomi.richards@canonical.com>, Ted Gould <ted@gould.cx>
147 Thomi Richards <thomi.richards@canonical.com>, Thomi Richards <thomir@gmail.com>
148 Thomi Richards <thomi.richards@canonical.com>, Tim Penhey <tim.penhey@canonical.com>
149 timo.jyrinki@canonical.com
150 Tim Penhey <tim.penhey@canonical.com>
151 Tim Penhey <tim.penhey@canonical.com>, Bowmore <bowmores@telia.com>
152 Tim Penhey <tim.penhey@canonical.com>, Gordon Allott <gord.allott@canonical.com>
153 Tim Penhey <tim.penhey@canonical.com>, Jason Smith <jason.smith@canonical.com>
154 Tim Penhey <tim.penhey@canonical.com>, Jay Taoko <jay.taoko@canonical.com>
155 Tim Penhey <tim.penhey@canonical.com>, Neil Jagdish Patel <neil.patel@canonical.com>
156 Ubuntu <ubuntu@netbook>
157 Ugo Riboni <ugo.riboni@canonical.com>
158 Unity Merger <unity.merger@gmail.com>
159 Victor Eduardo <victormartinez79@gmail.com>
160 Zaid Yeganeh <zaid.yeganeh@gmail.com>
0161
=== added file 'CMakeLists.txt'
--- CMakeLists.txt 1970-01-01 00:00:00 +0000
+++ CMakeLists.txt 2015-03-02 05:51:28 +0000
@@ -0,0 +1,310 @@
1project (unity)
2cmake_minimum_required(VERSION 2.8)
3
4include (cmake/Documentation.cmake)
5
6#
7# Base bits
8#
9set (PROJECT_NAME "unity")
10set (UNITY_MAJOR 6)
11set (UNITY_MINOR 6)
12set (UNITY_MICRO 0)
13set (UNITY_VERSION "${UNITY_MAJOR}.${UNITY_MINOR}.${UNITY_MICRO}")
14set (UNITY_API_VERSION "6.0")
15
16set (CMAKE_CXX_FLAGS "-DGNOME_DESKTOP_USE_UNSTABLE_API -std=c++0x -fno-permissive")
17set (CMAKE_CXX_FLAGS_DEBUG "-g3")
18set (CMAKE_CXX_FLAGS_RELEASE "")
19
20option(
21 ENABLE_X_SUPPORT
22 "Enable X.org support in unity"
23 ON
24)
25
26# This is due to bug lp:668799 - qemu-arm segfaults executing msgmerge
27option(
28 I18N_SUPPORT
29 "Enable I18N, do the .po file thing."
30 ON
31)
32
33if (ENABLE_X_SUPPORT)
34 add_definitions(-DUSE_X11)
35 message("Unity is configured with support for X.org")
36else ()
37 message("Unity is configured with without X.org")
38 add_definitions(-DNO_X11)
39endif ()
40
41if (BUILD_GLES)
42 add_definitions(-DNUX_OPENGLES_20)
43 add_definitions(-DUSE_GLES)
44 set (UNITY_STANDALONE_LADD "-lunity-core-${UNITY_API_VERSION} -lm -lpthread -ldl")
45else ()
46 set (UNITY_STANDALONE_LADD "-lunity-core-${UNITY_API_VERSION} -lm -lpthread -ldl -lGL -lGLU")
47endif ()
48
49#
50# Niceties
51#
52set (ARCHIVE_NAME unity-${UNITY_VERSION})
53
54add_custom_target (pre-distcheck
55 COMMAND echo ""
56 && echo "• Releasing Unity ${UNITY_VERSION}"
57 && cd ${CMAKE_SOURCE_DIR}
58 && echo "• Generating ChangeLog"
59 && bzr log --gnu-changelog > ChangeLog
60 && echo "• Generating AUTHORS"
61 && bzr log --long --levels=0 | grep -e "^\\s*author:" -e "^\\s*committer:" | cut -d ":" -f 2 | sed -r -f AUTHOR-glue | sort -u > AUTHORS
62 && echo "• Committing Release"
63 && bzr commit -m"Release ${UNITY_VERSION}" --unchanged
64 && echo "• Tagging Release"
65 && bzr tag ${UNITY_VERSION}
66 && echo "• Running Distcheck"
67 )
68
69add_custom_target (dist
70 COMMAND bzr export --root=${ARCHIVE_NAME} ${CMAKE_BINARY_DIR}/${ARCHIVE_NAME}.tar.bz2
71 WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
72 )
73add_dependencies(dist pre-distcheck)
74
75add_custom_target (distcheck
76 COMMAND cd ${CMAKE_BINARY_DIR}
77 && rm -rf ${ARCHIVE_NAME}
78 && tar xf ${ARCHIVE_NAME}.tar.bz2
79 && mkdir ${ARCHIVE_NAME}/build
80 && cd ${ARCHIVE_NAME}/build
81 && cmake -DCMAKE_INSTALL_PREFIX=../install -DGSETTINGS_LOCALINSTALL=ON .. -DCMAKE_MODULE_PATH=/usr/share/cmake
82 && make -j4
83 && make -j4 install
84 && make check
85 )
86add_dependencies(distcheck dist)
87
88add_custom_target (post-distcheck
89 COMMAND echo "• Signing Tarball"
90 && gpg --armor --sign --detach-sig ${CMAKE_BINARY_DIR}/${ARCHIVE_NAME}.tar.bz2
91 && echo "• Pushing Branch"
92 && bzr push
93 && echo "• Publishing Tarball"
94 && lp-project-upload unity ${UNITY_VERSION} ${CMAKE_BINARY_DIR}/${ARCHIVE_NAME}.tar.bz2
95 && echo ""
96 && echo "• Unity ${UNITY_VERSION} Released."
97 )
98add_dependencies(post-distcheck distcheck)
99
100add_custom_target (release)
101add_dependencies (release post-distcheck)
102
103#
104# config.h
105#
106set (PREFIXDIR "${CMAKE_INSTALL_PREFIX}")
107set (DATADIR "${CMAKE_INSTALL_PREFIX}/share")
108set (PKGDATADIR "${DATADIR}/unity/${UNITY_MAJOR}")
109set (GETTEXT_PACKAGE "unity")
110set (LOCALE_DIR "${DATADIR}/locale")
111set (VERSION "${UNITY_VERSION}")
112set (BUILDDIR "${CMAKE_BINARY_DIR}")
113
114configure_file (${CMAKE_SOURCE_DIR}/config.h.cmake ${CMAKE_BINARY_DIR}/config.h)
115
116#
117# i18n
118#
119
120find_package (Gettext REQUIRED)
121
122set (COMPIZ_I18N_DIR ${CMAKE_SOURCE_DIR}/po)
123
124add_custom_command (OUTPUT ${CMAKE_SOURCE_DIR}/po/unity.pot
125 COMMAND xgettext -c --files-from ${CMAKE_SOURCE_DIR}/po/POTFILES.in --keyword=_ -o ${CMAKE_SOURCE_DIR}/po/unity.pot --copyright-holder="Canonical Ltd" --msgid-bugs-address="ayatana-dev@lists.launchpad.net" --no-wrap --no-location
126 WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
127 )
128
129if (I18N_SUPPORT)
130if (GETTEXT_FOUND)
131 set (HAVE_GETTEXT true)
132 file (GLOB _translations ${CMAKE_SOURCE_DIR}/po/*.po)
133 GETTEXT_CREATE_TRANSLATIONS (${CMAKE_SOURCE_DIR}/po/${PROJECT_NAME}.pot
134 ALL ${_translations})
135endif (GETTEXT_FOUND)
136endif()
137
138#
139# Enable or disable boot logging
140#
141option (BOOT_LOGGER "Enable startup performance logging" OFF)
142if (BOOT_LOGGER)
143 SET (BOOT_LOGGER_FLAG "-DENABLE_LOGGER")
144endif (BOOT_LOGGER)
145
146SET (MAINTAINER_CXXFLAGS "-Werror -Wall -Wcast-align -Wempty-body -Wformat-security -Winit-self -Warray-bounds")
147option (DISABLE_MAINTAINER_CXXFLAGS "Disable maintainer CXXFlags" OFF)
148if (DISABLE_MAINTAINER_CXXFLAGS)
149 SET (MAINTAINER_CXXFLAGS "")
150endif (DISABLE_MAINTAINER_CXXFLAGS)
151
152# Make sure these flags are used for every build.
153set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${MAINTAINER_CXXFLAGS}")
154
155#
156# Compiz Plugins
157#
158set(UNITY_PROTOCOL_PRIVATE_DEPS unity-protocol-private>=5.95.1)
159set(UNITY_PLUGIN_SHARED_DEPS
160 ${UNITY_PROTOCOL_PRIVATE_DEPS}
161 atk
162 atk-bridge-2.0
163 dbusmenu-glib-0.4
164 dee-1.0
165 gio-2.0
166 gio-unix-2.0
167 gmodule-2.0
168 gthread-2.0
169 gtk+-3.0>=3.1
170 indicator3-0.4>=0.4.90
171 json-glib-1.0
172 libbamf3
173 libnotify
174 libstartup-notification-1.0
175 nux-4.0>=4.0.0
176 sigc++-2.0
177 unity-misc>=0.4.0
178 zeitgeist-1.0>=0.3.18
179)
180
181set(UNITY_PLUGIN_DEPS ${UNITY_PLUGIN_SHARED_DEPS})
182
183if(ENABLE_X_SUPPORT)
184 set(UNITY_PLUGIN_DEPS
185 ${UNITY_PLUGIN_DEPS}
186 compiz>=0.9.8.0
187 libgeis
188 x11
189 xfixes
190 xrender>=0.9
191 )
192endif ()
193
194find_package (PkgConfig)
195pkg_check_modules (CACHED_UNITY_DEPS REQUIRED ${UNITY_PLUGIN_DEPS})
196pkg_check_modules (CACHED_UNITY_PRIVATE_DEPS REQUIRED ${UNITY_PROTOCOL_PRIVATE_DEPS})
197add_subdirectory(unity-shared)
198add_subdirectory(dash)
199add_subdirectory(launcher)
200# FIXME joseph add_subdirectory(unity-ff-tv)
201if (ENABLE_X_SUPPORT)
202 add_subdirectory(hud)
203 add_subdirectory(panel)
204 add_subdirectory(plugins/unityshell)
205 add_subdirectory(plugins/networkarearegion)
206 add_subdirectory(plugins/unitydialog)
207 add_subdirectory(plugins/unity-mt-grab-handles)
208 add_subdirectory(shortcuts)
209 add_subdirectory(unity-standalone)
210endif ()
211
212# subdirs
213add_subdirectory(doc)
214
215# Check for google test and build it locally
216set(
217 GTEST_ROOT_DIR
218 "/usr/src/gtest" # Default value, adjustable by user with e.g., ccmake
219 CACHE
220 PATH
221 "Path to Google test srcs"
222)
223
224set(
225 GTEST_INCLUDE_DIR
226 "/usr/include/gtest"
227 CACHE
228 PATH
229 "Path to Google tests include"
230)
231
232find_path(GTEST_INCLUDE_DIR gtest/gtest.h)
233if (GTEST_INCLUDE_DIR)
234 #FIXME - hardcoded is bad!
235 add_subdirectory(
236 ${GTEST_ROOT_DIR}
237 gtest
238 )
239endif(GTEST_INCLUDE_DIR)
240
241add_subdirectory(services)
242add_subdirectory(tests)
243add_subdirectory(tools)
244add_subdirectory(UnityCore)
245add_subdirectory(guides)
246
247add_subdirectory(gnome)
248
249#
250# GSettings Schema
251#
252SET (UNITY_SCHEMAS "com.canonical.Unity.gschema.xml")
253
254# Have an option to not install the schema into where GLib is
255option (GSETTINGS_LOCALINSTALL "Install GSettings Schemas locally instead of to the GLib prefix" OFF)
256if (GSETTINGS_LOCALINSTALL)
257 SET (GSETTINGS_DIR "${CMAKE_INSTALL_PREFIX}/share/glib-2.0/schemas/")
258else (GSETTINGS_LOCALINSTALL)
259 execute_process (COMMAND ${PKG_CONFIG_EXECUTABLE} glib-2.0 --variable prefix OUTPUT_VARIABLE _glib_prefix OUTPUT_STRIP_TRAILING_WHITESPACE)
260 SET (GSETTINGS_DIR "${_glib_prefix}/share/glib-2.0/schemas/")
261endif (GSETTINGS_LOCALINSTALL)
262
263# Run the validator and error if it fails
264execute_process (COMMAND ${PKG_CONFIG_EXECUTABLE} gio-2.0 --variable glib_compile_schemas OUTPUT_VARIABLE _glib_comple_schemas OUTPUT_STRIP_TRAILING_WHITESPACE)
265execute_process (COMMAND ${_glib_comple_schemas} --dry-run --schema-file=${CMAKE_CURRENT_SOURCE_DIR}/${UNITY_SCHEMAS} ERROR_VARIABLE _schemas_invalid OUTPUT_STRIP_TRAILING_WHITESPACE)
266
267if (_schemas_invalid)
268 message (SEND_ERROR "Schema validation error: ${_schemas_invalid}")
269endif (_schemas_invalid)
270
271# Actually install and recomple schemas
272message (STATUS "GSettings schemas will be installed into ${GSETTINGS_DIR}")
273install (FILES ${UNITY_SCHEMAS} DESTINATION ${GSETTINGS_DIR} OPTIONAL)
274install (CODE "message (STATUS \"Compiling GSettings schemas\")")
275install (CODE "execute_process (COMMAND ${_glib_comple_schemas} ${GSETTINGS_DIR})")
276
277# Resources
278install (FILES resources/dash-widgets.json DESTINATION ${CMAKE_INSTALL_PREFIX}/share/unity/themes)
279file (GLOB _datafiles "${CMAKE_CURRENT_SOURCE_DIR}/resources/*")
280install (FILES ${_datafiles} DESTINATION ${PKGDATADIR})
281
282
283# For testing
284configure_file (${CMAKE_SOURCE_DIR}/${UNITY_SCHEMAS} ${CMAKE_BINARY_DIR}/settings/${UNITY_SCHEMAS})
285execute_process (COMMAND ${_glib_comple_schemas} ${CMAKE_BINARY_DIR}/settings)
286
287#
288# docs
289#
290
291# check if doxygen is even installed
292find_package(Doxygen)
293if (DOXYGEN_FOUND STREQUAL "NO")
294 message("Doxygen not found. Documentation will not be built")
295endif (DOXYGEN_FOUND STREQUAL "NO")
296
297if (DOXYGEN_FOUND STREQUAL "YES")
298 set(TOP_SRCDIR ${CMAKE_CURRENT_SOURCE_DIR})
299
300 # prepare doxygen configuration file
301 configure_file(${CMAKE_CURRENT_SOURCE_DIR}/Doxyfile.in ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile)
302
303 # add doxygen as target
304 add_custom_target(doxygen ${DOXYGEN_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile)
305
306 # cleanup $build/api-doc on "make clean"
307 set_property(DIRECTORY APPEND PROPERTY
308 ADDITIONAL_MAKE_CLEAN_FILES api-doc)
309
310endif (DOXYGEN_FOUND STREQUAL "YES")
0311
=== renamed file 'CMakeLists.txt' => 'CMakeLists.txt.moved'
=== added file 'CMakeLists.txt.user'
--- CMakeLists.txt.user 1970-01-01 00:00:00 +0000
+++ CMakeLists.txt.user 2015-03-02 05:51:28 +0000
@@ -0,0 +1,1188 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE QtCreatorProject>
3<!-- Written by Qt Creator 2.5.2, 2012-11-30T21:33:33. -->
4<qtcreator>
5 <data>
6 <variable>ProjectExplorer.Project.ActiveTarget</variable>
7 <value type="int">0</value>
8 </data>
9 <data>
10 <variable>ProjectExplorer.Project.EditorSettings</variable>
11 <valuemap type="QVariantMap">
12 <value type="bool" key="EditorConfiguration.AutoIndent">true</value>
13 <value type="bool" key="EditorConfiguration.AutoSpacesForTabs">false</value>
14 <value type="bool" key="EditorConfiguration.CamelCaseNavigation">true</value>
15 <valuemap type="QVariantMap" key="EditorConfiguration.CodeStyle.0">
16 <value type="QString" key="language">Cpp</value>
17 <valuemap type="QVariantMap" key="value">
18 <value type="QString" key="CurrentPreferences">CppGlobal</value>
19 </valuemap>
20 </valuemap>
21 <valuemap type="QVariantMap" key="EditorConfiguration.CodeStyle.1">
22 <value type="QString" key="language">QmlJS</value>
23 <valuemap type="QVariantMap" key="value">
24 <value type="QString" key="CurrentPreferences">QmlJSGlobal</value>
25 </valuemap>
26 </valuemap>
27 <value type="int" key="EditorConfiguration.CodeStyle.Count">2</value>
28 <value type="QByteArray" key="EditorConfiguration.Codec">System</value>
29 <value type="bool" key="EditorConfiguration.ConstrainTooltips">false</value>
30 <value type="int" key="EditorConfiguration.IndentSize">4</value>
31 <value type="bool" key="EditorConfiguration.KeyboardTooltips">false</value>
32 <value type="bool" key="EditorConfiguration.MouseNavigation">true</value>
33 <value type="int" key="EditorConfiguration.PaddingMode">1</value>
34 <value type="bool" key="EditorConfiguration.ScrollWheelZooming">true</value>
35 <value type="int" key="EditorConfiguration.SmartBackspaceBehavior">0</value>
36 <value type="bool" key="EditorConfiguration.SpacesForTabs">true</value>
37 <value type="int" key="EditorConfiguration.TabKeyBehavior">0</value>
38 <value type="int" key="EditorConfiguration.TabSize">8</value>
39 <value type="bool" key="EditorConfiguration.UseGlobal">true</value>
40 <value type="int" key="EditorConfiguration.Utf8BomBehavior">1</value>
41 <value type="bool" key="EditorConfiguration.addFinalNewLine">true</value>
42 <value type="bool" key="EditorConfiguration.cleanIndentation">true</value>
43 <value type="bool" key="EditorConfiguration.cleanWhitespace">true</value>
44 <value type="bool" key="EditorConfiguration.inEntireDocument">false</value>
45 </valuemap>
46 </data>
47 <data>
48 <variable>ProjectExplorer.Project.PluginSettings</variable>
49 <valuemap type="QVariantMap"/>
50 </data>
51 <data>
52 <variable>ProjectExplorer.Project.Target.0</variable>
53 <valuemap type="QVariantMap">
54 <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Desktop</value>
55 <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
56 <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.DefaultCMakeTarget</value>
57 <value type="int" key="ProjectExplorer.Target.ActiveBuildConfiguration">0</value>
58 <value type="int" key="ProjectExplorer.Target.ActiveDeployConfiguration">0</value>
59 <value type="int" key="ProjectExplorer.Target.ActiveRunConfiguration">21</value>
60 <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.0">
61 <value type="QString" key="CMakeProjectManager.CMakeBuildConfiguration.BuildDirectory">/home/joseph/Desktop/ubuntu-tv-3d/trunk/build</value>
62 <value type="QString" key="CMakeProjectManager.CMakeBuildConfiguration.ToolChain">ProjectExplorer.ToolChain.Gcc:{66f94d44-f66f-456b-899a-d9b21522f72e}</value>
63 <value type="QString" key="ProjectExplorer.BuildCOnfiguration.ToolChain">ProjectExplorer.ToolChain.Gcc:{66f94d44-f66f-456b-899a-d9b21522f72e}</value>
64 <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
65 <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
66 <value type="QString" key="CMakeProjectManager.MakeStep.AdditionalArguments"></value>
67 <valuelist type="QVariantList" key="CMakeProjectManager.MakeStep.BuildTargets"/>
68 <value type="bool" key="CMakeProjectManager.MakeStep.Clean">false</value>
69 <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
70 <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
71 <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
72 <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.MakeStep</value>
73 </valuemap>
74 <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
75 <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
76 <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
77 <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
78 </valuemap>
79 <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
80 <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
81 <value type="QString" key="CMakeProjectManager.MakeStep.AdditionalArguments">clean</value>
82 <valuelist type="QVariantList" key="CMakeProjectManager.MakeStep.BuildTargets"/>
83 <value type="bool" key="CMakeProjectManager.MakeStep.Clean">true</value>
84 <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
85 <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
86 <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
87 <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.MakeStep</value>
88 </valuemap>
89 <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
90 <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
91 <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
92 <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
93 </valuemap>
94 <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
95 <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
96 <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
97 <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">all</value>
98 <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
99 <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeBuildConfiguration</value>
100 </valuemap>
101 <value type="int" key="ProjectExplorer.Target.BuildConfigurationCount">1</value>
102 <valuemap type="QVariantMap" key="ProjectExplorer.Target.DeployConfiguration.0">
103 <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
104 <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">0</value>
105 <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Deploy</value>
106 <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
107 <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Deploy</value>
108 </valuemap>
109 <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">1</value>
110 <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">No deployment</value>
111 <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
112 <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.DefaultDeployConfiguration</value>
113 </valuemap>
114 <value type="int" key="ProjectExplorer.Target.DeployConfigurationCount">1</value>
115 <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.0">
116 <value type="bool" key="Analyzer.Project.UseGlobal">true</value>
117 <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
118 <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
119 <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
120 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
121 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
122 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
123 <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
124 <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
125 <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
126 <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
127 <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
128 <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
129 <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
130 <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
131 <value type="int">0</value>
132 <value type="int">1</value>
133 <value type="int">2</value>
134 <value type="int">3</value>
135 <value type="int">4</value>
136 <value type="int">5</value>
137 <value type="int">6</value>
138 <value type="int">7</value>
139 <value type="int">8</value>
140 <value type="int">9</value>
141 <value type="int">10</value>
142 <value type="int">11</value>
143 <value type="int">12</value>
144 <value type="int">13</value>
145 <value type="int">14</value>
146 </valuelist>
147 <value type="int" key="CMakeProjectManager.BaseEnvironmentBase">2</value>
148 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguation.Title">dash</value>
149 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.Arguments"></value>
150 <value type="bool" key="CMakeProjectManager.CMakeRunConfiguration.UseTerminal">false</value>
151 <valuelist type="QVariantList" key="CMakeProjectManager.CMakeRunConfiguration.UserEnvironmentChanges"/>
152 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.UserWorkingDirectory"></value>
153 <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">dash</value>
154 <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
155 <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeRunConfiguration.</value>
156 <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
157 <value type="bool" key="RunConfiguration.UseCppDebugger">true</value>
158 <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
159 <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
160 </valuemap>
161 <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.1">
162 <value type="bool" key="Analyzer.Project.UseGlobal">true</value>
163 <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
164 <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
165 <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
166 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
167 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
168 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
169 <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
170 <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
171 <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
172 <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
173 <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
174 <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
175 <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
176 <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
177 <value type="int">0</value>
178 <value type="int">1</value>
179 <value type="int">2</value>
180 <value type="int">3</value>
181 <value type="int">4</value>
182 <value type="int">5</value>
183 <value type="int">6</value>
184 <value type="int">7</value>
185 <value type="int">8</value>
186 <value type="int">9</value>
187 <value type="int">10</value>
188 <value type="int">11</value>
189 <value type="int">12</value>
190 <value type="int">13</value>
191 <value type="int">14</value>
192 </valuelist>
193 <value type="int" key="CMakeProjectManager.BaseEnvironmentBase">2</value>
194 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguation.Title">app_previews</value>
195 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.Arguments"></value>
196 <value type="bool" key="CMakeProjectManager.CMakeRunConfiguration.UseTerminal">false</value>
197 <valuelist type="QVariantList" key="CMakeProjectManager.CMakeRunConfiguration.UserEnvironmentChanges"/>
198 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.UserWorkingDirectory"></value>
199 <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">app_previews</value>
200 <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
201 <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeRunConfiguration.</value>
202 <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
203 <value type="bool" key="RunConfiguration.UseCppDebugger">true</value>
204 <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
205 <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
206 </valuemap>
207 <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.10">
208 <value type="bool" key="Analyzer.Project.UseGlobal">true</value>
209 <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
210 <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
211 <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
212 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
213 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
214 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
215 <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
216 <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
217 <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
218 <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
219 <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
220 <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
221 <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
222 <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
223 <value type="int">0</value>
224 <value type="int">1</value>
225 <value type="int">2</value>
226 <value type="int">3</value>
227 <value type="int">4</value>
228 <value type="int">5</value>
229 <value type="int">6</value>
230 <value type="int">7</value>
231 <value type="int">8</value>
232 <value type="int">9</value>
233 <value type="int">10</value>
234 <value type="int">11</value>
235 <value type="int">12</value>
236 <value type="int">13</value>
237 <value type="int">14</value>
238 </valuelist>
239 <value type="int" key="CMakeProjectManager.BaseEnvironmentBase">2</value>
240 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguation.Title">unity-standalone</value>
241 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.Arguments"></value>
242 <value type="bool" key="CMakeProjectManager.CMakeRunConfiguration.UseTerminal">false</value>
243 <valuelist type="QVariantList" key="CMakeProjectManager.CMakeRunConfiguration.UserEnvironmentChanges"/>
244 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.UserWorkingDirectory"></value>
245 <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">unity-standalone</value>
246 <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
247 <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeRunConfiguration.</value>
248 <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
249 <value type="bool" key="RunConfiguration.UseCppDebugger">true</value>
250 <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
251 <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
252 </valuemap>
253 <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.11">
254 <value type="bool" key="Analyzer.Project.UseGlobal">true</value>
255 <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
256 <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
257 <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
258 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
259 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
260 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
261 <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
262 <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
263 <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
264 <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
265 <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
266 <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
267 <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
268 <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
269 <value type="int">0</value>
270 <value type="int">1</value>
271 <value type="int">2</value>
272 <value type="int">3</value>
273 <value type="int">4</value>
274 <value type="int">5</value>
275 <value type="int">6</value>
276 <value type="int">7</value>
277 <value type="int">8</value>
278 <value type="int">9</value>
279 <value type="int">10</value>
280 <value type="int">11</value>
281 <value type="int">12</value>
282 <value type="int">13</value>
283 <value type="int">14</value>
284 </valuelist>
285 <value type="int" key="CMakeProjectManager.BaseEnvironmentBase">2</value>
286 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguation.Title">unity-panel-service</value>
287 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.Arguments"></value>
288 <value type="bool" key="CMakeProjectManager.CMakeRunConfiguration.UseTerminal">false</value>
289 <valuelist type="QVariantList" key="CMakeProjectManager.CMakeRunConfiguration.UserEnvironmentChanges"/>
290 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.UserWorkingDirectory"></value>
291 <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">unity-panel-service</value>
292 <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
293 <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeRunConfiguration.</value>
294 <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
295 <value type="bool" key="RunConfiguration.UseCppDebugger">true</value>
296 <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
297 <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
298 </valuemap>
299 <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.12">
300 <value type="bool" key="Analyzer.Project.UseGlobal">true</value>
301 <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
302 <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
303 <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
304 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
305 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
306 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
307 <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
308 <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
309 <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
310 <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
311 <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
312 <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
313 <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
314 <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
315 <value type="int">0</value>
316 <value type="int">1</value>
317 <value type="int">2</value>
318 <value type="int">3</value>
319 <value type="int">4</value>
320 <value type="int">5</value>
321 <value type="int">6</value>
322 <value type="int">7</value>
323 <value type="int">8</value>
324 <value type="int">9</value>
325 <value type="int">10</value>
326 <value type="int">11</value>
327 <value type="int">12</value>
328 <value type="int">13</value>
329 <value type="int">14</value>
330 </valuelist>
331 <value type="int" key="CMakeProjectManager.BaseEnvironmentBase">2</value>
332 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguation.Title">test-gtest</value>
333 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.Arguments"></value>
334 <value type="bool" key="CMakeProjectManager.CMakeRunConfiguration.UseTerminal">false</value>
335 <valuelist type="QVariantList" key="CMakeProjectManager.CMakeRunConfiguration.UserEnvironmentChanges"/>
336 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.UserWorkingDirectory"></value>
337 <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">test-gtest</value>
338 <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
339 <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeRunConfiguration.</value>
340 <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
341 <value type="bool" key="RunConfiguration.UseCppDebugger">true</value>
342 <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
343 <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
344 </valuemap>
345 <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.13">
346 <value type="bool" key="Analyzer.Project.UseGlobal">true</value>
347 <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
348 <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
349 <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
350 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
351 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
352 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
353 <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
354 <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
355 <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
356 <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
357 <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
358 <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
359 <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
360 <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
361 <value type="int">0</value>
362 <value type="int">1</value>
363 <value type="int">2</value>
364 <value type="int">3</value>
365 <value type="int">4</value>
366 <value type="int">5</value>
367 <value type="int">6</value>
368 <value type="int">7</value>
369 <value type="int">8</value>
370 <value type="int">9</value>
371 <value type="int">10</value>
372 <value type="int">11</value>
373 <value type="int">12</value>
374 <value type="int">13</value>
375 <value type="int">14</value>
376 </valuelist>
377 <value type="int" key="CMakeProjectManager.BaseEnvironmentBase">2</value>
378 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguation.Title">test-gtest-dbus</value>
379 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.Arguments"></value>
380 <value type="bool" key="CMakeProjectManager.CMakeRunConfiguration.UseTerminal">false</value>
381 <valuelist type="QVariantList" key="CMakeProjectManager.CMakeRunConfiguration.UserEnvironmentChanges"/>
382 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.UserWorkingDirectory"></value>
383 <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">test-gtest-dbus</value>
384 <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
385 <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeRunConfiguration.</value>
386 <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
387 <value type="bool" key="RunConfiguration.UseCppDebugger">true</value>
388 <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
389 <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
390 </valuemap>
391 <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.14">
392 <value type="bool" key="Analyzer.Project.UseGlobal">true</value>
393 <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
394 <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
395 <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
396 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
397 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
398 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
399 <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
400 <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
401 <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
402 <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
403 <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
404 <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
405 <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
406 <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
407 <value type="int">0</value>
408 <value type="int">1</value>
409 <value type="int">2</value>
410 <value type="int">3</value>
411 <value type="int">4</value>
412 <value type="int">5</value>
413 <value type="int">6</value>
414 <value type="int">7</value>
415 <value type="int">8</value>
416 <value type="int">9</value>
417 <value type="int">10</value>
418 <value type="int">11</value>
419 <value type="int">12</value>
420 <value type="int">13</value>
421 <value type="int">14</value>
422 </valuelist>
423 <value type="int" key="CMakeProjectManager.BaseEnvironmentBase">2</value>
424 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguation.Title">test-gtest-service</value>
425 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.Arguments"></value>
426 <value type="bool" key="CMakeProjectManager.CMakeRunConfiguration.UseTerminal">false</value>
427 <valuelist type="QVariantList" key="CMakeProjectManager.CMakeRunConfiguration.UserEnvironmentChanges"/>
428 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.UserWorkingDirectory"></value>
429 <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">test-gtest-service</value>
430 <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
431 <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeRunConfiguration.</value>
432 <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
433 <value type="bool" key="RunConfiguration.UseCppDebugger">true</value>
434 <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
435 <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
436 </valuemap>
437 <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.15">
438 <value type="bool" key="Analyzer.Project.UseGlobal">true</value>
439 <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
440 <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
441 <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
442 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
443 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
444 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
445 <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
446 <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
447 <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
448 <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
449 <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
450 <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
451 <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
452 <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
453 <value type="int">0</value>
454 <value type="int">1</value>
455 <value type="int">2</value>
456 <value type="int">3</value>
457 <value type="int">4</value>
458 <value type="int">5</value>
459 <value type="int">6</value>
460 <value type="int">7</value>
461 <value type="int">8</value>
462 <value type="int">9</value>
463 <value type="int">10</value>
464 <value type="int">11</value>
465 <value type="int">12</value>
466 <value type="int">13</value>
467 <value type="int">14</value>
468 </valuelist>
469 <value type="int" key="CMakeProjectManager.BaseEnvironmentBase">2</value>
470 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguation.Title">test-gtest-xless</value>
471 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.Arguments"></value>
472 <value type="bool" key="CMakeProjectManager.CMakeRunConfiguration.UseTerminal">false</value>
473 <valuelist type="QVariantList" key="CMakeProjectManager.CMakeRunConfiguration.UserEnvironmentChanges"/>
474 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.UserWorkingDirectory"></value>
475 <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">test-gtest-xless</value>
476 <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
477 <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeRunConfiguration.</value>
478 <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
479 <value type="bool" key="RunConfiguration.UseCppDebugger">true</value>
480 <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
481 <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
482 </valuemap>
483 <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.16">
484 <value type="bool" key="Analyzer.Project.UseGlobal">true</value>
485 <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
486 <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
487 <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
488 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
489 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
490 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
491 <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
492 <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
493 <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
494 <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
495 <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
496 <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
497 <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
498 <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
499 <value type="int">0</value>
500 <value type="int">1</value>
501 <value type="int">2</value>
502 <value type="int">3</value>
503 <value type="int">4</value>
504 <value type="int">5</value>
505 <value type="int">6</value>
506 <value type="int">7</value>
507 <value type="int">8</value>
508 <value type="int">9</value>
509 <value type="int">10</value>
510 <value type="int">11</value>
511 <value type="int">12</value>
512 <value type="int">13</value>
513 <value type="int">14</value>
514 </valuelist>
515 <value type="int" key="CMakeProjectManager.BaseEnvironmentBase">2</value>
516 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguation.Title">test-unit</value>
517 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.Arguments"></value>
518 <value type="bool" key="CMakeProjectManager.CMakeRunConfiguration.UseTerminal">false</value>
519 <valuelist type="QVariantList" key="CMakeProjectManager.CMakeRunConfiguration.UserEnvironmentChanges"/>
520 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.UserWorkingDirectory"></value>
521 <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">test-unit</value>
522 <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
523 <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeRunConfiguration.</value>
524 <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
525 <value type="bool" key="RunConfiguration.UseCppDebugger">true</value>
526 <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
527 <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
528 </valuemap>
529 <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.17">
530 <value type="bool" key="Analyzer.Project.UseGlobal">true</value>
531 <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
532 <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
533 <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
534 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
535 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
536 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
537 <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
538 <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
539 <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
540 <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
541 <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
542 <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
543 <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
544 <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
545 <value type="int">0</value>
546 <value type="int">1</value>
547 <value type="int">2</value>
548 <value type="int">3</value>
549 <value type="int">4</value>
550 <value type="int">5</value>
551 <value type="int">6</value>
552 <value type="int">7</value>
553 <value type="int">8</value>
554 <value type="int">9</value>
555 <value type="int">10</value>
556 <value type="int">11</value>
557 <value type="int">12</value>
558 <value type="int">13</value>
559 <value type="int">14</value>
560 </valuelist>
561 <value type="int" key="CMakeProjectManager.BaseEnvironmentBase">2</value>
562 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguation.Title">test-input-remover</value>
563 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.Arguments"></value>
564 <value type="bool" key="CMakeProjectManager.CMakeRunConfiguration.UseTerminal">false</value>
565 <valuelist type="QVariantList" key="CMakeProjectManager.CMakeRunConfiguration.UserEnvironmentChanges"/>
566 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.UserWorkingDirectory"></value>
567 <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">test-input-remover</value>
568 <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
569 <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeRunConfiguration.</value>
570 <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
571 <value type="bool" key="RunConfiguration.UseCppDebugger">true</value>
572 <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
573 <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
574 </valuemap>
575 <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.18">
576 <value type="bool" key="Analyzer.Project.UseGlobal">true</value>
577 <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
578 <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
579 <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
580 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
581 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
582 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
583 <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
584 <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
585 <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
586 <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
587 <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
588 <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
589 <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
590 <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
591 <value type="int">0</value>
592 <value type="int">1</value>
593 <value type="int">2</value>
594 <value type="int">3</value>
595 <value type="int">4</value>
596 <value type="int">5</value>
597 <value type="int">6</value>
598 <value type="int">7</value>
599 <value type="int">8</value>
600 <value type="int">9</value>
601 <value type="int">10</value>
602 <value type="int">11</value>
603 <value type="int">12</value>
604 <value type="int">13</value>
605 <value type="int">14</value>
606 </valuelist>
607 <value type="int" key="CMakeProjectManager.BaseEnvironmentBase">2</value>
608 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguation.Title">test-minimize-handler</value>
609 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.Arguments"></value>
610 <value type="bool" key="CMakeProjectManager.CMakeRunConfiguration.UseTerminal">false</value>
611 <valuelist type="QVariantList" key="CMakeProjectManager.CMakeRunConfiguration.UserEnvironmentChanges"/>
612 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.UserWorkingDirectory"></value>
613 <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">test-minimize-handler</value>
614 <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
615 <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeRunConfiguration.</value>
616 <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
617 <value type="bool" key="RunConfiguration.UseCppDebugger">true</value>
618 <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
619 <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
620 </valuemap>
621 <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.19">
622 <value type="bool" key="Analyzer.Project.UseGlobal">true</value>
623 <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
624 <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
625 <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
626 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
627 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
628 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
629 <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
630 <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
631 <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
632 <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
633 <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
634 <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
635 <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
636 <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
637 <value type="int">0</value>
638 <value type="int">1</value>
639 <value type="int">2</value>
640 <value type="int">3</value>
641 <value type="int">4</value>
642 <value type="int">5</value>
643 <value type="int">6</value>
644 <value type="int">7</value>
645 <value type="int">8</value>
646 <value type="int">9</value>
647 <value type="int">10</value>
648 <value type="int">11</value>
649 <value type="int">12</value>
650 <value type="int">13</value>
651 <value type="int">14</value>
652 </valuelist>
653 <value type="int" key="CMakeProjectManager.BaseEnvironmentBase">2</value>
654 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguation.Title">test-get-transients</value>
655 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.Arguments"></value>
656 <value type="bool" key="CMakeProjectManager.CMakeRunConfiguration.UseTerminal">false</value>
657 <valuelist type="QVariantList" key="CMakeProjectManager.CMakeRunConfiguration.UserEnvironmentChanges"/>
658 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.UserWorkingDirectory"></value>
659 <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">test-get-transients</value>
660 <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
661 <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeRunConfiguration.</value>
662 <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
663 <value type="bool" key="RunConfiguration.UseCppDebugger">true</value>
664 <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
665 <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
666 </valuemap>
667 <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.2">
668 <value type="bool" key="Analyzer.Project.UseGlobal">true</value>
669 <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
670 <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
671 <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
672 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
673 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
674 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
675 <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
676 <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
677 <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
678 <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
679 <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
680 <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
681 <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
682 <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
683 <value type="int">0</value>
684 <value type="int">1</value>
685 <value type="int">2</value>
686 <value type="int">3</value>
687 <value type="int">4</value>
688 <value type="int">5</value>
689 <value type="int">6</value>
690 <value type="int">7</value>
691 <value type="int">8</value>
692 <value type="int">9</value>
693 <value type="int">10</value>
694 <value type="int">11</value>
695 <value type="int">12</value>
696 <value type="int">13</value>
697 <value type="int">14</value>
698 </valuelist>
699 <value type="int" key="CMakeProjectManager.BaseEnvironmentBase">2</value>
700 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguation.Title">movie_previews</value>
701 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.Arguments"></value>
702 <value type="bool" key="CMakeProjectManager.CMakeRunConfiguration.UseTerminal">false</value>
703 <valuelist type="QVariantList" key="CMakeProjectManager.CMakeRunConfiguration.UserEnvironmentChanges"/>
704 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.UserWorkingDirectory"></value>
705 <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">movie_previews</value>
706 <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
707 <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeRunConfiguration.</value>
708 <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
709 <value type="bool" key="RunConfiguration.UseCppDebugger">true</value>
710 <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
711 <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
712 </valuemap>
713 <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.20">
714 <value type="bool" key="Analyzer.Project.UseGlobal">true</value>
715 <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
716 <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
717 <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
718 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
719 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
720 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
721 <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
722 <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
723 <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
724 <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
725 <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
726 <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
727 <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
728 <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
729 <value type="int">0</value>
730 <value type="int">1</value>
731 <value type="int">2</value>
732 <value type="int">3</value>
733 <value type="int">4</value>
734 <value type="int">5</value>
735 <value type="int">6</value>
736 <value type="int">7</value>
737 <value type="int">8</value>
738 <value type="int">9</value>
739 <value type="int">10</value>
740 <value type="int">11</value>
741 <value type="int">12</value>
742 <value type="int">13</value>
743 <value type="int">14</value>
744 </valuelist>
745 <value type="int" key="CMakeProjectManager.BaseEnvironmentBase">2</value>
746 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguation.Title">test-gestures</value>
747 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.Arguments"></value>
748 <value type="bool" key="CMakeProjectManager.CMakeRunConfiguration.UseTerminal">false</value>
749 <valuelist type="QVariantList" key="CMakeProjectManager.CMakeRunConfiguration.UserEnvironmentChanges"/>
750 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.UserWorkingDirectory"></value>
751 <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">test-gestures</value>
752 <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
753 <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeRunConfiguration.</value>
754 <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
755 <value type="bool" key="RunConfiguration.UseCppDebugger">true</value>
756 <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
757 <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
758 </valuemap>
759 <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.21">
760 <value type="bool" key="Analyzer.Project.UseGlobal">true</value>
761 <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
762 <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
763 <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
764 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
765 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
766 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
767 <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
768 <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
769 <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
770 <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
771 <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
772 <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
773 <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
774 <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
775 <value type="int">0</value>
776 <value type="int">1</value>
777 <value type="int">2</value>
778 <value type="int">3</value>
779 <value type="int">4</value>
780 <value type="int">5</value>
781 <value type="int">6</value>
782 <value type="int">7</value>
783 <value type="int">8</value>
784 <value type="int">9</value>
785 <value type="int">10</value>
786 <value type="int">11</value>
787 <value type="int">12</value>
788 <value type="int">13</value>
789 <value type="int">14</value>
790 </valuelist>
791 <value type="int" key="CMakeProjectManager.BaseEnvironmentBase">2</value>
792 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguation.Title">tv</value>
793 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.Arguments"></value>
794 <value type="bool" key="CMakeProjectManager.CMakeRunConfiguration.UseTerminal">false</value>
795 <valuelist type="QVariantList" key="CMakeProjectManager.CMakeRunConfiguration.UserEnvironmentChanges"/>
796 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.UserWorkingDirectory">/home/joseph/Desktop/ubuntu-tv-3d/trunk/build/</value>
797 <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">tv</value>
798 <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
799 <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeRunConfiguration.</value>
800 <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
801 <value type="bool" key="RunConfiguration.UseCppDebugger">true</value>
802 <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
803 <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
804 </valuemap>
805 <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.22">
806 <value type="bool" key="Analyzer.Project.UseGlobal">true</value>
807 <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
808 <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
809 <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
810 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
811 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
812 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
813 <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
814 <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
815 <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
816 <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
817 <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
818 <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
819 <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
820 <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
821 <value type="int">0</value>
822 <value type="int">1</value>
823 <value type="int">2</value>
824 <value type="int">3</value>
825 <value type="int">4</value>
826 <value type="int">5</value>
827 <value type="int">6</value>
828 <value type="int">7</value>
829 <value type="int">8</value>
830 <value type="int">9</value>
831 <value type="int">10</value>
832 <value type="int">11</value>
833 <value type="int">12</value>
834 <value type="int">13</value>
835 <value type="int">14</value>
836 </valuelist>
837 <value type="int" key="CMakeProjectManager.BaseEnvironmentBase">2</value>
838 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguation.Title">channel_previews</value>
839 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.Arguments"></value>
840 <value type="bool" key="CMakeProjectManager.CMakeRunConfiguration.UseTerminal">false</value>
841 <valuelist type="QVariantList" key="CMakeProjectManager.CMakeRunConfiguration.UserEnvironmentChanges"/>
842 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.UserWorkingDirectory"></value>
843 <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">channel_previews</value>
844 <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
845 <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeRunConfiguration.</value>
846 <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
847 <value type="bool" key="RunConfiguration.UseCppDebugger">true</value>
848 <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
849 <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
850 </valuemap>
851 <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.3">
852 <value type="bool" key="Analyzer.Project.UseGlobal">true</value>
853 <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
854 <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
855 <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
856 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
857 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
858 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
859 <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
860 <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
861 <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
862 <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
863 <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
864 <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
865 <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
866 <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
867 <value type="int">0</value>
868 <value type="int">1</value>
869 <value type="int">2</value>
870 <value type="int">3</value>
871 <value type="int">4</value>
872 <value type="int">5</value>
873 <value type="int">6</value>
874 <value type="int">7</value>
875 <value type="int">8</value>
876 <value type="int">9</value>
877 <value type="int">10</value>
878 <value type="int">11</value>
879 <value type="int">12</value>
880 <value type="int">13</value>
881 <value type="int">14</value>
882 </valuelist>
883 <value type="int" key="CMakeProjectManager.BaseEnvironmentBase">2</value>
884 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguation.Title">music_previews</value>
885 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.Arguments"></value>
886 <value type="bool" key="CMakeProjectManager.CMakeRunConfiguration.UseTerminal">false</value>
887 <valuelist type="QVariantList" key="CMakeProjectManager.CMakeRunConfiguration.UserEnvironmentChanges"/>
888 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.UserWorkingDirectory"></value>
889 <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">music_previews</value>
890 <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
891 <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeRunConfiguration.</value>
892 <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
893 <value type="bool" key="RunConfiguration.UseCppDebugger">true</value>
894 <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
895 <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
896 </valuemap>
897 <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.4">
898 <value type="bool" key="Analyzer.Project.UseGlobal">true</value>
899 <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
900 <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
901 <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
902 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
903 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
904 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
905 <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
906 <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
907 <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
908 <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
909 <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
910 <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
911 <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
912 <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
913 <value type="int">0</value>
914 <value type="int">1</value>
915 <value type="int">2</value>
916 <value type="int">3</value>
917 <value type="int">4</value>
918 <value type="int">5</value>
919 <value type="int">6</value>
920 <value type="int">7</value>
921 <value type="int">8</value>
922 <value type="int">9</value>
923 <value type="int">10</value>
924 <value type="int">11</value>
925 <value type="int">12</value>
926 <value type="int">13</value>
927 <value type="int">14</value>
928 </valuelist>
929 <value type="int" key="CMakeProjectManager.BaseEnvironmentBase">2</value>
930 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguation.Title">social_previews</value>
931 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.Arguments"></value>
932 <value type="bool" key="CMakeProjectManager.CMakeRunConfiguration.UseTerminal">false</value>
933 <valuelist type="QVariantList" key="CMakeProjectManager.CMakeRunConfiguration.UserEnvironmentChanges"/>
934 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.UserWorkingDirectory"></value>
935 <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">social_previews</value>
936 <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
937 <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeRunConfiguration.</value>
938 <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
939 <value type="bool" key="RunConfiguration.UseCppDebugger">true</value>
940 <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
941 <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
942 </valuemap>
943 <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.5">
944 <value type="bool" key="Analyzer.Project.UseGlobal">true</value>
945 <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
946 <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
947 <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
948 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
949 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
950 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
951 <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
952 <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
953 <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
954 <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
955 <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
956 <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
957 <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
958 <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
959 <value type="int">0</value>
960 <value type="int">1</value>
961 <value type="int">2</value>
962 <value type="int">3</value>
963 <value type="int">4</value>
964 <value type="int">5</value>
965 <value type="int">6</value>
966 <value type="int">7</value>
967 <value type="int">8</value>
968 <value type="int">9</value>
969 <value type="int">10</value>
970 <value type="int">11</value>
971 <value type="int">12</value>
972 <value type="int">13</value>
973 <value type="int">14</value>
974 </valuelist>
975 <value type="int" key="CMakeProjectManager.BaseEnvironmentBase">2</value>
976 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguation.Title">launcher</value>
977 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.Arguments"></value>
978 <value type="bool" key="CMakeProjectManager.CMakeRunConfiguration.UseTerminal">false</value>
979 <valuelist type="QVariantList" key="CMakeProjectManager.CMakeRunConfiguration.UserEnvironmentChanges"/>
980 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.UserWorkingDirectory"></value>
981 <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">launcher</value>
982 <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
983 <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeRunConfiguration.</value>
984 <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
985 <value type="bool" key="RunConfiguration.UseCppDebugger">true</value>
986 <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
987 <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
988 </valuemap>
989 <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.6">
990 <value type="bool" key="Analyzer.Project.UseGlobal">true</value>
991 <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
992 <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
993 <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
994 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
995 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
996 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
997 <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
998 <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
999 <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
1000 <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
1001 <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
1002 <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
1003 <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
1004 <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
1005 <value type="int">0</value>
1006 <value type="int">1</value>
1007 <value type="int">2</value>
1008 <value type="int">3</value>
1009 <value type="int">4</value>
1010 <value type="int">5</value>
1011 <value type="int">6</value>
1012 <value type="int">7</value>
1013 <value type="int">8</value>
1014 <value type="int">9</value>
1015 <value type="int">10</value>
1016 <value type="int">11</value>
1017 <value type="int">12</value>
1018 <value type="int">13</value>
1019 <value type="int">14</value>
1020 </valuelist>
1021 <value type="int" key="CMakeProjectManager.BaseEnvironmentBase">2</value>
1022 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguation.Title">switcher</value>
1023 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.Arguments"></value>
1024 <value type="bool" key="CMakeProjectManager.CMakeRunConfiguration.UseTerminal">false</value>
1025 <valuelist type="QVariantList" key="CMakeProjectManager.CMakeRunConfiguration.UserEnvironmentChanges"/>
1026 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.UserWorkingDirectory"></value>
1027 <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">switcher</value>
1028 <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
1029 <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeRunConfiguration.</value>
1030 <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
1031 <value type="bool" key="RunConfiguration.UseCppDebugger">true</value>
1032 <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
1033 <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
1034 </valuemap>
1035 <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.7">
1036 <value type="bool" key="Analyzer.Project.UseGlobal">true</value>
1037 <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
1038 <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
1039 <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
1040 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
1041 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
1042 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
1043 <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
1044 <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
1045 <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
1046 <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
1047 <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
1048 <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
1049 <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
1050 <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
1051 <value type="int">0</value>
1052 <value type="int">1</value>
1053 <value type="int">2</value>
1054 <value type="int">3</value>
1055 <value type="int">4</value>
1056 <value type="int">5</value>
1057 <value type="int">6</value>
1058 <value type="int">7</value>
1059 <value type="int">8</value>
1060 <value type="int">9</value>
1061 <value type="int">10</value>
1062 <value type="int">11</value>
1063 <value type="int">12</value>
1064 <value type="int">13</value>
1065 <value type="int">14</value>
1066 </valuelist>
1067 <value type="int" key="CMakeProjectManager.BaseEnvironmentBase">2</value>
1068 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguation.Title">hud</value>
1069 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.Arguments"></value>
1070 <value type="bool" key="CMakeProjectManager.CMakeRunConfiguration.UseTerminal">false</value>
1071 <valuelist type="QVariantList" key="CMakeProjectManager.CMakeRunConfiguration.UserEnvironmentChanges"/>
1072 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.UserWorkingDirectory"></value>
1073 <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">hud</value>
1074 <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
1075 <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeRunConfiguration.</value>
1076 <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
1077 <value type="bool" key="RunConfiguration.UseCppDebugger">true</value>
1078 <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
1079 <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
1080 </valuemap>
1081 <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.8">
1082 <value type="bool" key="Analyzer.Project.UseGlobal">true</value>
1083 <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
1084 <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
1085 <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
1086 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
1087 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
1088 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
1089 <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
1090 <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
1091 <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
1092 <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
1093 <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
1094 <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
1095 <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
1096 <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
1097 <value type="int">0</value>
1098 <value type="int">1</value>
1099 <value type="int">2</value>
1100 <value type="int">3</value>
1101 <value type="int">4</value>
1102 <value type="int">5</value>
1103 <value type="int">6</value>
1104 <value type="int">7</value>
1105 <value type="int">8</value>
1106 <value type="int">9</value>
1107 <value type="int">10</value>
1108 <value type="int">11</value>
1109 <value type="int">12</value>
1110 <value type="int">13</value>
1111 <value type="int">14</value>
1112 </valuelist>
1113 <value type="int" key="CMakeProjectManager.BaseEnvironmentBase">2</value>
1114 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguation.Title">panel</value>
1115 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.Arguments"></value>
1116 <value type="bool" key="CMakeProjectManager.CMakeRunConfiguration.UseTerminal">false</value>
1117 <valuelist type="QVariantList" key="CMakeProjectManager.CMakeRunConfiguration.UserEnvironmentChanges"/>
1118 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.UserWorkingDirectory"></value>
1119 <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">panel</value>
1120 <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
1121 <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeRunConfiguration.</value>
1122 <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
1123 <value type="bool" key="RunConfiguration.UseCppDebugger">true</value>
1124 <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
1125 <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
1126 </valuemap>
1127 <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.9">
1128 <value type="bool" key="Analyzer.Project.UseGlobal">true</value>
1129 <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
1130 <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
1131 <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
1132 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
1133 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
1134 <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
1135 <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
1136 <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
1137 <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
1138 <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
1139 <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
1140 <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
1141 <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
1142 <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
1143 <value type="int">0</value>
1144 <value type="int">1</value>
1145 <value type="int">2</value>
1146 <value type="int">3</value>
1147 <value type="int">4</value>
1148 <value type="int">5</value>
1149 <value type="int">6</value>
1150 <value type="int">7</value>
1151 <value type="int">8</value>
1152 <value type="int">9</value>
1153 <value type="int">10</value>
1154 <value type="int">11</value>
1155 <value type="int">12</value>
1156 <value type="int">13</value>
1157 <value type="int">14</value>
1158 </valuelist>
1159 <value type="int" key="CMakeProjectManager.BaseEnvironmentBase">2</value>
1160 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguation.Title">shortcuts</value>
1161 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.Arguments"></value>
1162 <value type="bool" key="CMakeProjectManager.CMakeRunConfiguration.UseTerminal">false</value>
1163 <valuelist type="QVariantList" key="CMakeProjectManager.CMakeRunConfiguration.UserEnvironmentChanges"/>
1164 <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.UserWorkingDirectory"></value>
1165 <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">shortcuts</value>
1166 <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
1167 <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeRunConfiguration.</value>
1168 <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
1169 <value type="bool" key="RunConfiguration.UseCppDebugger">true</value>
1170 <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
1171 <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
1172 </valuemap>
1173 <value type="int" key="ProjectExplorer.Target.RunConfigurationCount">23</value>
1174 </valuemap>
1175 </data>
1176 <data>
1177 <variable>ProjectExplorer.Project.TargetCount</variable>
1178 <value type="int">1</value>
1179 </data>
1180 <data>
1181 <variable>ProjectExplorer.Project.Updater.EnvironmentId</variable>
1182 <value type="QString">{46c9d7e6-5abf-4f6f-9e91-aae2966c72a0}</value>
1183 </data>
1184 <data>
1185 <variable>ProjectExplorer.Project.Updater.FileVersion</variable>
1186 <value type="int">11</value>
1187 </data>
1188</qtcreator>
01189
=== added file 'COPYING'
--- COPYING 1970-01-01 00:00:00 +0000
+++ COPYING 2015-03-02 05:51:28 +0000
@@ -0,0 +1,676 @@
1
2 GNU GENERAL PUBLIC LICENSE
3 Version 3, 29 June 2007
4
5 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
6 Everyone is permitted to copy and distribute verbatim copies
7 of this license document, but changing it is not allowed.
8
9 Preamble
10
11 The GNU General Public License is a free, copyleft license for
12software and other kinds of works.
13
14 The licenses for most software and other practical works are designed
15to take away your freedom to share and change the works. By contrast,
16the GNU General Public License is intended to guarantee your freedom to
17share and change all versions of a program--to make sure it remains free
18software for all its users. We, the Free Software Foundation, use the
19GNU General Public License for most of our software; it applies also to
20any other work released this way by its authors. You can apply it to
21your programs, too.
22
23 When we speak of free software, we are referring to freedom, not
24price. Our General Public Licenses are designed to make sure that you
25have the freedom to distribute copies of free software (and charge for
26them if you wish), that you receive source code or can get it if you
27want it, that you can change the software or use pieces of it in new
28free programs, and that you know you can do these things.
29
30 To protect your rights, we need to prevent others from denying you
31these rights or asking you to surrender the rights. Therefore, you have
32certain responsibilities if you distribute copies of the software, or if
33you modify it: responsibilities to respect the freedom of others.
34
35 For example, if you distribute copies of such a program, whether
36gratis or for a fee, you must pass on to the recipients the same
37freedoms that you received. You must make sure that they, too, receive
38or can get the source code. And you must show them these terms so they
39know their rights.
40
41 Developers that use the GNU GPL protect your rights with two steps:
42(1) assert copyright on the software, and (2) offer you this License
43giving you legal permission to copy, distribute and/or modify it.
44
45 For the developers' and authors' protection, the GPL clearly explains
46that there is no warranty for this free software. For both users' and
47authors' sake, the GPL requires that modified versions be marked as
48changed, so that their problems will not be attributed erroneously to
49authors of previous versions.
50
51 Some devices are designed to deny users access to install or run
52modified versions of the software inside them, although the manufacturer
53can do so. This is fundamentally incompatible with the aim of
54protecting users' freedom to change the software. The systematic
55pattern of such abuse occurs in the area of products for individuals to
56use, which is precisely where it is most unacceptable. Therefore, we
57have designed this version of the GPL to prohibit the practice for those
58products. If such problems arise substantially in other domains, we
59stand ready to extend this provision to those domains in future versions
60of the GPL, as needed to protect the freedom of users.
61
62 Finally, every program is threatened constantly by software patents.
63States should not allow patents to restrict development and use of
64software on general-purpose computers, but in those that do, we wish to
65avoid the special danger that patents applied to a free program could
66make it effectively proprietary. To prevent this, the GPL assures that
67patents cannot be used to render the program non-free.
68
69 The precise terms and conditions for copying, distribution and
70modification follow.
71
72 TERMS AND CONDITIONS
73
74 0. Definitions.
75
76 "This License" refers to version 3 of the GNU General Public License.
77
78 "Copyright" also means copyright-like laws that apply to other kinds of
79works, such as semiconductor masks.
80
81 "The Program" refers to any copyrightable work licensed under this
82License. Each licensee is addressed as "you". "Licensees" and
83"recipients" may be individuals or organizations.
84
85 To "modify" a work means to copy from or adapt all or part of the work
86in a fashion requiring copyright permission, other than the making of an
87exact copy. The resulting work is called a "modified version" of the
88earlier work or a work "based on" the earlier work.
89
90 A "covered work" means either the unmodified Program or a work based
91on the Program.
92
93 To "propagate" a work means to do anything with it that, without
94permission, would make you directly or secondarily liable for
95infringement under applicable copyright law, except executing it on a
96computer or modifying a private copy. Propagation includes copying,
97distribution (with or without modification), making available to the
98public, and in some countries other activities as well.
99
100 To "convey" a work means any kind of propagation that enables other
101parties to make or receive copies. Mere interaction with a user through
102a computer network, with no transfer of a copy, is not conveying.
103
104 An interactive user interface displays "Appropriate Legal Notices"
105to the extent that it includes a convenient and prominently visible
106feature that (1) displays an appropriate copyright notice, and (2)
107tells the user that there is no warranty for the work (except to the
108extent that warranties are provided), that licensees may convey the
109work under this License, and how to view a copy of this License. If
110the interface presents a list of user commands or options, such as a
111menu, a prominent item in the list meets this criterion.
112
113 1. Source Code.
114
115 The "source code" for a work means the preferred form of the work
116for making modifications to it. "Object code" means any non-source
117form of a work.
118
119 A "Standard Interface" means an interface that either is an official
120standard defined by a recognized standards body, or, in the case of
121interfaces specified for a particular programming language, one that
122is widely used among developers working in that language.
123
124 The "System Libraries" of an executable work include anything, other
125than the work as a whole, that (a) is included in the normal form of
126packaging a Major Component, but which is not part of that Major
127Component, and (b) serves only to enable use of the work with that
128Major Component, or to implement a Standard Interface for which an
129implementation is available to the public in source code form. A
130"Major Component", in this context, means a major essential component
131(kernel, window system, and so on) of the specific operating system
132(if any) on which the executable work runs, or a compiler used to
133produce the work, or an object code interpreter used to run it.
134
135 The "Corresponding Source" for a work in object code form means all
136the source code needed to generate, install, and (for an executable
137work) run the object code and to modify the work, including scripts to
138control those activities. However, it does not include the work's
139System Libraries, or general-purpose tools or generally available free
140programs which are used unmodified in performing those activities but
141which are not part of the work. For example, Corresponding Source
142includes interface definition files associated with source files for
143the work, and the source code for shared libraries and dynamically
144linked subprograms that the work is specifically designed to require,
145such as by intimate data communication or control flow between those
146subprograms and other parts of the work.
147
148 The Corresponding Source need not include anything that users
149can regenerate automatically from other parts of the Corresponding
150Source.
151
152 The Corresponding Source for a work in source code form is that
153same work.
154
155 2. Basic Permissions.
156
157 All rights granted under this License are granted for the term of
158copyright on the Program, and are irrevocable provided the stated
159conditions are met. This License explicitly affirms your unlimited
160permission to run the unmodified Program. The output from running a
161covered work is covered by this License only if the output, given its
162content, constitutes a covered work. This License acknowledges your
163rights of fair use or other equivalent, as provided by copyright law.
164
165 You may make, run and propagate covered works that you do not
166convey, without conditions so long as your license otherwise remains
167in force. You may convey covered works to others for the sole purpose
168of having them make modifications exclusively for you, or provide you
169with facilities for running those works, provided that you comply with
170the terms of this License in conveying all material for which you do
171not control copyright. Those thus making or running the covered works
172for you must do so exclusively on your behalf, under your direction
173and control, on terms that prohibit them from making any copies of
174your copyrighted material outside their relationship with you.
175
176 Conveying under any other circumstances is permitted solely under
177the conditions stated below. Sublicensing is not allowed; section 10
178makes it unnecessary.
179
180 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
181
182 No covered work shall be deemed part of an effective technological
183measure under any applicable law fulfilling obligations under article
18411 of the WIPO copyright treaty adopted on 20 December 1996, or
185similar laws prohibiting or restricting circumvention of such
186measures.
187
188 When you convey a covered work, you waive any legal power to forbid
189circumvention of technological measures to the extent such circumvention
190is effected by exercising rights under this License with respect to
191the covered work, and you disclaim any intention to limit operation or
192modification of the work as a means of enforcing, against the work's
193users, your or third parties' legal rights to forbid circumvention of
194technological measures.
195
196 4. Conveying Verbatim Copies.
197
198 You may convey verbatim copies of the Program's source code as you
199receive it, in any medium, provided that you conspicuously and
200appropriately publish on each copy an appropriate copyright notice;
201keep intact all notices stating that this License and any
202non-permissive terms added in accord with section 7 apply to the code;
203keep intact all notices of the absence of any warranty; and give all
204recipients a copy of this License along with the Program.
205
206 You may charge any price or no price for each copy that you convey,
207and you may offer support or warranty protection for a fee.
208
209 5. Conveying Modified Source Versions.
210
211 You may convey a work based on the Program, or the modifications to
212produce it from the Program, in the form of source code under the
213terms of section 4, provided that you also meet all of these conditions:
214
215 a) The work must carry prominent notices stating that you modified
216 it, and giving a relevant date.
217
218 b) The work must carry prominent notices stating that it is
219 released under this License and any conditions added under section
220 7. This requirement modifies the requirement in section 4 to
221 "keep intact all notices".
222
223 c) You must license the entire work, as a whole, under this
224 License to anyone who comes into possession of a copy. This
225 License will therefore apply, along with any applicable section 7
226 additional terms, to the whole of the work, and all its parts,
227 regardless of how they are packaged. This License gives no
228 permission to license the work in any other way, but it does not
229 invalidate such permission if you have separately received it.
230
231 d) If the work has interactive user interfaces, each must display
232 Appropriate Legal Notices; however, if the Program has interactive
233 interfaces that do not display Appropriate Legal Notices, your
234 work need not make them do so.
235
236 A compilation of a covered work with other separate and independent
237works, which are not by their nature extensions of the covered work,
238and which are not combined with it such as to form a larger program,
239in or on a volume of a storage or distribution medium, is called an
240"aggregate" if the compilation and its resulting copyright are not
241used to limit the access or legal rights of the compilation's users
242beyond what the individual works permit. Inclusion of a covered work
243in an aggregate does not cause this License to apply to the other
244parts of the aggregate.
245
246 6. Conveying Non-Source Forms.
247
248 You may convey a covered work in object code form under the terms
249of sections 4 and 5, provided that you also convey the
250machine-readable Corresponding Source under the terms of this License,
251in one of these ways:
252
253 a) Convey the object code in, or embodied in, a physical product
254 (including a physical distribution medium), accompanied by the
255 Corresponding Source fixed on a durable physical medium
256 customarily used for software interchange.
257
258 b) Convey the object code in, or embodied in, a physical product
259 (including a physical distribution medium), accompanied by a
260 written offer, valid for at least three years and valid for as
261 long as you offer spare parts or customer support for that product
262 model, to give anyone who possesses the object code either (1) a
263 copy of the Corresponding Source for all the software in the
264 product that is covered by this License, on a durable physical
265 medium customarily used for software interchange, for a price no
266 more than your reasonable cost of physically performing this
267 conveying of source, or (2) access to copy the
268 Corresponding Source from a network server at no charge.
269
270 c) Convey individual copies of the object code with a copy of the
271 written offer to provide the Corresponding Source. This
272 alternative is allowed only occasionally and noncommercially, and
273 only if you received the object code with such an offer, in accord
274 with subsection 6b.
275
276 d) Convey the object code by offering access from a designated
277 place (gratis or for a charge), and offer equivalent access to the
278 Corresponding Source in the same way through the same place at no
279 further charge. You need not require recipients to copy the
280 Corresponding Source along with the object code. If the place to
281 copy the object code is a network server, the Corresponding Source
282 may be on a different server (operated by you or a third party)
283 that supports equivalent copying facilities, provided you maintain
284 clear directions next to the object code saying where to find the
285 Corresponding Source. Regardless of what server hosts the
286 Corresponding Source, you remain obligated to ensure that it is
287 available for as long as needed to satisfy these requirements.
288
289 e) Convey the object code using peer-to-peer transmission, provided
290 you inform other peers where the object code and Corresponding
291 Source of the work are being offered to the general public at no
292 charge under subsection 6d.
293
294 A separable portion of the object code, whose source code is excluded
295from the Corresponding Source as a System Library, need not be
296included in conveying the object code work.
297
298 A "User Product" is either (1) a "consumer product", which means any
299tangible personal property which is normally used for personal, family,
300or household purposes, or (2) anything designed or sold for incorporation
301into a dwelling. In determining whether a product is a consumer product,
302doubtful cases shall be resolved in favor of coverage. For a particular
303product received by a particular user, "normally used" refers to a
304typical or common use of that class of product, regardless of the status
305of the particular user or of the way in which the particular user
306actually uses, or expects or is expected to use, the product. A product
307is a consumer product regardless of whether the product has substantial
308commercial, industrial or non-consumer uses, unless such uses represent
309the only significant mode of use of the product.
310
311 "Installation Information" for a User Product means any methods,
312procedures, authorization keys, or other information required to install
313and execute modified versions of a covered work in that User Product from
314a modified version of its Corresponding Source. The information must
315suffice to ensure that the continued functioning of the modified object
316code is in no case prevented or interfered with solely because
317modification has been made.
318
319 If you convey an object code work under this section in, or with, or
320specifically for use in, a User Product, and the conveying occurs as
321part of a transaction in which the right of possession and use of the
322User Product is transferred to the recipient in perpetuity or for a
323fixed term (regardless of how the transaction is characterized), the
324Corresponding Source conveyed under this section must be accompanied
325by the Installation Information. But this requirement does not apply
326if neither you nor any third party retains the ability to install
327modified object code on the User Product (for example, the work has
328been installed in ROM).
329
330 The requirement to provide Installation Information does not include a
331requirement to continue to provide support service, warranty, or updates
332for a work that has been modified or installed by the recipient, or for
333the User Product in which it has been modified or installed. Access to a
334network may be denied when the modification itself materially and
335adversely affects the operation of the network or violates the rules and
336protocols for communication across the network.
337
338 Corresponding Source conveyed, and Installation Information provided,
339in accord with this section must be in a format that is publicly
340documented (and with an implementation available to the public in
341source code form), and must require no special password or key for
342unpacking, reading or copying.
343
344 7. Additional Terms.
345
346 "Additional permissions" are terms that supplement the terms of this
347License by making exceptions from one or more of its conditions.
348Additional permissions that are applicable to the entire Program shall
349be treated as though they were included in this License, to the extent
350that they are valid under applicable law. If additional permissions
351apply only to part of the Program, that part may be used separately
352under those permissions, but the entire Program remains governed by
353this License without regard to the additional permissions.
354
355 When you convey a copy of a covered work, you may at your option
356remove any additional permissions from that copy, or from any part of
357it. (Additional permissions may be written to require their own
358removal in certain cases when you modify the work.) You may place
359additional permissions on material, added by you to a covered work,
360for which you have or can give appropriate copyright permission.
361
362 Notwithstanding any other provision of this License, for material you
363add to a covered work, you may (if authorized by the copyright holders of
364that material) supplement the terms of this License with terms:
365
366 a) Disclaiming warranty or limiting liability differently from the
367 terms of sections 15 and 16 of this License; or
368
369 b) Requiring preservation of specified reasonable legal notices or
370 author attributions in that material or in the Appropriate Legal
371 Notices displayed by works containing it; or
372
373 c) Prohibiting misrepresentation of the origin of that material, or
374 requiring that modified versions of such material be marked in
375 reasonable ways as different from the original version; or
376
377 d) Limiting the use for publicity purposes of names of licensors or
378 authors of the material; or
379
380 e) Declining to grant rights under trademark law for use of some
381 trade names, trademarks, or service marks; or
382
383 f) Requiring indemnification of licensors and authors of that
384 material by anyone who conveys the material (or modified versions of
385 it) with contractual assumptions of liability to the recipient, for
386 any liability that these contractual assumptions directly impose on
387 those licensors and authors.
388
389 All other non-permissive additional terms are considered "further
390restrictions" within the meaning of section 10. If the Program as you
391received it, or any part of it, contains a notice stating that it is
392governed by this License along with a term that is a further
393restriction, you may remove that term. If a license document contains
394a further restriction but permits relicensing or conveying under this
395License, you may add to a covered work material governed by the terms
396of that license document, provided that the further restriction does
397not survive such relicensing or conveying.
398
399 If you add terms to a covered work in accord with this section, you
400must place, in the relevant source files, a statement of the
401additional terms that apply to those files, or a notice indicating
402where to find the applicable terms.
403
404 Additional terms, permissive or non-permissive, may be stated in the
405form of a separately written license, or stated as exceptions;
406the above requirements apply either way.
407
408 8. Termination.
409
410 You may not propagate or modify a covered work except as expressly
411provided under this License. Any attempt otherwise to propagate or
412modify it is void, and will automatically terminate your rights under
413this License (including any patent licenses granted under the third
414paragraph of section 11).
415
416 However, if you cease all violation of this License, then your
417license from a particular copyright holder is reinstated (a)
418provisionally, unless and until the copyright holder explicitly and
419finally terminates your license, and (b) permanently, if the copyright
420holder fails to notify you of the violation by some reasonable means
421prior to 60 days after the cessation.
422
423 Moreover, your license from a particular copyright holder is
424reinstated permanently if the copyright holder notifies you of the
425violation by some reasonable means, this is the first time you have
426received notice of violation of this License (for any work) from that
427copyright holder, and you cure the violation prior to 30 days after
428your receipt of the notice.
429
430 Termination of your rights under this section does not terminate the
431licenses of parties who have received copies or rights from you under
432this License. If your rights have been terminated and not permanently
433reinstated, you do not qualify to receive new licenses for the same
434material under section 10.
435
436 9. Acceptance Not Required for Having Copies.
437
438 You are not required to accept this License in order to receive or
439run a copy of the Program. Ancillary propagation of a covered work
440occurring solely as a consequence of using peer-to-peer transmission
441to receive a copy likewise does not require acceptance. However,
442nothing other than this License grants you permission to propagate or
443modify any covered work. These actions infringe copyright if you do
444not accept this License. Therefore, by modifying or propagating a
445covered work, you indicate your acceptance of this License to do so.
446
447 10. Automatic Licensing of Downstream Recipients.
448
449 Each time you convey a covered work, the recipient automatically
450receives a license from the original licensors, to run, modify and
451propagate that work, subject to this License. You are not responsible
452for enforcing compliance by third parties with this License.
453
454 An "entity transaction" is a transaction transferring control of an
455organization, or substantially all assets of one, or subdividing an
456organization, or merging organizations. If propagation of a covered
457work results from an entity transaction, each party to that
458transaction who receives a copy of the work also receives whatever
459licenses to the work the party's predecessor in interest had or could
460give under the previous paragraph, plus a right to possession of the
461Corresponding Source of the work from the predecessor in interest, if
462the predecessor has it or can get it with reasonable efforts.
463
464 You may not impose any further restrictions on the exercise of the
465rights granted or affirmed under this License. For example, you may
466not impose a license fee, royalty, or other charge for exercise of
467rights granted under this License, and you may not initiate litigation
468(including a cross-claim or counterclaim in a lawsuit) alleging that
469any patent claim is infringed by making, using, selling, offering for
470sale, or importing the Program or any portion of it.
471
472 11. Patents.
473
474 A "contributor" is a copyright holder who authorizes use under this
475License of the Program or a work on which the Program is based. The
476work thus licensed is called the contributor's "contributor version".
477
478 A contributor's "essential patent claims" are all patent claims
479owned or controlled by the contributor, whether already acquired or
480hereafter acquired, that would be infringed by some manner, permitted
481by this License, of making, using, or selling its contributor version,
482but do not include claims that would be infringed only as a
483consequence of further modification of the contributor version. For
484purposes of this definition, "control" includes the right to grant
485patent sublicenses in a manner consistent with the requirements of
486this License.
487
488 Each contributor grants you a non-exclusive, worldwide, royalty-free
489patent license under the contributor's essential patent claims, to
490make, use, sell, offer for sale, import and otherwise run, modify and
491propagate the contents of its contributor version.
492
493 In the following three paragraphs, a "patent license" is any express
494agreement or commitment, however denominated, not to enforce a patent
495(such as an express permission to practice a patent or covenant not to
496sue for patent infringement). To "grant" such a patent license to a
497party means to make such an agreement or commitment not to enforce a
498patent against the party.
499
500 If you convey a covered work, knowingly relying on a patent license,
501and the Corresponding Source of the work is not available for anyone
502to copy, free of charge and under the terms of this License, through a
503publicly available network server or other readily accessible means,
504then you must either (1) cause the Corresponding Source to be so
505available, or (2) arrange to deprive yourself of the benefit of the
506patent license for this particular work, or (3) arrange, in a manner
507consistent with the requirements of this License, to extend the patent
508license to downstream recipients. "Knowingly relying" means you have
509actual knowledge that, but for the patent license, your conveying the
510covered work in a country, or your recipient's use of the covered work
511in a country, would infringe one or more identifiable patents in that
512country that you have reason to believe are valid.
513
514 If, pursuant to or in connection with a single transaction or
515arrangement, you convey, or propagate by procuring conveyance of, a
516covered work, and grant a patent license to some of the parties
517receiving the covered work authorizing them to use, propagate, modify
518or convey a specific copy of the covered work, then the patent license
519you grant is automatically extended to all recipients of the covered
520work and works based on it.
521
522 A patent license is "discriminatory" if it does not include within
523the scope of its coverage, prohibits the exercise of, or is
524conditioned on the non-exercise of one or more of the rights that are
525specifically granted under this License. You may not convey a covered
526work if you are a party to an arrangement with a third party that is
527in the business of distributing software, under which you make payment
528to the third party based on the extent of your activity of conveying
529the work, and under which the third party grants, to any of the
530parties who would receive the covered work from you, a discriminatory
531patent license (a) in connection with copies of the covered work
532conveyed by you (or copies made from those copies), or (b) primarily
533for and in connection with specific products or compilations that
534contain the covered work, unless you entered into that arrangement,
535or that patent license was granted, prior to 28 March 2007.
536
537 Nothing in this License shall be construed as excluding or limiting
538any implied license or other defenses to infringement that may
539otherwise be available to you under applicable patent law.
540
541 12. No Surrender of Others' Freedom.
542
543 If conditions are imposed on you (whether by court order, agreement or
544otherwise) that contradict the conditions of this License, they do not
545excuse you from the conditions of this License. If you cannot convey a
546covered work so as to satisfy simultaneously your obligations under this
547License and any other pertinent obligations, then as a consequence you may
548not convey it at all. For example, if you agree to terms that obligate you
549to collect a royalty for further conveying from those to whom you convey
550the Program, the only way you could satisfy both those terms and this
551License would be to refrain entirely from conveying the Program.
552
553 13. Use with the GNU Affero General Public License.
554
555 Notwithstanding any other provision of this License, you have
556permission to link or combine any covered work with a work licensed
557under version 3 of the GNU Affero General Public License into a single
558combined work, and to convey the resulting work. The terms of this
559License will continue to apply to the part which is the covered work,
560but the special requirements of the GNU Affero General Public License,
561section 13, concerning interaction through a network will apply to the
562combination as such.
563
564 14. Revised Versions of this License.
565
566 The Free Software Foundation may publish revised and/or new versions of
567the GNU General Public License from time to time. Such new versions will
568be similar in spirit to the present version, but may differ in detail to
569address new problems or concerns.
570
571 Each version is given a distinguishing version number. If the
572Program specifies that a certain numbered version of the GNU General
573Public License "or any later version" applies to it, you have the
574option of following the terms and conditions either of that numbered
575version or of any later version published by the Free Software
576Foundation. If the Program does not specify a version number of the
577GNU General Public License, you may choose any version ever published
578by the Free Software Foundation.
579
580 If the Program specifies that a proxy can decide which future
581versions of the GNU General Public License can be used, that proxy's
582public statement of acceptance of a version permanently authorizes you
583to choose that version for the Program.
584
585 Later license versions may give you additional or different
586permissions. However, no additional obligations are imposed on any
587author or copyright holder as a result of your choosing to follow a
588later version.
589
590 15. Disclaimer of Warranty.
591
592 THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
593APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
594HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
595OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
596THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
597PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
598IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
599ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
600
601 16. Limitation of Liability.
602
603 IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
604WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
605THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
606GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
607USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
608DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
609PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
610EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
611SUCH DAMAGES.
612
613 17. Interpretation of Sections 15 and 16.
614
615 If the disclaimer of warranty and limitation of liability provided
616above cannot be given local legal effect according to their terms,
617reviewing courts shall apply local law that most closely approximates
618an absolute waiver of all civil liability in connection with the
619Program, unless a warranty or assumption of liability accompanies a
620copy of the Program in return for a fee.
621
622 END OF TERMS AND CONDITIONS
623
624 How to Apply These Terms to Your New Programs
625
626 If you develop a new program, and you want it to be of the greatest
627possible use to the public, the best way to achieve this is to make it
628free software which everyone can redistribute and change under these terms.
629
630 To do so, attach the following notices to the program. It is safest
631to attach them to the start of each source file to most effectively
632state the exclusion of warranty; and each file should have at least
633the "copyright" line and a pointer to where the full notice is found.
634
635 <one line to give the program's name and a brief idea of what it does.>
636 Copyright (C) <year> <name of author>
637
638 This program is free software: you can redistribute it and/or modify
639 it under the terms of the GNU General Public License as published by
640 the Free Software Foundation, either version 3 of the License, or
641 (at your option) any later version.
642
643 This program is distributed in the hope that it will be useful,
644 but WITHOUT ANY WARRANTY; without even the implied warranty of
645 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
646 GNU General Public License for more details.
647
648 You should have received a copy of the GNU General Public License
649 along with this program. If not, see <http://www.gnu.org/licenses/>.
650
651Also add information on how to contact you by electronic and paper mail.
652
653 If the program does terminal interaction, make it output a short
654notice like this when it starts in an interactive mode:
655
656 <program> Copyright (C) <year> <name of author>
657 This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
658 This is free software, and you are welcome to redistribute it
659 under certain conditions; type `show c' for details.
660
661The hypothetical commands `show w' and `show c' should show the appropriate
662parts of the General Public License. Of course, your program's commands
663might be different; for a GUI interface, you would use an "about box".
664
665 You should also get your employer (if you work as a programmer) or school,
666if any, to sign a "copyright disclaimer" for the program, if necessary.
667For more information on this, and how to apply and follow the GNU GPL, see
668<http://www.gnu.org/licenses/>.
669
670 The GNU General Public License does not permit incorporating your program
671into proprietary programs. If your program is a subroutine library, you
672may consider it more useful to permit linking proprietary applications with
673the library. If this is what you want to do, use the GNU Lesser General
674Public License instead of this License. But first, please read
675<http://www.gnu.org/philosophy/why-not-lgpl.html>.
676
0677
=== added file 'COPYING.LGPL'
--- COPYING.LGPL 1970-01-01 00:00:00 +0000
+++ COPYING.LGPL 2015-03-02 05:51:28 +0000
@@ -0,0 +1,165 @@
1 GNU LESSER GENERAL PUBLIC LICENSE
2 Version 3, 29 June 2007
3
4 Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
5 Everyone is permitted to copy and distribute verbatim copies
6 of this license document, but changing it is not allowed.
7
8
9 This version of the GNU Lesser General Public License incorporates
10the terms and conditions of version 3 of the GNU General Public
11License, supplemented by the additional permissions listed below.
12
13 0. Additional Definitions.
14
15 As used herein, "this License" refers to version 3 of the GNU Lesser
16General Public License, and the "GNU GPL" refers to version 3 of the GNU
17General Public License.
18
19 "The Library" refers to a covered work governed by this License,
20other than an Application or a Combined Work as defined below.
21
22 An "Application" is any work that makes use of an interface provided
23by the Library, but which is not otherwise based on the Library.
24Defining a subclass of a class defined by the Library is deemed a mode
25of using an interface provided by the Library.
26
27 A "Combined Work" is a work produced by combining or linking an
28Application with the Library. The particular version of the Library
29with which the Combined Work was made is also called the "Linked
30Version".
31
32 The "Minimal Corresponding Source" for a Combined Work means the
33Corresponding Source for the Combined Work, excluding any source code
34for portions of the Combined Work that, considered in isolation, are
35based on the Application, and not on the Linked Version.
36
37 The "Corresponding Application Code" for a Combined Work means the
38object code and/or source code for the Application, including any data
39and utility programs needed for reproducing the Combined Work from the
40Application, but excluding the System Libraries of the Combined Work.
41
42 1. Exception to Section 3 of the GNU GPL.
43
44 You may convey a covered work under sections 3 and 4 of this License
45without being bound by section 3 of the GNU GPL.
46
47 2. Conveying Modified Versions.
48
49 If you modify a copy of the Library, and, in your modifications, a
50facility refers to a function or data to be supplied by an Application
51that uses the facility (other than as an argument passed when the
52facility is invoked), then you may convey a copy of the modified
53version:
54
55 a) under this License, provided that you make a good faith effort to
56 ensure that, in the event an Application does not supply the
57 function or data, the facility still operates, and performs
58 whatever part of its purpose remains meaningful, or
59
60 b) under the GNU GPL, with none of the additional permissions of
61 this License applicable to that copy.
62
63 3. Object Code Incorporating Material from Library Header Files.
64
65 The object code form of an Application may incorporate material from
66a header file that is part of the Library. You may convey such object
67code under terms of your choice, provided that, if the incorporated
68material is not limited to numerical parameters, data structure
69layouts and accessors, or small macros, inline functions and templates
70(ten or fewer lines in length), you do both of the following:
71
72 a) Give prominent notice with each copy of the object code that the
73 Library is used in it and that the Library and its use are
74 covered by this License.
75
76 b) Accompany the object code with a copy of the GNU GPL and this license
77 document.
78
79 4. Combined Works.
80
81 You may convey a Combined Work under terms of your choice that,
82taken together, effectively do not restrict modification of the
83portions of the Library contained in the Combined Work and reverse
84engineering for debugging such modifications, if you also do each of
85the following:
86
87 a) Give prominent notice with each copy of the Combined Work that
88 the Library is used in it and that the Library and its use are
89 covered by this License.
90
91 b) Accompany the Combined Work with a copy of the GNU GPL and this license
92 document.
93
94 c) For a Combined Work that displays copyright notices during
95 execution, include the copyright notice for the Library among
96 these notices, as well as a reference directing the user to the
97 copies of the GNU GPL and this license document.
98
99 d) Do one of the following:
100
101 0) Convey the Minimal Corresponding Source under the terms of this
102 License, and the Corresponding Application Code in a form
103 suitable for, and under terms that permit, the user to
104 recombine or relink the Application with a modified version of
105 the Linked Version to produce a modified Combined Work, in the
106 manner specified by section 6 of the GNU GPL for conveying
107 Corresponding Source.
108
109 1) Use a suitable shared library mechanism for linking with the
110 Library. A suitable mechanism is one that (a) uses at run time
111 a copy of the Library already present on the user's computer
112 system, and (b) will operate properly with a modified version
113 of the Library that is interface-compatible with the Linked
114 Version.
115
116 e) Provide Installation Information, but only if you would otherwise
117 be required to provide such information under section 6 of the
118 GNU GPL, and only to the extent that such information is
119 necessary to install and execute a modified version of the
120 Combined Work produced by recombining or relinking the
121 Application with a modified version of the Linked Version. (If
122 you use option 4d0, the Installation Information must accompany
123 the Minimal Corresponding Source and Corresponding Application
124 Code. If you use option 4d1, you must provide the Installation
125 Information in the manner specified by section 6 of the GNU GPL
126 for conveying Corresponding Source.)
127
128 5. Combined Libraries.
129
130 You may place library facilities that are a work based on the
131Library side by side in a single library together with other library
132facilities that are not Applications and are not covered by this
133License, and convey such a combined library under terms of your
134choice, if you do both of the following:
135
136 a) Accompany the combined library with a copy of the same work based
137 on the Library, uncombined with any other library facilities,
138 conveyed under the terms of this License.
139
140 b) Give prominent notice with the combined library that part of it
141 is a work based on the Library, and explaining where to find the
142 accompanying uncombined form of the same work.
143
144 6. Revised Versions of the GNU Lesser General Public License.
145
146 The Free Software Foundation may publish revised and/or new versions
147of the GNU Lesser General Public License from time to time. Such new
148versions will be similar in spirit to the present version, but may
149differ in detail to address new problems or concerns.
150
151 Each version is given a distinguishing version number. If the
152Library as you received it specifies that a certain numbered version
153of the GNU Lesser General Public License "or any later version"
154applies to it, you have the option of following the terms and
155conditions either of that published version or of any later version
156published by the Free Software Foundation. If the Library as you
157received it does not specify a version number of the GNU Lesser
158General Public License, you may choose any version of the GNU Lesser
159General Public License ever published by the Free Software Foundation.
160
161 If the Library as you received it specifies that a proxy can decide
162whether future versions of the GNU Lesser General Public License shall
163apply, that proxy's public statement of acceptance of any version is
164permanent authorization for you to choose that version for the
165Library.
0166
=== renamed file 'COPYING' => 'COPYING.moved'
=== added file 'ChangeLog'
--- ChangeLog 1970-01-01 00:00:00 +0000
+++ ChangeLog 2015-03-02 05:51:28 +0000
@@ -0,0 +1,62015 @@
12012-11-24 Joseph Mills <josephjamesmills@gmail.com>
2
3 Adding ff-tv Stuff
4
52012-09-20 Didier Roche <didier.roche@canonical.com>
6
7 Install Amazon and Ubuntu One Music Store webapp items in the launcher by default
8
92012-09-20 Didier Roche <didier.roche@canonical.com>
10
11 Install Amazon and Ubuntu One Music Store webapp items in the launcher by default
12
132012-09-20 Nick Dedekind <nick.dedekind@canonical.com>
14
15 Fixed pixel size of font (15px = 11pt) in Dash filter buttons.
16
172012-09-20 Nick Dedekind <nicholas.dedekind@gmail.com>
18
19 Fixed pixel sized fonts in Filter buttons.
20
212012-09-20 Nick Dedekind <nick.dedekind@canonical.com>
22
23 Relayout Dash input window on form factor changes
24
252012-09-20 Nick Dedekind <nicholas.dedekind@gmail.com>
26
27 Relayout dash input window on form factor changes.
28
292012-09-20 Marco Trevisan <marco.trevisan@canonical.com>
30
31 Adds changes to the LauncherController to better handle favourites and the
32 expo icon.
33
342012-09-20 Marco Trevisan (Treviño) <mail@3v1n0.net>
35
36 TestLauncherController: fix new icon orders tests
37
382012-09-20 Marco Trevisan (Treviño) <mail@3v1n0.net>
39
40 TestLauncherController: update tests against to support the new expo icon behavior
41
422012-09-20 Marco Trevisan (Treviño) <mail@3v1n0.net>
43
44 LauncherController: save icons order again if the expo icon has been removed
45
462012-09-20 Marco Trevisan (Treviño) <mail@3v1n0.net>
47
48 LauncherController: reorder the expo icon to the proper position
49
502012-09-20 Marco Trevisan (Treviño) <mail@3v1n0.net>
51
52 LauncherController: ensure that we save favorites when the expo icon was not in the favorites
53
54 this ensures us that in future we can safely disable workspaces, without creating
55 issues for upgraders
56
572012-09-20 Omer Akram <omer.akram@canonical.com>
58
59 remove two manual-tests, they are now obsolete
60
612012-09-20 Omer Akram <om26er@ubuntu.com>
62
63 remove two obsolete manual-tests
64
652012-09-20 Brandon Schaefer <brandon.schaefer@canonical.com>
66
67 Clicking on Dash border should not close the dash
68
692012-09-19 Brandon Schaefer <brandon.schaefer@canonical.com>
70
71 * Include missing header
72
732012-09-19 Brandon Schaefer <brandon.schaefer@canonical.com>
74
75 * Clicking on the Dash boarder should not close it...fixes a failing AP test
76
772012-09-20 Andrea Azzarone <azzaronea@gmail.com>
78
79 Implement "focus on hover" behavior for preview action buttons
80
812012-09-19 Andrea Azzarone <azzaronea@gmail.com>
82
83 Fix typo.
84
852012-09-19 Andrea Azzarone <azzaronea@gmail.com>
86
87 Add manual test.
88
892012-09-19 Andrea Azzarone <azzaronea@gmail.com>
90
91 Don't allow to have two highlighted action buttons.
92
932012-09-20 Andrea Azzarone <azzaronea@gmail.com>
94
95 ERROR ... unity.thumbnailgenerator ThumbnailGenerator.cpp:429 More than one
96 thumbnail generator created."
97
982012-09-19 Andrea Azzarone <azzaronea@gmail.com>
99
100 Fix "ERROR: More than one thumbnail generator created".
101
1022012-09-20 Brandon Schaefer <brandon.schaefer@canonical.com>
103
104 Fixes some unit tests
105
1062012-09-19 Brandon Schaefer <brandon.schaefer@canonical.com>
107
108 * Fix unit test crash
109 * Reduce the amount of warnings, due to the SoftwareCenter tests
110
1112012-09-20 Neil Jagdish Patel <neil.patel@canonical.com>
112
113 Fixes renderering of Dash in maximised mode with redirected textures by using
114 the same code-patches as the restored Dash mode for the overlay.
115
1162012-09-19 Neil Jagdish Patel <neil.patel@canonical.com>
117
118 Fix Dash renderering on fullscreen
119
1202012-09-19 Marco Trevisan <marco.trevisan@canonical.com>
121
122 Show workspace switcher icon always
123
1242012-09-19 Ken VanDine <ken.vandine@canonical.com>
125
126 SocialPreview: Don't expand preview_info_hints, it was pushing down the
127 comments when there wasn't enough comments to fill the space
128
1292012-09-18 Ken VanDine <ken.vandine@canonical.com>
130
131 SocialPreview: Don't expand preview_info_hints, it was pushing down the
132 comments when there wasn't enough comments to fill the space
133
1342012-09-19 Neil Jagdish Patel <neil.patel@canonical.com>
135
136 Don't call GraphicsContext::DeactivateFramebuffer which will immediately
137 restore the backbuffer. Instead call WindowCompositor::RestoreMainFramebuffer
138 to bind either the backbuffer or reference framebuffer for reading as that is
139 the one we're drawing to as is the most-up-to-date
140
1412012-09-19 Sam Spilsbury <sam.spilsbury@canonical.com>
142
143 Use WindowCompositor::RestoreMainFramebuffer to restore the main buffer
144 (either back or reference) to read and write from
145
1462012-09-19 Neil Jagdish Patel <njpatel@gmail.com>
147
148 This branch introduces dash to preview transitions. I relies on this nux branch: https://code.launchpad.net/~unity-team/nux/nux.redirected-views/+merge/124661
149
150 Animation from Dash to Preview slides out elements of the dash to make room for the previews. The process happens in 250ms.
151
152 Many changes were necessary to create this effects. It has to be said that the changes have an impact on the rendering engine and the way elements are drawn in the dash. Efforts are being made to reduce this impact.. Fixes: https://bugs.launchpad.net/bugs/1049593. Approved by Neil J. Patel.
153
1542012-09-18 Jay Taoko <jay.taoko@canonical.com>
155
156 * Cleanup "
157 * Added manual test.
158
1592012-09-18 Neil Jagdish Patel <neil.patel@canonical.com>
160
161 tweak spacing
162
1632012-09-18 Jay Taoko <jay.taoko@canonical.com>
164
165 * Small fix at the bottom the preview in the ghost icons.
166
1672012-09-18 Neil Jagdish Patel <neil.patel@canonical.com>
168
169 make icons show a bit more at the bottom
170
1712012-09-18 Jay Taoko <jay.taoko@canonical.com>
172
173 * Merged with Unity trunk.
174
1752012-09-18 Jay Taoko <jay.taoko@canonical.com>
176
177 * Minor fix
178
1792012-09-18 Jay Taoko <jay.taoko@canonical.com>
180
181 * Fixed background color tint.
182
1832012-09-17 Jay Taoko <jay.taoko@canonical.com>
184
185 * Fixing background color tint. W.I.P.
186
1872012-09-17 Jay Taoko <jay.taoko@canonical.com>
188
189 * Fixed ResultViewGrid gradient
190
1912012-09-17 Jay Taoko <jay.taoko@canonical.com>
192
193 * Fixes to stabilize dash to preview animation
194
1952012-09-16 Jay Taoko <jay.taoko@canonical.com>
196
197 * Merge with Unity trunk
198
1992012-09-14 Jay Taoko <jay.taoko@canonical.com>
200
201 * Adjustments
202
2032012-09-14 Jay Taoko <jay.taoko@canonical.com>
204
205 * Dash to Preview animation"
206 * Desaturation
207
2082012-09-11 Jay Taoko <jay.taoko@canonical.com>
209
210 Improved Dash transition to Preview
211
2122012-09-06 Jay Taoko <jay.taoko@canonical.com>
213
214 Another Fix
215
2162012-09-06 Jay Taoko <jay.taoko@canonical.com>
217
218 Fixes
219
2202012-08-31 Jay Taoko <jay.taoko@canonical.com>
221
222 Work in progress
223
2242012-08-28 Jay Taoko <jay.taoko@canonical.com>
225
226 Progressively reveal the preview
227
2282012-08-28 Jay Taoko <jay.taoko@canonical.com>
229
230 Dash to Preview transition
231
2322012-08-24 Jay Taoko <jay.taoko@canonical.com>
233
234 Success
235
2362012-08-20 Neil Jagdish Patel <njpatel@gmail.com>
237
238 [merge] trunk
239
2402012-08-17 Jay Taoko <jay.taoko@canonical.com>
241
242 * Work in progress: Dash transition to Previews. Minor fix
243
2442012-08-17 Jay Taoko <jay.taoko@canonical.com>
245
246 * Work in progress: Dash transition to Previews
247
2482012-08-15 Jay Taoko <jay.taoko@canonical.com>
249
250 * Added fade out of DashView when opening the previews
251
2522012-08-30 Jay Taoko <jay.taoko@canonical.com>
253
254 dednick fix
255
2562012-09-19 Tim Penhey <tim.penhey@canonical.com>
257
258 Updates the API to match nux trunk and nux/3.0. Fixes: . Approved by .
259
2602012-09-19 Neil Jagdish Patel <neil.patel@canonical.com>
261
262 Update for new Nux API
263
2642012-09-19 Tim Penhey <tim.penhey@canonical.com>
265
266 Update to new nux api.
267
2682012-09-19 Brandon Schaefer <brandon.schaefer@canonical.com>
269
270 Slows the animation down when installing applications in the Dash Preview and the Software Center.. Fixes: https://bugs.launchpad.net/bugs/1045746. Approved by John Lea, Nick Dedekind.
271
2722012-09-19 Brandon Schaefer <brandon.schaefer@canonical.com>
273
274 * merged trunk
275
2762012-09-18 Brandon Schaefer <brandon.schaefer@canonical.com>
277
278 * Moved slow/quick speeds into variables
279
2802012-09-12 Brandon Schaefer <brandon.schaefer@canonical.com>
281
282 * Removed extra new line
283
2842012-09-12 Brandon Schaefer <brandon.schaefer@canonical.com>
285
286 * Adds a Slow animation to the launcher drag window
287
2882012-09-19 Didier Roche <didier.roche@canonical.com>
289
290 add a depreacated --reset option as it seems otherwise to match to --reset-icons.. Fixes: . Approved by Brandon Schaefer.
291
2922012-09-19 Didier Roche <didier.roche@canonical.com>
293
294 add deprecated --reset option
295
2962012-09-19 Didier Roche <didier.roche@canonical.com>
297
298 rename reset-icons to reseticons so that the removed --reset option doesn't magically match --reset-icons
299
3002012-09-19 Nick Dedekind <nicholas.dedekind@gmail.com>
301
302 Dash/Hud no longer steal mouse events outside their content area. Better draw handling of hud animation.. Fixes: https://bugs.launchpad.net/bugs/857422, https://bugs.launchpad.net/bugs/1049593. Approved by Brandon Schaefer.
303
3042012-09-18 Nick Dedekind <nicholas.dedekind@gmail.com>
305
306 Fixed relayout on monitor changes.
307
3082012-09-18 Nick Dedekind <nicholas.dedekind@gmail.com>
309
310 Changed author
311
3122012-09-18 Nick Dedekind <nicholas.dedekind@gmail.com>
313
314 Merge with trunk.
315
3162012-09-18 Nick Dedekind <nicholas.dedekind@gmail.com>
317
318 Added autopilot tests for dash/hud closure.
319
3202012-09-18 Nick Dedekind <nicholas.dedekind@gmail.com>
321
322 Added check for launcher/panel mouse click areas in dash hide logic.
323
3242012-09-18 Nick Dedekind <nicholas.dedekind@gmail.com>
325
326 HideDash/Hud directly from external button press.
327
3282012-09-18 Nick Dedekind <nicholas.dedekind@gmail.com>
329
330 Renamed ResizingBaseWindow.
331
3322012-09-13 Nick Dedekind <nicholas.dedekind@gmail.com>
333
334 Fixed jerkyness in animation.
335
3362012-09-13 Nick Dedekind <nicholas.dedekind@gmail.com>
337
338 Hud support for focus changing outside calculated hud geometry in same monitor.
339
3402012-09-12 Nick Dedekind <nicholas.dedekind@gmail.com>
341
342 Fixed dash dismiss on same sceen with reduced input window.
343
3442012-09-12 Nick Dedekind <nicholas.dedekind@gmail.com>
345
346 Fixed dash event theft.
347
3482012-09-19 Marco Trevisan (Treviño) <mail@3v1n0.net>
349
350 UnityWindow: implements sigc::trackable. Fixes: https://bugs.launchpad.net/bugs/1052683. Approved by Brandon Schaefer.
351
3522012-09-18 Marco Trevisan (Treviño) <mail@3v1n0.net>
353
354 UnityWindow: go back to use all the screen windows on spread events, to avoid unwanted behaviors
355
356 Such undecorated or maximized decorated windows
357
3582012-09-18 Marco Trevisan (Treviño) <mail@3v1n0.net>
359
360 UnityWindow: use ScaleScreen windows list (hopefully smaller) to check if decorate/undecorate a window
361
3622012-09-18 Marco Trevisan (Treviño) <mail@3v1n0.net>
363
364 UnityWindow: implements sigc::trackable
365
3662012-09-18 Marco Trevisan (Treviño) <mail@3v1n0.net>
367
368 LauncherController, FavoriteStore, Launcher, Icons: always use sort priority based on favorites to get positioned on launcher. Fixes: https://bugs.launchpad.net/bugs/761155, https://bugs.launchpad.net/bugs/858540, https://bugs.launchpad.net/bugs/868423, https://bugs.launchpad.net/bugs/1028927, https://bugs.launchpad.net/bugs/1042845, https://bugs.launchpad.net/bugs/1045146. Approved by Andrea Azzarone, Brandon Schaefer.
369
3702012-09-18 Marco Trevisan (Treviño) <mail@3v1n0.net>
371
372 Tests: move the .desktop applications in a data dir so that it's more XDG compliant
373
374 Fix the TestDesktopUtilities tests so that it won't depend on system changes
375
3762012-09-18 Marco Trevisan (Treviño) <mail@3v1n0.net>
377
378 TestDesktopUtilities: use gnome-terminal instead of ubuntu-software-center .desktop file
379
3802012-09-18 Marco Trevisan (Treviño) <mail@3v1n0.net>
381
382 LauncherIcon: remove the debugging text
383
3842012-09-18 Marco Trevisan (Treviño) <mail@3v1n0.net>
385
386 Merging with trunk
387
3882012-09-18 Marco Trevisan (Treviño) <mail@3v1n0.net>
389
390 TestLauncherController: added tests for GetLastIconPriority
391
3922012-09-18 Marco Trevisan (Treviño) <mail@3v1n0.net>
393
394 LauncherController: fix some corner cases in GetLastIconPriority
395
396 Like looking for the last sticky priority when we have no sticky icons and, a first favorite_uri
397
3982012-09-18 Marco Trevisan (Treviño) <mail@3v1n0.net>
399
400 Revert wrong commit
401
4022012-09-18 Marco Trevisan (Treviño) <mail@3v1n0.net>
403
404 MockVolumeMonitorWrapper, MockDeviceLauncherSection: add optional parameter to define the number of mocked volumes
405
4062012-09-18 Marco Trevisan (Treviño) <mail@3v1n0.net>
407
408 TestLauncherController: fix SortAndUpdate test
409
4102012-09-18 Marco Trevisan (Treviño) <mail@3v1n0.net>
411
412 TestLauncherController: add tests for UpdateNumWorkspaces
413
4142012-09-17 Marco Trevisan (Treviño) <mail@3v1n0.net>
415
416 TestLauncherController: add ResetIconPriorities test
417
4182012-09-17 Marco Trevisan (Treviño) <mail@3v1n0.net>
419
420 TestLauncherController: added FavoriteAdd test for DeviceSection
421
4222012-09-17 Marco Trevisan (Treviño) <mail@3v1n0.net>
423
424 TestLauncherController: be more precise on checking the new devices position
425
4262012-09-17 Marco Trevisan (Treviño) <mail@3v1n0.net>
427
428 TestLauncherController: add tests for view opened and special favorite removed
429
4302012-09-17 Marco Trevisan (Treviño) <mail@3v1n0.net>
431
432 TestLauncherController: add Favorite removal signal test for devices
433
4342012-09-17 Marco Trevisan (Treviño) <mail@3v1n0.net>
435
436 DeviceLauncherSection: rename IconAdded signal to icon_added
437
4382012-09-17 Marco Trevisan (Treviño) <mail@3v1n0.net>
439
440 TestLauncherController: emit signals instead of directly calling the favorite event callbacks
441
4422012-09-17 Marco Trevisan (Treviño) <mail@3v1n0.net>
443
444 TestLauncherController: add DisconnectSignals utility function, so that we can avoid mistakes by newly opened views
445
4462012-09-17 Marco Trevisan (Treviño) <mail@3v1n0.net>
447
448 TestLauncherController: move some tests so that they're in a better order
449
4502012-09-17 Marco Trevisan (Treviño) <mail@3v1n0.net>
451
452 TestLauncherController: add SetupIcons tests
453
4542012-09-17 Marco Trevisan (Treviño) <mail@3v1n0.net>
455
456 TestLauncherController: AddRunningApps and AddDevices tests
457
4582012-09-17 Marco Trevisan (Treviño) <mail@3v1n0.net>
459
460 TestLauncherController: add OnFavoriteStoreFavoriteRemoved and Registered Icons stick/unstick
461
4622012-09-17 Marco Trevisan (Treviño) <mail@3v1n0.net>
463
464 TestLauncherController: add various OnFavoriteStoreAdded tests
465
4662012-09-17 Marco Trevisan (Treviño) <mail@3v1n0.net>
467
468 TestLauncherController: added SortandUpdate test
469
4702012-09-17 Marco Trevisan (Treviño) <mail@3v1n0.net>
471
472 TestLauncherController: added Launcher Special request tests
473
4742012-09-17 Marco Trevisan (Treviño) <mail@3v1n0.net>
475
476 SoftwareCenterLauncherIcon: use fallback icons if the provided name is empty
477
4782012-09-17 Marco Trevisan (Treviño) <mail@3v1n0.net>
479
480 TestLauncherController: add more SaveIconsOrder tests
481
4822012-09-17 Marco Trevisan (Treviño) <mail@3v1n0.net>
483
484 LauncherController: added utility function AddFavoriteKeepingOldPosition to avoid code duplication
485
486 This function allows to add an icon to the current icons list guessing the previous icon positioning
487
4882012-09-17 Marco Trevisan (Treviño) <mail@3v1n0.net>
489
490 LauncherController: try to keep the unity devices positions when saving the icons order
491
492 Tests added
493
4942012-09-17 Marco Trevisan (Treviño) <mail@3v1n0.net>
495
496 TestLauncherController: add other SaveIconsOrder tests
497
4982012-09-17 Marco Trevisan (Treviño) <mail@3v1n0.net>
499
500 TestLauncherController: add SaveIconsOrder test
501
5022012-09-15 Marco Trevisan (Treviño) <mail@3v1n0.net>
503
504 TestLauncherController: add launcher remove_request tests for app and devices
505
5062012-09-15 Marco Trevisan (Treviño) <mail@3v1n0.net>
507
508 TestLauncherController: implement MockVolumeLauncherIcon and use for Launcher add_request tests
509
5102012-09-15 Marco Trevisan (Treviño) <mail@3v1n0.net>
511
512 test_mock_devices: added MockVolume
513
5142012-09-15 Marco Trevisan (Treviño) <mail@3v1n0.net>
515
516 TestLauncherController: add launcher's add_request application tests
517
518 Also define some app:: desktop files
519
5202012-09-15 Marco Trevisan (Treviño) <mail@3v1n0.net>
521
522 LauncherController: pass the icon_uri by value on position_forgot
523
524 This avoids unwanted extra-references
525
5262012-09-15 Marco Trevisan (Treviño) <mail@3v1n0.net>
527
528 BamfLauncherIcon: unstick the Bamf view when deleting the BamfLauncherIcon
529
5302012-09-14 Marco Trevisan (Treviño) <mail@3v1n0.net>
531
532 TestLauncherModel: added tests for ReorderAfterNext and changed ReorderAfter to ReorderAfterPrevious
533
5342012-09-14 Marco Trevisan (Treviño) <mail@3v1n0.net>
535
536 LauncherModel: avoid to set again the priority for the moved icon in ReorderAfter
537
5382012-09-14 Marco Trevisan (Treviño) <mail@3v1n0.net>
539
540 TestLauncherController: add more construction tests and the utility BuildMockBamfLauncherIcon
541
5422012-09-14 Marco Trevisan (Treviño) <mail@3v1n0.net>
543
544 LauncherController: improve ensurelaunchers
545
5462012-09-14 Marco Trevisan (Treviño) <mail@3v1n0.net>
547
548 test_mock_devices: add #ifndef guard (added by mistake to TestDeviceLauncherSection)
549
5502012-09-14 Marco Trevisan (Treviño) <mail@3v1n0.net>
551
552 FavoriteStore: make GetFavorites const
553
5542012-09-14 Marco Trevisan (Treviño) <mail@3v1n0.net>
555
556 TestLauncherController: more initialization checks
557
5582012-09-12 Marco Trevisan (Treviño) <mail@3v1n0.net>
559
560 TestLauncherController: add more registration tests, fix not-working tests
561
5622012-09-12 Marco Trevisan (Treviño) <mail@3v1n0.net>
563
564 TestLauncherController: add RegisterIcon tests
565
5662012-09-12 Marco Trevisan (Treviño) <mail@3v1n0.net>
567
568 SpacerLauncherIcon: using IconType::SPACER everywhere
569
5702012-09-12 Marco Trevisan (Treviño) <mail@3v1n0.net>
571
572 LauncherController: s/GetFavoriteIcon/GetIconByUri/g
573
5742012-09-12 Marco Trevisan (Treviño) <mail@3v1n0.net>
575
576 LauncherController: s/GetFavoriteIcon/GetIconByUri/g, add tests to TestLauncherController
577
5782012-09-12 Marco Trevisan (Treviño) <mail@3v1n0.net>
579
580 LauncherController: add better RegisterIcon so that we can remove some duplicated code
581
582 Also correctly reoreder icons on OnLauncherAddRequest
583
5842012-09-12 Marco Trevisan (Treviño) <mail@3v1n0.net>
585
586 TestLauncherController: add createfavorites test for desktop and expo icons
587
5882012-09-12 Marco Trevisan (Treviño) <mail@3v1n0.net>
589
590 TestVolumeLauncherIcon: use test_mock_devices
591
5922012-09-12 Marco Trevisan (Treviño) <mail@3v1n0.net>
593
594 TestLauncherController: added devices favorites test
595
5962012-09-12 Marco Trevisan (Treviño) <mail@3v1n0.net>
597
598 tests: Added test_mock_devices.h to avoid device intialization duplication code
599
6002012-09-12 Marco Trevisan (Treviño) <mail@3v1n0.net>
601
602 GMockVolume: setup default name and uuid
603
6042012-09-11 Marco Trevisan (Treviño) <mail@3v1n0.net>
605
606 TestLauncherController: add first CreateFavorite tests
607
6082012-09-11 Marco Trevisan (Treviño) <mail@3v1n0.net>
609
610 TestLauncherController: implement in a better way MockFavoriteStore
611
6122012-09-11 Marco Trevisan (Treviño) <mail@3v1n0.net>
613
614 TestLauncherController: add just an Impl getter on friend class
615
6162012-09-11 Marco Trevisan (Treviño) <mail@3v1n0.net>
617
618 TestSoftwareCenterLauncherIcon: added animation test
619
6202012-09-11 Marco Trevisan (Treviño) <mail@3v1n0.net>
621
622 TestSoftwareCenterLauncherIcon: added first test
623
6242012-09-11 Marco Trevisan (Treviño) <mail@3v1n0.net>
625
626 TestLauncherIcon: add Stick/Unstick tests
627
6282012-09-11 Marco Trevisan (Treviño) <mail@3v1n0.net>
629
630 TestLauncherIcon: add Visibility test
631
6322012-09-11 Marco Trevisan (Treviño) <mail@3v1n0.net>
633
634 TestLauncherIcon: basic LauncherIcon test
635
6362012-09-11 Marco Trevisan (Treviño) <mail@3v1n0.net>
637
638 TestVolumeLauncherIcon: add stick/unstick tests
639
6402012-09-11 Marco Trevisan (Treviño) <mail@3v1n0.net>
641
642 TestTrashLauncherIcon: add first basic test
643
6442012-09-11 Marco Trevisan (Treviño) <mail@3v1n0.net>
645
646 LauncherIcon's: use FavoriteStore::URI_PREFIX_* values for remote uri
647
6482012-09-11 Marco Trevisan (Treviño) <mail@3v1n0.net>
649
650 FavoriteStoreGSettings: removing unneeded variables
651
6522012-09-11 Marco Trevisan (Treviño) <mail@3v1n0.net>
653
654 TestBamfLauncherIcon: add test for RemoteUri without .desktop file
655
6562012-09-11 Marco Trevisan (Treviño) <mail@3v1n0.net>
657
658 TestFavoriteStore: testing ParseFavoriteFromUri
659
6602012-09-11 Marco Trevisan (Treviño) <mail@3v1n0.net>
661
662 TestFavoriteStore: add more URI cases
663
6642012-09-11 Marco Trevisan (Treviño) <mail@3v1n0.net>
665
666 TestDesktopUtilities: re-enabling disabled tests.
667
6682012-09-11 Marco Trevisan (Treviño) <mail@3v1n0.net>
669
670 TestLauncherModel: One more test
671
6722012-09-11 Marco Trevisan (Treviño) <mail@3v1n0.net>
673
674 SoftwareCenterLauncherIcon: indentation fixes (and use const&)
675
6762012-09-11 Marco Trevisan (Treviño) <mail@3v1n0.net>
677
678 LauncherIcon: remove the duplicated set-tooltip text
679
6802012-09-11 Marco Trevisan (Treviño) <mail@3v1n0.net>
681
682 tests: add TestFavoriteStore class for testing static members
683
6842012-09-11 Marco Trevisan (Treviño) <mail@3v1n0.net>
685
686 TestDesktopLauncherIcon: add activation test
687
6882012-09-11 Marco Trevisan (Treviño) <mail@3v1n0.net>
689
690 WindowManager: add InShowDesktop (and implement it in PluginAdapter's).
691
6922012-09-11 Marco Trevisan (Treviño) <mail@3v1n0.net>
693
694 tests, *LauncherIcons: add RemoteUri tests
695
6962012-09-11 Marco Trevisan (Treviño) <mail@3v1n0.net>
697
698 TestDesktopLauncherIcon: add basic tests
699
7002012-09-11 Marco Trevisan (Treviño) <mail@3v1n0.net>
701
702 TestHudLauncherIcon: check for icon type
703
7042012-09-10 Marco Trevisan (Treviño) <mail@3v1n0.net>
705
706 Tests: remove timeouts on VolumeLauncherIcon, fix HudLauncherIcon test
707
7082012-09-10 Marco Trevisan (Treviño) <mail@3v1n0.net>
709
710 TestVolumeLauncherIcon: add position test, fix failing tests
711
7122012-09-10 Marco Trevisan (Treviño) <mail@3v1n0.net>
713
714 TestMain, TestMainXless: set the default locale to C (to fix volume failing tests)
715
7162012-09-10 Marco Trevisan (Treviño) <mail@3v1n0.net>
717
718 TestBamfLauncherIcon: check position
719
7202012-09-10 Marco Trevisan (Treviño) <mail@3v1n0.net>
721
722 TestBamfLauncherIcon: add sticky tests
723
7242012-09-10 Marco Trevisan (Treviño) <mail@3v1n0.net>
725
726 AbstractLauncherIcon: add position_forgot signal, use it in LauncherController and LauncherIcon
727
7282012-09-10 Marco Trevisan (Treviño) <mail@3v1n0.net>
729
730 TestLauncher: addtest for add_request signal
731
7322012-09-10 Marco Trevisan (Treviño) <mail@3v1n0.net>
733
734 DndData: use const char*
735
7362012-09-10 Marco Trevisan (Treviño) <mail@3v1n0.net>
737
738 TestLauncher: add test for DndIsSpecialRequest
739
7402012-09-10 Marco Trevisan (Treviño) <mail@3v1n0.net>
741
742 TestLauncher: check if a device icon is sticked when dragged.
743
7442012-09-10 Marco Trevisan (Treviño) <mail@3v1n0.net>
745
746 TestLauncher: add test to check drag icon when setting an icon back to its position
747
7482012-09-10 Marco Trevisan (Treviño) <mail@3v1n0.net>
749
750 LauncherModel: avoid priority clashes, when icons share the priority with 'other'
751
752 Tests updated and added.
753
7542012-09-10 Marco Trevisan (Treviño) <mail@3v1n0.net>
755
756 Merging trunk
757
7582012-09-10 Marco Trevisan (Treviño) <mail@3v1n0.net>
759
760 Launcher: removing fixme statement
761
7622012-09-10 Marco Trevisan (Treviño) <mail@3v1n0.net>
763
764 TestLauncher: add AddMockIcons utility function
765
7662012-09-10 Marco Trevisan (Treviño) <mail@3v1n0.net>
767
768 tests: added TestHudLauncherIcon
769
7702012-09-10 Marco Trevisan (Treviño) <mail@3v1n0.net>
771
772 Launcher: put back the saturation check bits
773
7742012-09-10 Marco Trevisan (Treviño) <mail@3v1n0.net>
775
776 TestBFBLauncherIcon: use testing::Test and check for icon position
777
7782012-09-08 Marco Trevisan (Treviño) <mail@3v1n0.net>
779
780 FavoriteStore: more const methods and static values
781
7822012-09-07 Marco Trevisan (Treviño) <mail@3v1n0.net>
783
784 BamfLauncherIcon: use smart pointers for GKeyFile
785
7862012-09-07 Marco Trevisan (Treviño) <mail@3v1n0.net>
787
788 Merging with trunk
789
7902012-09-07 Marco Trevisan (Treviño) <mail@3v1n0.net>
791
792 unityshell: remove the ShowDesktopIcon option, correctly set the workspaces size even when vsize changes
793
794 And, of course, change the launcher::Controller initialization.
795
7962012-09-07 Marco Trevisan (Treviño) <mail@3v1n0.net>
797
798 LauncherController: refactor the internals to use the new LauncherModel and FavoriteStore
799
800 Semplified the constructor, we really don't need to have a Display parameter here; use
801 initialization list more, remove timeout on icons initialization (also use a new main function to
802 initialize all the non-fixed launcher icons).
803
804 The icons ordering has changed a lot: now the favorites control everything (except BFB and trash)
805 and we add the icons based on their defined position. Added two special places: local::RUNNING_APPS_URI
806 and local::DEVICES_URI that optionally defines where these kind of icons should be placed.
807 This is not strict by the way, because if these uris are not defined we add them by default at
808 the bottom of the launcher main model.
809
810 So to get that, I refactored CreateFavorite so that it's like an icon factory that returns
811 us an icon based on its icon-uri. It does this job only if the icon is not already available.
812 Also, added GetFavoriteIcon that returns us the icon in the model with the requested uri.
813 SetupIcons does the work of reading the favorite store and add the icons in order; it also
814 set up the signals.
815
816 When a new Device or Application icon is added to the launcher, we append it to the list of the
817 non-sticky devices or applications.
818
819 Favorites reordering, removal or additions have been refactored to fit to our new system;
820 when we save the favorites, the position of the "running-apps" or "attached-devices" is
821 computed based on where the first icon of this type is placed.
822
823 The expo icon is handled differently, since it is not added if we have no workspaces available.
824
825 SoftwareCenterLauncher icons are now handled differently: we consider them as sticky application
826 icons, so we firstly add them to the model (setting their priority based on the last sticky icon
827 we have), then we animate them. They already know where they should go, based on model computions
828 (also fixed a bug that caused them not to get the overlay shourtcut when added).
829
830 OnLauncherAddRequest: always stick the favorite icon
831
8322012-09-07 Marco Trevisan (Treviño) <mail@3v1n0.net>
833
834 SoftwareCenterLauncherIcon: remove the icon size parameter from the animation. Change logic.
835
836 We assume now that when a SoftwareCenterLauncher icon has been added to the launcher, is already
837 on the model, but it is not visible. So at this point we have only to animate ourself to
838 the position that was designed (and saved on the icon Center).
839
840 When the animation is over, remove any extra reference to icon textures and launcher.
841 Also make sure we're visible.
842
8432012-09-07 Marco Trevisan (Treviño) <mail@3v1n0.net>
844
845 manual-tests, Launcher: backport the BFB icon drag test from 5.0
846
847 (fixed here as well).
848
8492012-09-07 Marco Trevisan (Treviño) <mail@3v1n0.net>
850
851 Launcher: rename signals add DndIsSpecialRequest, remember the position of the dragged icon
852
853 After a drag action, save the model only if the icon has really changed its position,
854 implement DndIsSpecialRequest to check if a DND request is really special (a device icon or
855 a .desktop file). When a Dnd special reqeuest happens, we only have to emit a signal.
856 The controller will handle them all (hopefully sticking the application)
857
858 Plus, some code cleanup, use LauncherIcon::IsVisible when possible.
859
8602012-09-07 Marco Trevisan (Treviño) <mail@3v1n0.net>
861
862 MockLauncherIcon: adapt to the new AbstractLauncherIcon interface
863
8642012-09-07 Marco Trevisan (Treviño) <mail@3v1n0.net>
865
866 VolumeLauncherIcon: implement Stick and Unstick.
867
868 When Sticked we should unblacklist the icon, when Unsticked we should keep it visibile anyway.
869
8702012-09-07 Marco Trevisan (Treviño) <mail@3v1n0.net>
871
872 HudLauncherIcon: use IsVisible()
873
8742012-09-07 Marco Trevisan (Treviño) <mail@3v1n0.net>
875
876 com.canonical.Unity.gschema: updated with new default values, added description.
877
8782012-09-07 Marco Trevisan (Treviño) <mail@3v1n0.net>
879
880 SpreadLauncherIcon: renamed to ExpoLauncherIcon
881
882 Also implement the Stick function so that the icon is visible only if we have
883 workspaces, and set it invisible by default.
884
8852012-09-07 Marco Trevisan (Treviño) <mail@3v1n0.net>
886
887 DeviceLauncherSection: remove the populate idle, add GetIcons() method
888
889 Tests included
890
8912012-09-07 Marco Trevisan (Treviño) <mail@3v1n0.net>
892
893 BamfLauncherIcon: use the parent implmenentation of Stick and Unstick
894
895 Also don't set the icon visibility based on the stickyness, the Stick() method
896 will handle that at LauncherIcon level.
897
8982012-09-07 Marco Trevisan (Treviño) <mail@3v1n0.net>
899
900 LauncherModel: use the icon position to order the icons
901
902 tests updated.
903
9042012-09-07 Marco Trevisan (Treviño) <mail@3v1n0.net>
905
906 LauncherIcon: implement IsVisible, Stick and Unstick. Set default sort priority.
907
908 Now a launcher icon sets its sort priority by default on initialization, so that
909 it changes based on the icon type.
910 Also, implement the Stick method setting the icon visible by default and emitting
911 the position_saved signal for its customers.
912
913 Implement also the Unstick method, it also removes the icon from favorites.
914
9152012-09-07 Marco Trevisan (Treviño) <mail@3v1n0.net>
916
917 AbstractLauncherIcon: remove icon_weight property, add DefaultPriority getter and position_saved signal
918
919 The default priority is set to a value relative to the icon type by deafult.
920 The priority_saved signal is meant to be used when an icon wants to save is position (i.e.
921 add itself to favorites).
922
9232012-09-07 Marco Trevisan (Treviño) <mail@3v1n0.net>
924
925 FavoriteStoreGSettings: implement missing methods, always store icon uris instead of destkop paths/id
926
927 Add/update tests. The favorites are now meant as source for the icon ordering, they're not only
928 related to desktop files but to any unity kind of icon
929
9302012-09-07 Marco Trevisan (Treviño) <mail@3v1n0.net>
931
932 FavoriteStore: add more utility methods, plus some static ones to get the favorite uri
933
9342012-09-07 Marco Trevisan (Treviño) <mail@3v1n0.net>
935
936 FavoriteStorePrivate: add IsDesktopFilePath utility function
937
9382012-09-07 Marco Trevisan (Treviño) <mail@3v1n0.net>
939
940 DesktopLauncherIcon: switch icon uri to "unity://desktop-icon"
941
9422012-09-07 Marco Trevisan (Treviño) <mail@3v1n0.net>
943
944 DesktopUtilities: add GetDesktopPathById method to get the desktop path from an id or file.
945
946 Tests included.
947
9482012-09-07 Marco Trevisan (Treviño) <mail@3v1n0.net>
949
950 PanelMenuView: remove unneede variable
951
9522012-09-05 Marco Trevisan (Treviño) <mail@3v1n0.net>
953
954 GLibDBusProxy: cleanup unneeded variable
955
9562012-09-05 Marco Trevisan (Treviño) <mail@3v1n0.net>
957
958 Merging with lp:~3v1n0/unity/keep-priority-launcher-model to have a real priority model
959
9602012-09-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
961
962 Merging with trunk
963
9642012-08-30 Marco Trevisan (Treviño) <mail@3v1n0.net>
965
966 Merging again with lp:~andyrock/unity/devices-cleanup-and-test (and trunk)
967
9682012-08-25 Marco Trevisan (Treviño) <mail@3v1n0.net>
969
970 Merging with trunk trough lp:~andyrock/unity/devices-cleanup-and-test
971
9722012-08-25 Marco Trevisan (Treviño) <mail@3v1n0.net>
973
974 VolumeLauncherIcon: add remote Uri support
975
9762012-08-25 Marco Trevisan (Treviño) <mail@3v1n0.net>
977
978 Merging with lp:~andyrock/unity/devices-cleanup-and-test
979
9802012-08-17 Marco Trevisan (Treviño) <mail@3v1n0.net>
981
982 LauncherModel: also use the icon_weight parameter to define the icon sorting
983
9842012-08-17 Marco Trevisan (Treviño) <mail@3v1n0.net>
985
986 AbstractLauncherIcon: add icon_weight property that defines the default icon position
987
9882012-08-17 Marco Trevisan (Treviño) <mail@3v1n0.net>
989
990 launcher, CMakeLists: compile also SpreadLauncherIcon
991
9922012-08-17 Marco Trevisan (Treviño) <mail@3v1n0.net>
993
994 Launcher: add SpreadLauncherIcon to perform the Expo action
995
996 Added unit-tests,
997
9982012-08-17 Marco Trevisan (Treviño) <mail@3v1n0.net>
999
1000 DesktopLauncherIcon: add Super+D shortcut and remoteUri
1001
10022012-08-17 Marco Trevisan (Treviño) <mail@3v1n0.net>
1003
1004 DeviceLauncherIcon: fix compilation
1005
10062012-08-17 Marco Trevisan (Treviño) <mail@3v1n0.net>
1007
1008 Merging with trunk
1009
10102012-08-14 Marco Trevisan (Treviño) <mail@3v1n0.net>
1011
1012 DeviceLauncherIcon: implement GetRemoteUri (returning the device UUID)
1013
10142012-08-14 Marco Trevisan (Treviño) <mail@3v1n0.net>
1015
1016 LauncherController: fix the Sorting priority to avoid that opened icons are added after the sticky ones
1017
10182012-08-14 Marco Trevisan (Treviño) <mail@3v1n0.net>
1019
1020 Merging with lp:~3v1n0/unity/quicklist-menu-items-leak-fix (future trunk :))
1021
10222012-08-14 Marco Trevisan (Treviño) <mail@3v1n0.net>
1023
1024 Merging with trunk
1025
10262012-08-10 Marco Trevisan (Treviño) <mail@3v1n0.net>
1027
1028 Merging with lp:~3v1n0/unity/launcher-icon-construction-type (and trunk)
1029
10302012-08-03 Marco Trevisan (Treviño) <mail@3v1n0.net>
1031
1032 Launcher: set the initial animation back to work
1033
10342012-08-03 Marco Trevisan (Treviño) <mail@3v1n0.net>
1035
1036 Launcher: put the _initial_drag_animation back
1037
10382012-08-03 Marco Trevisan (Treviño) <mail@3v1n0.net>
1039
1040 Launcher: always start the drag launcher window from the original click position
1041
1042 This fixes bug #858540
1043
10442012-08-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
1045
1046 Launcher: allow to reorder any floating icon, fix the dragging under the last icon
1047
10482012-08-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
1049
1050 TestLauncherModel: added TestOrderByPosition
1051
10522012-08-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
1053
1054 TestLauncherModel: refactored to use testing::Test function
1055
10562012-08-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
1057
1058 LauncherModel: first compare icons by their position, not by type
1059
10602012-08-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
1061
1062 LauncherIcon: set the default icon position to FLOATING; HUD, BFB to BEGIN; Trash to END
1063
10642012-08-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
1065
1066 AbstractLauncherIcon: add position Enum and icon property
1067
10682012-09-18 Andrea Azzarone <azzaronea@gmail.com>
1069
1070 Refactor unity::Settings to use nux::RWProperty.. Fixes: https://bugs.launchpad.net/bugs/1044681. Approved by Omer Akram.
1071
10722012-09-18 Andrea Azzarone <azzaronea@gmail.com>
1073
1074 Don't use override keyword.
1075
10762012-09-17 Andrea Azzarone <azzaronea@gmail.com>
1077
1078 Update copyright headers.
1079
10802012-09-17 Andrea Azzarone <azzaronea@gmail.com>
1081
1082 Delete .project file.
1083
10842012-09-17 Andrea Azzarone <azzaronea@gmail.com>
1085
1086 Add unit test for unity::Settings.
1087
10882012-09-17 Andrea Azzarone <azzaronea@gmail.com>
1089
1090 Use a nux::RWProperty for the form factor.
1091
10922012-09-16 Andrea Azzarone <azzaronea@gmail.com>
1093
1094 Use std::unique_ptr for the pimpl pointer.
1095
10962012-09-16 Andrea Azzarone <azzaronea@gmail.com>
1097
1098 Use unity::glib facilities in unity::Settings::Impl
1099
11002012-09-16 Andrea Azzarone <azzaronea@gmail.com>
1101
1102 Fix bug 1044681.
1103
11042012-09-18 Neil Jagdish Patel <neil.patel@canonical.com>
1105
1106 Implemented the loading of the category icon for the application category (required for the apps lens).. Fixes: https://bugs.launchpad.net/bugs/1049593. Approved by Marco Trevisan (Treviño).
1107
11082012-09-17 Neil Jagdish Patel <neil.patel@canonical.com>
1109
1110 Check for the application emblem category type
1111
11122012-09-18 Neil Jagdish Patel <neil.patel@canonical.com>
1113
1114 Send the current XLib timestamp to applications when we're opening them to not confuse them and cause issues like what we have seen with Firefox (bug linked).. Fixes: https://bugs.launchpad.net/bugs/1050687. Approved by Marco Trevisan (Treviño).
1115
11162012-09-18 Neil Jagdish Patel <neil.patel@canonical.com>
1117
1118 Send the current time to applications when we open them
1119
11202012-09-18 Nick Dedekind <nicholas.dedekind@gmail.com>
1121
1122 Fixed scrolling in music preview.. Fixes: . Approved by Neil J. Patel.
1123
11242012-09-18 Nick Dedekind <nicholas.dedekind@gmail.com>
1125
1126 Fixed mouse scrolling in music preview.
1127
11282012-09-18 Nick Dedekind <nicholas.dedekind@gmail.com>
1129
1130 Enabled focus navigation for dash preview buttons.. Fixes: https://bugs.launchpad.net/bugs/1045416. Approved by Michal Hruby, John Lea.
1131
11322012-09-18 Nick Dedekind <nicholas.dedekind@gmail.com>
1133
1134 merge with trunk
1135
11362012-09-12 Nick Dedekind <nicholas.dedekind@gmail.com>
1137
1138 removed unnecessary brackets
1139
11402012-09-12 Nick Dedekind <nicholas.dedekind@gmail.com>
1141
1142 Merge with trunk
1143
11442012-09-12 Nick Dedekind <nicholas.dedekind@gmail.com>
1145
1146 Added focus navigation to preview buttons.
1147
11482012-09-18 Daniel van Vugt <daniel.van.vugt@canonical.com>
1149
1150 This branch fixes several failing autopilot tests.. Fixes: . Approved by Omer Akram, Christopher Lee.
1151
11522012-09-18 Thomi Richards <thomi.richards@canonical.com>
1153
1154 Merged code to fix several AP tests.
1155
11562012-09-18 Thomi Richards <thomi.richards@canonical.com>
1157
1158 Make video preview test more robust.
1159
11602012-09-18 Thomi Richards <thomi.richards@canonical.com>
1161
1162 Skip music lens preview test if the music lens is empty.
1163
11642012-09-18 Thomi Richards <thomi.richards@canonical.com>
1165
1166 Hud tests will now work even when run from inside an SSH session.
1167
11682012-09-18 Thomi Richards <thomi.richards@canonical.com>
1169
1170 Sleep after open gedit perhaps?
1171
11722012-09-18 Thomi Richards <thomi.richards@canonical.com>
1173
1174 Fixed hud test.
1175
11762012-09-17 Ken VanDine <ken.vandine@canonical.com>
1177
1178 Adds SocialPreview. Fixes: https://bugs.launchpad.net/bugs/1049127. Approved by Neil J. Patel.
1179
11802012-09-14 Ken VanDine <ken.vandine@canonical.com>
1181
1182 Added SocialPreview
1183
11842012-09-17 Daniel van Vugt <daniel.van.vugt@canonical.com>
1185
1186 Restore the panel shadow, which has been missing since Unity 6.4.
1187 (LP: #1045705)
1188
1189 REQUIRES Compiz fix LP: #1050704. Without that fix, the active window will
1190 always have the panel shadow on top of it.. Fixes: https://bugs.launchpad.net/bugs/1045705. Approved by Brandon Schaefer.
1191
11922012-09-17 Daniel van Vugt <daniel.van.vugt@canonical.com>
1193
1194 Restore the panel shadow, which has been missing since Unity 6.4.
1195 (LP: #1045705)
1196
1197 REQUIRES Compiz fix LP: #1050704. Without that fix, the active window will
1198 always have the panel shadow on top of it.
1199
12002012-09-17 Pawel Stolowski <pawel.stolowski@canonical.com>
1201
1202 Register file delete events in zeitgeist when file is dropped onto Trash launcher icon.
1203 Added zeitgeist dependency.. Fixes: https://bugs.launchpad.net/bugs/870150. Approved by Marco Trevisan (Treviño).
1204
12052012-09-17 Pawel Stolowski <pawel.stolowski@canonical.com>
1206
1207 Merged 6.0 branch.
1208
12092012-09-17 Pawel Stolowski <pawel.stolowski@canonical.com>
1210
1211 Added two new special icons for missing album cover; to be used by music lens. They don't really fit into unity-asset-pool as they don't have regular sizes.. Fixes: https://bugs.launchpad.net/bugs/1049217. Approved by .
1212
12132012-09-17 Tim Penhey <tim.penhey@canonical.com>
1214
1215 Fix uninitialized and invalid reads as reported by valgrind.. Fixes: . Approved by Brandon Schaefer.
1216
12172012-09-13 Tim Penhey <tim.penhey@canonical.com>
1218
1219 Release the tray too.
1220
12212012-09-12 Tim Penhey <tim.penhey@canonical.com>
1222
1223 Initialise the initial duration for the window minimisation.
1224
12252012-09-12 Tim Penhey <tim.penhey@canonical.com>
1226
1227 Initialise indial_drag_animation, and remove some private variables that are never used.
1228
12292012-09-17 Tim Penhey <tim.penhey@canonical.com>
1230
1231 Fix the standalone launcher crash on exit.. Fixes: . Approved by Brandon Schaefer.
1232
12332012-09-12 Tim Penhey <tim.penhey@canonical.com>
1234
1235 And include the header.
1236
12372012-09-12 Tim Penhey <tim.penhey@canonical.com>
1238
1239 Destroy the icon textures.
1240
12412012-09-11 Tim Penhey <tim.penhey@canonical.com>
1242
1243 Make sure the controller is destroyed before the window thread so the process exits nicely.
1244
12452012-09-17 Ken VanDine <ken.vandine@canonical.com>
1246
1247 Added SocialPreview. Fixes: https://bugs.launchpad.net/bugs/1049127. Approved by Neil J. Patel.
1248
12492012-09-17 Ken VanDine <ken.vandine@canonical.com>
1250
1251 Removed dash preview background shadow
1252
12532012-09-17 Ken VanDine <ken.vandine@canonical.com>
1254
1255 merged latest trunk
1256
12572012-09-14 Ken VanDine <ken.vandine@canonical.com>
1258
1259 Added SocialPreview
1260
12612012-09-14 Ken VanDine <ken.vandine@canonical.com>
1262
1263 fixed a comment
1264
12652012-09-14 Ken VanDine <ken.vandine@canonical.com>
1266
1267 cleaned up some comments
1268
12692012-09-13 Ken VanDine <ken.vandine@canonical.com>
1270
1271 added test for SocialPreview
1272
12732012-09-12 Ken VanDine <ken.vandine@canonical.com>
1274
1275 use a larger font
1276
12772012-09-12 Ken VanDine <ken.vandine@canonical.com>
1278
1279 limit lines to 8
1280
12812012-09-12 Ken VanDine <ken.vandine@canonical.com>
1282
1283 if description is empty and there is an image set, display it
1284
12852012-09-11 Ken VanDine <ken.vandine@canonical.com>
1286
1287 Fixed alignment so comments line up with the info hints
1288
12892012-09-11 Ken VanDine <ken.vandine@canonical.com>
1290
1291 don't escape
1292
12932012-09-10 Ken VanDine <ken.vandine@canonical.com>
1294
1295 Formating fixes, including less ScrollViews
1296
12972012-09-07 Ken VanDine <ken.vandine@canonical.com>
1298
1299 formating tweaks and updated more data in the standonly preview
1300
13012012-09-07 Ken VanDine <ken.vandine@canonical.com>
1302
1303 removed some print statements
1304
13052012-09-07 Ken VanDine <ken.vandine@canonical.com>
1306
1307 merged from trunk
1308
13092012-09-07 Ken VanDine <ken.vandine@canonical.com>
1310
1311 more SocialPreviewComments layout tweaks
1312
13132012-09-07 Ken VanDine <ken.vandine@canonical.com>
1314
1315 layout tweaking for Comments
1316
13172012-09-07 Ken VanDine <ken.vandine@canonical.com>
1318
1319 layout tweaks
1320
13212012-09-07 Ken VanDine <ken.vandine@canonical.com>
1322
1323 Fixed drawing of SocialPreviewComments and make it inherit from ScrollView
1324
13252012-09-06 Ken VanDine <ken.vandine@canonical.com>
1326
1327 merged from trunk
1328
13292012-09-06 Ken VanDine <ken.vandine@canonical.com>
1330
1331 set comments_ width based on the details width
1332
13332012-09-06 Ken VanDine <ken.vandine@canonical.com>
1334
1335 updated for protocol changes
1336
13372012-09-06 Ken VanDine <ken.vandine@canonical.com>
1338
1339 serialize comments
1340
13412012-09-05 Ken VanDine <ken.vandine@canonical.com>
1342
1343 merged from trunk
1344
13452012-09-05 Ken VanDine <ken.vandine@canonical.com>
1346
1347 merged from trunk
1348
13492012-09-05 Ken VanDine <ken.vandine@canonical.com>
1350
1351 merged fixes for invalid geometry
1352
13532012-09-05 Ken VanDine <ken.vandine@canonical.com>
1354
1355 Don't draw if cr is invalid
1356
13572012-09-05 Ken VanDine <ken.vandine@canonical.com>
1358
1359 Added Comments stuff
1360
13612012-09-04 Ken VanDine <ken.vandine@canonical.com>
1362
1363 dropped SetText
1364
13652012-09-04 Ken VanDine <ken.vandine@canonical.com>
1366
1367 strip out cruft
1368
13692012-09-04 Ken VanDine <ken.vandine@canonical.com>
1370
1371 first pass at SocialPreviewComments widget
1372
13732012-09-04 Ken VanDine <ken.vandine@canonical.com>
1374
1375 merged speech bubble
1376
13772012-09-04 Ken VanDine <ken.vandine@canonical.com>
1378
1379 tweaked the color of the bubble
1380
13812012-09-04 Ken VanDine <ken.vandine@canonical.com>
1382
1383 merged in my branch
1384
13852012-09-04 Nick Dedekind <nicholas.dedekind@gmail.com>
1386
1387 Added content bubble for social preview.
1388
13892012-09-04 Ken VanDine <ken.vandine@canonical.com>
1390
1391 added some of RepliesWidget
1392
13932012-09-03 Ken VanDine <ken.vandine@canonical.com>
1394
1395 merged trunk
1396
13972012-09-01 Ken VanDine <ken.vandine@canonical.com>
1398
1399 merged from trunk
1400
14012012-08-31 Ken VanDine <ken.vandine@canonical.com>
1402
1403 removed set_title
1404
14052012-08-31 Ken VanDine <ken.vandine@canonical.com>
1406
1407 use description
1408
14092012-08-31 Ken VanDine <ken.vandine@canonical.com>
1410
1411 give the standalone preview different data
1412
14132012-08-31 Ken VanDine <ken.vandine@canonical.com>
1414
1415 merged changes from dednick
1416
14172012-08-31 Nick Dedekind <nicholas.dedekind@gmail.com>
1418
1419 Standardised preview field usage for socual preview
1420
14212012-08-31 Ken VanDine <ken.vandine@canonical.com>
1422
1423 merged from trunk
1424
14252012-08-31 Ken VanDine <ken.vandine@canonical.com>
1426
1427 playing with layouts
1428
14292012-08-31 Ken VanDine <ken.vandine@canonical.com>
1430
1431 Merged
1432
14332012-08-31 Ken VanDine <ken.vandine@canonical.com>
1434
1435 limit the content to 10 lines
1436
14372012-08-29 Ken VanDine <ken.vandine@canonical.com>
1438
1439 added missing SocialPreview
1440
14412012-08-29 Ken VanDine <ken.vandine@canonical.com>
1442
1443 Updated SocialPreview
1444
14452012-08-28 Ken VanDine <ken.vandine@canonical.com>
1446
1447 dded SocialPreview
1448
14492012-09-17 Thomi Richards <thomi.richards@canonical.com>
1450
1451 Fix several failing autopilot tests.. Fixes: . Approved by Brandon Schaefer.
1452
14532012-09-17 Thomi Richards <thomi.richards@canonical.com>
1454
1455 Fixed a launcher test that failed if you had any devices mounted.
1456
14572012-09-17 Thomi Richards <thomi.richards@canonical.com>
1458
1459 Ordered imports.
1460
14612012-09-17 Thomi Richards <thomi.richards@canonical.com>
1462
1463 Added code to ensure that text editor icon is not in the launcher model before the test starts.
1464
14652012-09-17 Andrea Azzarone <azzaronea@gmail.com>
1466
1467 Show the alt-tab on the monitor with the mouse.. Fixes: https://bugs.launchpad.net/bugs/1044293. Approved by Marco Trevisan (Treviño).
1468
14692012-09-17 Andrea Azzarone <azzaronea@gmail.com>
1470
1471 Update AP test.
1472
14732012-09-17 Andrea Azzarone <azzaronea@gmail.com>
1474
1475 Show alt+tab in the monitor with mouse.
1476
14772012-09-17 Nic d'Offay <nicolas.doffay@canonical.com>
1478
1479 Added left and right click exit to cover art for all previews.. Fixes: https://bugs.launchpad.net/bugs/1045230, https://bugs.launchpad.net/bugs/1045752. Approved by .
1480
14812012-09-17 Nic d'Offay <nicolas.doffay@canonical.com>
1482
1483 Moved mouse click exit functionality to base class to effect all previews. Left click now also exits.
1484
14852012-09-11 Nic d'Offay <nicolas.doffay@canonical.com>
1486
1487 Added click exit functionality to MusicPreviews.
1488
14892012-09-10 Nic d'Offay <nicolas.doffay@canonical.com>
1490
1491 Fixed mouse selection with Coverflow.
1492
14932012-09-17 Omer Akram <om26er@ubuntu.com>
1494
1495 write AP test for bug 1045752. Fixes: . Approved by Neil J. Patel.
1496
14972012-09-17 Omer Akram <om26er@ubuntu.com>
1498
1499 add AP tests for lp:1045752
1500
15012012-09-17 Pawel Stolowski <pawel.stolowski@canonical.com>
1502
1503 Register file delete events in zeitgeist when file is dropped onto Trash launcher icon.
1504 Added zeitgeist dependency.. Fixes: https://bugs.launchpad.net/bugs/870150. Approved by Marco Trevisan (Treviño), Michal Hruby.
1505
15062012-09-14 Pawel Stolowski <pawel.stolowski@canonical.com>
1507
1508 Removed extra newline.
1509
15102012-09-14 Pawel Stolowski <pawel.stolowski@canonical.com>
1511
1512 Moved ZEITGEIST_UNITY_ACTOR to unnamed namspace; formatting fixes.
1513
15142012-09-14 Pawel Stolowski <pawel.stolowski@canonical.com>
1515
1516 Merged trunk.
1517
15182012-09-13 Pawel Stolowski <pawel.stolowski@canonical.com>
1519
1520 Merged trunk.
1521
15222012-09-07 Pawel Stolowski <pawel.stolowski@canonical.com>
1523
1524 Added manual test for dragging files from File Lens to Trash.
1525
15262012-09-06 Pawel Stolowski <pawel.stolowski@canonical.com>
1527
1528 Merged trunk.
1529
15302012-09-04 Pawel Stolowski <pawel.stolowski@canonical.com>
1531
1532 Register file delete events in zeitgeist when file is dropped onto Trash launcher icon.
1533 Added zeitgeist dependency.
1534
15352012-09-17 Daniel van Vugt <daniel.van.vugt@canonical.com>
1536
1537 Restore the panel shadow, which has been missing since Unity 6.4.
1538 (LP: #1045705). Fixes: https://bugs.launchpad.net/bugs/1045705. Approved by Omer Akram, Marco Trevisan (Treviño).
1539
15402012-09-17 Daniel van Vugt <daniel.van.vugt@canonical.com>
1541
1542 Use unity coding style.
1543
15442012-09-17 Daniel van Vugt <daniel.van.vugt@canonical.com>
1545
1546 Use references instead of copying, where possible.
1547
15482012-09-17 Daniel van Vugt <daniel.van.vugt@canonical.com>
1549
1550 Check the shadow texture exists before using it. Otherwise we'd dereference
1551 NULL.
1552
15532012-09-13 Daniel van Vugt <daniel.van.vugt@canonical.com>
1554
1555 Merge latest lp:unity and fix conflicts
1556
15572012-09-13 Daniel van Vugt <daniel.van.vugt@canonical.com>
1558
1559 Restored support for panel shadow drawing over unfocussed windows.
1560
1561 Note: This REQUIRES a corresponding fix to compiz in the decor plugin. Make
1562 sure you have that first.
1563
15642012-09-07 Daniel van Vugt <daniel.van.vugt@canonical.com>
1565
1566 Restore the panel shadow, which has been missing since Unity 6.4.
1567 (LP: #1045705)
1568
1569 Unfortunately (or fortunately IMHO) this only draws the panel shadow on the
1570 desktop. So far I have only been able to make the shadow draw on all windows
1571 (including active) or just the desktop. This may be a restriction we have to
1572 accept until/unless panel shadow rendering is moved into compiz itself, or
1573 some nice person can find a way to make it work... ?
1574
15752012-09-16 Andrea Azzarone <azzaronea@gmail.com>
1576
1577 Reduce internal-padding inside filter buttons.. Fixes: https://bugs.launchpad.net/bugs/856277. Approved by Brandon Schaefer.
1578
15792012-09-13 Andrea Azzarone <azzaronea@gmail.com>
1580
1581 Remove magic number.
1582
15832012-09-13 Andrea Azzarone <azzaronea@gmail.com>
1584
1585 Remove magic number.
1586
15872012-09-13 Andrea Azzarone <azzaronea@gmail.com>
1588
1589 Revemove debug label.
1590
15912012-09-13 Andrea Azzarone <azzaronea@gmail.com>
1592
1593 Fix typo in DashStyle.
1594
15952012-09-13 Andrea Azzarone <azzaronea@gmail.com>
1596
1597 Change label string to reproduce the bug.
1598
15992012-09-14 Andrea Azzarone <azzaronea@gmail.com>
1600
1601 Raise shortcut overlay on show.. Fixes: https://bugs.launchpad.net/bugs/985883. Approved by Brandon Schaefer.
1602
16032012-09-11 Andrea Azzarone <azzaronea@gmail.com>
1604
1605 Add unit-tests.
1606
16072012-09-10 Andrea Azzarone <azzaronea@gmail.com>
1608
1609 Minor changes.
1610
16112012-09-14 Nick Dedekind <nicholas.dedekind@gmail.com>
1612
1613 Removed dash preview background shadow.. Fixes: . Approved by Brandon Schaefer.
1614
16152012-09-10 Nick Dedekind <nicholas.dedekind@gmail.com>
1616
1617 Added programatic ability to disable/enable preview content background shadows.
1618
16192012-09-14 Tim Penhey <tim.penhey@canonical.com>
1620
1621 Fixed a warning emitted by unreferencing an object owned by a smart pointer in HudController.cpp. Caused by adopting a new nux::BaseWindow.. Fixes: . Approved by Brandon Schaefer.
1622
16232012-09-12 Tim Penhey <tim.penhey@canonical.com>
1624
1625 Fix the adoption warning, and some layout tweaks.
1626
16272012-09-14 Gord Allott <gord.allott@canonical.com>
1628
1629 some changes in spacing from new designs. Fixes: . Approved by Gord Allott.
1630
16312012-09-14 Gord Allott <gord.allott@canonical.com>
1632
1633 changed font weight for filter results and filter category headers
1634
16352012-09-14 Gord Allott <gord.allott@canonical.com>
1636
1637 design spacing changes, guessed edition
1638
16392012-09-14 Gord Allott <gord.allott@canonical.com>
1640
1641 Adds a new background gradient to the dash and panel, as well as removes some separator lines. Fixes: https://bugs.launchpad.net/bugs/1049593. Approved by Omer Akram, Andrea Azzarone, John Lea.
1642
16432012-09-14 Gord Allott <gord.allott@canonical.com>
1644
1645 added tex
1646
16472012-09-14 Gord Allott <gord.allott@canonical.com>
1648
1649 fixed small issue with sizing
1650
16512012-09-14 Gord Allott <gord.allott@canonical.com>
1652
1653 remove awesome numbers
1654
16552012-09-14 Gord Allott <gord.allott@canonical.com>
1656
1657 nicer way of handling filters being open from places group
1658
16592012-09-14 Gord Allott <gord.allott@canonical.com>
1660
1661 fixes hud drawing
1662
16632012-09-13 Gord Allott <gord.allott@canonical.com>
1664
1665 removed commented lines
1666
16672012-09-13 Gord Allott <gord.allott@canonical.com>
1668
1669 removed a few more debugs
1670
16712012-09-13 Gord Allott <gord.allott@canonical.com>
1672
1673 removed some debugs
1674
16752012-09-13 Gord Allott <gord.allott@canonical.com>
1676
1677 fixes small issue with home view and scrollbar enabling
1678
16792012-09-13 Gord Allott <gord.allott@canonical.com>
1680
1681 remove filter bar expanders
1682
16832012-09-13 Gord Allott <gord.allott@canonical.com>
1684
1685 latest trunk
1686
16872012-09-13 Gord Allott <gord.allott@canonical.com>
1688
1689 remove separator at the top of the dash
1690
16912012-09-13 Gord Allott <gord.allott@canonical.com>
1692
1693 hide scrollbar in dash when there are not enough items to scroll
1694
16952012-09-13 Gord Allott <gord.allott@canonical.com>
1696
1697 lots of stuff
1698
16992012-09-12 Gord Allott <gord.allott@canonical.com>
1700
1701 merge in lp:~gordallott/unity/fix-overlay-race-condition
1702
17032012-09-12 Gord Allott <gord.allott@canonical.com>
1704
1705 don't use an idle for a call that needs to be immediate
1706
17072012-09-12 Gord Allott <gord.allott@canonical.com>
1708
1709 make sure to increase the bgs number
1710
17112012-09-11 Gord Allott <gord.allott@canonical.com>
1712
1713 latest unity
1714
17152012-09-11 Gord Allott <gord.allott@canonical.com>
1716
1717 panel gradient
1718
17192012-09-11 Gord Allott <gord.allott@canonical.com>
1720
1721 dash gradient background added
1722
17232012-09-11 Gord Allott <gord.allott@canonical.com>
1724
1725 properly placed category bgs
1726
17272012-09-10 Gord Allott <gord.allott@canonical.com>
1728
1729 undup line
1730
17312012-09-10 Gord Allott <gord.allott@canonical.com>
1732
1733 performance fix
1734
17352012-09-10 Gord Allott <gord.allott@canonical.com>
1736
1737 two highlight textures working
1738
17392012-09-10 Gord Allott <gord.allott@canonical.com>
1740
1741 merge with trunk, fix draw order issues@
1742
17432012-08-30 Gord Allott <gord.allott@canonical.com>
1744
1745 Buggy but ubuntu is crashing so i want a saved spot
1746
17472012-08-30 Gord Allott <gord.allott@canonical.com>
1748
1749 quick save
1750
17512012-08-29 Gord Allott <gord.allott@canonical.com>
1752
1753 new resources
1754
17552012-09-14 Nick Dedekind <nicholas.dedekind@gmail.com>
1756
1757 Preview navigation buttons opacity changes on mouse-over.. Fixes: . Approved by Michal Hruby, John Lea.
1758
17592012-09-10 Nick Dedekind <nicholas.dedekind@gmail.com>
1760
1761 Preview navigation buttons opacity changes on mouse-over.
1762
17632012-09-14 Michal Hruby <michal.mhr@gmail.com>
1764
1765 Change the IconLoader methods to allow specifying both maximum width and height. Updated rendering of the icon ribbons.. Fixes: . Approved by Omer Akram, John Lea, Nick Dedekind.
1766
17672012-09-13 Michal Hruby <michal.mhr@gmail.com>
1768
1769 Decrease the strip size according to design request
1770
17712012-09-13 Michal Hruby <michal.mhr@gmail.com>
1772
1773 Determine size more rigorously
1774
17752012-09-12 Michal Hruby <michal.mhr@gmail.com>
1776
1777 It's better when it compiles
1778
17792012-09-12 Michal Hruby <michal.mhr@gmail.com>
1780
1781 Merge with Nick's results size branch
1782
17832012-09-12 Michal Hruby <michal.mhr@gmail.com>
1784
1785 Fix ribbon compositing
1786
17872012-09-12 Michal Hruby <michal.mhr@gmail.com>
1788
1789 Allow specifying both max width and height when calling IconLoader
1790
17912012-09-12 Michal Hruby <michal.mhr@gmail.com>
1792
1793 Merge updated-ribbon-rendering branch
1794
17952012-09-06 Michal Hruby <michal.mhr@gmail.com>
1796
1797 Add shadow and overflow the ribbon by 1px
1798
17992012-09-06 Michal Hruby <michal.mhr@gmail.com>
1800
1801 Fix rendering of emblems
1802
18032012-09-05 Michal Hruby <michal.mhr@gmail.com>
1804
1805 Change ribbons visuals according to latest designs
1806
18072012-09-05 Michal Hruby <michal.mhr@gmail.com>
1808
1809 Add new category emblems
1810
18112012-09-14 Nick Dedekind <nicholas.dedekind@gmail.com>
1812
1813 Added extra-text to preview actions (for price tags).. Fixes: . Approved by Michal Hruby.
1814
18152012-09-13 Nick Dedekind <nicholas.dedekind@gmail.com>
1816
1817 Added preview action button accessors for label and extra text.
1818
18192012-09-13 Nick Dedekind <nicholas.dedekind@gmail.com>
1820
1821 Added unity test cases for preview extra-text
1822
18232012-09-13 Nick Dedekind <nicholas.dedekind@gmail.com>
1824
1825 Added extra-text to preview actions (for price tags).
1826
18272012-09-14 Michal Hruby <michal.mhr@gmail.com>
1828
1829 Avoid construction of row wrappers. Fixes: https://bugs.launchpad.net/bugs/1050342. Approved by Gord Allott.
1830
18312012-09-13 Michal Hruby <michal.mhr@gmail.com>
1832
1833 Fix delays when adding results
1834
18352012-09-13 Michal Hruby <michal.mhr@gmail.com>
1836
1837 Add comments to not forget about the model limitation
1838
18392012-09-13 Michal Hruby <michal.mhr@gmail.com>
1840
1841 Merge trunk
1842
18432012-09-02 Michal Hruby <michal.mhr@gmail.com>
1844
1845 Avoid construction of row wrappers
1846
18472012-09-14 Nick Dedekind <nicholas.dedekind@gmail.com>
1848
1849 Updated dash result highlight focus to 106x106 pixels with 20% white opacity. Increased dash result file image size to 96x96.. Fixes: https://bugs.launchpad.net/bugs/1049128. Approved by John Lea, Michal Hruby.
1850
18512012-09-11 Nick Dedekind <nicholas.dedekind@gmail.com>
1852
1853 Removed non-implemented function from header.
1854
18552012-09-11 Nick Dedekind <nicholas.dedekind@gmail.com>
1856
1857 Updated dash result highlight focus to 106x106 pixels with 20% white opacity. Increased dash result file image size to 96x96.
1858
18592012-09-14 Pawel Stolowski <pawel.stolowski@canonical.com>
1860
1861 Added two new special icons for missing album cover; to be used by music lens. They don't really fit into unity-asset-pool as they don't have regular sizes.. Fixes: https://bugs.launchpad.net/bugs/1049217. Approved by Michal Hruby.
1862
18632012-09-12 Pawel Stolowski <pawel.stolowski@canonical.com>
1864
1865 Added album_missing_preview icon the be displayed by music previews.
1866
18672012-09-11 Pawel Stolowski <pawel.stolowski@canonical.com>
1868
1869 Added icons for missing album and video. They will be referenced by music & video lenses.
1870
18712012-09-14 Michal Hruby <michal.mhr@gmail.com>
1872
1873 Disable the flow renderer. Fixes: https://bugs.launchpad.net/bugs/1049593. Approved by Andrea Azzarone, John Lea.
1874
18752012-09-13 Michal Hruby <michal.mhr@gmail.com>
1876
1877 Disable flow renderer
1878
18792012-09-12 Nick Dedekind <nicholas.dedekind@gmail.com>
1880
1881 Fixed dash dismissal when changing focus to a window on monitor external to that of the dash. (LP#923657)
1882 Improved panel update speed when opening dash. (LP#1044086). Fixes: https://bugs.launchpad.net/bugs/923657, https://bugs.launchpad.net/bugs/1044086. Approved by Brandon Schaefer.
1883
18842012-09-12 Nick Dedekind <nicholas.dedekind@gmail.com>
1885
1886 removed extra white space
1887
18882012-09-12 Nick Dedekind <nicholas.dedekind@gmail.com>
1889
1890 Fixed hud focus test.
1891
18922012-09-12 Nick Dedekind <nicholas.dedekind@gmail.com>
1893
1894 Merge with trunk.
1895
18962012-09-12 Nick Dedekind <nicholas.dedekind@gmail.com>
1897
1898 Added key focus AP tests to Dash/Hud. Fixed up Cross monitor AP tests for Dash/Hud.
1899
19002012-09-11 Nick Dedekind <nicholas.dedekind@gmail.com>
1901
1902 Fixed dash manual-test format.
1903
19042012-09-11 Nick Dedekind <nicholas.dedekind@gmail.com>
1905
1906 Merged with lp:~brandontschaefer/unity/dash-hud-is-dismissed-when-clicking-other-monitor. + a few fixes for focus changes.
1907
19082012-09-12 Marco Trevisan (Treviño) <mail@3v1n0.net>
1909
1910 UnityShell: remove scale_highlighted_window_ variable, using scale's getSelectedWindow instead.. Fixes: https://bugs.launchpad.net/bugs/1046795. Approved by Andrea Azzarone.
1911
19122012-09-12 Marco Trevisan (Treviño) <mail@3v1n0.net>
1913
1914 Merging with trunk
1915
19162012-09-07 Marco Trevisan (Treviño) <mail@3v1n0.net>
1917
1918 Merging with trunk (via lp:~3v1n0/unity/spread-title-improved)
1919
19202012-09-06 Marco Trevisan (Treviño) <mail@3v1n0.net>
1921
1922 UnityShell: avoid to compute PluginAdapter() address multiple times in handleEvent
1923
19242012-09-06 Marco Trevisan (Treviño) <mail@3v1n0.net>
1925
1926 UnityShell: remove scale_highlighted_window_ variable, using scale's getSelectedWindow instead.
1927
19282012-09-12 Andrea Azzarone <azzaronea@gmail.com>
1929
1930 Fix crash in unity::dash::CoverflowResultView::Impl::Impl(). Fixes: https://bugs.launchpad.net/bugs/1047420. Approved by Marco Trevisan (Treviño).
1931
19322012-09-11 Andrea Azzarone <azzaronea@gmail.com>
1933
1934 Fix bug 1048420
1935
19362012-09-12 Nick Dedekind <nicholas.dedekind@gmail.com>
1937
1938 Update sizing of elements to match designs, update assets. Fixes: https://bugs.launchpad.net/bugs/1049096. Approved by Andrea Azzarone, Xi Zhu.
1939
19402012-09-12 Michal Hruby <michal.mhr@gmail.com>
1941
1942 Update also lens nav bar height
1943
19442012-09-11 Michal Hruby <michal.mhr@gmail.com>
1945
1946 Merge Nick's preview-buttons-height branch
1947
19482012-09-10 Nick Dedekind <nicholas.dedekind@gmail.com>
1949
1950 Preview action buttons height shortened by 2px to 34px.
1951
19522012-09-11 Michal Hruby <michal.mhr@gmail.com>
1953
1954 Update lens icons
1955
19562012-09-11 Michal Hruby <michal.mhr@gmail.com>
1957
1958 Update category icon sizes
1959
19602012-09-11 Nick Dedekind <nicholas.dedekind@gmail.com>
1961
1962 Fixed a layout flicker when first opening previews (LP#1038944).. Fixes: https://bugs.launchpad.net/bugs/1038944, https://bugs.launchpad.net/bugs/1043277. Approved by Michal Hruby, Brandon Schaefer.
1963
19642012-09-04 Nick Dedekind <nicholas.dedekind@gmail.com>
1965
1966 Updated manual test for change in requirements.
1967
19682012-08-29 Nick Dedekind <nicholas.dedekind@gmail.com>
1969
1970 Fixed typo in preview manual test.
1971
19722012-08-29 Nick Dedekind <nicholas.dedekind@gmail.com>
1973
1974 Fixed typo in preview manual test.
1975
19762012-08-29 Nick Dedekind <nicholas.dedekind@gmail.com>
1977
1978 Altered preview manual test.
1979
19802012-08-28 Nick Dedekind <nicholas.dedekind@gmail.com>
1981
1982 Added manual test for preview flicker/resize.
1983
19842012-08-28 Nick Dedekind <nicholas.dedekind@gmail.com>
1985
1986 Merged with trunk
1987
19882012-08-21 Nick Dedekind <nicholas.dedekind@gmail.com>
1989
1990 Fixed preview flicker on first open.
1991
19922012-09-11 Michal Hruby <michal.mhr@gmail.com>
1993
1994 Adds the extra_text property to preview Action. Fixes: https://bugs.launchpad.net/bugs/1049008. Approved by Pawel Stolowski, Nick Dedekind.
1995
19962012-09-11 Michal Hruby <michal.mhr@gmail.com>
1997
1998 Expose the extra_text property of PreviewAction
1999
20002012-09-11 Pawel Stolowski <pawel.stolowski@canonical.com>
2001
2002 Implemented DBus interface for DashController and made HideDash() method available via DBus. Added autopilot test for it.
2003 This is needed by music-preview-player codec installation functionality for hiding the dash when codec installation starts.. Fixes: https://bugs.launchpad.net/bugs/1043825. Approved by Michal Hruby.
2004
20052012-09-11 Pawel Stolowski <pawel.stolowski@canonical.com>
2006
2007 Provide cancellable when connection to DBus.
2008
20092012-09-11 Pawel Stolowski <pawel.stolowski@canonical.com>
2010
2011 Register /com/canonical/Unity/Dash object under existing com.canonical.Unity dbus name.
2012
20132012-09-07 Pawel Stolowski <pawel.stolowski@canonical.com>
2014
2015 Added autopilot test for com.canonical.Unity.Dash.HideDash method call.
2016
20172012-09-07 Pawel Stolowski <pawel.stolowski@canonical.com>
2018
2019 Implemented DBus interface for DashController and made HideDash() method available via DBus.
2020
20212012-09-11 Nick Dedekind <nicholas.dedekind@gmail.com>
2022
2023 Extended track play/pause mouse discovery for entire track row.
2024 Re-worded manual test for play/pause music track.. Fixes: https://bugs.launchpad.net/bugs/1043997. Approved by Michal Hruby.
2025
20262012-08-31 Nick Dedekind <nicholas.dedekind@gmail.com>
2027
2028 Track action mouse discovery enabled for whole track row.
2029
20302012-08-31 Nick Dedekind <nicholas.dedekind@gmail.com>
2031
2032 Added clarification in preview music track manual tests.
2033
20342012-09-10 Brandon Schaefer <brandon.schaefer@canonical.com>
2035
2036 Fix minor problem with the Hud/Dash being drawn while closing on a different monitor.. Fixes: . Approved by Tim Penhey.
2037
20382012-09-10 Brandon Schaefer <brandon.schaefer@canonical.com>
2039
2040 * Fixes dash/hud flashing when closing on a different monitor
2041
20422012-09-10 Brandon Schaefer <brandon.schaefer@canonical.com>
2043
2044 Dash and Hud get drawn correctly no matter which monitor the mouse is in.. Fixes: https://bugs.launchpad.net/bugs/1002260. Approved by Tim Penhey.
2045
20462012-09-07 Brandon Schaefer <brandon.schaefer@canonical.com>
2047
2048 * Fixed confliced
2049
20502012-09-07 Brandon Schaefer <brandon.schaefer@canonical.com>
2051
2052 * Removed check in Draw if visible. This is fixed in a better way in another branch.
2053
20542012-09-06 Brandon Schaefer <brandon.schaefer@canonical.com>
2055
2056 * change var names as well
2057
20582012-09-06 Brandon Schaefer <brandon.schaefer@canonical.com>
2059
2060 * Change target to ideal
2061
20622012-09-05 Brandon Schaefer <brandon.schaefer@canonical.com>
2063
2064 * AP tests
2065
20662012-09-05 Brandon Schaefer <brandon.schaefer@canonical.com>
2067
2068 * Fixes multi monitor drawing of the Dash and Hud
2069
20702012-09-10 Omer Akram <om26er@ubuntu.com>
2071
2072 manual-test to AP; automate different scenarios to check successful launcher keynav. Fixes: . Approved by Christopher Lee.
2073
20742012-09-09 Omer Akram <om26er@ubuntu.com>
2075
2076 fix per veebers comment
2077
20782012-09-09 Omer Akram <om26er@ubuntu.com>
2079
2080 merge
2081
20822012-09-04 Omer Akram <om26er@ubuntu.com>
2083
2084 use move_mouse_to_right_of_launcher helper, also make the other test more obvious about what its doing
2085
20862012-09-04 Omer Akram <om26er@ubuntu.com>
2087
2088 merge trunk
2089
20902012-09-09 Omer Akram <om26er@ubuntu.com>
2091
2092 Merge trunk
2093
20942012-08-29 Omer Akram <om26er@ubuntu.com>
2095
2096 improve on last commit
2097
20982012-08-29 Omer Akram <om26er@ubuntu.com>
2099
2100 makes sure right click on a launcher icon while in expo exits it, remove equivalent manual-test
2101
21022012-08-29 Omer Akram <om26er@ubuntu.com>
2103
2104 fix docstring and some
2105
21062012-08-29 Omer Akram <om26er@ubuntu.com>
2107
2108 click on quicklist item must cancel keynav, removed equivalent manual-test
2109
21102012-08-29 Omer Akram <om26er@ubuntu.com>
2111
2112 remove manual-test
2113
21142012-08-29 Omer Akram <om26er@ubuntu.com>
2115
2116 add another case from the manual test
2117
21182012-08-29 Omer Akram <om26er@ubuntu.com>
2119
2120 add new AP test
2121
21222012-08-28 Omer Akram <om26er@ubuntu.com>
2123
2124 merge trunk
2125
21262012-08-27 Omer Akram <om26er@ubuntu.com>
2127
2128 merge trunk
2129
21302012-09-07 Alejandro Piñeiro <apinheiro@igalia.com>
2131
2132 a11y: Port unity3d and panel service accessibility init to atk-bridge. Fixes: https://bugs.launchpad.net/bugs/1023542, https://bugs.launchpad.net/bugs/1046582. Approved by Andrea Azzarone, Marco Trevisan (Treviño).
2133
21342012-09-07 Andrea Azzarone <azzaronea@gmail.com>
2135
2136 Merge trunk.
2137
21382012-09-06 Andrea Azzarone <azzaronea@gmail.com>
2139
2140 Merge trunk.
2141
21422012-07-17 Alejandro Piñeiro <apinheiro@igalia.com>
2143
2144 a11y: Port unity3d and panel service accessibility init to atk-bridge
2145
2146 https://code.launchpad.net/bugs/1023542
2147
21482012-07-03 Alejandro Piñeiro <apinheiro@igalia.com>
2149
2150 Reflect on HACKING the new dependency to libatk-adaptor
2151
21522012-07-03 Alejandro Piñeiro <apinheiro@igalia.com>
2153
2154 a11y: Port the panel service accessibility support to atk-bridge
2155
2156 As Unity plugin itself, moving to atk-bridge library.
2157
2158 Also solving minor issues
2159
21602012-07-02 Alejandro Piñeiro <apinheiro@igalia.com>
2161
2162 a11y: Don't check 'toolkit-accessibility' gsettings variable
2163
2164 So accessibility is always on, like in gtk3 and gnome-shell
2165
21662012-07-02 Alejandro Piñeiro <apinheiro@igalia.com>
2167
2168 a11y: Port to atk-bridge
2169
2170 gtk3 and gnome-shell already did that. Now the prefered way
2171 to initialize the bridge is using atk-bridge library,
2172 instead of load a module
2173
21742012-09-07 Andrea Azzarone <azzaronea@gmail.com>
2175
2176 Revert rev 2558.. Fixes: . Approved by Marco Trevisan (Treviño).
2177
21782012-09-07 Andrea Azzarone <azzaronea@gmail.com>
2179
2180 Revert rev 2558.
2181
21822012-09-07 Marco Trevisan (Treviño) <mail@3v1n0.net>
2183
2184 EdgeBarrierController: Temporary disable the edge barriers also when autohide is set. Fixes: https://bugs.launchpad.net/bugs/1020058. Approved by Andrea Azzarone.
2185
21862012-09-07 Marco Trevisan (Treviño) <mail@3v1n0.net>
2187
2188 TestEdgeBarrierController: update tests
2189
21902012-09-07 Marco Trevisan (Treviño) <mail@3v1n0.net>
2191
2192 EdgeBarrierController: always release the barrier when requested (even if we have an handler)
2193
2194 I.e. release it also with autohide
2195
21962012-09-07 Andrea Azzarone <azzaronea@gmail.com>
2197
2198 Re-add code to draw panel background texture when the dash is open and there is a maximized window.. Fixes: https://bugs.launchpad.net/bugs/1044460. Approved by Brandon Schaefer.
2199
22002012-09-07 Andrea Azzarone <azzaronea@gmail.com>
2201
2202 Merge trunk.
2203
22042012-09-05 Andrea Azzarone <azzaronea@gmail.com>
2205
2206 Split code in different functions.
2207
22082012-09-05 Andrea Azzarone <azzaronea@gmail.com>
2209
2210 Re-add code to draw panel background texture when the dash is open and there is a maximized window.
2211
22122012-09-07 Sam Spilsbury <sam.spilsbury@canonical.com>
2213
2214 Remove everything in the #ifndef USE_MODERN_COMPIZ_GL ifdefs and remove the ifdefs alltogether. lp:unity now requires compiz 0.9.8.0 . Also removed ScreenEffectFramebufferObject.. Fixes: . Approved by Omer Akram, Sam Spilsbury, Andrea Azzarone.
2215
22162012-09-05 Sam Spilsbury <sam.spilsbury@canonical.com>
2217
2218 Merge lp:unity
2219
22202012-09-05 Sam Spilsbury <sam.spilsbury@canonical.com>
2221
2222 Merge lp:~smspillaz/unity/unity.remove_modern_compiz_gl
2223
22242012-08-30 Sam Spilsbury <sam.spilsbury@canonical.com>
2225
2226 Remove ScreenEffectFramebufferObject
2227
22282012-08-30 Sam Spilsbury <sam.spilsbury@canonical.com>
2229
2230 Remove usage of USE_MODERN_COMPIZ_GL bump the compiz dep
2231
22322012-09-07 Marco Trevisan (Treviño) <mail@3v1n0.net>
2233
2234 UnityWindow: use smart pointers, use static close_icon (with dynamic state) and PanelStyle context. Fixes: https://bugs.launchpad.net/bugs/1033935, https://bugs.launchpad.net/bugs/1045127, https://bugs.launchpad.net/bugs/1046124, https://bugs.launchpad.net/bugs/1046126. Approved by Renato Araujo Oliveira Filho.
2235
22362012-09-07 Marco Trevisan (Treviño) <mail@3v1n0.net>
2237
2238 UnityShell: put back the string optimizations, fix indentation
2239
22402012-09-07 Marco Trevisan (Treviño) <mail@3v1n0.net>
2241
2242 Merging with trunk
2243
22442012-09-06 Marco Trevisan (Treviño) <mail@3v1n0.net>
2245
2246 UnityWindow: even more code optimizations
2247
22482012-09-05 Marco Trevisan (Treviño) <mail@3v1n0.net>
2249
2250 UnityWindow: use some padding also at the end of the decoration
2251
2252 Not to make long titles to fade to the end of the decoration
2253
22542012-09-05 Marco Trevisan (Treviño) <mail@3v1n0.net>
2255
2256 UnityWindow: handle any release event, if it was previously pressed
2257
22582012-09-05 Marco Trevisan (Treviño) <mail@3v1n0.net>
2259
2260 UnityWindow: don't allow to close a scaled window by any mouse button
2261
22622012-09-05 Marco Trevisan (Treviño) <mail@3v1n0.net>
2263
2264 UnityWindow: use height as scale decoration height
2265
22662012-09-05 Marco Trevisan (Treviño) <mail@3v1n0.net>
2267
2268 UnityWindow: Indentation fix
2269
22702012-09-05 Marco Trevisan (Treviño) <mail@3v1n0.net>
2271
2272 UnityWindow: avoid unneeded damages on motion event, and keep pressed also on mouse-out
2273
22742012-09-05 Marco Trevisan (Treviño) <mail@3v1n0.net>
2275
2276 UnityWindow: make the spread close button to react to mouse in/out and button press events
2277
2278 Also close on button release.
2279
22802012-09-05 Marco Trevisan (Treviño) <mail@3v1n0.net>
2281
2282 UnityWindow: WindowCairoContext moved to struct UnityWindow::CairoContext
2283
2284 Using it as stack allocated.
2285
22862012-09-05 Marco Trevisan (Treviño) <mail@3v1n0.net>
2287
2288 UnityWindow: use smart pointers, use static close_icon and panelStyle context
2289
2290 This should save a lot of computation per each scale window.
2291
22922012-09-05 Marco Trevisan (Treviño) <mail@3v1n0.net>
2293
2294 unityshell: on spread decorate all windows, draw the new decoration above them
2295
22962012-09-05 Marco Trevisan (Treviño) <mail@3v1n0.net>
2297
2298 Merging with renato's branch
2299
23002012-09-06 Nick Dedekind <nicholas.dedekind@gmail.com>
2301
2302 Fixed the size of the previews to 770x380 pixels. (LP#1045243). Fixes: https://bugs.launchpad.net/bugs/1045243. Approved by Brandon Schaefer.
2303
23042012-09-06 Nick Dedekind <nicholas.dedekind@gmail.com>
2305
2306 Defined preview height/width values using global consts.
2307
23082012-09-04 Nick Dedekind <nicholas.dedekind@gmail.com>
2309
2310 Fixed preview size to 770x380.
2311
23122012-09-06 MC Return <mc.return@gmx.net>
2313
2314 Removed the variables 'oldPrev' and 'oldNext' which got assigned the value NULL, but then were never used.. Approved by Brandon Schaefer.
2315
23162012-09-05 MC Return <mc.return@gmx.net>
2317
2318 Removed the variables 'oldPrev' and 'oldNext' which got assigned the value NULL, but then were never used
2319
23202012-09-06 Didier Roche <didier.roche@canonical.com>
2321
2322 remove unity --reset, it's not anymore really needed now that we are in
2323 stable days of unity and we moved to gsettings. Approved by Michal Hruby.
2324
23252012-09-06 Didier Roche <didier.roche@canonical.com>
2326
2327 remove unity --reset, it's not anymore really needed now that we are in stable days of unity and we moved to gsettings
2328
23292012-09-06 MC Return <mc.return@gmx.net>
2330
2331 "Alt+Space" shortcut to reveal the window menu is not hardcoded, but a Compiz key option
2332 " (Hold)" should also be translated
2333 Made all Compiz plug-in names and all Compiz plug-in option names in unityshell.cpp static constants. Approved by Sam Spilsbury.
2334
23352012-09-02 MC Return <mc.return@gmx.net>
2336
2337 Made all Compiz plug-in names and all Compiz plug-in option names in unityshell.cpp static constants
2338
23392012-08-28 MC Return <mc.return@gmx.net>
2340
2341 Also fixed "Alt+Space" not hardcoded in StandaloneShortcuts.cpp
2342
23432012-08-28 MC Return <mc.return@gmx.net>
2344
2345 Fixed "Alt+Space" to open the window menu is not hardcoded, but a shortcut::COMPIZ_KEY_OPTION
2346
23472012-08-28 MC Return <mc.return@gmx.net>
2348
2349 " (Hold)" should also be translated
2350
23512012-08-28 MC Return <mc.return@gmx.net>
2352
2353 Fixed a typo
2354
23552012-09-06 Brandon Schaefer <brandon.schaefer@canonical.com>
2356
2357 The mouse will now cause the HUD buttons to change selection.. Fixes: https://bugs.launchpad.net/bugs/1042692. Approved by Tim Penhey, Gord Allott.
2358
23592012-09-04 Brandon Schaefer <brandon.schaefer@canonical.com>
2360
2361 * More unneeded code...
2362
23632012-09-04 Brandon Schaefer <brandon.schaefer@canonical.com>
2364
2365 * Removed un needed code, this gets handled on button->mouse_leave...
2366
23672012-09-04 Brandon Schaefer <brandon.schaefer@canonical.com>
2368
2369 * If the mouse is the new focused button emit query_selected to change the icon
2370
23712012-09-04 Brandon Schaefer <brandon.schaefer@canonical.com>
2372
2373 * Adds AP Test
2374
23752012-08-31 Brandon Schaefer <brandon.schaefer@canonical.com>
2376
2377 * Fixed last small problem, now works very well :)
2378
23792012-08-30 Brandon Schaefer <brandon.schaefer@canonical.com>
2380
2381 * More fixes, still one issues with the StaticCarioText
2382
23832012-08-29 Brandon Schaefer <brandon.schaefer@canonical.com>
2384
2385 * The Hud Buttons will now change focus with the mouse
2386
23872012-09-06 Renato Araujo Oliveira Filho <renato.filho@canonical.com>
2388
2389 UnityWindow: scale window code improved
2390
2391 * Fixed code style.
2392 * Moved function "GetWindowName" from UnityWindow to WindowManager.
2393 * Used glib::Object auto pointer instead of "c" pointer;. Fixes: https://bugs.launchpad.net/bugs/1033935, https://bugs.launchpad.net/bugs/1046125. Approved by Marco Trevisan (Treviño).
2394
23952012-09-04 Renato Araujo Oliveira Filho <renato.filho@canonical.com>
2396
2397 Code optimizations.
2398
23992012-09-04 Renato Araujo Oliveira Filho <renato.filho@canonical.com>
2400
2401 Removed all originial decoration when window is in scale mode;
2402 Draw window decoration inside of window following the designer docs;
2403
24042012-09-04 Renato Araujo Oliveira Filho <renato.filho@canonical.com>
2405
2406 Fixed windows decoration for maximized windows.
2407
24082012-09-03 Renato Araujo Oliveira Filho <renato.filho@canonical.com>
2409
2410 Renamed DrawTitle function.
2411
24122012-09-03 Renato Araujo Oliveira Filho <renato.filho@canonical.com>
2413
2414 Fixed fade effect on title bar;
2415 Fixed window title alignment;
2416
24172012-09-03 Renato Araujo Oliveira Filho <renato.filho@canonical.com>
2418
2419 Used panel style font on windows title decoration;
2420 Implemented fade effect on windows title decoration;
2421
24222012-08-31 Renato Araujo Oliveira Filho <renato.filho@canonical.com>
2423
The diff has been truncated for viewing.