date | project | content | link |
|---|
| 01:31 on Mar 02, 2009 | KDE | Commit by hzeller :: r933977 kphotoalbum/trunk/extragear/graphics/kphotoalbum/CMakeLists.txt: Pull out Utilities as separate library. | # |
| 01:14 on Mar 02, 2009 | KDE | Commit by hzeller :: r933971 kphotoalbum/trunk/extragear/graphics/kphotoalbum/ (10 files in 4 dirs): o Remove hard dependency to MainWindow from DB (the DirtyIndicator
was called directly from the backend)
o add some comments on other dependencies. | # |
| 01:07 on Mar 02, 2009 | KDE | Commit by hzeller :: r933969 kphotoalbum/trunk/extragear/graphics/kphotoalbum/XMLDB/ (4 files): Preparation to get rid of the MainWindow dependency in XMLDB/ at some point: extract the accessor to theMainWindow() to be used only at one place. | # |
| 23:18 on Mar 01, 2009 | KDE | Commit by hzeller :: r933932 kphotoalbum/trunk/extragear/graphics/kphotoalbum/ (3 files in 2 dirs): o Fixing return of reference to temporary object. | # |
| 08:40 on Feb 25, 2009 | KDE | Commit by hzeller :: r931361 kphotoalbum/trunk/extragear/graphics/kphotoalbum/ThumbnailView/ (ThumbnailCache.h ThumbnailWidget.cpp): Updating some of my TODOs for the next weekend ;) | # |
| 15:16 on Sep 28, 2008 | KDE | Commit by hzeller :: r865667 kphotoalbum/trunk/extragear/graphics/kphotoalbum/ThumbnailView/ThumbnailCache.cpp: Header sorting. | # |
| 15:16 on Sep 28, 2008 | KDE | Commit by hzeller :: r865666 kphotoalbum/trunk/extragear/graphics/kphotoalbum/ThumbnailView/ThumbnailWidget.cpp: Make thumbnail precaching work in reverse sorted mode as well. | # |
| 14:26 on Sep 28, 2008 | KDE | Commit by hzeller :: r865659 kphotoalbum/trunk/extragear/graphics/kphotoalbum/Exif/ (8 files): Get rid of Q3ValueList in Exif. | # |
| 14:10 on Sep 28, 2008 | KDE | Commit by hzeller :: r865657 kphotoalbum/trunk/extragear/graphics/kphotoalbum/Settings/ (SettingsData.cpp SettingsData.h): Remove unnecessary whitespace at end in column aligned setters that at least some fit on normal screens (*sigh*). | # |
| 14:07 on Sep 28, 2008 | KDE | Commit by hzeller :: r865656 kphotoalbum/trunk/extragear/graphics/kphotoalbum/Exif/ (Database.cpp Database.h): Make re-creating database cancel-able with fallback to the original database in case of cancel or failure. | # |
| 11:28 on Sep 28, 2008 | KDE | Commit by hzeller :: r865616 kphotoalbum/trunk/extragear/graphics/kphotoalbum/ChangeLog: Add the caching preheating. | # |
| 18:11 on Sep 22, 2008 | KDE | Commit by hzeller :: r863632 kphotoalbum/trunk/extragear/graphics/kphotoalbum/ThumbnailView/ (ThumbnailCache.cpp ThumbnailCache.h): Remove some debug message clutter. | # |
| 23:47 on Sep 17, 2008 | KDE | Commit by hzeller :: r861696 kphotoalbum/trunk/extragear/graphics/kphotoalbum/ThumbnailView/ (ThumbnailCache.cpp ThumbnailCache.h): Cache 'heating' is usually referred to as 'cache warming'. So rename that. Provide an environment variable for testing KPA_THUMBCACHE_WARMING, that allows to switch warming on/off. | # |
| 23:01 on Sep 14, 2008 | KDE | Commit by hzeller :: r861036 kphotoalbum/trunk/extragear/graphics/kphotoalbum/ (8 files in 2 dirs): Implement experimental cache preheating. When paging through the thumbnail view, try to already pre-heat the cache with the next/previous page. This first experiment looks quite promising so far. | # |
| 12:57 on Sep 14, 2008 | KDE | Commit by hzeller :: r860839 kphotoalbum/trunk/extragear/graphics/kphotoalbum/ (5 files in 2 dirs): Extract the thumbnail caching functionality to a separate class. This is a preparation for doing things like anticipation of next/previous page loading etc. | # |
| 10:47 on Sep 14, 2008 | KDE | Commit by hzeller :: r860782 kphotoalbum/trunk/extragear/graphics/kphotoalbum/ (7 files in 3 dirs): o remove priority based decision to not answer a image
request completely (that was a hack introduced in 856383)
o Only request images to downscale if they actually don't
exist. | # |
| 09:23 on Sep 14, 2008 | KDE | Commit by hzeller :: r860773 kphotoalbum/trunk/extragear/graphics/kphotoalbum/ (21 files in 7 dirs): After Jan move the image preloading to trigger a NULL client, the cache hack (introduced in 855724) is not necessary anymore. | # |
| 08:52 on Sep 14, 2008 | KDE | Commit by hzeller :: r860770 kphotoalbum/trunk/extragear/graphics/kphotoalbum/ (30 files in 8 dirs): More const-safeness. A Result passed as DB::ResultPtr can be manipulated which means that a subsystem that gives out such a list cannot be sure that it is not manipulated. This means that for instance the database would never be able to cache a search result without expensive copying of it. Use DB::ConstResultPtr instead of DB::ResultPtr where possible. | # |
| 10:11 on Sep 13, 2008 | KDE | Commit by hzeller :: r860475 kphotoalbum/trunk/extragear/graphics/kphotoalbum/ (6 files in 4 dirs): ImageDB::sortAndMergeBackIn() now with ResultPtr. One CONVERT down. | # |
| 10:03 on Sep 13, 2008 | KDE | Commit by hzeller :: r860472 kphotoalbum/trunk/extragear/graphics/kphotoalbum/DB/ImageDB.h: Mark Clipboard related methods for garbage collection. They are never used. | # |