Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fork from Ubuntu's indicator-printers. | Mike Gabriel | 2017-10-24 | 1 | -1/+0 |
| | |||||
* | Mark strings for translation | Gabor Kelemen | 2012-03-03 | 1 | -1/+3 |
| | |||||
* | Call system-config-printer instead of g-c-c's printer panel | Lars Uebernickel | 2012-02-15 | 1 | -1/+1 |
| | |||||
* | Update the whole printer list when any job is finished | Lars Uebernickel | 2012-02-12 | 1 | -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 dialog | Lars Uebernickel | 2012-02-12 | 1 | -26/+3 |
| | |||||
* | Add missing license headers | Lars Uebernickel | 2012-02-12 | 1 | -0/+17 |
| | |||||
* | Only show print indicator when there are print jobs | Lars Uebernickel | 2012-02-12 | 1 | -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 printers | Lars Uebernickel | 2012-02-09 | 1 | -27/+14 |
| | | | | | Of course, this shouldn't ever happen in practice. | ||||
* | Use g_spawn_command_line_async to launch g-c-c | Lars Uebernickel | 2012-02-06 | 1 | -6/+30 |
| | |||||
* | Move g-c-c invocation out of indicator-printers-menu | Lars Uebernickel | 2012-02-03 | 1 | -27/+2 |
| | |||||
* | indicator-printers-menu: ref cups_notifier | Lars Uebernickel | 2012-02-03 | 1 | -4/+3 |
| | |||||
* | Use priv member instead of calling g_type_instance_get_private repeatedly | Lars Uebernickel | 2012-02-03 | 1 | -31/+26 |
| | |||||
* | Move cups notifier object out of indicator-printers-menu | Lars Uebernickel | 2012-02-02 | 1 | -24/+94 |
| | |||||
* | Set menu label to the printer's name (accidentally removed in last commit) | Lars Uebernickel | 2012-02-02 | 1 | -0/+1 |
| | |||||
* | Listen to cups dbus messages to update menu when jobs are added / done | Lars Uebernickel | 2012-02-02 | 1 | -24/+112 |
| | |||||
* | Initialize the menu with job list from cups when starting the service | Lars Uebernickel | 2012-01-26 | 1 | -18/+60 |
| | |||||
* | Call g-c-c with the right parameter to open the printer panel | Lars Uebernickel | 2012-01-20 | 1 | -1/+1 |
| | |||||
* | indicator-printers-menu: fix disposing the root item | Lars Uebernickel | 2012-01-20 | 1 | -1/+1 |
| | |||||
* | Add the possibility to set an icon on indicator-menu-item | Lars Uebernickel | 2012-01-14 | 1 | -0/+1 |
| | |||||
* | Use a custom menu item which shows printer status on the right | Lars Uebernickel | 2012-01-14 | 1 | -5/+9 |
| | |||||
* | indicator-printers-menu: don't set printer property on the menuitem | Lars Uebernickel | 2012-01-12 | 1 | -6/+2 |
| | |||||
* | Move menu related code into a separate class | Lars Uebernickel | 2012-01-12 | 1 | -0/+123 |
Also removes the "System Settings" menu item (according to spec). Printer menu items are hardcoded for now. |