aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* 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-241-9/+9
|
* Moving the binary to the package directoryTed Gould2014-02-201-1/+1
|
* Added gcov coverage tooling.Allan LeSage2012-03-271-1/+6
|
* 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
|
* Include cups dbus interface xml file in the release0.1Lars Uebernickel2012-02-151-0/+1
|
* 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
|
* Show printer settings when "Settings..." is clicked on an alert dialogLars Uebernickel2012-02-121-0/+2
|
* 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-091-0/+2
|
* Use g_spawn_command_line_async to launch g-c-cLars Uebernickel2012-02-061-2/+0
|
* Move g-c-c invocation out of indicator-printers-menuLars Uebernickel2012-02-031-0/+2
|
* Listen to cups dbus messages to update menu when jobs are added / doneLars Uebernickel2012-02-021-1/+17
|
* Use a custom menu item which shows printer status on the rightLars Uebernickel2012-01-141-1/+3
|
* Move menu related code into a separate classLars Uebernickel2012-01-121-1/+3
| | | | | | Also removes the "System Settings" menu item (according to spec). Printer menu items are hardcoded for now.
* Initial importLars Uebernickel2012-01-111-0/+20
Includes indicator-printers plugin for unity-panel-service and indicator-printers-service, which generates a fairly useless menu for now.