Merge lp:~sersmicro/me-tv/sandbox into lp:~me-tv-administration/me-tv/1.2

Proposed by micro
Status: Merged
Approved by: Michael Lamothe
Approved revision: 516
Merged at revision: 516
Proposed branch: lp:~sersmicro/me-tv/sandbox
Merge into: lp:~me-tv-administration/me-tv/1.2
Diff against target: 12 lines (+2/-0)
1 file modified
src/scan_dialog.cc (+2/-0)
To merge this branch: bzr merge lp:~sersmicro/me-tv/sandbox
Reviewer Review Type Date Requested Status
Michael Lamothe (community) Approve
Review via email: mp+27441@code.launchpad.net

Description of the change

Added channel search support in scan dialog

To post a comment you must log in.
Revision history for this message
Michael Lamothe (lamothe-deactivatedaccount-deactivatedaccount) wrote :

Good idea. This will be added to 1.2.6.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/scan_dialog.cc'
2--- src/scan_dialog.cc 2010-06-12 15:25:39 +0000
3+++ src/scan_dialog.cc 2010-06-13 12:45:41 +0000
4@@ -137,6 +137,8 @@
5 tree_view_scanned_channels->set_model(list_store);
6 tree_view_scanned_channels->append_column(_("Service Name"), columns.column_name);
7 tree_view_scanned_channels->append_column(_("Signal Strength"), columns.column_signal_strength);
8+ tree_view_scanned_channels->set_enable_search(true);
9+ tree_view_scanned_channels->set_search_column(columns.column_name);
10
11 Glib::RefPtr<Gtk::TreeSelection> selection = tree_view_scanned_channels->get_selection();
12 selection->set_mode(Gtk::SELECTION_MULTIPLE);

Subscribers

People subscribed via source and target branches

to all changes: