┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/kitemviews/private
AgeCommit message (Expand)Author
2014-06-27Fix build.Christophe Giboudeaux
2014-06-20kde-baseapps frameworks dolphin with snapshot frameworks branch baloo/baloo-w...Scarlett Clark
2014-06-12Merge remote-tracking branch 'origin/master' into frameworksFrank Reininghaus
2014-06-12Do not crash if QApplication::clipboard()->mimeData() is a null pointerFrank Reininghaus
2014-06-05Merge remote-tracking branch 'origin/master' into frameworksFrank Reininghaus
2014-06-05Separate width and height info in the layouting codeFrank Reininghaus
2014-05-13Merge remote-tracking branch 'origin/master' into frameworksFrank Reininghaus
2014-05-05dolphin: convert kitemviews/ to qt5 signal slot syntaxAlex Richardson
2014-05-05Allow compiling Dolphin with KF5Alex Richardson
2014-04-03KDirectoryContentsCounter: do not delete currently active worker objectsFrank Reininghaus
2014-03-11Use QMutableHashIterator for deleting items from a QHashFrank Reininghaus
2014-03-03Add a hover effect for the selection toggle.Emmanuel Pescosta
2014-02-11Ensure that KItemListViewLayouter always has a size hint resolverFrank Reininghaus
2014-02-06Port Dolphin to BalooVishesh Handa
2014-02-06Set the Details View colummns width to the preferred column width, by double-...Emmanuel Pescosta
2014-01-21Use only one "directory contents counting" thread per processFrank Reininghaus
2014-01-12Calculate all item size hints at once.Emmanuel Pescosta
2013-12-29Remove redundant data from KItemListViewLayouter's ItemInfo structFrank Reininghaus
2013-10-30Prevent storing some redundant data in KItemListViewLayouterFrank Reininghaus
2013-10-16Two small simplifications in KItemListViewLayouterFrank Reininghaus
2013-10-07Merge remote-tracking branch 'origin/KDE/4.11'Frank Reininghaus
2013-10-07Include "Space" in the keyboard search stringFrank Reininghaus
2013-09-05Nothing special, just a little bit of code cleanup in KItemListViewLayouter::...Emmanuel Pescosta
2013-09-04Count the items inside directories in another threadFrank Reininghaus
2013-08-25Merge remote-tracking branch 'origin/KDE/4.11'Frank Reininghaus
2013-08-25Move cursor to begin/end of selection before canceling itChristoph Feck
2013-08-24Adjust the size and position of the selection toggle on iconEmmanuel Pescosta
2013-08-24Replaced the loop to fill m_sizeHintCache with QSizeF() by a simple m_sizeHin...Emmanuel Pescosta
2013-08-04Fix possible out of range error inKItemListSizeHintResolver::itemsMovedFrank 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-18Overwrite the changed role value with an empty QVariant,Emmanuel Pescosta
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-22Dolphin Nepomuk Roles: Handle values which are resource listsVishesh Handa
2013-06-22Remove knepomukdatamanagement_export.hVishesh 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-20Prevent the selection rectangle from being reduced to 0pxEmmanuel Pescosta
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-04-23Merge remote-tracking branch 'origin/KDE/4.10'Frank Reininghaus
2013-04-23Disable Find/Replace in the "rename inline" line editFrank Reininghaus
2013-01-15Remove incorrect comments about the sorting functionsFrank Reininghaus
2013-01-15Re-organise the sorting codeFrank Reininghaus
2013-01-15Change the sort and merge functions to a more generic form.Frank Reininghaus
2013-01-15Use std::rotate, rather than reversing three timesFrank Reininghaus
2013-01-11Only use parallel sorting when sorting by nameFrank Reininghaus