┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincolumnview.cpp
AgeCommit message (Expand)Author
2007-09-26reactivate ScrollPerPixel again, as the Qt-patch for "divide by zero" has bee...Peter Penz
2007-09-26internal cleanupPeter Penz
2007-09-26Listen to the directory lister signals to know whether the directory lister i...Peter Penz
2007-09-26prevent crash in model when invoking KDirModel::expandToUrl() before the dire...Peter Penz
2007-09-25don't expand to the active URL synchronously, wait until the directory lister...Peter Penz
2007-09-25assure that "Select All" and "Invert Selection" only operate on the active co...Peter Penz
2007-09-25use pixel scrolling for all views (thanks to Rafael for the initial fix in th...Peter Penz
2007-09-25Now that we talk about the column view => smooth scrollingRafael Fernández López
2007-09-25* the directory lister must be updated when reloading columnsPeter Penz
2007-09-25clear columns if the new URL is no parent of the currently shown columnsPeter Penz
2007-09-25don't reset the root index, hiding the column is enoughPeter Penz
2007-09-25assure that the active column stays always visiblePeter Penz
2007-09-24prevent that a column with an invalid root index shows the root column tempor...Peter Penz
2007-09-24prevent an invalid active column index if columns have been deletedPeter Penz
2007-09-24simplify code + fix activation issue when reloading columnsPeter Penz
2007-09-24improve DolphinColumnView::showColumn() in a way that the history state won't...Peter Penz
2007-09-24Restore the root URL when navigating through the history (this is important f...Peter Penz
2007-09-24don't forget to create missing columns when the URL is changed from e. g. "/h...Peter Penz
2007-09-24don't delete inactive columns when reloading the column-viewPeter Penz
2007-09-23msvc compile++Christian Ehrlicher
2007-09-21assure that the inactive columns have the same color as the column-view viewportPeter Penz
2007-09-21restore the focus of the active column after the reloading has been finishedPeter Penz
2007-09-21implemented reloading of all columns of the column view (just updating the di...Peter Penz
2007-09-19* some internal cleanupsPeter Penz
2007-09-19implemented keyboard navigation for the column viewPeter Penz
2007-09-19allow to configure the column width of the columns viewPeter Penz
2007-09-17drag and drop fixes for the column view (implied a signal changed which affec...Peter Penz
2007-09-17Create the new architecture for KCategorizedView. Now DolphinModel is created...Rafael Fernández López
2007-09-14fix: forgot to invoke base implementationPeter Penz
2007-09-14selection model fixesPeter Penz
2007-09-14refactoring of column view, which fixes:Peter Penz
2007-09-09add TODO as reminder for KDE 4.1...Peter Penz
2007-09-07deprecated-- KColorScheme __comp_ctor fixesArto Hytönen
2007-08-13Use KFileItem by value rather than by pointerDavid Faure
2007-08-07* added some internal documentation to explain workarounds which seem to be n...Peter Penz
2007-08-07column view: fixed SHIFT modifier selection behaviorPeter Penz
2007-08-06* toggle selection when using CTRL modifierPeter Penz
2007-08-06Fixed 'Select All' and 'Invert Selection' for the column view (only the items...Peter Penz
2007-08-03request the activation of a column also on directories if not the left mouse ...Peter Penz
2007-08-03further selection model fixesPeter Penz
2007-07-29minor fixes regarding inactive columnsPeter Penz
2007-07-29new approach: don't fight against the selection behavior of QColumnView, but ...Peter Penz
2007-07-29remove extra ";"Stephan Binner
2007-07-28fix some drag & drop issuesPeter Penz
2007-07-28don't load directories when hovering folders during moving the mouse...Peter Penz
2007-07-28temporary fixes until MultiSelection will be implementedPeter Penz
2007-07-28assure that the folder which is shown in the next column is always selectedPeter Penz
2007-07-10let the column-widgets of the Column View be aware about their URL, as this s...Peter Penz
2007-06-28don't request the activation of the active URL on the mouse press event, as t...Peter Penz
2007-06-28Improve handling of column view:Peter Penz