Summary: | Pastebin applet: support for Imageshack.us | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Michal Ziabkowski <mziab> |
Component: | widget-misc | Assignee: | Artur Souza (MoRpHeUz) <asouza> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | aseigo, asouza |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Adds support for Imageshack.us to Pastebin applet |
Description
Michal Ziabkowski
2009-01-03 21:39:14 UTC
Created attachment 29873 [details]
Adds support for Imageshack.us to Pastebin applet
cool; this introduces new strings and is a feature, so will have to wait until trunk re-opens for features (another week or so). CC'ing Artur since he's been working on this plasmoid and will probably remember this better than i will ;) SVN commit 907807 by asouza: Adding support for Imageshack.us as image backend on pastebin applet Patch by Michal Ziabkowski (mziab@o2.pl) - thanks ;) There is a lot of code duplication here what means that we can make the basic image backend better. This will be done asap. BUG:179546 M +1 -0 CMakeLists.txt M +1 -0 backends/backends.h A backends/imageshack.cpp [License: GPL (v2+)] A backends/imageshack.h [License: GPL (v2+)] M +4 -0 pastebin.cpp M +1 -1 pastebin.h M +5 -0 pastebinConfig.ui WebSVN link: http://websvn.kde.org/?view=rev&revision=907807 |