┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-10-01Port dolphin to the KFileItemDelegate API changes.Fredrik Höglund
2007-10-01Ported KonqPopupMenu away from xmlgui to make things debuggable (we had code ...David Faure
2007-10-01Code adaptation because of changes on libraries related to revision 719630Rafael Fernández López
2007-10-01Making KFileItemList value based.Tobias Koenig
2007-09-30coding style nitpicking: remove spacePeter Penz
2007-09-30SVN_SILENT made messages (.desktop file)Script Kiddy
2007-09-29Test for what the error message saysPascal Létourneau
2007-09-29Init cwd with the current path (dolphin is a KUniqueApplication)Pascal Létourneau
2007-09-29SVN_SILENT made messages (.desktop file)Script Kiddy
2007-09-28Icons height is the same as the titleRafael Fernández López
2007-09-28removed unused method expandSelectionParent (it is not invoked anymore since ...Peter Penz
2007-09-28SVN_SILENT made messages (.desktop file)Script Kiddy
2007-09-27Init the range before a value is set (via the signal valueChanged)Pascal Létourneau
2007-09-27assure that the decoration gets selected in the column-view even if the style...Peter Penz
2007-09-27assure that the decoration gets selected in the details-view even if the styl...Peter Penz
2007-09-27temporary deactivate session restoring until it can be tested with a working ...Peter Penz
2007-09-27use inline keyword as suggested at http://www.parashift.com/c%2B%2B-faq-lite/...Peter Penz
2007-09-27reactivate session managementPeter Penz
2007-09-27updated version for KDE 4.0 beta 3 releasePeter Penz
2007-09-27* right-to-left layout fixesPeter Penz
2007-09-27allow to show/hide the columns of the details-view by a context menu for the ...Peter Penz
2007-09-27Remove ScrollPerPixel again. Beside a crash with a non-patched version of Qt ...Peter Penz
2007-09-27use the proxy model categorization state to check whether it has changed, not...Peter Penz
2007-09-27* moved the loading of the settings into a separate methodPeter Penz
2007-09-27Use case: categorized sorting is enabled, the current view mode is icons-view...Peter Penz
2007-09-27use blitz instead of deprecated kdefx, remove kdefx headers where unusedMatthew Woehlke
2007-09-26reactivate ScrollPerPixel again, as the Qt-patch for "divide by zero" has bee...Peter Penz
2007-09-26assure that the directory gets reloaded when the base URL has been changedPeter Penz
2007-09-26Assure that the categorized sorting is applied correctly to the proxy model i...Peter Penz
2007-09-26use the fixed resizing mode (it is assured that each column stays readable)Peter Penz
2007-09-26assure that the width of the name-column cannot get too small when decreasing...Peter Penz
2007-09-26* Fix memory leak (DolphinCategoryDrawer is leaking...)Peter Penz
2007-09-26code simplifications like done in the column viewPeter Penz
2007-09-26internal cleanupPeter Penz
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