After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 201337 - No indication of how many messages are selected
No indication of how many messages are selected
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Mailer
pre-1.5 (obsolete)
Other All
: Normal trivial
: ---
Assigned To: Peter Williams
Evolution QA team
Depends on: 205353 206795
Blocks:
 
 
Reported: 2001-02-06 17:45 UTC by frb
Modified: 2013-09-10 14:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to display selection counts (1.86 KB, patch)
2001-07-24 18:07 UTC, Peter Williams
none Details | Review
Updated patch (ChangeLog, won't display if < 2 messages selected) (2.67 KB, patch)
2001-08-08 18:48 UTC, Peter Williams
none Details | Review

Description frb 2001-02-06 17:45:03 UTC
When multiple items are selected, there is no indication as to how many are
selected. A blurb in the status bar would be cool
Comment 1 orph 2001-03-11 07:33:45 UTC
Showing the number of messages returned from a search in the status bar would be
nice as well
Comment 2 Not Zed 2001-03-19 00:33:44 UTC
Well this needs to go into the "folder name" bar, which is part of the shell,
right?

Comment 3 Jeffrey Stedfast 2001-07-20 21:33:15 UTC
do we even care about this? I certainly don't but whatever...

assigning to peterw because he knows this code, but feel free to
assign back to evolution-mail-maintainers/future if we decide to not
do this or whatever.
Comment 4 Peter Williams 2001-07-20 21:48:55 UTC
I can get the number of selected messages fairly easily, I think. As
for the number of messages returned by a search, I don't know. I'll
look into it.
Comment 5 Peter Williams 2001-07-24 17:20:42 UTC
Giving the UI keyword.
Comment 6 Peter Williams 2001-07-24 17:50:36 UTC
The soon-to-be attached patched adds support for the selected count;
however, ETreeSelectionModel doesn't implement (*selected_count) so it
continually displays that there are 0 items selected.

I have filed bug 205353 on GAL to implement selected_count; this bug now
blocks on it.
Comment 7 Peter Williams 2001-07-24 18:07:13 UTC
Created attachment 40034 [details] [review]
Patch to display selection counts
Comment 8 Peter Williams 2001-08-08 18:46:19 UTC
Ok, the patch is ready to go in, except I caused bug 206795 fairly
easily, so I don't want to commit just yet.
Comment 9 Peter Williams 2001-08-08 18:48:21 UTC
Created attachment 40121 [details] [review]
Updated patch (ChangeLog, won't display if < 2 messages selected)
Comment 10 Peter Williams 2001-08-14 15:27:29 UTC
Checked in.