┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-08-12removed "Toggle Views" context menu action (not required anymore as only the ...Peter Penz
2007-08-12* fixed issue that when having a split view, that both views get the same col...Peter Penz
2007-08-11Fix escapingRichard Lärkäng
2007-08-09SVN_SILENT made messages (.desktop file)Script Kiddy
2007-08-08SVN_SILENT made messages (.desktop file)Script Kiddy
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-06SVN_SILENT made messages (.desktop file)Script Kiddy
2007-08-04SVN_SILENT made messages (.desktop file)Script Kiddy
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-08-03Adapt to new KWarning/kFatal/kDebug apiLaurent Montel
2007-07-30SVN_SILENT made messages (.desktop file)Script Kiddy
2007-07-29Use the new KFileItem APIThiago Macieira
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-29Assure that the view properties of a column view are always stored in the fol...Peter Penz
2007-07-29when activating the columns inside a column view, the current view properties...Peter Penz
2007-07-29SVN_SILENT made messages (.desktop file)Script Kiddy
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-28use alternating row colors for the details viewPeter Penz
2007-07-28SVN_SILENT made messages (.desktop file)Script Kiddy
2007-07-26Call the front-end function, not the backend virtual doKillThiago Macieira
2007-07-26remove strange copy/paste issue which was responsible that Dolphin forgot the...Peter Penz
2007-07-26Compile (KDateTime simplifications)Jure Repinc
2007-07-25little fix that brings everything into orderNick Shaforostoff
2007-07-25provide a useful default width for the Folders dock (treeview)Peter Penz
2007-07-25revert wrong sorting resulted by last commit: K comes before L... (yes, some ...Peter Penz
2007-07-25use the minimum width as default widthPeter Penz
2007-07-25minor documentation and coding style fixesPeter Penz
2007-07-25ok, second try: make use of KDirSortFilterProxyModel. 'Show in Groups' still ...Nick Shaforostoff
2007-07-25provide a useful default height for the Terminal dockPeter Penz
2007-07-25Don't add the terminal to the right docking area, if it may only get aligned ...Peter Penz
2007-07-25--deprecatedPeter Penz
2007-07-24Fix crash when category view is enabled if there are no categories in KCatego...Robert Knight
2007-07-24more fixesThomas Zander
2007-07-23Fix a couple of crashes. First was to avoid problem caused by KIconLoader::g...Robert Knight
2007-07-23change XDG_APPS_DIR -> XDG_APPS_INSTALL_DIR, XDG_DIRECTORY_DIR->XDG_DIRECTORY...Laurent Montel
2007-07-22Use KDirSortFilterProxyModel::naturalCompare() to prevent code duplication. D...Peter Penz
2007-07-21ok, reverting as requested by Peter Penz.Nick Shaforostoff
2007-07-20Make use of the newly added KDirSortFilterProxyModel class -- that is, essent...Nick Shaforostoff
2007-07-18QAbstractItemView::viewOptions() only returns an instance of the class QStyle...Peter Penz
2007-07-18respect the item width and item height also when the item categorization has ...Peter Penz
2007-07-18When derived classes overwrite KCategorizedView::visualRect() to adjust the v...Peter Penz