aboutsummaryrefslogtreecommitdiff
path: root/src/indicator-printers-menu.c
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite to indicator-ng: Remove unused source filesRobert Tari2022-09-061-334/+0
|
* Check if valid cupsoption before processing - closes #12David Mohammed2022-02-081-4/+7
|
* Fix deprecations and build warningsRobert Tari2020-09-081-9/+2
| | | | Fixes AyatanaIndicators/ayatana-indicator-printers#3.
* Fix multiple definitions linker error with GCC 10Kentaro Hayashi2020-08-041-1/+1
| | | | | | It fixes the follwing error: /usr/bin/ld: ayatana_indicator_printers_service-indicator-printer-state-notifier.o:/workspace/ayatana-indicator-printers/src/indicator-printer-state-notifier.c:55: multiple definition of `properties'; ayatana_indicator_printers_service-indicator-printers-menu.o:/workspace/ayatana-indicator-printers/src/indicator-printers-menu.c:45: first defined here
* Fork from Ubuntu's indicator-printers.Mike Gabriel2017-10-241-1/+0
|
* Mark strings for translationGabor Kelemen2012-03-031-1/+3
|
* Call system-config-printer instead of g-c-c's printer panelLars Uebernickel2012-02-151-1/+1
|
* Update the whole printer list when any job is finishedLars Uebernickel2012-02-121-12/+26
| | | | | | This is a workaround for a CUPS bug, which doesn't send the printer's name in the job-{completed,aborted,canceled} notification.
* Show printer settings when "Settings..." is clicked on an alert dialogLars Uebernickel2012-02-121-26/+3
|
* Add missing license headersLars Uebernickel2012-02-121-0/+17
|
* Only show print indicator when there are print jobsLars Uebernickel2012-02-121-0/+24
| | | | | | Note: this doesn't fully implement the design spec yet, as the menu should stay visible 5 seconds after the last print job finished.
* Don't show errors from non-existing printersLars Uebernickel2012-02-091-27/+14
| | | | | Of course, this shouldn't ever happen in practice.
* Use g_spawn_command_line_async to launch g-c-cLars Uebernickel2012-02-061-6/+30
|
* Move g-c-c invocation out of indicator-printers-menuLars Uebernickel2012-02-031-27/+2
|
* indicator-printers-menu: ref cups_notifierLars Uebernickel2012-02-031-4/+3
|
* Use priv member instead of calling g_type_instance_get_private repeatedlyLars Uebernickel2012-02-031-31/+26
|
* Move cups notifier object out of indicator-printers-menuLars Uebernickel2012-02-021-24/+94
|
* Set menu label to the printer's name (accidentally removed in last commit)Lars Uebernickel2012-02-021-0/+1
|
* Listen to cups dbus messages to update menu when jobs are added / doneLars Uebernickel2012-02-021-24/+112
|
* Initialize the menu with job list from cups when starting the serviceLars Uebernickel2012-01-261-18/+60
|
* Call g-c-c with the right parameter to open the printer panelLars Uebernickel2012-01-201-1/+1
|
* indicator-printers-menu: fix disposing the root itemLars Uebernickel2012-01-201-1/+1
|
* Add the possibility to set an icon on indicator-menu-itemLars Uebernickel2012-01-141-0/+1
|
* Use a custom menu item which shows printer status on the rightLars Uebernickel2012-01-141-5/+9
|
* indicator-printers-menu: don't set printer property on the menuitemLars Uebernickel2012-01-121-6/+2
|
* Move menu related code into a separate classLars Uebernickel2012-01-121-0/+123
Also removes the "System Settings" menu item (according to spec). Printer menu items are hardcoded for now.