aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Autogen updateTed Gould2010-05-212-0/+7
|
* releasing version 0.3.0~dev-0ubuntu1~ppa3Ted Gould2010-05-211-1/+1
|
* * Upstream MergeTed Gould2010-05-212-0/+8
|\ | | | | | | * Fixing the version string in the GIR file
| * Changing the version string to match how people refer to the gir file.Ted Gould2010-05-211-0/+1
| |
* | releasing version 0.3.0~dev-0ubuntu1~ppa2Ted Gould2010-05-201-1/+1
| |
* | * Upstream MergeTed Gould2010-05-2015-8303/+120
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fixing up VAPI files to build them correctly * Fix documentation title page * Reject text nodes early (warnings with Qt integration) * Autogen * debian/libdbusmenu-glib-dev.install: Updating gir and vapi file names for package list. * debian/gir1.0-dbusmenu-glib-0.2.install: Changing the name of the typelib file.
| * | Sync to trunkTed Gould2010-05-202-3/+12
| |\|
| | * Fix the construction of the VAPI files.Ted Gould2010-05-203-15/+24
| | |\
| | * \ Reject text nodes to avoid erros.Ted Gould2010-05-101-0/+3
| | |\ \
| | | * | Check to make sure they're real nodes before parsing more.Ted Gould2010-05-091-0/+3
| | |/ /
| | * | Documentation title pageTed Gould2010-05-061-3/+9
| | |\ \
| | | * | Added main pageAurelien Gateau2010-05-031-3/+9
| | |/ /
| * | | releasing version 0.3.0~dev-0ubuntu1~ppa2~vapi1Ted Gould2010-05-201-1/+1
| | | |
| * | | debian/gir1.0-dbusmenu-glib-0.2.install: Changing the name of theTed Gould2010-05-202-2/+4
| | | | | | | | | | | | | | | | typelib file.
| * | | debian/libdbusmenu-glib-dev.install: Updating gir and vapi fileTed Gould2010-05-202-3/+5
| | | | | | | | | | | | | | | | names for package list.
| * | | AutogenTed Gould2010-05-209-8285/+74
| | | |
| * | | * Upstream MergeTed Gould2010-05-203-13/+26
|/| | | | | |/ | |/| | | | * Fixing up VAPI files to build them correctly
| * | Cleaning up the ignoresTed Gould2010-05-201-2/+5
| | |
| * | Adding in the headers for the library.Ted Gould2010-05-201-1/+4
| | |
| * | Changing where we get glib fromTed Gould2010-05-201-2/+2
| | |
| * | Adding c includes to the introspectorTed Gould2010-05-201-1/+3
| | |
| * | Changing the name of the gir files and adding namespace flags to make ↵Ted Gould2010-05-201-9/+10
| |/ | | | | | | everything shrink correctly.
* | releasing version 0.3.0~dev-0ubuntu1~ppa1Ted Gould2010-05-061-2/+2
| |
* | Bump versionTed Gould2010-05-061-0/+6
| |
* | releasing version 0.2.9-0ubuntu3~ppa1Ted Gould2010-04-171-2/+2
| |
* | * Upstream MergeTed Gould2010-04-173-12/+26
|\ \ | | | | | | | | | | | | | | | | | | | | | * Only unref root if the root has changed. * Ensure that callbacks retain references to objects incase they get deleted quickly. * Protecting references before signalling * Decrementing refs when added to child menus
| * | Sync to trunkTed Gould2010-04-170-0/+0
| |\|
| | * Cleaning up refcountingTed Gould2010-04-172-12/+15
| | |\
| * | | releasing version 0.2.9-0ubuntu2~ppa2~refs7Ted Gould2010-04-161-2/+2
| | | |
| * | | * Upstream MergeTed Gould2010-04-162-5/+9
| |\ \ \ | | | |/ | | |/| | | | | * Only unref root if the root has changed.
| | * | Now that we're not reffing the root locally, we need to only unref it if ↵Ted Gould2010-04-161-5/+2
| | | | | | | | | | | | | | | | we're changing roots
| * | | releasing version 0.2.9-0ubuntu2~ppa2~refs6Ted Gould2010-04-161-2/+2
| | | |
| * | | * Upstream MergeTed Gould2010-04-162-0/+18
| |\| | | | | | | | | | | | | | | | | | * Ensure that callbacks retain references to objects incase they get deleted quickly.
| | * | Adding references when calling the properties callbacks as items could get ↵Ted Gould2010-04-161-0/+10
| | | | | | | | | | | | | | | | destroyed in transit.
| * | | releasing version 0.2.9-0ubuntu2~ppa2~refs5Ted Gould2010-04-161-2/+2
| | | |
| * | | debian/rules: Massive debuggingTed Gould2010-04-162-1/+7
| | | |
| * | | releasing version 0.2.9-0ubuntu2~ppa2~refs4Ted Gould2010-04-161-2/+2
| | | |
| * | | * Upstream mergeTed Gould2010-04-162-5/+8
| |\| | | | | | | | | | | | | | | | | | * Removing extra unref which allows us to not make an extra ref.
| | * | Removing the unref that was causing issues so that we can remove an extra ↵Ted Gould2010-04-161-5/+0
| | | | | | | | | | | | | | | | ref of the root item.
| * | | releasing version 0.2.9-0ubuntu2~ppa2~refs3Ted Gould2010-04-161-2/+2
| | | |
| * | | * Upstream mergeTed Gould2010-04-162-2/+9
| |\| | | | | | | | | | | | | | * Protecting references before signalling
| | * | Make sure to send the signal *before* unrefing so the object existsTed Gould2010-04-161-2/+2
| | | |
| * | | releasing version 0.2.9-0ubuntu2~ppa2~refs2Ted Gould2010-04-162-0/+10
| |\| |
| | * | Reffing oldroot again.Ted Gould2010-04-161-0/+3
| | | |
| * | | releasing version 0.2.9-0ubuntu2~ppa2~refs1Ted Gould2010-04-161-2/+2
| | | |
| * | | * Upstream MergeTed Gould2010-04-162-3/+8
| |\| | | | | | | | | | | | | | * Decrementing refs when added to child menus
| | * | Since we already have a ref to root, we don't need to make another.Ted Gould2010-04-161-3/+0
| | | |
| | * | Unreffing the object after it's been put into a menu.Ted Gould2010-04-161-0/+1
| | |/
* | | Sync to desktopTed Gould2010-04-171-1/+1
|\ \ \ | |/ / |/| |
| * | releasing version 0.2.9-0ubuntu2Sebastien Bacher2010-04-159-7/+139
| |\ \ | |/ / |/| |