lp://staging/~3v1n0/bamf/create-local-desktop
- Get this branch:
- bzr branch lp://staging/~3v1n0/bamf/create-local-desktop
Branch merges
- Christopher Townsend (community): Approve
- PS Jenkins bot (community): Approve (continuous-integration)
- Marco Trevisan (Treviño): Pending requested
-
Diff: 1319 lines (+731/-51)23 files modifieddebian/libbamf3-1.symbols (+1/-0)
lib/libbamf-private/org.ayatana.bamf.view.xml (+3/-0)
lib/libbamf-private/org.ayatana.bamf.xml (+8/-1)
lib/libbamf/bamf-application.c (+21/-0)
lib/libbamf/bamf-application.h (+3/-2)
lib/libbamf/bamf-control.c (+31/-5)
lib/libbamf/bamf-control.h (+4/-0)
lib/libbamf/bamf-tab-source.c (+1/-1)
src/bamf-application.c (+272/-2)
src/bamf-application.h (+2/-0)
src/bamf-control.c (+45/-8)
src/bamf-control.h (+3/-0)
src/bamf-legacy-window-test.c (+2/-2)
src/bamf-legacy-window.c (+20/-17)
src/bamf-legacy-window.h (+5/-3)
src/bamf-matcher.c (+27/-2)
src/bamf-matcher.h (+2/-0)
src/bamf-tab.c (+2/-4)
src/bamf-unity-webapps-application.c (+10/-1)
src/bamf-unity-webapps-observer.c (+0/-1)
tests/bamfdaemon/test-application.c (+220/-2)
tests/bamfdaemon/test-bamf.c (+12/-0)
tests/bamfdaemon/test-matcher.c (+37/-0)
Related bugs
Related blueprints
Branch information
Recent revisions
- 644. By Marco Trevisan (Treviño)
-
TestBamfApplica
tion: try create desktop files for applications and verify their content - 643. By Marco Trevisan (Treviño)
-
BamfApplication: rely on class name if available as desktop file basename
- 642. By Marco Trevisan (Treviño)
-
libbamf, BamfApplication: emit desktop-
file-changed signal when got it from DBus - 640. By Marco Trevisan (Treviño)
-
BamfDaemon: return void dbus calls as soon as possible, no need to wait
- 639. By Marco Trevisan (Treviño)
-
BamfApplication: add a proper implementation of create_
local_desktop_ file We try to create a desktop file with basename that matches the window class
or the exec if possible, filling it with the available data from the application
main child. - 638. By Marco Trevisan (Treviño)
-
libbamf, BamfControl: add create_
local_desktop_ file function This is just a wrapper to the DBus call
- 637. By Marco Trevisan (Treviño)
-
libbamf, BamfControl: set correct trasnfer value to the get_default function
- 636. By Marco Trevisan (Treviño)
-
BamfControl: add CreateLocalDesk
topFile method and a simple stub implementation When called BamfControl is supposed to create a local desktop file (if not existent) for
the given application.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/bamf