┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/kitemviews
AgeCommit message (Expand)Author
2013-07-29Merge remote-tracking branch 'origin/KDE/4.11'Frank Reininghaus
2013-07-28Do not convert a KUrl to a QString and back againFrank Reininghaus
2013-07-25Merge remote-tracking branch 'origin/KDE/4.11'Frank Reininghaus
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-24Make sure that widgets are initialized when changing the view modeFrank Reininghaus
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-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-28Fix memory leak in KFileItemModelFrank Reininghaus
2013-06-26Remove the space (1 pixel) between the file name and the fileEmmanuel Pescosta
2013-06-26Re-enable expandable folders for network top level folders (remote:/)Emmanuel Pescosta
2013-06-26Fix performance regression when loading folders in Details ViewFrank Reininghaus
2013-06-24Merge remote-tracking branch 'origin/KDE/4.10'Frank Reininghaus
2013-06-24Use the target url of a item when creating the QMimeData in KFileItemModel::c...Emmanuel Pescosta
2013-06-22Dolphin Nepomuk Roles: Handle values which are resource listsVishesh Handa
2013-06-22Remove knepomukdatamanagement_export.hVishesh Handa
2013-06-22Dolphin: Do not try to connect to Nepomuk if it is not runningVishesh Handa
2013-06-20Merge remote-tracking branch 'origin/KDE/4.10'Frank Reininghaus
2013-06-20Make it possible to select files like "a_b" using keyboard searchFrank Reininghaus
2013-06-20Hide the "drop" indicator when an item is not hovered any moreFrank Reininghaus
2013-06-20Some simplifications in KFileItemModelRolesUpdaterFrank Reininghaus
2013-06-20Try to do at least a "fast" icon loading for all itemsFrank Reininghaus
2013-06-20Avoid a unnecessary resorting when items are changed, only resort the items w...Emmanuel Pescosta
2013-06-20Make sure that all visible items have an iconFrank Reininghaus
2013-06-20Prevent the selection rectangle from being reduced to 0pxEmmanuel Pescosta
2013-06-20Simplify handling of preview jobsFrank Reininghaus
2013-06-20Merge remote-tracking branch 'origin/KDE/4.10'Dawit Alemayehu
2013-06-18Ensure that the "Sort by Type" setting is respectedFrank Reininghaus
2013-06-10Merge remote-tracking branch 'origin/KDE/4.10'Frank Reininghaus
2013-06-10Do not rename files unexpectedly when changing the URLFrank Reininghaus
2013-06-07Remove unused argumentFrank Reininghaus
2013-06-06Ignore a changed item if it cannot be found in the modelFrank Reininghaus
2013-06-06Make calls to resolveNextPendingRoles and resolveNextSortRole delayedFrank Reininghaus
2013-06-06startPreviewJob: if items is empty, delay call to slotPreviewJobFinshedFrank Reininghaus
2013-06-05KFileItemModelRolesUpdater: waste less ressources and fix some bugsFrank Reininghaus
2013-06-05Reduce KFileItemModel memory usage by making use of implicit sharingFrank Reininghaus
2013-05-25set KItemListView palette from scenes first viewThomas Lübking
2013-05-22Merge remote-tracking branch 'origin/KDE/4.10'Frank Reininghaus
2013-05-22KFileItemModel::insertItems(): guarantee O(N) run time complexityFrank Reininghaus
2013-05-22Do not reset the 'isExpanded' state when an expanded folder is refreshedFrank Reininghaus
2013-05-22KFileItemModelRolesUpdater: only update the size for changed foldersFrank Reininghaus
2013-05-13Dolphin Places: Make it easier to drag and drop itemsVishesh Handa