]> cloud.milkyroute.net Git - dolphin.git/log
dolphin.git
16 years agoUse a custom SearchWidget instead directly using a KLineEdit. Currently the DolphinSe...
Peter Penz [Mon, 19 Jan 2009 14:25:08 +0000 (14:25 +0000)]
Use a custom SearchWidget instead directly using a KLineEdit. Currently the DolphinSearchWidget acts as "playground" to test some ideas. If it works well it might be a good idea moving this widget as KSearchBox (?) to kdelibs, so that it can be used by the file dialog or other applications.

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

16 years agoProvide a search box for the nepomuksearch:/ KIO slave. This is just an initial proto...
Peter Penz [Mon, 19 Jan 2009 13:17:33 +0000 (13:17 +0000)]
Provide a search box for the nepomuksearch:/ KIO slave. This is just an initial prototype to get some feedback, the search box and the URL navigator still need some love for this usecase...

CCMAIL: sebastian@trueg.de

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

16 years agouse correct icon
Peter Penz [Mon, 19 Jan 2009 11:12:24 +0000 (11:12 +0000)]
use correct icon

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

16 years agoadded settings module 'General' that can be used by Konqueror
Peter Penz [Mon, 19 Jan 2009 11:11:11 +0000 (11:11 +0000)]
added settings module 'General' that can be used by Konqueror

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

16 years ago* enable the apply button when settings have been changed
Peter Penz [Mon, 19 Jan 2009 11:10:04 +0000 (11:10 +0000)]
* enable the apply button when settings have been changed
* restore default settings correctly

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

16 years agoadded settings module for 'Navigation', that can be used by Konqueror
Peter Penz [Mon, 19 Jan 2009 10:39:11 +0000 (10:39 +0000)]
added settings module for 'Navigation', that can be used by Konqueror

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

16 years agohide the tooltips when a key is pressed (thanks to Shaun Reich for the initial patch)
Peter Penz [Mon, 19 Jan 2009 08:57:35 +0000 (08:57 +0000)]
hide the tooltips when a key is pressed (thanks to Shaun Reich for the initial patch)

CCMAIL: predator106@gmail.com

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

16 years agoFix Dolphin's desktop file. The additional quotation of %u made dolphin be started...
Harald Sitter [Sat, 17 Jan 2009 23:07:46 +0000 (23:07 +0000)]
Fix Dolphin's desktop file. The additional quotation of %u made dolphin be started with an empty (but existing) location value which made it fall back to XDG's document path as of KDE 4.2. Without
quotation it doesn't get that empty value and starts using it's configured default location.
BUG: 169016

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

16 years agoRelayout of the settings dialog, so that all Dolphin KPart relevant settings can...
Peter Penz [Sat, 17 Jan 2009 18:42:06 +0000 (18:42 +0000)]
Relayout of the settings dialog, so that all Dolphin KPart relevant settings can be made available in Konqueror's settings dialog too. Further cleanups and layout fixes are required and will be done during the next week.

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

16 years agoRemove useless code, replaced with slotRedirection.
David Faure [Fri, 16 Jan 2009 18:47:40 +0000 (18:47 +0000)]
Remove useless code, replaced with slotRedirection.

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

16 years agoRepair redirections in DolphinPart, it used to notify of redirections by connecting...
David Faure [Fri, 16 Jan 2009 13:21:33 +0000 (13:21 +0000)]
Repair redirections in DolphinPart, it used to notify of redirections by connecting to urlChanged,
but iirc there were recent changes which make dolphinview emit redirection instead of urlChanged in that case
Makes me wonder if urlChanged is still useful for anything?
CCMAIL: peter.penz@gmx.at

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

16 years agoPressing "Enter" in the folders panel should open the folder in the main view. Thanks...
Peter Penz [Fri, 16 Jan 2009 10:28:25 +0000 (10:28 +0000)]
Pressing "Enter" in the folders panel should open the folder in the main view. Thanks to Darío Andrés for the patch!

BUG: 172360

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

16 years agoprovide icons for "Places", "Folders", "Information" and "Terminal" actions, so that...
Peter Penz [Fri, 16 Jan 2009 09:54:55 +0000 (09:54 +0000)]
provide icons for "Places", "Folders", "Information" and "Terminal" actions, so that they can be added to the toolbar

BUG: 180847

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

16 years agocleanup sort order, so that it is easier later to split the files into several CMakeL...
Peter Penz [Wed, 14 Jan 2009 20:22:17 +0000 (20:22 +0000)]
cleanup sort order, so that it is easier later to split the files into several CMakeLists.txt

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

16 years agoCleanup panel related class names: The terms "sidebar"/"sidebarpage" are relicts...
Peter Penz [Wed, 14 Jan 2009 20:14:36 +0000 (20:14 +0000)]
Cleanup panel related class names: The terms "sidebar"/"sidebarpage" are relicts from the KDE 3 version of Dolphin and are called "Panels" in the KDE 4 version of Dolphin. Yes, renaming classes may take more than 1 year ;-)

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

16 years agoGroup classes into folders, Dolphin is too big in the meantime for having a flat...
Peter Penz [Wed, 14 Jan 2009 19:26:23 +0000 (19:26 +0000)]
Group classes into folders, Dolphin is too big in the meantime for having a flat directory hierarchy. dolphin/src/CMakeLists.txt will be cleaned up later.

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

16 years agoprevent that the user can open more than one instance of the settings dialog
Peter Penz [Tue, 13 Jan 2009 18:06:15 +0000 (18:06 +0000)]
prevent that the user can open more than one instance of the settings dialog

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

17 years agosomeone forgot to move the comment along with the code ;)
Stefan Monov [Mon, 12 Jan 2009 10:11:30 +0000 (10:11 +0000)]
someone forgot to move the comment along with the code ;)

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

17 years agoSVN_SILENT: fixed indentation (was a mix of 1, 2 or 4 spaces...)
Peter Penz [Sun, 11 Jan 2009 16:35:07 +0000 (16:35 +0000)]
SVN_SILENT: fixed indentation (was a mix of 1, 2 or 4 spaces...)

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

17 years agoadd action "Close Tab" to the file menu, so that users get the chance to discover...
Peter Penz [Sun, 11 Jan 2009 16:28:42 +0000 (16:28 +0000)]
add action "Close Tab" to the file menu, so that users get the chance to discover the key shortcut

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

17 years agoraise() and activateWindow() are not needed in this case
Peter Penz [Sat, 10 Jan 2009 14:27:07 +0000 (14:27 +0000)]
raise() and activateWindow() are not needed in this case

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

17 years agothere is no reason that the settings dialog is modal...
Peter Penz [Fri, 9 Jan 2009 22:56:24 +0000 (22:56 +0000)]
there is no reason that the settings dialog is modal...

BUG: 179757

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

17 years agosame optimization as in 907877 but for the info sidebar's preview.
David Faure [Thu, 8 Jan 2009 20:51:03 +0000 (20:51 +0000)]
same optimization as in 907877 but for the info sidebar's preview.

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

17 years agoSmall optimization found while having debug output in kfileitem: pass the KFileItem...
David Faure [Thu, 8 Jan 2009 20:46:10 +0000 (20:46 +0000)]
Small optimization found while having debug output in kfileitem: pass the KFileItem rather than the URL,
so that previewjob doesn't have to determine the item's mimetype again.

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

17 years agoversion update
Peter Penz [Thu, 8 Jan 2009 20:42:09 +0000 (20:42 +0000)]
version update

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

17 years agodon't complain about
David Faure [Thu, 8 Jan 2009 18:00:56 +0000 (18:00 +0000)]
don't complain about
  KDirModel::indexForUrl: KUrl("") not found
every time the selection changes

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

17 years agoFix compile with enable final
Laurent Montel [Wed, 7 Jan 2009 12:27:38 +0000 (12:27 +0000)]
Fix  compile with enable final

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

17 years agoNot necessary
Laurent Montel [Wed, 7 Jan 2009 12:22:36 +0000 (12:22 +0000)]
Not necessary

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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Tue, 6 Jan 2009 12:52:00 +0000 (12:52 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agofixed issue that the zoom slider tooltip showed the previous size when changing the...
Peter Penz [Mon, 5 Jan 2009 18:41:06 +0000 (18:41 +0000)]
fixed issue that the zoom slider tooltip showed the previous size when changing the slider with the mouse

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

17 years agoQAbstractItemView::scrollTo() may get called by QListView::keyPressEvent(), so m_enab...
Peter Penz [Mon, 5 Jan 2009 18:21:34 +0000 (18:21 +0000)]
QAbstractItemView::scrollTo() may get called by QListView::keyPressEvent(), so m_enableScrollTo (which is checked in DolphinIconsView::scrollTo()) must be enabled before. This fixes the issue that the autoscrolling does not work if exactly one item is selected and an invisible item should get focused because of a key press.

BUG: 179049

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

17 years agoOnly expand the tree view if it has an enabled 'itemsExpandable' property. If this...
Peter Penz [Sun, 4 Jan 2009 18:35:32 +0000 (18:35 +0000)]
Only expand the tree view if it has an enabled 'itemsExpandable' property. If this is not the case, the folder will get opened like in the icon view by exchanging the whole content.

CCBUG: 178630

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

17 years agoSVN_SILENT: minor coding style cleanups
Peter Penz [Sun, 4 Jan 2009 18:31:59 +0000 (18:31 +0000)]
SVN_SILENT: minor coding style cleanups

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

17 years agoFixed issue that in combination with the "automatically open folders during drag...
Peter Penz [Sun, 4 Jan 2009 18:26:43 +0000 (18:26 +0000)]
Fixed issue that in combination with the "automatically open folders during drag operations" the details view is not drawn correctly in the following case: Drag an item in the icons view to a folder which uses the details view.

Thanks to Simon St. James for the patch!

CCBUG: 178630

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

17 years agoDon't set the mouse button state to NoButton, this is invalid e. g. during a drag...
Peter Penz [Sun, 4 Jan 2009 18:19:48 +0000 (18:19 +0000)]
Don't set the mouse button state to NoButton, this is invalid e. g. during a drag operation. The mouse button state will be updated anyhow on each item-click. This fixes the regression that the feature "automatically open folders during drag operations" did not work anymore after one level.

Thanks to Simon St. James for the good analyzes!

BUG: 178630

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

17 years agoSVN_SILENT: minor coding style cleanups
Peter Penz [Sun, 4 Jan 2009 18:14:26 +0000 (18:14 +0000)]
SVN_SILENT: minor coding style cleanups

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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Sun, 4 Jan 2009 13:22:16 +0000 (13:22 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agocontentsPos turned out to be a little broken - it would always return (0,0), except...
Simon Paul St James [Sat, 3 Jan 2009 16:00:21 +0000 (16:00 +0000)]
contentsPos turned out to be a little broken - it would always return (0,0), except in a very unusual set of circumstances where it returned ... "different" values, causing very odd behaviour with the elastic band :) Remove it.

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

17 years agodon't cache the preview of the information sidebar, as this restricts the maximum...
Peter Penz [Fri, 2 Jan 2009 17:26:12 +0000 (17:26 +0000)]
don't cache the preview of the information sidebar, as this restricts the maximum size to 256 x 256 pixels

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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Fri, 2 Jan 2009 13:30:12 +0000 (13:30 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agoInstead of increasing the grid spacing, increase the item size, so that there is...
Peter Penz [Fri, 2 Jan 2009 09:04:16 +0000 (09:04 +0000)]
Instead of increasing the grid spacing, increase the item size, so that there is more space for the text.

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

17 years agonot necessary
Laurent Montel [Fri, 2 Jan 2009 08:00:53 +0000 (08:00 +0000)]
not necessary

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

17 years agofixed crash when enabling grouping by date and having dates like
Peter Penz [Tue, 30 Dec 2008 14:48:18 +0000 (14:48 +0000)]
fixed crash when enabling grouping by date and having dates like
30 December 2008 (is "Week 1" (of 2009 , but for 2008 too))
28 December 2008 (is "Week 52" (of 2008) )

Thanks to Darío Andrés for the patch!

BUG: 179019

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

17 years agooptimize the grid size of the icons view to prevent having gaps on the right border...
Peter Penz [Tue, 30 Dec 2008 14:32:45 +0000 (14:32 +0000)]
optimize the grid size of the icons view to prevent having gaps on the right border (= row arrangement) or on the bottom border (= column arrangement)

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

17 years agoSVN_SILENT: minor coding style cleanups
Peter Penz [Tue, 30 Dec 2008 14:29:58 +0000 (14:29 +0000)]
SVN_SILENT: minor coding style cleanups

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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Sun, 28 Dec 2008 13:25:02 +0000 (13:25 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Sat, 27 Dec 2008 16:16:25 +0000 (16:16 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agofix bug Bug 177446 icons now in Oxygen
Nuno Fernades Pinheiro [Sat, 27 Dec 2008 15:07:16 +0000 (15:07 +0000)]
fix bug Bug 177446 icons now in Oxygen

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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Fri, 26 Dec 2008 13:31:59 +0000 (13:31 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agoPatch by Drew Fisher: enable keypad enter in dolphin.
Leonardo Finetti [Fri, 26 Dec 2008 11:34:09 +0000 (11:34 +0000)]
Patch by Drew Fisher: enable keypad enter in dolphin.
Tested by me and approved by Peter Penz.

BUG: 178735

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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Wed, 24 Dec 2008 13:32:45 +0000 (13:32 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agoOpen the sidebar on applications:/, not on applications:, that URL makes no sense...
David Faure [Wed, 24 Dec 2008 11:45:09 +0000 (11:45 +0000)]
Open the sidebar on applications:/, not on applications:, that URL makes no sense [and crashes kdirmodel...].
BUG: 178416

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

17 years agoassure that the zoom slider tooltip is always updated when changing a value
Peter Penz [Tue, 23 Dec 2008 10:54:56 +0000 (10:54 +0000)]
assure that the zoom slider tooltip is always updated when changing a value

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

17 years agorevert SVN commit 899245: The patch does not work as expected.
Peter Penz [Mon, 22 Dec 2008 07:18:18 +0000 (07:18 +0000)]
revert SVN commit 899245: The patch does not work as expected.

CCMAIL: ereslibre@kde.org
CCBUG: 173027

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

17 years agominor coding style fixes:
Peter Penz [Mon, 22 Dec 2008 07:17:06 +0000 (07:17 +0000)]
minor coding style fixes:
* let the global variable 'others' be a static member 'm_others'
* constify

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

17 years agofixed ARK drop handling as suggested by Harald Hvaal
Peter Penz [Sun, 21 Dec 2008 15:14:03 +0000 (15:14 +0000)]
fixed ARK drop handling as suggested by Harald Hvaal

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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Sun, 21 Dec 2008 12:59:15 +0000 (12:59 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agoWhen common view properties are used for all folders, the internal properties should...
Peter Penz [Sun, 21 Dec 2008 10:15:19 +0000 (10:15 +0000)]
When common view properties are used for all folders, the internal 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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Sat, 20 Dec 2008 14:39:35 +0000 (14:39 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agoAssure that the items within the "Others" group are sorted too, when sorting by name...
Peter Penz [Sat, 20 Dec 2008 12:54:46 +0000 (12:54 +0000)]
Assure that the items within the "Others" group are sorted too, when sorting 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: ereslibre@kde.org
BUG: 173027

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

17 years agominor improvement to last commit: only request the focus if we have a listable protoc...
Peter Penz [Fri, 19 Dec 2008 06:48:57 +0000 (06:48 +0000)]
minor improvement to last commit: only request the focus if we have a 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

17 years agoDon't request the focus for the view because of a completed directory lister, instead...
Peter Penz [Fri, 19 Dec 2008 06:41:26 +0000 (06:41 +0000)]
Don't request the focus for the view because of a completed directory 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

17 years agoturn off the filter when closing the filterbar by CTRL+I
Peter Penz [Wed, 17 Dec 2008 10:35:02 +0000 (10:35 +0000)]
turn off the filter when closing the filterbar by CTRL+I

BUG: 177948

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

17 years agoassure that a column of the column view acts as focus proxy when being active
Peter Penz [Tue, 16 Dec 2008 18:52:26 +0000 (18:52 +0000)]
assure that a column of the column view acts as focus proxy when being active

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

17 years agoAssure that the view gets focused when:
Peter Penz [Tue, 16 Dec 2008 18:37:02 +0000 (18:37 +0000)]
Assure that the view gets focused when:
* 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

17 years agoCtrl+F when in trash:/ (or any other remote protocol) said "malformed url" because...
David Faure [Mon, 15 Dec 2008 11:53:29 +0000 (11:53 +0000)]
Ctrl+F when in trash:/ (or any other remote protocol) said "malformed url" 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

17 years ago* Don't ignore the maximum file size for previews in the information panel. Correspon...
Peter Penz [Sun, 14 Dec 2008 11:25:44 +0000 (11:25 +0000)]
* Don't ignore the maximum file size for previews in the information panel. 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

17 years agoWhen dropping an Amarok file into Dolphin, mimeData->hasUrls() returns true although...
Peter Penz [Sat, 13 Dec 2008 17:32:12 +0000 (17:32 +0000)]
When dropping an Amarok file into Dolphin, mimeData->hasUrls() returns true 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

17 years agoonly jump automatically to the current index, if the autoscrolling is not active
Peter Penz [Sat, 13 Dec 2008 15:39:09 +0000 (15:39 +0000)]
only jump automatically to the current index, if the autoscrolling is not active

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

17 years agoprovide separate scroll increments for the horizontal and vertical scrolling
Peter Penz [Sat, 13 Dec 2008 15:29:42 +0000 (15:29 +0000)]
provide separate scroll increments for the horizontal and vertical scrolling

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

17 years agoEspecially when using the details view in combination with the split functionality...
Peter Penz [Sat, 13 Dec 2008 15:15:04 +0000 (15:15 +0000)]
Especially when using the details view in combination with the split 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

17 years agoHandling the key events for autoscrolling in DolphinViewAutoscroller does not work...
Peter Penz [Sat, 13 Dec 2008 14:08:07 +0000 (14:08 +0000)]
Handling the key events for autoscrolling in DolphinViewAutoscroller does 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: frank78ac@googlemail.com

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

17 years agoThe nasty "100 ms" delay is not necessary anymore, doing a queued call works perfectl...
Peter Penz [Fri, 12 Dec 2008 22:33:14 +0000 (22:33 +0000)]
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

17 years agoif "split view" is used as startup setting, also open new tabs in the split view...
Peter Penz [Fri, 12 Dec 2008 20:30:23 +0000 (20:30 +0000)]
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

17 years agoIf the users enters an URL that represents a file, open the file by the corresponding...
Peter Penz [Fri, 12 Dec 2008 19:44:28 +0000 (19:44 +0000)]
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

17 years agodon't disable the "Create New" menu entry, when switching between columns of the...
Peter Penz [Fri, 12 Dec 2008 18:20:01 +0000 (18:20 +0000)]
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

17 years agoSVN_SILENT: removed trailing spaces
Peter Penz [Fri, 12 Dec 2008 06:55:26 +0000 (06:55 +0000)]
SVN_SILENT: removed trailing spaces

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

17 years agoExchange the order of the zoom slider and the capacity bar. Thanks to Frederik Schwar...
Peter Penz [Fri, 12 Dec 2008 06:39:23 +0000 (06:39 +0000)]
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

17 years agoas the detailsview and columnview can also have icon sizes up to 256 x 256 pixels...
Peter Penz [Thu, 11 Dec 2008 20:27:05 +0000 (20:27 +0000)]
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

17 years agoInclude page-up, page-down, home + end as keys that need autoscrolling. Thanks to...
Peter Penz [Thu, 11 Dec 2008 19:24:49 +0000 (19:24 +0000)]
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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Thu, 11 Dec 2008 13:05:27 +0000 (13:05 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agoassure that the current index stays visible, when the user explicitly changed it...
Peter Penz [Thu, 11 Dec 2008 07:15:59 +0000 (07:15 +0000)]
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

17 years agouse a smaller step size when using the scroll wheel
Peter Penz [Tue, 9 Dec 2008 18:44:42 +0000 (18:44 +0000)]
use a smaller step size when using the scroll wheel

BUG: 177238

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

17 years agoa rubberband selection is only possible when using the left mouse button
Peter Penz [Tue, 9 Dec 2008 17:49:09 +0000 (17:49 +0000)]
a rubberband selection is only possible when using the left mouse button

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

17 years agoJust EBN fixes
Rick Xing [Tue, 9 Dec 2008 06:59:31 +0000 (06:59 +0000)]
Just EBN fixes

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

17 years agoPort to KDirModel::simplifiedUrlList
David Faure [Mon, 8 Dec 2008 11:20:08 +0000 (11:20 +0000)]
Port to KDirModel::simplifiedUrlList

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

17 years agostop the autoscrolling when receiving a drop event
Peter Penz [Sun, 7 Dec 2008 14:11:48 +0000 (14:11 +0000)]
stop the autoscrolling when receiving a drop event

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

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