┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-12-21When common view properties are used for all folders, the internal ↵Peter Penz
properties should not be changed during the lifetime of a DolphinView instance. This allows to e. g. split a view and work with different view modes on each view. BUG: 174102 svn path=/trunk/KDE/kdebase/apps/; revision=899571
2008-12-20SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=899357
2008-12-20Assure that the items within the "Others" group are sorted too, when sorting ↵Peter Penz
by name and using categorization. @Rafael: Could you please have a look whether this patch is OK? It fixes bug 173027 but it is unclear for me why the deleted lines had been added at all. Thanks :-) CCMAIL: [email protected] BUG: 173027 svn path=/trunk/KDE/kdebase/apps/; revision=899245
2008-12-19minor improvement to last commit: only request the focus if we have a ↵Peter Penz
listable protocol; otherwise leave the focus where it was (e. g. so that the user can enter another URL) svn path=/trunk/KDE/kdebase/apps/; revision=898822
2008-12-19Don't request the focus for the view because of a completed directory ↵Peter Penz
lister, instead directly request it when we know that the user has entered a new URL. This prevents that the focus gets stolen from the Terminal when somebody types "touch foo". BUG: 178070 svn path=/trunk/KDE/kdebase/apps/; revision=898819
2008-12-17turn off the filter when closing the filterbar by CTRL+IPeter Penz
BUG: 177948 svn path=/trunk/KDE/kdebase/apps/; revision=897988
2008-12-16assure that a column of the column view acts as focus proxy when being activePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=897744
2008-12-16Assure that the view gets focused when:Peter Penz
* Enter or Ctrl+Enter is pressed in the URL navigator * when the filter bar gets closed BUG: 158232 svn path=/trunk/KDE/kdebase/apps/; revision=897739
2008-12-15Ctrl+F when in trash:/ (or any other remote protocol) said "malformed url" ↵David Faure
because KRun tried to download to a temp file via kioexec. %u tells it not to do that. Alternatively we could look up kfind.desktop and use KRun::run(KService). svn path=/trunk/KDE/kdebase/apps/; revision=897114
2008-12-14* Don't ignore the maximum file size for previews in the information panel. ↵Peter Penz
Corresponding to bug 177740 creating a thumbnail for a 200 MB PNG consumes 700 MB temporary memory... * Remember the created thumbnail for later reuse. BUG: 177740 svn path=/trunk/KDE/kdebase/apps/; revision=896725
2008-12-13When dropping an Amarok file into Dolphin, mimeData->hasUrls() returns true ↵Peter Penz
although the number of URLs is 0. I'll have to do further investigations to fix this in a clean way, but in the meantime this patch prevents opening an error dialog box. CCBUG: 176580 svn path=/trunk/KDE/kdebase/apps/; revision=896517
2008-12-13only jump automatically to the current index, if the autoscrolling is not activePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=896481
2008-12-13provide separate scroll increments for the horizontal and vertical scrollingPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=896466
2008-12-13Especially when using the details view in combination with the split ↵Peter Penz
functionality, the size of the name column can get too small. Do an optimized resizing in this case (at least for up to 200 items, otherwise the performance penalty is too big). svn path=/trunk/KDE/kdebase/apps/; revision=896446
2008-12-13Handling the key events for autoscrolling in DolphinViewAutoscroller does ↵Peter Penz
not work good enough (e. g. when letters are pressed, the current index might change too). Revert to Frank Reininhaus' original patch to fix this issue :-) CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=896362
2008-12-12The nasty "100 ms" delay is not necessary anymore, doing a queued call works ↵Peter Penz
perfectly to restore the contents position of a view. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=896237
2008-12-12if "split view" is used as startup setting, also open new tabs in the split ↵Peter Penz
view mode BUG: 176980 svn path=/trunk/KDE/kdebase/apps/; revision=896206
2008-12-12If the users enters an URL that represents a file, open the file by the ↵Peter Penz
corresponding application instead of showing an error message. BUG: 165877 svn path=/trunk/KDE/kdebase/apps/; revision=896189
2008-12-12don't disable the "Create New" menu entry, when switching between columns of ↵Peter Penz
the column view BUG: 173153 svn path=/trunk/KDE/kdebase/apps/; revision=896156
2008-12-12SVN_SILENT: removed trailing spacesPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=895978
2008-12-12Exchange the order of the zoom slider and the capacity bar. Thanks to ↵Peter Penz
Frederik Schwarzer for the patch! BUG: 177563 svn path=/trunk/KDE/kdebase/apps/; revision=895974
2008-12-11as the detailsview and columnview can also have icon sizes up to 256 x 256 ↵Peter Penz
pixels, the steps when using the scrollwheel must be adjusted dynamically svn path=/trunk/KDE/kdebase/apps/; revision=895825
2008-12-11Include page-up, page-down, home + end as keys that need autoscrolling. ↵Peter Penz
Thanks to Frank Reininghaus for the patch! CCBUG: 165531 svn path=/trunk/KDE/kdebase/apps/; revision=895788
2008-12-11SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=895683
2008-12-11assure that the current index stays visible, when the user explicitly ↵Peter Penz
changed it by using the arrow keys BUG: 165531 svn path=/trunk/KDE/kdebase/apps/; revision=895599
2008-12-09use a smaller step size when using the scroll wheelPeter Penz
BUG: 177238 svn path=/trunk/KDE/kdebase/apps/; revision=894987
2008-12-09a rubberband selection is only possible when using the left mouse buttonPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=894969
2008-12-09Just EBN fixesRick Xing
svn path=/trunk/KDE/kdebase/apps/; revision=894687
2008-12-08Port to KDirModel::simplifiedUrlListDavid Faure
svn path=/trunk/KDE/kdebase/apps/; revision=894264
2008-12-07stop the autoscrolling when receiving a drop eventPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=893896
2008-12-07also implement autoscrolling for horizontally aligned views (e. g. icons ↵Peter Penz
view in the column mode) svn path=/trunk/KDE/kdebase/apps/; revision=893894
2008-12-07SVN_SILENT: remove unnecessary includePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=893856
2008-12-07during drag operations no rubberband selection can be activePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=893762
2008-12-06Fixed serious usability issue: QAbstractItemView::setAutoScroll() is not ↵Peter Penz
usable when trying to select items outside the visible view area (reported to Qt Software with bug ID #214542) -> implemented custom auto scrolling algorithm. BUG: 165531 svn path=/trunk/KDE/kdebase/apps/; revision=893546
2008-12-06SVN_SILENT: removed debugging outputPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=893545
2008-12-06show a "Copy Here" and "Link Here" action, when a file is dragged within the ↵Peter Penz
same folder BUG: 164314 svn path=/trunk/KDE/kdebase/apps/; revision=893493
2008-12-06SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=893407
2008-12-05adding toolbar icon for Create FolderJames Richard Tyrer
svn path=/trunk/KDE/kdebase/apps/; revision=892989
2008-12-04assure that the column gets resized when expanding directoriesPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=892373
2008-12-04hide tooltips when the mousewheel is usedPeter Penz
BUG: 176817 svn path=/trunk/KDE/kdebase/apps/; revision=892339
2008-12-03SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=892099
2008-12-03Add addIsCutSelection, and port as much code as possible to KDirModel::mimeData.David Faure
svn path=/trunk/KDE/kdebase/apps/; revision=891905
2008-12-03SVN_SILENT: assure that the order of the methods match in the h + cpp filePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=891866
2008-12-03use KDirModel::mimeData() for cut/copy operations as suggested by David FaurePeter Penz
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=891865
2008-12-02open the tab in the background when "Open in new tab" is selected with the ↵Peter Penz
context menu (-> consistent behavior with middle click) svn path=/trunk/KDE/kdebase/apps/; revision=891716
2008-12-02interop fix: don't give an empty mostLocalUrls listDavid Faure
svn path=/trunk/KDE/kdebase/apps/; revision=891613
2008-12-01* assure that the keyboard focus is in the view when switching between tabsPeter Penz
* 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
2008-12-01Fixed regression that triggering of items with the keyboard did not work ↵Peter Penz
anymore. This regression has been introduced because of checking the mouse buttons in DolphinController::triggerItem()... CCBUG: 176621 svn path=/trunk/KDE/kdebase/apps/; revision=891341
2008-11-30revert last patch: KFileItem::getTooltipText() has been patched to provide ↵Peter Penz
already a correct font color svn path=/trunk/KDE/kdebase/apps/; revision=890972
2008-11-30use the defined tooltip text colorPeter Penz
BUG: 170753 svn path=/trunk/KDE/kdebase/apps/; revision=890967