┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/panels/information
AgeCommit message (Expand)Author
2011-12-06Fix selection issue for Information PanelPeter Penz
2011-12-04avoid double marginsNi Hui
2011-11-06Delete obsolete class DolphinSettingsPeter Penz
2011-07-31normalize signals/slotsMontel Laurent
2011-07-30Merged very early alpha-version of Dolphin 2.0Peter Penz
2011-06-21Show icon overlays in the Informationen Panel.Matthias Fuchs
2011-02-19Use the new KIO::PreviewJob APIPeter Penz
2011-02-10compile fix: includes does only exist with old names, please fix kde headers tooChristoph Thielecke
2011-02-09Coding style update for pointer comparisonPeter Penz
2011-02-09Use capitalized includes of recently committed kdelibs headersPeter Penz
2011-02-04Update e-mail address from [email protected] to [email protected]Peter Penz
2011-02-04Use capitalized KDE includesPeter Penz
2011-02-02Provide a default size-hint for all panelsPeter Penz
2011-01-18Assure that the enabled plugins for previews are set for the Information Pane...Peter Penz
2011-01-14Move the FileMetaDataConfigurationDialog from "settings" to "panels/informati...Peter Penz
2010-12-31Lock panels per default and allow to unlock them like in Amarok.Peter Penz
2010-11-27Use KFileItem::targetUrl() instead of KFileItem::url().Vishesh Handa
2010-11-04Fix issue that moving the mouse above the viewport might trigger showing the ...Peter Penz
2010-11-03Use a ':' as end of the label instead of a '.', even if the label is top-alig...Peter Penz
2010-10-07Reset the file-item when the viewport is entered and files are selected. Othe...Peter Penz
2010-10-07Internal cleanups to assure that the asynchronous request for the folder-info...Peter Penz
2010-10-07Internal cleanup for panels: Let the panel-implementations decide whether the...Peter Penz
2010-09-28Fix issue that no content is shown in the Information Panel on startupPeter Penz
2010-08-29Avoid the unnecessary construction of a KIconEffect by using the one provided...Jonathan Michael Thomas
2010-08-17Hide the Phonon-widget per default, otherwise it will temporary be shown duri...Peter Penz
2010-08-07Fix spelling errors reported by crazyPeter Penz
2010-08-07krazy fixes: let all .kcfg files be conform to KConfigXT schemaPeter Penz
2010-07-24Sourcecode hierarchy cleanup: Move class PixmapViewer from "src" to "src/pane...Peter Penz
2010-07-24Unify the search interface for non-indexed and indexed foldersPeter Penz
2010-07-22Properly KIO::stat instead of simply using the KFileItem constructor whenSebastian Trueg
2010-07-10Fix forward declationLaurent Montel
2010-06-12Don't do a pre-process wrapping of the Information Panel headline, if it is a...Peter Penz
2010-05-29Use KStringHandler::preProcessWrap() to assure, that file names in the Inform...Peter Penz
2010-05-29Use QBoxLayout::addStretch() instead of adding a custom "stretch widget"Peter Penz
2010-05-29Fix the nasty layout reparenting by adding the InformationPanelContent into a...Peter Penz
2010-05-19Fix wrong description: The selection is meant for the information panel, not ...Peter Penz
2010-05-14Use the term "Select" instead of "Configure", as it is less technical (at lea...Peter Penz
2010-04-16The KFileMetaInfoWidget does not use a hardcoded small font anymore, so it mu...Peter Penz
2010-03-25Open the meta data configuration dialog modelessPeter Penz
2010-03-25Enable the meta data configuration dialog again after the KFileMetaDataWidget...Peter Penz
2010-03-22Use KFileMetaDataWidget from kdelibs. Still open: Provide dialog which wraps ...Peter Penz
2010-03-13Fix compile issue if HAVE_NEPOMUK is not definedPeter Penz
2010-03-13Meta data configuration dialog improvementsPeter Penz
2010-03-13Let the custom widgets stay invisible per default after constructing them. Th...Peter Penz
2010-03-13Allow to provide custom widgets for meta data in a generic way.Peter Penz
2010-03-13Allow to specify a group for a meta data item.Peter Penz
2010-03-13Provide a KMetaDataModel for KMetaDataWidget.Peter Penz
2010-03-09Proof-reading: file name -> filename, for consistency.Andrew Coles
2010-03-04Rename NfoTranslator to KNfoTranslator, so that KMetaDataWidget can be moved ...Peter Penz
2010-02-28Only access the data of the thread that has been created most recently. Data ...Peter Penz