| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename GNOMELOCALEDIR -> LOCALEDIR. | Mike Gabriel | 2017-12-06 | 1 | -1/+1 |
| | | |||||
| * | src/Makefile.am: Use our own namespace. Rename libprintersmenu.so -> ↵ | Mike Gabriel | 2017-10-25 | 1 | -6/+6 |
| | | | | | libayatana-printersmenu.so. | ||||
| * | Fork from Ubuntu's indicator-printers. | Mike Gabriel | 2017-10-24 | 11 | -25/+16 |
| | | |||||
| * | Remove g_strv_contains() | Lars Uebernickel | 2015-02-06 | 1 | -19/+1 |
| | | | | | | It was added to glib recently. | ||||
| * | service: own bus name so that the panel can find it on the bus | Lars Uebernickel | 2014-05-15 | 1 | -0/+17 |
| | | | | | | This got accidentally removed in r68. | ||||
| * | Change notification lease time to 24h | Lars Uebernickel | 2014-03-13 | 1 | -1/+1 |
| | | |||||
| * | Remove the service manager | Ted Gould | 2014-02-20 | 1 | -11/+15 |
| | | |||||
| * | Drop the indicator service | Ted Gould | 2014-02-20 | 1 | -23/+0 |
| | | |||||
| * | Moving the binary to the package directory | Ted Gould | 2014-02-20 | 1 | -1/+1 |
| | | |||||
| * | Add proper i18n support. Fixes LP:1279605 | Gabor Kelemen | 2014-02-13 | 1 | -0/+7 |
| | | |||||
| * | Don't access CUPS' ipp_attribute_t directly | Lars Uebernickel | 2012-09-07 | 1 | -1/+1 |
| | | | | | | CUPS doesn't support that anymore. | ||||
| * | Merge gcov tooling branch. Thanks Allan! | Lars Uebernickel | 2012-03-30 | 1 | -1/+6 |
| |\ | |||||
| | * | Added gcov coverage tooling. | Allan LeSage | 2012-03-27 | 1 | -1/+6 |
| | | | |||||
| * | | Listen to indicator-right-is-lozenge property changes | Lars Uebernickel | 2012-03-20 | 1 | -0/+3 |
| | | | | | | | | | | | | | Fixes bug: number of jobs queued was not drawn as a lozenge in the print indicator menu. | ||||
| * | | Set lease durations on cups subscription and renew periodically | Lars Uebernickel | 2012-03-20 | 1 | -1/+46 |
| | | | | | | | | | | | | | This will stop indicator-printers-service from leaving stray subscriptions around when it doesn't exit gracefully. Fixes lp #959195. | ||||
| * | | Change i18n header to gi18n-lib.h to translate the accessible description. ↵ | Gabor Kelemen | 2012-03-17 | 1 | -1/+1 |
| |/ | | | | LP: #957522 | ||||
| * | Correct the use of plurals | Gabor Kelemen | 2012-03-03 | 1 | -6/+4 |
| | | |||||
| * | Mark strings for translation | Gabor Kelemen | 2012-03-03 | 2 | -2/+5 |
| | | |||||
| * | Create an IndicatorServiceManager in libprintersmenu.so | Lars Uebernickel | 2012-02-17 | 1 | -0/+20 |
| | | |||||
| * | Don't distribute generated sources and delete them on `make clean` | Lars Uebernickel | 2012-02-16 | 1 | -2/+4 |
| | | |||||
| * | Also generate cups-notifier in the text directory | Lars Uebernickel | 2012-02-16 | 1 | -1/+1 |
| | | |||||
| * | Make sure CUPS' dbus notification is on while the service is running | Lars Uebernickel | 2012-02-16 | 1 | -1/+72 |
| | | |||||
| * | Mark strings translatable | Lars Uebernickel | 2012-02-16 | 1 | -12/+13 |
| | | |||||
| * | Include cups dbus interface xml file in the release0.1 | Lars Uebernickel | 2012-02-15 | 1 | -0/+1 |
| | | |||||
| * | Call system-config-printer instead of g-c-c's printer panel | Lars Uebernickel | 2012-02-15 | 3 | -3/+3 |
| | | |||||
| * | Add dbus-names.h to the source lists of applet and service | Lars Uebernickel | 2012-02-14 | 1 | -2/+4 |
| | | |||||
| * | Link applet against libm for floor() | Lars Uebernickel | 2012-02-14 | 1 | -1/+1 |
| | | |||||
| * | Fix lozenge drawing (center text, 2 char min-width, right-align) | Lars Uebernickel | 2012-02-12 | 1 | -12/+24 |
| | | |||||
| * | 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 | 5 | -27/+54 |
| | | |||||
| * | Add missing license headers | Lars Uebernickel | 2012-02-12 | 6 | -0/+103 |
| | | |||||
| * | Only show print indicator when there are print jobs | Lars Uebernickel | 2012-02-12 | 2 | -0/+60 |
| | | | | | | | 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 | 2 | -29/+16 |
| | | | | | | Of course, this shouldn't ever happen in practice. | ||||
| * | Remove non-existing file indicator-printers-service.h from Makefile | Lars Uebernickel | 2012-02-09 | 1 | -1/+0 |
| | | |||||
| * | Show alert boxes when something's wrong with the printer | Lars Uebernickel | 2012-02-09 | 4 | -0/+400 |
| | | |||||
| * | indicator-printers: remove debug output | Lars Uebernickel | 2012-02-06 | 1 | -2/+0 |
| | | |||||
| * | Use g_spawn_command_line_async to launch g-c-c | Lars Uebernickel | 2012-02-06 | 4 | -71/+30 |
| | | |||||
| * | Move g-c-c invocation out of indicator-printers-menu | Lars Uebernickel | 2012-02-03 | 4 | -27/+67 |
| | | |||||
| * | 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 | 6 | -75/+67 |
| | | |||||
| * | Use libdbusmenu-gtk3's new include paths | Lars Uebernickel | 2012-02-03 | 1 | -2/+2 |
| | | |||||
| * | Move cups notifier object out of indicator-printers-menu | Lars Uebernickel | 2012-02-02 | 3 | -25/+119 |
| | | |||||
| * | Sync visibility of menu items with corresponding dbusmenuitem | Lars Uebernickel | 2012-02-02 | 1 | -21/+20 |
| | | |||||
| * | 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 | 3 | -25/+276 |
| | | |||||
| * | 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 |
| | | |||||
| * | indicator-menu-item: add get functions for label and right text | Lars Uebernickel | 2012-01-15 | 2 | -1/+20 |
| | | |||||
| * | indicator-menu-item: add get / set and notify signal for right_is_lozenge | Lars Uebernickel | 2012-01-14 | 2 | -4/+23 |
| | | |||||
