Merge lp:~dbusmenu-team/libdbusmenu/ubuntu into lp:libdbusmenu/0.5
Status: | Superseded |
---|---|
Proposed branch: | lp:~dbusmenu-team/libdbusmenu/ubuntu |
Merge into: | lp:libdbusmenu/0.5 |
Diff against target: |
67319 lines (+66205/-527) 110 files modified
.bzrignore (+0/-229) AUTHORS (+17/-0) ChangeLog (+5918/-0) Makefile.in (+821/-0) aclocal.m4 (+10063/-0) autogen.sh (+0/-12) compile (+143/-0) config.guess (+1502/-0) config.h.in (+86/-0) config.sub (+1714/-0) configure (+16483/-0) debian/changelog (+657/-0) debian/control (+225/-0) debian/copyright (+40/-0) debian/gir1.2-dbusmenu-glib-0.4.install (+1/-0) debian/gir1.2-dbusmenu-gtk-0.4.install (+1/-0) debian/gir1.2-dbusmenu-gtk3-0.4.install (+1/-0) debian/libdbusmenu-glib-dev.install (+6/-0) debian/libdbusmenu-glib-doc.install (+1/-0) debian/libdbusmenu-glib3.install (+1/-0) debian/libdbusmenu-gtk-dev.install (+6/-0) debian/libdbusmenu-gtk-doc.install (+1/-0) debian/libdbusmenu-gtk3-3.install (+1/-0) debian/libdbusmenu-gtk3-dev.install (+5/-0) debian/libdbusmenu-gtk3.install (+1/-0) debian/libdbusmenu-jsonloader-dev.install (+4/-0) debian/libdbusmenu-jsonloader3.install (+1/-0) debian/libdbusmenu-tools.install (+3/-0) debian/rules (+45/-0) debian/source/format (+1/-0) debian/watch (+2/-0) depcomp (+630/-0) docs/Makefile.in (+613/-0) docs/libdbusmenu-glib/Makefile.in (+613/-0) docs/libdbusmenu-glib/reference/Makefile.in (+689/-0) docs/libdbusmenu-glib/reference/html/annotation-glossary.html (+71/-0) docs/libdbusmenu-glib/reference/html/api-index-full.html (+406/-0) docs/libdbusmenu-glib/reference/html/ch01.html (+48/-0) docs/libdbusmenu-glib/reference/html/index.html (+46/-0) docs/libdbusmenu-glib/reference/html/index.sgml (+120/-0) docs/libdbusmenu-glib/reference/html/libdbusmenu-glib-DbusmenuClient.html (+427/-0) docs/libdbusmenu-glib/reference/html/libdbusmenu-glib-DbusmenuClientMenuitem.html (+92/-0) docs/libdbusmenu-glib/reference/html/libdbusmenu-glib-DbusmenuMenuitem.html (+1326/-0) docs/libdbusmenu-glib/reference/html/libdbusmenu-glib-DbusmenuMenuitemProxy.html (+154/-0) docs/libdbusmenu-glib/reference/html/libdbusmenu-glib-DbusmenuServer.html (+260/-0) docs/libdbusmenu-glib/reference/html/libdbusmenu-glib.devhelp (+109/-0) docs/libdbusmenu-glib/reference/html/libdbusmenu-glib.devhelp2 (+109/-0) docs/libdbusmenu-glib/reference/html/object-tree.html (+32/-0) docs/libdbusmenu-glib/reference/html/style.css (+266/-0) docs/libdbusmenu-glib/reference/tmpl/client-menuitem.sgml (+52/-0) docs/libdbusmenu-glib/reference/tmpl/client.sgml (+168/-0) docs/libdbusmenu-glib/reference/tmpl/menuitem-proxy.sgml (+57/-0) docs/libdbusmenu-glib/reference/tmpl/menuitem.sgml (+520/-0) docs/libdbusmenu-glib/reference/tmpl/server.sgml (+112/-0) docs/libdbusmenu-glib/reference/version.xml (+1/-0) docs/libdbusmenu-glib/reference/xml/annotation-glossary.xml (+64/-0) docs/libdbusmenu-glib/reference/xml/api-index-deprecated.xml (+8/-0) docs/libdbusmenu-glib/reference/xml/api-index-full.xml (+105/-0) docs/libdbusmenu-glib/reference/xml/client-menuitem.xml (+70/-0) docs/libdbusmenu-glib/reference/xml/client.xml (+322/-0) docs/libdbusmenu-glib/reference/xml/menuitem-proxy.xml (+103/-0) docs/libdbusmenu-glib/reference/xml/menuitem.xml (+915/-0) docs/libdbusmenu-glib/reference/xml/server.xml (+199/-0) docs/libdbusmenu-gtk/Makefile.in (+613/-0) docs/libdbusmenu-gtk/reference/Makefile.in (+685/-0) docs/libdbusmenu-gtk/reference/html/api-index-full.html (+122/-0) docs/libdbusmenu-gtk/reference/html/ch01.html (+42/-0) docs/libdbusmenu-gtk/reference/html/index.html (+39/-0) docs/libdbusmenu-gtk/reference/html/index.sgml (+33/-0) docs/libdbusmenu-gtk/reference/html/libdbusmenu-gtk-DbusmenuGtkClient.html (+316/-0) docs/libdbusmenu-gtk/reference/html/libdbusmenu-gtk-DbusmenuGtkMenu.html (+169/-0) docs/libdbusmenu-gtk/reference/html/libdbusmenu-gtk-menuitem.html (+256/-0) docs/libdbusmenu-gtk/reference/html/libdbusmenu-gtk.devhelp (+36/-0) docs/libdbusmenu-gtk/reference/html/libdbusmenu-gtk.devhelp2 (+36/-0) docs/libdbusmenu-gtk/reference/html/object-tree.html (+42/-0) docs/libdbusmenu-gtk/reference/html/style.css (+266/-0) docs/libdbusmenu-gtk/reference/libdbusmenu-gtk-sections.txt (+70/-0) docs/libdbusmenu-gtk/reference/libdbusmenu-gtk.types (+3/-0) docs/libdbusmenu-gtk/reference/tmpl/client.sgml (+115/-0) docs/libdbusmenu-gtk/reference/tmpl/genericmenuitem.sgml (+22/-0) docs/libdbusmenu-gtk/reference/tmpl/libdbusmenu-gtk-unused.sgml (+118/-0) docs/libdbusmenu-gtk/reference/tmpl/menu.sgml (+67/-0) docs/libdbusmenu-gtk/reference/tmpl/menuitem.sgml (+84/-0) docs/libdbusmenu-gtk/reference/version.xml (+1/-0) docs/libdbusmenu-gtk/reference/xml/api-index-deprecated.xml (+8/-0) docs/libdbusmenu-gtk/reference/xml/api-index-full.xml (+33/-0) docs/libdbusmenu-gtk/reference/xml/client.xml (+214/-0) docs/libdbusmenu-gtk/reference/xml/genericmenuitem.xml (+36/-0) docs/libdbusmenu-gtk/reference/xml/menu.xml (+118/-0) docs/libdbusmenu-gtk/reference/xml/menuitem.xml (+165/-0) install-sh (+520/-0) libdbusmenu-glib/Doxyfile (+0/-257) libdbusmenu-glib/Makefile.in (+958/-0) libdbusmenu-glib/client-marshal.c (+131/-0) libdbusmenu-glib/client-marshal.h (+28/-0) libdbusmenu-glib/dbus-menu-clean.xml.c (+132/-0) libdbusmenu-glib/dbus-menu-clean.xml.h (+1/-0) libdbusmenu-glib/menuitem-marshal.c (+170/-0) libdbusmenu-glib/menuitem-marshal.h (+45/-0) libdbusmenu-glib/server-marshal.c (+164/-0) libdbusmenu-glib/server-marshal.h (+36/-0) libdbusmenu-gtk/Makefile.in (+1005/-0) ltmain.sh (+8413/-0) missing (+376/-0) mkinstalldirs (+162/-0) po/Makefile.in.in (+217/-0) tests/Makefile.in (+2204/-0) tools/Makefile.in (+858/-0) tools/testapp/CMakeLists.txt (+0/-29) tools/testapp/Makefile.in (+619/-0) |
To merge this branch: | bzr merge lp:~dbusmenu-team/libdbusmenu/ubuntu |
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Ken VanDine | 2011-01-27 | Pending | |
Review via email:
|
This proposal has been superseded by a proposal from 2011-01-27.
Description of the change
0.3.94
- 113. By Ken VanDine on 2011-01-27
-
releasing version 0.3.94-0ubuntu1
- 114. By Ken VanDine on 2011-01-31
-
releasing version 0.3.95-0ubuntu1
- 115. By Ken VanDine on 2011-02-03
-
releasing version 0.3.96-0ubuntu1
- 116. By Ken VanDine on 2011-02-04
-
releasing version 0.3.96-0ubuntu2
- 117. By Ken VanDine on 2011-02-07
-
releasing version 0.3.96-0ubuntu3
- 118. By Ken VanDine on 2011-02-10
-
releasing version 0.3.97-0ubuntu1
- 119. By Ken VanDine on 2011-02-17
-
releasing version 0.3.98-0ubuntu1
- 120. By Ken VanDine on 2011-02-22
-
releasing version 0.3.98-0ubuntu2
- 121. By Ken VanDine on 2011-02-22
-
releasing version 0.3.98-0ubuntu3
- 122. By Ken VanDine on 2011-02-23
-
* Merged from trunk (rev 220)
- Cleaning up cleaning up so we don't unref twice and crash
- Fixing the signatures to make them more consistent
- Adding defaults to translatable files
- Support a set of defaults and not sending them over the bus.
- Fixing annotations and adding tests with python. - 123. By Ken VanDine on 2011-02-23
-
releasing version 0.3.98-0ubuntu4
- 124. By Ken VanDine on 2011-02-25
-
* New upstream release.
* Add a signal on the menuitem for generic event support
* Handle the case of a single NULL entry as well.
* Not checking defaults when value is NULL
* Add the 'type' variable first when processing new
menuitems
* Protection from unref'ing NULL variants
* Only send the requested properties and request fewer
* Add in a defaults database
* Only send property updates if the menu item has been
seen on the bus.
* Add a property for text direction.
* Add a property for needing attention.
* Documentation fixes
* Making menuitems track their own parents
* Resolving property changes by looking at the properties
directly. - 125. By Ken VanDine on 2011-02-25
-
releasing version 0.3.99-0ubuntu1
- 126. By Ken VanDine on 2011-03-01
-
releasing version 0.3.99-0ubuntu3
- 127. By Ken VanDine on 2011-03-01
-
releasing version 0.3.99-0ubuntu4
- 128. By Ken VanDine on 2011-03-01
-
releasing version 0.3.99-0ubuntu5
- 129. By Ken VanDine on 2011-03-03
-
releasing version 0.3.100-0ubuntu1
- 130. By Ken VanDine on 2011-03-04
-
releasing version 0.3.100-0ubuntu2
- 131. By Ken VanDine on 2011-03-07
-
releasing version 0.3.100-0ubuntu3
- 132. By Ken VanDine on 2011-03-09
-
releasing version 0.3.100-0ubuntu4
- 133. By Ken VanDine on 2011-03-10
-
releasing version 0.3.101-0ubuntu1
- 134. By Ken VanDine on 2011-03-16
-
releasing version 0.3.102-0ubuntu1
- 135. By Ken VanDine on 2011-03-23
-
releasing version 0.4.0-0ubuntu1
- 136. By Ken VanDine on 2011-03-28
-
releasing version 0.4.0-0ubuntu2
- 137. By Ken VanDine on 2011-03-31
-
releasing version 0.4.1-0ubuntu1
- 138. By Ken VanDine on 2011-04-07
-
releasing version 0.4.2-0ubuntu1
- 139. By Michael Terry on 2011-04-08
-
* debian/
libdbusmenu- gtk3-dev. install:
- Add missing header files to gtk3 dev package - 140. By Ken VanDine on 2011-04-11
-
releasing version 0.4.2-0ubuntu3
- 141. By Ken VanDine on 2011-04-13
-
* debian/rules
- Fixed package names for makeshlibs (LP: #760102) - 142. By Ken VanDine on 2011-04-14
-
Fixed package names for makeshlibs and build targets (LP: #760102)
- 143. By Ken VanDine on 2011-04-14
-
- Fixed package names in build targets (LP: #760102)
- Dropped makeshlibs in favor of symbols files
* +debian/libdbusmenu- glib3.symbols
* +debian/libdbusmenu- gtk3-3. symbols
* +debian/libdbusmenu- gtk3.symbols - 144. By Ken VanDine on 2011-04-14
-
releasing version 0.4.3-0ubuntu1
- 145. By Michael Terry on 2011-04-15
-
* Backport bug fixes from trunk:
- Watch additions/removals from submenus that get added
- Activate new toplevel menu items as they get added
- Make sure we don't activate toplevel children that aren't
menu items or don't have submenus (LP: #761112) - 146. By Ken VanDine on 2011-04-19
-
releasing version 0.4.3-0ubuntu3
- 147. By Ken VanDine on 2011-06-24
-
* debian/control, debian/*: Renaming packages for library version
bump from 3 to 4.
* New upstream release.
* Fixing visibility for Eclipse (LP: #770263 and LP: #618587)
* Unseting a GValue properly (LP: #785828)
* Memory leaks for GVariant usage (LP: #784890)
* Making GTK 3 default build
* Removing the SerializableMenuitem object
* debian/rules: Making GTK2 the special build
* New upstream release.
- Fix a typo in the signal name to make it match the XML
files (LP: #641209)
- Ref'ing the server for the entire time we're getting the
bus (LP: #738568)
- Watch additions/removals from submenus that get added
- Activate new toplevel menu items as they get added
- Make sure we don't activate toplevel children that aren't
menu items or don't have submenus (LP: #761112) - 148. By Ken VanDine on 2011-06-24
-
releasing version 0.4.90-0ubuntu1
- 149. By Ken VanDine on 2011-06-24
-
releasing version 0.4.90-0ubuntu2
- 150. By Ken VanDine on 2011-06-28
-
releasing version 0.4.90-0ubuntu3
- 151. By Didier Roche on 2011-07-25
-
* debian/rules:
- avoid making indicator-appmenu* depends on gtk2/3 by dpkg-shlibdeps.
The library doesn't hurt if gtk isn't installed and that enable
pre-installlation of the indicator stack without requiring the full gtk
stack being there without any gtk app installed. - 152. By Didier Roche on 2011-07-25
-
releasing version 0.4.90-0ubuntu4
- 153. By Ken VanDine on 2011-08-25
-
* New upstream release (0.4.91).
* Add in a property for setting the menuitem disposition
* New upstream release (0.4.92).
* Fix GTK 2 build for style properties
* Fixed proxied menu events not getting returned (LP: #799878)
* Removed debian/patches:
* All upstream
* debian/libdbusmenu- gtk4.symbols debian/ libdbusmenu- gtk3-4. symbols
- Added new symbols - 154. By Ken VanDine on 2011-08-25
-
releasing version 0.4.92-0ubuntu1
- 155. By Ken VanDine on 2011-08-25
-
* New upstream release.
* Fix packing of generic menu items to use toggle-spacing - 156. By Ken VanDine on 2011-08-25
-
releasing version 0.4.93-0ubuntu1
- 157. By Ken VanDine on 2011-09-20
-
New upstream release.
∘ Protect functions from NULL submenus (LP: #803667)
∘ Build fixes (LP: #552526, LP: #552530, LP: #552538, LP: #709761,
LP: #713690, LP: #643871, LP: #713685) - 158. By Ken VanDine on 2011-09-20
-
releasing version 0.4.94-0ubuntu1
- 159. By Ken VanDine on 2011-09-29
-
* New upstream release.
* Protect functions against NULL results (LP: #757569, LP: #742909,
LP: #743050, LP: #743661) - 160. By Ken VanDine on 2011-09-29
-
releasing version 0.5.0-0ubuntu1
- 161. By Ken VanDine on 2011-09-30
-
releasing version 0.5.0-0ubuntu2
- 162. By Ken VanDine on 2011-10-13
-
releasing version 0.5.0-0ubuntu3
- 163. By Ken VanDine on 2011-10-28
-
releasing version 0.5.0-1ubuntu1
- 164. By Ken VanDine on 2011-10-28
-
releasing version 0.5.1-0ubuntu1
- 165. By Ken VanDine on 2011-12-01
-
releasing version 0.5.1-0ubuntu2
- 166. By Ken VanDine on 2012-01-31
-
* New upstream release.
* Add property for accessible descriptions
* Use insert/remove signals on GTK3 build
* Change icon data to be a byte stream instead of base64
* Adjust GTK3 include path to match other libs
* Don't get objects from boolean values (LP: #870742)
* Fix depreactions on GTK3 (LP: #917115) - 167. By Ken VanDine on 2012-01-31
-
* debian/control
- build depend on libatk1.0-dev
* debian/*-dev.install
- fixed paths for installed headers
* debian/libdbusmenu- glib4.symbols
- added new symbols - 168. By Ken VanDine on 2012-02-02
-
releasing version 0.5.90-0ubuntu1
- 169. By Sebastien Bacher on 2012-02-15
-
* debian/control:
- drop git binaries, the libdev depends on it
- set ubuntu vcs
- use the current vala version
[ Ted Gould ]
* New upstream release.
* Remove unused const on GStrv's
* Only free when there is data to free
* Ensure that we only return once even with error (LP: #929856)
* Fix an error on a failure to send properties (LP: #929707)
* Ensure the hash variant isn't NULL in the comparison (LP: #929710)
* Fix some of the issues with throwing criticals
* Ensure our tests fail if they throw criticals
* Parse and handle a11y descriptions
* Don't pass NULL to ATK
* Non-srcdir build fixes - 170. By Sebastien Bacher on 2012-02-15
-
releasing version 0.5.91-0ubuntu1
- 171. By Sebastien Bacher on 2012-02-15
-
debian/control: restore gtk2 gir depends until that source is updated
- 172. By Sebastien Bacher on 2012-02-15
-
releasing version 0.5.91-0ubuntu2
- 173. By Sebastien Bacher on 2012-02-23
-
releasing version 0.5.92-0ubuntu1
- 174. By Sebastien Bacher on 2012-03-09
-
* New upstream release.
* Setting the ATK Role on menu items (LP: #878708)
* Cleaning up code paths to avoid goto's (LP: #940651)
* Fixing setting an icon multiple times (LP: #934574) - 175. By Sebastien Bacher on 2012-03-09
-
releasing version 0.5.93-0ubuntu1
- 176. By Sebastien Bacher on 2012-03-09
-
Backport fix for signal warnings displayed on close (lp: #950762)
- 177. By Sebastien Bacher on 2012-03-09
-
releasing version 0.5.93-0ubuntu2
Unmerged revisions
- 177. By Sebastien Bacher on 2012-03-09
-
releasing version 0.5.93-0ubuntu2
- 176. By Sebastien Bacher on 2012-03-09
-
Backport fix for signal warnings displayed on close (lp: #950762)
- 175. By Sebastien Bacher on 2012-03-09
-
releasing version 0.5.93-0ubuntu1
- 174. By Sebastien Bacher on 2012-03-09
-
* New upstream release.
* Setting the ATK Role on menu items (LP: #878708)
* Cleaning up code paths to avoid goto's (LP: #940651)
* Fixing setting an icon multiple times (LP: #934574) - 173. By Sebastien Bacher on 2012-02-23
-
releasing version 0.5.92-0ubuntu1
- 172. By Sebastien Bacher on 2012-02-15
-
releasing version 0.5.91-0ubuntu2
- 171. By Sebastien Bacher on 2012-02-15
-
debian/control: restore gtk2 gir depends until that source is updated
- 170. By Sebastien Bacher on 2012-02-15
-
releasing version 0.5.91-0ubuntu1
- 169. By Sebastien Bacher on 2012-02-15
-
* debian/control:
- drop git binaries, the libdev depends on it
- set ubuntu vcs
- use the current vala version
[ Ted Gould ]
* New upstream release.
* Remove unused const on GStrv's
* Only free when there is data to free
* Ensure that we only return once even with error (LP: #929856)
* Fix an error on a failure to send properties (LP: #929707)
* Ensure the hash variant isn't NULL in the comparison (LP: #929710)
* Fix some of the issues with throwing criticals
* Ensure our tests fail if they throw criticals
* Parse and handle a11y descriptions
* Don't pass NULL to ATK
* Non-srcdir build fixes - 168. By Ken VanDine on 2012-02-02
-
releasing version 0.5.90-0ubuntu1