summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* open-with-dialog: don't show the 'Show More...' button in all modeCosimo Cecchi2010-11-231-2/+25
* open-with-widget: don't check if the app supports URIs/filesCosimo Cecchi2010-11-231-5/+1
* open-with-widget: add a show-default propertyCosimo Cecchi2010-11-232-12/+180
* open-with-widget: remove context menuCosimo Cecchi2010-11-231-108/+0
* open-with-widget: remove radio modeCosimo Cecchi2010-11-232-73/+0
* open-with-pk: don't show an error if no apps are foundCosimo Cecchi2010-11-231-2/+5
* open-with-diaolog: set the default text according to the dialog modeCosimo Cecchi2010-11-231-1/+16
* open-with-widget: let the default fallback text be customizableCosimo Cecchi2010-11-232-12/+59
* tests: update to the new APICosimo Cecchi2010-11-231-35/+60
* open-with: move the "Show more applications" button in the dialogCosimo Cecchi2010-11-232-44/+28
* open-with-dialog: remove automatic setting of support-for-typeCosimo Cecchi2010-11-231-55/+0
* open-with: add a public _refresh() methodCosimo Cecchi2010-11-235-13/+28
* open-with-widget: move to a property-based stateCosimo Cecchi2010-11-233-104/+285
* open-with-dialog: use misc_set_alignment instead of widget_set_halignCosimo Cecchi2010-11-231-1/+1
* open-with-pk: don't set error if the user cancelled the installationCosimo Cecchi2010-11-231-1/+4
* open-with-dialog: integrate the online capabilityCosimo Cecchi2010-11-231-0/+54
* open-with: add a PackageKit module for online lookup of applicationsCosimo Cecchi2010-11-2310-2/+694
* open-with-widget: don't forget to set the search columnCosimo Cecchi2010-11-231-0/+2
* open-with-widget: don't sort by name recommended appsCosimo Cecchi2010-11-231-8/+12
* Using italics here actually introduces more visual clutter than anythingWilliam Jon McCann2010-11-231-2/+2
* Use Related instead of the somewhat jargonny fallbackWilliam Jon McCann2010-11-231-1/+1
* Use other instead of moreWilliam Jon McCann2010-11-231-2/+2
* The colon is a bit unneccessary and looks a bit uglyWilliam Jon McCann2010-11-231-2/+2
* Improve wording of no apps textWilliam Jon McCann2010-11-231-1/+1
* Add some window border to test open withWilliam Jon McCann2010-11-231-0/+1
* Add a default file to open with testWilliam Jon McCann2010-11-231-2/+8
* Simplify title and headingWilliam Jon McCann2010-11-231-7/+10
* open-with-widget: don't set border in the widget boxCosimo Cecchi2010-11-231-2/+0
* open-with-widget: add support for fallback applicationsCosimo Cecchi2010-11-231-87/+117
* open-with-dialog: remove old declarationsCosimo Cecchi2010-11-231-16/+0
* open-with: remove obsolete codeCosimo Cecchi2010-11-232-44/+3
* open-with-widget: simplify code a bitCosimo Cecchi2010-11-231-21/+1
* open-with-widget: add a "Show more applications" buttonCosimo Cecchi2010-11-231-2/+49
* open-with-widget: make the list more prettyCosimo Cecchi2010-11-231-9/+59
* open-with-dialog: don't ever show_all()Cosimo Cecchi2010-11-231-4/+4
* open-with-widget: add a context menu for recommended entriesCosimo Cecchi2010-11-231-0/+144
* tests: update to new APICosimo Cecchi2010-11-231-40/+9
* open-with-dialog: remove the mode from the dialog, we won't use it anymoreCosimo Cecchi2010-11-232-93/+10
* open-with: first attempt to split the dialog into a widget + interfaceCosimo Cecchi2010-11-2311-1142/+1253
* tests: use new open with mode in the testsCosimo Cecchi2010-11-231-16/+19
* open-with: turn the show_all_applications boolean into an enumCosimo Cecchi2010-11-232-50/+83
* open-with: add docs and integrate with the build GTK+ conventionsCosimo Cecchi2010-11-236-2/+183
* open-with: add gtk_open_with_dialog_get_mode()Cosimo Cecchi2010-11-232-1/+20
* open-with: change the API to make it symmetric for GFile or content-typeCosimo Cecchi2010-11-233-45/+78
* tests: rewrite the GtkOpenWithDialog test to make it more interactiveCosimo Cecchi2010-11-231-39/+186
* open-with: add misc utility API to the dialogCosimo Cecchi2010-11-232-58/+133
* open-with: add xpadding to the treeview renderersCosimo Cecchi2010-11-231-0/+7
* open-with: cope with NULL GAppInfoCosimo Cecchi2010-11-231-1/+5
* open-with: don't override the class signal handler, as it's RUN_LASTCosimo Cecchi2010-11-231-5/+11
* open-with: don't use gtk_misc_* functionsCosimo Cecchi2010-11-231-2/+2