┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-09-26lessons learned from the column view: never invoke KDirModel::expandToUrl() w...Peter Penz
2007-09-26Listen to the directory lister signals to know whether the directory lister i...Peter Penz
2007-09-26associate dolphin with inode/directory; give it a higher initial preference t...David Faure
2007-09-26prevent crash in model when invoking KDirModel::expandToUrl() before the dire...Peter Penz
2007-09-26Revert last patch which should fix the "name column can get too small issue" ...Peter Penz
2007-09-26temporary disable the ScrollPerPixel feature until a Qt-patch is supplied whi...Peter Penz
2007-09-26SVN_SILENT made messages (.desktop file)Script Kiddy
2007-09-26This fixes the problem of the "hidden filename corner case" by setting the co...Rafael Fernández López
2007-09-26Hide unused and not drawn columns on the details viewRafael Fernández López
2007-09-25Fix the reproducible problem after the fix:Rafael Fernández López
2007-09-25When the view is the Details or Columns one do not have in count lessThanGene...Rafael Fernández López
2007-09-25Revert as it doesn't fix the problem completely... diving into this... sorryRafael Fernández López
2007-09-25Whenever we are trying to sort, bypass lessThanGeneralPurpose when is not all...Rafael Fernández López
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-25fix filtering issues for views that show a directory hierarchy like a tree vi...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-25restoring of the column view must also be done if the column view is activePeter Penz
2007-09-25clear columns if the new URL is no parent of the currently shown columnsPeter Penz
2007-09-25Categories imrovedRafael Fernández López
2007-09-25don't reset the root index, hiding the column is enoughPeter Penz
2007-09-25hide the ratings and tags column in the treeview sidebarPeter Penz
2007-09-25assure that the active column stays always visiblePeter Penz
2007-09-25further root URL handling cleanupsPeter Penz
2007-09-25assure that the restoring the column view cannot fail and replace the tempora...Peter Penz
2007-09-25Prettier category drawing :)Rafael Fernández López
2007-09-24temporary fix: prevent crash due to a wrong root URL; TODO: fix the real root...Peter 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-24Pass ref instead of pointer in mouseOverInfo signalDavid Faure
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-24Adapt CMakeLists.txt as discussed with Alex.Laurent Montel
2007-09-23msvc compile++Christian Ehrlicher
2007-09-23Show more useful information when sorting by date (in all folders, not Rafael Fernández López
2007-09-23Oops, Qt already had a class that does this in a cross-platform way :)Rafael Fernández López
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-21Don't invoke KDirLister::openUrl(url, true, false) in combination with the co...Peter Penz
2007-09-21implemented reloading of all columns of the column view (just updating the di...Peter Penz
2007-09-21SVN_SILENT made messages (.desktop file)Script Kiddy
2007-09-20SVN_SILENT made messages (.desktop file)Script Kiddy
2007-09-19Dolphin is now QT3_SUPPORT freeUrs Wolfer
2007-09-19Fix crash in dolphinpart when doing RMB on viewport.David Faure
2007-09-19* some internal cleanupsPeter Penz