aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Add bzr-builddep configuration for merge mode.Martin Pitt2009-08-272-0/+6
| | |
| * | version 0.1.2Ken VanDine2009-09-033-4/+4
| |\ \
| * | | Upstream release 0.1.2 (LP: #423958)Ken VanDine2009-09-031-2/+2
| | | |
| * | | fixed typoKen VanDine2009-09-031-1/+1
| | | |
| * | | * Upstream release 0.1.1 (LP: #423958)Ken VanDine2009-09-0311-8/+494
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * debian/control - Specify full urls for Vcs-Bzr
| * | | | setting release for 0.1.0-0ubuntu1Ken VanDine2009-09-031-1/+1
| | | | |
* | | | | releasing version 0.1.3-0ubuntu1~ppa1Ted Gould2009-09-101-2/+2
| | | | |
| | | | |
| \ \ \ \
*-. \ \ \ \ * Upstream update 0.1.3Ted Gould2009-09-104-6/+54
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | / | | | |_|/ | | |/| | * Fixes reordering of menu item issue
| | * | | Wild and crazy 0.1.3Ted Gould2009-09-101-2/+2
| | | | |
| | * | | Merging in a fix for reordering entries in the GTK menu object. And some ↵Ted Gould2009-09-102-4/+45
| | |\ \ \ | | | | | | | | | | | | | | | | | | comments.
| * | | | | releasing version 0.1.2-0ubuntu1~ppa2~reorder1Ted Gould2009-09-091-2/+2
| | | | | |
| * | | | | Reordering fixes.Ted Gould2009-09-093-4/+51
|/| | | | | | | |/ / / | |/| | |
| * | | | Some comments and when a root item is realized we're reordering it right ↵Ted Gould2009-09-091-1/+19
| | | | | | | | | | | | | | | | | | | | away. This makes a lot more sense.
| * | | | Some comments as I'm looking through the code.Ted Gould2009-09-091-3/+26
| |/ / /
* | | | releasing version 0.1.2-0ubuntu1~ppa1Ted Gould2009-09-031-2/+2
| | | |
* | | | Upstream release 0.1.2 for build failure on 64-bitTed Gould2009-09-033-3/+9
|\| | | | |_|/ |/| |
| * | Version 0.1.2Ted Gould2009-09-031-2/+2
| | |
| * | Casting the gsize to an int for 64-bit systems. We shouldn't have pngs over ↵Ted Gould2009-09-031-1/+1
| | | | | | | | | | | | 4 GB anyway. Wonder how dbus would handle it...
* | | Merging in the ~ubuntu-desktop branch.Ted Gould2009-09-031-7/+1
|\ \ \ | | |/ | |/|
| * | Version 0.1.0Ken VanDine2009-08-271-7/+1
| | |
* | | releasing version 0.1.1-0ubuntu1~ppa1Ted Gould2009-09-031-2/+2
| | |
* | | Upstream release 0.1.1Ted Gould2009-09-0310-7/+489
|\ \ \ | |/ / |/| / | |/
| * Up to 0.1.1Ted Gould2009-09-031-2/+2
| |
| * Merging in support for image items. Including encoding and decoding the ↵Ted Gould2009-09-037-4/+415
| |\ | | | | | | | | | images across DBus.
| | * Adding precidence testing. The name should be over the data. Here the data ↵Ted Gould2009-09-031-0/+35
| | | | | | | | | | | | is the opposite of the name. So if the name matches the icon, we're right.
| | * Put some data tests in there.Ted Gould2009-09-031-1/+39
| | |
| | * Moving the checking on the data set on whether we have a name earlier. We ↵Ted Gould2009-09-031-7/+9
| | | | | | | | | | | | don't want to change anything if we've got a name already. Return early.
| | * Fixing some string checking. Truth is a bitch.Ted Gould2009-09-031-6/+3
| | |
| | * Switching to setting the label initially seems to make everything better. ↵Ted Gould2009-09-031-1/+1
| | | | | | | | | | | | Go figure.
| | * Adding in an icon name test. We fail it.Ted Gould2009-09-022-1/+46
| | |
| | * A couple more comments.Ted Gould2009-09-021-0/+4
| | |
| | * Fleshing out the image property handler.Ted Gould2009-09-021-4/+88
| | |
| | * Some comments in gtk-doc style.Ted Gould2009-09-021-0/+25
| | |
| | * Fleshing out the get function again stealing code from libindicate-gtk.Ted Gould2009-09-021-1/+35
| | |
| | * Fleshing out the setting function. Stealing from libindicate.Ted Gould2009-09-021-1/+26
| | |
| | * Adding some place holders for the image handling functions.Ted Gould2009-09-024-2/+91
| | |
| | * Inital structure for the image menu item.Ted Gould2009-09-021-0/+33
| | |
| * | Merging in the sensitivity branch. It adds a property for adjusting the ↵Ted Gould2009-09-023-0/+65
| |\ \ | | |/ | |/| | | | sensitivity of menu items.
| | * Adding bug LP:422086Ted Gould2009-09-020-0/+0
| | |
| | * Adding another menu that we can set sensitivity.Ted Gould2009-09-021-0/+46
| | |
| | * Basic support for the sensitive property.Ted Gould2009-09-022-0/+19
| |/
* | releasing version 0.1.0-0ubuntu1~ppa1Ted Gould2009-08-271-2/+2
| |
* | Upstream release 0.1.0Ted Gould2009-08-272-2/+8
|\|
| * Increasing the version to 0.1.0 because of a miscommunication about what the ↵Ted Gould2009-08-271-2/+2
| | | | | | | | next version will be. The next version will be 0.1.1
* | Changes in the desktop packaging branchTed Gould2009-08-272-2/+6
|\ \
| * | * debian/control: Ken VanDine2009-08-271-0/+3
| | | | | | | | | | | | | | | - Specify both Vcs-Bzr and Vcs-Browser - Fixed the project name
| * | MergedKen VanDine2009-08-272-3/+4
| |\ \
* | \ \ Updating with core-dev branchTed Gould2009-08-271-1/+1
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | use bzr numberJonathan Riddell2009-08-051-1/+1
| | |
* | | releasing version 0.0.2-0ubuntu1~ppa6Ted Gould2009-08-271-2/+2
| | |