mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Update TODO list
This commit is contained in:
parent
456deef7b7
commit
8fd96ba6ad
13
main.cpp
13
main.cpp
|
@ -1,4 +1,4 @@
|
||||||
#include "widget.h"
|
#include "widget/widget.h"
|
||||||
#include <QApplication>
|
#include <QApplication>
|
||||||
|
|
||||||
int main(int argc, char *argv[])
|
int main(int argc, char *argv[])
|
||||||
|
@ -17,8 +17,19 @@ int main(int argc, char *argv[])
|
||||||
}
|
}
|
||||||
|
|
||||||
/** TODO
|
/** TODO
|
||||||
|
* ">using a dedicated tool to maintain a TODO list" edition
|
||||||
*
|
*
|
||||||
|
* Audio boilerplate, able to create/accept/reject/hang empty audio calls
|
||||||
|
* Play received sound during audio calls
|
||||||
|
* Record sound during audio calls, and send it
|
||||||
* Sort the friend list by status, online first then busy then offline
|
* Sort the friend list by status, online first then busy then offline
|
||||||
* Don't do anything if a friend is disconnected, don't print to the chat
|
* Don't do anything if a friend is disconnected, don't print to the chat
|
||||||
|
* Show the picture's size between name and size after transfer completion if it's a pic
|
||||||
|
* Adjust all status icons to match the mockup, including scooting the friendslist ones to the left and making the user one the same size
|
||||||
|
* Sidepanel (friendlist) should be resizeable
|
||||||
|
* The online/offline/away status at the top (our) is way too big i think (follow the mockup/uTox)
|
||||||
|
* Color change of friendlist widgets on hover/selected
|
||||||
|
* In-chat messages should have line wrapping
|
||||||
|
* An extra side panel for groupchats, like Venom does (?)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user