tux3
3fd6d5d3e9
Implement logout button
2015-06-04 21:34:13 +02:00
tux3
05a49e8072
Autosave on exit
2015-06-04 21:34:13 +02:00
tux3
abf65a5060
Remove deprecated profile management functions
2015-06-04 21:34:12 +02:00
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
6b5f0e6ad7
Disable login screen on Android
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
86d84162f3
More consistent README.md
2015-06-04 21:33:43 +02:00
tux3
039575a775
Merge branch 'pr1769'
2015-06-04 21:25:21 +02:00
tux3
3c010770a9
Merge branch 'pr1767'
2015-06-04 21:24:02 +02:00
tux3
639e71d0a3
Don't compile linux files on mac
2015-06-04 21:18:31 +02:00
tux3
862ad154fc
Fix crash if avdevice_list_devices fails
2015-06-04 17:22:58 +02:00
tux3
340244b6bb
Merge branch 'pr1781'
2015-06-04 10:55:23 +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
d66c5c1846
Merge branch 'pr1770'
2015-06-03 14:48:59 +02:00
kehugter
921cc40db7
New lines translated
2015-06-03 14:21:55 +02:00
kehugter
c36f33e7e0
Update to follow qTox's wiki guidelines
2015-06-03 14:15:50 +02:00
kehugter
aefba37d3c
Proofread Spanish translation
2015-06-03 14:15:50 +02:00
tux3
fa71c84126
Partially update INSTALL.md
2015-06-03 12:53:08 +02:00
Zetok Zalbavar
2b46dd28bb
Rework README.md
2015-06-03 11:26:57 +01:00
tux3
59d5e04db4
Merge branch 'pr1768'
2015-06-03 12:25:29 +02:00
Ansa89
8e97f5dbb3
Italian translation: update
2015-06-03 12:22:07 +02:00
tux3
e9e41a302c
Merge branch 'ffmpeg'
2015-06-03 11:54:53 +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
ba206d3a8b
Only compile v4l2 support on *nix
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