| Commit message (Expand) | Author | Age | Files | Lines |
* | src/indicator-printers-service.c: Add tooltip support. | Mike Gabriel | 2022-09-22 | 1 | -0/+1 |
* | CMake: Typo fix in target name. | Mike Gabriel | 2022-09-21 | 1 | -5/+5 |
* | Rewrite to indicator-ng: Remove unused source files | Robert Tari | 2022-09-06 | 6 | -1259/+0 |
* | Rewrite to indicator-ng: Code and build changes | Robert Tari | 2022-09-06 | 5 | -177/+546 |
* | Drop all references to config.h | Robert Tari | 2022-08-16 | 2 | -3/+4 |
* | Drop Automake files | Robert Tari | 2022-08-16 | 1 | -53/+0 |
* | Add CMakeLists.txt files | Robert Tari | 2022-08-16 | 1 | -0/+31 |
* | Check if valid cupsoption before processing - closes #12 | David Mohammed | 2022-02-08 | 1 | -4/+7 |
* | Fix deprecations and build warnings | Robert Tari | 2020-09-08 | 5 | -43/+11 |
* | Whitespace fix | Robert Tari | 2020-09-08 | 1 | -1/+1 |
* | Fix multiple definitions linker error with GCC 10 | Kentaro Hayashi | 2020-08-04 | 2 | -2/+2 |
* | Rename GNOMELOCALEDIR -> LOCALEDIR. | Mike Gabriel | 2017-12-06 | 1 | -1/+1 |
* | src/Makefile.am: Use our own namespace. Rename libprintersmenu.so -> libayata... | Mike Gabriel | 2017-10-25 | 1 | -6/+6 |
* | 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 |
* | service: own bus name so that the panel can find it on the bus | Lars Uebernickel | 2014-05-15 | 1 | -0/+17 |
* | 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 |
* | 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 |
* | | Set lease durations on cups subscription and renew periodically | Lars Uebernickel | 2012-03-20 | 1 | -1/+46 |
* | | Change i18n header to gi18n-lib.h to translate the accessible description. LP... | Gabor Kelemen | 2012-03-17 | 1 | -1/+1 |
|/ |
|
* | 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 |
* | 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 |
* | Don't show errors from non-existing printers | Lars Uebernickel | 2012-02-09 | 2 | -29/+16 |
* | 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 |