summaryrefslogtreecommitdiff
path: root/panels/printers/cc-printers-panel.c
Commit message (Expand)AuthorAgeFilesLines
* 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: Replace explicit g_variant_unref calls with g_autoptrRobert Ancell2020-03-301-17/+11
* printers: Connect signals with g_signal_connect_object in swapped formRobert Ancell2020-03-301-72/+58
* printers: Add whitespace between top right buttonsFelipe Borges2020-03-291-6/+2
* panel: Move shared GCancellable code into panel classRobert Ancell2020-02-031-32/+6
* printers: Use CcPermissionInfobarFelipe Borges2020-01-311-19/+15
* printers: Avoid read of freed memoryMarek Kasik2020-01-311-1/+5
* shell: Add position to cc_shell_embed_widget_in_header()Georges Basile Stavracas Neto2019-05-211-2/+2
* printers: Use g_autoptr with stringsRobert Ancell2019-02-051-18/+7
* printers: Simplify finalize/dispose methodsRobert Ancell2019-01-301-69/+22
* printers: Replace GObject boilerplace with G_DECLARE_TYPERobert Ancell2019-01-301-314/+225
* printers: Use g_autoptr for GError handlingRobert Ancell2018-09-171-12/+6
* printers: Plug memory leaksRobert Ancell2018-06-251-0/+3
* printers: Fix crash when panel is closed quicklyFelipe Borges2018-04-091-5/+7
* printers: Cache CUPS D-Bus proxyGeorges Basile Stavracas Neto2018-04-061-8/+9
* Printers: Add commandline action "show-jobs"Marek Kasik2018-02-261-0/+14
* Printers: Fix GVariant handlingMarek Kasik2018-02-261-4/+7
* Printers: Add commandline action "authenticate-jobs"Marek Kasik2018-02-201-7/+88
* printers: Make the cups connection test cancellableFelipe Borges2018-02-091-6/+21
* printers: Hide header buttons when there's no printer serverFelipe Borges2018-02-051-4/+22
* printers: Don't show duplicates while renaming printerFelipe Borges2018-02-051-0/+36
* printers: Disconnect the search bar from the shell's key-press-eventRui Matos2017-08-231-4/+5
* printers: Check if printer name is NULLMohammed Sadiq2017-06-231-0/+3
* printers: Hide supply level bar when there is no inklevel dataFelipe Borges2017-06-151-0/+11
* printers: Scroll view to show newly added PrinterFelipe Borges2017-05-291-1/+17
* printers: Drop "select_new_printer" property leftoverFelipe Borges2017-05-291-3/+0
* printers: Use Unicode quotation marks in a translatable stringPiotr Drąg2017-05-261-1/+1
* printers: Add 10s timeout for printer removalFelipe Borges2017-05-261-0/+35
* printers: Allow undoing deletion of a printerFelipe Borges2017-05-261-3/+131
* printers: Filter the printer-location in the searchFelipe Borges2017-05-101-1/+13
* printers: Add search capabilities to the panelFelipe Borges2017-05-091-5/+63
* printers: Make printers-list a GtkListBoxFelipe Borges2017-05-091-1/+1
* printers: Make actualize_printers_list cancellableFelipe Borges2017-03-281-4/+28
* printers: Store PpPrinterEntry instances for individual manipulationFelipe Borges2017-02-271-0/+11
* printers: Subscribe to jobs notificationsFelipe Borges2017-02-271-6/+108
* printers: Make the printers panel a single columnFelipe Borges2017-02-131-552/+11
* printers: Introduce PpDetailsDialogFelipe Borges2017-02-131-1/+1
* printers: introduce PpPrinterEntry widgetFelipe Borges2017-02-131-1895/+89
* printers: Move "Add Printer" button to header barFelipe Borges2016-09-201-10/+31
* printers: Fix compilation warningMarek Kasik2016-09-201-0/+1
* printers: Use PpPrinter class for renamingMartin Hatina2016-06-211-18/+46
* printers: use panel-wide page for empty-stateFelipe Borges2016-06-151-15/+7
* printers: Fix compilation errorMarek Kasik2016-04-151-20/+26
* printers: Fix "format not a string literal" errorBastien Nocera2016-04-081-24/+14
* printers: Manual ppd selection dialog should have a parentMichael Catanzaro2016-03-101-1/+1
* printers: renew cups subscriptions asynchronouslyFelipe Borges2016-03-101-21/+80
* printers: get printer job attributes asyncFelipe Borges2016-03-031-46/+61
* printers: cancel cups subscriptions asynchronouslyFelipe Borges2016-03-021-1/+18
* printers: set current page asyncFelipe Borges2016-02-251-10/+21