┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/kitemviews
AgeCommit message (Expand)Author
2014-05-05completely disable QAccessible for now, since it causes assertionsAlex Richardson
2014-05-05Allow compiling Dolphin with KF5Alex Richardson
2014-04-26Do not change the selection when re-sorting the viewFrank Reininghaus
2014-04-24Scroll to the right position when going back and show hidden files is enabled.Emmanuel Pescosta
2014-04-14Merge branch 'KDE/4.12' into KDE/4.13Frank Reininghaus
2014-04-14Update the "is cut" state of items if necessaryFrank Reininghaus
2014-04-03KDirectoryContentsCounter: do not delete currently active worker objectsFrank Reininghaus
2014-03-11Use QMutableHashIterator for deleting items from a QHashFrank Reininghaus
2014-03-05Fix Bug 326210 - Dolphin unnecessarily truncates names of soft links in compa...Emmanuel Pescosta
2014-03-03Add a hover effect for the selection toggle.Emmanuel Pescosta
2014-03-01Always go back/forward in history when pressing the respective buttonsFrank Reininghaus
2014-02-24Make the handling of the "maximum text lines" setting more robustFrank Reininghaus
2014-02-24Handle font and palette changes in Dolphin list views.Emmanuel Pescosta
2014-02-11Remove some unused functions.Emmanuel Pescosta
2014-02-11Ensure that KItemListViewLayouter always has a size hint resolverFrank Reininghaus
2014-02-07Only initialize the hash m_items in KFileItemModel if it is neededFrank 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
2014-01-06Avoid calling KFileItemModel::index() in KFileItemModelRolesUpdaterFrank Reininghaus
2013-12-29Remove redundant data from KItemListViewLayouter's ItemInfo structFrank Reininghaus
2013-12-22Merge remote-tracking branch 'origin/KDE/4.12'Frank Reininghaus
2013-12-22Fix crash when dragging children of expanded folders in Details ViewFrank Reininghaus
2013-12-22Update filtered items when the "refreshItems" signal is receivedFrank Reininghaus
2013-12-14Update the roles for filtered items if necessaryFrank Reininghaus
2013-12-06Merge remote-tracking branch 'origin/KDE/4.12'Frank Reininghaus
2013-12-06Make KFileItemModel::createMimeData() fasterFrank Reininghaus
2013-12-02Lazy-load the item data also in Compact ViewFrank Reininghaus
2013-11-21Merge remote-tracking branch 'origin/KDE/4.11' into KDE/4.12Frank Reininghaus
2013-11-21Fix incorrect geometry updates in KItemListContainerYichao Yu
2013-11-18Merge remote-tracking branch 'origin/KDE/4.11' into KDE/4.12Frank Reininghaus
2013-11-18Fix scrollbar spacing when no scrollbar is visible in dolphin.Yichao Yu
2013-11-14Merge remote-tracking branch 'origin/KDE/4.11' into KDE/4.12Frank Reininghaus
2013-11-14Do not select items when navigating back/forward with the mouseDavid Rosca
2013-11-05Only do a fast pre-sorting when "Sort by Name" is usedFrank Reininghaus
2013-10-30Store the selected items in a more efficient wayFrank Reininghaus
2013-10-30Sort in items in two stages to speed up natural sortingFrank Reininghaus
2013-10-30Prevent storing some redundant data in KItemListViewLayouterFrank Reininghaus
2013-10-26Restore the tree state in Details View if a folder is re-expandedFrank Reininghaus
2013-10-16Two small simplifications in KItemListViewLayouterFrank Reininghaus
2013-10-16Abort loading the current URL if the user presses EscapeFrank Reininghaus
2013-10-09Use the icon size from KItemListStyleOption for the width and height of theEmmanuel Pescosta
2013-10-07Merge remote-tracking branch 'origin/KDE/4.11'Frank Reininghaus
2013-10-07Make the code that removes items from KFileItemModel more robustFrank Reininghaus
2013-10-07Include "Space" in the keyboard search stringFrank Reininghaus
2013-10-02Save memory and time in KFileItemModel by lazy-loading the "ItemData"Frank Reininghaus
2013-10-01Merge remote-tracking branch 'origin/KDE/4.11'Frank Reininghaus
2013-09-29Make sure that removeExpandedItems() also removes filtered itemsFrank Reininghaus
2013-09-17Move KItemRange to its own headerFrank Reininghaus