┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-01-27Implement the --select option in konqueror again, using Peter's nice work in ...David Faure
2010-01-27Ooops, fix my port to KNewFileMenuDavid Faure
2010-01-26Reorganise some code in DolphinView and DolphinViewContainer. ThisFrank Reininghaus
2010-01-26Deprecated KNewMenu and make it derive from KNewFileMenu (BIC, but SC; the on...David Faure
2010-01-26* Do not hide the parent folder since we can now browse into it by simply cli...Sebastian Trueg
2010-01-26Don't show the search options again, if the user closed them and cleared the ...Peter Penz
2010-01-26* Assure that the URL navigator is synchronized with the active column.Peter Penz
2010-01-26changed: made static const data symbols really static constFriedrich W. H. Kossebau
2010-01-25fixed regression: don't open files twice in the column-viewPeter Penz
2010-01-25SVN_SILENT: minor coding style fixesPeter Penz
2010-01-25Implement todo (create a dialog box when ok is enable/disable when text is em...Laurent Montel
2010-01-25Now *really' open a new tab if the URL navigator requests it... (the previous...Peter Penz
2010-01-25* Adjust code to use the improved KUrlNavigator API.Peter Penz
2010-01-22Fixed crash, if the categorizied view sorted by date is used. Use case: modif...Peter Penz
2010-01-20- Fix minor typosDarío Andrés Rodríguez
2010-01-20only set the title synchronously for the file-protocol, otherwise use KIO::st...Peter Penz
2010-01-20Use a stat job to determine the caption on non-file URLs. This way we get the...Sebastian Trueg
2010-01-18fixed issue that SVN actions got disabled after selecting itemsPeter Penz
2010-01-15use KAction::setShortcut() instead of QAction::setShortcut()Peter Penz
2010-01-15assure that the widgets of the panels are resized after receiving the Polish ...Peter Penz
2010-01-15fixed issue that the Information Panel might show some (for the user confusin...Peter Penz
2010-01-15don't try to access invalid filesPeter Penz
2010-01-14Use KFileItem::text() instead of name() for pretty printed filenamesSebastian Trueg
2010-01-14If the root directory lister is different from the internally used directory ...Peter Penz
2010-01-13removed unused member variable (the dependency to DolphinMainWindow has been ...Peter Penz
2010-01-11Fixed issue that the keyboard shortcuts for the docks places, folders, inform...Peter Penz
2010-01-11SVN_SILENT: Minor simplificiation of the code. No change of behavior has been...Peter Penz
2010-01-11Fixed issue in details view, that "sometimes" the rubberband selection only s...Peter Penz
2010-01-11BUG:222186Harsh Chouraria J
2010-01-11Don't offer the "Get Service Menu..." action as public action that can be add...Peter Penz
2010-01-11- When the filterbar has been activated as startup setting, still the view sh...Peter Penz
2010-01-07Fixed issue that the Information Panel might show the old filename after rena...Peter Penz
2010-01-07allow filtering for filenames having a +Peter Penz
2010-01-06SVN_SILENT: ah, forgot to remove temporary testing code...Peter Penz
2010-01-06Send the selectionChanged() signal without delay in case the selection has be...Peter Penz
2010-01-06If an operation has been completed (e. g. a rename operation), the default st...Peter Penz
2010-01-06It is possible that the selection of an inactive column gets changed (e. g. b...Peter Penz
2010-01-06RC1 gets prepared -> increase version numberPeter Penz
2010-01-06When changing the selection, the currently shown file item should be reset. T...Peter Penz
2010-01-06Fixed issue that Ctrl+A sometimes did not result in an update of the Informat...Peter Penz
2010-01-06Fixed issue that the "show folders first property" was not delegated to sub d...Peter Penz
2010-01-06use correct icon when opening new tabs with the middle clickPeter Penz
2010-01-06SVN_SILENT: removed commented codephin with the column view a wrong layout ha...Peter Penz
2010-01-06Fixed issue that when starting Dolphin with the column view a wrong layout ha...Peter Penz
2010-01-05- search by modification date of the file, not when the file has been tagged ...Peter Penz
2010-01-05- Details view and column view: Just use the height as indicator for the scro...Peter Penz
2010-01-05Prevent black borders when compositing has been disabled.Peter Penz
2010-01-05SVN_SILENT made messages (.desktop file)Script Kiddy
2010-01-04Revert r1070031Christoph Feck
2010-01-04msvc compile++Christian Ehrlicher