aboutsummaryrefslogtreecommitdiff
path: root/src/indicator-printers.c
Commit message (Collapse)AuthorAgeFilesLines
* Mark strings for translationGabor Kelemen2012-03-031-1/+2
|
* Create an IndicatorServiceManager in libprintersmenu.soLars Uebernickel2012-02-171-0/+20
|
* Only show print indicator when there are print jobsLars Uebernickel2012-02-121-0/+36
| | | | | | Note: this doesn't fully implement the design spec yet, as the menu should stay visible 5 seconds after the last print job finished.
* indicator-printers: remove debug outputLars Uebernickel2012-02-061-2/+0
|
* Use priv member instead of calling g_type_instance_get_private repeatedlyLars Uebernickel2012-02-031-10/+12
|
* Use libdbusmenu-gtk3's new include pathsLars Uebernickel2012-02-031-2/+2
|
* Sync visibility of menu items with corresponding dbusmenuitemLars Uebernickel2012-02-021-21/+20
|
* Add the possibility to set an icon on indicator-menu-itemLars Uebernickel2012-01-141-1/+76
|
* indicator-printers: properly ref widget pointersLars Uebernickel2012-01-141-2/+2
|
* Optionally draw the right label as a lozengeLars Uebernickel2012-01-141-0/+3
|
* Use a custom menu item which shows printer status on the rightLars Uebernickel2012-01-141-0/+64
|
* Use get_entries instead of the get_* functionsLars Uebernickel2012-01-121-62/+19
|
* Initial importLars Uebernickel2012-01-111-0/+149
Includes indicator-printers plugin for unity-panel-service and indicator-printers-service, which generates a fairly useless menu for now.