┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views
AgeCommit message (Expand)Author
2010-11-20removed: include of unused headerFriedrich W. H. Kossebau
2010-11-20removed: include of unused (and deprecated) headerFriedrich W. H. Kossebau
2010-11-20Make sure that an item's visualRect in the Details View is not widerFrank Reininghaus
2010-11-20Use the inactive text color for all columns except the name column. This indi...Peter Penz
2010-11-20SVN_SILENT: documentation fixPeter Penz
2010-11-18- When showing the trash content, use the details view with path as default viewPeter Penz
2010-11-17Add unit test which checks that DolphinDetailsView::expandedUrls()Frank Reininghaus
2010-11-17Verify that the pointer m_extensionsFactory is not 0 beforeFrank Reininghaus
2010-11-17SVN_SILENT made messages (.desktop file)Script Kiddy
2010-11-12Fix issue that the folders in the details-view are not automatically opened w...Peter Penz
2010-11-09Adjust the color when using the LocallyModifiedUnstagedVersion (patch written...Peter Penz
2010-11-09Add unit test for bug 217447.Frank Reininghaus
2010-11-08Remember the root-URL when saving the state of a view. This allows to restore...Peter Penz
2010-11-08Also assure that when scrolling right that the currently completely invisible...Peter Penz
2010-11-08Use KFileItem::mostLocalUrl() instead of KFileItem::url() for the "Path" colu...Peter Penz
2010-11-05Fix issue that the horizontal scrollbar is not updated correctly when resizin...Peter Penz
2010-11-04Interface cleanup: The DolphinView should not expose QAbstractItemView-specif...Peter Penz
2010-11-01Added implementation of the FileInfoExtension to allow KPart plugins to obtai...Dawit Alemayehu
2010-10-31SVN_SILENT made messages (.desktop file)Script Kiddy
2010-10-29It's easier to put functionality that is used by many unit tests intoFrank Reininghaus
2010-10-25- Add support for file item actions (see http://reviewboard.kde.org/r/5659/)Peter Penz
2010-10-22Add a second Dolphin unit test (for a regression in DolphinDetailsViewFrank Reininghaus
2010-10-18Provide icon for LocallyModifiedUnstaged versions of a filePeter Penz
2010-10-15It is a valid use-case that m_itemView is 0.Peter Penz
2010-10-15Enable dropping of raw data, like one could do in KDE3. It's actually working...David Faure
2010-10-10SVN_SILENT: documentation fixesPeter Penz
2010-10-10Internal cleanup: Remove some public toggle-slots from DolphinView. Setters- ...Peter Penz
2010-10-10Internal cleanup: Remove public method selectedUrls() from DolphinView to kee...Peter Penz
2010-10-09* Increase the column-width automatically in case where the name of the file ...Peter Penz
2010-10-09After disconnecting and reconnecting to the selectionChangedSignal() it must ...Peter Penz
2010-10-09Allow the user to resize the columns.Peter Penz
2010-10-09Indicate the shown directory of a column by QStyle::PE_FrameFocusRect instead...Peter Penz
2010-10-09Use DolphinTreeView as implementation for the columns instead of QListView. T...Peter Penz
2010-10-09It is a valid usecase that the model can be 0 when destructing a view.Peter Penz
2010-10-09Move the generic hover- and selection-adjustments from DolphinsDetailsView in...Peter Penz
2010-10-08- Don't show the name of the file in the "Path" columnPeter Penz
2010-10-08Move the changing of the cursor-shape from the extensions-factory and the sel...Peter Penz
2010-10-08Fix issue in column-view, that the icon size has been increased when several ...Peter Penz
2010-10-06Restore the cursor if the URL has been changed. This assures that the pointin...Peter Penz
2010-10-06Apply the cursor asynchronously. This fixes the issue that a pointing-hand cu...Peter Penz
2010-10-06Use a pointing-hand cursor when hovering items as discussed on http://lists.k...Peter Penz
2010-10-05Prevent that icons overlap in Details View when zooming.Frank Reininghaus
2010-10-05SVN_SILENT: Remove commented (and obsolete) codePeter Penz
2010-10-05Fix minor regression resulted by the previous commit: The m_newName-member ma...Peter Penz
2010-10-05- Integrate the patch from Matthias Fuchs from http://reviewboard.kde.org/r/5...Peter Penz
2010-09-28Fix issue that tooltip-labels might get clipped (this regression has been int...Peter Penz
2010-09-25Use KStringHandler::preProcessWrap() when calculating the width of aFrank Reininghaus
2010-09-22Unbelievable: I simply forgot to implement the Stop-action in Dolphin since K...Peter Penz
2010-09-22Add a small invisible margin to the selection toggle in case the item-height ...Peter Penz
2010-09-22If 'remember view-properties' is selected, store the .directory files only if...Peter Penz