| Age | Commit message (Collapse) | Author |
|
view mode
BUG: 176980
svn path=/trunk/KDE/kdebase/apps/; revision=896206
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=895978
|
|
context menu (-> consistent behavior with middle click)
svn path=/trunk/KDE/kdebase/apps/; revision=891716
|
|
* assure that the URL navigator gets the focus when it is editable and a new tab is opened by File -> New Tab
BUG: 174594
svn path=/trunk/KDE/kdebase/apps/; revision=891367
|
|
after a few months of trying to use it there is no need for having a separate menu entry (shortcut: CTRL+Return) in Dolphin: Doing a drag & drop operation to the previewer plasmoid is faster than selecting a file and pressing CTRL+Return (or selecting the menu entry). Using "Space" as shortcut conflicts with the Terminal and is still slower than simply just opening the file...
The i18n() string is still part of the code, so that it could be reactivated during the 4.2 cycle.
svn path=/trunk/KDE/kdebase/apps/; revision=886672
|
|
BUG: 169880
svn path=/trunk/KDE/kdebase/apps/; revision=884373
|
|
dragging is done
* show an error message if a folder is dropped on to itself
svn path=/trunk/KDE/kdebase/apps/; revision=883836
|
|
emitting of signals is possible
* show an information message in the statusbar, if items are dragged into the same directory
TODO: although the signal seems to get connected correctly, the slot DolphinMainWindow::showInformationMessage() is not invoked when the signal is emitted -> will debug this later, it is important that the new string is added before the message freeze
svn path=/trunk/KDE/kdebase/apps/; revision=881627
|
|
New Window" and "Open in New Tab" to the context menu.
Thanks to Mathias Soeken for the patch!
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=875711
|
|
* renamed "Edit Location" to "Replace Location"
svn path=/trunk/KDE/kdebase/apps/; revision=875699
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=875696
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=875689
|
|
* Move code which checks whether the dragging of a MIME type is supported to DragAndDropHelper. This allows adding an improved support for dropping compressed files from Ark to Dolphin later...
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=875611
|
|
setup (thanks to Frank Reininghaus for the patch!). This prevents that slots from the docks are called with invalid URLs.
BUG: 169103
CCMAIL: [email protected]>
svn path=/trunk/KDE/kdebase/apps/; revision=871525
|
|
asking the protocol manager (thanks to David Faure for the hint)
svn path=/trunk/KDE/kdebase/apps/; revision=869022
|
|
listable URL. This prevents having an empty view and empty panels when typing a wrong URL.
BUG: 170695
svn path=/trunk/KDE/kdebase/apps/; revision=868984
|
|
active tab
svn path=/trunk/KDE/kdebase/apps/; revision=868952
|
|
should be shown in the statusbar
svn path=/trunk/KDE/kdebase/apps/; revision=868596
|
|
implementation
* used new signals jobRecordingStarted() and jobRecordingFinished from FileUndoManager to inform the user in the statusbar when a recorded command has been finished
svn path=/trunk/KDE/kdebase/apps/; revision=866777
|
|
But the one in dolphinviewcontainer (connecting to the kurlnavigator slot urlsDropped) still fails,
since it has no QDropEvent. Not sure what's the plan there.
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=866046
|
|
minor issues are open (Dolphin currently gets no feedback anymore when the operations have been finished), but they will be solved during the next week.
BUG: 168154
svn path=/trunk/KDE/kdebase/apps/; revision=865708
|
|
(workaround for bug #171080). Patch has been provided by Laurens Vanhove.
svn path=/trunk/KDE/kdebase/apps/; revision=863909
|
|
Terminal Panel
svn path=/trunk/KDE/kdebase/apps/; revision=857151
|
|
wonder why call to setAutoSaveSettings when using Save flag, and why createGUI when using Create flag, is what setupGUI
internally is doing indeed. So nah, going back and removing those unnecessary calls. Now user preferences on toolbar places and sizes of icons are obeyed.
CCMAIL: [email protected]
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=853002
|
|
if you set that flag (which needs to be done
before createGUI, it will go to setAutoSaveSettings from KMainWindow, which will apply the personal preferences of
toolbars etc... of a NON EXISTANT GUI !. So take out this parameter from here... since we are calling anyway
setAutoSaveSettings couple lines after. I wonder if we should encourage people to not use Save flag, or we should fix
this into XMLGUI.
CCMAIL: [email protected]
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=852998
|
|
(when the corresponding option is checked in the startupsettingsview) at application start-up.
svn path=/trunk/KDE/kdebase/apps/; revision=846896
|
|
Dmitry Khlystov for the patch!
BUG: 164312
svn path=/trunk/KDE/kdebase/apps/; revision=846009
|
|
BUG: 168904
svn path=/trunk/KDE/kdebase/apps/; revision=845995
|
|
Fixes the issue: open three tabs. Select the second one and close it. Now right tab is active, but content for left tab is shown.
Will backport to 4.1.
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=839877
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=838119
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=838112
|
|
TODO 1: use the D-Bus interface directly instead of using KRun::runCommand() as workaround.
TODO 2: a new icon would be necessary
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=838039
|
|
inactive view instead of the active view
BUG: 167209
svn path=/trunk/KDE/kdebase/apps/; revision=836643
|
|
DolphinViewActionHandler.
svn path=/trunk/KDE/kdebase/apps/; revision=831148
|
|
DolphinViewActionHandler, so that is used in DolphinPart and hence also in Konqueror. Thanks to Bram for the patch!
CCMAIL: [email protected]
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=826383
|
|
current folder as source. TODO: the code in DolphinPart::slotProperties() and DolphinMainWindow::properties() is quite similar -> move to DolphinViewActionHandler?
CCMAIL: [email protected]
BUG: 165311
svn path=/trunk/KDE/kdebase/apps/; revision=825846
|
|
Konqueror
BUG: 165309
svn path=/trunk/KDE/kdebase/apps/; revision=825833
|
|
Scherf). As Albert Astals Cid pointed out it might be nicer to use a menu plugin instead of hardcoding "kompare" (> KDE 4.1).
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=825587
|
|
Dolphin KPart now also is aware about the disabled paste action.
@David: Konqueror hides the paste action in the context menu now, but still the action in the edit menu stays enabled
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=819116
|
|
BUG: 161639
svn path=/trunk/KDE/kdebase/apps/; revision=818445
|
|
enable a hidden action with Key_Del as shortcut, so that the user can press Del to delete the file.
BUG: 76016
svn path=/trunk/KDE/kdebase/apps/; revision=817389
|
|
Also, move FileItemCapabilities from dolphin to KonqFileItemCapabilities at dfaure's request (making it implicitly shared along the way).
BUGS:161594
svn path=/trunk/KDE/kdebase/apps/; revision=815584
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=815420
|
|
capabilites supportsMoving().
CCBUGS: 161594
Still need to fix Send to trash Context Option in Konqueror
svn path=/trunk/KDE/kdebase/apps/; revision=815362
|
|
protocol instead. This fixes the issue that for "trash://" no text is shown in the tab.
svn path=/trunk/KDE/kdebase/apps/; revision=813844
|
|
is to close other tabs.
svn path=/trunk/KDE/kdebase/apps/; revision=809235
|
|
a new tab.
TODO: cleanup some obsolete signals/structure inside SidebarPage and TreeviewSidebarPage.
svn path=/trunk/KDE/kdebase/apps/; revision=806635
|
|
open the URL inside a new tab.
svn path=/trunk/KDE/kdebase/apps/; revision=806606
|
|
available in dolphinpart (konqueror) too.
Bug reported by kde-bug-hunter "lemma".
svn path=/trunk/KDE/kdebase/apps/; revision=804037
|
|
the focus instead of the first view.
BUG: 161365
svn path=/trunk/KDE/kdebase/apps/; revision=803984
|