┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-10-13Fix crash when triggereing the "Compare files" action via D-BusFrank Reininghaus
2013-10-13Files passed as arguments: Ignore unsupported filesErik Hahn
2013-10-07Reload the view if a previously unmounted device is mounted againFrank Reininghaus
2013-10-07Include "Space" in the keyboard search stringFrank Reininghaus
2013-10-01Add unit test for the calculation of "name" groups with expanded itemsFrank Reininghaus
2013-09-29Show the right version states for expanded items.Emmanuel Pescosta
2013-09-29Make sure that removeExpandedItems() also removes filtered itemsFrank Reininghaus
2013-09-27SVN_SILENT made messages (.desktop file)l10n daemon script
2013-09-14Make preview loading faster when scrollingFrank Reininghaus
2013-09-12Remove "Copy text" statusbar contextmenu entryKai Uwe Broulik
2013-09-12Fix Bug 311099 - View the underscore when using Ctrl + PagDownEmmanuel Pescosta
2013-09-09Always sort items correctly when the refreshItems() signal is receivedFrank Reininghaus
2013-09-09Test if the groups are updated correctly when items are refreshedFrank Reininghaus
2013-09-05Fix Bug 296970 - split view wrong behavior with search tabEmmanuel Pescosta
2013-09-03Fix color role of services listChristoph Feck
2013-08-25Move cursor to begin/end of selection before canceling itChristoph Feck
2013-08-25Fix filename trucation issues in Icons View with maximum number of linesFrank Reininghaus
2013-08-24Adjust the size and position of the selection toggle on iconEmmanuel Pescosta
2013-08-24Make determining the mime type faster for foldersFrank Reininghaus
2013-08-24Delay the deletion of the role editor as long as possibleFrank Reininghaus
2013-08-24Make use of the "resort all items timer" in KFileItemModel::slotRefreshItemsEmmanuel Pescosta
2013-08-20Fix crash when failing to get audio CD block deviceChristoph Feck
2013-08-15Make sure that the sort order is correct after renamingFrank Reininghaus
2013-08-14Do not store default values in QHash<QByteArray, QVariant>Frank Reininghaus
2013-08-14Fix slow scrolling when hidden files or symbolic links are shownFrank Reininghaus
2013-08-14Fix crash when disabling "Show in groups"Frank Reininghaus
2013-08-05dolphin: Escape text in statusbar tooltipFabio D'Urso
2013-08-05DolphinPart: Use Qt::convertFromPlainText instead of Qt::escape for filenamesFabio D'Urso
2013-08-04Add some unit tests for grouping in KFileItemModelFrank Reininghaus
2013-08-04Make KFileItemModelTest fasterFrank Reininghaus
2013-07-29When pasting a folder and expanding it, do not select its childrenFrank Reininghaus
2013-07-29Don't let HTML-like filenames be interpreted as HTML stringsFabio D'Urso
2013-07-28Do not convert a KUrl to a QString and back againFrank Reininghaus
2013-07-26Don't open .desktop files with http:/https: urls in Dolphin,Emmanuel Pescosta
2013-07-25Fix maximum value for scroll bar when deleting items in Details ViewFrank Reininghaus
2013-07-25Prevent that removing items can cause icons to overlapFrank Reininghaus
2013-07-25SVN_SILENT made messages (.desktop file)l10n daemon script
2013-07-22Do not try to smooth-scroll past the end of the viewFrank Reininghaus
2013-07-22Fix "truncated header" in Details View with non-Oxygen stylesFrank Reininghaus
2013-07-18Fix build if HAVE_NEPOMUK is not definedFrank Reininghaus
2013-07-18Overwrite the changed role value with an empty QVariant,Emmanuel Pescosta
2013-07-12Load unknown icons for items just before showing items in the viewFrank Reininghaus
2013-07-05Fix O(N^2) complexity issue in KItemListView::slotItemsRemoved()Frank Reininghaus
2013-07-05Keep the "item size hints" of moved itemsFrank Reininghaus
2013-07-04Make sure that KItemListSizeHintResolver is always consistentFrank Reininghaus
2013-07-02Fix crash when dropping URLs on the URL navigator's drop down menusFrank Reininghaus
2013-07-02Make it clear that the Trash/Delete confirmations apply to all KDE appsFrank Reininghaus
2013-07-02Prevent some unnecessary layoutings when the view size is changedFrank Reininghaus
2013-06-30Replace QList by QVector if the elements are larger than a pointerFrank Reininghaus
2013-06-29Dolphin: Use the Nepomuk2::FileMetaDatConfigWidgetVishesh Handa