Polshakov Dmitry
|
27faec918a
|
fix(genericchatitemwidget, micfeedbackwidget): Added members init in the constructor
|
2016-04-20 22:53:27 +03:00 |
|
initramfs
|
a36248b501
|
fix(screenshot): incorrect screenshot capture resolution under HiDPI
Resolves the issue where a crop of the full desktop resolution is used
instead of the full resolution when desktop is subjected to DPI-scaling
|
2016-04-12 15:44:16 -04:00 |
|
tux3
|
3fbf447174
|
Merge branch 'pr2959'
|
2016-03-12 01:01:30 +01:00 |
|
Michał Šrajer
|
638a5f822f
|
obey the coding style rules
|
2016-02-28 18:32:17 +01:00 |
|
Michał Šrajer
|
04b3276b0f
|
fix 2874
when losing focus circle gets renamed unless ESC is pressed
|
2016-02-28 18:09:53 +01:00 |
|
Binayak Ghosh
|
54fabb964c
|
fixes issue #2868
|
2016-02-28 17:23:15 +05:30 |
|
tux3
|
fb68d3750c
|
Cleanup mic feedback related code
It simply doesn't work, so let's do it right later
|
2016-01-23 16:45:25 +01:00 |
|
tux3
|
b01f47b1aa
|
Use pre Qt5.4 QTimer::singleShot
For compatibility with Debian Jessie
|
2015-12-21 01:14:23 +01:00 |
|
Nils Fenner
|
ace3662757
|
further improved audio metering
Give qTox time to do more important things -> do not measure with 100%.
|
2015-12-20 09:45:43 +01:00 |
|
Nils Fenner
|
44d1c6fe74
|
[WIP] implement threaded level meter for input level
Issues:
1. Using 100% processor.
2. Temporary silences an active call -> reactivate after widget hide.
Still greatly improves metering audio data, removing "read buffer" errors.
|
2015-12-20 09:45:43 +01:00 |
|
Nils Fenner
|
cbf0f2e7e0
|
draw the audio gain level with love
|
2015-12-20 09:45:43 +01:00 |
|
Nils Fenner
|
9627f45014
|
don't extra-subscribe audio gain metering widget
|
2015-12-20 09:42:04 +01:00 |
|
Nils Fenner
|
872be36225
|
un-/subscribe audio in/out in AV-Settings form
|
2015-12-20 09:40:57 +01:00 |
|
tux3
|
8a3c9d14c0
|
Merge branch 'pr2539'
|
2015-11-09 02:36:16 +01:00 |
|
TheNain38
|
d8d64fc56a
|
Fix HTML Parsing
|
2015-11-09 01:19:33 +01:00 |
|
tux3
|
e0aa8dd4a2
|
Implement audio calls
|
2015-10-23 17:39:08 +02:00 |
|
tux3
|
dbbc702c60
|
Strip out old AV code
|
2015-10-23 17:02:01 +02:00 |
|
Rowen Stipe
|
e107de12c0
|
Compile on Mac
This set up added to current master compiles properly on Mac.
Includes pull #2436 fixes suggested by @antis81
|
2015-10-22 01:57:46 -04:00 |
|
Nils Fenner
|
e1c2a80e82
|
switch colors in mic gain indicator gradient
|
2015-10-20 23:14:37 +02:00 |
|
Nils Fenner
|
b7cf4df13f
|
Get rid of static methods and bugs
|
2015-10-20 03:46:44 +02:00 |
|
Nils Fenner
|
932d9b7c9b
|
Audio: Fix device open only when needed
|
2015-10-18 22:21:08 +02:00 |
|
TheSpiritXIII
|
bbbd450b6a
|
Audio: Only open mic when requested
|
2015-10-18 22:21:08 +02:00 |
|
TheSpiritXIII
|
a311b96376
|
Audio: Open output only when necessary
|
2015-10-18 22:21:08 +02:00 |
|
Nils Fenner
|
a2a32b61c4
|
Audio: persistent volume sliders, mic feedback and volume
|
2015-10-18 22:21:08 +02:00 |
|
agilob
|
7117083e86
|
Merge remote-tracking branch 'origin/new_video_view'
|
2015-10-18 20:55:01 +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 |
|
agilob
|
266c0fb989
|
Merge branch TheSpiritXIII:video
|
2015-10-10 13:49:30 +01:00 |
|
agilob
|
6c26262ba3
|
Merge remote-tracking branch 'thenain38/fix-HTML-username-status'
|
2015-10-06 19:01:45 +01:00 |
|
TheNain38
|
f99c9f127d
|
Fix ACTION messages, status, username HTML parsing
|
2015-10-03 21:31:41 +02:00 |
|
Nils Fenner
|
84a8e2789b
|
fix position of tooltip in screen grabber
The tooltip is shown centred at top of the screen which currently contains the mouse cursor.
|
2015-10-03 10:03:14 +02:00 |
|
agilob
|
9cafb31eca
|
Merge remote-tracking branch 'antis81/ngf/fix/screen-grabber'
|
2015-09-29 19:36:36 +01:00 |
|
PKEv
|
b9a9b3f6c5
|
add 150ms for hiding & restoring window
fix #2290
|
2015-09-29 20:39:32 +03:00 |
|
Nils Fenner
|
fde63f1592
|
fix screenshot grabber for windows
|
2015-09-27 23:57:01 +02:00 |
|
Nils Fenner
|
dd9f0763b7
|
fix inheritance of ScreenShotGrabber
|
2015-09-25 21:47:49 +02:00 |
|
Nils Fenner
|
04219e8c1d
|
fix positioning of screen grabber window
|
2015-09-25 21:44:54 +02:00 |
|
Nils Fenner
|
7b2610e4fb
|
resize screen grabber window to pixmap size
|
2015-09-25 14:25:14 +02:00 |
|
Nils Fenner
|
cf9ed8d580
|
fix screen grabbing for screenshots
|
2015-09-24 16:44:07 +02:00 |
|
Impyy
|
25ff57ad23
|
Make the cancel button the default button
|
2015-09-23 20:04:13 +02:00 |
|
Impyy
|
91e51f8a10
|
Changed the buttons back to 'Cancel' and 'Remove'
|
2015-09-23 18:10:55 +02:00 |
|
Impyy
|
3d72a75ed3
|
Made the 'remove friend dialog' userfriendly
|
2015-09-23 17:06:57 +02:00 |
|
PKev
|
a14d917703
|
correct screenshot tooltip
fix #2267
|
2015-09-22 12:51:46 +03:00 |
|
PKev
|
9484488c31
|
restore window after screenshot
|
2015-09-18 22:45:58 +03:00 |
|
Nils Fenner
|
fa6bd18ad7
|
fix virtual overrides
|
2015-09-13 23:20:54 +02:00 |
|
TheSpiritXIII
|
97bdaa5e5f
|
Multi-window: OS X window list, fix OS X translations
|
2015-09-12 19:07:45 +02:00 |
|
TheSpiritXIII
|
1109e0347e
|
Multi-window: Fix segfault for removing last friend on window friend list
|
2015-09-12 19:07:45 +02:00 |
|