┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinviewcontainer.cpp
AgeCommit message (Expand)Author
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
2008-12-16Assure that the view gets focused when:Peter Penz
2008-12-12The nasty "100 ms" delay is not necessary anymore, doing a queued call works ...Peter Penz
2008-12-12If the users enters an URL that represents a file, open the file by the corre...Peter Penz
2008-12-12don't disable the "Create New" menu entry, when switching between columns of ...Peter Penz
2008-12-12SVN_SILENT: removed trailing spacesPeter Penz
2008-11-13* don't launch Konqueror when the protocol is invalidPeter Penz
2008-11-12Launch Konqueror if the user enters an unsupported protocolJordi Polo
2008-11-08* implement the DragAndDropHelper as singleton derived from QObject, so that ...Peter Penz
2008-10-24* Move code from DolphinDropController to DragAndDropHelper.Peter Penz
2008-10-24Assure that no reloading is done if KDirLister emits a redirection, only chan...Peter Penz
2008-10-07improvement to previous commit: check whether the URL can be listed by asking...Peter Penz
2008-10-07If an URL cannot be listed, just let the view and the panels show the last li...Peter Penz
2008-10-06allow to configure whether the zoom slider and/or the space information shoul...Peter Penz
2008-10-05Provide a zoom slider in the status bar. It is configurable whether the zoom ...Peter Penz
2008-10-05update the statusbar and provide a progress information within the Dolphin KP...Peter Penz
2008-10-01* adjusted Dolphin to use KonqOperations::doDrop() instead of using a custom ...Peter Penz
2008-09-02don't clear the filterbar when switching between tabsPeter Penz
2008-08-03Allow to configure in the startup configuration whether the URL Navigator sho...Peter Penz
2008-07-19Disable the menu 'File' -> 'Create New...' if no writing is supported.Peter Penz
2008-05-28Move the code for restoring the current item from DolphinViewContainer to Dol...Peter Penz
2008-05-20when going back in history apply the keyboard focus to the the previously sho...Peter Penz
2008-05-20remove unused methodPeter Penz
2008-05-07Fixed issue the the current view does not get the focus after opening Dolphin...Peter Penz
2008-03-25Use new key in .protocol files, archiveMimetype, to know which kioslave can h...David Faure
2008-03-05Make Konqueror and Dolphin use the new KFileItem::targetUrl() method.Norbert Frese
2008-02-18No longer use Obsolete Member for QWidget:Bill Egert
2008-02-15Fix flicker when resizing the central view area in Dolphin. Only applicable ...Robert Knight
2008-01-21forwardport 764429:David Faure
2008-01-21Make it configurable whether a browsing through archives should be done. The ...Peter Penz
2008-01-21Cleanup: let the DolphinView be aware about the used action collection. This ...Peter Penz
2008-01-02do a case insensitive filtering of filenamesPeter Penz
2007-12-16Only browse through zip and tar files if they are local (otherwise a cryptic ...Peter Penz
2007-12-16the signal urlsDropped is not available anymore in the DolphinViewPeter Penz
2007-12-15simplified code for assuring that Open Office files won't get browsed + added...Peter Penz
2007-12-14Fixed issue that when clicking on Open Office files that Dolphin handles the ...Peter Penz
2007-12-08Follow David's advice and use 'delete' instead of 'deleteLater()'. Disconnect...Peter Penz
2007-12-08don't forget to delete the proxy modelPeter Penz