summaryrefslogtreecommitdiff
path: root/src/totem-search-entry.c
Commit message (Collapse)AuthorAgeFilesLines
* main: Remove unused search entry finalize methodBastien Nocera2022-08-181-11/+0
|
* main: Make search entry keyboard navigableGabor Karsay2022-08-181-32/+29
| | | | | | | | | | Add a dropdown button next to the search entry to select the search source, instead of a tag. The button is now reachable through the keyboard via tab navigation. Co-authored: Bastien Nocera <hadess@hadess.net> Closes: #71
* main: Simplify TotemSearchEntry declarationBastien Nocera2022-03-311-38/+37
|
* main: Fix search entry selection if selected source removedBastien Nocera2020-08-251-2/+4
| | | | | Support "grl-tracker3-source" being the default search entry source selected if the currently selected source is removed.
* main: Replace deprecated g_type_class_add_private()Gabor Karsay2019-09-261-5/+3
| | | | g_type_class_add_private has been deprecated since GObject 2.58.
* main: Focus the search entry when the popover disappearsBastien Nocera2014-02-061-0/+9
|
* main: Fix "Non-void function should return a value"Ting-Wei Lan2014-01-311-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=723351
* main: Deal with disappearing search sourcesBastien Nocera2014-01-301-5/+2
|
* main: Pop down the source selection popoverBastien Nocera2014-01-301-0/+2
| | | | When clicking a new source in the popover.
* main: Remove FIXMEBastien Nocera2014-01-301-2/+1
| | | | | | | | We don't need to unref() the popover as it gets attached to its "pointing-to" widget a-la gtk_container_add, so gtk_widget_destroy() on the parent will take care of destroying it. Above explanation paraphrased from Carlos Garnacho.
* main: Work-around a crasher in TotemSearchEntryBastien Nocera2014-01-301-1/+2
|
* grilo: Move grilo plugin to the coreBastien Nocera2014-01-301-0/+404