┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/infosidebarpage.cpp
AgeCommit message (Expand)Author
2008-06-27tried to simplify the logic to decide whether the information panel should sh...Peter Penz
2008-06-27It is hard to understand which is the actual selected item here: m_selection,...Sebastian Trueg
2008-06-16Details view related fixes: all columns except the name column should act as ...Peter Penz
2008-06-07Request item information when the current directory has been (re-) entered. T...Peter Penz
2008-06-07Fixed the following Information Panel issues:Peter Penz
2008-06-07Do a delayed initialization of all widgets when showing the the Information P...Peter Penz
2008-06-03no need to request a thumbnailPeter Penz
2008-05-28Wow, giving fileItem.url().url() to KFileMetaInfo is a bad idea -- it takes t...David Faure
2008-05-28assure that the preview widget of the information bar gets not overlapped by ...Peter Penz
2008-05-17Use a quint64 (always 64 bits) instead of a unsigned long int (32 bits Ivo Anjo
2008-05-14Fixed following issue for the information sidebar:Peter Penz
2008-05-14Only the infosidebar panel is interested in selections -> move it from the si...Peter Penz
2008-05-10Don't (mis)use MenuItem::Separator for the information bar, as Oxygen is able...Peter Penz
2008-04-28Desaturate the preview when a new preview will be generated. This is useful w...Peter Penz
2008-04-18Temporary remove the fix from 798078, as it has a minor sideeffect. We'll try...Peter Penz
2008-04-17Fallback to filename after all if no proper fileitem is available. Sorry, the...Sebastian Trueg
2008-04-17Use the display text for the info sidebar title instead of the filename.Sebastian Trueg
2008-04-15Use the targetUrl instead of the plain url for the metainfo display. This way...Sebastian Trueg
2008-04-04Fixed issue that an old meta data is shown when one item is selected and anot...Peter Penz
2008-03-29show modified time for folders inside the Information PanelPeter Penz
2008-03-23Show hovered items in the Information panel also when items are selected. If ...Peter Penz
2008-03-22A separator is required above the preview widget too for widgets with a lot o...Peter Penz
2008-03-22minor layout improvements for the Information Panel:Peter Penz
2008-03-17fixed issue that the current selection was not reflected in the information p...Peter Penz
2008-03-16fixed issue that no preview is generated if the user hovers the viewport with...Peter Penz
2008-03-16use different icon but with correct size for the information panel when selec...Peter Penz
2008-03-16provide a cleaner layout for the information panel; there are still some open...Peter Penz
2008-02-16SVN_SILENT: coding style fix (m_metadataWidget -> m_metaDataWidget)Peter Penz
2008-02-16fix possible crash, as MetaDataWidget::metaDataAvailable() can change during ...Peter Penz
2008-02-15David says: "PixmapViewer::setSizeHint should call updateGeometry() instead o...Peter Penz
2008-02-14Bypass a temporary (?) regression (?) with the current Qt 4.4 beta version: i...Peter Penz
2008-02-02reset the URL candidate if a resizing is donePeter Penz
2008-02-02Information Panel: If the width of the panel is increased, also increase the ...Peter Penz
2008-01-18show the correct meta information in the information sidebar also for non-loc...Peter Penz
2007-12-18Fix discrepancy in total size between statusbar and infosidebarpage; reported...David Faure
2007-11-10icon renaming:Pino Toscano
2007-11-07use a smaller font for the meta information of the information sidebarPeter Penz
2007-10-26due to the recent tagging freeze this commit contains several fixes in one:Peter Penz
2007-10-17On the Information panel the further information such as "Date", "Size", "Typ...Rafael Fernández López
2007-10-02replace QList<KFileItem> by KFileItemList, as KFileItemList is not QList<KFil...Peter Penz
2007-10-01Code adaptation because of changes on libraries related to revision 719630Rafael Fernández López
2007-09-13update the URL candidate if only one file is selected, so that Nepomuk tags g...Peter Penz
2007-08-25don't use the term "Bookmarks" anymore, use "Places" instead (includes device...Peter Penz
2007-08-13Use KFileItem by value rather than by pointerDavid Faure
2007-07-25use the minimum width as default widthPeter Penz
2007-07-12minor layout fix in infosidebarPeter Penz
2007-07-12KUIT adaptions (applied i18ncheckarg - everything should be OK now)Peter Penz
2007-07-09KUIT adaptionsPeter Penz
2007-07-08adapt signature of requestDelayedItemInfo() slot to recent changesPeter Penz
2007-07-04Don't crash (in PreviewJob) when m_shownUrl is empty for some reason.David Faure