summaryrefslogtreecommitdiff
path: root/gtk/gtkappchooserbutton.c
Commit message (Collapse)AuthorAgeFilesLines
* Bug 595615 — Use proper ellipsesPhilip Withnall2012-11-261-3/+3
| | | | | | Use ‘…’ instead of ‘...’ in translatable strings. Closes: https://bugzilla.gnome.org/show_bug.cgi?id=595615
* Change FSF AddressJavier Jardón2012-02-271-3/+1
|
* Documentation: Correct references to properties.Murray Cumming2012-02-151-3/+3
| | | | | | | | These should use :, not ::, though signals would use ::. See http://developer.gnome.org/gtk-doc-manual/unstable/documenting_syntax.html.en and http://developer.gnome.org/gtk-doc-manual/unstable/documenting_symbols.html.en
* GtkAppChooserButton: Add a way to include the default appMatthias Clasen2011-09-101-26/+146
| | | | | | | | This is necessary to use an app chooser button for selecting default apps in the control center. Also, beef up the docs for this widget family. https://bugzilla.gnome.org/show_bug.cgi?id=642706
* GtkAppChooserButton: Make activating rows work as expectedMatthias Clasen2011-08-241-0/+2
| | | | | When a row is activated in the 'Other...' dialog, we have to make sure the dialog goes away.
* GtkAppChooserButtonPrivate: Improve struct packingMatthias Clasen2011-04-121-2/+2
|
* GtkAppChooserButton: avoid some leaksMatthias Clasen2011-04-011-6/+10
| | | | | gtk_tree_model_get() returns a reference for objects. https://bugzilla.gnome.org/show_bug.cgi?id=646462
* Allow GtkAppChooser classes to be instantiated with content-type=NULL.Tristan Van Berkom2011-03-011-12/+13
| | | | | Mostly for corner cases such as Glade that treats objects generically and needs to have an object that doesnt crash out of g_object_new().
* Add some missing symbols to the docsMatthias Clasen2011-02-081-3/+4
|
* Add gtk_app_chooser_button_get/set_headingMatthias Clasen2011-01-241-0/+62
|
* Use actual app name in app choosersWilliam Jon McCann2011-01-211-1/+1
| | | | | | Instead of using a strange composite of name and generic name. https://bugzilla.gnome.org/show_bug.cgi?id=640005
* When cancelling the app dialog return to the last item in comboboxWilliam Jon McCann2011-01-201-1/+5
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=640011
* Make GtkAppChooserButton work in modal contextMatthias Clasen2011-01-201-0/+3
|
* Don't reserve a column of space the for icons in app chooser buttonWilliam Jon McCann2011-01-201-5/+12
| | | | | In order to more consistently present the items regardless of whether they have icons or not.
* Don't use an icon for Other Applications...William Jon McCann2011-01-201-6/+1
| | | | We only show icons in "menus" for nouns or dynamic objects.
* Fix win32 buildFridrich Štrba2011-01-111-0/+2
|
* Add appchooser docsMatthias Clasen2011-01-061-0/+8
|
* app-chooser-button: don't insert empty rows in the comboboxCosimo Cecchi2010-12-011-13/+20
|
* app-chooser-button: add a note in the docsCosimo Cecchi2010-12-011-0/+2
|
* app-chooser-button: add gtk_app_chooser_button_set_active_custom_item()Cosimo Cecchi2010-12-011-0/+61
| | | | This allows to pre-select a custom item.
* app-chooser-button: make sure to always get a valid iterCosimo Cecchi2010-12-011-1/+2
| | | | Even in case there are no installed applications for our content type.
* app-chooser: other misc doc fixesCosimo Cecchi2010-11-301-2/+2
|
* app-chooser: update docsCosimo Cecchi2010-11-301-0/+9
|
* app-chooser-button: tabs to spacesCosimo Cecchi2010-11-291-31/+32
|
* app-chooser-button: change the API approach for custom itemsCosimo Cecchi2010-11-291-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-itemCosimo Cecchi2010-11-291-0/+27
|
* app-chooser-button: rename GtkAppChooserComboBox -> GtkAppChooserButtonCosimo Cecchi2010-11-291-0/+656