1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
Commit Graph

44 Commits

Author SHA1 Message Date
midnight079
ec1facccf8 fixed some bugs with micButton 2014-08-19 21:49:35 +02:00
midnight079
b474ff2c2b realized micButton for calls 2014-08-19 21:49:32 +02:00
midnight079
ca9a9b79cb micButton and volButton were added to chatForm, but micButton for some
reason is blinking
2014-08-19 21:46:59 +02:00
krepa098
2cbbfb7037 this actually belongs here 2014-08-16 19:27:16 +02:00
apprb
5f4c282215 Fix #102 (Greentext only lines with ">") 2014-08-14 18:55:04 +07:00
krepa098
921b8478f6 removed "the super ugly hack", Widget derives from QMainWindow 2014-08-11 10:00:08 +02:00
krepa098
af4623695c styling cleanup 2014-08-10 18:14:50 +02:00
krepa098
d0b11074eb use the new signal slot syntax as they are checked at compile time 2014-08-10 14:47:46 +02:00
krepa098
58b1f043e2 show smiley widget only if there are smileys to show 2014-08-10 14:38:41 +02:00
krepa098
566402a1bf a shiny new widget 2014-08-01 14:32:51 +02:00
krepa098
6fed143048 cleanup 2014-07-31 17:36:55 +02:00
krepa098
f0306bb25f cleanup 2014-07-31 16:08:44 +02:00
krepa098
f7a357d671 wire up the emote button 2014-07-30 22:07:26 +02:00
krepa098
e01467e386 basic support for smileys 2014-07-25 14:52:14 +02:00
dubslow
4bb2ec3356 Add tooltips to user-provided text (helps to accomodate too-long names and msgs)
Ideally this would be done only if the widget is too small for the message, but
that can be quite difficult
2014-07-15 12:04:26 -04:00
Tux3 / Mlkj / !Lev.uXFMLA
941a237d4d Preparation for large file transfers 2014-07-12 17:36:38 +02:00
Kevin Flynn
a2815e76f0 Fix buttons on OS X 2014-07-06 14:43:02 -07:00
Bill Winslow
14a7d298f4 Added GPL header to all source files 2014-07-06 12:19:45 -04:00
Flynn
b52df4f17e Fix buttons on OS X (hopefully) 2014-07-05 16:39:35 -07:00
Tux3 / Mlkj / !Lev.uXFMLA
c3f985db8a Add greentext 2014-07-04 21:30:59 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
537d55bd7f Makes toxgui translatable 2014-07-03 21:42:23 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
0ffbbe17cc Use darker gray for own messages
Fixes #51

I hope you're happy, platos
2014-07-02 11:57:10 +02: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
Tux3 / Mlkj / !Lev.uXFMLA
27d5293d90 Add sound notification on calls 2014-06-30 21:14:51 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
3fde891b91 EXPERIMENTAL video call reception
Can not send video in calls, just receive and play it

Known bug : The video isn't converted perfectly to RGB, there are some visible errors
2014-06-30 04:40:18 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
beaebc2056 Make chatform somewhat prettier 2014-06-29 17:04:49 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
821fa4822d Revert "Revert "Skinned scrollbars and other small improvements"" 2014-06-28 23:59:11 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
60e0d7b325 Revert "Skinned scrollbars and other small improvements" 2014-06-28 23:12:13 +02:00
Kevin Flynn
36b2c496cb Make chatArea and msgEdit more like the mockup 2014-06-28 13:56:47 -07:00
Kevin Flynn
33e487d0dd Added skinned scrollbar in chat 2014-06-28 13:02:19 -07:00
Flynn
2621ce4ef7 Added tox-style videoButton 2014-06-27 23:05:31 -07:00
Flynn
4d2e38a331 Added mockup-like buttons 2014-06-27 22:14:38 -07:00
Tux3 / Mlkj / !Lev.uXFMLA
16667dbaa8 Enable word wrapping in chat 2014-06-28 02:10:47 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
885b874ef3 Add context menu to save chat log
Fixes #10
2014-06-28 01:49:04 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
e2d67e4250 Make all chat log selectable 2014-06-28 00:45:17 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
978e4bae3d Make chatlog text selectable
Fixes #10
2014-06-27 23:39:07 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
6b744ca15e Audio calls, both ways 2014-06-27 21:59:25 +02:00
Kevin Flynn
ca00383efa More UI fixes 2014-06-26 18:47:16 -07:00
Tux3 / Mlkj / !Lev.uXFMLA
6114cb66c6 Send empty calls (no sound nor video) 2014-06-27 03:06:56 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
c7f22707f6 Fix bugs from pull #2 2014-06-27 02:26:30 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
4af09eebf6 Merge pull request #2 from F1ynn/master
Add emote button (disabled), color for active friend
2014-06-27 02:11:47 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
5784b58610 Receive empty calls (no sound nor video) 2014-06-27 02:08:33 +02:00
Kevin Flynn
eb395d3b51 More UI rework 2014-06-26 16:49:48 -07:00
Tux3 / Mlkj / !Lev.uXFMLA
17cca2e3cd Preparation for audio calls, refactoring 2014-06-27 00:42:45 +02:00