- Apr 23, 2010
-
-
Friedemann Kleint authored
Point user to settings if something goes wrong.
-
- Apr 08, 2010
-
-
Friedemann Kleint authored
Replace deprecated QHttp by QNetworkReply. Implement listing functionality, fix fetch encoding.
-
- Mar 30, 2010
-
-
Friedemann Kleint authored
that is shared and provides delayed creation. Add "Paste clipboard" option.
-
- Mar 29, 2010
-
-
Friedemann Kleint authored
-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
-
- Mar 26, 2010
-
-
Thorbjørn Lindeijer authored
Some categories do not have icons yet, unfortunately.
-
Friedemann Kleint authored
Introduce capabilities flags for Protocols, disable controls in Pasteview accordingly. Work towards making PasteBin.com work.
-
Friedemann Kleint authored
- Put classes into namespace. - Fix settings not storing the selected protocol. - Refactor settings by introducing standard handling. - Create PasteSelectDialog class and fix list/refresh handling. - No longer stuff the QListWidget into the protocol for listing, wire via signals.
-
- Mar 24, 2010
-
-
Friedemann Kleint authored
-
- Mar 05, 2010
-
-
hjk authored
-
- Feb 01, 2010
-
-
Friedemann Kleint authored
QString: Use QChar where appropriate.
-
- Oct 28, 2009
-
-
Friedemann Kleint authored
-
- Oct 15, 2009
-
-
Daniel Molkentin authored
-
- Aug 14, 2009
-
-
hjk authored
-
- Jul 31, 2009
-
-
Maurice Kalinowski authored
check for errorstring of the correct variable
-
Maurice Kalinowski authored
each protocol needed to create the editor on their own. Instead emit fetchDone and let the plugin instantiate it for every protocol
-
- Jul 27, 2009
-
-
Maurice Kalinowski authored
- created protocol class as basis for different paste servers - removed custom classes and replaced functionality with simple QHttp* usage - removed poster and fetcher classes copied from cpaster application. It not getting updated anyways in creator - Known issue: Listing does not update, when user changes protocol - TODO: add pastebin.ca support. Code is done already, just needs to be placed inside plugin.
-