Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | Checking the default name on application items | Ted Gould | 2010-03-04 | 1 | -2/+8 | |
| | | | | ||||||
| | | * | Checking to see if we have a default name. | Ted Gould | 2010-03-04 | 1 | -1/+9 | |
| | | | | ||||||
| | | * | Keeping our desktop file paths safe. | Ted Gould | 2010-03-04 | 2 | -5/+5 | |
| | | | | ||||||
| | | * | Copyright headers. | Ted Gould | 2010-03-04 | 2 | -0/+40 | |
| | | | | ||||||
| | | * | Making the default applications strings translatable. | Ted Gould | 2010-03-04 | 1 | -0/+1 | |
| | | | | ||||||
| | | * | Adding in the setup function. | Ted Gould | 2010-03-04 | 2 | -1/+12 | |
| | | | | ||||||
| | | * | Refactoring into a helper | Ted Gould | 2010-03-04 | 1 | -7/+18 | |
| | | | | ||||||
| | | * | Adding empathy and gwibber to the mix. | Ted Gould | 2010-03-04 | 1 | -0/+2 | |
| | | | | ||||||
| | | * | Actually searching through the list | Ted Gould | 2010-03-04 | 1 | -1/+15 | |
| | | | | ||||||
| | | * | Adding a small little function to find default applications. | Ted Gould | 2010-03-04 | 3 | -0/+33 | |
| | |/ | ||||||
| * | | Sync to Ubuntu Desktop | Ted Gould | 2010-02-18 | 1 | -1/+1 | |
| |\ \ | |/ / |/| | | ||||||
* | | | releasing version 0.3.2-0ubuntu1 | Ken VanDine | 2010-02-18 | 20 | -99/+774 | |
|\| | | ||||||
| * | | releasing version 0.3.2-0ubuntu1~ppa1 | Ted Gould | 2010-02-18 | 1 | -2/+2 | |
| | | | ||||||
| * | | * debian/control: | Ted Gould | 2010-02-18 | 2 | -3/+6 | |
| | | | | | | | | | | | | | | | * libindicator build dependency to 0.3.3 * dbusmenu build dependency to 0.2.5 | |||||
| * | | * Upstream release 0.3.2 | Ted Gould | 2010-02-18 | 19 | -96/+768 | |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Removing extra ref * Moving locally defined variable to use the one defined in the function to fix a NULL pointer. (lp: #518547) * Disconnect the count changed signal property * Adding static desktop shortcuts to application items * Adding dynamic application menuitems * Switching application menu items to remove descriptions and add in application icons | |||||
| | * | 0.3.20.3.2 | Ted Gould | 2010-02-18 | 1 | -1/+1 | |
| | | | ||||||
| | * | Adding in an icon to show the application as running | Ted Gould | 2010-02-18 | 10 | -0/+184 | |
| | |\ | ||||||
| | | * | Adding in an application-running icon | Ted Gould | 2010-02-17 | 10 | -0/+184 | |
| | | | | ||||||
| | * | | Changing the applications to have icons. | Ted Gould | 2010-02-18 | 5 | -42/+25 | |
| | |\ \ | ||||||
| | | * | | Put the icons into the active items. | Ted Gould | 2010-02-17 | 1 | -0/+6 | |
| | | | | | ||||||
| | | * | | Removing the launcher custom menu type | Ted Gould | 2010-02-17 | 2 | -39/+0 | |
| | | | | | ||||||
| | | * | | Switch to having a launcher be a standard item with an icon. | Ted Gould | 2010-02-17 | 2 | -3/+19 | |
| | | |/ | ||||||
| | * | | Getting dynamic items from libindicate and dbusmenu | Ted Gould | 2010-02-18 | 4 | -5/+276 | |
| | |\ \ | ||||||
| | | * | | Upping dbusmenu dep to 0.2.5 | Ted Gould | 2010-02-18 | 1 | -1/+1 | |
| | | | | | ||||||
| | | * | | Adding protection from data fields by checking to ensure they're AppMenuItems | Ted Gould | 2010-02-18 | 1 | -0/+6 | |
| | | | | | ||||||
| | | * | | Setting the listener to NULL after unrefing it. | Ted Gould | 2010-02-18 | 1 | -0/+1 | |
| | | | | | ||||||
| | | * | | Do a resort after adding new items. | Ted Gould | 2010-02-17 | 1 | -0/+2 | |
| | | | | | ||||||
| | | * | | Did I ever talk to you about why I hate while loops? I have to stop using ↵ | Ted Gould | 2010-02-17 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | them. They just lead to bugs. | |||||
| | | * | | Eh, forgot to flesh out the lists | Ted Gould | 2010-02-17 | 1 | -1/+3 | |
| | | | | | ||||||
| | | * | | If we already have children, make sure to process them right away. | Ted Gould | 2010-02-17 | 1 | -0/+6 | |
| | | | | | ||||||
| | | * | | Adding some debug messages | Ted Gould | 2010-02-17 | 2 | -0/+5 | |
| | | | | | ||||||
| | | * | | Moving the shortcuts along with the app item | Ted Gould | 2010-02-17 | 1 | -0/+9 | |
| | | | | | ||||||
| | | * | | Getting the shortcuts in, and handling changes of them. | Ted Gould | 2010-02-17 | 1 | -0/+51 | |
| | | | | | ||||||
| | | * | | Realized that we can't proxy the root as the items can't then have two ↵ | Ted Gould | 2010-02-17 | 1 | -8/+59 | |
| | | | | | | | | | | | | | | | | | | | | parents, and they need to exist with a parent in the menu that we're building. So we have to leave the proxy items unparented until they get picked up in the service themselves. | |||||
| | | * | | Adding a list to put the shortcuts in | Ted Gould | 2010-02-17 | 1 | -0/+17 | |
| | | | | | ||||||
| | | * | | Oops, wrong signal name for this function. | Ted Gould | 2010-02-17 | 1 | -4/+4 | |
| | | | | | ||||||
| | | * | | Emitting the new signal all over the place. | Ted Gould | 2010-02-17 | 1 | -5/+10 | |
| | | | | | ||||||
| | | * | | Adding in a shortcuts changed signal | Ted Gould | 2010-02-17 | 2 | -2/+12 | |
| | | | | | ||||||
| | | * | | Handling root item changes. Mostly. | Ted Gould | 2010-02-17 | 1 | -2/+56 | |
| | | | | | ||||||
| | | * | | Init and cleanup the client and root private properties. | Ted Gould | 2010-02-17 | 1 | -2/+17 | |
| | | | | | ||||||
| | | * | | Fleshing out menu_cb, lots of avenues for expantion in other directions now. | Ted Gould | 2010-02-17 | 1 | -0/+27 | |
| | | | | | ||||||
| | | * | | Adding API for getting items | Ted Gould | 2010-02-17 | 2 | -0/+9 | |
| | | | | | ||||||
| | | * | | Grabbing the static commands branch so we can build on it. | Ted Gould | 2010-02-17 | 3 | -48/+269 | |
| | | |\ \ | | | | |/ | | | |/| | ||||||
| | * | | | Adding in the ability to take static commands from a desktop file | Ted Gould | 2010-02-18 | 4 | -49/+265 | |
| | |\ \ \ | | | |/ / | | |/| | | ||||||
| | | * | | Bumping libindicator to 0.3.3 | Ted Gould | 2010-02-18 | 1 | -1/+1 | |
| | | | | | ||||||
| | | * | | Use the string allocate by g_key_file instead of creating a new one | Ted Gould | 2010-02-18 | 1 | -6/+1 | |
| | | |/ | ||||||
| | | * | Explicitly setting the visible property so we call pull it later. | Ted Gould | 2010-02-17 | 1 | -0/+1 | |
| | | | | ||||||
| | | * | Switching over to using _bool for the visible property | Ted Gould | 2010-02-17 | 1 | -14/+14 | |
| | | | | ||||||
| | | * | Adding the shortcuts into the menuhandling code. | Ted Gould | 2010-02-17 | 1 | -0/+23 | |
| | | | | ||||||
| | | * | Fleshing out the get_items function | Ted Gould | 2010-02-17 | 1 | -1/+6 | |
| | | | |