| Summary: | BBall doesn't load it's image by default | ||
|---|---|---|---|
| Product: | [Unmaintained] plasma4 | Reporter: | Lisandro Damián Nicanor Pérez Meyer <perezmeyer> |
| Component: | general | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Debian testing | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Lisandro Damián Nicanor Pérez Meyer
2009-04-22 05:08:35 UTC
The Open File dialog of BBall does not open .svgz, while the images provided by the package are compressed svg :-/ SVN commit 957424 by aseigo: don't paint on the cache image, you only get a temp copy of it back anyways (according to the compiler :). this only worked because of internal implementation hapenstance. also add svgz to the file filters BUG:190320 M +4 -3 bball.cpp M +1 -1 bball.h M +1 -1 bballConfig.ui WebSVN link: http://websvn.kde.org/?view=rev&revision=957424 SVN commit 962556 by fabo: Backport to KDE 4.2.x don't paint on the cache image add svgz to file filters BUG: 190320 M +7 -7 bball.cpp M +2 -1 bball.h M +1 -1 bballConfig.ui WebSVN link: http://websvn.kde.org/?view=rev&revision=962556 |