summaryrefslogtreecommitdiff
path: root/panels/printers
Commit message (Expand)AuthorAgeFilesLines
* Replace whitelist/blacklist termsRobert Ancell2020-07-211-22/+22
* Fix minor typosYuri Chornoivan2020-07-205-13/+13
* printers: Replace PpDevicesList with standard GPtrArrayRobert Ancell2020-07-207-197/+135
* printers: Remove unused finalize methodsRobert Ancell2020-07-023-23/+0
* printers: Remove unused class membersRobert Ancell2020-07-028-56/+10
* printers: Don't initialize classes members to NULL/0/FALSERobert Ancell2020-07-024-65/+0
* printers: Fix crash on closeRobert Ancell2020-06-301-2/+3
* printers: Update GtkListBox of printers consecutivelyMarek Kasik2020-06-223-65/+240
* printers: Clear GSource id when printer removal finishesMarek Kasik2020-06-081-15/+8
* printers: Do not crash due to wrong argumentMarek Kasik2020-06-031-6/+3
* printers: Do not authenticate SMB servers when search field is editedElia Geretto2020-05-121-1/+1
* printers: Remove nesting on a GVariant iterationRobert Ancell2020-03-301-29/+31
* printers: Simplify D-Bus error case branchesRobert Ancell2020-03-301-148/+127
* printers: Replace D-Bus unrefs with g_autoptrRobert Ancell2020-03-301-2/+1
* printers: Replace D-Bus unrefs with g_autoptrRobert Ancell2020-03-301-20/+11
* printers: Remove unnecessary checks on result of g_variant_getRobert Ancell2020-03-302-147/+129
* printers: Replace explicit g_variant_unref calls with g_autoptrRobert Ancell2020-03-304-35/+18
* printers: Use g_autoptr for the results of D-Bus callsRobert Ancell2020-03-305-179/+110
* printers: Fix GVariantIter leaksRobert Ancell2020-03-303-10/+10
* printers: Replace GVariant iteration with direct call to copy valueRobert Ancell2020-03-301-16/+4
* printers: Replace g_variant_iter_next_value with the simpler g_variant_iter_nextRobert Ancell2020-03-303-70/+19
* printers: Use consistent value for GtkBuilder signal propertiesRobert Ancell2020-03-301-6/+6
* printers: Connect signals with g_signal_connect_object in swapped formRobert Ancell2020-03-306-213/+157
* printers: Add whitespace between top right buttonsFelipe Borges2020-03-292-23/+26
* printers: Show the CcPermissionInfobar for all viewsFelipe Borges2020-02-251-5/+12
* panel: Move shared GCancellable code into panel classRobert Ancell2020-02-031-32/+6
* printers: Use CcPermissionInfobarFelipe Borges2020-01-312-43/+27
* printers: Avoid read of freed memoryMarek Kasik2020-01-311-1/+5
* printers: Simplify functionRobert Ancell2020-01-281-14/+8
* printers: Convert jobs dialog to use GtkTemplateRobert Ancell2020-01-286-236/+152
* printers: Set transient window externally to dialog codeRobert Ancell2020-01-283-8/+3
* printers: Return a GPtrArray instead of GListRobert Ancell2020-01-214-33/+30
* printers: Provide a scheme to address parserMarek Kasik2019-10-081-25/+39
* Initialize autoptr values to NULL.Robert Ancell2019-10-031-1/+1
* printers: Check whether URI is valid while searching for printersFelipe Borges2019-10-011-1/+4
* printers: Give printer name fewer characters in widthPhilip Chimento2019-09-171-1/+1
* printers: Use CUPS httpConnect2() if availablePhilip Chimento2019-09-163-2/+26
* build: Fix CUPS PPD deprecation warningPhilip Chimento2019-09-161-1/+1
* printers: Move callbacks into .ui fileRobert Ancell2019-09-102-22/+15
* printers: Use gtk_stack_set_visible_child instead of namesRobert Ancell2019-09-102-10/+6
* printers: Drop unused GtkBuilder IDsRobert Ancell2019-09-101-3/+3
* printers: Make the options dialog a full widget using GtkTemplateRobert Ancell2019-09-104-212/+110
* printers: Make .ui filename match the .c filenameRobert Ancell2019-09-104-3/+3
* printers: Sort variablesRobert Ancell2019-09-101-15/+15
* printers: Use gtk_stack_set_visible_child instead of namesRobert Ancell2019-09-102-9/+5
* printers: Connect signals in swapped formRobert Ancell2019-09-102-13/+8
* printers: use gtk_dialog_runRobert Ancell2019-09-104-100/+65
* printers: Drop unused class structureRobert Ancell2019-09-101-7/+0
* printers: Set transient window externally to dialog codeRobert Ancell2019-09-103-14/+13
* printers: Don't use gtk_widget_show_allRobert Ancell2019-09-102-1/+19