Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | app-chooser-button: don't insert empty rows in the combobox | Cosimo Cecchi | 2010-12-01 | 1 | -13/+20 |
| | |||||
* | app-chooser-button: add a note in the docs | Cosimo Cecchi | 2010-12-01 | 1 | -0/+2 |
| | |||||
* | app-chooser-button: add gtk_app_chooser_button_set_active_custom_item() | Cosimo Cecchi | 2010-12-01 | 1 | -0/+61 |
| | | | | This allows to pre-select a custom item. | ||||
* | app-chooser-button: make sure to always get a valid iter | Cosimo Cecchi | 2010-12-01 | 1 | -1/+2 |
| | | | | Even in case there are no installed applications for our content type. | ||||
* | app-chooser: other misc doc fixes | Cosimo Cecchi | 2010-11-30 | 1 | -2/+2 |
| | |||||
* | app-chooser: update docs | Cosimo Cecchi | 2010-11-30 | 1 | -0/+9 |
| | |||||
* | app-chooser-button: tabs to spaces | Cosimo Cecchi | 2010-11-29 | 1 | -31/+32 |
| | |||||
* | app-chooser-button: change the API approach for custom items | Cosimo Cecchi | 2010-11-29 | 1 | -66/+86 |
| | | | | | | | | | Introduce a 'custom-item-activated' on the widget, which behaves similairly to GtkEntryCompletion::action-activated, i.e. is emitted when a custom item is chosen from the dropdown list. Clients can use the name provided when adding the item as a detail for the signal, to get notified when that specific item is activated, or use the signal without details to get notifications for all custom items. | ||||
* | app-chooser-button: include gtk-docs for show-dialog-item | Cosimo Cecchi | 2010-11-29 | 1 | -0/+27 |
| | |||||
* | app-chooser-button: rename GtkAppChooserComboBox -> GtkAppChooserButton | Cosimo Cecchi | 2010-11-29 | 1 | -0/+656 |