]> cloud.milkyroute.net Git - dolphin.git/log
dolphin.git
17 years agoalso implement autoscrolling for horizontally aligned views (e. g. icons view in...
Peter Penz [Sun, 7 Dec 2008 14:08:34 +0000 (14:08 +0000)]
also implement autoscrolling for horizontally aligned views (e. g. icons view in the column mode)

svn path=/trunk/KDE/kdebase/apps/; revision=893894

17 years agoSVN_SILENT: remove unnecessary include
Peter Penz [Sun, 7 Dec 2008 13:40:13 +0000 (13:40 +0000)]
SVN_SILENT: remove unnecessary include

svn path=/trunk/KDE/kdebase/apps/; revision=893856

17 years agoduring drag operations no rubberband selection can be active
Peter Penz [Sun, 7 Dec 2008 12:53:36 +0000 (12:53 +0000)]
during drag operations no rubberband selection can be active

svn path=/trunk/KDE/kdebase/apps/; revision=893762

17 years agoFixed serious usability issue: QAbstractItemView::setAutoScroll() is not usable when...
Peter Penz [Sat, 6 Dec 2008 20:06:04 +0000 (20:06 +0000)]
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

17 years agoSVN_SILENT: removed debugging output
Peter Penz [Sat, 6 Dec 2008 20:01:58 +0000 (20:01 +0000)]
SVN_SILENT: removed debugging output

svn path=/trunk/KDE/kdebase/apps/; revision=893545

17 years agoshow a "Copy Here" and "Link Here" action, when a file is dragged within the same...
Peter Penz [Sat, 6 Dec 2008 17:47:35 +0000 (17:47 +0000)]
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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Sat, 6 Dec 2008 15:26:49 +0000 (15:26 +0000)]
SVN_SILENT made messages (.desktop file)

svn path=/trunk/KDE/kdebase/apps/; revision=893407

17 years agoadding toolbar icon for Create Folder
James Richard Tyrer [Fri, 5 Dec 2008 17:15:31 +0000 (17:15 +0000)]
adding toolbar icon for Create Folder

svn path=/trunk/KDE/kdebase/apps/; revision=892989

17 years agoassure that the column gets resized when expanding directories
Peter Penz [Thu, 4 Dec 2008 09:49:59 +0000 (09:49 +0000)]
assure that the column gets resized when expanding directories

svn path=/trunk/KDE/kdebase/apps/; revision=892373

17 years agohide tooltips when the mousewheel is used
Peter Penz [Thu, 4 Dec 2008 06:42:41 +0000 (06:42 +0000)]
hide tooltips when the mousewheel is used

BUG: 176817

svn path=/trunk/KDE/kdebase/apps/; revision=892339

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Wed, 3 Dec 2008 14:37:06 +0000 (14:37 +0000)]
SVN_SILENT made messages (.desktop file)

svn path=/trunk/KDE/kdebase/apps/; revision=892099

17 years agoAdd addIsCutSelection, and port as much code as possible to KDirModel::mimeData.
David Faure [Wed, 3 Dec 2008 09:19:16 +0000 (09:19 +0000)]
Add addIsCutSelection, and port as much code as possible to KDirModel::mimeData.

svn path=/trunk/KDE/kdebase/apps/; revision=891905

17 years agoSVN_SILENT: assure that the order of the methods match in the h + cpp file
Peter Penz [Wed, 3 Dec 2008 07:21:58 +0000 (07:21 +0000)]
SVN_SILENT: assure that the order of the methods match in the h + cpp file

svn path=/trunk/KDE/kdebase/apps/; revision=891866

17 years agouse KDirModel::mimeData() for cut/copy operations as suggested by David Faure
Peter Penz [Wed, 3 Dec 2008 07:14:37 +0000 (07:14 +0000)]
use KDirModel::mimeData() for cut/copy operations as suggested by David Faure

CCMAIL: faure@kde.org

svn path=/trunk/KDE/kdebase/apps/; revision=891865

17 years agoopen the tab in the background when "Open in new tab" is selected with the context...
Peter Penz [Tue, 2 Dec 2008 18:36:42 +0000 (18:36 +0000)]
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

17 years agointerop fix: don't give an empty mostLocalUrls list
David Faure [Tue, 2 Dec 2008 13:31:55 +0000 (13:31 +0000)]
interop fix: don't give an empty mostLocalUrls list

svn path=/trunk/KDE/kdebase/apps/; revision=891613

17 years ago* assure that the keyboard focus is in the view when switching between tabs
Peter Penz [Mon, 1 Dec 2008 20:56:00 +0000 (20:56 +0000)]
* 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

17 years agoFixed regression that triggering of items with the keyboard did not work anymore...
Peter Penz [Mon, 1 Dec 2008 19:42:51 +0000 (19:42 +0000)]
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

17 years agorevert last patch: KFileItem::getTooltipText() has been patched to provide already...
Peter Penz [Sun, 30 Nov 2008 18:47:51 +0000 (18:47 +0000)]
revert last patch: KFileItem::getTooltipText() has been patched to provide already a correct font color

svn path=/trunk/KDE/kdebase/apps/; revision=890972

17 years agouse the defined tooltip text color
Peter Penz [Sun, 30 Nov 2008 18:23:05 +0000 (18:23 +0000)]
use the defined tooltip text color

BUG: 170753

svn path=/trunk/KDE/kdebase/apps/; revision=890967

17 years agofixed issue that the text width gets very small when turning on previews in the colum...
Peter Penz [Sun, 30 Nov 2008 17:13:16 +0000 (17:13 +0000)]
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

17 years agokrazy fixes:
Urs Wolfer [Sun, 30 Nov 2008 12:42:17 +0000 (12:42 +0000)]
krazy fixes:
* use Q_OBJECT macro
* fix includes
* use explicit constructor

svn path=/trunk/KDE/kdebase/apps/; revision=890820

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Mon, 24 Nov 2008 12:48:17 +0000 (12:48 +0000)]
SVN_SILENT made messages (.desktop file)

svn path=/trunk/KDE/kdebase/apps/; revision=888401

17 years agowin32 link++
Christian Ehrlicher [Sun, 23 Nov 2008 17:36:48 +0000 (17:36 +0000)]
win32 link++

svn path=/trunk/KDE/kdebase/apps/; revision=888070

17 years agoSVN_SILENT: doku fix
Peter Penz [Sun, 23 Nov 2008 12:31:29 +0000 (12:31 +0000)]
SVN_SILENT: doku fix

svn path=/trunk/KDE/kdebase/apps/; revision=888008

17 years agoOpening a tab with the middle mouse button should always be done with one click,...
Peter Penz [Sun, 23 Nov 2008 12:28:10 +0000 (12:28 +0000)]
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

17 years agoFixes MS Windows related issue that when opening a context menu above an item, that...
Peter Penz [Sun, 23 Nov 2008 11:54:24 +0000 (11:54 +0000)]
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

17 years agoActivate the column when a drag enter event has been received. This assures a consist...
Peter Penz [Sun, 23 Nov 2008 11:32:25 +0000 (11:32 +0000)]
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

17 years agoThe opening/closing animation of subtrees flickers in combination with the sidebar...
Peter Penz [Sat, 22 Nov 2008 21:07:20 +0000 (21:07 +0000)]
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

17 years agoWe require Qt 4.4.0
André Wöbbeking [Sat, 22 Nov 2008 15:21:15 +0000 (15:21 +0000)]
We require Qt 4.4.0

svn path=/trunk/KDE/kdebase/apps/; revision=887688

17 years agoassure that the meta information labels get not clipped vertically when using larger...
Peter Penz [Thu, 20 Nov 2008 21:50:17 +0000 (21:50 +0000)]
assure that the meta information labels get not clipped vertically when using larger fonts

BUG: 168505

svn path=/trunk/KDE/kdebase/apps/; revision=887030

17 years agofixed wrapping of the name label (QLabel only supports wrapping on words)
Peter Penz [Thu, 20 Nov 2008 19:57:56 +0000 (19:57 +0000)]
fixed wrapping of the name label (QLabel only supports wrapping on words)

CCBUG: 168505

svn path=/trunk/KDE/kdebase/apps/; revision=886979

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Thu, 20 Nov 2008 13:51:52 +0000 (13:51 +0000)]
SVN_SILENT made messages (.desktop file)

svn path=/trunk/KDE/kdebase/apps/; revision=886894

17 years ago* fixed issue that the autoresizing of columns is applied when adding/removing columns
Peter Penz [Wed, 19 Nov 2008 20:52:30 +0000 (20:52 +0000)]
* 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

17 years agoDisable the "quick view" feature: I like the Previewer plasmoid, but I think after...
Peter Penz [Wed, 19 Nov 2008 20:09:51 +0000 (20:09 +0000)]
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

17 years agoassure that no expensive operations are done when the Information Panel has been...
Peter Penz [Wed, 19 Nov 2008 19:02:04 +0000 (19:02 +0000)]
assure that no expensive operations are done when the Information Panel has been opened at least once and closed again

CCBUG: 151496

svn path=/trunk/KDE/kdebase/apps/; revision=886642

17 years agodon't request a tooltip during a selection
Peter Penz [Wed, 19 Nov 2008 18:43:57 +0000 (18:43 +0000)]
don't request a tooltip during a selection

CCBUG: 151496

svn path=/trunk/KDE/kdebase/apps/; revision=886635

17 years agoremoved unnecessary line
Peter Penz [Wed, 19 Nov 2008 18:08:01 +0000 (18:08 +0000)]
removed unnecessary line

svn path=/trunk/KDE/kdebase/apps/; revision=886627

17 years agofixed issue that the zoom slider might not have enough vertical space when having...
Peter Penz [Wed, 19 Nov 2008 18:03:15 +0000 (18:03 +0000)]
fixed issue that the zoom slider might not have enough vertical space when having small fonts

svn path=/trunk/KDE/kdebase/apps/; revision=886624

17 years agomakeItCompile, sorry and thanks to Tm_T
Albert Astals Cid [Tue, 18 Nov 2008 22:38:07 +0000 (22:38 +0000)]
makeItCompile, sorry and thanks to Tm_T

svn path=/trunk/KDE/kdebase/apps/; revision=886290

17 years agomore correct english
Albert Astals Cid [Tue, 18 Nov 2008 22:29:17 +0000 (22:29 +0000)]
more correct english

svn path=/trunk/KDE/kdebase/apps/; revision=886283

17 years agoUse i18ncp for proper plural handling
Albert Astals Cid [Tue, 18 Nov 2008 22:23:28 +0000 (22:23 +0000)]
Use i18ncp for proper plural handling

svn path=/trunk/KDE/kdebase/apps/; revision=886278

17 years agoi18n style guide fixes
Stephan Binner [Mon, 17 Nov 2008 21:03:31 +0000 (21:03 +0000)]
i18n style guide fixes

svn path=/trunk/KDE/kdebase/apps/; revision=885752

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Mon, 17 Nov 2008 13:18:40 +0000 (13:18 +0000)]
SVN_SILENT made messages (.desktop file)

svn path=/trunk/KDE/kdebase/apps/; revision=885550

17 years agoreplace "Show selection toggle" by "Show selection marker"
Peter Penz [Mon, 17 Nov 2008 06:58:09 +0000 (06:58 +0000)]
replace "Show selection toggle" by "Show selection marker"

BUG: 175341

svn path=/trunk/KDE/kdebase/apps/; revision=885347

17 years agoadded metainfo-support for album, artist, genre, width, height, lines, title, type...
Peter Penz [Sat, 15 Nov 2008 19:57:29 +0000 (19:57 +0000)]
added metainfo-support for album, artist, genre, width, height, lines, title, type and tracknumber

BUG: 163066
BUG: 164695

svn path=/trunk/KDE/kdebase/apps/; revision=884782

17 years agodisable the 'Create New' entry in the context menu, if the directory does not support...
Peter Penz [Fri, 14 Nov 2008 20:49:58 +0000 (20:49 +0000)]
disable the 'Create New' entry in the context menu, if the directory does not support writing

svn path=/trunk/KDE/kdebase/apps/; revision=884396

17 years agoprovide a 'Create New' entry for a context menu above a directory
Peter Penz [Fri, 14 Nov 2008 19:51:13 +0000 (19:51 +0000)]
provide a 'Create New' entry for a context menu above a directory

BUG: 169880

svn path=/trunk/KDE/kdebase/apps/; revision=884373

17 years agowhen renaming a variable number of items, it is important that the selection order...
Peter Penz [Fri, 14 Nov 2008 17:49:30 +0000 (17:49 +0000)]
when renaming a variable number of items, it is important that the selection order does not define the new sort order -> the sort order with the renamed files should stay similar with the old sort order

svn path=/trunk/KDE/kdebase/apps/; revision=884344

17 years agoused 18ncp() in a wrong manner: for a single selection a different number of paramete...
Peter Penz [Thu, 13 Nov 2008 23:05:43 +0000 (23:05 +0000)]
used 18ncp() in a wrong manner: for a single selection a different number of parameters should be shown

svn path=/trunk/KDE/kdebase/apps/; revision=883998

17 years agowe can rely on having Qt 4.4 with KDE 4.2
Peter Penz [Thu, 13 Nov 2008 22:45:09 +0000 (22:45 +0000)]
we can rely on having Qt 4.4 with KDE 4.2

svn path=/trunk/KDE/kdebase/apps/; revision=883983

17 years ago* get rid of magic values like QSize(20 + 5, 5)
Peter Penz [Thu, 13 Nov 2008 22:37:02 +0000 (22:37 +0000)]
* get rid of magic values like QSize(20 + 5, 5)
* coding style cleanups

svn path=/trunk/KDE/kdebase/apps/; revision=883974

17 years agominor fix when no desktop effects are enabled
Peter Penz [Thu, 13 Nov 2008 21:48:32 +0000 (21:48 +0000)]
minor fix when no desktop effects are enabled

svn path=/trunk/KDE/kdebase/apps/; revision=883941

17 years agoimproved look of tooltips
Peter Penz [Thu, 13 Nov 2008 21:31:03 +0000 (21:31 +0000)]
improved look of tooltips

svn path=/trunk/KDE/kdebase/apps/; revision=883932

17 years agoWhen only one item is selected, show the item name in the statusbar instead of "1...
Peter Penz [Thu, 13 Nov 2008 21:01:24 +0000 (21:01 +0000)]
When only one item is selected, show the item name in the statusbar instead of "1 Folder selected" or "1 File selected". This is useful in combination with the keyboard navigation.

BUG: 172564

svn path=/trunk/KDE/kdebase/apps/; revision=883928

17 years agowhen changing the view mode if the preview is turned on, the directory must get reloa...
Peter Penz [Thu, 13 Nov 2008 20:39:53 +0000 (20:39 +0000)]
when changing the view mode if the preview is turned on, the directory must get reloaded so that the KFilePreviewGenerator can update the previews

svn path=/trunk/KDE/kdebase/apps/; revision=883921

17 years agofixed issue that the preview size might get applied to the previous view when switchi...
Peter Penz [Thu, 13 Nov 2008 20:23:45 +0000 (20:23 +0000)]
fixed issue that the preview size might get applied to the previous view when switching to a new view

svn path=/trunk/KDE/kdebase/apps/; revision=883912

17 years ago* don't launch Konqueror when the protocol is invalid
Peter Penz [Thu, 13 Nov 2008 18:15:12 +0000 (18:15 +0000)]
* don't launch Konqueror when the protocol is invalid
* launch default browser when the protocol is http

CCMAIL: faure@kde.org

svn path=/trunk/KDE/kdebase/apps/; revision=883858

17 years ago* show an error message instead of an information message when an invalid dragging...
Peter Penz [Thu, 13 Nov 2008 17:22:35 +0000 (17:22 +0000)]
* show an error message instead of an information message when an invalid dragging is done
* show an error message if a folder is dropped on to itself

svn path=/trunk/KDE/kdebase/apps/; revision=883836

17 years agotypo
Jordi Polo [Wed, 12 Nov 2008 15:22:25 +0000 (15:22 +0000)]
typo

svn path=/trunk/KDE/kdebase/apps/; revision=883287

17 years agoChanged a bunch of QCombobox to KCombobox and other similar classes as
Jordi Polo [Wed, 12 Nov 2008 15:15:14 +0000 (15:15 +0000)]
Changed a bunch of QCombobox to KCombobox and other similar classes as
suggested by Krazy.
But I didn't see any improvement in the style or funcionality...

svn path=/trunk/KDE/kdebase/apps/; revision=883286

17 years agoLaunch Konqueror if the user enters an unsupported protocol
Jordi Polo [Wed, 12 Nov 2008 14:48:55 +0000 (14:48 +0000)]
Launch Konqueror if the user enters an unsupported protocol
BUG:171626

svn path=/trunk/KDE/kdebase/apps/; revision=883279

17 years agoFix "two instances of the DragAndDropHelper" singleton: Vir found the reason, dragand...
David Faure [Mon, 10 Nov 2008 13:48:43 +0000 (13:48 +0000)]
Fix "two instances of the DragAndDropHelper" singleton: Vir found the reason, draganddrophelper.cpp was compiled
both into libdolphinprivate and into dolphin.
Also fix missing newline in copyright header.

svn path=/trunk/KDE/kdebase/apps/; revision=882336

17 years ago* implement the DragAndDropHelper as singleton derived from QObject, so that emitting...
Peter Penz [Sat, 8 Nov 2008 16:22:30 +0000 (16:22 +0000)]
* implement the DragAndDropHelper as singleton derived from QObject, so that 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

17 years agoIf the elastic band ventures beyond the logical top-left of the view (NOTE: not the...
Simon Paul St James [Wed, 5 Nov 2008 21:54:05 +0000 (21:54 +0000)]
If the elastic band ventures beyond the logical top-left of the view (NOTE: not the viewport), then startIndex will likely be invalid, resulting in broken selection behaviour.  Prevent this.

CCMAIL: peter.penz@gmx.at

svn path=/trunk/KDE/kdebase/apps/; revision=880585

17 years agoAllow to configure no grid spacing. This is useful if the icons view is used in the...
Peter Penz [Wed, 5 Nov 2008 19:58:37 +0000 (19:58 +0000)]
Allow to configure no grid spacing. This is useful if the icons view is used in the "column mode" with very small icons.

BUG: 151164

svn path=/trunk/KDE/kdebase/apps/; revision=880540

17 years agoAllow having a smaller text width for the icons view (Text size: "Small"), so that...
Peter Penz [Wed, 5 Nov 2008 19:37:51 +0000 (19:37 +0000)]
Allow having a smaller text width for the icons view (Text size: "Small"), so that the same grid size can be achieved like in Konqueror for KDE 3. The default size for Dolphin will stay on "Medium".

CCBUG: 174342

svn path=/trunk/KDE/kdebase/apps/; revision=880533

17 years ago* use KIO::itemsSummaryString() again
Peter Penz [Wed, 5 Nov 2008 19:15:31 +0000 (19:15 +0000)]
* use KIO::itemsSummaryString() again
* assure that the strings for selections can be translated in a correct manner

svn path=/trunk/KDE/kdebase/apps/; revision=880527

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Tue, 4 Nov 2008 12:35:00 +0000 (12:35 +0000)]
SVN_SILENT made messages (.desktop file)

svn path=/trunk/KDE/kdebase/apps/; revision=879953

17 years ago* Show the total size of files in the statusbar (thanks to Bram Schoenmakers for...
Peter Penz [Mon, 3 Nov 2008 08:20:41 +0000 (08:20 +0000)]
* Show the total size of files in the statusbar (thanks to Bram Schoenmakers for the patch).

* Changed the format of the string to be consistent with the format used when doing a selection. Maybe it would be useful adjusting KIO::itemsSummaryString() instead using a custom output format. Currently KIO::itemsSummaryString() shows "20 Items (5 Files, 15 Folders) - (200 KiB Total)", which is quite confusing IMO, as the total size is only counted for the files. Dolphin currently shows: "15 Folders, 5 Files (200 KiB)"

BUG: 161462

svn path=/trunk/KDE/kdebase/apps/; revision=879405

17 years agowhen a drag operation is done above an inactive view, activate the view automatically
Peter Penz [Sun, 2 Nov 2008 19:44:19 +0000 (19:44 +0000)]
when a drag operation is done above an inactive view, activate the view automatically

svn path=/trunk/KDE/kdebase/apps/; revision=879233

17 years agoassure that the autoresizing still works in combination with the "automatically expan...
Peter Penz [Sun, 2 Nov 2008 14:29:27 +0000 (14:29 +0000)]
assure that the autoresizing still works in combination with the "automatically expand folders during drag operations" feature

svn path=/trunk/KDE/kdebase/apps/; revision=879152

17 years agoAssure that automatically expanding of a folder also works when the new folder has...
Peter Penz [Sun, 2 Nov 2008 13:57:35 +0000 (13:57 +0000)]
Assure that automatically expanding of a folder also works when the new folder has a different view mode.

CCMAIL: simon@etotheipiplusone.com

svn path=/trunk/KDE/kdebase/apps/; revision=879143

17 years agoinitialise in the correct order
Pino Toscano [Sat, 1 Nov 2008 12:47:33 +0000 (12:47 +0000)]
initialise in the correct order

svn path=/trunk/KDE/kdebase/apps/; revision=878498

17 years agoBe better behaved in the presence of scroll events in the middle of an elastic band...
Simon Paul St James [Fri, 31 Oct 2008 21:45:51 +0000 (21:45 +0000)]
Be better behaved in the presence of scroll events in the middle of an elastic band selection by storing the last selection elastic band in view (rather than viewport) coordinates.

svn path=/trunk/KDE/kdebase/apps/; revision=878316

17 years agoYet more corner cases in commitToggleIndexRange - include them, and refactor to make...
Simon Paul St James [Tue, 28 Oct 2008 19:47:31 +0000 (19:47 +0000)]
Yet more corner cases in commitToggleIndexRange - include them, and refactor to make things a bit more logical.

svn path=/trunk/KDE/kdebase/apps/; revision=877164

17 years agoIf ignoreOldInfo, we should manually clear oldSelectionRect - an obscure bug where...
Simon Paul St James [Tue, 28 Oct 2008 19:42:40 +0000 (19:42 +0000)]
If ignoreOldInfo, we should manually clear oldSelectionRect - an obscure bug where it is no longer possible to use rubber band selection(!) occurs otherwise!

svn path=/trunk/KDE/kdebase/apps/; revision=877160

17 years agoUse nameColumnRect rather than duplicating code (change the local variable of the...
Simon Paul St James [Tue, 28 Oct 2008 19:40:51 +0000 (19:40 +0000)]
Use nameColumnRect rather than duplicating code (change the local variable of the same name to prevent clashes!)

Use KFileItem::text() instead of KFileItem::name() there, too.

svn path=/trunk/KDE/kdebase/apps/; revision=877159

17 years agoSometimes, the penultimate item in the bounds would get deselected when it shouldn...
Simon Paul St James [Mon, 27 Oct 2008 21:49:16 +0000 (21:49 +0000)]
Sometimes, the penultimate item in the bounds would get deselected when it shouldn't - this is because lastIndex is always included in the toggle range, even if it needn't be toggled.  Fixed now - hopefully, there are no more "elastic band selection" bugs, now :)

svn path=/trunk/KDE/kdebase/apps/; revision=876724

17 years agoRestore behaviour (I don't have an old version to check against, though!) - if CTRL...
Simon Paul St James [Mon, 27 Oct 2008 20:55:54 +0000 (20:55 +0000)]
Restore behaviour (I don't have an old version to check against, though!) - if CTRL is pressed when initiating elastic band, respect the item selection at that time while dragging the band.

CCMAIL : peter.penz@gmx.at

svn path=/trunk/KDE/kdebase/apps/; revision=876690

17 years agoEssential validity check that fell through the cracks when setSelectionRecursive...
Simon Paul St James [Mon, 27 Oct 2008 20:32:29 +0000 (20:32 +0000)]
Essential validity check that fell through the cracks when setSelectionRecursive was removed.

svn path=/trunk/KDE/kdebase/apps/; revision=876682

17 years agoKFileItem name() and text() needn't be the same, and we should prefer text(). Testca...
Simon Paul St James [Mon, 27 Oct 2008 20:29:02 +0000 (20:29 +0000)]
KFileItem name() and text() needn't be the same, and we should prefer text().  Testcase - very (very) recent settings:/ in Konqueror.  Thanks to dfaure for clairvoyant diagnosis!

CCMAIL : peter.penz@gmx.at
CCMAIL : faure@kde.org

svn path=/trunk/KDE/kdebase/apps/; revision=876681

17 years agolink with gold
Andreas Hartmetz [Sun, 26 Oct 2008 23:55:34 +0000 (23:55 +0000)]
link with gold

svn path=/trunk/KDE/kdebase/apps/; revision=876282

17 years agoIf we commit a toggle range due to a change of parent, check to see if we should...
Simon Paul St James [Sun, 26 Oct 2008 21:21:58 +0000 (21:21 +0000)]
If we commit a toggle range due to a change of parent, check to see if we should immediately form a new range with the current index.  This stops child items from sometime being missed by the band.

CCMAIL: peter.penz@gmx.at

svn path=/trunk/KDE/kdebase/apps/; revision=876240

17 years agoWhen restoring the index, we don't necessarily want to scroll to it.
Simon Paul St James [Sun, 26 Oct 2008 17:25:14 +0000 (17:25 +0000)]
When restoring the index, we don't necessarily want to scroll to it.

BUG:165551

svn path=/trunk/KDE/kdebase/apps/; revision=876177

17 years agoFix a very obscure previews-in-tooltip bug.
Simon Paul St James [Sun, 26 Oct 2008 17:23:24 +0000 (17:23 +0000)]
Fix a very obscure previews-in-tooltip bug.

svn path=/trunk/KDE/kdebase/apps/; revision=876175

17 years agoRevert http://websvn.kde.org/?view=rev&revision=876107 - it introduced a massive...
Simon Paul St James [Sun, 26 Oct 2008 15:48:29 +0000 (15:48 +0000)]
Revert http://websvn.kde.org/?view=rev&revision=876107 - it introduced a massive performance regression and also didn't really fix the issue.  Use new way that fixes the issue in a less direct but more general way.

Also - ;-- :)

svn path=/trunk/KDE/kdebase/apps/; revision=876137

17 years agoimproved drag & drop support for Ark
Peter Penz [Sun, 26 Oct 2008 14:39:13 +0000 (14:39 +0000)]
improved drag & drop support for Ark

CCMAIL: haraldhv@stud.ntnu.no

svn path=/trunk/KDE/kdebase/apps/; revision=876115

17 years agomore straight forward syntax (no change of behavior is done)
Peter Penz [Sun, 26 Oct 2008 14:27:04 +0000 (14:27 +0000)]
more straight forward syntax (no change of behavior is done)

svn path=/trunk/KDE/kdebase/apps/; revision=876110

17 years agoMinor fix - ensure that the horizontal elastic band optimisation info works with...
Simon Paul St James [Sun, 26 Oct 2008 14:17:34 +0000 (14:17 +0000)]
Minor fix - ensure that the horizontal elastic band optimisation info works with filenames that are wider than the name column.

svn path=/trunk/KDE/kdebase/apps/; revision=876107

17 years agoImprove the selection performance of the details view by factor of 5 (patch provided...
Peter Penz [Sun, 26 Oct 2008 14:04:17 +0000 (14:04 +0000)]
Improve the selection performance of the details view by factor of 5 (patch provided by Simon St. James).

CCMAIL: kdedevel@etotheipiplusone.com

svn path=/trunk/KDE/kdebase/apps/; revision=876099

17 years agoShow the iconsize of zoom sliders as tooltip (code shamelessly stolen from Rafael...
Peter Penz [Sun, 26 Oct 2008 13:04:33 +0000 (13:04 +0000)]
Show the iconsize of zoom sliders as tooltip (code shamelessly stolen from Rafael's patch in kfilewidget ;-))

svn path=/trunk/KDE/kdebase/apps/; revision=876081

17 years agoassure that the zoom level is updated when refreshing the view
Peter Penz [Sun, 26 Oct 2008 13:02:40 +0000 (13:02 +0000)]
assure that the zoom level is updated when refreshing the view

svn path=/trunk/KDE/kdebase/apps/; revision=876079

17 years agoIf the context menu is opened above a directory, add the actions "Open in New Window...
Peter Penz [Sat, 25 Oct 2008 10:32:55 +0000 (10:32 +0000)]
If the context menu is opened above a directory, add the actions "Open in New Window" and "Open in New Tab" to the context menu.

Thanks to Mathias Soeken for the patch!

CCMAIL: msoeken@tzi.de

svn path=/trunk/KDE/kdebase/apps/; revision=875711

17 years agouse the DolphinDirLister instead of KDirLister
Peter Penz [Sat, 25 Oct 2008 09:49:57 +0000 (09:49 +0000)]
use the DolphinDirLister instead of KDirLister

svn path=/trunk/KDE/kdebase/apps/; revision=875703

17 years ago* renamed "[x] Show Full Location" to "[x] Editable Location"
Peter Penz [Sat, 25 Oct 2008 09:41:39 +0000 (09:41 +0000)]
* renamed "[x] Show Full Location" to "[x] Editable Location"
* renamed "Edit Location" to "Replace Location"

svn path=/trunk/KDE/kdebase/apps/; revision=875699

17 years agoSVN_SILENT: minor coding style fixes
Peter Penz [Sat, 25 Oct 2008 09:21:20 +0000 (09:21 +0000)]
SVN_SILENT: minor coding style fixes

svn path=/trunk/KDE/kdebase/apps/; revision=875696

17 years agoYou can now switch the tabs in dolphin via keyboard shortcuts like in konqueror
Mathias Soeken [Sat, 25 Oct 2008 09:00:28 +0000 (09:00 +0000)]
You can now switch the tabs in dolphin via keyboard shortcuts like in konqueror

svn path=/trunk/KDE/kdebase/apps/; revision=875689

17 years ago* Move code from DolphinDropController to DragAndDropHelper.
Peter Penz [Fri, 24 Oct 2008 22:19:23 +0000 (22:19 +0000)]
* Move code from DolphinDropController to DragAndDropHelper.

* 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: haraldhv@stud.ntnu.no

svn path=/trunk/KDE/kdebase/apps/; revision=875611

17 years agoProvide a UI option for the "auto expand folders during drag operations" feature...
Peter Penz [Fri, 24 Oct 2008 21:12:11 +0000 (21:12 +0000)]
Provide a UI option for the "auto expand folders during drag operations" feature. The feature is not 100 % finished yet (dragging into a folder having a different view type does not work yet), but it's important to get in the UI string for the translators.

svn path=/trunk/KDE/kdebase/apps/; revision=875582