Kevin Flynn
94fb31633e
Fix QSplitter color to match mockup
2014-07-02 23:53:14 -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
5211f37d6a
Fix issue #43
2014-07-02 20:13:47 -07:00
Kevin Flynn
fac182596b
Fix segfault on friend id copy
2014-07-02 15:27:30 -07:00
Tux3 / Mlkj / !Lev.uXFMLA
677e1ce688
Check mapping errors in getLastVPXImage
2014-07-02 22:17:45 +02:00
marcel
2cabecde82
improved yuv->rgb convertation speed
2014-07-02 19:01:00 +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
2e2e61962d
Add option to disable IPv6
...
Fixes #50
2014-07-02 00:47:06 +02:00
Kevin Flynn
57e53079c5
Modified context menu to help prevent accidental friend deletion
2014-07-01 14:58:26 -07:00
Kevin Flynn
8f9efc7805
Add option to copy friend's ID to the system clipboard
2014-07-01 14:50:07 -07:00
Tux3 / Mlkj / !Lev.uXFMLA
a9b76253af
Warn on failed frame maping
2014-07-01 22:46:36 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
f7dcb1712d
Improve video reception quality
2014-07-01 20:56:27 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
baf40991b8
Dramatically improve video quality
...
Improve color space conversion
Fix bad order of arithemtic operation, i*cxbpl/2 becomes i/2*cxbpl, this fixed the 'ghost' images on the other parts of the screen when using subsampling
2014-07-01 12:06:59 +02:00
Kevin Flynn
51fdc59850
Misc fixes
2014-06-30 20:01:01 -07:00
Kevin Flynn
f0ee8fe468
Minor changes
2014-06-30 19:35:36 -07:00
Kevin Flynn
de97017513
Extended window alert time
...
Is ugly on OSX, but better on Windows and Linux
2014-06-30 19:25:00 -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
Tux3 / Mlkj / !Lev.uXFMLA
73e3afe932
Fix some A/V bugs
2014-06-30 23:48:12 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
58cfae38ab
Fix warnings, typos
2014-06-30 22:52:03 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
27d5293d90
Add sound notification on calls
2014-06-30 21:14:51 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
d465fa7356
Merge pull request #34 from retuxx/dns
...
Add Tox DNS lookup
2014-06-30 20:36:15 +02:00
marcel
58cf040de9
replace @ with ._tox.
2014-06-30 20:33:43 +02:00
marcel
8b34315f49
added dns discovery
2014-06-30 20:05:01 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
5f649d6f85
Fix crash on windows (camera)
2014-06-30 19:50:55 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
aabc8367bb
Video (both ways)
...
May or not work, depending on the camera, time of day, phases of the moon, and distance to the closest uTox installation
2014-06-30 16:18:14 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
b394372ad0
Add video reception
2014-06-30 14:49:42 +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
6ff776f345
New camera system, preparation for video
2014-06-29 23:41:47 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
a2566d4183
Allow groupchat creation
2014-06-29 23:38:48 +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
Tux3 / Mlkj / !Lev.uXFMLA
8e70e7ea8c
Merge pull request #22 from F1ynn/master
...
Skinned scrollbars and other small improvements
2014-06-28 23:03:32 +02:00
Kevin Flynn
36b2c496cb
Make chatArea and msgEdit more like the mockup
2014-06-28 13:56:47 -07:00
Tux3 / Mlkj / !Lev.uXFMLA
b18acb2198
Add exemple windows build config
2014-06-28 22:24:39 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
036827086b
Add Test Video feature in settings form
...
Tested on Windows.
2014-06-28 22:24:39 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
2a42b1c922
Fix unreadable editable labels on edit on windows
2014-06-28 22:24:39 +02:00
Kevin Flynn
33e487d0dd
Added skinned scrollbar in chat
2014-06-28 13:02:19 -07:00
Tux3 / Mlkj / !Lev.uXFMLA
2d794f6423
Make text white when file transfer ends
2014-06-28 16:09:22 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
23ed263fd4
New file transfer widget, round buttons
2014-06-28 15:52:17 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
f906d5b8f4
Add group invite context menu to friends
2014-06-28 10:53:55 +02: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
Flynn
b740c7be06
Merge branch 'master' of https://github.com/tux3/toxgui
2014-06-27 19:29:08 -07:00
Flynn
aab44382c5
Added alerts and modified groupchat status light to better fit with theme
2014-06-27 18:35:39 -07:00
Tux3 / Mlkj / !Lev.uXFMLA
16667dbaa8
Enable word wrapping in chat
2014-06-28 02:10:47 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
68a50b995b
Merge pull request #13 from F1ynn/master
...
Added groupchat notifications when your name is mentioned
2014-06-28 01:50:00 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
885b874ef3
Add context menu to save chat log
...
Fixes #10
2014-06-28 01:49:04 +02:00
Flynn
37abba17b8
Modified groupchat notifications
2014-06-27 16:46:13 -07: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
e2d67e4250
Make all chat log selectable
2014-06-28 00:45:17 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
674f87b1db
Merge pull request #11 from F1ynn/master
...
Add audio notifications
2014-06-28 00:08:23 +02:00
Flynn
20235b1c93
Merge branch 'master' of https://github.com/tux3/toxgui
2014-06-27 14:41:19 -07:00
Tux3 / Mlkj / !Lev.uXFMLA
978e4bae3d
Make chatlog text selectable
...
Fixes #10
2014-06-27 23:39:07 +02:00
Flynn
2d95acadb9
Add audio notifications
2014-06-27 14:36:44 -07:00
Tux3 / Mlkj / !Lev.uXFMLA
ab9ed12850
Add dark group icon
2014-06-27 22:54:01 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
6b744ca15e
Audio calls, both ways
2014-06-27 21:59:25 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
2fa141fef7
Fix typo: == -> = in assignment
2014-06-27 20:41:54 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
84b3e4f395
Merge pull request #8 from F1ynn/master
...
Add mouse hover effect for friend list
2014-06-27 20:32:26 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
67f2367c9d
Fix crash when freed friend gets inactivated
2014-06-27 20:24:06 +02:00
Kevin Flynn
a52e51e1cb
Fixed friend hover highlighting
2014-06-27 11:22:53 -07:00
Kevin Flynn
a54bb37700
Add mouse hover effect for friends
2014-06-27 11:11:32 -07:00
Kevin Flynn
03e3a8428e
Fix background color
2014-06-27 10:34:58 -07:00
Kevin Flynn
94fb22843c
Fixed rasterized images
2014-06-27 09:32:40 -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
9ec2cb1d84
Fixed bug in previous commit
2014-06-27 07:19:42 -07:00
Kevin Flynn
5262096b04
Fixed segfault when removing friend, minor UI changes
2014-06-27 07:16:38 -07: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
Kevin Flynn
aac32f8b94
Made the UI a little closer to the mockup
2014-06-26 16:35:30 -07:00
Tux3 / Mlkj / !Lev.uXFMLA
17cca2e3cd
Preparation for audio calls, refactoring
2014-06-27 00:42:45 +02:00