Project

General

Profile

Bug #44

Implement merging of queries

Added by EgS almost 17 years ago. Updated over 14 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
General / Unspecified
Target version:
Start date:
Due date:
% Done:

100%

Estimated time:
Version:
0.4.3
OS:
Any

Description

One of the major features of Quassel: merging of queries

Sput and I discussed this earlier this day and actually there is not that much work to be done:

1.) in BufferTreeModel::mimeData():
- a check for the required mimetypes is missing
- get rid of the way the confirmation is implemented... the QMessageBox::Warning() is a pain in the Eye right there in the data model... .-
emit a mergeRequest (obviously...)

2.)
- tell the Core to merge the buffers in the storage
- inform the client that the old buffer id now points to a new buffer

3.) in Buffer:
- implement a method which takes the data of another buffer and includes it.

4.)
- get rid of that other Buffer :)

I think that pretty much is it... :)

History

#1 Updated by EgS about 16 years ago

Reposting phone's note here:
one idea would be to create "virtual" channels in which you can see all the users which are currently available and by selecting one or many of them you can choose the receipient of the message.

the users will have to be checked (Whois) periodically as it is a virtual channel (and therefore status-information will not be provided)

#2 Updated by EgS about 16 years ago

I think there are two good ways, and that each user should have the possibility to chose between them:
1.) handle the target for sending automatically: I think that the last sender seems like a good target.
2.) let the user chose via context menu which user the target should be sent to.

#3 Updated by Sputnick over 15 years ago

  • Priority changed from High to Normal

#4 Updated by dalbers over 14 years ago

  • Status changed from New to Closed
  • Target version set to 0.5.0
  • % Done changed from 0 to 100
  • Version set to 0.4.3
  • OS set to Any

Also available in: Atom PDF