┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-10-18Provide icon for LocallyModifiedUnstaged versions of a filePeter Penz
2010-10-15It is a valid use-case that m_itemView is 0.Peter Penz
2010-10-15Enable dropping of raw data, like one could do in KDE3. It's actually working...David Faure
2010-10-13The &-shortcut from another action is not set until the action has been shown...Peter Penz
2010-10-10Update the statusbar also during loading the items, not only after the loadin...Peter Penz
2010-10-10compile in debug mode (asserts enabled)Andreas Hartmetz
2010-10-10Automatically start the searching if the user did not change the search-text ...Peter Penz
2010-10-10SVN_SILENT: documentation fixesPeter Penz
2010-10-10Internal cleanup: Remove some public toggle-slots from DolphinView. Setters- ...Peter Penz
2010-10-10Internal cleanup: Remove public method selectedUrls() from DolphinView to kee...Peter Penz
2010-10-09* Increase the column-width automatically in case where the name of the file ...Peter Penz
2010-10-09After disconnecting and reconnecting to the selectionChangedSignal() it must ...Peter Penz
2010-10-09Move the "Add to Places" action upwards when used on the viewport to stay con...Peter Penz
2010-10-09Allow the user to resize the columns.Peter Penz
2010-10-09Indicate the shown directory of a column by QStyle::PE_FrameFocusRect instead...Peter Penz
2010-10-09Use DolphinTreeView as implementation for the columns instead of QListView. T...Peter Penz
2010-10-09It is a valid usecase that the model can be 0 when destructing a view.Peter Penz
2010-10-09Move the generic hover- and selection-adjustments from DolphinsDetailsView in...Peter Penz
2010-10-08Add the "Find" action per default to the toolbar.Peter Penz
2010-10-08Allow to use wildcards when searching filenames or simple text files with the...Peter Penz
2010-10-08- Don't show the name of the file in the "Path" columnPeter Penz
2010-10-08Move the changing of the cursor-shape from the extensions-factory and the sel...Peter Penz
2010-10-08Fix issue in column-view, that the icon size has been increased when several ...Peter Penz
2010-10-07Use the actions "new_tab" and "new_window" for the viewport-contextmenu inste...Peter Penz
2010-10-07Reset the file-item when the viewport is entered and files are selected. Othe...Peter Penz
2010-10-07Internal cleanups to assure that the asynchronous request for the folder-info...Peter Penz
2010-10-07Internal cleanup for panels: Let the panel-implementations decide whether the...Peter Penz
2010-10-07Ignore search-results in the treeview, as showing equal directory names witho...Peter Penz
2010-10-07Hide the text of the go-back, go-forward and view-mode actions per default wh...Peter Penz
2010-10-06Implement the actions "Open in New Window" and "Open in New Tab" for the case...Peter Penz
2010-10-06Restore the cursor if the URL has been changed. This assures that the pointin...Peter Penz
2010-10-06Apply the cursor asynchronously. This fixes the issue that a pointing-hand cu...Peter Penz
2010-10-06Use a pointing-hand cursor when hovering items as discussed on http://lists.k...Peter Penz
2010-10-05Prevent that icons overlap in Details View when zooming.Frank Reininghaus
2010-10-05SVN_SILENT: Remove commented (and obsolete) codePeter Penz
2010-10-05Fix minor regression resulted by the previous commit: The m_newName-member ma...Peter Penz
2010-10-05- Integrate the patch from Matthias Fuchs from http://reviewboard.kde.org/r/5...Peter Penz
2010-10-05Use "Open Path" instead of "Open Parent Folder", as the headline in the searc...Peter Penz
2010-10-04Make executable the Type=Application .desktop files we install,David Faure
2010-09-28Fix issue that no content is shown in the Information Panel on startupPeter Penz
2010-09-28Fix issue that tooltip-labels might get clipped (this regression has been int...Peter Penz
2010-09-25Use KStringHandler::preProcessWrap() when calculating the width of aFrank Reininghaus
2010-09-22Fix icon-name for the filenamesearch protocol. This fixes the issue that an u...Peter Penz
2010-09-22If the context-menu is opened for a file shown as search result, offer the ac...Peter Penz
2010-09-22Unbelievable: I simply forgot to implement the Stop-action in Dolphin since K...Peter Penz
2010-09-22Add a small invisible margin to the selection toggle in case the item-height ...Peter Penz
2010-09-22If 'remember view-properties' is selected, store the .directory files only if...Peter Penz
2010-09-22Fix issue, that the details-view has no size and date column in the following...Peter Penz
2010-09-21- Use less separatorsPeter Penz
2010-09-21- DolphinViewContainer::url() returns an instance, not a referencePeter Penz