Uses Granite.SearchBar which is deprecated
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Euclide |
New
|
Undecided
|
Unassigned | ||
Noise |
Fix Released
|
Medium
|
Sergey "Shnatsel" Davidoff | ||
Scratch |
Fix Released
|
Medium
|
Fabio Zaramella |
Bug Description
Several elementary apps use Granite.SearchBar which is deprecated in favor of Gtk.SearchEntry as of GTK 3.12
Applications that are already migrated to GTK 3.12 should use Gtk.SearchEntry. However, if the app does not require 3.12 for something else yet, this is probably not a good idea.
Example of migration from Granite.SearchBar to Gtk.SearchEntry can be found at https:/
List of remaining occurrences of Granite.SearchBar in our applications:
appcenter/
appcenter/
euclide/
granite/
scratch/
scratch/
scratch/
scratch/
Related branches
- Robert Roth (community): Approve
-
Diff: 37 lines (+4/-6)1 file modifiedsrc/LibraryWindow.vala (+4/-6)
- Robert Roth (community): Approve
- Cody Garver: Pending requested
-
Diff: 73 lines (+12/-8)2 files modifiedsrc/Services/TemplateManager.vala (+6/-4)
src/Widgets/SearchManager.vala (+6/-4)
description: | updated |
tags: | added: deprecation |
Changed in noise: | |
status: | New → In Progress |
assignee: | nobody → Sergey "Shnatsel" Davidoff (shnatsel) |
Changed in noise: | |
status: | In Progress → Fix Committed |
description: | updated |
Changed in noise: | |
importance: | Undecided → Medium |
milestone: | none → freya-beta2 |
Changed in scratch: | |
status: | New → Confirmed |
Changed in scratch: | |
status: | Confirmed → In Progress |
assignee: | nobody → Fabio Zaramella (ffabio-96-x) |
Changed in scratch: | |
importance: | Undecided → Medium |
milestone: | none → freya-beta2 |
Changed in scratch: | |
status: | In Progress → Fix Committed |
Changed in noise: | |
status: | Fix Committed → Fix Released |
Changed in scratch: | |
status: | Fix Committed → Fix Released |
Changed in scratch: | |
milestone: | freya-beta2 → 2.1 |
no longer affects: | appcenter |