| Commit message (Expand) | Author | Age | Files | Lines |
* | Handling the service resetting much better. Clearing out the old, but after ... | Ted Gould | 2010-02-08 | 1 | -46/+170 |
|\ |
|
| * | Boolean again! | Ted Gould | 2010-02-06 | 1 | -1/+1 |
| * | Adding check to look for privates gotten on invalid objects. | Ted Gould | 2010-02-06 | 1 | -2/+7 |
| * | Handling if we get duplicate entries added, just recycling. | Ted Gould | 2010-02-06 | 1 | -0/+41 |
| * | Now we're actively killing. | Ted Gould | 2010-02-06 | 1 | -2/+17 |
| * | Setting up the disconnected helpers and structure. | Ted Gould | 2010-02-06 | 1 | -3/+39 |
| * | Changing the proxy to only build if we need it, and not destroy itself on kil... | Ted Gould | 2010-02-06 | 1 | -43/+45 |
| * | Making room for a disconnected function. | Ted Gould | 2010-02-06 | 1 | -3/+28 |
* | | Cause the proxy to get built outside of the other proxy destroy callback. | Ted Gould | 2010-02-08 | 1 | -9/+35 |
|\ \ |
|
| * | | Putting the proxy construction in an idle function. | Ted Gould | 2010-02-06 | 1 | -9/+29 |
| * | | Reffing the connection so we ensure that we have it even when folks die. | Ted Gould | 2010-02-06 | 1 | -0/+6 |
| |/ |
|
* | | Getting the wrong string for the Attention Icon when looking at the properties | Ted Gould | 2010-02-06 | 1 | -1/+1 |
* | | More logging from our app indicator on icon changes | Ted Gould | 2010-02-06 | 1 | -0/+2 |
|/ |
|
* | Merged timestamp fix | Aurelien Gateau | 2010-02-03 | 1 | -1/+1 |
|\ |
|
| * | Changing the prototype of the activate signal | Ted Gould | 2010-02-02 | 1 | -1/+1 |
* | | icon -> icon-name | Aurelien Gateau | 2010-02-02 | 1 | -9/+9 |
|/ |
|
* | Fixing the name of the enum strings to match the StatusNotifier spec. | Ted Gould | 2010-02-01 | 3 | -5/+17 |
|\ |
|
| * | Changing the strings in the #defines here, but really we should be using the ... | Ted Gould | 2010-01-27 | 1 | -3/+3 |
| * | Making it so there is another level of translation so that we can use differe... | Ted Gould | 2010-01-27 | 2 | -2/+14 |
* | | Changing the suffix to 'panel' | Ted Gould | 2010-02-01 | 1 | -1/+1 |
* | | Truth. Bad, Bad, truth. | Ted Gould | 2010-01-24 | 1 | -2/+2 |
* | | When setting or changing an icon first check to see if there is a panel speci... | Ted Gould | 2010-01-24 | 1 | -2/+24 |
|/ |
|
* | Implements the get_location function to place the entires. | Ted Gould | 2010-01-20 | 1 | -0/+11 |
* | Looking at the last touch date of entries as we're loading the file and remov... | Ted Gould | 2010-01-20 | 1 | -2/+30 |
* | License headers. | Ted Gould | 2010-01-20 | 2 | -0/+44 |
* | Moving directory and filename into defines | Ted Gould | 2010-01-20 | 1 | -2/+5 |
* | Moving the JSON file values into #defines | Ted Gould | 2010-01-20 | 1 | -6/+11 |
* | Fleshing out loading of the LRU file and realizing we need a json-glib dep an... | Ted Gould | 2010-01-20 | 1 | -1/+79 |
* | Updating to trunk (surprisingly without conflict) | Ted Gould | 2010-01-20 | 4 | -7/+179 |
|\ |
|
| * | Add tracking and refcounting of theme directories. Unregister them when we'r... | Ted Gould | 2010-01-20 | 1 | -2/+103 |
| |\ |
|
| | * | Removing shutdown printf | Ted Gould | 2010-01-14 | 1 | -1/+0 |
| | * | Actually unref'ing the dir and fixing the truth there. | Ted Gould | 2010-01-14 | 1 | -2/+3 |
| | * | Merging in the warnings branch. | Ted Gould | 2010-01-14 | 1 | -0/+4 |
| | |\ |
|
| | * | | Debug message for directories. | Ted Gould | 2010-01-14 | 1 | -0/+1 |
| | * | | Fleshing out the ref and the unref functions for the theme directories. | Ted Gould | 2010-01-14 | 1 | -2/+67 |
| | * | | Adding in our hash table of refs. | Ted Gould | 2010-01-14 | 1 | -0/+35 |
| * | | | Use the right function in the fallback. | Ted Gould | 2010-01-20 | 1 | -1/+1 |
| |\ \ \ |
|
| | * | | | Changing to use the status wrapper for handling the status signal's different... | Ted Gould | 2010-01-19 | 1 | -1/+1 |
| | |/ / |
|
| * | | | Merge to get the current list of applications on startup. | Ted Gould | 2010-01-20 | 3 | -4/+71 |
| |\ \ \ |
|
| | * | | | Cleaning out dead code and turning a printout into an assert. | Ted Gould | 2010-01-15 | 1 | -10/+1 |
| | * | | | Using the menu path instead of the item path. | Ted Gould | 2010-01-15 | 1 | -1/+1 |
| | * | | | Using a straight value array and making sure to pass the application | Ted Gould | 2010-01-15 | 1 | -15/+11 |
| | * | | | Fleshing out the get_applications function so that we do something with the l... | Ted Gould | 2010-01-15 | 1 | -0/+37 |
| | * | | | Setting the proper type for the GValue of an 'o' | Ted Gould | 2010-01-15 | 1 | -2/+2 |
| | * | | | Better init value and adding error to prototype. | Ted Gould | 2010-01-15 | 1 | -3/+3 |
| | * | | | Returning truth. | Ted Gould | 2010-01-14 | 1 | -1/+1 |
| | * | | | Need icon path in the list as well. | Ted Gould | 2010-01-14 | 1 | -1/+1 |
| | * | | | Fleshing out returning the list of apps already there. | Ted Gould | 2010-01-14 | 1 | -2/+45 |
| | |/ / |
|
| * | | | Ref'ing the image and menu so that when we remove them we don't get warnings. | Ted Gould | 2010-01-20 | 1 | -0/+4 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | We should have kept ref's to these. | Ted Gould | 2010-01-14 | 1 | -0/+4 |
| | |/ |
|