lp://qastaging/~muktupavels/indicator-applet/port-to-libgnome-panel
Created by
Alberts Muktupāvels
and last modified
- Get this branch:
- bzr branch lp://qastaging/~muktupavels/indicator-applet/port-to-libgnome-panel
Only
Alberts Muktupāvels
can upload to this branch. If you are
Alberts Muktupāvels
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Dmitry Shachnev: Pending requested
-
Diff: 1661 lines (+842/-427)16 files modifiedconfigure.ac (+7/-6)
data/Makefile.am (+1/-29)
debian/control (+22/-38)
debian/indicator-applet.install (+1/-2)
po/POTFILES.in (+5/-5)
po/POTFILES.skip (+0/-4)
src/Makefile.am (+41/-44)
src/indicator-applet-appmenu.c (+90/-0)
src/indicator-applet-appmenu.h (+31/-0)
src/indicator-applet-complete.c (+96/-0)
src/indicator-applet-complete.h (+31/-0)
src/indicator-applet-session.c (+93/-0)
src/indicator-applet-session.h (+31/-0)
src/indicator-applet.c (+241/-299)
src/indicator-applet.h (+46/-0)
src/indicator-module.c (+106/-0)
Branch information
Recent revisions
- 441. By Alberts Muktupāvels
-
Modernize autotools configuration and remove support for old panel applet library.
- 436. By Dmitry Shachnev
-
Update panel-applet files locations for gnome-panel 3.22.
Approved by: Alberts Muktupāvels
- 434. By CI Train Bot Account
-
* Convert from out-of-process applet to in-process applet:
- Do not call methods that change the global state, such as
g_log_set_default_ handler( ).
- Refactor src/Makefile.am, reuse some flags for different builds.
- Drop the D-Bus services files, no longer needed.
* Do not call panel_applet_set_background_ widget( ), this call is not
needed with libpanel-applet ≥ 3.16.
* Update the install files according to in-process switch.
* Remove the apport hook, not useful without log files.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://qastaging/indicator-applet