aboutsummaryrefslogtreecommitdiff
path: root/src/indicator-printer-state-notifier.c
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite to indicator-ng: Code and build changesRobert Tari2022-09-061-29/+7
|
* Fix deprecations and build warningsRobert Tari2020-09-081-13/+3
| | | | Fixes AyatanaIndicators/ayatana-indicator-printers#3.
* Whitespace fixRobert Tari2020-09-081-1/+1
|
* 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
|
* Remove g_strv_contains()Lars Uebernickel2015-02-061-19/+1
| | | | | It was added to glib recently.
* Correct the use of pluralsGabor Kelemen2012-03-031-6/+4
|
* Mark strings translatableLars Uebernickel2012-02-161-12/+13
|
* Call system-config-printer instead of g-c-c's printer panelLars Uebernickel2012-02-151-1/+1
|
* Show printer settings when "Settings..." is clicked on an alert dialogLars Uebernickel2012-02-121-1/+3
|
* Add missing license headersLars Uebernickel2012-02-121-0/+17
|
* Don't show errors from non-existing printersLars Uebernickel2012-02-091-2/+2
| | | | | Of course, this shouldn't ever happen in practice.
* Show alert boxes when something's wrong with the printerLars Uebernickel2012-02-091-0/+333