summaryrefslogtreecommitdiff
path: root/gtk/gtkappchooseronlinepk.c
Commit message (Collapse)AuthorAgeFilesLines
* GtkAppChooser: Drop PackageKit integrationMatthias Clasen2013-12-171-262/+0
| | | | | This will come back in a simpler form in the next commit.
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-13/+11
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=702996
* Avoid a warning under WaylandMatthias Clasen2013-03-081-1/+2
| | | | | Just having an ifdef is not enough, we need to check the type of the window at runtime.
* Change FSF AddressJavier Jardón2012-02-271-3/+1
|
* app-chooser-dialog: cancel the PK operation when the dialog is dismissedCosimo Cecchi2012-02-011-0/+1
| | | | | | | This doesn't really seem to have any effect; probably PK doesn't listen for changes on the passed-in cancellable, but it's correct. Related to: https://bugzilla.gnome.org/show_bug.cgi?id=649121
* appchooser: add a GCancellable to the search operationCosimo Cecchi2011-10-041-1/+2
| | | | | | So that we can cancel it when the dialog is destroyed. https://bugzilla.gnome.org/show_bug.cgi?id=651818
* Fix abi check after recent mergesMatthias Clasen2010-12-051-2/+2
|
* app-chooser-online: rework of the online moduleCosimo Cecchi2010-11-291-51/+119
| | | | | | | | | - the _get_default() method is now async - the PackageKit module will return NULL in case PackageKit is not available in the session bus - the dummy module doesn't exist anymore - the dialog won't display the online button in case there's no module available
* Coding style fixupsMatthias Clasen2010-11-241-55/+63
| | | | | | | | This commit adjusts the app chooser code to GTK+ coding style: - line up prototypes - remove some excess {} - remove tabs and trailing whitespace - add docs
* app-chooser: rename GtkOpenWith to GtkAppChooserCosimo Cecchi2010-11-231-0/+187