tux3
933dce485d
Add tox save loading/saving to Profile
2015-06-04 21:34:12 +02:00
tux3
840fd7dc40
Cleanly create new profiles
2015-06-04 21:34:12 +02:00
tux3
bf29d4a6d5
Allow to load/create from login screen
...
Saving is not implemented, so bad things will happen if you let qTox save those profiles
2015-06-04 21:34:12 +02:00
tux3
032c561e62
Make Nexus own and start the LoginScreen
...
And start implementing some of the required methods to make Core, LoginScreen and Nexus use Profile
2015-06-04 21:34:12 +02:00
tux3
7d6167d90c
Scan profiles for login screen
2015-06-04 21:34:12 +02:00
tux3
68f6a5d032
Use combobox for login username
2015-06-04 21:34:12 +02:00
tux3
22c8b38fd9
Update login screen ui
2015-06-04 21:34:12 +02:00
tux3
c6268cd604
Connect LoginScreen signals
2015-06-04 21:34:12 +02:00
tux3
f4cad23314
Fix login screen window title
2015-06-04 21:34:12 +02:00
tux3
93df0dec2b
Add Tox logo at login
2015-06-04 21:34:12 +02:00
tux3
9ebfc9eb77
Create login screen UI
2015-06-04 21:34:12 +02:00
tux3
039575a775
Merge branch 'pr1769'
2015-06-04 21:25:21 +02:00
tux3
862ad154fc
Fix crash if avdevice_list_devices fails
2015-06-04 17:22:58 +02:00
Zetok Zalbavar
b21ce5ef07
Fix tab-completion for names starting with '@'
...
continuation of #1377
2015-06-04 09:45:56 +01:00
PKev
98819df90c
Correct redraw after filtering
...
fix #1757
It looks a bit strange, but a redraw on another call fails. Moreover, order calling functions radically changes the behavior of the widget
2015-06-03 22:26:33 +03:00
tux3
c180fa15de
Fix nullptr dereference on A/V timeout
2015-06-03 19:33:17 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
44628373cd
Windows desktop capture (gdigrab)
2015-06-03 11:47:19 +02:00
tux3
37a3a8d9d6
Properly set desktop capture region
...
We now capture the full screen by default, with code to handle modesetting, instead of always the FFmpeg default region of 1024x768
2015-06-03 02:10:53 +02:00
tux3
bc946308c8
Fix double free when switching camera
2015-06-03 02:10:53 +02:00
tux3
8ad0f6c573
X11 dekstop streaming
2015-06-03 02:10:53 +02:00
tux3
3cf10f02a6
Don't use tagged init
2015-06-03 02:10:53 +02:00
tux3
8e866b1a5e
Remove video post-processing sliders
...
Since they don't currently do anything
2015-06-03 02:10:53 +02:00
tux3
fe4838bb83
Video modesetting for v4l2
2015-06-03 02:10:53 +02:00
tux3
0f7015941c
Restore CallId param in onAvStarting
...
We actually use it now.
2015-06-03 02:10:52 +02:00
tux3
bf3b9239b5
Never resize frames with Qt, use sws_scale
...
If we're going to convert between pixel formats with sws_scale, we might as well do the rescaling in the same step.
Giving a potentially hueg fram to Qt and having it rescale in a separate step is wasted cycles.
2015-06-03 02:10:52 +02:00
tux3
db7d86ae50
Ifdef some dshow code on win only
2015-06-03 02:10:52 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
e5522ba087
Case-sensitive includes in windows files
...
To make the cross-compilers happy.
2015-06-03 02:10:52 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
61f331635f
Disable the hue/bright/sat/contrast sliders
...
Since they aren't implemented for now.
2015-06-03 02:10:52 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
27bb71f195
Implement video modesetting for dshow
2015-06-03 02:10:52 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
b463028536
Released frames are out of the freelist
...
So they shouldn't call the freelistCallback. VideoFrame now forgets
about the callback when it is being released.
2015-06-03 02:10:52 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
b20ecf056d
Namespaces, not ctor-deleted classes
...
Stupid.
2015-06-03 02:10:52 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
f0f069114c
Implement DirectShow video dev listing
...
We can now get the list of video devices with the dshow ffmpeg device
(so, on Windows). Most of this patch is adapted from libavdevice's dshow
private internal interface, which retrieves useful info but is only
designed to log it to stdout. We reimplement that to get an actual list
of devices names/descriptions, that we can then open with ffmpeg the
refular way.
2015-06-03 02:10:52 +02:00
Tux3 / Mlkj / !Lev.uXFMLA
e5684a4bbf
Save video dev name in settings
2015-06-03 02:10:52 +02:00
tux3
8568a6b94e
More compatibility with older libavdevice
...
By not using avdevice_list_input_sources
2015-06-03 02:10:52 +02:00
tux3
95e4a20f05
Compatibility with older libavdevice
...
By not using avdevice_list_input_sources
2015-06-03 02:10:52 +02:00
tux3
d53b426750
Replace OpenCV with FFmpeg
2015-06-03 02:10:52 +02:00
tux3
a086e6d7b1
Merge branch 'pr1763'
2015-06-03 02:10:37 +02:00
PKev
fa21c793f2
scroll emoticon selector
...
fix #1561
2015-06-01 21:00:22 +03:00
tux3
b3ce364d5c
Merge branch 'pr1758'
2015-06-01 16:56:47 +02:00
PKEv
0791c64efd
Correct_after_cpp_check
...
style and typos
2015-05-30 23:44:56 +03:00
tux3
0a3ff7be24
Merge branch 'pr1743'
2015-05-29 17:31:23 +02:00
tux3
6409b273a4
Re-apply toxcore tox_new compat patch
2015-05-29 17:29:25 +02:00
Ansa89
22d1ab34f9
Also call 'tox_add_tcp_relay()'
2015-05-29 14:54:26 +02:00
PKEv
eda57f388d
Correct_doubled_nicks_when_copypasting
2015-05-28 00:40:04 +03:00
PKEv
64f7e6c63d
Correct screenshot 2nd monitor
...
but only if a second monitor on the right side
2015-05-28 00:23:26 +03:00
tux3
b22945b46a
Merge branch 'pr1732'
2015-05-26 17:34:22 +02:00
Zetok Zalbavar
50c29af537
Make string 'Search Contacts' translatable
2015-05-26 12:02:38 +01:00
PKEv
1aa8a43e1e
Creat dir for screenshots #1696
2015-05-26 01:33:10 +03:00
PKEv
6fa42c1aa0
Correct duplication long messages on sender side #1703 & #1697
2015-05-26 00:08:39 +03:00
tux3
2db617bc6f
Recover if tox fails to start
2015-05-25 22:37:19 +02:00