aboutsummaryrefslogtreecommitdiff
path: root/src/indicator-printers-service.c
Commit message (Collapse)AuthorAgeFilesLines
* src/indicator-printers-service.c: Add tooltip support.Mike Gabriel2022-09-221-0/+1
|
* Rewrite to indicator-ng: Code and build changesRobert Tari2022-09-061-130/+431
|
* Drop all references to config.hRobert Tari2022-08-161-1/+2
|
* Fix deprecations and build warningsRobert Tari2020-09-081-1/+1
| | | | Fixes AyatanaIndicators/ayatana-indicator-printers#3.
* Rename GNOMELOCALEDIR -> LOCALEDIR.Mike Gabriel2017-12-061-1/+1
|
* Fork from Ubuntu's indicator-printers.Mike Gabriel2017-10-241-2/+1
|
* service: own bus name so that the panel can find it on the busLars Uebernickel2014-05-151-0/+17
| | | | | This got accidentally removed in r68.
* Change notification lease time to 24hLars Uebernickel2014-03-131-1/+1
|
* Drop the indicator serviceTed Gould2014-02-201-23/+0
|
* Add proper i18n support. Fixes LP:1279605Gabor Kelemen2014-02-131-0/+7
|
* Don't access CUPS' ipp_attribute_t directlyLars Uebernickel2012-09-071-1/+1
| | | | | CUPS doesn't support that anymore.
* Set lease durations on cups subscription and renew periodicallyLars Uebernickel2012-03-201-1/+46
| | | | | | This will stop indicator-printers-service from leaving stray subscriptions around when it doesn't exit gracefully. Fixes lp #959195.
* Make sure CUPS' dbus notification is on while the service is runningLars Uebernickel2012-02-161-1/+72
|
* Show alert boxes when something's wrong with the printerLars Uebernickel2012-02-091-0/+7
|
* Move cups notifier object out of indicator-printers-menuLars Uebernickel2012-02-021-1/+20
|
* Move menu related code into a separate classLars Uebernickel2012-01-121-80/+8
| | | | | | Also removes the "System Settings" menu item (according to spec). Printer menu items are hardcoded for now.
* Initial importLars Uebernickel2012-01-111-0/+135
Includes indicator-printers plugin for unity-panel-service and indicator-printers-service, which generates a fairly useless menu for now.