┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/panels
AgeCommit message (Expand)Author
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-05-13If an information entry will be added to KFileItemDelegate (like done recentl...Peter Penz
2010-05-13Reset the location to the home URL, if a place has been removed (e. g. a DVD ...Peter Penz
2010-05-10Provide the destination of a symbolic link as a column in Dolphin'sFrank Reininghaus
2010-04-16The KFileMetaInfoWidget does not use a hardcoded small font anymore, so it mu...Peter Penz
2010-03-30Split the class DolphinController into the two classes DolphinViewController ...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-22Send CTRL+C to the terminal instead of of backspaces. Thanks to the FiNeX and...Peter Penz
2010-03-16-pedanticAndré Wöbbeking
2010-03-14Fix issue that the current terminal line does not get cleared before sending ...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
2010-02-28Fix possible memory leak when invoking KLoadMetaDataThread::cancelAndDelete().Peter Penz
2010-02-26Meta data configuration cleanups:Peter Penz
2010-02-26use NFO URI to check whether the width and height should be merged as one labelPeter Penz
2010-02-26remove duplicate entriesPeter Penz
2010-02-26Show meta information also for files, which are not indexed (or in the case i...Peter Penz
2010-02-26The number of fixed meta-info items may vary dependent on whether Nepomuk is ...Peter Penz
2010-02-25Also show meta informations of files, if Nepomuk is not running or if the fil...Peter Penz
2010-02-25* No need to reload all tags when one is deleted.Sebastian Trueg
2010-01-28Another fix for the metadata rows: properly clean up unused rows in case no m...Sebastian Trueg
2010-01-26* Do not hide the parent folder since we can now browse into it by simply cli...Sebastian Trueg
2010-01-26changed: made static const data symbols really static constFriedrich W. H. Kossebau
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
2010-01-15don't try to access invalid filesPeter Penz
2010-01-07Fixed issue that the Information Panel might show the old filename after rena...Peter Penz
2010-01-06When changing the selection, the currently shown file item should be reset. T...Peter Penz
2010-01-06Fixed issue that Ctrl+A sometimes did not result in an update of the Informat...Peter Penz
2009-12-18Don't show the size information, if only one directory is shown. This issue o...Peter Penz
2009-12-17* respect the --select startup optionPeter Penz
2009-12-12use the same link style as used for tagsPeter Penz
2009-12-12align the rating widget of the Information Panel left (or right for r2l) inst...Peter Penz
2009-12-08Do not show links for unsupported protocols, ie. pre-4.4 resources which used...Sebastian Trueg
2009-12-07don't crash if the Information Panel is updated by file changesPeter Penz
2009-12-07Activated "clicking on tags" fix from Sebastian Trüg. By providing a differe...Peter Penz
2009-12-07Added all code necessary for clickable tags in the KTaggingWidget. As soon as...Sebastian Trueg