Merge lp://staging/~jconti/indicator-applet/gnome3 into lp://staging/indicator-applet/0.4
Status: | Superseded | ||||
---|---|---|---|---|---|
Proposed branch: | lp://staging/~jconti/indicator-applet/gnome3 | ||||
Merge into: | lp://staging/indicator-applet/0.4 | ||||
Diff against target: |
1835 lines (+732/-741) 8 files modified
.bzrignore (+3/-0) configure.ac (+13/-8) data/Makefile.am (+1/-1) src/Makefile.am (+8/-0) src/applet-main.c (+694/-718) src/eggaccelerators.c (+9/-9) src/eggaccelerators.h (+1/-1) src/tomboykeybinder.c (+3/-4) |
||||
To merge this branch: | bzr merge lp://staging/~jconti/indicator-applet/gnome3 | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Sebastian Geiger (community) | code review and test | Approve | |
Ted Gould (community) | Approve | ||
Marco Trevisan (Treviño) | Approve | ||
Dmitry Shachnev | Approve | ||
Review via email: mp+80877@code.staging.launchpad.net |
This proposal has been superseded by a proposal from 2012-02-07.
Description of the change
It looks like this branch is the only code base that works with GNOME3. Someone should take the responsibility to merge it and to make a new official release of it.
Without this release, the package is going to be dropped from Debian testing (unless we decide to package this branch directly, but it would be weird to have to do that...).
I put Ted as reviewer since he's the only upstream person that has worked on a port.
Unmerged revisions
- 408. By Jason Conti
-
Bump version to 0.4.14
- 407. By Jason Conti
-
* Refactor place_in_menu into a separate function using place_in_menu_cb.
* If an entry has name-hint, it is used to position the entry. - 406. By Jason Conti
-
* Prepare indicator_order array for name-hints.
* Clean up menuitem data:
- Remove old "indicator" data
- Add new definitions for box and secondary-activate signal data - 405. By Jason Conti
-
Add indicator secondary-activate signal
- 404. By Jason Conti
-
Bump version to 0.4.13
- 403. By Jason Conti
-
Missed a dollar sign in configure.ac.
- 402. By Jason Conti
-
Drop the default css code, it seems to be causing theming issues in the about
dialog when using the Ambiance theme. - 401. By Jason Conti
-
Forgot to update the location of the applets.
- 400. By Jason Conti
-
Updated indicator_order to match the order in unity-panel-
service. - 399. By Jason Conti
-
Dropped menubar_on_expose and cw_panel_
background_ changed, I'm not sure they
are necessary anymore (the indicator applet seems to respond correctly to
changes in the panel background).
Builds and works for me™, though not for all (see https:/ /bugs.launchpad .net/indicator- applet/ +bug/724369/ comments/ 27).
Note that my branch lp:~mitya57/indicator-session/fix-lp-881832 should be merged as well to get this working properly.