Summary: | tmp files for printing put in cwd, fails if no write permissions there | ||
---|---|---|---|
Product: | [Unmaintained] kuickshow | Reporter: | Vassilii Khachaturov <vassilii> |
Component: | general | Assignee: | Carsten Pfeiffer <pfeiffer> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ana |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Vassilii Khachaturov
2005-04-14 13:59:30 UTC
SVN commit 524707 by pfeiffer: - fixed one of the most long-standing bugs: non-local browsing (i.e. you can browse remote directories like local ones now, flipping through the images with PageUp/Down etc., including pre-loading images) BUG: 74088 BUG: 93543 BUG: 120724 Browsing through /media should work now, but can be improved by not "downloading" from there. Framework to do this is there, though. CCBUG: 120724 - also allow saving to remote URLs - fixed image not being completely maximized when opening image in fullscreen mode BUG: 80805 - performance improvement - layed groundwork for fixing #48812 and #101986 CCBUG: 48812 CCBUG: 101986 - make sure all temporary files get deleted BUG: 74323 #103875 is already fixed in KDE 3.5.2, forgot to close the report BUG: 103875 _M . (directory) M +2 -1 Makefile.am A filecache.cpp [License: no copyright] A filecache.h [License: UNKNOWN] M +94 -29 imagewindow.cpp M +7 -2 imagewindow.h M +73 -216 imlibwidget.cpp M +18 -70 imlibwidget.h M +3 -0 kuickdata.h A kuickfile.cpp [License: no copyright] A kuickfile.h [License: UNKNOWN] A kuickimage.cpp [License: no copyright] A kuickimage.h [License: UNKNOWN] D kuickio.cpp D kuickio.h M +63 -49 kuickshow.cpp M +3 -1 kuickshow.h M +1 -1 main.cpp M +4 -3 printing.cpp M +1 -1 printing.h M +1 -1 version.h |