┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-02-11don't trigger an item if the user does a selection by using the control- or s...Peter Penz
2007-02-10restore the x- and y-position of the view if the current view is part of the ...Peter Penz
2007-02-08just a coding guideline style fix: assure that a consistent coding style is u...Peter Penz
2007-02-08Fixed issue that the filterbar and the menu state have not been synchronized ...Peter Penz
2007-02-07Additionally to sorting by name, size and date it is now possible to sort by ...Peter Penz
2007-02-06If the user changes the sorting by clicking on a header section, the resultin...Peter Penz
2007-02-05update the header indicators corresponding to the current sort column and sor...Peter Penz
2007-02-05Only group the directories before items if the KDirModel::Name column is sort...Peter Penz
2007-02-05updated the documentationPeter Penz
2007-02-05Fix compilationDavid Faure
2007-02-01Fix compileStefan Gehn
2007-01-31clear the status bar when doing an undo operationPeter Penz
2007-01-31Queue error messages so that a currently shown error message is not replaced ...Peter Penz
2007-01-31remove includeDirk Mueller
2007-01-30Improvements for error messages:Peter Penz
2007-01-30update to changes in class KGlobal (kdelibs)Peter Penz
2007-01-26Further optimizations: do a delayed update of the geometry. This leads to a r...Peter Penz
2007-01-26Further optimizations for the status bar: hide the space information if the s...Peter Penz
2007-01-26SVN_SILENT made messages (.desktop file)Script Kiddy
2007-01-26fixedDavid Faure
2007-01-26upsi... forgot to uncomment the temporary workaround until the forward declar...Peter Penz
2007-01-26Do a custom error handling in for the 'Create New...' submenu. Thanks to Davi...Peter Penz
2007-01-25First step for making the details view usable again:Peter Penz
2007-01-25David's patches come in faster than light: removed code duplication, as a pro...Peter Penz
2007-01-25Use custom implementation of KonqUndoManager::UiInterface for Dolphin. This a...Peter Penz
2007-01-25Cleanup of URL drop handling (simplified code, modifier keys work again). Aft...Peter Penz
2007-01-25Use KNewMenu instead of custom implementation of Dolphin. TODO: currently err...Peter Penz
2007-01-23Get rid of some KDE 3 relicts.Peter Penz
2007-01-23Minor adjustments and cleanups in the statusbar:Peter Penz
2007-01-23SVN_SILENT made messages (.desktop file)Script Kiddy
2007-01-21- Fixed crash when showing "Open With..." items of the context menu: the mode...Peter Penz
2007-01-21Cleanup of DolphinContextMenu:Peter Penz
2007-01-20Removed helper class ProgressIndicator (not needed anymore because of the use...Peter Penz
2007-01-18SVN_SILENT made messages (.desktop file)Script Kiddy
2007-01-18Replaced Dolphins UndoManager and DolphinCommand by KonqUndoManager and KonqO...Peter Penz
2007-01-17Fix signal/slotLaurent Montel
2007-01-17SVN_SILENT made messages (.desktop file)Script Kiddy
2007-01-15Minor performance improvement. As Dominic Battre pointed out correctly, it is...Peter Penz
2007-01-15The KMimeTypeResolver instance is owned by the item view and may not be delet...Peter Penz
2007-01-15Use a QTreeView for the representation of the details view (previously a QLis...Peter Penz
2007-01-12Fixed issue in method naturalCompare: strings having numbers with the same am...Peter Penz
2007-01-12Natural sorting fix: assure that directories are sorted always before files a...Peter Penz
2007-01-11SVN_SILENT made messages (.desktop file)Script Kiddy
2007-01-11Do a natural sorting of items (thanks to Dominic Battre and Martin Pool for t...Peter Penz
2007-01-10Doesn't need a config.hDavid Faure
2007-01-10Applied some patches found by EBN (thanks to Nicolas Lécureuil for the patch...Peter Penz
2007-01-09Port to new KAction, KActionCollection API.Kevin Ottens
2007-01-07Fixed issue that the view properties have not been used for the home director...Peter Penz
2007-01-07Remember the position and size of the docks by using QMainWindow::saveState()...Peter Penz
2007-01-07Allow that Dolphin can also be used with global view properties. Per default ...Peter Penz