┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/folderexpander.cpp
AgeCommit message (Collapse)Author
2009-08-30Restore "open folders automatically when dragging items above it" (it had ↵Peter Penz
been temporary deactivated because of the column view refactoring). svn path=/trunk/KDE/kdebase/apps/; revision=1017531
2009-02-01Hovering over blank space in a view while dragging would trigger the ↵Simon Paul St James
FolderExpander on the folder represented by the view, which we don't want. Detect and prevent it. BUG:182618 Shipped! ;) svn path=/trunk/KDE/kdebase/apps/; revision=919950
2009-01-25Refactor the folder expansion system. Main effect: instead of having a list ↵Simon Paul St James
of m_expandedViews which cannot yet be deleted, we more accurately identify the current source of the drag operation if any and store only this for later deletion. This also fixes folder-expansion not working in Column view. svn path=/trunk/KDE/kdebase/apps/; revision=916701
2009-01-14Group classes into folders, Dolphin is too big in the meantime for having a ↵Peter Penz
flat directory hierarchy. dolphin/src/CMakeLists.txt will be cleaned up later. svn path=/trunk/KDE/kdebase/apps/; revision=911065
2009-01-04Only expand the tree view if it has an enabled 'itemsExpandable' property. ↵Peter Penz
If this is not the case, the folder will get opened like in the icon view by exchanging the whole content. CCBUG: 178630 svn path=/trunk/KDE/kdebase/apps/; revision=905632
2009-01-04SVN_SILENT: minor coding style cleanupsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=905631
2008-12-12SVN_SILENT: removed trailing spacesPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=895978
2008-12-06SVN_SILENT: removed debugging outputPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=893545
2008-11-02Assure that automatically expanding of a folder also works when the new ↵Peter Penz
folder has a different view mode. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=879143
2008-10-15SVN_SILENT: coding style fixPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=871877
2008-10-15- Fix crash found while investigating ↵Simon Paul St James
https://bugs.kde.org/show_bug.cgi?id=170927 svn path=/trunk/KDE/kdebase/apps/; revision=871808
2008-08-12Provide functionality for auto-expanding folders (the whole patch has been ↵Peter Penz
provided by Simon St James). The setting is currently not offered in the GUI, as some minor remaining issues must be fixed. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=845975