Commit graph

1931 commits

Author SHA1 Message Date
Peter Penz a86985b0b4 The nasty "100 ms" delay is not necessary anymore, doing a queued call works perfectly to restore the contents position of a view.
CCMAIL: kdedevel@etotheipiplusone.com

svn path=/trunk/KDE/kdebase/apps/; revision=896237
2008-12-12 22:33:14 +00:00
Peter Penz 3b4e44d6da if "split view" is used as startup setting, also open new tabs in the split view mode
BUG: 176980

svn path=/trunk/KDE/kdebase/apps/; revision=896206
2008-12-12 20:30:23 +00:00
Peter Penz 37c5fc0813 If the users enters an URL that represents a file, open the file by the corresponding application instead of showing an error message.
BUG: 165877

svn path=/trunk/KDE/kdebase/apps/; revision=896189
2008-12-12 19:44:28 +00:00
Peter Penz 03407356ca don't disable the "Create New" menu entry, when switching between columns of the column view
BUG: 173153

svn path=/trunk/KDE/kdebase/apps/; revision=896156
2008-12-12 18:20:01 +00:00
Peter Penz 85aec92f81 SVN_SILENT: removed trailing spaces
svn path=/trunk/KDE/kdebase/apps/; revision=895978
2008-12-12 06:55:26 +00:00
Peter Penz abce76721d Exchange the order of the zoom slider and the capacity bar. Thanks to Frederik Schwarzer for the patch!
BUG: 177563

svn path=/trunk/KDE/kdebase/apps/; revision=895974
2008-12-12 06:39:23 +00:00
Peter Penz b60da9b67a as the detailsview and columnview can also have icon sizes up to 256 x 256 pixels, the steps when using the scrollwheel must be adjusted dynamically
svn path=/trunk/KDE/kdebase/apps/; revision=895825
2008-12-11 20:27:05 +00:00
Peter Penz aa5ffc8d89 Include page-up, page-down, home + end as keys that need autoscrolling. Thanks to Frank Reininghaus for the patch!
CCBUG: 165531

svn path=/trunk/KDE/kdebase/apps/; revision=895788
2008-12-11 19:24:49 +00:00
Script Kiddy a98a8127cc SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=895683
2008-12-11 13:05:27 +00:00
Peter Penz 4e82b35989 assure that the current index stays visible, when the user explicitly changed it by using the arrow keys
BUG: 165531

svn path=/trunk/KDE/kdebase/apps/; revision=895599
2008-12-11 07:15:59 +00:00
Peter Penz 148282e2d8 use a smaller step size when using the scroll wheel
BUG: 177238

svn path=/trunk/KDE/kdebase/apps/; revision=894987
2008-12-09 18:44:42 +00:00
Peter Penz 4e1c5471ef a rubberband selection is only possible when using the left mouse button
svn path=/trunk/KDE/kdebase/apps/; revision=894969
2008-12-09 17:49:09 +00:00
Rick Xing 2817e4a2ad Just EBN fixes
svn path=/trunk/KDE/kdebase/apps/; revision=894687
2008-12-09 06:59:31 +00:00
David Faure e58aadd3e5 Port to KDirModel::simplifiedUrlList
svn path=/trunk/KDE/kdebase/apps/; revision=894264
2008-12-08 11:20:08 +00:00
Peter Penz 4241557e7a stop the autoscrolling when receiving a drop event
svn path=/trunk/KDE/kdebase/apps/; revision=893896
2008-12-07 14:11:48 +00:00
Peter Penz a44f22a63d also implement autoscrolling for horizontally aligned views (e. g. icons view in the column mode)
svn path=/trunk/KDE/kdebase/apps/; revision=893894
2008-12-07 14:08:34 +00:00
Peter Penz 3c4c6319cf SVN_SILENT: remove unnecessary include
svn path=/trunk/KDE/kdebase/apps/; revision=893856
2008-12-07 13:40:13 +00:00
Peter Penz 35f762cf28 during drag operations no rubberband selection can be active
svn path=/trunk/KDE/kdebase/apps/; revision=893762
2008-12-07 12:53:36 +00:00
Peter Penz 53bdec9b58 Fixed serious usability issue: QAbstractItemView::setAutoScroll() is not 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-06 20:06:04 +00:00
Peter Penz d2e8f27200 SVN_SILENT: removed debugging output
svn path=/trunk/KDE/kdebase/apps/; revision=893545
2008-12-06 20:01:58 +00:00
Peter Penz 05cc6c2f4d show a "Copy Here" and "Link Here" action, when a file is dragged within the same folder
BUG: 164314

svn path=/trunk/KDE/kdebase/apps/; revision=893493
2008-12-06 17:47:35 +00:00
Script Kiddy 1fe9858983 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=893407
2008-12-06 15:26:49 +00:00
James Richard Tyrer a3e5c4c39e adding toolbar icon for Create Folder
svn path=/trunk/KDE/kdebase/apps/; revision=892989
2008-12-05 17:15:31 +00:00
Peter Penz 8bf42539f9 assure that the column gets resized when expanding directories
svn path=/trunk/KDE/kdebase/apps/; revision=892373
2008-12-04 09:49:59 +00:00
Peter Penz b91b63bc42 hide tooltips when the mousewheel is used
BUG: 176817

svn path=/trunk/KDE/kdebase/apps/; revision=892339
2008-12-04 06:42:41 +00:00
Script Kiddy 22adc717ea SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=892099
2008-12-03 14:37:06 +00:00
David Faure 18f34db9bd Add addIsCutSelection, and port as much code as possible to KDirModel::mimeData.
svn path=/trunk/KDE/kdebase/apps/; revision=891905
2008-12-03 09:19:16 +00:00
Peter Penz d5da272b00 SVN_SILENT: assure that the order of the methods match in the h + cpp file
svn path=/trunk/KDE/kdebase/apps/; revision=891866
2008-12-03 07:21:58 +00:00
Peter Penz add0f6db79 use KDirModel::mimeData() for cut/copy operations as suggested by David Faure
CCMAIL: faure@kde.org

svn path=/trunk/KDE/kdebase/apps/; revision=891865
2008-12-03 07:14:37 +00:00
Peter Penz fe06efe734 open the tab in the background when "Open in new tab" is selected with the context menu (-> consistent behavior with middle click)
svn path=/trunk/KDE/kdebase/apps/; revision=891716
2008-12-02 18:36:42 +00:00
David Faure 0577164fbd interop fix: don't give an empty mostLocalUrls list
svn path=/trunk/KDE/kdebase/apps/; revision=891613
2008-12-02 13:31:55 +00:00
Peter Penz da5f59b3bb * assure that the keyboard focus is in the view when switching between tabs
* 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-01 20:56:00 +00:00
Peter Penz eb6febc75f Fixed regression that triggering of items with the keyboard did not work 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-12-01 19:42:51 +00:00
Peter Penz a3624874d9 revert last patch: KFileItem::getTooltipText() has been patched to provide already a correct font color
svn path=/trunk/KDE/kdebase/apps/; revision=890972
2008-11-30 18:47:51 +00:00
Peter Penz 971d65338f use the defined tooltip text color
BUG: 170753

svn path=/trunk/KDE/kdebase/apps/; revision=890967
2008-11-30 18:23:05 +00:00
Peter Penz 8dc7983f8a fixed issue that the text width gets very small when turning on previews in the columns arrangement
BUG: 174801

svn path=/trunk/KDE/kdebase/apps/; revision=890925
2008-11-30 17:13:16 +00:00
Urs Wolfer 3866dec5c5 krazy fixes:
* use Q_OBJECT macro
* fix includes
* use explicit constructor

svn path=/trunk/KDE/kdebase/apps/; revision=890820
2008-11-30 12:42:17 +00:00
Script Kiddy 3d3581057c SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=888401
2008-11-24 12:48:17 +00:00
Christian Ehrlicher ae45bc9e18 win32 link++
svn path=/trunk/KDE/kdebase/apps/; revision=888070
2008-11-23 17:36:48 +00:00
Peter Penz 8af3cf7a0c SVN_SILENT: doku fix
svn path=/trunk/KDE/kdebase/apps/; revision=888008
2008-11-23 12:31:29 +00:00
Peter Penz dcbf1a1178 Opening a tab with the middle mouse button should always be done with one click, even if double click has been activated.
BUG: 162986

svn path=/trunk/KDE/kdebase/apps/; revision=888007
2008-11-23 12:28:10 +00:00
Peter Penz d5c0a60505 Fixes MS Windows related issue that when opening a context menu above an 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-23 11:54:24 +00:00
Peter Penz 98d3d74790 Activate the column when a drag enter event has been received. This assures a consistent behavior in comparison when working with split views.
svn path=/trunk/KDE/kdebase/apps/; revision=887919
2008-11-23 11:32:25 +00:00
Peter Penz 55ec5ac2ad The opening/closing animation of subtrees flickers in combination with the sidebar when using the Oxygen style. As workaround the animation is turned off.
svn path=/trunk/KDE/kdebase/apps/; revision=887781
2008-11-22 21:07:20 +00:00
André Wöbbeking 02ea8b08a4 We require Qt 4.4.0
svn path=/trunk/KDE/kdebase/apps/; revision=887688
2008-11-22 15:21:15 +00:00
Peter Penz 2b187ed1ab assure that the meta information labels get not clipped vertically when using larger fonts
BUG: 168505

svn path=/trunk/KDE/kdebase/apps/; revision=887030
2008-11-20 21:50:17 +00:00
Peter Penz ab9fed9618 fixed wrapping of the name label (QLabel only supports wrapping on words)
CCBUG: 168505

svn path=/trunk/KDE/kdebase/apps/; revision=886979
2008-11-20 19:57:56 +00:00
Script Kiddy b4bb979702 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=886894
2008-11-20 13:51:52 +00:00
Peter Penz e54e382a89 * fixed issue that the autoresizing of columns is applied when 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-19 20:52:30 +00:00
Peter Penz f542da84a2 Disable the "quick view" feature: I like the Previewer plasmoid, but I think 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-19 20:09:51 +00:00