See this page for instructions on how to use Flyspray: http://psi-im.org/wiki/Flyspray
Please Note!
Please do not create tasks here without discussing your bug or feature request on the forums or groupchat psi@conference.psi-im.org, *and* getting explicit confirmation by a developer to add it to flyspray.
Please Note!
Please do not create tasks here without discussing your bug or feature request on the forums or groupchat psi@conference.psi-im.org, *and* getting explicit confirmation by a developer to add it to flyspray.
FS#502 - Sort group names in window: Add User
Attached to Project:
Psi Jabber Client
Opened by Mircea Bardac (IceRAM) - Sunday, 02 October 2005, 06:39 GMT-4
Last edited by Martin (martin) - Sunday, 10 February 2008, 10:17 GMT-4
Opened by Mircea Bardac (IceRAM) - Sunday, 02 October 2005, 06:39 GMT-4
Last edited by Martin (martin) - Sunday, 10 February 2008, 10:17 GMT-4
|
DetailsThe names of groups doesn't sort in combobox in Window: Add user.
Suggestion: sort alphabetically http://psi.affinix.com/forums/index.php?s=&act=ST&f=4&t=3196 |
Closed by Martin (martin)
Sunday, 10 February 2008, 10:17 GMT-4
Reason for closing: Implemented in SVN
Sunday, 10 February 2008, 10:17 GMT-4
Reason for closing: Implemented in SVN
86c86,88
< cb_group->insertStringList(groups);
---
> QStringList temp=groups;
> temp.sort();
> cb_group->insertStringList(temp);
adduserdlg.cpp
86c86,88
< cb_group->insertStringList(groups);
---
> QStringList temp=groups;
> temp.sort();
> cb_group->insertStringList(temp);