nextcloud-desktop/src
Sebastian Kügler c24728b692 Move SslErrorDialog into Application
This patch makes it possible to cut out a large piece from the lib. We
want to avoid having GUI code in the daemon. For Mirall, this is now
handled in Application. for other clients, they can do whatever they
want with this signal, and implement their own SSL Error handling.

The patch isn't exactly a beauty queen, since it involves some
back-and-forth between application and owncloudinfo objects, but it
seems the only way to properly separate and abstract the UI out of
owncloudinfo, and cuts down a huge part of the dependency chain,
especially QWidget-based classes.

I haven't been able to properly test this, but if anyone can give me a
login to a server that has wrong or untrusted SSL certificates, I'll
happily do it.

Merge? *puppy eyes*
2012-09-10 23:53:49 +02:00
..
3rdparty Added 3rdpart QtSingleApplication class. Fixed some overall-status 2012-07-30 17:10:48 +03:00
mirall Move SslErrorDialog into Application 2012-09-10 23:53:49 +02:00
CMakeLists.txt Removed unused file temporarydir. 2012-08-17 17:55:15 +03:00
main.cpp Added 3rdpart QtSingleApplication class. Fixed some overall-status 2012-07-30 17:10:48 +03:00