| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
This will come back in a simpler form in the next
commit.
|
|
|
|
| |
https://bugzilla.gnome.org/show_bug.cgi?id=702996
|
|
|
|
|
| |
Just having an ifdef is not enough, we need to check the type
of the window at runtime.
|
| |
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
So that we can cancel it when the dialog is destroyed.
https://bugzilla.gnome.org/show_bug.cgi?id=651818
|
| |
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
This commit adjusts the app chooser code to GTK+ coding style:
- line up prototypes
- remove some excess {}
- remove tabs and trailing whitespace
- add docs
|
|
|