Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | * New upstream release. | Ted Gould | 2011-03-23 | 4 | -12/+23 | |
| | |\| | | | | | | | | | | | | | * Version number bump | |||||
| | | * | Import upstream version 0.3.0 | Ted Gould | 2011-03-23 | 3 | -12/+16 | |
| | | |\ | |_|_|/ |/| | | | ||||||
* | | | | 0.3.00.3.0 | Ted Gould | 2011-03-23 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | Merge from U. Desktop | Ted Gould | 2011-03-23 | 1 | -1/+1 | |
| | |\ \ | | |/ / | |/| | | ||||||
| * | | | releasing version 0.2.95-0ubuntu1 | Ken VanDine | 2011-03-16 | 9 | -42/+177 | |
| |\| | | ||||||
| | * | | releasing version 0.2.95-0ubuntu1~ppa1 | Ted Gould | 2011-03-16 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | Drop debian/patches/fix-null-string-to-variant-crash.patch | Ted Gould | 2011-03-16 | 3 | -21/+2 | |
| | | | | ||||||
| | * | | New upstream release. | Ted Gould | 2011-03-16 | 7 | -22/+176 | |
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | ∘ Fix ordering of indicators ∘ No more duplication of indicators on the panel (LP: #708243) ∘ Using proper object on async call (LP: #734584) ∘ Protect from the accessible description being NULL. (LP: #724767) | |||||
| | | * | Import upstream version 0.2.95 | Ted Gould | 2011-03-16 | 6 | -22/+166 | |
| | | |\ | |_|_|/ |/| | | | ||||||
* | | | | 0.2.950.2.95 | Ted Gould | 2011-03-16 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | Fix ordering of indicators | Ted Gould | 2011-03-16 | 2 | -4/+8 | |
|\ \ \ \ | ||||||
| * | | | | Moving iBus and keyboard under advice of mpt | Ted Gould | 2011-03-16 | 1 | -3/+3 | |
| | | | | | ||||||
| * | | | | Inserting network manager applet at the front | Ted Gould | 2011-03-14 | 1 | -4/+5 | |
| | | | | | ||||||
| * | | | | Debug message on missing override file. | Ted Gould | 2011-03-14 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Debug message on missing override file. | Ted Gould | 2011-03-14 | 1 | -0/+1 | |
| | | | | | ||||||
| * | | | | Do a sort after deciding the ordering ID | Ted Gould | 2011-03-14 | 1 | -0/+1 | |
| | | | | | ||||||
| * | | | | Noticing a missing unref | Ted Gould | 2011-03-14 | 1 | -0/+1 | |
| | | | | | ||||||
* | | | | | Handle the case of getting application signals while still waiting on the ↵ | Ted Gould | 2011-03-15 | 1 | -2/+57 | |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | full list. | |||||
| * | | | | | Adding bug | Ted Gould | 2011-03-11 | 0 | -0/+0 | |
| | | | | | | ||||||
| * | | | | | If we're requeuing we don't really want to continue to process the signal | Ted Gould | 2011-03-11 | 1 | -0/+1 | |
| | | | | | | ||||||
| * | | | | | Removing applications before adding new ones. | Ted Gould | 2011-03-11 | 1 | -0/+8 | |
| | | | | | | ||||||
| * | | | | | A couple memory leaks | Ted Gould | 2011-03-11 | 1 | -1/+5 | |
| | | | | | | ||||||
| * | | | | | Only clear the cancel if we're not being cancelled | Ted Gould | 2011-03-11 | 1 | -4/+6 | |
| | | | | | | ||||||
| * | | | | | Unrefing the object, it might not happen right away, so let's clear it ↵ | Ted Gould | 2011-03-11 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | ourselves. | |||||
| * | | | | | If we're in the middle of a GetApplications and we get another signal, let's ↵ | Ted Gould | 2011-03-11 | 1 | -0/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | try again. | |||||
| * | | | | | Add a cancellable object for the GetApplications call | Ted Gould | 2011-03-11 | 1 | -1/+26 | |
| |/ / / / | ||||||
* | | | | | Using the proper object to finish the call | Ted Gould | 2011-03-15 | 1 | -1/+1 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Use the passed in proxy to get the result to ensure it's valid. | Ted Gould | 2011-03-14 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | Protect from the accessible description being NULL | Ted Gould | 2011-03-02 | 1 | -3/+4 | |
|\ \ \ \ | ||||||
| * | | | | fix crash on null string passed to GVariant | Michael Terry | 2011-02-25 | 1 | -3/+4 | |
|/ / / / | ||||||
| | * | | Merge from U. Desktop | Ted Gould | 2011-03-03 | 5 | -1/+32 | |
| | |\ \ | | |/ / | |/| | | ||||||
| * | | | * debian/control, debian/rules: | Michael Terry | 2011-02-25 | 5 | -0/+31 | |
| | | | | | | | | | | | | | | | | | | | | | | | | - Add quilt as a patch system * debian/patches/fix-null-string-to-variant-crash.patch: - Don't pass a null string to GVariant, it hates it. LP: #724767 | |||||
| * | | | releasing version 0.2.94-0ubuntu1 | Ken VanDine | 2011-02-24 | 9 | -36/+169 | |
| |\| | | ||||||
| | * | | releasing version 0.2.94-0ubuntu1~ppa1 | Ted Gould | 2011-02-24 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | * New upstream release. | Ted Gould | 2011-02-24 | 6 | -22/+90 | |
| | |\| | | | | | | | | | | | | | | | | | | | | | * Make the accessible description NULL so that indicator-applet doesn't crash (LP: #721533) * emit LabelChanged signal along with the IconChanged signal (LP: #712581) | |||||
| | | * | Import upstream version 0.2.94 | Ted Gould | 2011-02-24 | 8 | -48/+175 | |
| | | |\ | |_|_|/ |/| | | | ||||||
* | | | | 0.2.940.2.94 | Ted Gould | 2011-02-24 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | releasing version 0.2.93-0ubuntu5~ppa2 | Ted Gould | 2011-02-24 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | Fix, let's not talk about it. | Ted Gould | 2011-02-24 | 2 | -0/+10 | |
| | |\ \ | |_|/ / |/| | | | ||||||
* | | | | Making sure we have a description for the variant world | Ted Gould | 2011-02-24 | 1 | -0/+4 | |
| | | | | ||||||
| | * | | releasing version 0.2.93-0ubuntu5~ppa1 | Ted Gould | 2011-02-24 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | * Upstream Merge | Ted Gould | 2011-02-24 | 4 | -23/+78 | |
| | |\ \ | |_|/ / |/| | | | | | | | * Adding in support for Accssible Descriptions | |||||
* | | | | Adding support for accessible descriptions | Ted Gould | 2011-02-24 | 3 | -23/+71 | |
|\ \ \ \ | ||||||
| * | | | | Switching things around so the icon switches with the description all the ↵ | Ted Gould | 2011-02-24 | 3 | -103/+46 | |
| | | | | | | | | | | | | | | | | | | | | way up the stack | |||||
| * | | | | Adding a missing brace | Ted Gould | 2011-02-23 | 1 | -0/+1 | |
| | | | | | ||||||
| * | | | | Use the ACCESSIBLE_DESC_UPDATE signal to refresh the accessible description. | Luke Yelavich | 2011-02-11 | 1 | -27/+3 | |
| | | | | | ||||||
| * | | | | accessible_name -> accessible_desc | Luke Yelavich | 2011-02-08 | 3 | -52/+52 | |
| | | | | | ||||||
| * | | | | Merge from trunk | Luke Yelavich | 2011-02-08 | 1 | -2/+2 | |
| |\ \ \ \ | ||||||
| * | | | | | Add accessible name support | Luke Yelavich | 2011-02-07 | 3 | -17/+145 | |
| | | | | | | ||||||
* | | | | | | Make sure to NULL out the structure | Ted Gould | 2011-02-21 | 1 | -1/+1 | |
|\ \ \ \ \ \ |