┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/panels/information/informationpanelcontent.cpp
AgeCommit message (Expand)Author
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-03Use a ':' as end of the label instead of a '.', even if the label is top-alig...Peter Penz
2010-10-07Internal cleanup for panels: Let the panel-implementations decide whether the...Peter 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-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-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-13Provide a KMetaDataModel for KMetaDataWidget.Peter Penz
2010-01-15assure that the widgets of the panels are resized after receiving the Polish ...Peter Penz
2010-01-15fixed issue that the Information Panel might show some (for the user confusin...Peter Penz
2009-11-29Use KFileItem::text() instead of KUrl::fileName() to display the entry's name...Sebastian Trueg
2009-11-19Provide clickable resources for the Information Panel. Thanks to Sebastian Tr...Peter Penz
2009-11-13search finetuning:Peter Penz
2009-11-12SVN_SILENT: removed unnecessary includePeter Penz
2009-11-06move the position of the filename below the previewPeter Penz
2009-11-06allow to set a custom description for the KMetaDataConfigurationDialogPeter Penz
2009-10-28After some discussions at http://reviewboard.kde.org/r/1938 it turned out tha...Peter Penz
2009-10-19the configuration menu should be shown also for multiple selectionsPeter Penz
2009-10-17* get rid of MetaDataWidget::openConfigurationDialog()Peter Penz
2009-10-16prepare MetaDataConfigurationDialog to be a public class in the Nepomuk libsPeter Penz
2009-10-16* improved interface + documentation of MetaDataWidgetPeter Penz
2009-10-10adjust margins + spacingPeter Penz
2009-10-10layout improvementsPeter Penz
2009-10-10Reactivate showing of general meta information. This is also done as part of ...Peter Penz
2009-10-10Start of refactoring so that the metadata widget can be moved outside of Dolp...Peter Penz
2009-10-05Use the new fancy UDS_NEPOMUK_URI entrySebastian Trueg
2009-07-23replace list.count() > 0 by !list.isEmpty()Peter Penz
2009-07-08Fixed regression when refactoring the Information Panel: Don't forget to give...Peter Penz
2009-07-05The complexity of the class InformationPanel has grown a lot from KDE 4.0 to ...Peter Penz