Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | A function to handle the showing on greeter part of this. | Ted Gould | 2014-09-17 | 1 | -1/+1 |
| | |||||
* | Put into our namespace | Ted Gould | 2014-09-17 | 1 | -3/+3 |
| | |||||
* | Grab an AS reference | Ted Gould | 2014-09-17 | 1 | -0/+4 |
| | |||||
* | Simple, if we're on the greeter show it. If not, we don't | Ted Gould | 2014-09-17 | 1 | -1/+7 |
| | |||||
* | Add API for showing data to users | Ted Gould | 2014-09-17 | 1 | -0/+8 |
| | |||||
* | Setup a basic greeter property | Ted Gould | 2014-09-17 | 1 | -0/+15 |
| | |||||
* | desktop menu: sort applications like specified | Lars Uebernickel | 2014-04-07 | 1 | -24/+33 |
| | | | | | | Default chat client, default email client, and the other applications sorted by alphabet. | ||||
* | desktop menu: don't show status section when no apps supports it | Lars Uebernickel | 2014-04-07 | 1 | -0/+14 |
| | |||||
* | im_menu_insert: make sorting logic more readable | Lars Uebernickel | 2013-11-19 | 1 | -8/+7 |
| | |||||
* | im_menu_insert_section: don't leak item_sort | Lars Uebernickel | 2013-11-12 | 1 | -2/+9 |
| | |||||
* | Make it so that we sort based on application name to make the menu more sane | Ted Gould | 2013-08-20 | 1 | -4/+11 |
| | |||||
* | Really we should set status on the application list | Ted Gould | 2013-08-15 | 1 | -16/+0 |
| | |||||
* | Adding a set_status virtual function | Ted Gould | 2013-08-14 | 1 | -0/+16 |
| | |||||
* | Add desktop menu | Lars Uebernickel | 2013-08-13 | 1 | -0/+29 |
| | | | | | Only shows application launchers right now. | ||||
* | Move toplevel menu logic into ImMenu | Lars Uebernickel | 2013-08-12 | 1 | -0/+14 |
| | | | | | | Also, get rid of only exporting sections if they were non-empty. That was a hack for non-conformant GMenuModel renderers. | ||||
* | Add ImMenu | Lars Uebernickel | 2013-08-12 | 1 | -0/+148 |
A base class for all messaging menus. ImPhoneMenu already subclasses from it, with a desktop version coming up. |