CPaster: Revive pastebin.com

-Pass simplified type based on mimetype to paste for highlighting.
-Remove QHttp from CodePaster and pastebin.com in favour of QNetwork.
-Implement new pastebin.com protocol
-Implement listing via parsing the HTML-page for pastebin.com
This commit is contained in:
Friedemann Kleint
2010-03-29 14:54:25 +02:00
parent 7a1546d485
commit 6903f13bf3
16 changed files with 609 additions and 260 deletions

View File

@@ -62,6 +62,7 @@ private slots:
private:
const QList<Protocol *> m_protocols;
const QString m_commentPlaceHolder;
Ui::ViewDialog m_ui;
FileDataList m_parts;