tux3
|
31f7ded768
|
Fix #1794
|
2015-06-05 03:07:42 +02:00 |
|
tux3
|
addcfb47cb
|
Merge branch 'pr1793'
|
2015-06-05 02:25:34 +02:00 |
|
Сухарик
|
e08045eaec
|
some russian translation update
|
2015-06-05 03:25:28 +03:00 |
|
tux3
|
e3dd2dc9e1
|
Limit desktop streamins FPS
Otherwise we get overwhelmed and start dropping frames
|
2015-06-04 23:34:17 +02:00 |
|
tux3
|
9e65cfde5c
|
Don't use QVector::removeAll
It's only available on recent Qt versions
|
2015-06-04 22:35:29 +02:00 |
|
tux3
|
3878f88d06
|
Merge branch 'loginscreen'
Rewrite the profile management code and implement a new login screen.
Fixes #1776
Fixes #1746
Fixes #1596
Fixes #1562
|
2015-06-04 21:52:55 +02:00 |
|
tux3
|
b9febaa27d
|
Update login logo image
|
2015-06-04 21:34:13 +02:00 |
|
tux3
|
fdcd02980d
|
New password strengh function
|
2015-06-04 21:34:13 +02:00 |
|
tux3
|
0ebaef3c34
|
Password strenght meter on login screen
|
2015-06-04 21:34:13 +02:00 |
|
tux3
|
aa9e500e22
|
Allow long (32k chars) passwords
|
2015-06-04 21:34:13 +02:00 |
|
tux3
|
e5ddd9d0cf
|
Consider empty encrypted history as nonexistent
|
2015-06-04 21:34:13 +02:00 |
|
tux3
|
ba0bc12ac2
|
Fix loginscreen not resetting pass confirm
|
2015-06-04 21:34:13 +02:00 |
|
tux3
|
ea45d4617f
|
Allow creating unencrypted accounts again
|
2015-06-04 21:34:13 +02:00 |
|
tux3
|
67e85b3ddc
|
Add change password button
|
2015-06-04 21:34:13 +02:00 |
|
tux3
|
0642c1b0d7
|
Add button to delete password
|
2015-06-04 21:34:13 +02:00 |
|
tux3
|
2dbf2e54b1
|
Implement restarting toxcore
|
2015-06-04 21:34:13 +02:00 |
|
tux3
|
a03eea9b5f
|
Don't allow overwriting on profile rename
|
2015-06-04 21:34:13 +02:00 |
|
tux3
|
10ce65c22b
|
Reject passwords shorter than 6 characters
|
2015-06-04 21:34:13 +02:00 |
|
tux3
|
5f94f33117
|
Use profile password for all encryption
|
2015-06-04 21:34:13 +02:00 |
|
tux3
|
4e2983817f
|
Fix crash in ~Core
|
2015-06-04 21:34:13 +02:00 |
|
tux3
|
42a7efb053
|
Implement the -p option
|
2015-06-04 21:34:13 +02:00 |
|
tux3
|
1ffb2d4a92
|
Remove some unused Settings methods
|
2015-06-04 21:34:13 +02:00 |
|
tux3
|
7fc087ea95
|
Implement profile renaming
|
2015-06-04 21:34:13 +02:00 |
|
tux3
|
21db31c215
|
Implement profile deletion
|
2015-06-04 21:34:13 +02:00 |
|
tux3
|
f7546a731f
|
Fix profile saving on exit
|
2015-06-04 21:34:13 +02:00 |
|
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 |
|