Merge lp://staging/~ted/ubuntu-app-launch/app-object into lp://staging/ubuntu-app-launch/16.04
Proposed by
Ted Gould
Status: | Superseded |
---|---|
Proposed branch: | lp://staging/~ted/ubuntu-app-launch/app-object |
Merge into: | lp://staging/ubuntu-app-launch/16.04 |
Diff against target: |
8585 lines (+7712/-235) 62 files modified
.bzrignore (+6/-0) CMakeLists.txt (+4/-0) _clang-format (+48/-0) debian/changelog (+8/-0) debian/control (+1/-0) debian/libubuntu-app-launch2.shlibs (+1/-0) debian/libubuntu-app-launch2.symbols (+0/-41) debian/rules (+0/-3) docs/Doxyfile (+2427/-0) docs/Makefile (+216/-0) docs/conf.py (+299/-0) docs/index.rst (+20/-0) docs/requirements.txt (+1/-0) helpers-shared.c (+11/-2) libubuntu-app-launch/CMakeLists.txt (+34/-0) libubuntu-app-launch/appid.h (+83/-0) libubuntu-app-launch/application-impl-base.cpp (+162/-0) libubuntu-app-launch/application-impl-base.h (+52/-0) libubuntu-app-launch/application-impl-click.cpp (+157/-0) libubuntu-app-launch/application-impl-click.h (+56/-0) libubuntu-app-launch/application-impl-legacy.cpp (+128/-0) libubuntu-app-launch/application-impl-legacy.h (+57/-0) libubuntu-app-launch/application-impl-libertine.cpp (+127/-0) libubuntu-app-launch/application-impl-libertine.h (+56/-0) libubuntu-app-launch/application-info-desktop.cpp (+202/-0) libubuntu-app-launch/application-info-desktop.h (+87/-0) libubuntu-app-launch/application.cpp (+225/-0) libubuntu-app-launch/application.h (+150/-0) libubuntu-app-launch/desktop-exec.c (+1/-1) libubuntu-app-launch/glib-thread.cpp (+156/-0) libubuntu-app-launch/glib-thread.h (+90/-0) libubuntu-app-launch/helper-impl-click.cpp (+175/-0) libubuntu-app-launch/helper-impl-click.h (+62/-0) libubuntu-app-launch/helper.cpp (+36/-0) libubuntu-app-launch/helper.h (+71/-0) libubuntu-app-launch/libubuntu-app-launch.map (+17/-0) libubuntu-app-launch/registry-impl.cpp (+185/-0) libubuntu-app-launch/registry-impl.h (+69/-0) libubuntu-app-launch/registry.cpp (+99/-0) libubuntu-app-launch/registry.h (+91/-0) libubuntu-app-launch/type-tagger.h (+37/-0) libubuntu-app-launch/ubuntu-app-launch.c (+7/-7) libubuntu-app-launch/ubuntu-app-launch.h (+12/-0) tests/CMakeLists.txt (+20/-0) tests/application-info-desktop.cpp (+148/-0) tests/click-app-dir/application.desktop (+3/-1) tests/exec-util-test.cc (+1/-1) tests/helper-handshake-test.cc (+3/-0) tests/helper-test.cc (+0/-2) tests/libertine-data/libertine-container/container-name/rootfs/usr/share/applications/test.desktop (+1/-0) tests/libual-cpp-test.cc (+1599/-0) tests/libual-test.cc (+1/-2) tests/mir-mock.cpp (+1/-1) tools/CMakeLists.txt (+16/-7) tools/ubuntu-app-list-pids.cpp (+44/-0) tools/ubuntu-app-list.cpp (+11/-17) tools/ubuntu-app-pid.cpp (+25/-19) tools/ubuntu-app-stop.cpp (+21/-15) tools/ubuntu-app-triplet.cpp (+26/-32) tools/ubuntu-helper-list.cpp (+20/-31) tools/ubuntu-helper-start.cpp (+21/-27) tools/ubuntu-helper-stop.cpp (+25/-26) |
To merge this branch: | bzr merge lp://staging/~ted/ubuntu-app-launch/app-object |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Thomas Voß (community) | Needs Fixing | ||
Review via email: mp+281809@code.staging.launchpad.net |
This proposal has been superseded by a proposal from 2016-04-18.
To post a comment you must log in.
A first round of remarks and comments.