aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix deprecations and build warningsRobert Tari2020-09-085-43/+11
| | | | Fixes AyatanaIndicators/ayatana-indicator-printers#3.
* Whitespace fixRobert Tari2020-09-081-1/+1
|
* Fix multiple definitions linker error with GCC 10Kentaro Hayashi2020-08-042-2/+2
| | | | | | 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
* Rename GNOMELOCALEDIR -> LOCALEDIR.Mike Gabriel2017-12-061-1/+1
|
* src/Makefile.am: Use our own namespace. Rename libprintersmenu.so -> ↵Mike Gabriel2017-10-251-6/+6
| | | | libayatana-printersmenu.so.
* Fork from Ubuntu's indicator-printers.Mike Gabriel2017-10-2411-25/+16
|
* Remove g_strv_contains()Lars Uebernickel2015-02-061-19/+1
| | | | | It was added to glib recently.
* 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
|
* Remove the service managerTed Gould2014-02-201-11/+15
|
* Drop the indicator serviceTed Gould2014-02-201-23/+0
|
* Moving the binary to the package directoryTed Gould2014-02-201-1/+1
|
* 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.
* Merge gcov tooling branch. Thanks Allan!Lars Uebernickel2012-03-301-1/+6
|\
| * Added gcov coverage tooling.Allan LeSage2012-03-271-1/+6
| |
* | Listen to indicator-right-is-lozenge property changesLars Uebernickel2012-03-201-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 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.
* | Change i18n header to gi18n-lib.h to translate the accessible description. ↵Gabor Kelemen2012-03-171-1/+1
|/ | | | LP: #957522
* Correct the use of pluralsGabor Kelemen2012-03-031-6/+4
|
* Mark strings for translationGabor Kelemen2012-03-032-2/+5
|
* Create an IndicatorServiceManager in libprintersmenu.soLars Uebernickel2012-02-171-0/+20
|
* Don't distribute generated sources and delete them on `make clean`Lars Uebernickel2012-02-161-2/+4
|
* Also generate cups-notifier in the text directoryLars Uebernickel2012-02-161-1/+1
|
* Make sure CUPS' dbus notification is on while the service is runningLars Uebernickel2012-02-161-1/+72
|
* Mark strings translatableLars Uebernickel2012-02-161-12/+13
|
* Include cups dbus interface xml file in the release0.1Lars Uebernickel2012-02-151-0/+1
|
* Call system-config-printer instead of g-c-c's printer panelLars Uebernickel2012-02-153-3/+3
|
* Add dbus-names.h to the source lists of applet and serviceLars Uebernickel2012-02-141-2/+4
|
* Link applet against libm for floor()Lars Uebernickel2012-02-141-1/+1
|
* Fix lozenge drawing (center text, 2 char min-width, right-align)Lars Uebernickel2012-02-121-12/+24
|
* 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-125-27/+54
|
* Add missing license headersLars Uebernickel2012-02-126-0/+103
|
* Only show print indicator when there are print jobsLars Uebernickel2012-02-122-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 printersLars Uebernickel2012-02-092-29/+16
| | | | | Of course, this shouldn't ever happen in practice.
* Remove non-existing file indicator-printers-service.h from MakefileLars Uebernickel2012-02-091-1/+0
|
* Show alert boxes when something's wrong with the printerLars Uebernickel2012-02-094-0/+400
|
* indicator-printers: remove debug outputLars Uebernickel2012-02-061-2/+0
|
* Use g_spawn_command_line_async to launch g-c-cLars Uebernickel2012-02-064-71/+30
|
* Move g-c-c invocation out of indicator-printers-menuLars Uebernickel2012-02-034-27/+67
|
* 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-036-75/+67
|
* Use libdbusmenu-gtk3's new include pathsLars Uebernickel2012-02-031-2/+2
|
* Move cups notifier object out of indicator-printers-menuLars Uebernickel2012-02-023-25/+119
|
* Sync visibility of menu items with corresponding dbusmenuitemLars Uebernickel2012-02-021-21/+20
|
* 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-023-25/+276
|
* 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
|