┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinviewcontainer.cpp
AgeCommit message (Expand)Author
2010-12-15Keeping DolphinDirLister and DolphinModel as DolphinViewContainers members is...Peter Penz
2010-12-15Fix issue that the enabled state of the "Create New..." menu is not updated c...Peter Penz
2010-12-10Show an undetermined progress indication within one second after changing an ...Peter Penz
2010-12-10Show an undetermined progress indication within one second after changing an ...Peter Penz
2010-11-20removed: include of unused headerFriedrich W. H. Kossebau
2010-11-20Allow to cancel the loading of search results.Peter Penz
2010-11-07Make the filter-behavior similar to applications like Kate, where activating ...Peter Penz
2010-11-05Rename the setter showFilterBar() to setFilterBarVisible().Peter Penz
2010-11-05If the user has changed the startup settings, they should also get applied to...Peter Penz
2010-11-01Assure that always the search-box is shown instead of the URL-navigator if a ...Peter Penz
2010-10-27- Automatically show the filter-panel when a searching is donePeter Penz
2010-10-10Update the statusbar also during loading the items, not only after the loadin...Peter Penz
2010-10-10Automatically start the searching if the user did not change the search-text ...Peter Penz
2010-09-17KDirModel takes ownership of the directory lister, so don't delete the direct...Peter Penz
2010-08-17Fix triggering of an assertion, if a new tab is opened. Thanks to Frank Reini...Peter Penz
2010-07-24Sourcecode hierarchy cleanup: Move further files from src to src/viewsPeter Penz
2010-07-24Sourcecode hierarchy cleanup: Create folder "views" and move view related sou...Peter Penz
2010-07-24Unify the search interface for non-indexed and indexed foldersPeter Penz
2010-07-22Properly KIO::stat instead of simply using the KFileItem constructor whenSebastian Trueg
2010-07-08Forward port of SVN commit 1147596: Skip redirection URLs when going back or ...Peter Penz
2010-06-12SVN_SILENT: Remove unnecessary includePeter Penz
2010-03-30Split the class DolphinController into the two classes DolphinViewController ...Peter Penz
2010-03-09Port patch 1098976 for Konqueror by David Faure to Dolphin: When the user cli...Peter Penz
2010-01-26Reorganise some code in DolphinView and DolphinViewContainer. ThisFrank Reininghaus
2010-01-26* Assure that the URL navigator is synchronized with the active column.Peter Penz
2010-01-25* Adjust code to use the improved KUrlNavigator API.Peter Penz
2010-01-06If an operation has been completed (e. g. a rename operation), the default st...Peter Penz
2009-11-19Provide clickable resources for the Information Panel. Thanks to Sebastian Tr...Peter Penz
2009-11-14When navigating back/forward in the DolphinPart inside Konqueror, rememberFrank Reininghaus
2009-11-13Implemented initialization of value-widgets. This allows e.g. to apply dates ...Peter Penz
2009-11-13search finetuning:Peter Penz
2009-11-12Show a progress information when doing a Nepomuk search. As "sideeffect" some...Peter Penz
2009-08-28I wanted to this for KDE 4.1 already, but well...Peter Penz
2009-08-01move statusbar code into the directory "statusbar"Peter Penz
2009-07-29Allow the revision control plugins to indicate information-, error- and opera...Peter Penz
2009-07-11Update the statusbar synchronously when the directory lister has been complet...Peter Penz
2009-07-11Fixed performance issues related to selections and deleting of files:Peter Penz
2009-06-27Swap two lines in DolphinViewContainer::setUrl. Up to now, the "ifFrank Reininghaus
2009-06-08Mark the last visitied directory as active when going back in history.Peter Penz
2009-04-15remove the '!' prefix, which is used for a literal commandPeter Penz
2009-04-01KonqFileItemCapabilities -> KFileItemListPropertiesDavid Faure
2009-03-02Fixed a security bug in dolphin when handling malformed http urls.Jose Carlos Norte
2009-02-20Remember the used URL completion mode of the URL navigator. Thanks to Frank R...Peter Penz
2009-02-16Applied patches to filterbar as discussed on review request 91 and 93.Sascha Peilicke
2009-02-11- allow the view implementations to attach custom actions to the context menuPeter Penz
2009-02-10Fixed issue that the 'Create New' menu might be disabled although creating of...Peter Penz
2009-01-14Group classes into folders, Dolphin is too big in the meantime for having a f...Peter Penz
2008-12-19minor improvement to last commit: only request the focus if we have a listabl...Peter Penz
2008-12-19Don't request the focus for the view because of a completed directory lister,...Peter Penz
2008-12-17turn off the filter when closing the filterbar by CTRL+IPeter Penz