tux3
13bea16292
Add encrypting profile settings serializer
...
We now use a binary serialized format to save space and allow clean encryption of the user settings.
All the settings can (and should) be edited from the GUI so there is no loss of functionnality.
It can still read the old .ini format, and will seamlessly upgrade to the new format.
Fixes #1810
2015-06-06 20:15:50 +02:00
Zetok Zalbavar
67e9aeec63
Fix incorrect copyright headers
...
The qTox Project is not associated with the Tox Project in any way, with the
exception of "qTox" using the Tox Projet's "toxcore" collection of libraries.
In particular, the Tox Projet does not own copyright over the qTox Project's
"qTox" collection of software, source code, and assets.
The qTox Project's assets are under the sole copyright of the qTox
contributors, and no partiular rights are granted to the Tox Project.
2015-06-06 14:51:28 +01:00
tux3
20f254651d
Reorganize files
2015-06-06 01:44:47 +02:00
tux3
15ca7a587f
Dynamic translation
...
qTox can now retranslate its GUI dynamically, without needing a restart
Fixes #1671
Closes #1672
2015-06-05 21:37:01 +02:00
tux3
0923e2b733
Add quit (CTRL+Q) shortcut to login screen
2015-06-05 15:45:43 +02:00
tux3
9581be95dc
Make the login screen save global settings
2015-06-05 15:28:35 +02:00
tux3
68122b40ac
Auto focus input field in login screen
...
Fixes #1779
2015-06-05 15:26:45 +02:00
tux3
276f411ad2
Implment auto-login
2015-06-05 15:24:02 +02:00
tux3
676c483046
Merge branch 'pr1798'
2015-06-05 13:12:05 +02:00
tux3
192d9a5e29
Cleanup main() a bit
2015-06-05 12:44:22 +02:00
Zetok Zalbavar
abb2f28b5d
Small improvements of displayed strings on login screen
...
Messages that user faces should be a bit more clear now.
2015-06-05 11:25:12 +01:00
tux3
0ebaef3c34
Password strenght meter on login screen
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
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
42a7efb053
Implement the -p option
2015-06-04 21:34:13 +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
c6268cd604
Connect LoginScreen signals
2015-06-04 21:34:12 +02:00
tux3
9ebfc9eb77
Create login screen UI
2015-06-04 21:34:12 +02:00