apprb
e76464a320
further GroupWidget and FriendWidget unification: activeFriendWidget and activeGroupWidget pointers replaced by the unified activeChatroomWidget pointer
2014-09-01 23:58:01 +07:00
apprb
35b7ad3a58
Chatroom: common parts moved to the parent class
2014-09-01 23:57:51 +07:00
krepa098
e5f0ac7c91
moved scrollbar to the left, cleanup
2014-08-11 19:46:14 +02:00
krepa098
921b8478f6
removed "the super ugly hack", Widget derives from QMainWindow
2014-08-11 10:00:08 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
6ba8be3503
Fix stack smashing, QTimer threading
...
QTimer CAN NOT be handled from a different thread, we needed to push them to the Core's thread
Allocating a large video frame buffer on the stack is a Bad Idea(tm), this commit fixes a bad buffer overflow
Also improve our QTimer handling during calls, no need to disconnect/reconnect on call start/end, once is enough, and no need to keep them on the stack
2014-07-07 00:12:07 +02:00
Bill Winslow
14a7d298f4
Added GPL header to all source files
2014-07-06 12:19:45 -04:00
Kevin Flynn
898a366cdd
Fix bug #58 , clean up some uneeded code
2014-07-04 23:50:18 -07:00
Tux3 / Mlkj / !Lev.uXFMLA
365b5f6d59
Fix #72
2014-07-04 16:41:29 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
0a41c0d712
Merge PR57
2014-07-04 16:24:27 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
2c9d077787
Fix some translation strings, prepare french
2014-07-03 22:15:38 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
537d55bd7f
Makes toxgui translatable
2014-07-03 21:42:23 +02:00
Kevin Flynn
6f30308a2c
Fix missing groupchat icon, clean up some code
2014-07-03 00:06:20 -07:00
Kevin Flynn
a34e28518f
Added resizable friendList
...
Not perfect, but a good start. Note that the editable name&status labels
disappeared, QDesigner seems to have turned them into regular QLabels
(no idea why).
2014-07-02 23:43:23 -07:00
Kevin Flynn
290e985c1c
Disabled custom window borders, fixed bug where message alert wouldn't play when window was minimized
2014-06-30 19:12:17 -07:00
Tux3 / Mlkj / !Lev.uXFMLA
5eb3179f1e
Embed all ressources in the .qrc
...
Should help with #15 and make urras happy
2014-07-01 02:06:15 +02:00
Flynn
d09926ebf0
Added groupchat notification image
2014-06-27 16:11:31 -07:00
Flynn
ed741b6364
Add groupchat notification support
2014-06-27 16:10:02 -07:00
Tux3 / Mlkj / !Lev.uXFMLA
ab9ed12850
Add dark group icon
2014-06-27 22:54:01 +02:00
Kevin Flynn
a52e51e1cb
Fixed friend hover highlighting
2014-06-27 11:22:53 -07:00
Kevin Flynn
03e3a8428e
Fix background color
2014-06-27 10:34:58 -07:00
Kevin Flynn
ddaca155ef
Add notification lights when a friend sends you a message
2014-06-27 09:12:43 -07:00
Kevin Flynn
ca00383efa
More UI fixes
2014-06-26 18:47:16 -07:00
Tux3 / Mlkj / !Lev.uXFMLA
17cca2e3cd
Preparation for audio calls, refactoring
2014-06-27 00:42:45 +02:00