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

1936 Commits

Author SHA1 Message Date
apprb
f59a67f08a
Group class refactoring 2014-11-24 00:58:53 +09:00
apprb
85718fa637
auto-update audio devices list on tab show 2014-11-24 00:58:53 +09:00
apprb
92c330b7bd
GroupList refactoring 2014-11-24 00:58:53 +09:00
Maximilian
03cfab8c50 prevents division by 0 in updater 2014-11-23 14:44:12 +01:00
JoGitqTox
084c8b6737 Update de.ts
Corrections (some of them according to the comments from 'nachfuellbar'). The vanished translation too, may be reactivating them.
2014-11-22 10:27:29 +01:00
Tux3 / Mlkj / !Lev.uXFMLA
1ec67cb100
Merge branch 'pr835' 2014-11-21 21:50:35 +01:00
Tux3 / Mlkj / !Lev.uXFMLA
0d9aa556e6
Merge branch 'pr834' 2014-11-21 21:49:50 +01:00
nachfuellbar
64b3cdf139 Update generalform.cpp
Fixed typo
2014-11-21 20:23:31 +01:00
JoGitqTox
0412f4d1a8 Update de.ts
New translations
2014-11-21 16:07:38 +01:00
Tux3 / Mlkj / !Lev.uXFMLA
0fd3f5e156
Merge branch 'pr824' 2014-11-20 14:00:28 +01:00
Sean
6797ebf0dc Gotta automatically launch qTox too 2014-11-19 23:11:12 -08:00
Sean
6667b76bde Replace pkg installer with new updater 2014-11-19 23:05:23 -08:00
Sean
d6a6e18c36 Also not needed 2014-11-19 23:02:59 -08:00
Sean
70c34124cf Not needed 2014-11-19 23:02:34 -08:00
Sean
5d53d0eec2 Add OS X updater
Lovely tool I wrote to do an admin permissions prompt on OS X for every file in the update folder and install it, kills qtox and relaunches it automatically tool.

Go master race
2014-11-19 23:02:02 -08:00
Tux3 / Mlkj / !Lev.uXFMLA
f8063fc809
Fix idleTimer use before construction 2014-11-20 00:22:44 +01:00
Tux3 / Mlkj / !Lev.uXFMLA
90e6ec6316
Cherry pick c459263d27531b7856457b13e9b556b2aeb21dae 2014-11-19 22:31:57 +01:00
dubslow
c270166daa fix #811 2014-11-19 22:31:46 +01:00
Tux3 / Mlkj / !Lev.uXFMLA
ec20eef3e3
Merge branch 'pr815' 2014-11-19 22:28:54 +01:00
Tux3 / Mlkj / !Lev.uXFMLA
90a03b7dcd
Merge branch 'pr814' 2014-11-19 22:27:49 +01:00
Tux3 / Mlkj / !Lev.uXFMLA
fbecf4cfd5
Merge branch 'cleanaudio' 2014-11-19 22:26:32 +01:00
Tux3 / Mlkj / !Lev.uXFMLA
599c246ec7
Move group audio playing to Audio singletong/thread
This is a bit of a quick fix for a new bug, as but part of cleaning up the audio code and moving it to the Audio singleton
2014-11-19 22:26:04 +01:00
apprb
451d0c7999
check incoming data from DB 2014-11-19 22:46:50 +09:00
Ansa89
6e25dd7604 Italian translation: update 2014-11-19 13:10:16 +01:00
Tux3 / Mlkj / !Lev.uXFMLA
4d4067cf88
README: Add qTox windows 64 bit download link 2014-11-18 23:35:02 +01:00
Tux3 / Mlkj / !Lev.uXFMLA
53e304b968
Remove unnecessary OSX lib search paths 2014-11-18 23:31:01 +01:00
Tux3 / Mlkj / !Lev.uXFMLA
0554b08c02
Merge branch 'pr805' 2014-11-18 23:23:51 +01:00
Tux3 / Mlkj / !Lev.uXFMLA
e8234dec89
Merge branch 'pr804' 2014-11-18 23:23:34 +01:00
Tux3 / Mlkj / !Lev.uXFMLA
33cb5a03ec
Update windows installer for x64 2014-11-18 20:31:06 +01:00
Tux3 / Mlkj / !Lev.uXFMLA
6afe34fe02
Fix zlib link order on windows x64 2014-11-18 20:04:44 +01:00
dubslow
d68788c644 add group title menu option, other half of closes #780
also truncate all group titles to max len
2014-11-18 05:00:09 -06:00
Сухарик
d006ed5f2c update russian translation 2014-11-18 09:44:58 +03:00
dubslow
6831778371 fix bug (which is actually why aliasing was menu'd in the first place) 2014-11-17 21:22:40 -06:00
dubslow
845216fa2f set aliases from chat form (half of #780) 2014-11-17 20:15:44 -06:00
dubslow
bc45ff3a28 fix crash if no boostrap nodes (fix #791 where "fix" means "mask the underlying problem") 2014-11-17 19:41:34 -06:00
dubslow
d533c4089d remember status when disconnected (should help with #715) 2014-11-17 19:40:36 -06:00
Tux3 / Mlkj / !Lev.uXFMLA
6eaf8f272e
Silence potentially uninitialized warning
Turns out the warning is wrong, but let's initialize anyways
2014-11-18 02:12:19 +01:00
Tux3 / Mlkj / !Lev.uXFMLA
0376302fe7
Fix more incorrect HINSTANCE casts 2014-11-18 02:09:04 +01:00
Tux3 / Mlkj / !Lev.uXFMLA
1197f296a4
Fix incorrect HINSTANCE -> int cast 2014-11-18 01:48:44 +01:00
Tux3 / Mlkj / !Lev.uXFMLA
69189034e3
Put group chats audio playing in its own thread 2014-11-18 01:25:15 +01:00
mannol
36d4460fef Core update 2014-11-18 00:15:54 +01:00
Tux3 / Mlkj / !Lev.uXFMLA
cd31812dac
Widget: Don't delete icon, it's a child 2014-11-17 22:49:35 +01:00
Tux3 / Mlkj / !Lev.uXFMLA
9eb7e6e915
Merge branch 'pr796' 2014-11-17 21:10:31 +01:00
Tux3 / Mlkj / !Lev.uXFMLA
3d72ed89e4
Call buttons: Use tox red 2014-11-17 21:06:04 +01:00
Tux3 / Mlkj / !Lev.uXFMLA
29a2d30458
Mic button: Less blury, use Tox Red when pressed
Helps with #554 and #795
2014-11-17 21:00:19 +01:00
Olexandr Nesterenko
d373e45fd1 Update Ukrainian translation 2014-11-17 21:55:41 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
cb38e82324
Vol button: Less blury, use Tox Red when pressed
Helps with #554 and #795
2014-11-17 20:26:19 +01:00
krepa098
3a567d962e more work on filetransferwidget 2014-11-17 20:08:55 +01:00
Tux3 / Mlkj / !Lev.uXFMLA
0608989f16
Merge branch 'pr794' 2014-11-17 18:13:28 +01:00
ovalseven8
32e36b8d10 Update de.ts
Added some translations.
2014-11-17 17:53:04 +01:00