nurupo / ProjectTox-Qt-GUI

A cross-platform front end for ProjectTox Core library, written in C++11 with use of Qt5
GNU General Public License v3.0
341 stars 116 forks source link

Load&Save internal tox settings for better user experience. #33

Closed aBothe closed 11 years ago

aBothe commented 11 years ago

Yesterday I noticed that unlike in toxic, the internal crypto-settings aren't reused when launching the program over and over again.. so I implemented it sucessfully - I hope the programming style is adequate to yours :)

Besides I added an ignore line to .gitignore to ignore files inside build/

nurupo commented 11 years ago

There are many issues with that. One of those issues is that it's too early for implementing this in the client. https://github.com/Tox/libtoxdata is not implemented yet.