Tux3 / Mlkj / !Lev.uXFMLA
0ea28fb109
Remove streches of size 0
2014-07-05 07:33:11 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
a8dde773f5
Add special error message on NXDOMAIN
2014-07-05 07:28:15 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
8e46c78068
Merge pull request #80 from F1ynn/fix-widget-win8
...
Small widget improvements
2014-07-05 07:22:24 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
fce95e9637
Don't write tox_save when unnecessary
...
Fixes #76 and makes the GUI noticeably faster on slow hard drive.
2014-07-05 06:25:17 +02:00
Flynn
b5eddef8a9
Fix bug in new file transfer widget
2014-07-04 18:55:19 -07:00
Flynn
9c7998d38b
Improve file transfer dialog
2014-07-04 16:59:11 -07:00
Flynn
352b8396ae
Fix QSplitter handle color on Windows
2014-07-04 13:55:53 -07:00
Flynn
404be4b635
Make label readable on windows system.
...
Works properly on Win8.1 i686
2014-07-04 13:18:36 -07:00
Tux3 / Mlkj / !Lev.uXFMLA
c3f985db8a
Add greentext
2014-07-04 21:30:59 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
f9289438af
Add option to disable translations
2014-07-04 19:22:43 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
3aae8dcde7
Improve Tox ID display in settings
...
Fixes #42
2014-07-04 18:49:30 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
ddab801262
Include math.h for log() (fix for OSX)
2014-07-04 17:47:38 +02: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
7c4531cdf9
Enable french translation
...
On french computers only, obviously
2014-07-04 15:30:47 +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
Tux3 / Mlkj / !Lev.uXFMLA
6a57888771
Add Busy status
2014-07-03 20:00:14 +02:00
Kevin Flynn
16df8e553e
Save on event instead of timer trigger
2014-07-03 10:38:30 -07:00
Tux3 / Mlkj / !Lev.uXFMLA
056cf1d658
Context menu to set status
...
Closes #62
2014-07-03 19:33:08 +02:00
Kevin Flynn
f1d30cbc14
Fix window resize bug
2014-07-03 10:10:49 -07:00
Arne Böckmann
1d216d0ee3
FIX: const correctness
2014-07-03 09:22:12 +02:00
Kevin Flynn
6f30308a2c
Fix missing groupchat icon, clean up some code
2014-07-03 00:06:20 -07:00
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