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

5042 Commits

Author SHA1 Message Date
Zetok Zalbavar
aecffc84d4
chore(i18n): update translation files for weblate 2016-08-09 18:41:23 +01:00
Rom1
525db2276a
feat(l10n): update French translation from weblate 2016-08-09 18:39:43 +01:00
ezavod
2b65fac36f
feat(l10n): update German translation from weblate 2016-08-09 18:38:36 +01:00
Kaur Männamaa
ba0d7ec768
feat(l10n): update Estonian translation from weblate 2016-08-09 18:38:31 +01:00
Viktar Vauchkevich
1b16466cf9
feat(l10n): update Belarusian translation from weblate 2016-08-09 18:34:52 +01:00
Andrii Zymohliad
3a5e91a208
feat(l10n): update Ukrainian translation from weblate 2016-08-09 18:16:19 +01:00
Zetok Zalbavar
c8bbd076da
docs(MAINTAINING): note that merging PRs should be done locally 2016-08-09 17:42:05 +01:00
sudden6
2045585c77
Merge pull request #3185
initramfs (26):
      feat(video): redesign and improve VideoFrame class
      fix(video): fix CoreAV and VideoSurface to conform to new VideoFrame
      refactor(video): rename and make the frame alignment propety public
      fix(video): fix memory leak caused by unfreed buffers in CoreVideoSource
      fix(video): fix slanted video when video size is not divisible by 8
      refactor(video): use a new ToxAVFrame structure instead of vpx_image
      refactor(video): static cast video dimensions to suppress warnings
      feat(video): adds an ID parameter to the VideoSource class
      refactor(video): internalize frame reference counting
      feat(video): add accessor functions for sourceID and frameID
      refactor(video): make type aliases public
      refactor(video): use generics to simply VideoFrame conversion functions
      refactor(video): rename ToxAVFrame to ToxYUVFrame and add documentation
      refactor(video): update documentation to match new format (issue #3559)
      refactor(videoframe): correct mistakes in commit documentation format
      fix(video): fix a use-after-free with VideoFrame
      fix(video): added declaration for missing biglock in CameraSource
      docs(video): remove old unnecessary comment pertaining to removed code
      fix(video): fix invalid VideoSource ID allocation
      fix(video): specify color ranges for pixel formats that are not YUV
      fix(video): use a QReadWriteLock to manage camera access
      fix(video): force the use of non-deprecated pixel formats for YUV
      refactor(video): update code and documentation to honour QSize validity
      refactor(videoframe): move all inline/template functions into source
      fix(video): guard storeVideoFrame() against freeing in-use memory
      feat(video): add a isValid() function to ToxTUVFrame
2016-08-09 18:16:38 +02:00
Zetok Zalbavar
59352ae797
Merge pull request #3580
sudden6 (1):
      fix(systemtray): don't activate qTox widget on tray icon click in Unity backend
2016-08-08 11:07:47 +01:00
Nils Fenner
3a32a03d4a
Merge pull request #3586
initramfs (1):
      chore(qtox.pro): remove a Qt version check for Qt widgets
2016-08-08 11:16:49 +02:00
Nils Fenner
32c158bc61
fix(gui): don't quit application before last event
Quitting the application kills the event loop. So any event past that will not be handled. Probably causes the "BAD!" entries in log.
2016-08-08 10:26:56 +02:00
sudden6
f50d914c23
Merge pull request #3591
Nils Fenner (1):
      feat(settings): add RecursiveSignalBlocker
2016-08-08 06:21:37 +02:00
Zetok Zalbavar
a446294ea8
Merge pull request #3589
initramfs (2):
      fix(avform): add missing "first" video mode back to video modes
      fix(avform): display true video height in video mode selection
2016-08-07 20:26:57 +01:00
initramfs
192c1e8ff5
fix(avform): display true video height in video mode selection 2016-08-08 03:23:16 +08:00
Nils Fenner
b71c919f2a feat(settings): add RecursiveSignalBlocker
can be used to block any signals during settings ui initialization
2016-08-07 04:56:10 +02:00
tux3
6bbec638ee
Merge pull request #3599
Zetok Zalbavar (1):
      docs(MAINTAINING): add instructions for becoming a maintainer
2016-08-06 21:51:37 +02:00
Zetok Zalbavar
68fcdaefdf
docs(MAINTAINING): add instructions for becoming a maintainer
Also add steps for reviewing PRs and slightly adjust formatting.
2016-08-06 20:40:15 +01:00
initramfs
3e7d55e833
feat(video): add a isValid() function to ToxTUVFrame 2016-08-06 22:12:32 +08:00
sudden6
12df069eaa
refactor(groupinvite): remove HTML from translation and simplify function 2016-08-06 15:19:42 +02:00
sudden6
2f0ffdd27e
fix(systemtray): don't activate qTox widget on tray icon click in Unity backend
based on #3423 by @abbat
2016-08-06 15:18:25 +02:00
Zetok Zalbavar
b55933281f
docs(CONTRIBUTING): add some real examples of scopes
It became apparent in #3574 that it's not clear what scope should be.

Added `CONTRIBUTING` as suggested by @Diadlo.
Added `build` as suggested by @initramfs.

Also improve formatting of the file, so that it will conform to <=80
chars per line for markdown.
2016-08-06 13:06:28 +01:00
Zetok Zalbavar
47153b3d77
fix(l10n): remove unnecessary space in Czech translation
Found by @Diadlo.
2016-08-06 12:35:56 +01:00
qTox translations
f3b164443b
chore(i18n): update translation files for weblate 2016-08-06 10:39:50 +01:00
Jan Klass
962206db76
feat(l10n): update German translation from weblate 2016-08-06 10:39:22 +01:00
Waylon Cude
237351fdd2
feat(l10n): add Lojban translation from weblate 2016-08-06 10:37:01 +01:00
ati3
d951cb7589
feat(l10n): update Czech translation from weblate 2016-08-06 10:06:08 +01:00
Viktar Vauchkevich
97d8c7a108
feat(l10n): update Belarusian translation from weblate 2016-08-06 10:03:01 +01:00
Zetok Zalbavar
106b08e556
Merge pull request #3593
wDraw (1):
      feat(l10n): update Bulgarian translation
2016-08-06 09:56:23 +01:00
Zetok Zalbavar
ab878a428f
Merge pull request #3581
kehugter (1):
      feat(translation): add update language Spanish
2016-08-06 09:52:53 +01:00
kehugter
090a715b4c feat(translation): add update language Spanish 2016-08-06 00:46:48 +02:00
wDraw
10d913ee4a feat(l10n): update Bulgarian translation 2016-08-05 12:48:35 +03:00
initramfs
5b31b5db72
fix(video): guard storeVideoFrame() against freeing in-use memory
This commit fixes an issue where storeVideoFrame() can in rare cases
free memory that is still in use. Also adds extra documentation
documenting it's precise usage.
2016-08-05 10:42:07 +08:00
initramfs
f6a698bec5
refactor(videoframe): move all inline/template functions into source 2016-08-05 09:20:21 +08:00
initramfs
07f5cf3a65
refactor(video): update code and documentation to honour QSize validity 2016-08-05 09:16:31 +08:00
Zetok Zalbavar
34aa9051e3
chore: limit scope of commit messages to dozen characters 2016-08-04 20:08:37 +01:00
initramfs
5324e768c3
fix(avform): add missing "first" video mode back to video modes
This commit fixes the fact that the selectBestModes() function strips
off the first video mode, often a 1080p or 720p mode.

Fixes #3588.
2016-08-05 02:45:53 +08:00
initramfs
df3345dce5
fix(video): force the use of non-deprecated pixel formats for YUV 2016-08-04 23:46:37 +08:00
initramfs
de6475f3d3
fix(video): use a QReadWriteLock to manage camera access
This commit changes the mutex-memfence combination to a pure-mutex
implementation within CameraSource. This should prevent a lot of
pre-existing race conditions from happening.
2016-08-04 23:18:37 +08:00
initramfs
00270ee4d2
fix(video): specify color ranges for pixel formats that are not YUV 2016-08-04 23:16:46 +08:00
initramfs
707f7af29a
fix(video): fix invalid VideoSource ID allocation
This commit fixes the an invalid ID allocation by VideoSource, before
this commit all VideoSources receives the same ID causing VideoFrame to
believe all frames belong to the same video source.

Additionally, this commit addresses issues with deprecated pixel
formats and silences libswscale warnings.
2016-08-04 19:51:15 +08:00
initramfs
607b8d5a20
docs(video): remove old unnecessary comment pertaining to removed code 2016-08-04 18:59:30 +08:00
Zetok Zalbavar
0da1a2fd8b
Merge pull request #3585
initramfs (3):
      chore: rewrite all links to the qTox repository from tux3 to qTox
      chore: rewrite forgotten tux3 link to qTox
      docs(INSTALL.md): remove unnecessary backticks in qTox URL
2016-08-04 11:20:23 +01:00
initramfs
5b8f363eaf
docs(INSTALL.md): remove unnecessary backticks in qTox URL 2016-08-04 16:49:18 +08:00
initramfs
4e9d34b78d
chore: rewrite forgotten tux3 link to qTox 2016-08-04 15:56:30 +08:00
initramfs
cae5c1f2ed
chore(qtox.pro): remove a Qt version check for Qt widgets 2016-08-04 15:30:11 +08:00
initramfs
c4f88df7c9
fix(video): added declaration for missing biglock in CameraSource 2016-08-04 06:33:40 +08:00
initramfs
8487dcecf8
fix(video): fix a use-after-free with VideoFrame 2016-08-04 06:33:40 +08:00
initramfs
8ef89a267e
refactor(videoframe): correct mistakes in commit documentation format 2016-08-04 06:33:40 +08:00
initramfs
8d3aef9269
refactor(video): update documentation to match new format (issue #3559) 2016-08-04 06:33:40 +08:00
initramfs
f85a299e75
refactor(video): rename ToxAVFrame to ToxYUVFrame and add documentation 2016-08-04 06:33:40 +08:00