┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2008-11-30fixed issue that the text width gets very small when turning on previews in ↵Peter Penz
the columns arrangement BUG: 174801 svn path=/trunk/KDE/kdebase/apps/; revision=890925
2008-11-30krazy fixes:Urs Wolfer
* use Q_OBJECT macro * fix includes * use explicit constructor svn path=/trunk/KDE/kdebase/apps/; revision=890820
2008-11-24SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=888401
2008-11-23win32 link++Christian Ehrlicher
svn path=/trunk/KDE/kdebase/apps/; revision=888070
2008-11-23SVN_SILENT: doku fixPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=888008
2008-11-23Opening a tab with the middle mouse button should always be done with one ↵Peter Penz
click, even if double click has been activated. BUG: 162986 svn path=/trunk/KDE/kdebase/apps/; revision=888007
2008-11-23Fixes MS Windows related issue that when opening a context menu above an ↵Peter Penz
item, that the item itself gets triggered too when the single click is used. BUG: 168940 svn path=/trunk/KDE/kdebase/apps/; revision=887975
2008-11-23Activate the column when a drag enter event has been received. This assures ↵Peter Penz
a consistent behavior in comparison when working with split views. svn path=/trunk/KDE/kdebase/apps/; revision=887919
2008-11-22The opening/closing animation of subtrees flickers in combination with the ↵Peter Penz
sidebar when using the Oxygen style. As workaround the animation is turned off. svn path=/trunk/KDE/kdebase/apps/; revision=887781
2008-11-22We require Qt 4.4.0André Wöbbeking
svn path=/trunk/KDE/kdebase/apps/; revision=887688
2008-11-20assure that the meta information labels get not clipped vertically when ↵Peter Penz
using larger fonts BUG: 168505 svn path=/trunk/KDE/kdebase/apps/; revision=887030
2008-11-20fixed wrapping of the name label (QLabel only supports wrapping on words)Peter Penz
CCBUG: 168505 svn path=/trunk/KDE/kdebase/apps/; revision=886979
2008-11-20SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=886894
2008-11-19* fixed issue that the autoresizing of columns is applied when ↵Peter Penz
adding/removing columns * assure that QTreeView::resizeEvent() is called before applying the autoresizing for having an updated state BUG: 175603 svn path=/trunk/KDE/kdebase/apps/; revision=886690
2008-11-19Disable the "quick view" feature: I like the Previewer plasmoid, but I think ↵Peter Penz
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
2008-11-19assure that no expensive operations are done when the Information Panel has ↵Peter Penz
been opened at least once and closed again CCBUG: 151496 svn path=/trunk/KDE/kdebase/apps/; revision=886642