| Age | Commit message (Expand) | Author |
| 2009-01-14 | Group classes into folders, Dolphin is too big in the meantime for having a f... | Peter Penz |
| 2009-01-08 | same optimization as in 907877 but for the info sidebar's preview. | David Faure |
| 2009-01-02 | don't cache the preview of the information sidebar, as this restricts the max... | Peter Penz |
| 2008-12-14 | * Don't ignore the maximum file size for previews in the information panel. C... | Peter Penz |
| 2008-12-12 | SVN_SILENT: removed trailing spaces | Peter Penz |
| 2008-11-20 | fixed wrapping of the name label (QLabel only supports wrapping on words) | Peter Penz |
| 2008-11-19 | assure that no expensive operations are done when the Information Panel has b... | Peter Penz |
| 2008-11-15 | added metainfo-support for album, artist, genre, width, height, lines, title,... | Peter Penz |
| 2008-10-08 | clear the shown URL property when a selection is done | Peter Penz |
| 2008-10-08 | Don't request any meta data, if the requested URL is equal to the currently s... | Peter Penz |
| 2008-06-30 | * use existing KFileItem also for the selection instead of creating a new KFi... | Peter Penz |
| 2008-06-29 | Internal cleanup: Make it easier getting the correct file item that should be... | Peter Penz |
| 2008-06-29 | Don't grey out an invalid preview immediately, but with a small timeout. This... | Peter Penz |
| 2008-06-29 | SVN_SILENT: Renamed m_timer to m_infoTimer and slotTimeout() to slotInfoTimeo... | Peter Penz |
| 2008-06-27 | tried to simplify the logic to decide whether the information panel should sh... | Peter Penz |
| 2008-06-27 | It is hard to understand which is the actual selected item here: m_selection,... | Sebastian Trueg |
| 2008-06-16 | Details view related fixes: all columns except the name column should act as ... | Peter Penz |
| 2008-06-07 | Request item information when the current directory has been (re-) entered. T... | Peter Penz |
| 2008-06-07 | Fixed the following Information Panel issues: | Peter Penz |
| 2008-06-07 | Do a delayed initialization of all widgets when showing the the Information P... | Peter Penz |
| 2008-06-03 | no need to request a thumbnail | Peter Penz |
| 2008-05-28 | Wow, giving fileItem.url().url() to KFileMetaInfo is a bad idea -- it takes t... | David Faure |
| 2008-05-28 | assure that the preview widget of the information bar gets not overlapped by ... | Peter Penz |
| 2008-05-17 | Use a quint64 (always 64 bits) instead of a unsigned long int (32 bits | Ivo Anjo |
| 2008-05-14 | Fixed following issue for the information sidebar: | Peter Penz |
| 2008-05-14 | Only the infosidebar panel is interested in selections -> move it from the si... | Peter Penz |
| 2008-05-10 | Don't (mis)use MenuItem::Separator for the information bar, as Oxygen is able... | Peter Penz |
| 2008-04-28 | Desaturate the preview when a new preview will be generated. This is useful w... | Peter Penz |
| 2008-04-18 | Temporary remove the fix from 798078, as it has a minor sideeffect. We'll try... | Peter Penz |
| 2008-04-17 | Fallback to filename after all if no proper fileitem is available. Sorry, the... | Sebastian Trueg |
| 2008-04-17 | Use the display text for the info sidebar title instead of the filename. | Sebastian Trueg |
| 2008-04-15 | Use the targetUrl instead of the plain url for the metainfo display. This way... | Sebastian Trueg |
| 2008-04-04 | Fixed issue that an old meta data is shown when one item is selected and anot... | Peter Penz |
| 2008-03-29 | show modified time for folders inside the Information Panel | Peter Penz |
| 2008-03-23 | Show hovered items in the Information panel also when items are selected. If ... | Peter Penz |
| 2008-03-22 | A separator is required above the preview widget too for widgets with a lot o... | Peter Penz |
| 2008-03-22 | minor layout improvements for the Information Panel: | Peter Penz |
| 2008-03-17 | fixed issue that the current selection was not reflected in the information p... | Peter Penz |
| 2008-03-16 | fixed issue that no preview is generated if the user hovers the viewport with... | Peter Penz |
| 2008-03-16 | use different icon but with correct size for the information panel when selec... | Peter Penz |
| 2008-03-16 | provide a cleaner layout for the information panel; there are still some open... | Peter Penz |
| 2008-02-16 | SVN_SILENT: coding style fix (m_metadataWidget -> m_metaDataWidget) | Peter Penz |
| 2008-02-16 | fix possible crash, as MetaDataWidget::metaDataAvailable() can change during ... | Peter Penz |
| 2008-02-15 | David says: "PixmapViewer::setSizeHint should call updateGeometry() instead o... | Peter Penz |
| 2008-02-14 | Bypass a temporary (?) regression (?) with the current Qt 4.4 beta version: i... | Peter Penz |
| 2008-02-02 | reset the URL candidate if a resizing is done | Peter Penz |
| 2008-02-02 | Information Panel: If the width of the panel is increased, also increase the ... | Peter Penz |
| 2008-01-18 | show the correct meta information in the information sidebar also for non-loc... | Peter Penz |
| 2007-12-18 | Fix discrepancy in total size between statusbar and infosidebarpage; reported... | David Faure |
| 2007-11-10 | icon renaming: | Pino Toscano |