agilob
cffac87cbd
nicely close camera when quitting qtox from opened av tab, fixes #2037
2015-10-11 07:50:08 +01:00
agilob
7c6ac40d21
add debugging messages to camerasource, code reformatting to make it more readable and ogranized better
2015-10-11 07:38:44 +01:00
Zetok Zalbavar
59b9e01b02
Merge pull request #2376 from BiTOk:Fix2015
...
Added clear button for search field #2015
2015-10-11 00:17:34 +01:00
bitok
23a0f748dd
Added clear button for search field #2015
2015-10-11 01:15:30 +03:00
Zetok Zalbavar
04cf6d0133
Make Change password
dialog ~consistent with login page password form
...
Make text about password not matching appear only when passwords don't match.
Change width of dialog window, to make it look better.
fixes points 1 and 2 from issue #2337
2015-10-10 18:58:59 +01:00
Nils Fenner
a6a8f619b2
no need to install an event filter on "this"
2015-10-10 17:55:29 +02:00
Nils Fenner
073d4f0ad3
fix hide/restore qTox windows with space key
2015-10-10 17:54:56 +02:00
Nils Fenner
6e383fa0f1
add methods to hide & restore currently visible qTox windows
2015-10-10 17:45:23 +02:00
Nils Fenner
24aec1dfd3
ScreenshotGrabber::showGrabber isn't a slot
2015-10-10 17:41:04 +02:00
Nils Fenner
75ba20cb06
simplify graphics scene initialization
2015-10-10 17:39:59 +02:00
Nils Fenner
b5493178e7
cleanup includes
2015-10-10 17:34:33 +02:00
bitok
55f5357ce1
Migration to QRegularExpression and text formulation fix
2015-10-10 18:25:24 +03:00
agilob
83bcf2b8ae
fix closing video device after changing tab
2015-10-10 14:26:35 +01:00
bitok
f5bffa0f0c
#2167 fix: qTox should check if string in "Add friend" input field is 64 chars long
2015-10-10 16:26:00 +03:00
agilob
0e9cfd948e
remove menubar and status bar
...
Signed-off-by: agilob <info@agilob.net>
2015-10-10 13:55:14 +01:00
agilob
266c0fb989
Merge branch TheSpiritXIII:video
2015-10-10 13:49:30 +01:00
agilob
375c34c079
Merge remote-tracking branch 'thenain38/fix-User-display-name-empty'
2015-10-10 12:46:07 +01:00
TheNain38
2db1d1449f
Fixdisplaying Pub key when name empty
2015-10-10 13:25:58 +02:00
tux3
aa303b24b3
Merge branch 'pr2363'
2015-10-10 12:32:19 +02:00
Dmytro Shynkevych
901befb270
cameradevice: fixed a double free
...
Introduced by c491f79077
2015-10-09 19:10:43 -04:00
PKev
889bd77e23
fix write to DB
...
fix #2292 , please test i don't sure
2015-10-09 14:38:12 +03:00
tux3
b0647b0b4b
Merge branch 'pr2361'
2015-10-09 09:42:40 +02:00
tux3
19a1851547
Small startup speed improvement
2015-10-09 02:11:06 +02:00
bitok
aff85a7ea6
2257 Fix and Style comboBox fix
2015-10-09 01:31:34 +03:00
Zetok Zalbavar
e89b7e1c6d
[README.md] inform that osx maintainer is wanted
2015-10-08 22:57:22 +01:00
bitok
af7b8b7a25
Merge branch 'master' of https://github.com/tux3/qTox into FriendListLayoutFix
2015-10-08 22:55:42 +03:00
bitok
42e0770991
Fixed FriendListLayout constructor delegation fix
2015-10-08 22:53:46 +03:00
agilob
6e0c0d1210
Merge remote-tracking branch 'PKEv/fix_save_position_when_moving_widget'
2015-10-08 20:39:28 +01:00
agilob
bc6e2287d9
Merge remote-tracking branch 'thenain38/master'
2015-10-08 19:00:08 +01:00
agilob
de9aba2734
Merge remote-tracking branch 'zetok/fix-emoticon'
2015-10-08 18:55:51 +01:00
tux3
59e0692069
Sleep 10ms in IPC wait loop, not 10 SECONDS!
...
Fixes #2334
2015-10-08 19:54:06 +02:00
Zetok Zalbavar
1e5043707f
TwitterEmojiSVG: make only 😊 (1f60a) to be associated with ^_^
...
also change tabs to spaces
closes #2358
2015-10-08 15:29:41 +01:00
Zetok Zalbavar
42659aefe8
Merge pull request #2356 from lukasepple:patch-1
...
adds japanese versions of the cat text smiley
2015-10-08 10:46:13 +01:00
tux3
bfc62ab38c
Merge branch 'pr2357'
2015-10-08 11:31:16 +02:00
Impyy
fbd95b0781
Fixed #2294 - Remember proxy type after retranslation
2015-10-07 19:44:12 +02:00
sternenseemann
215282014f
adds japanese versions of the cat text smiley
2015-10-07 18:14:27 +02:00
tux3
3e75fd4dbc
Merge branch 'pr2354'
2015-10-07 17:20:40 +02:00
tux3
56cccc7492
Fix #2228 : Friendlist too wide on first start
2015-10-07 15:28:20 +02:00
agilob
6c26262ba3
Merge remote-tracking branch 'thenain38/fix-HTML-username-status'
2015-10-06 19:01:45 +01:00
agilob
91d9f263ce
Merge remote-tracking branch 'thenain38/dynamic-call-video-mute-unmute-trans'
2015-10-06 18:56:48 +01:00
PKev
0152937eb4
fix: save position when moving widget
...
fix #2063
2015-10-06 16:13:47 +03:00
Dmytro Shynkevych
c491f79077
cameradevice: fixed a regression
...
Memory would sometimes not be freed.
Caused by 8776682d44
2015-10-05 21:21:12 -04:00
Impyy
98c21f3832
Added a context menu to edit/remove the avatar
2015-10-05 22:03:31 +02:00
agilob
eaf44c45d5
Merge remote-tracking branch 'zetok/screenshotname'
2015-10-05 19:48:55 +01:00
agilob
f50f29b05f
Merge remote-tracking branch 'zetok/deprecated'
2015-10-05 18:18:33 +01:00
Zetok Zalbavar
50255e8926
[windows/bootstrap.sh] remove deprecated opencv part
2015-10-05 12:40:06 +01:00
Dmytro Shynkevych
88cce4e137
systemtrayicon: fixed multiple small leaks
2015-10-04 19:51:51 -04:00
Dmytro Shynkevych
2982bab991
profileform: fixed leaky toxId field
2015-10-04 18:18:34 -04:00
Zetok Zalbavar
90d1f4be02
Fix incorrect copyright headers
...
The qTox Project is not associated with the Tox Project in any way, with the
exception of qTox using the Tox Projet's toxcore collection of libraries.
In particular, the Tox Projet does not own copyright over the qTox Project's
qTox collection of software, source code, and assets.
The qTox Project's assets are under the sole copyright of the qTox
contributors, and no partiular rights are granted to the Tox Project.
2015-10-04 23:43:32 +02:00
Dmytro Shynkevych
8776682d44
cameradevice: fixed a major leak: avformat_context not always freed
2015-10-04 17:21:52 -04:00