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
1=== added directory '.bzr-builddeb'
2=== renamed directory '.bzr-builddeb' => '.bzr-builddeb.moved'
3=== added file '.bzr-builddeb/default.conf'
4--- .bzr-builddeb/default.conf 1970-01-01 00:00:00 +0000
5+++ .bzr-builddeb/default.conf 2015-03-02 05:51:28 +0000
6@@ -0,0 +1,2 @@
7+[BUILDDEB]
8+split = True
9
10=== added file '.bzrignore'
11--- .bzrignore 1970-01-01 00:00:00 +0000
12+++ .bzrignore 2015-03-02 05:51:28 +0000
13@@ -0,0 +1,6 @@
14+build
15+services/panel-marshal.c
16+services/panel-marshal.h
17+.AUTHORS.sed
18+tests/autopilot/dist
19+tests/autopilot/unity.egg-info
20
21=== renamed file '.bzrignore' => '.bzrignore.moved'
22=== added file 'AUTHOR-glue'
23--- AUTHOR-glue 1970-01-01 00:00:00 +0000
24+++ AUTHOR-glue 2015-03-02 05:51:28 +0000
25@@ -0,0 +1,21 @@
26+s/Joseph Mills <.*@.*>/Joseph Mills <josephjamesmills@gmail.com>/
27+s/Andrea Azzarone <.*@.*>/Andrea Azzarone <azzaronea@gmail.com>/
28+s/Andrea Azzarone azzaronea@gmail.com/Andrea Azzarone <azzaronea@gmail.com>/
29+s/Andrea Azzarone aazzarone@hotmail.it/Andrea Azzarone <azzaronea@gmail.com>/
30+s/Andrea Cimitan <.*@.*>/Andrea Cimitan <andrea.cimitan@canonical.com>/
31+s/Aurelien Gateau <.*@.*>/Aurélien Gâteau <aurelien.gateau@canonical.com>/
32+s/Chase Douglas <.*@.*>/Chase Douglas <chase.douglas@canonical.com>/
33+s/Chris Coulson <.*@.*>/Chris Coulson <chris.coulson@canonical.com>/
34+s/Daniel van Vugt <.*@.*>/Daniel van Vugt <vanvugt@gmail.com>/
35+s/Gord(on)? Allott <.*@.*>/Gordon Allott <gord.allott@canonical.com>/
36+s/Jason Smith <jason@hakimaki>/Jason Smith <jason.smith@canonical.com>/
37+s/Mikkel Kamstrup Erlandsen <.*@.*>/Mikkel Kamstrup Erlandsen <mikkel.kamstrup@gmail.com>/
38+s/Manuel Nicetto <.*@.*>/Manuel Nicetto <manuel.nicetto@gmail.com>/
39+s/Marius Gedminas <.*@.*>/Marius Gedminas <marius@gedmin.as>/
40+s/Mathieu Trudel-Lapierre <.*@.*>/Mathieu Trudel-Lapierre <mathieu.trudel-lapierre@canonical.com>/
41+s/Mirco <.*@.*>/Mirco Müller <mirco.mueller@ubuntu.com>/
42+s/Mirco Müller <.*@.*>/Mirco Müller <mirco.mueller@ubuntu.com>/
43+s/macslow@bangang.de/Mirco Müller <mirco.mueller@ubuntu.com>/
44+s/njpatel/Neil Jagdish Patel <neil.patel@canonical.com>/
45+s/Neil Jagdish Patel <.*@.*>/Neil Jagdish Patel <neil.patel@canonical.com>/
46+s/Stefano Candori <stefano.candori@gmail.com/Stefano Candori <stefano.candori@gmail.com>/
47
48=== added file 'AUTHORS'
49--- AUTHORS 1970-01-01 00:00:00 +0000
50+++ AUTHORS 2015-03-02 05:51:28 +0000
51@@ -0,0 +1,160 @@
52+ Joseph Mills <josephjamesmills@gmail.com>
53+ 3v1n0 <mail@3v1n0.net>, Marco Trevisan (Treviño) <mail@3v1n0.net>
54+ Adam Conrad <adconrad@0c3.net>
55+ agateau <aurelien.gateau@canonical.com>
56+ alanbell@ubuntu.com
57+ Albert Astals <albert.astals@canonical.com>
58+ Albert Astals <albert.astals@canonical.com>, Christopher Lee <chris.lee@canonical.com>, Christopher Lee <veebers@gmail.com>
59+ Alejandro Piñeiro <apinheiro@igalia.com>
60+ Alejandro Piñeiro <apinheiro@igalia.com>, Andrea Azzarone <azzaronea@gmail.com>
61+ Alexandros Frantzis <alexandros.frantzis@linaro.org>
62+ Alexandros Frantzis <alexandros.frantzis@linaro.org>, Marc Ordinas i Llopis <marc.ordinasillopis@linaro.org>, Jay Taoko <jay.taoko@canonical.com>
63+ Alex Launi <alex.launi@canonical.com>
64+ Alex Launi <alex.launi@canonical.com>, Allan LeSage <allanlesage@gmail.com>
65+ Alex Launi <alex.launi@canonical.com>, Thomi Richards <thomi.richards@canonical.com>
66+ Andrea Azzarone
67+ Andrea Azzarone <azzaronea@gmail.com>
68+ Andrea Cimitan <andrea.cimitan@canonical.com>
69+ Andrey Logvinov <Andrey.Logvinov.81@gmail.com
70+ Aurélien Gâteau <aurelien.gateau@canonical.com>
71+ Benjamin Kerensa <bkerensa@ubuntu.com>
72+ Bilal Akhtar <bilalakhtar@ubuntu.com>
73+ Bilal Akhtar <bilalakhtar@ubuntu.com>, Thomi Richards <thomi.richards@canonical.com>
74+ Brandon Schaefer <brandon.schaefer@canonical.com>
75+ Brandon Schaefer <brandon.schaefer@canonical.com>, Brandon Schaefer <brandontschaefer@gmail.com>
76+ Brandon Schaefer <brandontschaefer@gmail.com
77+ Brandon Schaefer <brandontschaefer@gmail.com>
78+ Brandon Schaefer <brandontschaefer@gmail.com, Brandon Schaefer <brandontschaefer@gmail.com>
79+ Brandon Schaefer <brandontschaefer@gmail.com, Jay Taoko <jay.taoko@canonical.com>
80+ Brandon Schaefer <brandontschaefer@gmail.com>, Thomi Richards <thomi.richards@canonical.com>
81+ Brandon Schaefer <schbra02@evergreen.edu>
82+ Charles Kerr <charles.kerr@canonical.com>
83+ Chase Douglas <chase.douglas@canonical.com>
84+ Chris Coulson <chris.coulson@canonical.com>
85+ Christopher James Halse Rogers <raof@ubuntu.com>
86+ Christopher Lee <chris.lee@canonical.com>
87+ Christopher Lee <veebers@gmail.com>
88+ Daniel d'Andrada <daniel.dandrada@canonical.com>
89+ Daniel van Vugt <vanvugt@gmail.com>
90+ David Barth <david.barth@canonical.com>
91+ David Gomes <davidrafagomes@gmail.com>
92+ David Planella <david.planella@ubuntu.com>
93+ Didier Roche <didier.roche@canonical.com>
94+ Didier Roche <didrocks@ubuntu.com>
95+ foxoman <foxoman.u@gmail.com>
96+ Gabor Kelemen <kelemeng@ubuntu.com>
97+ Gary Lasker <gary.lasker@canonical.com>
98+ Gordon Allott <gord.allott@canonical.com>
99+ Henri De Veene <henri.deveene@gmail.com>
100+ Jani Monoses <jani.monoses@canonical.com>
101+ Jani Monoses <jani@ubuntu.com>
102+ Jason Conti <jason.conti@gmail.com>
103+ Jason Smith <jason.smith@canonical.com>
104+ Jason Smith <jason.smith@canonical.com>, Andrea Cimitan <andrea.cimitan@canonical.com>
105+ Jason Smith <jason.smith@canonical.com>, Gordon Allott <gord.allott@canonical.com>
106+ Jason Smith <jason.smith@canonical.com>, Jay Taoko <jay.taoko@canonical.com>, Brandon Schaefer <brandontschaefer@gmail.com>
107+ Jason Smith <jason.smith@canonical.com>, Marco Trevisan (Treviño) <mail@3v1n0.net>, Thomi Richards <thomi.richards@canonical.com>
108+ Jason Smith <jason.smith@canonical.com>, smspillaz <sam.spilsbury@canonical.com>
109+ Jason Smith <jason.smith@canonical.com>, Tim Penhey <tim.penhey@canonical.com>
110+ jassmith@gmail.com
111+ Jay Ó Broin <ismise@lavabit.com>
112+ Jay Taoko <jay.taoko@canonical.com>
113+ Jay Taoko <jay.taoko@canonical.com>, Łukasz 'sil2100' Zemczak <lukasz.zemczak@canonical.com>
114+ Jay Taoko <jay.taoko@canonical.com>, Mirco Müller <mirco.mueller@ubuntu.com>
115+ Jay Taoko <jay.taoko@canonical.com>, Robert Carr <racarr@canonical.com>
116+ Jeremy Bicha <jbicha@ubuntu.com>
117+ jokerdino@bvm128.zdom.org
118+ Ken VanDine <ken.vandine@canonical.com>
119+ Ken VanDine <ken.vandine@canonical.com>, Nick Dedekind <nicholas.dedekind@gmail.com>
120+ Kevin DuBois <kevin.dubois@canonical.com>
121+ Koichi Akabe <vbkaisetsu@gmail.com>
122+ Lars Uebernickel <lars.uebernickel@canonical.com>
123+ Loïc Molinari <loic.molinari@canonical.com>
124+ Lorenzo Mattei <lore.mattei@gmail.com>
125+ Łukasz 'sil2100' Zemczak <lukasz.zemczak@canonical.com>
126+ Luke Yelavich <luke.yelavich@canonical.com>
127+ Marco Biscaro <marcobiscaro2112@gmail.com>
128+ Marco Biscaro <marcobiscaro2112@gmail.com>, Rick Spencer <rick.spencer@canonical.com>
129+ Marco Mariani <dfly720@gmail.com>, Thomi Richards <thomi.richards@canonical.com>
130+ Marco Trevisan
131+ Marco Trevisan <mail@3v1n0.net>
132+ Marco Trevisan <marco.trevisan@canonical.com>
133+ Marco Trevisan (Treviño) <mail@3v1n0.net>
134+ Marco Trevisan (Treviño) <mail@3v1n0.net>, 3v1n0 <mail@3v1n0.net>
135+ Marco Trevisan (Treviño) <mail@3v1n0.net>, Andrea Cimitan <andrea.cimitan@canonical.com>
136+ Marco Trevisan (Treviño) <mail@3v1n0.net>, Brandon Schaefer <brandontschaefer@gmail.com>, Tim Penhey <tim.penhey@canonical.com>
137+ Marco Trevisan (Treviño) <mail@3v1n0.net>, Michal Hruby <michal.mhr@gmail.com>
138+ Marco Trevisan (Treviño) <mail@3v1n0.net>, Thomi Richards <thomi.richards@canonical.com>
139+ Marius Gedminas <marius@gedmin.as>
140+ Martin Albisetti <argentina@gmail.com>
141+ Martin Mrazik <martin.mrazik@canonical.com>
142+ Martin Mrazik <mrazik@gmail.com>
143+ MC Return <mc.return@gmx.net>
144+ Michael Rawson <michaelrawson76@gmail.com>
145+ Michael Terry <michael.terry@canonical.com>
146+ Michael Terry <mike@mterry.name>
147+ Michael Vogt <michael.vogt@ubuntu.com>
148+ Michal Hruby <michal.mhr@gmail.com>
149+ Mikkel Kamstrup Erlandsen <mikkel.kamstrup@gmail.com>
150+ Mirco Müller <mirco.mueller@ubuntu.com>
151+ Mitsuya Shibata
152+ Neil Jagdish Patel <neil.patel@canonical.com>
153+ Nic d'Offay <nicolas.doffay@canonical.com>
154+ Nick Dedekind <nicholas.dedekind@gmail.com>
155+ Nick Dedekind <nicholas.dedekind@gmail.com>, Gordon Allott <gord.allott@canonical.com>
156+ Nick Dedekind <nicholas.dedekind@gmail.com>, Michal Hruby <michal.mhr@gmail.com>
157+ Nick Dedekind <nick.dedekind@canonical.com>
158+ Nick Dedekind <nick.dedekind@canonical.com>, Christopher Lee <chris.lee@canonical.com>
159+ Nico van der Walt <nico@kimburu.co.za>
160+ Oliver Sauder <os@esite.ch>
161+ Omer Akram <om26er@ubuntu.com>
162+ Omer Akram <omer.akram@canonical.com>
163+ Paolo Rotolo <paolorotolo@ubuntu-it.org>
164+ Paul Sladen <sladen@canonical.com>
165+ Paul Sladen <sladen@canonical.com>, Andrea Cimitan <andrea.cimitan@canonical.com>
166+ Pawel Stolowski <pawel.stolowski@canonical.com>
167+ Rafał Cieślak <rafalcieslak256@gmail.com>
168+ Renato Araujo Oliveira Filho <renato.filho@canonical.com>
169+ Ricardo Mendoza <ricardo.mendoza@canonical.com>
170+ Robert Carr <racarr@canonical.com>
171+ Robert Carr <racarr@canonical.com>, Ken VanDine <ken.vandine@canonical.com>
172+ Robert Carr <robert.carr@canonical.com>
173+ Rodrigo Moya <rodrigo.moya@canonical.com>
174+ Ryan Lortie <desrt@desrt.ca>
175+ Sam Spilsbury <sam.spilsbury@canonical.com>
176+ Sam Spilsbury <sam.spilsbury@canonical.com>, Daniel van Vugt <vanvugt@gmail.com>
177+ Sam Spilsbury <sam.spilsbury@canonical.com>, Didier Roche <didier.roche@canonical.com>
178+ Sam Spilsbury <sam.spilsbury@canonical.com>, Michal Hruby <michal.mhr@gmail.com>
179+ Sebastien Bacher <seb128@ubuntu.com>
180+ smspillaz <sam.spilsbury@canonical.com>
181+ smspillaz <sam.spilsbury@canonical.com>, Daniel van Vugt <vanvugt@gmail.com>
182+ smspillaz <sam.spilsbury@canonical.com>, Sam Spilsbury <sam.spilsbury@canonical.com>
183+ Sven Baars <svenb.linux@gmail.com>
184+ Tarmac
185+ Ted Gould <ted@gould.cx>
186+ Thomas Voß <thomas.voss@rub.de>
187+ Thomi Richards <thomir@gmail.com>
188+ Thomi Richards <thomir@gmail.com>, Alex Launi <alex.launi@canonical.com>
189+ Thomi Richards <thomir@gmail.com>, Thomi Richards <thomi.richards@canonical.com>
190+ Thomi Richards <thomi.richards@canonical.com>
191+ Thomi Richards <thomi.richards@canonical.com>, Albert Astals <albert.astals@canonical.com>
192+ Thomi Richards <thomi.richards@canonical.com>, Alex Launi <alex.launi@canonical.com>
193+ Thomi Richards <thomi.richards@canonical.com>, Brandon Schaefer <brandontschaefer@gmail.com>
194+ Thomi Richards <thomi.richards@canonical.com>, Gordon Allott <gord.allott@canonical.com>
195+ Thomi Richards <thomi.richards@canonical.com>, Jason Smith <jason.smith@canonical.com>
196+ Thomi Richards <thomi.richards@canonical.com>, Miklos Juhasz <juhasz.miklos.1@gmail.com>
197+ Thomi Richards <thomi.richards@canonical.com>, Ted Gould <ted@gould.cx>
198+ Thomi Richards <thomi.richards@canonical.com>, Thomi Richards <thomir@gmail.com>
199+ Thomi Richards <thomi.richards@canonical.com>, Tim Penhey <tim.penhey@canonical.com>
200+ timo.jyrinki@canonical.com
201+ Tim Penhey <tim.penhey@canonical.com>
202+ Tim Penhey <tim.penhey@canonical.com>, Bowmore <bowmores@telia.com>
203+ Tim Penhey <tim.penhey@canonical.com>, Gordon Allott <gord.allott@canonical.com>
204+ Tim Penhey <tim.penhey@canonical.com>, Jason Smith <jason.smith@canonical.com>
205+ Tim Penhey <tim.penhey@canonical.com>, Jay Taoko <jay.taoko@canonical.com>
206+ Tim Penhey <tim.penhey@canonical.com>, Neil Jagdish Patel <neil.patel@canonical.com>
207+ Ubuntu <ubuntu@netbook>
208+ Ugo Riboni <ugo.riboni@canonical.com>
209+ Unity Merger <unity.merger@gmail.com>
210+ Victor Eduardo <victormartinez79@gmail.com>
211+ Zaid Yeganeh <zaid.yeganeh@gmail.com>
212
213=== added file 'CMakeLists.txt'
214--- CMakeLists.txt 1970-01-01 00:00:00 +0000
215+++ CMakeLists.txt 2015-03-02 05:51:28 +0000
216@@ -0,0 +1,310 @@
217+project (unity)
218+cmake_minimum_required(VERSION 2.8)
219+
220+include (cmake/Documentation.cmake)
221+
222+#
223+# Base bits
224+#
225+set (PROJECT_NAME "unity")
226+set (UNITY_MAJOR 6)
227+set (UNITY_MINOR 6)
228+set (UNITY_MICRO 0)
229+set (UNITY_VERSION "${UNITY_MAJOR}.${UNITY_MINOR}.${UNITY_MICRO}")
230+set (UNITY_API_VERSION "6.0")
231+
232+set (CMAKE_CXX_FLAGS "-DGNOME_DESKTOP_USE_UNSTABLE_API -std=c++0x -fno-permissive")
233+set (CMAKE_CXX_FLAGS_DEBUG "-g3")
234+set (CMAKE_CXX_FLAGS_RELEASE "")
235+
236+option(
237+ ENABLE_X_SUPPORT
238+ "Enable X.org support in unity"
239+ ON
240+)
241+
242+# This is due to bug lp:668799 - qemu-arm segfaults executing msgmerge
243+option(
244+ I18N_SUPPORT
245+ "Enable I18N, do the .po file thing."
246+ ON
247+)
248+
249+if (ENABLE_X_SUPPORT)
250+ add_definitions(-DUSE_X11)
251+ message("Unity is configured with support for X.org")
252+else ()
253+ message("Unity is configured with without X.org")
254+ add_definitions(-DNO_X11)
255+endif ()
256+
257+if (BUILD_GLES)
258+ add_definitions(-DNUX_OPENGLES_20)
259+ add_definitions(-DUSE_GLES)
260+ set (UNITY_STANDALONE_LADD "-lunity-core-${UNITY_API_VERSION} -lm -lpthread -ldl")
261+else ()
262+ set (UNITY_STANDALONE_LADD "-lunity-core-${UNITY_API_VERSION} -lm -lpthread -ldl -lGL -lGLU")
263+endif ()
264+
265+#
266+# Niceties
267+#
268+set (ARCHIVE_NAME unity-${UNITY_VERSION})
269+
270+add_custom_target (pre-distcheck
271+ COMMAND echo ""
272+ && echo "• Releasing Unity ${UNITY_VERSION}"
273+ && cd ${CMAKE_SOURCE_DIR}
274+ && echo "• Generating ChangeLog"
275+ && bzr log --gnu-changelog > ChangeLog
276+ && echo "• Generating AUTHORS"
277+ && bzr log --long --levels=0 | grep -e "^\\s*author:" -e "^\\s*committer:" | cut -d ":" -f 2 | sed -r -f AUTHOR-glue | sort -u > AUTHORS
278+ && echo "• Committing Release"
279+ && bzr commit -m"Release ${UNITY_VERSION}" --unchanged
280+ && echo "• Tagging Release"
281+ && bzr tag ${UNITY_VERSION}
282+ && echo "• Running Distcheck"
283+ )
284+
285+add_custom_target (dist
286+ COMMAND bzr export --root=${ARCHIVE_NAME} ${CMAKE_BINARY_DIR}/${ARCHIVE_NAME}.tar.bz2
287+ WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
288+ )
289+add_dependencies(dist pre-distcheck)
290+
291+add_custom_target (distcheck
292+ COMMAND cd ${CMAKE_BINARY_DIR}
293+ && rm -rf ${ARCHIVE_NAME}
294+ && tar xf ${ARCHIVE_NAME}.tar.bz2
295+ && mkdir ${ARCHIVE_NAME}/build
296+ && cd ${ARCHIVE_NAME}/build
297+ && cmake -DCMAKE_INSTALL_PREFIX=../install -DGSETTINGS_LOCALINSTALL=ON .. -DCMAKE_MODULE_PATH=/usr/share/cmake
298+ && make -j4
299+ && make -j4 install
300+ && make check
301+ )
302+add_dependencies(distcheck dist)
303+
304+add_custom_target (post-distcheck
305+ COMMAND echo "• Signing Tarball"
306+ && gpg --armor --sign --detach-sig ${CMAKE_BINARY_DIR}/${ARCHIVE_NAME}.tar.bz2
307+ && echo "• Pushing Branch"
308+ && bzr push
309+ && echo "• Publishing Tarball"
310+ && lp-project-upload unity ${UNITY_VERSION} ${CMAKE_BINARY_DIR}/${ARCHIVE_NAME}.tar.bz2
311+ && echo ""
312+ && echo "• Unity ${UNITY_VERSION} Released."
313+ )
314+add_dependencies(post-distcheck distcheck)
315+
316+add_custom_target (release)
317+add_dependencies (release post-distcheck)
318+
319+#
320+# config.h
321+#
322+set (PREFIXDIR "${CMAKE_INSTALL_PREFIX}")
323+set (DATADIR "${CMAKE_INSTALL_PREFIX}/share")
324+set (PKGDATADIR "${DATADIR}/unity/${UNITY_MAJOR}")
325+set (GETTEXT_PACKAGE "unity")
326+set (LOCALE_DIR "${DATADIR}/locale")
327+set (VERSION "${UNITY_VERSION}")
328+set (BUILDDIR "${CMAKE_BINARY_DIR}")
329+
330+configure_file (${CMAKE_SOURCE_DIR}/config.h.cmake ${CMAKE_BINARY_DIR}/config.h)
331+
332+#
333+# i18n
334+#
335+
336+find_package (Gettext REQUIRED)
337+
338+set (COMPIZ_I18N_DIR ${CMAKE_SOURCE_DIR}/po)
339+
340+add_custom_command (OUTPUT ${CMAKE_SOURCE_DIR}/po/unity.pot
341+ 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
342+ WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
343+ )
344+
345+if (I18N_SUPPORT)
346+if (GETTEXT_FOUND)
347+ set (HAVE_GETTEXT true)
348+ file (GLOB _translations ${CMAKE_SOURCE_DIR}/po/*.po)
349+ GETTEXT_CREATE_TRANSLATIONS (${CMAKE_SOURCE_DIR}/po/${PROJECT_NAME}.pot
350+ ALL ${_translations})
351+endif (GETTEXT_FOUND)
352+endif()
353+
354+#
355+# Enable or disable boot logging
356+#
357+option (BOOT_LOGGER "Enable startup performance logging" OFF)
358+if (BOOT_LOGGER)
359+ SET (BOOT_LOGGER_FLAG "-DENABLE_LOGGER")
360+endif (BOOT_LOGGER)
361+
362+SET (MAINTAINER_CXXFLAGS "-Werror -Wall -Wcast-align -Wempty-body -Wformat-security -Winit-self -Warray-bounds")
363+option (DISABLE_MAINTAINER_CXXFLAGS "Disable maintainer CXXFlags" OFF)
364+if (DISABLE_MAINTAINER_CXXFLAGS)
365+ SET (MAINTAINER_CXXFLAGS "")
366+endif (DISABLE_MAINTAINER_CXXFLAGS)
367+
368+# Make sure these flags are used for every build.
369+set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${MAINTAINER_CXXFLAGS}")
370+
371+#
372+# Compiz Plugins
373+#
374+set(UNITY_PROTOCOL_PRIVATE_DEPS unity-protocol-private>=5.95.1)
375+set(UNITY_PLUGIN_SHARED_DEPS
376+ ${UNITY_PROTOCOL_PRIVATE_DEPS}
377+ atk
378+ atk-bridge-2.0
379+ dbusmenu-glib-0.4
380+ dee-1.0
381+ gio-2.0
382+ gio-unix-2.0
383+ gmodule-2.0
384+ gthread-2.0
385+ gtk+-3.0>=3.1
386+ indicator3-0.4>=0.4.90
387+ json-glib-1.0
388+ libbamf3
389+ libnotify
390+ libstartup-notification-1.0
391+ nux-4.0>=4.0.0
392+ sigc++-2.0
393+ unity-misc>=0.4.0
394+ zeitgeist-1.0>=0.3.18
395+)
396+
397+set(UNITY_PLUGIN_DEPS ${UNITY_PLUGIN_SHARED_DEPS})
398+
399+if(ENABLE_X_SUPPORT)
400+ set(UNITY_PLUGIN_DEPS
401+ ${UNITY_PLUGIN_DEPS}
402+ compiz>=0.9.8.0
403+ libgeis
404+ x11
405+ xfixes
406+ xrender>=0.9
407+ )
408+endif ()
409+
410+find_package (PkgConfig)
411+pkg_check_modules (CACHED_UNITY_DEPS REQUIRED ${UNITY_PLUGIN_DEPS})
412+pkg_check_modules (CACHED_UNITY_PRIVATE_DEPS REQUIRED ${UNITY_PROTOCOL_PRIVATE_DEPS})
413+add_subdirectory(unity-shared)
414+add_subdirectory(dash)
415+add_subdirectory(launcher)
416+# FIXME joseph add_subdirectory(unity-ff-tv)
417+if (ENABLE_X_SUPPORT)
418+ add_subdirectory(hud)
419+ add_subdirectory(panel)
420+ add_subdirectory(plugins/unityshell)
421+ add_subdirectory(plugins/networkarearegion)
422+ add_subdirectory(plugins/unitydialog)
423+ add_subdirectory(plugins/unity-mt-grab-handles)
424+ add_subdirectory(shortcuts)
425+ add_subdirectory(unity-standalone)
426+endif ()
427+
428+# subdirs
429+add_subdirectory(doc)
430+
431+# Check for google test and build it locally
432+set(
433+ GTEST_ROOT_DIR
434+ "/usr/src/gtest" # Default value, adjustable by user with e.g., ccmake
435+ CACHE
436+ PATH
437+ "Path to Google test srcs"
438+)
439+
440+set(
441+ GTEST_INCLUDE_DIR
442+ "/usr/include/gtest"
443+ CACHE
444+ PATH
445+ "Path to Google tests include"
446+)
447+
448+find_path(GTEST_INCLUDE_DIR gtest/gtest.h)
449+if (GTEST_INCLUDE_DIR)
450+ #FIXME - hardcoded is bad!
451+ add_subdirectory(
452+ ${GTEST_ROOT_DIR}
453+ gtest
454+ )
455+endif(GTEST_INCLUDE_DIR)
456+
457+add_subdirectory(services)
458+add_subdirectory(tests)
459+add_subdirectory(tools)
460+add_subdirectory(UnityCore)
461+add_subdirectory(guides)
462+
463+add_subdirectory(gnome)
464+
465+#
466+# GSettings Schema
467+#
468+SET (UNITY_SCHEMAS "com.canonical.Unity.gschema.xml")
469+
470+# Have an option to not install the schema into where GLib is
471+option (GSETTINGS_LOCALINSTALL "Install GSettings Schemas locally instead of to the GLib prefix" OFF)
472+if (GSETTINGS_LOCALINSTALL)
473+ SET (GSETTINGS_DIR "${CMAKE_INSTALL_PREFIX}/share/glib-2.0/schemas/")
474+else (GSETTINGS_LOCALINSTALL)
475+ execute_process (COMMAND ${PKG_CONFIG_EXECUTABLE} glib-2.0 --variable prefix OUTPUT_VARIABLE _glib_prefix OUTPUT_STRIP_TRAILING_WHITESPACE)
476+ SET (GSETTINGS_DIR "${_glib_prefix}/share/glib-2.0/schemas/")
477+endif (GSETTINGS_LOCALINSTALL)
478+
479+# Run the validator and error if it fails
480+execute_process (COMMAND ${PKG_CONFIG_EXECUTABLE} gio-2.0 --variable glib_compile_schemas OUTPUT_VARIABLE _glib_comple_schemas OUTPUT_STRIP_TRAILING_WHITESPACE)
481+execute_process (COMMAND ${_glib_comple_schemas} --dry-run --schema-file=${CMAKE_CURRENT_SOURCE_DIR}/${UNITY_SCHEMAS} ERROR_VARIABLE _schemas_invalid OUTPUT_STRIP_TRAILING_WHITESPACE)
482+
483+if (_schemas_invalid)
484+ message (SEND_ERROR "Schema validation error: ${_schemas_invalid}")
485+endif (_schemas_invalid)
486+
487+# Actually install and recomple schemas
488+message (STATUS "GSettings schemas will be installed into ${GSETTINGS_DIR}")
489+install (FILES ${UNITY_SCHEMAS} DESTINATION ${GSETTINGS_DIR} OPTIONAL)
490+install (CODE "message (STATUS \"Compiling GSettings schemas\")")
491+install (CODE "execute_process (COMMAND ${_glib_comple_schemas} ${GSETTINGS_DIR})")
492+
493+# Resources
494+install (FILES resources/dash-widgets.json DESTINATION ${CMAKE_INSTALL_PREFIX}/share/unity/themes)
495+file (GLOB _datafiles "${CMAKE_CURRENT_SOURCE_DIR}/resources/*")
496+install (FILES ${_datafiles} DESTINATION ${PKGDATADIR})
497+
498+
499+# For testing
500+configure_file (${CMAKE_SOURCE_DIR}/${UNITY_SCHEMAS} ${CMAKE_BINARY_DIR}/settings/${UNITY_SCHEMAS})
501+execute_process (COMMAND ${_glib_comple_schemas} ${CMAKE_BINARY_DIR}/settings)
502+
503+#
504+# docs
505+#
506+
507+# check if doxygen is even installed
508+find_package(Doxygen)
509+if (DOXYGEN_FOUND STREQUAL "NO")
510+ message("Doxygen not found. Documentation will not be built")
511+endif (DOXYGEN_FOUND STREQUAL "NO")
512+
513+if (DOXYGEN_FOUND STREQUAL "YES")
514+ set(TOP_SRCDIR ${CMAKE_CURRENT_SOURCE_DIR})
515+
516+ # prepare doxygen configuration file
517+ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/Doxyfile.in ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile)
518+
519+ # add doxygen as target
520+ add_custom_target(doxygen ${DOXYGEN_EXECUTABLE} ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile)
521+
522+ # cleanup $build/api-doc on "make clean"
523+ set_property(DIRECTORY APPEND PROPERTY
524+ ADDITIONAL_MAKE_CLEAN_FILES api-doc)
525+
526+endif (DOXYGEN_FOUND STREQUAL "YES")
527
528=== renamed file 'CMakeLists.txt' => 'CMakeLists.txt.moved'
529=== added file 'CMakeLists.txt.user'
530--- CMakeLists.txt.user 1970-01-01 00:00:00 +0000
531+++ CMakeLists.txt.user 2015-03-02 05:51:28 +0000
532@@ -0,0 +1,1188 @@
533+<?xml version="1.0" encoding="UTF-8"?>
534+<!DOCTYPE QtCreatorProject>
535+<!-- Written by Qt Creator 2.5.2, 2012-11-30T21:33:33. -->
536+<qtcreator>
537+ <data>
538+ <variable>ProjectExplorer.Project.ActiveTarget</variable>
539+ <value type="int">0</value>
540+ </data>
541+ <data>
542+ <variable>ProjectExplorer.Project.EditorSettings</variable>
543+ <valuemap type="QVariantMap">
544+ <value type="bool" key="EditorConfiguration.AutoIndent">true</value>
545+ <value type="bool" key="EditorConfiguration.AutoSpacesForTabs">false</value>
546+ <value type="bool" key="EditorConfiguration.CamelCaseNavigation">true</value>
547+ <valuemap type="QVariantMap" key="EditorConfiguration.CodeStyle.0">
548+ <value type="QString" key="language">Cpp</value>
549+ <valuemap type="QVariantMap" key="value">
550+ <value type="QString" key="CurrentPreferences">CppGlobal</value>
551+ </valuemap>
552+ </valuemap>
553+ <valuemap type="QVariantMap" key="EditorConfiguration.CodeStyle.1">
554+ <value type="QString" key="language">QmlJS</value>
555+ <valuemap type="QVariantMap" key="value">
556+ <value type="QString" key="CurrentPreferences">QmlJSGlobal</value>
557+ </valuemap>
558+ </valuemap>
559+ <value type="int" key="EditorConfiguration.CodeStyle.Count">2</value>
560+ <value type="QByteArray" key="EditorConfiguration.Codec">System</value>
561+ <value type="bool" key="EditorConfiguration.ConstrainTooltips">false</value>
562+ <value type="int" key="EditorConfiguration.IndentSize">4</value>
563+ <value type="bool" key="EditorConfiguration.KeyboardTooltips">false</value>
564+ <value type="bool" key="EditorConfiguration.MouseNavigation">true</value>
565+ <value type="int" key="EditorConfiguration.PaddingMode">1</value>
566+ <value type="bool" key="EditorConfiguration.ScrollWheelZooming">true</value>
567+ <value type="int" key="EditorConfiguration.SmartBackspaceBehavior">0</value>
568+ <value type="bool" key="EditorConfiguration.SpacesForTabs">true</value>
569+ <value type="int" key="EditorConfiguration.TabKeyBehavior">0</value>
570+ <value type="int" key="EditorConfiguration.TabSize">8</value>
571+ <value type="bool" key="EditorConfiguration.UseGlobal">true</value>
572+ <value type="int" key="EditorConfiguration.Utf8BomBehavior">1</value>
573+ <value type="bool" key="EditorConfiguration.addFinalNewLine">true</value>
574+ <value type="bool" key="EditorConfiguration.cleanIndentation">true</value>
575+ <value type="bool" key="EditorConfiguration.cleanWhitespace">true</value>
576+ <value type="bool" key="EditorConfiguration.inEntireDocument">false</value>
577+ </valuemap>
578+ </data>
579+ <data>
580+ <variable>ProjectExplorer.Project.PluginSettings</variable>
581+ <valuemap type="QVariantMap"/>
582+ </data>
583+ <data>
584+ <variable>ProjectExplorer.Project.Target.0</variable>
585+ <valuemap type="QVariantMap">
586+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Desktop</value>
587+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
588+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.DefaultCMakeTarget</value>
589+ <value type="int" key="ProjectExplorer.Target.ActiveBuildConfiguration">0</value>
590+ <value type="int" key="ProjectExplorer.Target.ActiveDeployConfiguration">0</value>
591+ <value type="int" key="ProjectExplorer.Target.ActiveRunConfiguration">21</value>
592+ <valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.0">
593+ <value type="QString" key="CMakeProjectManager.CMakeBuildConfiguration.BuildDirectory">/home/joseph/Desktop/ubuntu-tv-3d/trunk/build</value>
594+ <value type="QString" key="CMakeProjectManager.CMakeBuildConfiguration.ToolChain">ProjectExplorer.ToolChain.Gcc:{66f94d44-f66f-456b-899a-d9b21522f72e}</value>
595+ <value type="QString" key="ProjectExplorer.BuildCOnfiguration.ToolChain">ProjectExplorer.ToolChain.Gcc:{66f94d44-f66f-456b-899a-d9b21522f72e}</value>
596+ <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
597+ <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
598+ <value type="QString" key="CMakeProjectManager.MakeStep.AdditionalArguments"></value>
599+ <valuelist type="QVariantList" key="CMakeProjectManager.MakeStep.BuildTargets"/>
600+ <value type="bool" key="CMakeProjectManager.MakeStep.Clean">false</value>
601+ <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
602+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
603+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
604+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.MakeStep</value>
605+ </valuemap>
606+ <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
607+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
608+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
609+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
610+ </valuemap>
611+ <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
612+ <valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
613+ <value type="QString" key="CMakeProjectManager.MakeStep.AdditionalArguments">clean</value>
614+ <valuelist type="QVariantList" key="CMakeProjectManager.MakeStep.BuildTargets"/>
615+ <value type="bool" key="CMakeProjectManager.MakeStep.Clean">true</value>
616+ <value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
617+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Make</value>
618+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
619+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.MakeStep</value>
620+ </valuemap>
621+ <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
622+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
623+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
624+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
625+ </valuemap>
626+ <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
627+ <value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
628+ <valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
629+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">all</value>
630+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
631+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeBuildConfiguration</value>
632+ </valuemap>
633+ <value type="int" key="ProjectExplorer.Target.BuildConfigurationCount">1</value>
634+ <valuemap type="QVariantMap" key="ProjectExplorer.Target.DeployConfiguration.0">
635+ <valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
636+ <value type="int" key="ProjectExplorer.BuildStepList.StepsCount">0</value>
637+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Deploy</value>
638+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
639+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Deploy</value>
640+ </valuemap>
641+ <value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">1</value>
642+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">No deployment</value>
643+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
644+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.DefaultDeployConfiguration</value>
645+ </valuemap>
646+ <value type="int" key="ProjectExplorer.Target.DeployConfigurationCount">1</value>
647+ <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.0">
648+ <value type="bool" key="Analyzer.Project.UseGlobal">true</value>
649+ <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
650+ <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
651+ <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
652+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
653+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
654+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
655+ <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
656+ <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
657+ <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
658+ <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
659+ <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
660+ <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
661+ <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
662+ <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
663+ <value type="int">0</value>
664+ <value type="int">1</value>
665+ <value type="int">2</value>
666+ <value type="int">3</value>
667+ <value type="int">4</value>
668+ <value type="int">5</value>
669+ <value type="int">6</value>
670+ <value type="int">7</value>
671+ <value type="int">8</value>
672+ <value type="int">9</value>
673+ <value type="int">10</value>
674+ <value type="int">11</value>
675+ <value type="int">12</value>
676+ <value type="int">13</value>
677+ <value type="int">14</value>
678+ </valuelist>
679+ <value type="int" key="CMakeProjectManager.BaseEnvironmentBase">2</value>
680+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguation.Title">dash</value>
681+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.Arguments"></value>
682+ <value type="bool" key="CMakeProjectManager.CMakeRunConfiguration.UseTerminal">false</value>
683+ <valuelist type="QVariantList" key="CMakeProjectManager.CMakeRunConfiguration.UserEnvironmentChanges"/>
684+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.UserWorkingDirectory"></value>
685+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">dash</value>
686+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
687+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeRunConfiguration.</value>
688+ <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
689+ <value type="bool" key="RunConfiguration.UseCppDebugger">true</value>
690+ <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
691+ <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
692+ </valuemap>
693+ <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.1">
694+ <value type="bool" key="Analyzer.Project.UseGlobal">true</value>
695+ <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
696+ <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
697+ <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
698+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
699+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
700+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
701+ <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
702+ <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
703+ <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
704+ <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
705+ <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
706+ <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
707+ <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
708+ <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
709+ <value type="int">0</value>
710+ <value type="int">1</value>
711+ <value type="int">2</value>
712+ <value type="int">3</value>
713+ <value type="int">4</value>
714+ <value type="int">5</value>
715+ <value type="int">6</value>
716+ <value type="int">7</value>
717+ <value type="int">8</value>
718+ <value type="int">9</value>
719+ <value type="int">10</value>
720+ <value type="int">11</value>
721+ <value type="int">12</value>
722+ <value type="int">13</value>
723+ <value type="int">14</value>
724+ </valuelist>
725+ <value type="int" key="CMakeProjectManager.BaseEnvironmentBase">2</value>
726+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguation.Title">app_previews</value>
727+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.Arguments"></value>
728+ <value type="bool" key="CMakeProjectManager.CMakeRunConfiguration.UseTerminal">false</value>
729+ <valuelist type="QVariantList" key="CMakeProjectManager.CMakeRunConfiguration.UserEnvironmentChanges"/>
730+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.UserWorkingDirectory"></value>
731+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">app_previews</value>
732+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
733+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeRunConfiguration.</value>
734+ <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
735+ <value type="bool" key="RunConfiguration.UseCppDebugger">true</value>
736+ <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
737+ <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
738+ </valuemap>
739+ <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.10">
740+ <value type="bool" key="Analyzer.Project.UseGlobal">true</value>
741+ <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
742+ <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
743+ <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
744+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
745+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
746+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
747+ <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
748+ <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
749+ <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
750+ <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
751+ <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
752+ <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
753+ <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
754+ <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
755+ <value type="int">0</value>
756+ <value type="int">1</value>
757+ <value type="int">2</value>
758+ <value type="int">3</value>
759+ <value type="int">4</value>
760+ <value type="int">5</value>
761+ <value type="int">6</value>
762+ <value type="int">7</value>
763+ <value type="int">8</value>
764+ <value type="int">9</value>
765+ <value type="int">10</value>
766+ <value type="int">11</value>
767+ <value type="int">12</value>
768+ <value type="int">13</value>
769+ <value type="int">14</value>
770+ </valuelist>
771+ <value type="int" key="CMakeProjectManager.BaseEnvironmentBase">2</value>
772+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguation.Title">unity-standalone</value>
773+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.Arguments"></value>
774+ <value type="bool" key="CMakeProjectManager.CMakeRunConfiguration.UseTerminal">false</value>
775+ <valuelist type="QVariantList" key="CMakeProjectManager.CMakeRunConfiguration.UserEnvironmentChanges"/>
776+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.UserWorkingDirectory"></value>
777+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">unity-standalone</value>
778+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
779+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeRunConfiguration.</value>
780+ <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
781+ <value type="bool" key="RunConfiguration.UseCppDebugger">true</value>
782+ <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
783+ <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
784+ </valuemap>
785+ <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.11">
786+ <value type="bool" key="Analyzer.Project.UseGlobal">true</value>
787+ <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
788+ <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
789+ <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
790+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
791+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
792+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
793+ <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
794+ <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
795+ <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
796+ <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
797+ <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
798+ <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
799+ <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
800+ <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
801+ <value type="int">0</value>
802+ <value type="int">1</value>
803+ <value type="int">2</value>
804+ <value type="int">3</value>
805+ <value type="int">4</value>
806+ <value type="int">5</value>
807+ <value type="int">6</value>
808+ <value type="int">7</value>
809+ <value type="int">8</value>
810+ <value type="int">9</value>
811+ <value type="int">10</value>
812+ <value type="int">11</value>
813+ <value type="int">12</value>
814+ <value type="int">13</value>
815+ <value type="int">14</value>
816+ </valuelist>
817+ <value type="int" key="CMakeProjectManager.BaseEnvironmentBase">2</value>
818+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguation.Title">unity-panel-service</value>
819+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.Arguments"></value>
820+ <value type="bool" key="CMakeProjectManager.CMakeRunConfiguration.UseTerminal">false</value>
821+ <valuelist type="QVariantList" key="CMakeProjectManager.CMakeRunConfiguration.UserEnvironmentChanges"/>
822+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.UserWorkingDirectory"></value>
823+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">unity-panel-service</value>
824+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
825+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeRunConfiguration.</value>
826+ <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
827+ <value type="bool" key="RunConfiguration.UseCppDebugger">true</value>
828+ <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
829+ <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
830+ </valuemap>
831+ <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.12">
832+ <value type="bool" key="Analyzer.Project.UseGlobal">true</value>
833+ <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
834+ <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
835+ <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
836+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
837+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
838+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
839+ <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
840+ <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
841+ <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
842+ <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
843+ <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
844+ <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
845+ <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
846+ <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
847+ <value type="int">0</value>
848+ <value type="int">1</value>
849+ <value type="int">2</value>
850+ <value type="int">3</value>
851+ <value type="int">4</value>
852+ <value type="int">5</value>
853+ <value type="int">6</value>
854+ <value type="int">7</value>
855+ <value type="int">8</value>
856+ <value type="int">9</value>
857+ <value type="int">10</value>
858+ <value type="int">11</value>
859+ <value type="int">12</value>
860+ <value type="int">13</value>
861+ <value type="int">14</value>
862+ </valuelist>
863+ <value type="int" key="CMakeProjectManager.BaseEnvironmentBase">2</value>
864+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguation.Title">test-gtest</value>
865+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.Arguments"></value>
866+ <value type="bool" key="CMakeProjectManager.CMakeRunConfiguration.UseTerminal">false</value>
867+ <valuelist type="QVariantList" key="CMakeProjectManager.CMakeRunConfiguration.UserEnvironmentChanges"/>
868+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.UserWorkingDirectory"></value>
869+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">test-gtest</value>
870+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
871+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeRunConfiguration.</value>
872+ <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
873+ <value type="bool" key="RunConfiguration.UseCppDebugger">true</value>
874+ <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
875+ <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
876+ </valuemap>
877+ <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.13">
878+ <value type="bool" key="Analyzer.Project.UseGlobal">true</value>
879+ <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
880+ <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
881+ <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
882+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
883+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
884+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
885+ <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
886+ <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
887+ <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
888+ <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
889+ <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
890+ <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
891+ <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
892+ <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
893+ <value type="int">0</value>
894+ <value type="int">1</value>
895+ <value type="int">2</value>
896+ <value type="int">3</value>
897+ <value type="int">4</value>
898+ <value type="int">5</value>
899+ <value type="int">6</value>
900+ <value type="int">7</value>
901+ <value type="int">8</value>
902+ <value type="int">9</value>
903+ <value type="int">10</value>
904+ <value type="int">11</value>
905+ <value type="int">12</value>
906+ <value type="int">13</value>
907+ <value type="int">14</value>
908+ </valuelist>
909+ <value type="int" key="CMakeProjectManager.BaseEnvironmentBase">2</value>
910+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguation.Title">test-gtest-dbus</value>
911+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.Arguments"></value>
912+ <value type="bool" key="CMakeProjectManager.CMakeRunConfiguration.UseTerminal">false</value>
913+ <valuelist type="QVariantList" key="CMakeProjectManager.CMakeRunConfiguration.UserEnvironmentChanges"/>
914+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.UserWorkingDirectory"></value>
915+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">test-gtest-dbus</value>
916+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
917+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeRunConfiguration.</value>
918+ <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
919+ <value type="bool" key="RunConfiguration.UseCppDebugger">true</value>
920+ <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
921+ <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
922+ </valuemap>
923+ <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.14">
924+ <value type="bool" key="Analyzer.Project.UseGlobal">true</value>
925+ <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
926+ <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
927+ <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
928+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
929+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
930+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
931+ <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
932+ <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
933+ <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
934+ <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
935+ <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
936+ <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
937+ <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
938+ <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
939+ <value type="int">0</value>
940+ <value type="int">1</value>
941+ <value type="int">2</value>
942+ <value type="int">3</value>
943+ <value type="int">4</value>
944+ <value type="int">5</value>
945+ <value type="int">6</value>
946+ <value type="int">7</value>
947+ <value type="int">8</value>
948+ <value type="int">9</value>
949+ <value type="int">10</value>
950+ <value type="int">11</value>
951+ <value type="int">12</value>
952+ <value type="int">13</value>
953+ <value type="int">14</value>
954+ </valuelist>
955+ <value type="int" key="CMakeProjectManager.BaseEnvironmentBase">2</value>
956+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguation.Title">test-gtest-service</value>
957+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.Arguments"></value>
958+ <value type="bool" key="CMakeProjectManager.CMakeRunConfiguration.UseTerminal">false</value>
959+ <valuelist type="QVariantList" key="CMakeProjectManager.CMakeRunConfiguration.UserEnvironmentChanges"/>
960+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.UserWorkingDirectory"></value>
961+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">test-gtest-service</value>
962+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
963+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeRunConfiguration.</value>
964+ <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
965+ <value type="bool" key="RunConfiguration.UseCppDebugger">true</value>
966+ <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
967+ <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
968+ </valuemap>
969+ <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.15">
970+ <value type="bool" key="Analyzer.Project.UseGlobal">true</value>
971+ <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
972+ <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
973+ <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
974+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
975+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
976+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
977+ <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
978+ <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
979+ <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
980+ <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
981+ <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
982+ <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
983+ <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
984+ <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
985+ <value type="int">0</value>
986+ <value type="int">1</value>
987+ <value type="int">2</value>
988+ <value type="int">3</value>
989+ <value type="int">4</value>
990+ <value type="int">5</value>
991+ <value type="int">6</value>
992+ <value type="int">7</value>
993+ <value type="int">8</value>
994+ <value type="int">9</value>
995+ <value type="int">10</value>
996+ <value type="int">11</value>
997+ <value type="int">12</value>
998+ <value type="int">13</value>
999+ <value type="int">14</value>
1000+ </valuelist>
1001+ <value type="int" key="CMakeProjectManager.BaseEnvironmentBase">2</value>
1002+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguation.Title">test-gtest-xless</value>
1003+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.Arguments"></value>
1004+ <value type="bool" key="CMakeProjectManager.CMakeRunConfiguration.UseTerminal">false</value>
1005+ <valuelist type="QVariantList" key="CMakeProjectManager.CMakeRunConfiguration.UserEnvironmentChanges"/>
1006+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.UserWorkingDirectory"></value>
1007+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">test-gtest-xless</value>
1008+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
1009+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeRunConfiguration.</value>
1010+ <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
1011+ <value type="bool" key="RunConfiguration.UseCppDebugger">true</value>
1012+ <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
1013+ <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
1014+ </valuemap>
1015+ <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.16">
1016+ <value type="bool" key="Analyzer.Project.UseGlobal">true</value>
1017+ <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
1018+ <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
1019+ <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
1020+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
1021+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
1022+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
1023+ <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
1024+ <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
1025+ <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
1026+ <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
1027+ <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
1028+ <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
1029+ <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
1030+ <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
1031+ <value type="int">0</value>
1032+ <value type="int">1</value>
1033+ <value type="int">2</value>
1034+ <value type="int">3</value>
1035+ <value type="int">4</value>
1036+ <value type="int">5</value>
1037+ <value type="int">6</value>
1038+ <value type="int">7</value>
1039+ <value type="int">8</value>
1040+ <value type="int">9</value>
1041+ <value type="int">10</value>
1042+ <value type="int">11</value>
1043+ <value type="int">12</value>
1044+ <value type="int">13</value>
1045+ <value type="int">14</value>
1046+ </valuelist>
1047+ <value type="int" key="CMakeProjectManager.BaseEnvironmentBase">2</value>
1048+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguation.Title">test-unit</value>
1049+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.Arguments"></value>
1050+ <value type="bool" key="CMakeProjectManager.CMakeRunConfiguration.UseTerminal">false</value>
1051+ <valuelist type="QVariantList" key="CMakeProjectManager.CMakeRunConfiguration.UserEnvironmentChanges"/>
1052+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.UserWorkingDirectory"></value>
1053+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">test-unit</value>
1054+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
1055+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeRunConfiguration.</value>
1056+ <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
1057+ <value type="bool" key="RunConfiguration.UseCppDebugger">true</value>
1058+ <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
1059+ <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
1060+ </valuemap>
1061+ <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.17">
1062+ <value type="bool" key="Analyzer.Project.UseGlobal">true</value>
1063+ <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
1064+ <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
1065+ <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
1066+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
1067+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
1068+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
1069+ <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
1070+ <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
1071+ <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
1072+ <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
1073+ <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
1074+ <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
1075+ <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
1076+ <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
1077+ <value type="int">0</value>
1078+ <value type="int">1</value>
1079+ <value type="int">2</value>
1080+ <value type="int">3</value>
1081+ <value type="int">4</value>
1082+ <value type="int">5</value>
1083+ <value type="int">6</value>
1084+ <value type="int">7</value>
1085+ <value type="int">8</value>
1086+ <value type="int">9</value>
1087+ <value type="int">10</value>
1088+ <value type="int">11</value>
1089+ <value type="int">12</value>
1090+ <value type="int">13</value>
1091+ <value type="int">14</value>
1092+ </valuelist>
1093+ <value type="int" key="CMakeProjectManager.BaseEnvironmentBase">2</value>
1094+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguation.Title">test-input-remover</value>
1095+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.Arguments"></value>
1096+ <value type="bool" key="CMakeProjectManager.CMakeRunConfiguration.UseTerminal">false</value>
1097+ <valuelist type="QVariantList" key="CMakeProjectManager.CMakeRunConfiguration.UserEnvironmentChanges"/>
1098+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.UserWorkingDirectory"></value>
1099+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">test-input-remover</value>
1100+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
1101+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeRunConfiguration.</value>
1102+ <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
1103+ <value type="bool" key="RunConfiguration.UseCppDebugger">true</value>
1104+ <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
1105+ <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
1106+ </valuemap>
1107+ <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.18">
1108+ <value type="bool" key="Analyzer.Project.UseGlobal">true</value>
1109+ <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
1110+ <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
1111+ <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
1112+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
1113+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
1114+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
1115+ <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
1116+ <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
1117+ <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
1118+ <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
1119+ <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
1120+ <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
1121+ <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
1122+ <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
1123+ <value type="int">0</value>
1124+ <value type="int">1</value>
1125+ <value type="int">2</value>
1126+ <value type="int">3</value>
1127+ <value type="int">4</value>
1128+ <value type="int">5</value>
1129+ <value type="int">6</value>
1130+ <value type="int">7</value>
1131+ <value type="int">8</value>
1132+ <value type="int">9</value>
1133+ <value type="int">10</value>
1134+ <value type="int">11</value>
1135+ <value type="int">12</value>
1136+ <value type="int">13</value>
1137+ <value type="int">14</value>
1138+ </valuelist>
1139+ <value type="int" key="CMakeProjectManager.BaseEnvironmentBase">2</value>
1140+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguation.Title">test-minimize-handler</value>
1141+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.Arguments"></value>
1142+ <value type="bool" key="CMakeProjectManager.CMakeRunConfiguration.UseTerminal">false</value>
1143+ <valuelist type="QVariantList" key="CMakeProjectManager.CMakeRunConfiguration.UserEnvironmentChanges"/>
1144+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.UserWorkingDirectory"></value>
1145+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">test-minimize-handler</value>
1146+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
1147+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeRunConfiguration.</value>
1148+ <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
1149+ <value type="bool" key="RunConfiguration.UseCppDebugger">true</value>
1150+ <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
1151+ <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
1152+ </valuemap>
1153+ <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.19">
1154+ <value type="bool" key="Analyzer.Project.UseGlobal">true</value>
1155+ <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
1156+ <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
1157+ <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
1158+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
1159+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
1160+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
1161+ <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
1162+ <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
1163+ <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
1164+ <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
1165+ <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
1166+ <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
1167+ <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
1168+ <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
1169+ <value type="int">0</value>
1170+ <value type="int">1</value>
1171+ <value type="int">2</value>
1172+ <value type="int">3</value>
1173+ <value type="int">4</value>
1174+ <value type="int">5</value>
1175+ <value type="int">6</value>
1176+ <value type="int">7</value>
1177+ <value type="int">8</value>
1178+ <value type="int">9</value>
1179+ <value type="int">10</value>
1180+ <value type="int">11</value>
1181+ <value type="int">12</value>
1182+ <value type="int">13</value>
1183+ <value type="int">14</value>
1184+ </valuelist>
1185+ <value type="int" key="CMakeProjectManager.BaseEnvironmentBase">2</value>
1186+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguation.Title">test-get-transients</value>
1187+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.Arguments"></value>
1188+ <value type="bool" key="CMakeProjectManager.CMakeRunConfiguration.UseTerminal">false</value>
1189+ <valuelist type="QVariantList" key="CMakeProjectManager.CMakeRunConfiguration.UserEnvironmentChanges"/>
1190+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.UserWorkingDirectory"></value>
1191+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">test-get-transients</value>
1192+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
1193+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeRunConfiguration.</value>
1194+ <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
1195+ <value type="bool" key="RunConfiguration.UseCppDebugger">true</value>
1196+ <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
1197+ <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
1198+ </valuemap>
1199+ <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.2">
1200+ <value type="bool" key="Analyzer.Project.UseGlobal">true</value>
1201+ <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
1202+ <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
1203+ <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
1204+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
1205+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
1206+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
1207+ <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
1208+ <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
1209+ <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
1210+ <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
1211+ <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
1212+ <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
1213+ <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
1214+ <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
1215+ <value type="int">0</value>
1216+ <value type="int">1</value>
1217+ <value type="int">2</value>
1218+ <value type="int">3</value>
1219+ <value type="int">4</value>
1220+ <value type="int">5</value>
1221+ <value type="int">6</value>
1222+ <value type="int">7</value>
1223+ <value type="int">8</value>
1224+ <value type="int">9</value>
1225+ <value type="int">10</value>
1226+ <value type="int">11</value>
1227+ <value type="int">12</value>
1228+ <value type="int">13</value>
1229+ <value type="int">14</value>
1230+ </valuelist>
1231+ <value type="int" key="CMakeProjectManager.BaseEnvironmentBase">2</value>
1232+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguation.Title">movie_previews</value>
1233+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.Arguments"></value>
1234+ <value type="bool" key="CMakeProjectManager.CMakeRunConfiguration.UseTerminal">false</value>
1235+ <valuelist type="QVariantList" key="CMakeProjectManager.CMakeRunConfiguration.UserEnvironmentChanges"/>
1236+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.UserWorkingDirectory"></value>
1237+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">movie_previews</value>
1238+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
1239+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeRunConfiguration.</value>
1240+ <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
1241+ <value type="bool" key="RunConfiguration.UseCppDebugger">true</value>
1242+ <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
1243+ <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
1244+ </valuemap>
1245+ <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.20">
1246+ <value type="bool" key="Analyzer.Project.UseGlobal">true</value>
1247+ <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
1248+ <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
1249+ <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
1250+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
1251+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
1252+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
1253+ <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
1254+ <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
1255+ <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
1256+ <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
1257+ <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
1258+ <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
1259+ <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
1260+ <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
1261+ <value type="int">0</value>
1262+ <value type="int">1</value>
1263+ <value type="int">2</value>
1264+ <value type="int">3</value>
1265+ <value type="int">4</value>
1266+ <value type="int">5</value>
1267+ <value type="int">6</value>
1268+ <value type="int">7</value>
1269+ <value type="int">8</value>
1270+ <value type="int">9</value>
1271+ <value type="int">10</value>
1272+ <value type="int">11</value>
1273+ <value type="int">12</value>
1274+ <value type="int">13</value>
1275+ <value type="int">14</value>
1276+ </valuelist>
1277+ <value type="int" key="CMakeProjectManager.BaseEnvironmentBase">2</value>
1278+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguation.Title">test-gestures</value>
1279+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.Arguments"></value>
1280+ <value type="bool" key="CMakeProjectManager.CMakeRunConfiguration.UseTerminal">false</value>
1281+ <valuelist type="QVariantList" key="CMakeProjectManager.CMakeRunConfiguration.UserEnvironmentChanges"/>
1282+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.UserWorkingDirectory"></value>
1283+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">test-gestures</value>
1284+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
1285+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeRunConfiguration.</value>
1286+ <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
1287+ <value type="bool" key="RunConfiguration.UseCppDebugger">true</value>
1288+ <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
1289+ <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
1290+ </valuemap>
1291+ <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.21">
1292+ <value type="bool" key="Analyzer.Project.UseGlobal">true</value>
1293+ <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
1294+ <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
1295+ <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
1296+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
1297+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
1298+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
1299+ <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
1300+ <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
1301+ <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
1302+ <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
1303+ <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
1304+ <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
1305+ <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
1306+ <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
1307+ <value type="int">0</value>
1308+ <value type="int">1</value>
1309+ <value type="int">2</value>
1310+ <value type="int">3</value>
1311+ <value type="int">4</value>
1312+ <value type="int">5</value>
1313+ <value type="int">6</value>
1314+ <value type="int">7</value>
1315+ <value type="int">8</value>
1316+ <value type="int">9</value>
1317+ <value type="int">10</value>
1318+ <value type="int">11</value>
1319+ <value type="int">12</value>
1320+ <value type="int">13</value>
1321+ <value type="int">14</value>
1322+ </valuelist>
1323+ <value type="int" key="CMakeProjectManager.BaseEnvironmentBase">2</value>
1324+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguation.Title">tv</value>
1325+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.Arguments"></value>
1326+ <value type="bool" key="CMakeProjectManager.CMakeRunConfiguration.UseTerminal">false</value>
1327+ <valuelist type="QVariantList" key="CMakeProjectManager.CMakeRunConfiguration.UserEnvironmentChanges"/>
1328+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.UserWorkingDirectory">/home/joseph/Desktop/ubuntu-tv-3d/trunk/build/</value>
1329+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">tv</value>
1330+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
1331+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeRunConfiguration.</value>
1332+ <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
1333+ <value type="bool" key="RunConfiguration.UseCppDebugger">true</value>
1334+ <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
1335+ <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
1336+ </valuemap>
1337+ <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.22">
1338+ <value type="bool" key="Analyzer.Project.UseGlobal">true</value>
1339+ <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
1340+ <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
1341+ <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
1342+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
1343+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
1344+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
1345+ <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
1346+ <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
1347+ <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
1348+ <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
1349+ <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
1350+ <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
1351+ <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
1352+ <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
1353+ <value type="int">0</value>
1354+ <value type="int">1</value>
1355+ <value type="int">2</value>
1356+ <value type="int">3</value>
1357+ <value type="int">4</value>
1358+ <value type="int">5</value>
1359+ <value type="int">6</value>
1360+ <value type="int">7</value>
1361+ <value type="int">8</value>
1362+ <value type="int">9</value>
1363+ <value type="int">10</value>
1364+ <value type="int">11</value>
1365+ <value type="int">12</value>
1366+ <value type="int">13</value>
1367+ <value type="int">14</value>
1368+ </valuelist>
1369+ <value type="int" key="CMakeProjectManager.BaseEnvironmentBase">2</value>
1370+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguation.Title">channel_previews</value>
1371+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.Arguments"></value>
1372+ <value type="bool" key="CMakeProjectManager.CMakeRunConfiguration.UseTerminal">false</value>
1373+ <valuelist type="QVariantList" key="CMakeProjectManager.CMakeRunConfiguration.UserEnvironmentChanges"/>
1374+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.UserWorkingDirectory"></value>
1375+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">channel_previews</value>
1376+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
1377+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeRunConfiguration.</value>
1378+ <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
1379+ <value type="bool" key="RunConfiguration.UseCppDebugger">true</value>
1380+ <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
1381+ <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
1382+ </valuemap>
1383+ <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.3">
1384+ <value type="bool" key="Analyzer.Project.UseGlobal">true</value>
1385+ <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
1386+ <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
1387+ <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
1388+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
1389+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
1390+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
1391+ <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
1392+ <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
1393+ <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
1394+ <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
1395+ <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
1396+ <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
1397+ <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
1398+ <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
1399+ <value type="int">0</value>
1400+ <value type="int">1</value>
1401+ <value type="int">2</value>
1402+ <value type="int">3</value>
1403+ <value type="int">4</value>
1404+ <value type="int">5</value>
1405+ <value type="int">6</value>
1406+ <value type="int">7</value>
1407+ <value type="int">8</value>
1408+ <value type="int">9</value>
1409+ <value type="int">10</value>
1410+ <value type="int">11</value>
1411+ <value type="int">12</value>
1412+ <value type="int">13</value>
1413+ <value type="int">14</value>
1414+ </valuelist>
1415+ <value type="int" key="CMakeProjectManager.BaseEnvironmentBase">2</value>
1416+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguation.Title">music_previews</value>
1417+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.Arguments"></value>
1418+ <value type="bool" key="CMakeProjectManager.CMakeRunConfiguration.UseTerminal">false</value>
1419+ <valuelist type="QVariantList" key="CMakeProjectManager.CMakeRunConfiguration.UserEnvironmentChanges"/>
1420+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.UserWorkingDirectory"></value>
1421+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">music_previews</value>
1422+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
1423+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeRunConfiguration.</value>
1424+ <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
1425+ <value type="bool" key="RunConfiguration.UseCppDebugger">true</value>
1426+ <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
1427+ <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
1428+ </valuemap>
1429+ <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.4">
1430+ <value type="bool" key="Analyzer.Project.UseGlobal">true</value>
1431+ <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
1432+ <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
1433+ <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
1434+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
1435+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
1436+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
1437+ <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
1438+ <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
1439+ <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
1440+ <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
1441+ <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
1442+ <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
1443+ <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
1444+ <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
1445+ <value type="int">0</value>
1446+ <value type="int">1</value>
1447+ <value type="int">2</value>
1448+ <value type="int">3</value>
1449+ <value type="int">4</value>
1450+ <value type="int">5</value>
1451+ <value type="int">6</value>
1452+ <value type="int">7</value>
1453+ <value type="int">8</value>
1454+ <value type="int">9</value>
1455+ <value type="int">10</value>
1456+ <value type="int">11</value>
1457+ <value type="int">12</value>
1458+ <value type="int">13</value>
1459+ <value type="int">14</value>
1460+ </valuelist>
1461+ <value type="int" key="CMakeProjectManager.BaseEnvironmentBase">2</value>
1462+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguation.Title">social_previews</value>
1463+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.Arguments"></value>
1464+ <value type="bool" key="CMakeProjectManager.CMakeRunConfiguration.UseTerminal">false</value>
1465+ <valuelist type="QVariantList" key="CMakeProjectManager.CMakeRunConfiguration.UserEnvironmentChanges"/>
1466+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.UserWorkingDirectory"></value>
1467+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">social_previews</value>
1468+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
1469+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeRunConfiguration.</value>
1470+ <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
1471+ <value type="bool" key="RunConfiguration.UseCppDebugger">true</value>
1472+ <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
1473+ <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
1474+ </valuemap>
1475+ <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.5">
1476+ <value type="bool" key="Analyzer.Project.UseGlobal">true</value>
1477+ <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
1478+ <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
1479+ <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
1480+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
1481+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
1482+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
1483+ <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
1484+ <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
1485+ <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
1486+ <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
1487+ <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
1488+ <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
1489+ <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
1490+ <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
1491+ <value type="int">0</value>
1492+ <value type="int">1</value>
1493+ <value type="int">2</value>
1494+ <value type="int">3</value>
1495+ <value type="int">4</value>
1496+ <value type="int">5</value>
1497+ <value type="int">6</value>
1498+ <value type="int">7</value>
1499+ <value type="int">8</value>
1500+ <value type="int">9</value>
1501+ <value type="int">10</value>
1502+ <value type="int">11</value>
1503+ <value type="int">12</value>
1504+ <value type="int">13</value>
1505+ <value type="int">14</value>
1506+ </valuelist>
1507+ <value type="int" key="CMakeProjectManager.BaseEnvironmentBase">2</value>
1508+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguation.Title">launcher</value>
1509+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.Arguments"></value>
1510+ <value type="bool" key="CMakeProjectManager.CMakeRunConfiguration.UseTerminal">false</value>
1511+ <valuelist type="QVariantList" key="CMakeProjectManager.CMakeRunConfiguration.UserEnvironmentChanges"/>
1512+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.UserWorkingDirectory"></value>
1513+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">launcher</value>
1514+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
1515+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeRunConfiguration.</value>
1516+ <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
1517+ <value type="bool" key="RunConfiguration.UseCppDebugger">true</value>
1518+ <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
1519+ <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
1520+ </valuemap>
1521+ <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.6">
1522+ <value type="bool" key="Analyzer.Project.UseGlobal">true</value>
1523+ <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
1524+ <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
1525+ <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
1526+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
1527+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
1528+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
1529+ <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
1530+ <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
1531+ <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
1532+ <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
1533+ <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
1534+ <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
1535+ <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
1536+ <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
1537+ <value type="int">0</value>
1538+ <value type="int">1</value>
1539+ <value type="int">2</value>
1540+ <value type="int">3</value>
1541+ <value type="int">4</value>
1542+ <value type="int">5</value>
1543+ <value type="int">6</value>
1544+ <value type="int">7</value>
1545+ <value type="int">8</value>
1546+ <value type="int">9</value>
1547+ <value type="int">10</value>
1548+ <value type="int">11</value>
1549+ <value type="int">12</value>
1550+ <value type="int">13</value>
1551+ <value type="int">14</value>
1552+ </valuelist>
1553+ <value type="int" key="CMakeProjectManager.BaseEnvironmentBase">2</value>
1554+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguation.Title">switcher</value>
1555+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.Arguments"></value>
1556+ <value type="bool" key="CMakeProjectManager.CMakeRunConfiguration.UseTerminal">false</value>
1557+ <valuelist type="QVariantList" key="CMakeProjectManager.CMakeRunConfiguration.UserEnvironmentChanges"/>
1558+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.UserWorkingDirectory"></value>
1559+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">switcher</value>
1560+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
1561+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeRunConfiguration.</value>
1562+ <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
1563+ <value type="bool" key="RunConfiguration.UseCppDebugger">true</value>
1564+ <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
1565+ <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
1566+ </valuemap>
1567+ <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.7">
1568+ <value type="bool" key="Analyzer.Project.UseGlobal">true</value>
1569+ <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
1570+ <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
1571+ <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
1572+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
1573+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
1574+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
1575+ <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
1576+ <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
1577+ <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
1578+ <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
1579+ <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
1580+ <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
1581+ <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
1582+ <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
1583+ <value type="int">0</value>
1584+ <value type="int">1</value>
1585+ <value type="int">2</value>
1586+ <value type="int">3</value>
1587+ <value type="int">4</value>
1588+ <value type="int">5</value>
1589+ <value type="int">6</value>
1590+ <value type="int">7</value>
1591+ <value type="int">8</value>
1592+ <value type="int">9</value>
1593+ <value type="int">10</value>
1594+ <value type="int">11</value>
1595+ <value type="int">12</value>
1596+ <value type="int">13</value>
1597+ <value type="int">14</value>
1598+ </valuelist>
1599+ <value type="int" key="CMakeProjectManager.BaseEnvironmentBase">2</value>
1600+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguation.Title">hud</value>
1601+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.Arguments"></value>
1602+ <value type="bool" key="CMakeProjectManager.CMakeRunConfiguration.UseTerminal">false</value>
1603+ <valuelist type="QVariantList" key="CMakeProjectManager.CMakeRunConfiguration.UserEnvironmentChanges"/>
1604+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.UserWorkingDirectory"></value>
1605+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">hud</value>
1606+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
1607+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeRunConfiguration.</value>
1608+ <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
1609+ <value type="bool" key="RunConfiguration.UseCppDebugger">true</value>
1610+ <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
1611+ <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
1612+ </valuemap>
1613+ <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.8">
1614+ <value type="bool" key="Analyzer.Project.UseGlobal">true</value>
1615+ <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
1616+ <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
1617+ <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
1618+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
1619+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
1620+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
1621+ <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
1622+ <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
1623+ <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
1624+ <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
1625+ <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
1626+ <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
1627+ <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
1628+ <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
1629+ <value type="int">0</value>
1630+ <value type="int">1</value>
1631+ <value type="int">2</value>
1632+ <value type="int">3</value>
1633+ <value type="int">4</value>
1634+ <value type="int">5</value>
1635+ <value type="int">6</value>
1636+ <value type="int">7</value>
1637+ <value type="int">8</value>
1638+ <value type="int">9</value>
1639+ <value type="int">10</value>
1640+ <value type="int">11</value>
1641+ <value type="int">12</value>
1642+ <value type="int">13</value>
1643+ <value type="int">14</value>
1644+ </valuelist>
1645+ <value type="int" key="CMakeProjectManager.BaseEnvironmentBase">2</value>
1646+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguation.Title">panel</value>
1647+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.Arguments"></value>
1648+ <value type="bool" key="CMakeProjectManager.CMakeRunConfiguration.UseTerminal">false</value>
1649+ <valuelist type="QVariantList" key="CMakeProjectManager.CMakeRunConfiguration.UserEnvironmentChanges"/>
1650+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.UserWorkingDirectory"></value>
1651+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">panel</value>
1652+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
1653+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeRunConfiguration.</value>
1654+ <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
1655+ <value type="bool" key="RunConfiguration.UseCppDebugger">true</value>
1656+ <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
1657+ <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
1658+ </valuemap>
1659+ <valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.9">
1660+ <value type="bool" key="Analyzer.Project.UseGlobal">true</value>
1661+ <valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
1662+ <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
1663+ <value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
1664+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
1665+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
1666+ <value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
1667+ <value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
1668+ <value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
1669+ <value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
1670+ <value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
1671+ <valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
1672+ <value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
1673+ <value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
1674+ <valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
1675+ <value type="int">0</value>
1676+ <value type="int">1</value>
1677+ <value type="int">2</value>
1678+ <value type="int">3</value>
1679+ <value type="int">4</value>
1680+ <value type="int">5</value>
1681+ <value type="int">6</value>
1682+ <value type="int">7</value>
1683+ <value type="int">8</value>
1684+ <value type="int">9</value>
1685+ <value type="int">10</value>
1686+ <value type="int">11</value>
1687+ <value type="int">12</value>
1688+ <value type="int">13</value>
1689+ <value type="int">14</value>
1690+ </valuelist>
1691+ <value type="int" key="CMakeProjectManager.BaseEnvironmentBase">2</value>
1692+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguation.Title">shortcuts</value>
1693+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.Arguments"></value>
1694+ <value type="bool" key="CMakeProjectManager.CMakeRunConfiguration.UseTerminal">false</value>
1695+ <valuelist type="QVariantList" key="CMakeProjectManager.CMakeRunConfiguration.UserEnvironmentChanges"/>
1696+ <value type="QString" key="CMakeProjectManager.CMakeRunConfiguration.UserWorkingDirectory"></value>
1697+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">shortcuts</value>
1698+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName"></value>
1699+ <value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">CMakeProjectManager.CMakeRunConfiguration.</value>
1700+ <value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
1701+ <value type="bool" key="RunConfiguration.UseCppDebugger">true</value>
1702+ <value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
1703+ <value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
1704+ </valuemap>
1705+ <value type="int" key="ProjectExplorer.Target.RunConfigurationCount">23</value>
1706+ </valuemap>
1707+ </data>
1708+ <data>
1709+ <variable>ProjectExplorer.Project.TargetCount</variable>
1710+ <value type="int">1</value>
1711+ </data>
1712+ <data>
1713+ <variable>ProjectExplorer.Project.Updater.EnvironmentId</variable>
1714+ <value type="QString">{46c9d7e6-5abf-4f6f-9e91-aae2966c72a0}</value>
1715+ </data>
1716+ <data>
1717+ <variable>ProjectExplorer.Project.Updater.FileVersion</variable>
1718+ <value type="int">11</value>
1719+ </data>
1720+</qtcreator>
1721
1722=== added file 'COPYING'
1723--- COPYING 1970-01-01 00:00:00 +0000
1724+++ COPYING 2015-03-02 05:51:28 +0000
1725@@ -0,0 +1,676 @@
1726+
1727+ GNU GENERAL PUBLIC LICENSE
1728+ Version 3, 29 June 2007
1729+
1730+ Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
1731+ Everyone is permitted to copy and distribute verbatim copies
1732+ of this license document, but changing it is not allowed.
1733+
1734+ Preamble
1735+
1736+ The GNU General Public License is a free, copyleft license for
1737+software and other kinds of works.
1738+
1739+ The licenses for most software and other practical works are designed
1740+to take away your freedom to share and change the works. By contrast,
1741+the GNU General Public License is intended to guarantee your freedom to
1742+share and change all versions of a program--to make sure it remains free
1743+software for all its users. We, the Free Software Foundation, use the
1744+GNU General Public License for most of our software; it applies also to
1745+any other work released this way by its authors. You can apply it to
1746+your programs, too.
1747+
1748+ When we speak of free software, we are referring to freedom, not
1749+price. Our General Public Licenses are designed to make sure that you
1750+have the freedom to distribute copies of free software (and charge for
1751+them if you wish), that you receive source code or can get it if you
1752+want it, that you can change the software or use pieces of it in new
1753+free programs, and that you know you can do these things.
1754+
1755+ To protect your rights, we need to prevent others from denying you
1756+these rights or asking you to surrender the rights. Therefore, you have
1757+certain responsibilities if you distribute copies of the software, or if
1758+you modify it: responsibilities to respect the freedom of others.
1759+
1760+ For example, if you distribute copies of such a program, whether
1761+gratis or for a fee, you must pass on to the recipients the same
1762+freedoms that you received. You must make sure that they, too, receive
1763+or can get the source code. And you must show them these terms so they
1764+know their rights.
1765+
1766+ Developers that use the GNU GPL protect your rights with two steps:
1767+(1) assert copyright on the software, and (2) offer you this License
1768+giving you legal permission to copy, distribute and/or modify it.
1769+
1770+ For the developers' and authors' protection, the GPL clearly explains
1771+that there is no warranty for this free software. For both users' and
1772+authors' sake, the GPL requires that modified versions be marked as
1773+changed, so that their problems will not be attributed erroneously to
1774+authors of previous versions.
1775+
1776+ Some devices are designed to deny users access to install or run
1777+modified versions of the software inside them, although the manufacturer
1778+can do so. This is fundamentally incompatible with the aim of
1779+protecting users' freedom to change the software. The systematic
1780+pattern of such abuse occurs in the area of products for individuals to
1781+use, which is precisely where it is most unacceptable. Therefore, we
1782+have designed this version of the GPL to prohibit the practice for those
1783+products. If such problems arise substantially in other domains, we
1784+stand ready to extend this provision to those domains in future versions
1785+of the GPL, as needed to protect the freedom of users.
1786+
1787+ Finally, every program is threatened constantly by software patents.
1788+States should not allow patents to restrict development and use of
1789+software on general-purpose computers, but in those that do, we wish to
1790+avoid the special danger that patents applied to a free program could
1791+make it effectively proprietary. To prevent this, the GPL assures that
1792+patents cannot be used to render the program non-free.
1793+
1794+ The precise terms and conditions for copying, distribution and
1795+modification follow.
1796+
1797+ TERMS AND CONDITIONS
1798+
1799+ 0. Definitions.
1800+
1801+ "This License" refers to version 3 of the GNU General Public License.
1802+
1803+ "Copyright" also means copyright-like laws that apply to other kinds of
1804+works, such as semiconductor masks.
1805+
1806+ "The Program" refers to any copyrightable work licensed under this
1807+License. Each licensee is addressed as "you". "Licensees" and
1808+"recipients" may be individuals or organizations.
1809+
1810+ To "modify" a work means to copy from or adapt all or part of the work
1811+in a fashion requiring copyright permission, other than the making of an
1812+exact copy. The resulting work is called a "modified version" of the
1813+earlier work or a work "based on" the earlier work.
1814+
1815+ A "covered work" means either the unmodified Program or a work based
1816+on the Program.
1817+
1818+ To "propagate" a work means to do anything with it that, without
1819+permission, would make you directly or secondarily liable for
1820+infringement under applicable copyright law, except executing it on a
1821+computer or modifying a private copy. Propagation includes copying,
1822+distribution (with or without modification), making available to the
1823+public, and in some countries other activities as well.
1824+
1825+ To "convey" a work means any kind of propagation that enables other
1826+parties to make or receive copies. Mere interaction with a user through
1827+a computer network, with no transfer of a copy, is not conveying.
1828+
1829+ An interactive user interface displays "Appropriate Legal Notices"
1830+to the extent that it includes a convenient and prominently visible
1831+feature that (1) displays an appropriate copyright notice, and (2)
1832+tells the user that there is no warranty for the work (except to the
1833+extent that warranties are provided), that licensees may convey the
1834+work under this License, and how to view a copy of this License. If
1835+the interface presents a list of user commands or options, such as a
1836+menu, a prominent item in the list meets this criterion.
1837+
1838+ 1. Source Code.
1839+
1840+ The "source code" for a work means the preferred form of the work
1841+for making modifications to it. "Object code" means any non-source
1842+form of a work.
1843+
1844+ A "Standard Interface" means an interface that either is an official
1845+standard defined by a recognized standards body, or, in the case of
1846+interfaces specified for a particular programming language, one that
1847+is widely used among developers working in that language.
1848+
1849+ The "System Libraries" of an executable work include anything, other
1850+than the work as a whole, that (a) is included in the normal form of
1851+packaging a Major Component, but which is not part of that Major
1852+Component, and (b) serves only to enable use of the work with that
1853+Major Component, or to implement a Standard Interface for which an
1854+implementation is available to the public in source code form. A
1855+"Major Component", in this context, means a major essential component
1856+(kernel, window system, and so on) of the specific operating system
1857+(if any) on which the executable work runs, or a compiler used to
1858+produce the work, or an object code interpreter used to run it.
1859+
1860+ The "Corresponding Source" for a work in object code form means all
1861+the source code needed to generate, install, and (for an executable
1862+work) run the object code and to modify the work, including scripts to
1863+control those activities. However, it does not include the work's
1864+System Libraries, or general-purpose tools or generally available free
1865+programs which are used unmodified in performing those activities but
1866+which are not part of the work. For example, Corresponding Source
1867+includes interface definition files associated with source files for
1868+the work, and the source code for shared libraries and dynamically
1869+linked subprograms that the work is specifically designed to require,
1870+such as by intimate data communication or control flow between those
1871+subprograms and other parts of the work.
1872+
1873+ The Corresponding Source need not include anything that users
1874+can regenerate automatically from other parts of the Corresponding
1875+Source.
1876+
1877+ The Corresponding Source for a work in source code form is that
1878+same work.
1879+
1880+ 2. Basic Permissions.
1881+
1882+ All rights granted under this License are granted for the term of
1883+copyright on the Program, and are irrevocable provided the stated
1884+conditions are met. This License explicitly affirms your unlimited
1885+permission to run the unmodified Program. The output from running a
1886+covered work is covered by this License only if the output, given its
1887+content, constitutes a covered work. This License acknowledges your
1888+rights of fair use or other equivalent, as provided by copyright law.
1889+
1890+ You may make, run and propagate covered works that you do not
1891+convey, without conditions so long as your license otherwise remains
1892+in force. You may convey covered works to others for the sole purpose
1893+of having them make modifications exclusively for you, or provide you
1894+with facilities for running those works, provided that you comply with
1895+the terms of this License in conveying all material for which you do
1896+not control copyright. Those thus making or running the covered works
1897+for you must do so exclusively on your behalf, under your direction
1898+and control, on terms that prohibit them from making any copies of
1899+your copyrighted material outside their relationship with you.
1900+
1901+ Conveying under any other circumstances is permitted solely under
1902+the conditions stated below. Sublicensing is not allowed; section 10
1903+makes it unnecessary.
1904+
1905+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
1906+
1907+ No covered work shall be deemed part of an effective technological
1908+measure under any applicable law fulfilling obligations under article
1909+11 of the WIPO copyright treaty adopted on 20 December 1996, or
1910+similar laws prohibiting or restricting circumvention of such
1911+measures.
1912+
1913+ When you convey a covered work, you waive any legal power to forbid
1914+circumvention of technological measures to the extent such circumvention
1915+is effected by exercising rights under this License with respect to
1916+the covered work, and you disclaim any intention to limit operation or
1917+modification of the work as a means of enforcing, against the work's
1918+users, your or third parties' legal rights to forbid circumvention of
1919+technological measures.
1920+
1921+ 4. Conveying Verbatim Copies.
1922+
1923+ You may convey verbatim copies of the Program's source code as you
1924+receive it, in any medium, provided that you conspicuously and
1925+appropriately publish on each copy an appropriate copyright notice;
1926+keep intact all notices stating that this License and any
1927+non-permissive terms added in accord with section 7 apply to the code;
1928+keep intact all notices of the absence of any warranty; and give all
1929+recipients a copy of this License along with the Program.
1930+
1931+ You may charge any price or no price for each copy that you convey,
1932+and you may offer support or warranty protection for a fee.
1933+
1934+ 5. Conveying Modified Source Versions.
1935+
1936+ You may convey a work based on the Program, or the modifications to
1937+produce it from the Program, in the form of source code under the
1938+terms of section 4, provided that you also meet all of these conditions:
1939+
1940+ a) The work must carry prominent notices stating that you modified
1941+ it, and giving a relevant date.
1942+
1943+ b) The work must carry prominent notices stating that it is
1944+ released under this License and any conditions added under section
1945+ 7. This requirement modifies the requirement in section 4 to
1946+ "keep intact all notices".
1947+
1948+ c) You must license the entire work, as a whole, under this
1949+ License to anyone who comes into possession of a copy. This
1950+ License will therefore apply, along with any applicable section 7
1951+ additional terms, to the whole of the work, and all its parts,
1952+ regardless of how they are packaged. This License gives no
1953+ permission to license the work in any other way, but it does not
1954+ invalidate such permission if you have separately received it.
1955+
1956+ d) If the work has interactive user interfaces, each must display
1957+ Appropriate Legal Notices; however, if the Program has interactive
1958+ interfaces that do not display Appropriate Legal Notices, your
1959+ work need not make them do so.
1960+
1961+ A compilation of a covered work with other separate and independent
1962+works, which are not by their nature extensions of the covered work,
1963+and which are not combined with it such as to form a larger program,
1964+in or on a volume of a storage or distribution medium, is called an
1965+"aggregate" if the compilation and its resulting copyright are not
1966+used to limit the access or legal rights of the compilation's users
1967+beyond what the individual works permit. Inclusion of a covered work
1968+in an aggregate does not cause this License to apply to the other
1969+parts of the aggregate.
1970+
1971+ 6. Conveying Non-Source Forms.
1972+
1973+ You may convey a covered work in object code form under the terms
1974+of sections 4 and 5, provided that you also convey the
1975+machine-readable Corresponding Source under the terms of this License,
1976+in one of these ways:
1977+
1978+ a) Convey the object code in, or embodied in, a physical product
1979+ (including a physical distribution medium), accompanied by the
1980+ Corresponding Source fixed on a durable physical medium
1981+ customarily used for software interchange.
1982+
1983+ b) Convey the object code in, or embodied in, a physical product
1984+ (including a physical distribution medium), accompanied by a
1985+ written offer, valid for at least three years and valid for as
1986+ long as you offer spare parts or customer support for that product
1987+ model, to give anyone who possesses the object code either (1) a
1988+ copy of the Corresponding Source for all the software in the
1989+ product that is covered by this License, on a durable physical
1990+ medium customarily used for software interchange, for a price no
1991+ more than your reasonable cost of physically performing this
1992+ conveying of source, or (2) access to copy the
1993+ Corresponding Source from a network server at no charge.
1994+
1995+ c) Convey individual copies of the object code with a copy of the
1996+ written offer to provide the Corresponding Source. This
1997+ alternative is allowed only occasionally and noncommercially, and
1998+ only if you received the object code with such an offer, in accord
1999+ with subsection 6b.
2000+
2001+ d) Convey the object code by offering access from a designated
2002+ place (gratis or for a charge), and offer equivalent access to the
2003+ Corresponding Source in the same way through the same place at no
2004+ further charge. You need not require recipients to copy the
2005+ Corresponding Source along with the object code. If the place to
2006+ copy the object code is a network server, the Corresponding Source
2007+ may be on a different server (operated by you or a third party)
2008+ that supports equivalent copying facilities, provided you maintain
2009+ clear directions next to the object code saying where to find the
2010+ Corresponding Source. Regardless of what server hosts the
2011+ Corresponding Source, you remain obligated to ensure that it is
2012+ available for as long as needed to satisfy these requirements.
2013+
2014+ e) Convey the object code using peer-to-peer transmission, provided
2015+ you inform other peers where the object code and Corresponding
2016+ Source of the work are being offered to the general public at no
2017+ charge under subsection 6d.
2018+
2019+ A separable portion of the object code, whose source code is excluded
2020+from the Corresponding Source as a System Library, need not be
2021+included in conveying the object code work.
2022+
2023+ A "User Product" is either (1) a "consumer product", which means any
2024+tangible personal property which is normally used for personal, family,
2025+or household purposes, or (2) anything designed or sold for incorporation
2026+into a dwelling. In determining whether a product is a consumer product,
2027+doubtful cases shall be resolved in favor of coverage. For a particular
2028+product received by a particular user, "normally used" refers to a
2029+typical or common use of that class of product, regardless of the status
2030+of the particular user or of the way in which the particular user
2031+actually uses, or expects or is expected to use, the product. A product
2032+is a consumer product regardless of whether the product has substantial
2033+commercial, industrial or non-consumer uses, unless such uses represent
2034+the only significant mode of use of the product.
2035+
2036+ "Installation Information" for a User Product means any methods,
2037+procedures, authorization keys, or other information required to install
2038+and execute modified versions of a covered work in that User Product from
2039+a modified version of its Corresponding Source. The information must
2040+suffice to ensure that the continued functioning of the modified object
2041+code is in no case prevented or interfered with solely because
2042+modification has been made.
2043+
2044+ If you convey an object code work under this section in, or with, or
2045+specifically for use in, a User Product, and the conveying occurs as
2046+part of a transaction in which the right of possession and use of the
2047+User Product is transferred to the recipient in perpetuity or for a
2048+fixed term (regardless of how the transaction is characterized), the
2049+Corresponding Source conveyed under this section must be accompanied
2050+by the Installation Information. But this requirement does not apply
2051+if neither you nor any third party retains the ability to install
2052+modified object code on the User Product (for example, the work has
2053+been installed in ROM).
2054+
2055+ The requirement to provide Installation Information does not include a
2056+requirement to continue to provide support service, warranty, or updates
2057+for a work that has been modified or installed by the recipient, or for
2058+the User Product in which it has been modified or installed. Access to a
2059+network may be denied when the modification itself materially and
2060+adversely affects the operation of the network or violates the rules and
2061+protocols for communication across the network.
2062+
2063+ Corresponding Source conveyed, and Installation Information provided,
2064+in accord with this section must be in a format that is publicly
2065+documented (and with an implementation available to the public in
2066+source code form), and must require no special password or key for
2067+unpacking, reading or copying.
2068+
2069+ 7. Additional Terms.
2070+
2071+ "Additional permissions" are terms that supplement the terms of this
2072+License by making exceptions from one or more of its conditions.
2073+Additional permissions that are applicable to the entire Program shall
2074+be treated as though they were included in this License, to the extent
2075+that they are valid under applicable law. If additional permissions
2076+apply only to part of the Program, that part may be used separately
2077+under those permissions, but the entire Program remains governed by
2078+this License without regard to the additional permissions.
2079+
2080+ When you convey a copy of a covered work, you may at your option
2081+remove any additional permissions from that copy, or from any part of
2082+it. (Additional permissions may be written to require their own
2083+removal in certain cases when you modify the work.) You may place
2084+additional permissions on material, added by you to a covered work,
2085+for which you have or can give appropriate copyright permission.
2086+
2087+ Notwithstanding any other provision of this License, for material you
2088+add to a covered work, you may (if authorized by the copyright holders of
2089+that material) supplement the terms of this License with terms:
2090+
2091+ a) Disclaiming warranty or limiting liability differently from the
2092+ terms of sections 15 and 16 of this License; or
2093+
2094+ b) Requiring preservation of specified reasonable legal notices or
2095+ author attributions in that material or in the Appropriate Legal
2096+ Notices displayed by works containing it; or
2097+
2098+ c) Prohibiting misrepresentation of the origin of that material, or
2099+ requiring that modified versions of such material be marked in
2100+ reasonable ways as different from the original version; or
2101+
2102+ d) Limiting the use for publicity purposes of names of licensors or
2103+ authors of the material; or
2104+
2105+ e) Declining to grant rights under trademark law for use of some
2106+ trade names, trademarks, or service marks; or
2107+
2108+ f) Requiring indemnification of licensors and authors of that
2109+ material by anyone who conveys the material (or modified versions of
2110+ it) with contractual assumptions of liability to the recipient, for
2111+ any liability that these contractual assumptions directly impose on
2112+ those licensors and authors.
2113+
2114+ All other non-permissive additional terms are considered "further
2115+restrictions" within the meaning of section 10. If the Program as you
2116+received it, or any part of it, contains a notice stating that it is
2117+governed by this License along with a term that is a further
2118+restriction, you may remove that term. If a license document contains
2119+a further restriction but permits relicensing or conveying under this
2120+License, you may add to a covered work material governed by the terms
2121+of that license document, provided that the further restriction does
2122+not survive such relicensing or conveying.
2123+
2124+ If you add terms to a covered work in accord with this section, you
2125+must place, in the relevant source files, a statement of the
2126+additional terms that apply to those files, or a notice indicating
2127+where to find the applicable terms.
2128+
2129+ Additional terms, permissive or non-permissive, may be stated in the
2130+form of a separately written license, or stated as exceptions;
2131+the above requirements apply either way.
2132+
2133+ 8. Termination.
2134+
2135+ You may not propagate or modify a covered work except as expressly
2136+provided under this License. Any attempt otherwise to propagate or
2137+modify it is void, and will automatically terminate your rights under
2138+this License (including any patent licenses granted under the third
2139+paragraph of section 11).
2140+
2141+ However, if you cease all violation of this License, then your
2142+license from a particular copyright holder is reinstated (a)
2143+provisionally, unless and until the copyright holder explicitly and
2144+finally terminates your license, and (b) permanently, if the copyright
2145+holder fails to notify you of the violation by some reasonable means
2146+prior to 60 days after the cessation.
2147+
2148+ Moreover, your license from a particular copyright holder is
2149+reinstated permanently if the copyright holder notifies you of the
2150+violation by some reasonable means, this is the first time you have
2151+received notice of violation of this License (for any work) from that
2152+copyright holder, and you cure the violation prior to 30 days after
2153+your receipt of the notice.
2154+
2155+ Termination of your rights under this section does not terminate the
2156+licenses of parties who have received copies or rights from you under
2157+this License. If your rights have been terminated and not permanently
2158+reinstated, you do not qualify to receive new licenses for the same
2159+material under section 10.
2160+
2161+ 9. Acceptance Not Required for Having Copies.
2162+
2163+ You are not required to accept this License in order to receive or
2164+run a copy of the Program. Ancillary propagation of a covered work
2165+occurring solely as a consequence of using peer-to-peer transmission
2166+to receive a copy likewise does not require acceptance. However,
2167+nothing other than this License grants you permission to propagate or
2168+modify any covered work. These actions infringe copyright if you do
2169+not accept this License. Therefore, by modifying or propagating a
2170+covered work, you indicate your acceptance of this License to do so.
2171+
2172+ 10. Automatic Licensing of Downstream Recipients.
2173+
2174+ Each time you convey a covered work, the recipient automatically
2175+receives a license from the original licensors, to run, modify and
2176+propagate that work, subject to this License. You are not responsible
2177+for enforcing compliance by third parties with this License.
2178+
2179+ An "entity transaction" is a transaction transferring control of an
2180+organization, or substantially all assets of one, or subdividing an
2181+organization, or merging organizations. If propagation of a covered
2182+work results from an entity transaction, each party to that
2183+transaction who receives a copy of the work also receives whatever
2184+licenses to the work the party's predecessor in interest had or could
2185+give under the previous paragraph, plus a right to possession of the
2186+Corresponding Source of the work from the predecessor in interest, if
2187+the predecessor has it or can get it with reasonable efforts.
2188+
2189+ You may not impose any further restrictions on the exercise of the
2190+rights granted or affirmed under this License. For example, you may
2191+not impose a license fee, royalty, or other charge for exercise of
2192+rights granted under this License, and you may not initiate litigation
2193+(including a cross-claim or counterclaim in a lawsuit) alleging that
2194+any patent claim is infringed by making, using, selling, offering for
2195+sale, or importing the Program or any portion of it.
2196+
2197+ 11. Patents.
2198+
2199+ A "contributor" is a copyright holder who authorizes use under this
2200+License of the Program or a work on which the Program is based. The
2201+work thus licensed is called the contributor's "contributor version".
2202+
2203+ A contributor's "essential patent claims" are all patent claims
2204+owned or controlled by the contributor, whether already acquired or
2205+hereafter acquired, that would be infringed by some manner, permitted
2206+by this License, of making, using, or selling its contributor version,
2207+but do not include claims that would be infringed only as a
2208+consequence of further modification of the contributor version. For
2209+purposes of this definition, "control" includes the right to grant
2210+patent sublicenses in a manner consistent with the requirements of
2211+this License.
2212+
2213+ Each contributor grants you a non-exclusive, worldwide, royalty-free
2214+patent license under the contributor's essential patent claims, to
2215+make, use, sell, offer for sale, import and otherwise run, modify and
2216+propagate the contents of its contributor version.
2217+
2218+ In the following three paragraphs, a "patent license" is any express
2219+agreement or commitment, however denominated, not to enforce a patent
2220+(such as an express permission to practice a patent or covenant not to
2221+sue for patent infringement). To "grant" such a patent license to a
2222+party means to make such an agreement or commitment not to enforce a
2223+patent against the party.
2224+
2225+ If you convey a covered work, knowingly relying on a patent license,
2226+and the Corresponding Source of the work is not available for anyone
2227+to copy, free of charge and under the terms of this License, through a
2228+publicly available network server or other readily accessible means,
2229+then you must either (1) cause the Corresponding Source to be so
2230+available, or (2) arrange to deprive yourself of the benefit of the
2231+patent license for this particular work, or (3) arrange, in a manner
2232+consistent with the requirements of this License, to extend the patent
2233+license to downstream recipients. "Knowingly relying" means you have
2234+actual knowledge that, but for the patent license, your conveying the
2235+covered work in a country, or your recipient's use of the covered work
2236+in a country, would infringe one or more identifiable patents in that
2237+country that you have reason to believe are valid.
2238+
2239+ If, pursuant to or in connection with a single transaction or
2240+arrangement, you convey, or propagate by procuring conveyance of, a
2241+covered work, and grant a patent license to some of the parties
2242+receiving the covered work authorizing them to use, propagate, modify
2243+or convey a specific copy of the covered work, then the patent license
2244+you grant is automatically extended to all recipients of the covered
2245+work and works based on it.
2246+
2247+ A patent license is "discriminatory" if it does not include within
2248+the scope of its coverage, prohibits the exercise of, or is
2249+conditioned on the non-exercise of one or more of the rights that are
2250+specifically granted under this License. You may not convey a covered
2251+work if you are a party to an arrangement with a third party that is
2252+in the business of distributing software, under which you make payment
2253+to the third party based on the extent of your activity of conveying
2254+the work, and under which the third party grants, to any of the
2255+parties who would receive the covered work from you, a discriminatory
2256+patent license (a) in connection with copies of the covered work
2257+conveyed by you (or copies made from those copies), or (b) primarily
2258+for and in connection with specific products or compilations that
2259+contain the covered work, unless you entered into that arrangement,
2260+or that patent license was granted, prior to 28 March 2007.
2261+
2262+ Nothing in this License shall be construed as excluding or limiting
2263+any implied license or other defenses to infringement that may
2264+otherwise be available to you under applicable patent law.
2265+
2266+ 12. No Surrender of Others' Freedom.
2267+
2268+ If conditions are imposed on you (whether by court order, agreement or
2269+otherwise) that contradict the conditions of this License, they do not
2270+excuse you from the conditions of this License. If you cannot convey a
2271+covered work so as to satisfy simultaneously your obligations under this
2272+License and any other pertinent obligations, then as a consequence you may
2273+not convey it at all. For example, if you agree to terms that obligate you
2274+to collect a royalty for further conveying from those to whom you convey
2275+the Program, the only way you could satisfy both those terms and this
2276+License would be to refrain entirely from conveying the Program.
2277+
2278+ 13. Use with the GNU Affero General Public License.
2279+
2280+ Notwithstanding any other provision of this License, you have
2281+permission to link or combine any covered work with a work licensed
2282+under version 3 of the GNU Affero General Public License into a single
2283+combined work, and to convey the resulting work. The terms of this
2284+License will continue to apply to the part which is the covered work,
2285+but the special requirements of the GNU Affero General Public License,
2286+section 13, concerning interaction through a network will apply to the
2287+combination as such.
2288+
2289+ 14. Revised Versions of this License.
2290+
2291+ The Free Software Foundation may publish revised and/or new versions of
2292+the GNU General Public License from time to time. Such new versions will
2293+be similar in spirit to the present version, but may differ in detail to
2294+address new problems or concerns.
2295+
2296+ Each version is given a distinguishing version number. If the
2297+Program specifies that a certain numbered version of the GNU General
2298+Public License "or any later version" applies to it, you have the
2299+option of following the terms and conditions either of that numbered
2300+version or of any later version published by the Free Software
2301+Foundation. If the Program does not specify a version number of the
2302+GNU General Public License, you may choose any version ever published
2303+by the Free Software Foundation.
2304+
2305+ If the Program specifies that a proxy can decide which future
2306+versions of the GNU General Public License can be used, that proxy's
2307+public statement of acceptance of a version permanently authorizes you
2308+to choose that version for the Program.
2309+
2310+ Later license versions may give you additional or different
2311+permissions. However, no additional obligations are imposed on any
2312+author or copyright holder as a result of your choosing to follow a
2313+later version.
2314+
2315+ 15. Disclaimer of Warranty.
2316+
2317+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
2318+APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
2319+HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
2320+OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
2321+THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2322+PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
2323+IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
2324+ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
2325+
2326+ 16. Limitation of Liability.
2327+
2328+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
2329+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
2330+THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
2331+GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
2332+USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
2333+DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
2334+PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
2335+EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
2336+SUCH DAMAGES.
2337+
2338+ 17. Interpretation of Sections 15 and 16.
2339+
2340+ If the disclaimer of warranty and limitation of liability provided
2341+above cannot be given local legal effect according to their terms,
2342+reviewing courts shall apply local law that most closely approximates
2343+an absolute waiver of all civil liability in connection with the
2344+Program, unless a warranty or assumption of liability accompanies a
2345+copy of the Program in return for a fee.
2346+
2347+ END OF TERMS AND CONDITIONS
2348+
2349+ How to Apply These Terms to Your New Programs
2350+
2351+ If you develop a new program, and you want it to be of the greatest
2352+possible use to the public, the best way to achieve this is to make it
2353+free software which everyone can redistribute and change under these terms.
2354+
2355+ To do so, attach the following notices to the program. It is safest
2356+to attach them to the start of each source file to most effectively
2357+state the exclusion of warranty; and each file should have at least
2358+the "copyright" line and a pointer to where the full notice is found.
2359+
2360+ <one line to give the program's name and a brief idea of what it does.>
2361+ Copyright (C) <year> <name of author>
2362+
2363+ This program is free software: you can redistribute it and/or modify
2364+ it under the terms of the GNU General Public License as published by
2365+ the Free Software Foundation, either version 3 of the License, or
2366+ (at your option) any later version.
2367+
2368+ This program is distributed in the hope that it will be useful,
2369+ but WITHOUT ANY WARRANTY; without even the implied warranty of
2370+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2371+ GNU General Public License for more details.
2372+
2373+ You should have received a copy of the GNU General Public License
2374+ along with this program. If not, see <http://www.gnu.org/licenses/>.
2375+
2376+Also add information on how to contact you by electronic and paper mail.
2377+
2378+ If the program does terminal interaction, make it output a short
2379+notice like this when it starts in an interactive mode:
2380+
2381+ <program> Copyright (C) <year> <name of author>
2382+ This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
2383+ This is free software, and you are welcome to redistribute it
2384+ under certain conditions; type `show c' for details.
2385+
2386+The hypothetical commands `show w' and `show c' should show the appropriate
2387+parts of the General Public License. Of course, your program's commands
2388+might be different; for a GUI interface, you would use an "about box".
2389+
2390+ You should also get your employer (if you work as a programmer) or school,
2391+if any, to sign a "copyright disclaimer" for the program, if necessary.
2392+For more information on this, and how to apply and follow the GNU GPL, see
2393+<http://www.gnu.org/licenses/>.
2394+
2395+ The GNU General Public License does not permit incorporating your program
2396+into proprietary programs. If your program is a subroutine library, you
2397+may consider it more useful to permit linking proprietary applications with
2398+the library. If this is what you want to do, use the GNU Lesser General
2399+Public License instead of this License. But first, please read
2400+<http://www.gnu.org/philosophy/why-not-lgpl.html>.
2401+
2402
2403=== added file 'COPYING.LGPL'
2404--- COPYING.LGPL 1970-01-01 00:00:00 +0000
2405+++ COPYING.LGPL 2015-03-02 05:51:28 +0000
2406@@ -0,0 +1,165 @@
2407+ GNU LESSER GENERAL PUBLIC LICENSE
2408+ Version 3, 29 June 2007
2409+
2410+ Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
2411+ Everyone is permitted to copy and distribute verbatim copies
2412+ of this license document, but changing it is not allowed.
2413+
2414+
2415+ This version of the GNU Lesser General Public License incorporates
2416+the terms and conditions of version 3 of the GNU General Public
2417+License, supplemented by the additional permissions listed below.
2418+
2419+ 0. Additional Definitions.
2420+
2421+ As used herein, "this License" refers to version 3 of the GNU Lesser
2422+General Public License, and the "GNU GPL" refers to version 3 of the GNU
2423+General Public License.
2424+
2425+ "The Library" refers to a covered work governed by this License,
2426+other than an Application or a Combined Work as defined below.
2427+
2428+ An "Application" is any work that makes use of an interface provided
2429+by the Library, but which is not otherwise based on the Library.
2430+Defining a subclass of a class defined by the Library is deemed a mode
2431+of using an interface provided by the Library.
2432+
2433+ A "Combined Work" is a work produced by combining or linking an
2434+Application with the Library. The particular version of the Library
2435+with which the Combined Work was made is also called the "Linked
2436+Version".
2437+
2438+ The "Minimal Corresponding Source" for a Combined Work means the
2439+Corresponding Source for the Combined Work, excluding any source code
2440+for portions of the Combined Work that, considered in isolation, are
2441+based on the Application, and not on the Linked Version.
2442+
2443+ The "Corresponding Application Code" for a Combined Work means the
2444+object code and/or source code for the Application, including any data
2445+and utility programs needed for reproducing the Combined Work from the
2446+Application, but excluding the System Libraries of the Combined Work.
2447+
2448+ 1. Exception to Section 3 of the GNU GPL.
2449+
2450+ You may convey a covered work under sections 3 and 4 of this License
2451+without being bound by section 3 of the GNU GPL.
2452+
2453+ 2. Conveying Modified Versions.
2454+
2455+ If you modify a copy of the Library, and, in your modifications, a
2456+facility refers to a function or data to be supplied by an Application
2457+that uses the facility (other than as an argument passed when the
2458+facility is invoked), then you may convey a copy of the modified
2459+version:
2460+
2461+ a) under this License, provided that you make a good faith effort to
2462+ ensure that, in the event an Application does not supply the
2463+ function or data, the facility still operates, and performs
2464+ whatever part of its purpose remains meaningful, or
2465+
2466+ b) under the GNU GPL, with none of the additional permissions of
2467+ this License applicable to that copy.
2468+
2469+ 3. Object Code Incorporating Material from Library Header Files.
2470+
2471+ The object code form of an Application may incorporate material from
2472+a header file that is part of the Library. You may convey such object
2473+code under terms of your choice, provided that, if the incorporated
2474+material is not limited to numerical parameters, data structure
2475+layouts and accessors, or small macros, inline functions and templates
2476+(ten or fewer lines in length), you do both of the following:
2477+
2478+ a) Give prominent notice with each copy of the object code that the
2479+ Library is used in it and that the Library and its use are
2480+ covered by this License.
2481+
2482+ b) Accompany the object code with a copy of the GNU GPL and this license
2483+ document.
2484+
2485+ 4. Combined Works.
2486+
2487+ You may convey a Combined Work under terms of your choice that,
2488+taken together, effectively do not restrict modification of the
2489+portions of the Library contained in the Combined Work and reverse
2490+engineering for debugging such modifications, if you also do each of
2491+the following:
2492+
2493+ a) Give prominent notice with each copy of the Combined Work that
2494+ the Library is used in it and that the Library and its use are
2495+ covered by this License.
2496+
2497+ b) Accompany the Combined Work with a copy of the GNU GPL and this license
2498+ document.
2499+
2500+ c) For a Combined Work that displays copyright notices during
2501+ execution, include the copyright notice for the Library among
2502+ these notices, as well as a reference directing the user to the
2503+ copies of the GNU GPL and this license document.
2504+
2505+ d) Do one of the following:
2506+
2507+ 0) Convey the Minimal Corresponding Source under the terms of this
2508+ License, and the Corresponding Application Code in a form
2509+ suitable for, and under terms that permit, the user to
2510+ recombine or relink the Application with a modified version of
2511+ the Linked Version to produce a modified Combined Work, in the
2512+ manner specified by section 6 of the GNU GPL for conveying
2513+ Corresponding Source.
2514+
2515+ 1) Use a suitable shared library mechanism for linking with the
2516+ Library. A suitable mechanism is one that (a) uses at run time
2517+ a copy of the Library already present on the user's computer
2518+ system, and (b) will operate properly with a modified version
2519+ of the Library that is interface-compatible with the Linked
2520+ Version.
2521+
2522+ e) Provide Installation Information, but only if you would otherwise
2523+ be required to provide such information under section 6 of the
2524+ GNU GPL, and only to the extent that such information is
2525+ necessary to install and execute a modified version of the
2526+ Combined Work produced by recombining or relinking the
2527+ Application with a modified version of the Linked Version. (If
2528+ you use option 4d0, the Installation Information must accompany
2529+ the Minimal Corresponding Source and Corresponding Application
2530+ Code. If you use option 4d1, you must provide the Installation
2531+ Information in the manner specified by section 6 of the GNU GPL
2532+ for conveying Corresponding Source.)
2533+
2534+ 5. Combined Libraries.
2535+
2536+ You may place library facilities that are a work based on the
2537+Library side by side in a single library together with other library
2538+facilities that are not Applications and are not covered by this
2539+License, and convey such a combined library under terms of your
2540+choice, if you do both of the following:
2541+
2542+ a) Accompany the combined library with a copy of the same work based
2543+ on the Library, uncombined with any other library facilities,
2544+ conveyed under the terms of this License.
2545+
2546+ b) Give prominent notice with the combined library that part of it
2547+ is a work based on the Library, and explaining where to find the
2548+ accompanying uncombined form of the same work.
2549+
2550+ 6. Revised Versions of the GNU Lesser General Public License.
2551+
2552+ The Free Software Foundation may publish revised and/or new versions
2553+of the GNU Lesser General Public License from time to time. Such new
2554+versions will be similar in spirit to the present version, but may
2555+differ in detail to address new problems or concerns.
2556+
2557+ Each version is given a distinguishing version number. If the
2558+Library as you received it specifies that a certain numbered version
2559+of the GNU Lesser General Public License "or any later version"
2560+applies to it, you have the option of following the terms and
2561+conditions either of that published version or of any later version
2562+published by the Free Software Foundation. If the Library as you
2563+received it does not specify a version number of the GNU Lesser
2564+General Public License, you may choose any version of the GNU Lesser
2565+General Public License ever published by the Free Software Foundation.
2566+
2567+ If the Library as you received it specifies that a proxy can decide
2568+whether future versions of the GNU Lesser General Public License shall
2569+apply, that proxy's public statement of acceptance of any version is
2570+permanent authorization for you to choose that version for the
2571+Library.
2572
2573=== renamed file 'COPYING' => 'COPYING.moved'
2574=== added file 'ChangeLog'
2575--- ChangeLog 1970-01-01 00:00:00 +0000
2576+++ ChangeLog 2015-03-02 05:51:28 +0000
2577@@ -0,0 +1,62015 @@
2578+2012-11-24 Joseph Mills <josephjamesmills@gmail.com>
2579+
2580+ Adding ff-tv Stuff
2581+
2582+2012-09-20 Didier Roche <didier.roche@canonical.com>
2583+
2584+ Install Amazon and Ubuntu One Music Store webapp items in the launcher by default
2585+
2586+2012-09-20 Didier Roche <didier.roche@canonical.com>
2587+
2588+ Install Amazon and Ubuntu One Music Store webapp items in the launcher by default
2589+
2590+2012-09-20 Nick Dedekind <nick.dedekind@canonical.com>
2591+
2592+ Fixed pixel size of font (15px = 11pt) in Dash filter buttons.
2593+
2594+2012-09-20 Nick Dedekind <nicholas.dedekind@gmail.com>
2595+
2596+ Fixed pixel sized fonts in Filter buttons.
2597+
2598+2012-09-20 Nick Dedekind <nick.dedekind@canonical.com>
2599+
2600+ Relayout Dash input window on form factor changes
2601+
2602+2012-09-20 Nick Dedekind <nicholas.dedekind@gmail.com>
2603+
2604+ Relayout dash input window on form factor changes.
2605+
2606+2012-09-20 Marco Trevisan <marco.trevisan@canonical.com>
2607+
2608+ Adds changes to the LauncherController to better handle favourites and the
2609+ expo icon.
2610+
2611+2012-09-20 Marco Trevisan (Treviño) <mail@3v1n0.net>
2612+
2613+ TestLauncherController: fix new icon orders tests
2614+
2615+2012-09-20 Marco Trevisan (Treviño) <mail@3v1n0.net>
2616+
2617+ TestLauncherController: update tests against to support the new expo icon behavior
2618+
2619+2012-09-20 Marco Trevisan (Treviño) <mail@3v1n0.net>
2620+
2621+ LauncherController: save icons order again if the expo icon has been removed
2622+
2623+2012-09-20 Marco Trevisan (Treviño) <mail@3v1n0.net>
2624+
2625+ LauncherController: reorder the expo icon to the proper position
2626+
2627+2012-09-20 Marco Trevisan (Treviño) <mail@3v1n0.net>
2628+
2629+ LauncherController: ensure that we save favorites when the expo icon was not in the favorites
2630+
2631+ this ensures us that in future we can safely disable workspaces, without creating
2632+ issues for upgraders
2633+
2634+2012-09-20 Omer Akram <omer.akram@canonical.com>
2635+
2636+ remove two manual-tests, they are now obsolete
2637+
2638+2012-09-20 Omer Akram <om26er@ubuntu.com>
2639+
2640+ remove two obsolete manual-tests
2641+
2642+2012-09-20 Brandon Schaefer <brandon.schaefer@canonical.com>
2643+
2644+ Clicking on Dash border should not close the dash
2645+
2646+2012-09-19 Brandon Schaefer <brandon.schaefer@canonical.com>
2647+
2648+ * Include missing header
2649+
2650+2012-09-19 Brandon Schaefer <brandon.schaefer@canonical.com>
2651+
2652+ * Clicking on the Dash boarder should not close it...fixes a failing AP test
2653+
2654+2012-09-20 Andrea Azzarone <azzaronea@gmail.com>
2655+
2656+ Implement "focus on hover" behavior for preview action buttons
2657+
2658+2012-09-19 Andrea Azzarone <azzaronea@gmail.com>
2659+
2660+ Fix typo.
2661+
2662+2012-09-19 Andrea Azzarone <azzaronea@gmail.com>
2663+
2664+ Add manual test.
2665+
2666+2012-09-19 Andrea Azzarone <azzaronea@gmail.com>
2667+
2668+ Don't allow to have two highlighted action buttons.
2669+
2670+2012-09-20 Andrea Azzarone <azzaronea@gmail.com>
2671+
2672+ ERROR ... unity.thumbnailgenerator ThumbnailGenerator.cpp:429 More than one
2673+ thumbnail generator created."
2674+
2675+2012-09-19 Andrea Azzarone <azzaronea@gmail.com>
2676+
2677+ Fix "ERROR: More than one thumbnail generator created".
2678+
2679+2012-09-20 Brandon Schaefer <brandon.schaefer@canonical.com>
2680+
2681+ Fixes some unit tests
2682+
2683+2012-09-19 Brandon Schaefer <brandon.schaefer@canonical.com>
2684+
2685+ * Fix unit test crash
2686+ * Reduce the amount of warnings, due to the SoftwareCenter tests
2687+
2688+2012-09-20 Neil Jagdish Patel <neil.patel@canonical.com>
2689+
2690+ Fixes renderering of Dash in maximised mode with redirected textures by using
2691+ the same code-patches as the restored Dash mode for the overlay.
2692+
2693+2012-09-19 Neil Jagdish Patel <neil.patel@canonical.com>
2694+
2695+ Fix Dash renderering on fullscreen
2696+
2697+2012-09-19 Marco Trevisan <marco.trevisan@canonical.com>
2698+
2699+ Show workspace switcher icon always
2700+
2701+2012-09-19 Ken VanDine <ken.vandine@canonical.com>
2702+
2703+ SocialPreview: Don't expand preview_info_hints, it was pushing down the
2704+ comments when there wasn't enough comments to fill the space
2705+
2706+2012-09-18 Ken VanDine <ken.vandine@canonical.com>
2707+
2708+ SocialPreview: Don't expand preview_info_hints, it was pushing down the
2709+ comments when there wasn't enough comments to fill the space
2710+
2711+2012-09-19 Neil Jagdish Patel <neil.patel@canonical.com>
2712+
2713+ Don't call GraphicsContext::DeactivateFramebuffer which will immediately
2714+ restore the backbuffer. Instead call WindowCompositor::RestoreMainFramebuffer
2715+ to bind either the backbuffer or reference framebuffer for reading as that is
2716+ the one we're drawing to as is the most-up-to-date
2717+
2718+2012-09-19 Sam Spilsbury <sam.spilsbury@canonical.com>
2719+
2720+ Use WindowCompositor::RestoreMainFramebuffer to restore the main buffer
2721+ (either back or reference) to read and write from
2722+
2723+2012-09-19 Neil Jagdish Patel <njpatel@gmail.com>
2724+
2725+ 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
2726+
2727+ Animation from Dash to Preview slides out elements of the dash to make room for the previews. The process happens in 250ms.
2728+
2729+ 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.
2730+
2731+2012-09-18 Jay Taoko <jay.taoko@canonical.com>
2732+
2733+ * Cleanup "
2734+ * Added manual test.
2735+
2736+2012-09-18 Neil Jagdish Patel <neil.patel@canonical.com>
2737+
2738+ tweak spacing
2739+
2740+2012-09-18 Jay Taoko <jay.taoko@canonical.com>
2741+
2742+ * Small fix at the bottom the preview in the ghost icons.
2743+
2744+2012-09-18 Neil Jagdish Patel <neil.patel@canonical.com>
2745+
2746+ make icons show a bit more at the bottom
2747+
2748+2012-09-18 Jay Taoko <jay.taoko@canonical.com>
2749+
2750+ * Merged with Unity trunk.
2751+
2752+2012-09-18 Jay Taoko <jay.taoko@canonical.com>
2753+
2754+ * Minor fix
2755+
2756+2012-09-18 Jay Taoko <jay.taoko@canonical.com>
2757+
2758+ * Fixed background color tint.
2759+
2760+2012-09-17 Jay Taoko <jay.taoko@canonical.com>
2761+
2762+ * Fixing background color tint. W.I.P.
2763+
2764+2012-09-17 Jay Taoko <jay.taoko@canonical.com>
2765+
2766+ * Fixed ResultViewGrid gradient
2767+
2768+2012-09-17 Jay Taoko <jay.taoko@canonical.com>
2769+
2770+ * Fixes to stabilize dash to preview animation
2771+
2772+2012-09-16 Jay Taoko <jay.taoko@canonical.com>
2773+
2774+ * Merge with Unity trunk
2775+
2776+2012-09-14 Jay Taoko <jay.taoko@canonical.com>
2777+
2778+ * Adjustments
2779+
2780+2012-09-14 Jay Taoko <jay.taoko@canonical.com>
2781+
2782+ * Dash to Preview animation"
2783+ * Desaturation
2784+
2785+2012-09-11 Jay Taoko <jay.taoko@canonical.com>
2786+
2787+ Improved Dash transition to Preview
2788+
2789+2012-09-06 Jay Taoko <jay.taoko@canonical.com>
2790+
2791+ Another Fix
2792+
2793+2012-09-06 Jay Taoko <jay.taoko@canonical.com>
2794+
2795+ Fixes
2796+
2797+2012-08-31 Jay Taoko <jay.taoko@canonical.com>
2798+
2799+ Work in progress
2800+
2801+2012-08-28 Jay Taoko <jay.taoko@canonical.com>
2802+
2803+ Progressively reveal the preview
2804+
2805+2012-08-28 Jay Taoko <jay.taoko@canonical.com>
2806+
2807+ Dash to Preview transition
2808+
2809+2012-08-24 Jay Taoko <jay.taoko@canonical.com>
2810+
2811+ Success
2812+
2813+2012-08-20 Neil Jagdish Patel <njpatel@gmail.com>
2814+
2815+ [merge] trunk
2816+
2817+2012-08-17 Jay Taoko <jay.taoko@canonical.com>
2818+
2819+ * Work in progress: Dash transition to Previews. Minor fix
2820+
2821+2012-08-17 Jay Taoko <jay.taoko@canonical.com>
2822+
2823+ * Work in progress: Dash transition to Previews
2824+
2825+2012-08-15 Jay Taoko <jay.taoko@canonical.com>
2826+
2827+ * Added fade out of DashView when opening the previews
2828+
2829+2012-08-30 Jay Taoko <jay.taoko@canonical.com>
2830+
2831+ dednick fix
2832+
2833+2012-09-19 Tim Penhey <tim.penhey@canonical.com>
2834+
2835+ Updates the API to match nux trunk and nux/3.0. Fixes: . Approved by .
2836+
2837+2012-09-19 Neil Jagdish Patel <neil.patel@canonical.com>
2838+
2839+ Update for new Nux API
2840+
2841+2012-09-19 Tim Penhey <tim.penhey@canonical.com>
2842+
2843+ Update to new nux api.
2844+
2845+2012-09-19 Brandon Schaefer <brandon.schaefer@canonical.com>
2846+
2847+ 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.
2848+
2849+2012-09-19 Brandon Schaefer <brandon.schaefer@canonical.com>
2850+
2851+ * merged trunk
2852+
2853+2012-09-18 Brandon Schaefer <brandon.schaefer@canonical.com>
2854+
2855+ * Moved slow/quick speeds into variables
2856+
2857+2012-09-12 Brandon Schaefer <brandon.schaefer@canonical.com>
2858+
2859+ * Removed extra new line
2860+
2861+2012-09-12 Brandon Schaefer <brandon.schaefer@canonical.com>
2862+
2863+ * Adds a Slow animation to the launcher drag window
2864+
2865+2012-09-19 Didier Roche <didier.roche@canonical.com>
2866+
2867+ add a depreacated --reset option as it seems otherwise to match to --reset-icons.. Fixes: . Approved by Brandon Schaefer.
2868+
2869+2012-09-19 Didier Roche <didier.roche@canonical.com>
2870+
2871+ add deprecated --reset option
2872+
2873+2012-09-19 Didier Roche <didier.roche@canonical.com>
2874+
2875+ rename reset-icons to reseticons so that the removed --reset option doesn't magically match --reset-icons
2876+
2877+2012-09-19 Nick Dedekind <nicholas.dedekind@gmail.com>
2878+
2879+ 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.
2880+
2881+2012-09-18 Nick Dedekind <nicholas.dedekind@gmail.com>
2882+
2883+ Fixed relayout on monitor changes.
2884+
2885+2012-09-18 Nick Dedekind <nicholas.dedekind@gmail.com>
2886+
2887+ Changed author
2888+
2889+2012-09-18 Nick Dedekind <nicholas.dedekind@gmail.com>
2890+
2891+ Merge with trunk.
2892+
2893+2012-09-18 Nick Dedekind <nicholas.dedekind@gmail.com>
2894+
2895+ Added autopilot tests for dash/hud closure.
2896+
2897+2012-09-18 Nick Dedekind <nicholas.dedekind@gmail.com>
2898+
2899+ Added check for launcher/panel mouse click areas in dash hide logic.
2900+
2901+2012-09-18 Nick Dedekind <nicholas.dedekind@gmail.com>
2902+
2903+ HideDash/Hud directly from external button press.
2904+
2905+2012-09-18 Nick Dedekind <nicholas.dedekind@gmail.com>
2906+
2907+ Renamed ResizingBaseWindow.
2908+
2909+2012-09-13 Nick Dedekind <nicholas.dedekind@gmail.com>
2910+
2911+ Fixed jerkyness in animation.
2912+
2913+2012-09-13 Nick Dedekind <nicholas.dedekind@gmail.com>
2914+
2915+ Hud support for focus changing outside calculated hud geometry in same monitor.
2916+
2917+2012-09-12 Nick Dedekind <nicholas.dedekind@gmail.com>
2918+
2919+ Fixed dash dismiss on same sceen with reduced input window.
2920+
2921+2012-09-12 Nick Dedekind <nicholas.dedekind@gmail.com>
2922+
2923+ Fixed dash event theft.
2924+
2925+2012-09-19 Marco Trevisan (Treviño) <mail@3v1n0.net>
2926+
2927+ UnityWindow: implements sigc::trackable. Fixes: https://bugs.launchpad.net/bugs/1052683. Approved by Brandon Schaefer.
2928+
2929+2012-09-18 Marco Trevisan (Treviño) <mail@3v1n0.net>
2930+
2931+ UnityWindow: go back to use all the screen windows on spread events, to avoid unwanted behaviors
2932+
2933+ Such undecorated or maximized decorated windows
2934+
2935+2012-09-18 Marco Trevisan (Treviño) <mail@3v1n0.net>
2936+
2937+ UnityWindow: use ScaleScreen windows list (hopefully smaller) to check if decorate/undecorate a window
2938+
2939+2012-09-18 Marco Trevisan (Treviño) <mail@3v1n0.net>
2940+
2941+ UnityWindow: implements sigc::trackable
2942+
2943+2012-09-18 Marco Trevisan (Treviño) <mail@3v1n0.net>
2944+
2945+ 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.
2946+
2947+2012-09-18 Marco Trevisan (Treviño) <mail@3v1n0.net>
2948+
2949+ Tests: move the .desktop applications in a data dir so that it's more XDG compliant
2950+
2951+ Fix the TestDesktopUtilities tests so that it won't depend on system changes
2952+
2953+2012-09-18 Marco Trevisan (Treviño) <mail@3v1n0.net>
2954+
2955+ TestDesktopUtilities: use gnome-terminal instead of ubuntu-software-center .desktop file
2956+
2957+2012-09-18 Marco Trevisan (Treviño) <mail@3v1n0.net>
2958+
2959+ LauncherIcon: remove the debugging text
2960+
2961+2012-09-18 Marco Trevisan (Treviño) <mail@3v1n0.net>
2962+
2963+ Merging with trunk
2964+
2965+2012-09-18 Marco Trevisan (Treviño) <mail@3v1n0.net>
2966+
2967+ TestLauncherController: added tests for GetLastIconPriority
2968+
2969+2012-09-18 Marco Trevisan (Treviño) <mail@3v1n0.net>
2970+
2971+ LauncherController: fix some corner cases in GetLastIconPriority
2972+
2973+ Like looking for the last sticky priority when we have no sticky icons and, a first favorite_uri
2974+
2975+2012-09-18 Marco Trevisan (Treviño) <mail@3v1n0.net>
2976+
2977+ Revert wrong commit
2978+
2979+2012-09-18 Marco Trevisan (Treviño) <mail@3v1n0.net>
2980+
2981+ MockVolumeMonitorWrapper, MockDeviceLauncherSection: add optional parameter to define the number of mocked volumes
2982+
2983+2012-09-18 Marco Trevisan (Treviño) <mail@3v1n0.net>
2984+
2985+ TestLauncherController: fix SortAndUpdate test
2986+
2987+2012-09-18 Marco Trevisan (Treviño) <mail@3v1n0.net>
2988+
2989+ TestLauncherController: add tests for UpdateNumWorkspaces
2990+
2991+2012-09-17 Marco Trevisan (Treviño) <mail@3v1n0.net>
2992+
2993+ TestLauncherController: add ResetIconPriorities test
2994+
2995+2012-09-17 Marco Trevisan (Treviño) <mail@3v1n0.net>
2996+
2997+ TestLauncherController: added FavoriteAdd test for DeviceSection
2998+
2999+2012-09-17 Marco Trevisan (Treviño) <mail@3v1n0.net>
3000+
3001+ TestLauncherController: be more precise on checking the new devices position
3002+
3003+2012-09-17 Marco Trevisan (Treviño) <mail@3v1n0.net>
3004+
3005+ TestLauncherController: add tests for view opened and special favorite removed
3006+
3007+2012-09-17 Marco Trevisan (Treviño) <mail@3v1n0.net>
3008+
3009+ TestLauncherController: add Favorite removal signal test for devices
3010+
3011+2012-09-17 Marco Trevisan (Treviño) <mail@3v1n0.net>
3012+
3013+ DeviceLauncherSection: rename IconAdded signal to icon_added
3014+
3015+2012-09-17 Marco Trevisan (Treviño) <mail@3v1n0.net>
3016+
3017+ TestLauncherController: emit signals instead of directly calling the favorite event callbacks
3018+
3019+2012-09-17 Marco Trevisan (Treviño) <mail@3v1n0.net>
3020+
3021+ TestLauncherController: add DisconnectSignals utility function, so that we can avoid mistakes by newly opened views
3022+
3023+2012-09-17 Marco Trevisan (Treviño) <mail@3v1n0.net>
3024+
3025+ TestLauncherController: move some tests so that they're in a better order
3026+
3027+2012-09-17 Marco Trevisan (Treviño) <mail@3v1n0.net>
3028+
3029+ TestLauncherController: add SetupIcons tests
3030+
3031+2012-09-17 Marco Trevisan (Treviño) <mail@3v1n0.net>
3032+
3033+ TestLauncherController: AddRunningApps and AddDevices tests
3034+
3035+2012-09-17 Marco Trevisan (Treviño) <mail@3v1n0.net>
3036+
3037+ TestLauncherController: add OnFavoriteStoreFavoriteRemoved and Registered Icons stick/unstick
3038+
3039+2012-09-17 Marco Trevisan (Treviño) <mail@3v1n0.net>
3040+
3041+ TestLauncherController: add various OnFavoriteStoreAdded tests
3042+
3043+2012-09-17 Marco Trevisan (Treviño) <mail@3v1n0.net>
3044+
3045+ TestLauncherController: added SortandUpdate test
3046+
3047+2012-09-17 Marco Trevisan (Treviño) <mail@3v1n0.net>
3048+
3049+ TestLauncherController: added Launcher Special request tests
3050+
3051+2012-09-17 Marco Trevisan (Treviño) <mail@3v1n0.net>
3052+
3053+ SoftwareCenterLauncherIcon: use fallback icons if the provided name is empty
3054+
3055+2012-09-17 Marco Trevisan (Treviño) <mail@3v1n0.net>
3056+
3057+ TestLauncherController: add more SaveIconsOrder tests
3058+
3059+2012-09-17 Marco Trevisan (Treviño) <mail@3v1n0.net>
3060+
3061+ LauncherController: added utility function AddFavoriteKeepingOldPosition to avoid code duplication
3062+
3063+ This function allows to add an icon to the current icons list guessing the previous icon positioning
3064+
3065+2012-09-17 Marco Trevisan (Treviño) <mail@3v1n0.net>
3066+
3067+ LauncherController: try to keep the unity devices positions when saving the icons order
3068+
3069+ Tests added
3070+
3071+2012-09-17 Marco Trevisan (Treviño) <mail@3v1n0.net>
3072+
3073+ TestLauncherController: add other SaveIconsOrder tests
3074+
3075+2012-09-17 Marco Trevisan (Treviño) <mail@3v1n0.net>
3076+
3077+ TestLauncherController: add SaveIconsOrder test
3078+
3079+2012-09-15 Marco Trevisan (Treviño) <mail@3v1n0.net>
3080+
3081+ TestLauncherController: add launcher remove_request tests for app and devices
3082+
3083+2012-09-15 Marco Trevisan (Treviño) <mail@3v1n0.net>
3084+
3085+ TestLauncherController: implement MockVolumeLauncherIcon and use for Launcher add_request tests
3086+
3087+2012-09-15 Marco Trevisan (Treviño) <mail@3v1n0.net>
3088+
3089+ test_mock_devices: added MockVolume
3090+
3091+2012-09-15 Marco Trevisan (Treviño) <mail@3v1n0.net>
3092+
3093+ TestLauncherController: add launcher's add_request application tests
3094+
3095+ Also define some app:: desktop files
3096+
3097+2012-09-15 Marco Trevisan (Treviño) <mail@3v1n0.net>
3098+
3099+ LauncherController: pass the icon_uri by value on position_forgot
3100+
3101+ This avoids unwanted extra-references
3102+
3103+2012-09-15 Marco Trevisan (Treviño) <mail@3v1n0.net>
3104+
3105+ BamfLauncherIcon: unstick the Bamf view when deleting the BamfLauncherIcon
3106+
3107+2012-09-14 Marco Trevisan (Treviño) <mail@3v1n0.net>
3108+
3109+ TestLauncherModel: added tests for ReorderAfterNext and changed ReorderAfter to ReorderAfterPrevious
3110+
3111+2012-09-14 Marco Trevisan (Treviño) <mail@3v1n0.net>
3112+
3113+ LauncherModel: avoid to set again the priority for the moved icon in ReorderAfter
3114+
3115+2012-09-14 Marco Trevisan (Treviño) <mail@3v1n0.net>
3116+
3117+ TestLauncherController: add more construction tests and the utility BuildMockBamfLauncherIcon
3118+
3119+2012-09-14 Marco Trevisan (Treviño) <mail@3v1n0.net>
3120+
3121+ LauncherController: improve ensurelaunchers
3122+
3123+2012-09-14 Marco Trevisan (Treviño) <mail@3v1n0.net>
3124+
3125+ test_mock_devices: add #ifndef guard (added by mistake to TestDeviceLauncherSection)
3126+
3127+2012-09-14 Marco Trevisan (Treviño) <mail@3v1n0.net>
3128+
3129+ FavoriteStore: make GetFavorites const
3130+
3131+2012-09-14 Marco Trevisan (Treviño) <mail@3v1n0.net>
3132+
3133+ TestLauncherController: more initialization checks
3134+
3135+2012-09-12 Marco Trevisan (Treviño) <mail@3v1n0.net>
3136+
3137+ TestLauncherController: add more registration tests, fix not-working tests
3138+
3139+2012-09-12 Marco Trevisan (Treviño) <mail@3v1n0.net>
3140+
3141+ TestLauncherController: add RegisterIcon tests
3142+
3143+2012-09-12 Marco Trevisan (Treviño) <mail@3v1n0.net>
3144+
3145+ SpacerLauncherIcon: using IconType::SPACER everywhere
3146+
3147+2012-09-12 Marco Trevisan (Treviño) <mail@3v1n0.net>
3148+
3149+ LauncherController: s/GetFavoriteIcon/GetIconByUri/g
3150+
3151+2012-09-12 Marco Trevisan (Treviño) <mail@3v1n0.net>
3152+
3153+ LauncherController: s/GetFavoriteIcon/GetIconByUri/g, add tests to TestLauncherController
3154+
3155+2012-09-12 Marco Trevisan (Treviño) <mail@3v1n0.net>
3156+
3157+ LauncherController: add better RegisterIcon so that we can remove some duplicated code
3158+
3159+ Also correctly reoreder icons on OnLauncherAddRequest
3160+
3161+2012-09-12 Marco Trevisan (Treviño) <mail@3v1n0.net>
3162+
3163+ TestLauncherController: add createfavorites test for desktop and expo icons
3164+
3165+2012-09-12 Marco Trevisan (Treviño) <mail@3v1n0.net>
3166+
3167+ TestVolumeLauncherIcon: use test_mock_devices
3168+
3169+2012-09-12 Marco Trevisan (Treviño) <mail@3v1n0.net>
3170+
3171+ TestLauncherController: added devices favorites test
3172+
3173+2012-09-12 Marco Trevisan (Treviño) <mail@3v1n0.net>
3174+
3175+ tests: Added test_mock_devices.h to avoid device intialization duplication code
3176+
3177+2012-09-12 Marco Trevisan (Treviño) <mail@3v1n0.net>
3178+
3179+ GMockVolume: setup default name and uuid
3180+
3181+2012-09-11 Marco Trevisan (Treviño) <mail@3v1n0.net>
3182+
3183+ TestLauncherController: add first CreateFavorite tests
3184+
3185+2012-09-11 Marco Trevisan (Treviño) <mail@3v1n0.net>
3186+
3187+ TestLauncherController: implement in a better way MockFavoriteStore
3188+
3189+2012-09-11 Marco Trevisan (Treviño) <mail@3v1n0.net>
3190+
3191+ TestLauncherController: add just an Impl getter on friend class
3192+
3193+2012-09-11 Marco Trevisan (Treviño) <mail@3v1n0.net>
3194+
3195+ TestSoftwareCenterLauncherIcon: added animation test
3196+
3197+2012-09-11 Marco Trevisan (Treviño) <mail@3v1n0.net>
3198+
3199+ TestSoftwareCenterLauncherIcon: added first test
3200+
3201+2012-09-11 Marco Trevisan (Treviño) <mail@3v1n0.net>
3202+
3203+ TestLauncherIcon: add Stick/Unstick tests
3204+
3205+2012-09-11 Marco Trevisan (Treviño) <mail@3v1n0.net>
3206+
3207+ TestLauncherIcon: add Visibility test
3208+
3209+2012-09-11 Marco Trevisan (Treviño) <mail@3v1n0.net>
3210+
3211+ TestLauncherIcon: basic LauncherIcon test
3212+
3213+2012-09-11 Marco Trevisan (Treviño) <mail@3v1n0.net>
3214+
3215+ TestVolumeLauncherIcon: add stick/unstick tests
3216+
3217+2012-09-11 Marco Trevisan (Treviño) <mail@3v1n0.net>
3218+
3219+ TestTrashLauncherIcon: add first basic test
3220+
3221+2012-09-11 Marco Trevisan (Treviño) <mail@3v1n0.net>
3222+
3223+ LauncherIcon's: use FavoriteStore::URI_PREFIX_* values for remote uri
3224+
3225+2012-09-11 Marco Trevisan (Treviño) <mail@3v1n0.net>
3226+
3227+ FavoriteStoreGSettings: removing unneeded variables
3228+
3229+2012-09-11 Marco Trevisan (Treviño) <mail@3v1n0.net>
3230+
3231+ TestBamfLauncherIcon: add test for RemoteUri without .desktop file
3232+
3233+2012-09-11 Marco Trevisan (Treviño) <mail@3v1n0.net>
3234+
3235+ TestFavoriteStore: testing ParseFavoriteFromUri
3236+
3237+2012-09-11 Marco Trevisan (Treviño) <mail@3v1n0.net>
3238+
3239+ TestFavoriteStore: add more URI cases
3240+
3241+2012-09-11 Marco Trevisan (Treviño) <mail@3v1n0.net>
3242+
3243+ TestDesktopUtilities: re-enabling disabled tests.
3244+
3245+2012-09-11 Marco Trevisan (Treviño) <mail@3v1n0.net>
3246+
3247+ TestLauncherModel: One more test
3248+
3249+2012-09-11 Marco Trevisan (Treviño) <mail@3v1n0.net>
3250+
3251+ SoftwareCenterLauncherIcon: indentation fixes (and use const&)
3252+
3253+2012-09-11 Marco Trevisan (Treviño) <mail@3v1n0.net>
3254+
3255+ LauncherIcon: remove the duplicated set-tooltip text
3256+
3257+2012-09-11 Marco Trevisan (Treviño) <mail@3v1n0.net>
3258+
3259+ tests: add TestFavoriteStore class for testing static members
3260+
3261+2012-09-11 Marco Trevisan (Treviño) <mail@3v1n0.net>
3262+
3263+ TestDesktopLauncherIcon: add activation test
3264+
3265+2012-09-11 Marco Trevisan (Treviño) <mail@3v1n0.net>
3266+
3267+ WindowManager: add InShowDesktop (and implement it in PluginAdapter's).
3268+
3269+2012-09-11 Marco Trevisan (Treviño) <mail@3v1n0.net>
3270+
3271+ tests, *LauncherIcons: add RemoteUri tests
3272+
3273+2012-09-11 Marco Trevisan (Treviño) <mail@3v1n0.net>
3274+
3275+ TestDesktopLauncherIcon: add basic tests
3276+
3277+2012-09-11 Marco Trevisan (Treviño) <mail@3v1n0.net>
3278+
3279+ TestHudLauncherIcon: check for icon type
3280+
3281+2012-09-10 Marco Trevisan (Treviño) <mail@3v1n0.net>
3282+
3283+ Tests: remove timeouts on VolumeLauncherIcon, fix HudLauncherIcon test
3284+
3285+2012-09-10 Marco Trevisan (Treviño) <mail@3v1n0.net>
3286+
3287+ TestVolumeLauncherIcon: add position test, fix failing tests
3288+
3289+2012-09-10 Marco Trevisan (Treviño) <mail@3v1n0.net>
3290+
3291+ TestMain, TestMainXless: set the default locale to C (to fix volume failing tests)
3292+
3293+2012-09-10 Marco Trevisan (Treviño) <mail@3v1n0.net>
3294+
3295+ TestBamfLauncherIcon: check position
3296+
3297+2012-09-10 Marco Trevisan (Treviño) <mail@3v1n0.net>
3298+
3299+ TestBamfLauncherIcon: add sticky tests
3300+
3301+2012-09-10 Marco Trevisan (Treviño) <mail@3v1n0.net>
3302+
3303+ AbstractLauncherIcon: add position_forgot signal, use it in LauncherController and LauncherIcon
3304+
3305+2012-09-10 Marco Trevisan (Treviño) <mail@3v1n0.net>
3306+
3307+ TestLauncher: addtest for add_request signal
3308+
3309+2012-09-10 Marco Trevisan (Treviño) <mail@3v1n0.net>
3310+
3311+ DndData: use const char*
3312+
3313+2012-09-10 Marco Trevisan (Treviño) <mail@3v1n0.net>
3314+
3315+ TestLauncher: add test for DndIsSpecialRequest
3316+
3317+2012-09-10 Marco Trevisan (Treviño) <mail@3v1n0.net>
3318+
3319+ TestLauncher: check if a device icon is sticked when dragged.
3320+
3321+2012-09-10 Marco Trevisan (Treviño) <mail@3v1n0.net>
3322+
3323+ TestLauncher: add test to check drag icon when setting an icon back to its position
3324+
3325+2012-09-10 Marco Trevisan (Treviño) <mail@3v1n0.net>
3326+
3327+ LauncherModel: avoid priority clashes, when icons share the priority with 'other'
3328+
3329+ Tests updated and added.
3330+
3331+2012-09-10 Marco Trevisan (Treviño) <mail@3v1n0.net>
3332+
3333+ Merging trunk
3334+
3335+2012-09-10 Marco Trevisan (Treviño) <mail@3v1n0.net>
3336+
3337+ Launcher: removing fixme statement
3338+
3339+2012-09-10 Marco Trevisan (Treviño) <mail@3v1n0.net>
3340+
3341+ TestLauncher: add AddMockIcons utility function
3342+
3343+2012-09-10 Marco Trevisan (Treviño) <mail@3v1n0.net>
3344+
3345+ tests: added TestHudLauncherIcon
3346+
3347+2012-09-10 Marco Trevisan (Treviño) <mail@3v1n0.net>
3348+
3349+ Launcher: put back the saturation check bits
3350+
3351+2012-09-10 Marco Trevisan (Treviño) <mail@3v1n0.net>
3352+
3353+ TestBFBLauncherIcon: use testing::Test and check for icon position
3354+
3355+2012-09-08 Marco Trevisan (Treviño) <mail@3v1n0.net>
3356+
3357+ FavoriteStore: more const methods and static values
3358+
3359+2012-09-07 Marco Trevisan (Treviño) <mail@3v1n0.net>
3360+
3361+ BamfLauncherIcon: use smart pointers for GKeyFile
3362+
3363+2012-09-07 Marco Trevisan (Treviño) <mail@3v1n0.net>
3364+
3365+ Merging with trunk
3366+
3367+2012-09-07 Marco Trevisan (Treviño) <mail@3v1n0.net>
3368+
3369+ unityshell: remove the ShowDesktopIcon option, correctly set the workspaces size even when vsize changes
3370+
3371+ And, of course, change the launcher::Controller initialization.
3372+
3373+2012-09-07 Marco Trevisan (Treviño) <mail@3v1n0.net>
3374+
3375+ LauncherController: refactor the internals to use the new LauncherModel and FavoriteStore
3376+
3377+ Semplified the constructor, we really don't need to have a Display parameter here; use
3378+ initialization list more, remove timeout on icons initialization (also use a new main function to
3379+ initialize all the non-fixed launcher icons).
3380+
3381+ The icons ordering has changed a lot: now the favorites control everything (except BFB and trash)
3382+ and we add the icons based on their defined position. Added two special places: local::RUNNING_APPS_URI
3383+ and local::DEVICES_URI that optionally defines where these kind of icons should be placed.
3384+ This is not strict by the way, because if these uris are not defined we add them by default at
3385+ the bottom of the launcher main model.
3386+
3387+ So to get that, I refactored CreateFavorite so that it's like an icon factory that returns
3388+ us an icon based on its icon-uri. It does this job only if the icon is not already available.
3389+ Also, added GetFavoriteIcon that returns us the icon in the model with the requested uri.
3390+ SetupIcons does the work of reading the favorite store and add the icons in order; it also
3391+ set up the signals.
3392+
3393+ When a new Device or Application icon is added to the launcher, we append it to the list of the
3394+ non-sticky devices or applications.
3395+
3396+ Favorites reordering, removal or additions have been refactored to fit to our new system;
3397+ when we save the favorites, the position of the "running-apps" or "attached-devices" is
3398+ computed based on where the first icon of this type is placed.
3399+
3400+ The expo icon is handled differently, since it is not added if we have no workspaces available.
3401+
3402+ SoftwareCenterLauncher icons are now handled differently: we consider them as sticky application
3403+ icons, so we firstly add them to the model (setting their priority based on the last sticky icon
3404+ we have), then we animate them. They already know where they should go, based on model computions
3405+ (also fixed a bug that caused them not to get the overlay shourtcut when added).
3406+
3407+ OnLauncherAddRequest: always stick the favorite icon
3408+
3409+2012-09-07 Marco Trevisan (Treviño) <mail@3v1n0.net>
3410+
3411+ SoftwareCenterLauncherIcon: remove the icon size parameter from the animation. Change logic.
3412+
3413+ We assume now that when a SoftwareCenterLauncher icon has been added to the launcher, is already
3414+ on the model, but it is not visible. So at this point we have only to animate ourself to
3415+ the position that was designed (and saved on the icon Center).
3416+
3417+ When the animation is over, remove any extra reference to icon textures and launcher.
3418+ Also make sure we're visible.
3419+
3420+2012-09-07 Marco Trevisan (Treviño) <mail@3v1n0.net>
3421+
3422+ manual-tests, Launcher: backport the BFB icon drag test from 5.0
3423+
3424+ (fixed here as well).
3425+
3426+2012-09-07 Marco Trevisan (Treviño) <mail@3v1n0.net>
3427+
3428+ Launcher: rename signals add DndIsSpecialRequest, remember the position of the dragged icon
3429+
3430+ After a drag action, save the model only if the icon has really changed its position,
3431+ implement DndIsSpecialRequest to check if a DND request is really special (a device icon or
3432+ a .desktop file). When a Dnd special reqeuest happens, we only have to emit a signal.
3433+ The controller will handle them all (hopefully sticking the application)
3434+
3435+ Plus, some code cleanup, use LauncherIcon::IsVisible when possible.
3436+
3437+2012-09-07 Marco Trevisan (Treviño) <mail@3v1n0.net>
3438+
3439+ MockLauncherIcon: adapt to the new AbstractLauncherIcon interface
3440+
3441+2012-09-07 Marco Trevisan (Treviño) <mail@3v1n0.net>
3442+
3443+ VolumeLauncherIcon: implement Stick and Unstick.
3444+
3445+ When Sticked we should unblacklist the icon, when Unsticked we should keep it visibile anyway.
3446+
3447+2012-09-07 Marco Trevisan (Treviño) <mail@3v1n0.net>
3448+
3449+ HudLauncherIcon: use IsVisible()
3450+
3451+2012-09-07 Marco Trevisan (Treviño) <mail@3v1n0.net>
3452+
3453+ com.canonical.Unity.gschema: updated with new default values, added description.
3454+
3455+2012-09-07 Marco Trevisan (Treviño) <mail@3v1n0.net>
3456+
3457+ SpreadLauncherIcon: renamed to ExpoLauncherIcon
3458+
3459+ Also implement the Stick function so that the icon is visible only if we have
3460+ workspaces, and set it invisible by default.
3461+
3462+2012-09-07 Marco Trevisan (Treviño) <mail@3v1n0.net>
3463+
3464+ DeviceLauncherSection: remove the populate idle, add GetIcons() method
3465+
3466+ Tests included
3467+
3468+2012-09-07 Marco Trevisan (Treviño) <mail@3v1n0.net>
3469+
3470+ BamfLauncherIcon: use the parent implmenentation of Stick and Unstick
3471+
3472+ Also don't set the icon visibility based on the stickyness, the Stick() method
3473+ will handle that at LauncherIcon level.
3474+
3475+2012-09-07 Marco Trevisan (Treviño) <mail@3v1n0.net>
3476+
3477+ LauncherModel: use the icon position to order the icons
3478+
3479+ tests updated.
3480+
3481+2012-09-07 Marco Trevisan (Treviño) <mail@3v1n0.net>
3482+
3483+ LauncherIcon: implement IsVisible, Stick and Unstick. Set default sort priority.
3484+
3485+ Now a launcher icon sets its sort priority by default on initialization, so that
3486+ it changes based on the icon type.
3487+ Also, implement the Stick method setting the icon visible by default and emitting
3488+ the position_saved signal for its customers.
3489+
3490+ Implement also the Unstick method, it also removes the icon from favorites.
3491+
3492+2012-09-07 Marco Trevisan (Treviño) <mail@3v1n0.net>
3493+
3494+ AbstractLauncherIcon: remove icon_weight property, add DefaultPriority getter and position_saved signal
3495+
3496+ The default priority is set to a value relative to the icon type by deafult.
3497+ The priority_saved signal is meant to be used when an icon wants to save is position (i.e.
3498+ add itself to favorites).
3499+
3500+2012-09-07 Marco Trevisan (Treviño) <mail@3v1n0.net>
3501+
3502+ FavoriteStoreGSettings: implement missing methods, always store icon uris instead of destkop paths/id
3503+
3504+ Add/update tests. The favorites are now meant as source for the icon ordering, they're not only
3505+ related to desktop files but to any unity kind of icon
3506+
3507+2012-09-07 Marco Trevisan (Treviño) <mail@3v1n0.net>
3508+
3509+ FavoriteStore: add more utility methods, plus some static ones to get the favorite uri
3510+
3511+2012-09-07 Marco Trevisan (Treviño) <mail@3v1n0.net>
3512+
3513+ FavoriteStorePrivate: add IsDesktopFilePath utility function
3514+
3515+2012-09-07 Marco Trevisan (Treviño) <mail@3v1n0.net>
3516+
3517+ DesktopLauncherIcon: switch icon uri to "unity://desktop-icon"
3518+
3519+2012-09-07 Marco Trevisan (Treviño) <mail@3v1n0.net>
3520+
3521+ DesktopUtilities: add GetDesktopPathById method to get the desktop path from an id or file.
3522+
3523+ Tests included.
3524+
3525+2012-09-07 Marco Trevisan (Treviño) <mail@3v1n0.net>
3526+
3527+ PanelMenuView: remove unneede variable
3528+
3529+2012-09-05 Marco Trevisan (Treviño) <mail@3v1n0.net>
3530+
3531+ GLibDBusProxy: cleanup unneeded variable
3532+
3533+2012-09-05 Marco Trevisan (Treviño) <mail@3v1n0.net>
3534+
3535+ Merging with lp:~3v1n0/unity/keep-priority-launcher-model to have a real priority model
3536+
3537+2012-09-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3538+
3539+ Merging with trunk
3540+
3541+2012-08-30 Marco Trevisan (Treviño) <mail@3v1n0.net>
3542+
3543+ Merging again with lp:~andyrock/unity/devices-cleanup-and-test (and trunk)
3544+
3545+2012-08-25 Marco Trevisan (Treviño) <mail@3v1n0.net>
3546+
3547+ Merging with trunk trough lp:~andyrock/unity/devices-cleanup-and-test
3548+
3549+2012-08-25 Marco Trevisan (Treviño) <mail@3v1n0.net>
3550+
3551+ VolumeLauncherIcon: add remote Uri support
3552+
3553+2012-08-25 Marco Trevisan (Treviño) <mail@3v1n0.net>
3554+
3555+ Merging with lp:~andyrock/unity/devices-cleanup-and-test
3556+
3557+2012-08-17 Marco Trevisan (Treviño) <mail@3v1n0.net>
3558+
3559+ LauncherModel: also use the icon_weight parameter to define the icon sorting
3560+
3561+2012-08-17 Marco Trevisan (Treviño) <mail@3v1n0.net>
3562+
3563+ AbstractLauncherIcon: add icon_weight property that defines the default icon position
3564+
3565+2012-08-17 Marco Trevisan (Treviño) <mail@3v1n0.net>
3566+
3567+ launcher, CMakeLists: compile also SpreadLauncherIcon
3568+
3569+2012-08-17 Marco Trevisan (Treviño) <mail@3v1n0.net>
3570+
3571+ Launcher: add SpreadLauncherIcon to perform the Expo action
3572+
3573+ Added unit-tests,
3574+
3575+2012-08-17 Marco Trevisan (Treviño) <mail@3v1n0.net>
3576+
3577+ DesktopLauncherIcon: add Super+D shortcut and remoteUri
3578+
3579+2012-08-17 Marco Trevisan (Treviño) <mail@3v1n0.net>
3580+
3581+ DeviceLauncherIcon: fix compilation
3582+
3583+2012-08-17 Marco Trevisan (Treviño) <mail@3v1n0.net>
3584+
3585+ Merging with trunk
3586+
3587+2012-08-14 Marco Trevisan (Treviño) <mail@3v1n0.net>
3588+
3589+ DeviceLauncherIcon: implement GetRemoteUri (returning the device UUID)
3590+
3591+2012-08-14 Marco Trevisan (Treviño) <mail@3v1n0.net>
3592+
3593+ LauncherController: fix the Sorting priority to avoid that opened icons are added after the sticky ones
3594+
3595+2012-08-14 Marco Trevisan (Treviño) <mail@3v1n0.net>
3596+
3597+ Merging with lp:~3v1n0/unity/quicklist-menu-items-leak-fix (future trunk :))
3598+
3599+2012-08-14 Marco Trevisan (Treviño) <mail@3v1n0.net>
3600+
3601+ Merging with trunk
3602+
3603+2012-08-10 Marco Trevisan (Treviño) <mail@3v1n0.net>
3604+
3605+ Merging with lp:~3v1n0/unity/launcher-icon-construction-type (and trunk)
3606+
3607+2012-08-03 Marco Trevisan (Treviño) <mail@3v1n0.net>
3608+
3609+ Launcher: set the initial animation back to work
3610+
3611+2012-08-03 Marco Trevisan (Treviño) <mail@3v1n0.net>
3612+
3613+ Launcher: put the _initial_drag_animation back
3614+
3615+2012-08-03 Marco Trevisan (Treviño) <mail@3v1n0.net>
3616+
3617+ Launcher: always start the drag launcher window from the original click position
3618+
3619+ This fixes bug #858540
3620+
3621+2012-08-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3622+
3623+ Launcher: allow to reorder any floating icon, fix the dragging under the last icon
3624+
3625+2012-08-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3626+
3627+ TestLauncherModel: added TestOrderByPosition
3628+
3629+2012-08-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3630+
3631+ TestLauncherModel: refactored to use testing::Test function
3632+
3633+2012-08-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3634+
3635+ LauncherModel: first compare icons by their position, not by type
3636+
3637+2012-08-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3638+
3639+ LauncherIcon: set the default icon position to FLOATING; HUD, BFB to BEGIN; Trash to END
3640+
3641+2012-08-02 Marco Trevisan (Treviño) <mail@3v1n0.net>
3642+
3643+ AbstractLauncherIcon: add position Enum and icon property
3644+
3645+2012-09-18 Andrea Azzarone <azzaronea@gmail.com>
3646+
3647+ Refactor unity::Settings to use nux::RWProperty.. Fixes: https://bugs.launchpad.net/bugs/1044681. Approved by Omer Akram.
3648+
3649+2012-09-18 Andrea Azzarone <azzaronea@gmail.com>
3650+
3651+ Don't use override keyword.
3652+
3653+2012-09-17 Andrea Azzarone <azzaronea@gmail.com>
3654+
3655+ Update copyright headers.
3656+
3657+2012-09-17 Andrea Azzarone <azzaronea@gmail.com>
3658+
3659+ Delete .project file.
3660+
3661+2012-09-17 Andrea Azzarone <azzaronea@gmail.com>
3662+
3663+ Add unit test for unity::Settings.
3664+
3665+2012-09-17 Andrea Azzarone <azzaronea@gmail.com>
3666+
3667+ Use a nux::RWProperty for the form factor.
3668+
3669+2012-09-16 Andrea Azzarone <azzaronea@gmail.com>
3670+
3671+ Use std::unique_ptr for the pimpl pointer.
3672+
3673+2012-09-16 Andrea Azzarone <azzaronea@gmail.com>
3674+
3675+ Use unity::glib facilities in unity::Settings::Impl
3676+
3677+2012-09-16 Andrea Azzarone <azzaronea@gmail.com>
3678+
3679+ Fix bug 1044681.
3680+
3681+2012-09-18 Neil Jagdish Patel <neil.patel@canonical.com>
3682+
3683+ 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).
3684+
3685+2012-09-17 Neil Jagdish Patel <neil.patel@canonical.com>
3686+
3687+ Check for the application emblem category type
3688+
3689+2012-09-18 Neil Jagdish Patel <neil.patel@canonical.com>
3690+
3691+ 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).
3692+
3693+2012-09-18 Neil Jagdish Patel <neil.patel@canonical.com>
3694+
3695+ Send the current time to applications when we open them
3696+
3697+2012-09-18 Nick Dedekind <nicholas.dedekind@gmail.com>
3698+
3699+ Fixed scrolling in music preview.. Fixes: . Approved by Neil J. Patel.
3700+
3701+2012-09-18 Nick Dedekind <nicholas.dedekind@gmail.com>
3702+
3703+ Fixed mouse scrolling in music preview.
3704+
3705+2012-09-18 Nick Dedekind <nicholas.dedekind@gmail.com>
3706+
3707+ Enabled focus navigation for dash preview buttons.. Fixes: https://bugs.launchpad.net/bugs/1045416. Approved by Michal Hruby, John Lea.
3708+
3709+2012-09-18 Nick Dedekind <nicholas.dedekind@gmail.com>
3710+
3711+ merge with trunk
3712+
3713+2012-09-12 Nick Dedekind <nicholas.dedekind@gmail.com>
3714+
3715+ removed unnecessary brackets
3716+
3717+2012-09-12 Nick Dedekind <nicholas.dedekind@gmail.com>
3718+
3719+ Merge with trunk
3720+
3721+2012-09-12 Nick Dedekind <nicholas.dedekind@gmail.com>
3722+
3723+ Added focus navigation to preview buttons.
3724+
3725+2012-09-18 Daniel van Vugt <daniel.van.vugt@canonical.com>
3726+
3727+ This branch fixes several failing autopilot tests.. Fixes: . Approved by Omer Akram, Christopher Lee.
3728+
3729+2012-09-18 Thomi Richards <thomi.richards@canonical.com>
3730+
3731+ Merged code to fix several AP tests.
3732+
3733+2012-09-18 Thomi Richards <thomi.richards@canonical.com>
3734+
3735+ Make video preview test more robust.
3736+
3737+2012-09-18 Thomi Richards <thomi.richards@canonical.com>
3738+
3739+ Skip music lens preview test if the music lens is empty.
3740+
3741+2012-09-18 Thomi Richards <thomi.richards@canonical.com>
3742+
3743+ Hud tests will now work even when run from inside an SSH session.
3744+
3745+2012-09-18 Thomi Richards <thomi.richards@canonical.com>
3746+
3747+ Sleep after open gedit perhaps?
3748+
3749+2012-09-18 Thomi Richards <thomi.richards@canonical.com>
3750+
3751+ Fixed hud test.
3752+
3753+2012-09-17 Ken VanDine <ken.vandine@canonical.com>
3754+
3755+ Adds SocialPreview. Fixes: https://bugs.launchpad.net/bugs/1049127. Approved by Neil J. Patel.
3756+
3757+2012-09-14 Ken VanDine <ken.vandine@canonical.com>
3758+
3759+ Added SocialPreview
3760+
3761+2012-09-17 Daniel van Vugt <daniel.van.vugt@canonical.com>
3762+
3763+ Restore the panel shadow, which has been missing since Unity 6.4.
3764+ (LP: #1045705)
3765+
3766+ REQUIRES Compiz fix LP: #1050704. Without that fix, the active window will
3767+ always have the panel shadow on top of it.. Fixes: https://bugs.launchpad.net/bugs/1045705. Approved by Brandon Schaefer.
3768+
3769+2012-09-17 Daniel van Vugt <daniel.van.vugt@canonical.com>
3770+
3771+ Restore the panel shadow, which has been missing since Unity 6.4.
3772+ (LP: #1045705)
3773+
3774+ REQUIRES Compiz fix LP: #1050704. Without that fix, the active window will
3775+ always have the panel shadow on top of it.
3776+
3777+2012-09-17 Pawel Stolowski <pawel.stolowski@canonical.com>
3778+
3779+ Register file delete events in zeitgeist when file is dropped onto Trash launcher icon.
3780+ Added zeitgeist dependency.. Fixes: https://bugs.launchpad.net/bugs/870150. Approved by Marco Trevisan (Treviño).
3781+
3782+2012-09-17 Pawel Stolowski <pawel.stolowski@canonical.com>
3783+
3784+ Merged 6.0 branch.
3785+
3786+2012-09-17 Pawel Stolowski <pawel.stolowski@canonical.com>
3787+
3788+ 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 .
3789+
3790+2012-09-17 Tim Penhey <tim.penhey@canonical.com>
3791+
3792+ Fix uninitialized and invalid reads as reported by valgrind.. Fixes: . Approved by Brandon Schaefer.
3793+
3794+2012-09-13 Tim Penhey <tim.penhey@canonical.com>
3795+
3796+ Release the tray too.
3797+
3798+2012-09-12 Tim Penhey <tim.penhey@canonical.com>
3799+
3800+ Initialise the initial duration for the window minimisation.
3801+
3802+2012-09-12 Tim Penhey <tim.penhey@canonical.com>
3803+
3804+ Initialise indial_drag_animation, and remove some private variables that are never used.
3805+
3806+2012-09-17 Tim Penhey <tim.penhey@canonical.com>
3807+
3808+ Fix the standalone launcher crash on exit.. Fixes: . Approved by Brandon Schaefer.
3809+
3810+2012-09-12 Tim Penhey <tim.penhey@canonical.com>
3811+
3812+ And include the header.
3813+
3814+2012-09-12 Tim Penhey <tim.penhey@canonical.com>
3815+
3816+ Destroy the icon textures.
3817+
3818+2012-09-11 Tim Penhey <tim.penhey@canonical.com>
3819+
3820+ Make sure the controller is destroyed before the window thread so the process exits nicely.
3821+
3822+2012-09-17 Ken VanDine <ken.vandine@canonical.com>
3823+
3824+ Added SocialPreview. Fixes: https://bugs.launchpad.net/bugs/1049127. Approved by Neil J. Patel.
3825+
3826+2012-09-17 Ken VanDine <ken.vandine@canonical.com>
3827+
3828+ Removed dash preview background shadow
3829+
3830+2012-09-17 Ken VanDine <ken.vandine@canonical.com>
3831+
3832+ merged latest trunk
3833+
3834+2012-09-14 Ken VanDine <ken.vandine@canonical.com>
3835+
3836+ Added SocialPreview
3837+
3838+2012-09-14 Ken VanDine <ken.vandine@canonical.com>
3839+
3840+ fixed a comment
3841+
3842+2012-09-14 Ken VanDine <ken.vandine@canonical.com>
3843+
3844+ cleaned up some comments
3845+
3846+2012-09-13 Ken VanDine <ken.vandine@canonical.com>
3847+
3848+ added test for SocialPreview
3849+
3850+2012-09-12 Ken VanDine <ken.vandine@canonical.com>
3851+
3852+ use a larger font
3853+
3854+2012-09-12 Ken VanDine <ken.vandine@canonical.com>
3855+
3856+ limit lines to 8
3857+
3858+2012-09-12 Ken VanDine <ken.vandine@canonical.com>
3859+
3860+ if description is empty and there is an image set, display it
3861+
3862+2012-09-11 Ken VanDine <ken.vandine@canonical.com>
3863+
3864+ Fixed alignment so comments line up with the info hints
3865+
3866+2012-09-11 Ken VanDine <ken.vandine@canonical.com>
3867+
3868+ don't escape
3869+
3870+2012-09-10 Ken VanDine <ken.vandine@canonical.com>
3871+
3872+ Formating fixes, including less ScrollViews
3873+
3874+2012-09-07 Ken VanDine <ken.vandine@canonical.com>
3875+
3876+ formating tweaks and updated more data in the standonly preview
3877+
3878+2012-09-07 Ken VanDine <ken.vandine@canonical.com>
3879+
3880+ removed some print statements
3881+
3882+2012-09-07 Ken VanDine <ken.vandine@canonical.com>
3883+
3884+ merged from trunk
3885+
3886+2012-09-07 Ken VanDine <ken.vandine@canonical.com>
3887+
3888+ more SocialPreviewComments layout tweaks
3889+
3890+2012-09-07 Ken VanDine <ken.vandine@canonical.com>
3891+
3892+ layout tweaking for Comments
3893+
3894+2012-09-07 Ken VanDine <ken.vandine@canonical.com>
3895+
3896+ layout tweaks
3897+
3898+2012-09-07 Ken VanDine <ken.vandine@canonical.com>
3899+
3900+ Fixed drawing of SocialPreviewComments and make it inherit from ScrollView
3901+
3902+2012-09-06 Ken VanDine <ken.vandine@canonical.com>
3903+
3904+ merged from trunk
3905+
3906+2012-09-06 Ken VanDine <ken.vandine@canonical.com>
3907+
3908+ set comments_ width based on the details width
3909+
3910+2012-09-06 Ken VanDine <ken.vandine@canonical.com>
3911+
3912+ updated for protocol changes
3913+
3914+2012-09-06 Ken VanDine <ken.vandine@canonical.com>
3915+
3916+ serialize comments
3917+
3918+2012-09-05 Ken VanDine <ken.vandine@canonical.com>
3919+
3920+ merged from trunk
3921+
3922+2012-09-05 Ken VanDine <ken.vandine@canonical.com>
3923+
3924+ merged from trunk
3925+
3926+2012-09-05 Ken VanDine <ken.vandine@canonical.com>
3927+
3928+ merged fixes for invalid geometry
3929+
3930+2012-09-05 Ken VanDine <ken.vandine@canonical.com>
3931+
3932+ Don't draw if cr is invalid
3933+
3934+2012-09-05 Ken VanDine <ken.vandine@canonical.com>
3935+
3936+ Added Comments stuff
3937+
3938+2012-09-04 Ken VanDine <ken.vandine@canonical.com>
3939+
3940+ dropped SetText
3941+
3942+2012-09-04 Ken VanDine <ken.vandine@canonical.com>
3943+
3944+ strip out cruft
3945+
3946+2012-09-04 Ken VanDine <ken.vandine@canonical.com>
3947+
3948+ first pass at SocialPreviewComments widget
3949+
3950+2012-09-04 Ken VanDine <ken.vandine@canonical.com>
3951+
3952+ merged speech bubble
3953+
3954+2012-09-04 Ken VanDine <ken.vandine@canonical.com>
3955+
3956+ tweaked the color of the bubble
3957+
3958+2012-09-04 Ken VanDine <ken.vandine@canonical.com>
3959+
3960+ merged in my branch
3961+
3962+2012-09-04 Nick Dedekind <nicholas.dedekind@gmail.com>
3963+
3964+ Added content bubble for social preview.
3965+
3966+2012-09-04 Ken VanDine <ken.vandine@canonical.com>
3967+
3968+ added some of RepliesWidget
3969+
3970+2012-09-03 Ken VanDine <ken.vandine@canonical.com>
3971+
3972+ merged trunk
3973+
3974+2012-09-01 Ken VanDine <ken.vandine@canonical.com>
3975+
3976+ merged from trunk
3977+
3978+2012-08-31 Ken VanDine <ken.vandine@canonical.com>
3979+
3980+ removed set_title
3981+
3982+2012-08-31 Ken VanDine <ken.vandine@canonical.com>
3983+
3984+ use description
3985+
3986+2012-08-31 Ken VanDine <ken.vandine@canonical.com>
3987+
3988+ give the standalone preview different data
3989+
3990+2012-08-31 Ken VanDine <ken.vandine@canonical.com>
3991+
3992+ merged changes from dednick
3993+
3994+2012-08-31 Nick Dedekind <nicholas.dedekind@gmail.com>
3995+
3996+ Standardised preview field usage for socual preview
3997+
3998+2012-08-31 Ken VanDine <ken.vandine@canonical.com>
3999+
4000+ merged from trunk
4001+
4002+2012-08-31 Ken VanDine <ken.vandine@canonical.com>
4003+
4004+ playing with layouts
4005+
4006+2012-08-31 Ken VanDine <ken.vandine@canonical.com>
4007+
4008+ Merged
4009+
4010+2012-08-31 Ken VanDine <ken.vandine@canonical.com>
4011+
4012+ limit the content to 10 lines
4013+
4014+2012-08-29 Ken VanDine <ken.vandine@canonical.com>
4015+
4016+ added missing SocialPreview
4017+
4018+2012-08-29 Ken VanDine <ken.vandine@canonical.com>
4019+
4020+ Updated SocialPreview
4021+
4022+2012-08-28 Ken VanDine <ken.vandine@canonical.com>
4023+
4024+ dded SocialPreview
4025+
4026+2012-09-17 Thomi Richards <thomi.richards@canonical.com>
4027+
4028+ Fix several failing autopilot tests.. Fixes: . Approved by Brandon Schaefer.
4029+
4030+2012-09-17 Thomi Richards <thomi.richards@canonical.com>
4031+
4032+ Fixed a launcher test that failed if you had any devices mounted.
4033+
4034+2012-09-17 Thomi Richards <thomi.richards@canonical.com>
4035+
4036+ Ordered imports.
4037+
4038+2012-09-17 Thomi Richards <thomi.richards@canonical.com>
4039+
4040+ Added code to ensure that text editor icon is not in the launcher model before the test starts.
4041+
4042+2012-09-17 Andrea Azzarone <azzaronea@gmail.com>
4043+
4044+ Show the alt-tab on the monitor with the mouse.. Fixes: https://bugs.launchpad.net/bugs/1044293. Approved by Marco Trevisan (Treviño).
4045+
4046+2012-09-17 Andrea Azzarone <azzaronea@gmail.com>
4047+
4048+ Update AP test.
4049+
4050+2012-09-17 Andrea Azzarone <azzaronea@gmail.com>
4051+
4052+ Show alt+tab in the monitor with mouse.
4053+
4054+2012-09-17 Nic d'Offay <nicolas.doffay@canonical.com>
4055+
4056+ 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 .
4057+
4058+2012-09-17 Nic d'Offay <nicolas.doffay@canonical.com>
4059+
4060+ Moved mouse click exit functionality to base class to effect all previews. Left click now also exits.
4061+
4062+2012-09-11 Nic d'Offay <nicolas.doffay@canonical.com>
4063+
4064+ Added click exit functionality to MusicPreviews.
4065+
4066+2012-09-10 Nic d'Offay <nicolas.doffay@canonical.com>
4067+
4068+ Fixed mouse selection with Coverflow.
4069+
4070+2012-09-17 Omer Akram <om26er@ubuntu.com>
4071+
4072+ write AP test for bug 1045752. Fixes: . Approved by Neil J. Patel.
4073+
4074+2012-09-17 Omer Akram <om26er@ubuntu.com>
4075+
4076+ add AP tests for lp:1045752
4077+
4078+2012-09-17 Pawel Stolowski <pawel.stolowski@canonical.com>
4079+
4080+ Register file delete events in zeitgeist when file is dropped onto Trash launcher icon.
4081+ Added zeitgeist dependency.. Fixes: https://bugs.launchpad.net/bugs/870150. Approved by Marco Trevisan (Treviño), Michal Hruby.
4082+
4083+2012-09-14 Pawel Stolowski <pawel.stolowski@canonical.com>
4084+
4085+ Removed extra newline.
4086+
4087+2012-09-14 Pawel Stolowski <pawel.stolowski@canonical.com>
4088+
4089+ Moved ZEITGEIST_UNITY_ACTOR to unnamed namspace; formatting fixes.
4090+
4091+2012-09-14 Pawel Stolowski <pawel.stolowski@canonical.com>
4092+
4093+ Merged trunk.
4094+
4095+2012-09-13 Pawel Stolowski <pawel.stolowski@canonical.com>
4096+
4097+ Merged trunk.
4098+
4099+2012-09-07 Pawel Stolowski <pawel.stolowski@canonical.com>
4100+
4101+ Added manual test for dragging files from File Lens to Trash.
4102+
4103+2012-09-06 Pawel Stolowski <pawel.stolowski@canonical.com>
4104+
4105+ Merged trunk.
4106+
4107+2012-09-04 Pawel Stolowski <pawel.stolowski@canonical.com>
4108+
4109+ Register file delete events in zeitgeist when file is dropped onto Trash launcher icon.
4110+ Added zeitgeist dependency.
4111+
4112+2012-09-17 Daniel van Vugt <daniel.van.vugt@canonical.com>
4113+
4114+ Restore the panel shadow, which has been missing since Unity 6.4.
4115+ (LP: #1045705). Fixes: https://bugs.launchpad.net/bugs/1045705. Approved by Omer Akram, Marco Trevisan (Treviño).
4116+
4117+2012-09-17 Daniel van Vugt <daniel.van.vugt@canonical.com>
4118+
4119+ Use unity coding style.
4120+
4121+2012-09-17 Daniel van Vugt <daniel.van.vugt@canonical.com>
4122+
4123+ Use references instead of copying, where possible.
4124+
4125+2012-09-17 Daniel van Vugt <daniel.van.vugt@canonical.com>
4126+
4127+ Check the shadow texture exists before using it. Otherwise we'd dereference
4128+ NULL.
4129+
4130+2012-09-13 Daniel van Vugt <daniel.van.vugt@canonical.com>
4131+
4132+ Merge latest lp:unity and fix conflicts
4133+
4134+2012-09-13 Daniel van Vugt <daniel.van.vugt@canonical.com>
4135+
4136+ Restored support for panel shadow drawing over unfocussed windows.
4137+
4138+ Note: This REQUIRES a corresponding fix to compiz in the decor plugin. Make
4139+ sure you have that first.
4140+
4141+2012-09-07 Daniel van Vugt <daniel.van.vugt@canonical.com>
4142+
4143+ Restore the panel shadow, which has been missing since Unity 6.4.
4144+ (LP: #1045705)
4145+
4146+ Unfortunately (or fortunately IMHO) this only draws the panel shadow on the
4147+ desktop. So far I have only been able to make the shadow draw on all windows
4148+ (including active) or just the desktop. This may be a restriction we have to
4149+ accept until/unless panel shadow rendering is moved into compiz itself, or
4150+ some nice person can find a way to make it work... ?
4151+
4152+2012-09-16 Andrea Azzarone <azzaronea@gmail.com>
4153+
4154+ Reduce internal-padding inside filter buttons.. Fixes: https://bugs.launchpad.net/bugs/856277. Approved by Brandon Schaefer.
4155+
4156+2012-09-13 Andrea Azzarone <azzaronea@gmail.com>
4157+
4158+ Remove magic number.
4159+
4160+2012-09-13 Andrea Azzarone <azzaronea@gmail.com>
4161+
4162+ Remove magic number.
4163+
4164+2012-09-13 Andrea Azzarone <azzaronea@gmail.com>
4165+
4166+ Revemove debug label.
4167+
4168+2012-09-13 Andrea Azzarone <azzaronea@gmail.com>
4169+
4170+ Fix typo in DashStyle.
4171+
4172+2012-09-13 Andrea Azzarone <azzaronea@gmail.com>
4173+
4174+ Change label string to reproduce the bug.
4175+
4176+2012-09-14 Andrea Azzarone <azzaronea@gmail.com>
4177+
4178+ Raise shortcut overlay on show.. Fixes: https://bugs.launchpad.net/bugs/985883. Approved by Brandon Schaefer.
4179+
4180+2012-09-11 Andrea Azzarone <azzaronea@gmail.com>
4181+
4182+ Add unit-tests.
4183+
4184+2012-09-10 Andrea Azzarone <azzaronea@gmail.com>
4185+
4186+ Minor changes.
4187+
4188+2012-09-14 Nick Dedekind <nicholas.dedekind@gmail.com>
4189+
4190+ Removed dash preview background shadow.. Fixes: . Approved by Brandon Schaefer.
4191+
4192+2012-09-10 Nick Dedekind <nicholas.dedekind@gmail.com>
4193+
4194+ Added programatic ability to disable/enable preview content background shadows.
4195+
4196+2012-09-14 Tim Penhey <tim.penhey@canonical.com>
4197+
4198+ 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.
4199+
4200+2012-09-12 Tim Penhey <tim.penhey@canonical.com>
4201+
4202+ Fix the adoption warning, and some layout tweaks.
4203+
4204+2012-09-14 Gord Allott <gord.allott@canonical.com>
4205+
4206+ some changes in spacing from new designs. Fixes: . Approved by Gord Allott.
4207+
4208+2012-09-14 Gord Allott <gord.allott@canonical.com>
4209+
4210+ changed font weight for filter results and filter category headers
4211+
4212+2012-09-14 Gord Allott <gord.allott@canonical.com>
4213+
4214+ design spacing changes, guessed edition
4215+
4216+2012-09-14 Gord Allott <gord.allott@canonical.com>
4217+
4218+ 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.
4219+
4220+2012-09-14 Gord Allott <gord.allott@canonical.com>
4221+
4222+ added tex
4223+
4224+2012-09-14 Gord Allott <gord.allott@canonical.com>
4225+
4226+ fixed small issue with sizing
4227+
4228+2012-09-14 Gord Allott <gord.allott@canonical.com>
4229+
4230+ remove awesome numbers
4231+
4232+2012-09-14 Gord Allott <gord.allott@canonical.com>
4233+
4234+ nicer way of handling filters being open from places group
4235+
4236+2012-09-14 Gord Allott <gord.allott@canonical.com>
4237+
4238+ fixes hud drawing
4239+
4240+2012-09-13 Gord Allott <gord.allott@canonical.com>
4241+
4242+ removed commented lines
4243+
4244+2012-09-13 Gord Allott <gord.allott@canonical.com>
4245+
4246+ removed a few more debugs
4247+
4248+2012-09-13 Gord Allott <gord.allott@canonical.com>
4249+
4250+ removed some debugs
4251+
4252+2012-09-13 Gord Allott <gord.allott@canonical.com>
4253+
4254+ fixes small issue with home view and scrollbar enabling
4255+
4256+2012-09-13 Gord Allott <gord.allott@canonical.com>
4257+
4258+ remove filter bar expanders
4259+
4260+2012-09-13 Gord Allott <gord.allott@canonical.com>
4261+
4262+ latest trunk
4263+
4264+2012-09-13 Gord Allott <gord.allott@canonical.com>
4265+
4266+ remove separator at the top of the dash
4267+
4268+2012-09-13 Gord Allott <gord.allott@canonical.com>
4269+
4270+ hide scrollbar in dash when there are not enough items to scroll
4271+
4272+2012-09-13 Gord Allott <gord.allott@canonical.com>
4273+
4274+ lots of stuff
4275+
4276+2012-09-12 Gord Allott <gord.allott@canonical.com>
4277+
4278+ merge in lp:~gordallott/unity/fix-overlay-race-condition
4279+
4280+2012-09-12 Gord Allott <gord.allott@canonical.com>
4281+
4282+ don't use an idle for a call that needs to be immediate
4283+
4284+2012-09-12 Gord Allott <gord.allott@canonical.com>
4285+
4286+ make sure to increase the bgs number
4287+
4288+2012-09-11 Gord Allott <gord.allott@canonical.com>
4289+
4290+ latest unity
4291+
4292+2012-09-11 Gord Allott <gord.allott@canonical.com>
4293+
4294+ panel gradient
4295+
4296+2012-09-11 Gord Allott <gord.allott@canonical.com>
4297+
4298+ dash gradient background added
4299+
4300+2012-09-11 Gord Allott <gord.allott@canonical.com>
4301+
4302+ properly placed category bgs
4303+
4304+2012-09-10 Gord Allott <gord.allott@canonical.com>
4305+
4306+ undup line
4307+
4308+2012-09-10 Gord Allott <gord.allott@canonical.com>
4309+
4310+ performance fix
4311+
4312+2012-09-10 Gord Allott <gord.allott@canonical.com>
4313+
4314+ two highlight textures working
4315+
4316+2012-09-10 Gord Allott <gord.allott@canonical.com>
4317+
4318+ merge with trunk, fix draw order issues@
4319+
4320+2012-08-30 Gord Allott <gord.allott@canonical.com>
4321+
4322+ Buggy but ubuntu is crashing so i want a saved spot
4323+
4324+2012-08-30 Gord Allott <gord.allott@canonical.com>
4325+
4326+ quick save
4327+
4328+2012-08-29 Gord Allott <gord.allott@canonical.com>
4329+
4330+ new resources
4331+
4332+2012-09-14 Nick Dedekind <nicholas.dedekind@gmail.com>
4333+
4334+ Preview navigation buttons opacity changes on mouse-over.. Fixes: . Approved by Michal Hruby, John Lea.
4335+
4336+2012-09-10 Nick Dedekind <nicholas.dedekind@gmail.com>
4337+
4338+ Preview navigation buttons opacity changes on mouse-over.
4339+
4340+2012-09-14 Michal Hruby <michal.mhr@gmail.com>
4341+
4342+ 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.
4343+
4344+2012-09-13 Michal Hruby <michal.mhr@gmail.com>
4345+
4346+ Decrease the strip size according to design request
4347+
4348+2012-09-13 Michal Hruby <michal.mhr@gmail.com>
4349+
4350+ Determine size more rigorously
4351+
4352+2012-09-12 Michal Hruby <michal.mhr@gmail.com>
4353+
4354+ It's better when it compiles
4355+
4356+2012-09-12 Michal Hruby <michal.mhr@gmail.com>
4357+
4358+ Merge with Nick's results size branch
4359+
4360+2012-09-12 Michal Hruby <michal.mhr@gmail.com>
4361+
4362+ Fix ribbon compositing
4363+
4364+2012-09-12 Michal Hruby <michal.mhr@gmail.com>
4365+
4366+ Allow specifying both max width and height when calling IconLoader
4367+
4368+2012-09-12 Michal Hruby <michal.mhr@gmail.com>
4369+
4370+ Merge updated-ribbon-rendering branch
4371+
4372+2012-09-06 Michal Hruby <michal.mhr@gmail.com>
4373+
4374+ Add shadow and overflow the ribbon by 1px
4375+
4376+2012-09-06 Michal Hruby <michal.mhr@gmail.com>
4377+
4378+ Fix rendering of emblems
4379+
4380+2012-09-05 Michal Hruby <michal.mhr@gmail.com>
4381+
4382+ Change ribbons visuals according to latest designs
4383+
4384+2012-09-05 Michal Hruby <michal.mhr@gmail.com>
4385+
4386+ Add new category emblems
4387+
4388+2012-09-14 Nick Dedekind <nicholas.dedekind@gmail.com>
4389+
4390+ Added extra-text to preview actions (for price tags).. Fixes: . Approved by Michal Hruby.
4391+
4392+2012-09-13 Nick Dedekind <nicholas.dedekind@gmail.com>
4393+
4394+ Added preview action button accessors for label and extra text.
4395+
4396+2012-09-13 Nick Dedekind <nicholas.dedekind@gmail.com>
4397+
4398+ Added unity test cases for preview extra-text
4399+
4400+2012-09-13 Nick Dedekind <nicholas.dedekind@gmail.com>
4401+
4402+ Added extra-text to preview actions (for price tags).
4403+
4404+2012-09-14 Michal Hruby <michal.mhr@gmail.com>
4405+
4406+ Avoid construction of row wrappers. Fixes: https://bugs.launchpad.net/bugs/1050342. Approved by Gord Allott.
4407+
4408+2012-09-13 Michal Hruby <michal.mhr@gmail.com>
4409+
4410+ Fix delays when adding results
4411+
4412+2012-09-13 Michal Hruby <michal.mhr@gmail.com>
4413+
4414+ Add comments to not forget about the model limitation
4415+
4416+2012-09-13 Michal Hruby <michal.mhr@gmail.com>
4417+
4418+ Merge trunk
4419+
4420+2012-09-02 Michal Hruby <michal.mhr@gmail.com>
4421+
4422+ Avoid construction of row wrappers
4423+
4424+2012-09-14 Nick Dedekind <nicholas.dedekind@gmail.com>
4425+
4426+ 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.
4427+
4428+2012-09-11 Nick Dedekind <nicholas.dedekind@gmail.com>
4429+
4430+ Removed non-implemented function from header.
4431+
4432+2012-09-11 Nick Dedekind <nicholas.dedekind@gmail.com>
4433+
4434+ Updated dash result highlight focus to 106x106 pixels with 20% white opacity. Increased dash result file image size to 96x96.
4435+
4436+2012-09-14 Pawel Stolowski <pawel.stolowski@canonical.com>
4437+
4438+ 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.
4439+
4440+2012-09-12 Pawel Stolowski <pawel.stolowski@canonical.com>
4441+
4442+ Added album_missing_preview icon the be displayed by music previews.
4443+
4444+2012-09-11 Pawel Stolowski <pawel.stolowski@canonical.com>
4445+
4446+ Added icons for missing album and video. They will be referenced by music & video lenses.
4447+
4448+2012-09-14 Michal Hruby <michal.mhr@gmail.com>
4449+
4450+ Disable the flow renderer. Fixes: https://bugs.launchpad.net/bugs/1049593. Approved by Andrea Azzarone, John Lea.
4451+
4452+2012-09-13 Michal Hruby <michal.mhr@gmail.com>
4453+
4454+ Disable flow renderer
4455+
4456+2012-09-12 Nick Dedekind <nicholas.dedekind@gmail.com>
4457+
4458+ Fixed dash dismissal when changing focus to a window on monitor external to that of the dash. (LP#923657)
4459+ 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.
4460+
4461+2012-09-12 Nick Dedekind <nicholas.dedekind@gmail.com>
4462+
4463+ removed extra white space
4464+
4465+2012-09-12 Nick Dedekind <nicholas.dedekind@gmail.com>
4466+
4467+ Fixed hud focus test.
4468+
4469+2012-09-12 Nick Dedekind <nicholas.dedekind@gmail.com>
4470+
4471+ Merge with trunk.
4472+
4473+2012-09-12 Nick Dedekind <nicholas.dedekind@gmail.com>
4474+
4475+ Added key focus AP tests to Dash/Hud. Fixed up Cross monitor AP tests for Dash/Hud.
4476+
4477+2012-09-11 Nick Dedekind <nicholas.dedekind@gmail.com>
4478+
4479+ Fixed dash manual-test format.
4480+
4481+2012-09-11 Nick Dedekind <nicholas.dedekind@gmail.com>
4482+
4483+ Merged with lp:~brandontschaefer/unity/dash-hud-is-dismissed-when-clicking-other-monitor. + a few fixes for focus changes.
4484+
4485+2012-09-12 Marco Trevisan (Treviño) <mail@3v1n0.net>
4486+
4487+ UnityShell: remove scale_highlighted_window_ variable, using scale's getSelectedWindow instead.. Fixes: https://bugs.launchpad.net/bugs/1046795. Approved by Andrea Azzarone.
4488+
4489+2012-09-12 Marco Trevisan (Treviño) <mail@3v1n0.net>
4490+
4491+ Merging with trunk
4492+
4493+2012-09-07 Marco Trevisan (Treviño) <mail@3v1n0.net>
4494+
4495+ Merging with trunk (via lp:~3v1n0/unity/spread-title-improved)
4496+
4497+2012-09-06 Marco Trevisan (Treviño) <mail@3v1n0.net>
4498+
4499+ UnityShell: avoid to compute PluginAdapter() address multiple times in handleEvent
4500+
4501+2012-09-06 Marco Trevisan (Treviño) <mail@3v1n0.net>
4502+
4503+ UnityShell: remove scale_highlighted_window_ variable, using scale's getSelectedWindow instead.
4504+
4505+2012-09-12 Andrea Azzarone <azzaronea@gmail.com>
4506+
4507+ Fix crash in unity::dash::CoverflowResultView::Impl::Impl(). Fixes: https://bugs.launchpad.net/bugs/1047420. Approved by Marco Trevisan (Treviño).
4508+
4509+2012-09-11 Andrea Azzarone <azzaronea@gmail.com>
4510+
4511+ Fix bug 1048420
4512+
4513+2012-09-12 Nick Dedekind <nicholas.dedekind@gmail.com>
4514+
4515+ Update sizing of elements to match designs, update assets. Fixes: https://bugs.launchpad.net/bugs/1049096. Approved by Andrea Azzarone, Xi Zhu.
4516+
4517+2012-09-12 Michal Hruby <michal.mhr@gmail.com>
4518+
4519+ Update also lens nav bar height
4520+
4521+2012-09-11 Michal Hruby <michal.mhr@gmail.com>
4522+
4523+ Merge Nick's preview-buttons-height branch
4524+
4525+2012-09-10 Nick Dedekind <nicholas.dedekind@gmail.com>
4526+
4527+ Preview action buttons height shortened by 2px to 34px.
4528+
4529+2012-09-11 Michal Hruby <michal.mhr@gmail.com>
4530+
4531+ Update lens icons
4532+
4533+2012-09-11 Michal Hruby <michal.mhr@gmail.com>
4534+
4535+ Update category icon sizes
4536+
4537+2012-09-11 Nick Dedekind <nicholas.dedekind@gmail.com>
4538+
4539+ 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.
4540+
4541+2012-09-04 Nick Dedekind <nicholas.dedekind@gmail.com>
4542+
4543+ Updated manual test for change in requirements.
4544+
4545+2012-08-29 Nick Dedekind <nicholas.dedekind@gmail.com>
4546+
4547+ Fixed typo in preview manual test.
4548+
4549+2012-08-29 Nick Dedekind <nicholas.dedekind@gmail.com>
4550+
4551+ Fixed typo in preview manual test.
4552+
4553+2012-08-29 Nick Dedekind <nicholas.dedekind@gmail.com>
4554+
4555+ Altered preview manual test.
4556+
4557+2012-08-28 Nick Dedekind <nicholas.dedekind@gmail.com>
4558+
4559+ Added manual test for preview flicker/resize.
4560+
4561+2012-08-28 Nick Dedekind <nicholas.dedekind@gmail.com>
4562+
4563+ Merged with trunk
4564+
4565+2012-08-21 Nick Dedekind <nicholas.dedekind@gmail.com>
4566+
4567+ Fixed preview flicker on first open.
4568+
4569+2012-09-11 Michal Hruby <michal.mhr@gmail.com>
4570+
4571+ Adds the extra_text property to preview Action. Fixes: https://bugs.launchpad.net/bugs/1049008. Approved by Pawel Stolowski, Nick Dedekind.
4572+
4573+2012-09-11 Michal Hruby <michal.mhr@gmail.com>
4574+
4575+ Expose the extra_text property of PreviewAction
4576+
4577+2012-09-11 Pawel Stolowski <pawel.stolowski@canonical.com>
4578+
4579+ Implemented DBus interface for DashController and made HideDash() method available via DBus. Added autopilot test for it.
4580+ 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.
4581+
4582+2012-09-11 Pawel Stolowski <pawel.stolowski@canonical.com>
4583+
4584+ Provide cancellable when connection to DBus.
4585+
4586+2012-09-11 Pawel Stolowski <pawel.stolowski@canonical.com>
4587+
4588+ Register /com/canonical/Unity/Dash object under existing com.canonical.Unity dbus name.
4589+
4590+2012-09-07 Pawel Stolowski <pawel.stolowski@canonical.com>
4591+
4592+ Added autopilot test for com.canonical.Unity.Dash.HideDash method call.
4593+
4594+2012-09-07 Pawel Stolowski <pawel.stolowski@canonical.com>
4595+
4596+ Implemented DBus interface for DashController and made HideDash() method available via DBus.
4597+
4598+2012-09-11 Nick Dedekind <nicholas.dedekind@gmail.com>
4599+
4600+ Extended track play/pause mouse discovery for entire track row.
4601+ Re-worded manual test for play/pause music track.. Fixes: https://bugs.launchpad.net/bugs/1043997. Approved by Michal Hruby.
4602+
4603+2012-08-31 Nick Dedekind <nicholas.dedekind@gmail.com>
4604+
4605+ Track action mouse discovery enabled for whole track row.
4606+
4607+2012-08-31 Nick Dedekind <nicholas.dedekind@gmail.com>
4608+
4609+ Added clarification in preview music track manual tests.
4610+
4611+2012-09-10 Brandon Schaefer <brandon.schaefer@canonical.com>
4612+
4613+ Fix minor problem with the Hud/Dash being drawn while closing on a different monitor.. Fixes: . Approved by Tim Penhey.
4614+
4615+2012-09-10 Brandon Schaefer <brandon.schaefer@canonical.com>
4616+
4617+ * Fixes dash/hud flashing when closing on a different monitor
4618+
4619+2012-09-10 Brandon Schaefer <brandon.schaefer@canonical.com>
4620+
4621+ 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.
4622+
4623+2012-09-07 Brandon Schaefer <brandon.schaefer@canonical.com>
4624+
4625+ * Fixed confliced
4626+
4627+2012-09-07 Brandon Schaefer <brandon.schaefer@canonical.com>
4628+
4629+ * Removed check in Draw if visible. This is fixed in a better way in another branch.
4630+
4631+2012-09-06 Brandon Schaefer <brandon.schaefer@canonical.com>
4632+
4633+ * change var names as well
4634+
4635+2012-09-06 Brandon Schaefer <brandon.schaefer@canonical.com>
4636+
4637+ * Change target to ideal
4638+
4639+2012-09-05 Brandon Schaefer <brandon.schaefer@canonical.com>
4640+
4641+ * AP tests
4642+
4643+2012-09-05 Brandon Schaefer <brandon.schaefer@canonical.com>
4644+
4645+ * Fixes multi monitor drawing of the Dash and Hud
4646+
4647+2012-09-10 Omer Akram <om26er@ubuntu.com>
4648+
4649+ manual-test to AP; automate different scenarios to check successful launcher keynav. Fixes: . Approved by Christopher Lee.
4650+
4651+2012-09-09 Omer Akram <om26er@ubuntu.com>
4652+
4653+ fix per veebers comment
4654+
4655+2012-09-09 Omer Akram <om26er@ubuntu.com>
4656+
4657+ merge
4658+
4659+2012-09-04 Omer Akram <om26er@ubuntu.com>
4660+
4661+ use move_mouse_to_right_of_launcher helper, also make the other test more obvious about what its doing
4662+
4663+2012-09-04 Omer Akram <om26er@ubuntu.com>
4664+
4665+ merge trunk
4666+
4667+2012-09-09 Omer Akram <om26er@ubuntu.com>
4668+
4669+ Merge trunk
4670+
4671+2012-08-29 Omer Akram <om26er@ubuntu.com>
4672+
4673+ improve on last commit
4674+
4675+2012-08-29 Omer Akram <om26er@ubuntu.com>
4676+
4677+ makes sure right click on a launcher icon while in expo exits it, remove equivalent manual-test
4678+
4679+2012-08-29 Omer Akram <om26er@ubuntu.com>
4680+
4681+ fix docstring and some
4682+
4683+2012-08-29 Omer Akram <om26er@ubuntu.com>
4684+
4685+ click on quicklist item must cancel keynav, removed equivalent manual-test
4686+
4687+2012-08-29 Omer Akram <om26er@ubuntu.com>
4688+
4689+ remove manual-test
4690+
4691+2012-08-29 Omer Akram <om26er@ubuntu.com>
4692+
4693+ add another case from the manual test
4694+
4695+2012-08-29 Omer Akram <om26er@ubuntu.com>
4696+
4697+ add new AP test
4698+
4699+2012-08-28 Omer Akram <om26er@ubuntu.com>
4700+
4701+ merge trunk
4702+
4703+2012-08-27 Omer Akram <om26er@ubuntu.com>
4704+
4705+ merge trunk
4706+
4707+2012-09-07 Alejandro Piñeiro <apinheiro@igalia.com>
4708+
4709+ 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).
4710+
4711+2012-09-07 Andrea Azzarone <azzaronea@gmail.com>
4712+
4713+ Merge trunk.
4714+
4715+2012-09-06 Andrea Azzarone <azzaronea@gmail.com>
4716+
4717+ Merge trunk.
4718+
4719+2012-07-17 Alejandro Piñeiro <apinheiro@igalia.com>
4720+
4721+ a11y: Port unity3d and panel service accessibility init to atk-bridge
4722+
4723+ https://code.launchpad.net/bugs/1023542
4724+
4725+2012-07-03 Alejandro Piñeiro <apinheiro@igalia.com>
4726+
4727+ Reflect on HACKING the new dependency to libatk-adaptor
4728+
4729+2012-07-03 Alejandro Piñeiro <apinheiro@igalia.com>
4730+
4731+ a11y: Port the panel service accessibility support to atk-bridge
4732+
4733+ As Unity plugin itself, moving to atk-bridge library.
4734+
4735+ Also solving minor issues
4736+
4737+2012-07-02 Alejandro Piñeiro <apinheiro@igalia.com>
4738+
4739+ a11y: Don't check 'toolkit-accessibility' gsettings variable
4740+
4741+ So accessibility is always on, like in gtk3 and gnome-shell
4742+
4743+2012-07-02 Alejandro Piñeiro <apinheiro@igalia.com>
4744+
4745+ a11y: Port to atk-bridge
4746+
4747+ gtk3 and gnome-shell already did that. Now the prefered way
4748+ to initialize the bridge is using atk-bridge library,
4749+ instead of load a module
4750+
4751+2012-09-07 Andrea Azzarone <azzaronea@gmail.com>
4752+
4753+ Revert rev 2558.. Fixes: . Approved by Marco Trevisan (Treviño).
4754+
4755+2012-09-07 Andrea Azzarone <azzaronea@gmail.com>
4756+
4757+ Revert rev 2558.
4758+
4759+2012-09-07 Marco Trevisan (Treviño) <mail@3v1n0.net>
4760+
4761+ EdgeBarrierController: Temporary disable the edge barriers also when autohide is set. Fixes: https://bugs.launchpad.net/bugs/1020058. Approved by Andrea Azzarone.
4762+
4763+2012-09-07 Marco Trevisan (Treviño) <mail@3v1n0.net>
4764+
4765+ TestEdgeBarrierController: update tests
4766+
4767+2012-09-07 Marco Trevisan (Treviño) <mail@3v1n0.net>
4768+
4769+ EdgeBarrierController: always release the barrier when requested (even if we have an handler)
4770+
4771+ I.e. release it also with autohide
4772+
4773+2012-09-07 Andrea Azzarone <azzaronea@gmail.com>
4774+
4775+ 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.
4776+
4777+2012-09-07 Andrea Azzarone <azzaronea@gmail.com>
4778+
4779+ Merge trunk.
4780+
4781+2012-09-05 Andrea Azzarone <azzaronea@gmail.com>
4782+
4783+ Split code in different functions.
4784+
4785+2012-09-05 Andrea Azzarone <azzaronea@gmail.com>
4786+
4787+ Re-add code to draw panel background texture when the dash is open and there is a maximized window.
4788+
4789+2012-09-07 Sam Spilsbury <sam.spilsbury@canonical.com>
4790+
4791+ 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.
4792+
4793+2012-09-05 Sam Spilsbury <sam.spilsbury@canonical.com>
4794+
4795+ Merge lp:unity
4796+
4797+2012-09-05 Sam Spilsbury <sam.spilsbury@canonical.com>
4798+
4799+ Merge lp:~smspillaz/unity/unity.remove_modern_compiz_gl
4800+
4801+2012-08-30 Sam Spilsbury <sam.spilsbury@canonical.com>
4802+
4803+ Remove ScreenEffectFramebufferObject
4804+
4805+2012-08-30 Sam Spilsbury <sam.spilsbury@canonical.com>
4806+
4807+ Remove usage of USE_MODERN_COMPIZ_GL bump the compiz dep
4808+
4809+2012-09-07 Marco Trevisan (Treviño) <mail@3v1n0.net>
4810+
4811+ 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.
4812+
4813+2012-09-07 Marco Trevisan (Treviño) <mail@3v1n0.net>
4814+
4815+ UnityShell: put back the string optimizations, fix indentation
4816+
4817+2012-09-07 Marco Trevisan (Treviño) <mail@3v1n0.net>
4818+
4819+ Merging with trunk
4820+
4821+2012-09-06 Marco Trevisan (Treviño) <mail@3v1n0.net>
4822+
4823+ UnityWindow: even more code optimizations
4824+
4825+2012-09-05 Marco Trevisan (Treviño) <mail@3v1n0.net>
4826+
4827+ UnityWindow: use some padding also at the end of the decoration
4828+
4829+ Not to make long titles to fade to the end of the decoration
4830+
4831+2012-09-05 Marco Trevisan (Treviño) <mail@3v1n0.net>
4832+
4833+ UnityWindow: handle any release event, if it was previously pressed
4834+
4835+2012-09-05 Marco Trevisan (Treviño) <mail@3v1n0.net>
4836+
4837+ UnityWindow: don't allow to close a scaled window by any mouse button
4838+
4839+2012-09-05 Marco Trevisan (Treviño) <mail@3v1n0.net>
4840+
4841+ UnityWindow: use height as scale decoration height
4842+
4843+2012-09-05 Marco Trevisan (Treviño) <mail@3v1n0.net>
4844+
4845+ UnityWindow: Indentation fix
4846+
4847+2012-09-05 Marco Trevisan (Treviño) <mail@3v1n0.net>
4848+
4849+ UnityWindow: avoid unneeded damages on motion event, and keep pressed also on mouse-out
4850+
4851+2012-09-05 Marco Trevisan (Treviño) <mail@3v1n0.net>
4852+
4853+ UnityWindow: make the spread close button to react to mouse in/out and button press events
4854+
4855+ Also close on button release.
4856+
4857+2012-09-05 Marco Trevisan (Treviño) <mail@3v1n0.net>
4858+
4859+ UnityWindow: WindowCairoContext moved to struct UnityWindow::CairoContext
4860+
4861+ Using it as stack allocated.
4862+
4863+2012-09-05 Marco Trevisan (Treviño) <mail@3v1n0.net>
4864+
4865+ UnityWindow: use smart pointers, use static close_icon and panelStyle context
4866+
4867+ This should save a lot of computation per each scale window.
4868+
4869+2012-09-05 Marco Trevisan (Treviño) <mail@3v1n0.net>
4870+
4871+ unityshell: on spread decorate all windows, draw the new decoration above them
4872+
4873+2012-09-05 Marco Trevisan (Treviño) <mail@3v1n0.net>
4874+
4875+ Merging with renato's branch
4876+
4877+2012-09-06 Nick Dedekind <nicholas.dedekind@gmail.com>
4878+
4879+ Fixed the size of the previews to 770x380 pixels. (LP#1045243). Fixes: https://bugs.launchpad.net/bugs/1045243. Approved by Brandon Schaefer.
4880+
4881+2012-09-06 Nick Dedekind <nicholas.dedekind@gmail.com>
4882+
4883+ Defined preview height/width values using global consts.
4884+
4885+2012-09-04 Nick Dedekind <nicholas.dedekind@gmail.com>
4886+
4887+ Fixed preview size to 770x380.
4888+
4889+2012-09-06 MC Return <mc.return@gmx.net>
4890+
4891+ Removed the variables 'oldPrev' and 'oldNext' which got assigned the value NULL, but then were never used.. Approved by Brandon Schaefer.
4892+
4893+2012-09-05 MC Return <mc.return@gmx.net>
4894+
4895+ Removed the variables 'oldPrev' and 'oldNext' which got assigned the value NULL, but then were never used
4896+
4897+2012-09-06 Didier Roche <didier.roche@canonical.com>
4898+
4899+ remove unity --reset, it's not anymore really needed now that we are in
4900+ stable days of unity and we moved to gsettings. Approved by Michal Hruby.
4901+
4902+2012-09-06 Didier Roche <didier.roche@canonical.com>
4903+
4904+ remove unity --reset, it's not anymore really needed now that we are in stable days of unity and we moved to gsettings
4905+
4906+2012-09-06 MC Return <mc.return@gmx.net>
4907+
4908+ "Alt+Space" shortcut to reveal the window menu is not hardcoded, but a Compiz key option
4909+ " (Hold)" should also be translated
4910+ Made all Compiz plug-in names and all Compiz plug-in option names in unityshell.cpp static constants. Approved by Sam Spilsbury.
4911+
4912+2012-09-02 MC Return <mc.return@gmx.net>
4913+
4914+ Made all Compiz plug-in names and all Compiz plug-in option names in unityshell.cpp static constants
4915+
4916+2012-08-28 MC Return <mc.return@gmx.net>
4917+
4918+ Also fixed "Alt+Space" not hardcoded in StandaloneShortcuts.cpp
4919+
4920+2012-08-28 MC Return <mc.return@gmx.net>
4921+
4922+ Fixed "Alt+Space" to open the window menu is not hardcoded, but a shortcut::COMPIZ_KEY_OPTION
4923+
4924+2012-08-28 MC Return <mc.return@gmx.net>
4925+
4926+ " (Hold)" should also be translated
4927+
4928+2012-08-28 MC Return <mc.return@gmx.net>
4929+
4930+ Fixed a typo
4931+
4932+2012-09-06 Brandon Schaefer <brandon.schaefer@canonical.com>
4933+
4934+ The mouse will now cause the HUD buttons to change selection.. Fixes: https://bugs.launchpad.net/bugs/1042692. Approved by Tim Penhey, Gord Allott.
4935+
4936+2012-09-04 Brandon Schaefer <brandon.schaefer@canonical.com>
4937+
4938+ * More unneeded code...
4939+
4940+2012-09-04 Brandon Schaefer <brandon.schaefer@canonical.com>
4941+
4942+ * Removed un needed code, this gets handled on button->mouse_leave...
4943+
4944+2012-09-04 Brandon Schaefer <brandon.schaefer@canonical.com>
4945+
4946+ * If the mouse is the new focused button emit query_selected to change the icon
4947+
4948+2012-09-04 Brandon Schaefer <brandon.schaefer@canonical.com>
4949+
4950+ * Adds AP Test
4951+
4952+2012-08-31 Brandon Schaefer <brandon.schaefer@canonical.com>
4953+
4954+ * Fixed last small problem, now works very well :)
4955+
4956+2012-08-30 Brandon Schaefer <brandon.schaefer@canonical.com>
4957+
4958+ * More fixes, still one issues with the StaticCarioText
4959+
4960+2012-08-29 Brandon Schaefer <brandon.schaefer@canonical.com>
4961+
4962+ * The Hud Buttons will now change focus with the mouse
4963+
4964+2012-09-06 Renato Araujo Oliveira Filho <renato.filho@canonical.com>
4965+
4966+ UnityWindow: scale window code improved
4967+
4968+ * Fixed code style.
4969+ * Moved function "GetWindowName" from UnityWindow to WindowManager.
4970+ * 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).
4971+
4972+2012-09-04 Renato Araujo Oliveira Filho <renato.filho@canonical.com>
4973+
4974+ Code optimizations.
4975+
4976+2012-09-04 Renato Araujo Oliveira Filho <renato.filho@canonical.com>
4977+
4978+ Removed all originial decoration when window is in scale mode;
4979+ Draw window decoration inside of window following the designer docs;
4980+
4981+2012-09-04 Renato Araujo Oliveira Filho <renato.filho@canonical.com>
4982+
4983+ Fixed windows decoration for maximized windows.
4984+
4985+2012-09-03 Renato Araujo Oliveira Filho <renato.filho@canonical.com>
4986+
4987+ Renamed DrawTitle function.
4988+
4989+2012-09-03 Renato Araujo Oliveira Filho <renato.filho@canonical.com>
4990+
4991+ Fixed fade effect on title bar;
4992+ Fixed window title alignment;
4993+
4994+2012-09-03 Renato Araujo Oliveira Filho <renato.filho@canonical.com>
4995+
4996+ Used panel style font on windows title decoration;
4997+ Implemented fade effect on windows title decoration;
4998+
4999+2012-08-31 Renato Araujo Oliveira Filho <renato.filho@canonical.com>
5000+
The diff has been truncated for viewing.