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

55 Commits

Author SHA1 Message Date
dubslow
1644f8c139 Updated the completed transfers widget to work as advertised 2014-07-15 21:37:08 -04: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
ed0616dd91 Add option to make qTox portable 2014-07-12 22:59:36 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
941a237d4d Preparation for large file transfers 2014-07-12 17:36:38 +02:00
dubslow
5cad5fb265 devil's in the details 2014-07-12 05:38:36 -04:00
dubslow
ba2bc21489 *tweaks, omg. The vagaries of version control... 2014-07-12 05:31:10 -04:00
Bill Winslow
310fd21123 A few teaks... sadly, it doesn't quite work for now
See the comment in filesform.cpp
Also Flynn, a better matching icon is required
2014-07-11 18:07:00 -04:00
Bill Winslow
806b8ea7c3 cleanup 2014-07-11 12:17:37 -04:00
Bill Winslow
26f2f143fa Initial commit for activating the file transfer button
It compiles, but is in fact untested (and requires one small new icon)
2014-07-11 12:05:18 -04: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
Bill Winslow
27bf913a27 Add a missing connect and missing tr() 2014-07-06 05:51:01 -04:00
Tux3 / Mlkj / !Lev.uXFMLA
cb7f0f8df6 Merge pull request #95 from retuxx/master
Use TOX_FRIEND_ADDRESS_SIZE from tox.h to calcualte length of a valid Tox ID
2014-07-06 07:53:30 +02:00
marcel
4372fea9ea calculate tox id length from definition in tox.h instead of setting it manually 2014-07-06 02:29:57 +02:00
Flynn
b52df4f17e Fix buttons on OS X (hopefully) 2014-07-05 16:39:35 -07:00
Tux3 / Mlkj / !Lev.uXFMLA
a8dde773f5 Add special error message on NXDOMAIN 2014-07-05 07:28:15 +02: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
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
5211f37d6a Fix issue #43 2014-07-02 20:13:47 -07: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
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
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
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
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
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
036827086b Add Test Video feature in settings form
Tested 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
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
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