]> cloud.milkyroute.net Git - dolphin.git/log
dolphin.git
17 years agodolphin part context menu now displays delete and not send to trash for remote files...
George Goldberg [Mon, 2 Jun 2008 02:57:22 +0000 (02:57 +0000)]
dolphin part context menu now displays delete and not send to trash for remote files. (Makes behaviour same is in dolphin itself).

CCBUGS: 161594

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

17 years agoFix dolphinpart context menu so that the delete/rename/send to trash options are...
George Goldberg [Mon, 2 Jun 2008 02:50:36 +0000 (02:50 +0000)]
Fix dolphinpart context menu so that the delete/rename/send to trash options are disabled when the directory containing the selected files/dirs is not writable.

CCBUGS: 161594

Issues remaining: Send to trash should be disabled on remote files (and replaced with delete) and edit menu of konqueror still has the actions like cut/delete/rename always enabled.

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

17 years agoImprove the performance when creating previews for thousands of items by the followin...
Peter Penz [Sun, 1 Jun 2008 22:15:13 +0000 (22:15 +0000)]
Improve the performance when creating previews for thousands of items by the following strategy:
 - The previews for currently visible items are created before
   the previews for invisible items.
 - If the user changes the visible area by using the scrollbars,
   all pending previews get paused. As soon as the user stays
   on the same position for a short delay, the previews are
   resumed. Also in this case the previews for the visible items
   are generated first.

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

17 years agoincrease the readability of the code
Peter Penz [Sun, 1 Jun 2008 18:44:35 +0000 (18:44 +0000)]
increase the readability of the code

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

17 years agoFix dolphin to only enable the Cut context menu option if the file capabilites suppor...
George Goldberg [Sun, 1 Jun 2008 15:16:27 +0000 (15:16 +0000)]
Fix dolphin to only enable the Cut context menu option if the file capabilites supportsMoving().

CCBUGS: 161594

Still need to fix Send to trash Context Option in Konqueror

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

17 years agoFix problem when descending order on "Today" and "Thursday" for example. Now we also...
Rafael Fernández López [Sun, 1 Jun 2008 14:56:07 +0000 (14:56 +0000)]
Fix problem when descending order on "Today" and "Thursday" for example. Now we also have week independant maths, so we get a Yesterday tag even if yesterday was 31st and today is 1st. Peter, the
order should be correct now, please recheck (I added a '-', so the order now is the inverse that the one shown on the kfm-devel thread).

CCMAIL: kfm-devel@kde.org

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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Sat, 31 May 2008 09:41:27 +0000 (09:41 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agoThere are some extractable strings in subdirs too.
Chusslove Illich [Sat, 31 May 2008 00:14:56 +0000 (00:14 +0000)]
There are some extractable strings in subdirs too.

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

17 years agorevert last (wrong) commit
Peter Penz [Fri, 30 May 2008 18:32:49 +0000 (18:32 +0000)]
revert last (wrong) commit

CCMAIL: darktears31@gmail.com

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

17 years agoFix compil
Alexis Ménard [Fri, 30 May 2008 18:20:42 +0000 (18:20 +0000)]
Fix compil

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

17 years agoassure that the cut item cache gets updated too when invoking IconManager::updatePrev...
Peter Penz [Thu, 29 May 2008 20:19:26 +0000 (20:19 +0000)]
assure that the cut item cache gets updated too when invoking IconManager::updatePreviews()

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

17 years agoBefore applying the cut item effect to a preview, assure that the cut items cache...
Peter Penz [Thu, 29 May 2008 20:01:13 +0000 (20:01 +0000)]
Before applying the cut item effect to a preview, assure that the cut items cache gets an update of the preview without effect. This assures that when cutting other items that the state of the previously cut items can be restored in any case.

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

17 years agodon't clear the selection when the view gets inactive
Peter Penz [Thu, 29 May 2008 18:32:02 +0000 (18:32 +0000)]
don't clear the selection when the view gets inactive

BUG: 162432

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

17 years agoAssure that the item view gets the keyboard focus when it was activated. This fixes...
Peter Penz [Thu, 29 May 2008 18:10:28 +0000 (18:10 +0000)]
Assure that the item view gets the keyboard focus when it was activated. This fixes the issue that when the view gets split, that the keyboard focus remained on the inactive view.

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

17 years agoOnly select an item if the current item has been changed by a key press (e. g. QTreeV...
Peter Penz [Thu, 29 May 2008 18:00:59 +0000 (18:00 +0000)]
Only select an item if the current item has been changed by a key press (e. g. QTreeView sets the current item when the view loses the focus).

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

17 years agoSVN_SILENT: minor coding style fix
Peter Penz [Thu, 29 May 2008 06:14:47 +0000 (06:14 +0000)]
SVN_SILENT: minor coding style fix

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

17 years agofix wrong connect
David Faure [Thu, 29 May 2008 00:01:59 +0000 (00:01 +0000)]
fix wrong connect

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

17 years agoHandle redirections (e.g. from fish://localhost) without breaking the column view...
David Faure [Wed, 28 May 2008 23:07:09 +0000 (23:07 +0000)]
Handle redirections (e.g. from fish://localhost) without breaking the column view -- thanks Peter for the advice on how to separate the two cleanly.

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

17 years agoWow, giving fileItem.url().url() to KFileMetaInfo is a bad idea -- it takes that...
David Faure [Wed, 28 May 2008 22:59:26 +0000 (22:59 +0000)]
Wow, giving fileItem.url().url() to KFileMetaInfo is a bad idea -- it takes that as a path, so you end up with
QFile("file://fish://hostname")... I guess the only solution is to skip the whole KFileMetaInfo stuff for non-local-files.
But then we shouldn't see size 0 modified 12:00 am...

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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Wed, 28 May 2008 21:39:47 +0000 (21:39 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agoAssure that tabs always have a text. If the file name is empty, use the protocol...
Peter Penz [Wed, 28 May 2008 20:48:40 +0000 (20:48 +0000)]
Assure that tabs always have a text. If the file name is empty, use the protocol instead. This fixes the issue that for "trash://" no text is shown in the tab.

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

17 years agoMove the code for restoring the current item from DolphinViewContainer to DolphinView...
Peter Penz [Wed, 28 May 2008 20:40:16 +0000 (20:40 +0000)]
Move the code for restoring the current item from DolphinViewContainer to DolphinView, as the DolphinView must be able to do this without advice from the container.

Beside that this simplifies the code it also fixes a regression of having empty tabs.

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

17 years agoassure that the preview widget of the information bar gets not overlapped by other...
Peter Penz [Wed, 28 May 2008 19:55:42 +0000 (19:55 +0000)]
assure that the preview widget of the information bar gets not overlapped by other widgets when having a very small height

BUG: 162674

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

17 years agopeople want tabs, give them tabs
Dirk Mueller [Tue, 27 May 2008 15:26:33 +0000 (15:26 +0000)]
people want tabs, give them tabs

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

17 years agoGive dialog a parent.
Craig Drummond [Tue, 27 May 2008 15:06:28 +0000 (15:06 +0000)]
Give dialog a parent.

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

17 years agoUse INSTALL_TARGETS_DEFAULT_ARGS
Laurent Montel [Tue, 27 May 2008 11:36:57 +0000 (11:36 +0000)]
Use INSTALL_TARGETS_DEFAULT_ARGS

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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Mon, 26 May 2008 23:05:24 +0000 (23:05 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agowhen going back in history apply the keyboard focus to the the previously shown directory
Peter Penz [Tue, 20 May 2008 21:21:48 +0000 (21:21 +0000)]
when going back in history apply the keyboard focus to the the previously shown directory

BUG: 156550
BUG: 158590

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

17 years agoremove (another) unused method
Peter Penz [Tue, 20 May 2008 19:46:24 +0000 (19:46 +0000)]
remove (another) unused method

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

17 years agoremove unused method
Peter Penz [Tue, 20 May 2008 19:40:07 +0000 (19:40 +0000)]
remove unused method

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

17 years agoThe Oxygen style provides now a nicer progress bar -> increase the content height...
Peter Penz [Tue, 20 May 2008 18:17:20 +0000 (18:17 +0000)]
The Oxygen style provides now a nicer progress bar -> increase the content height of the statusbar so that no text is cut (tested also with other styles)

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

17 years agoArgh, I knew I forgot to commit this dir. Sorry about that.
David Faure [Mon, 19 May 2008 19:44:42 +0000 (19:44 +0000)]
Argh, I knew I forgot to commit this dir. Sorry about that.

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

17 years agoThis compiles and may or may not work as intended.
Andreas Hartmetz [Mon, 19 May 2008 18:35:31 +0000 (18:35 +0000)]
This compiles and may or may not work as intended.
CCMAIL: dfaure@kde.org, peter.penz@gmx.at

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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Mon, 19 May 2008 11:22:53 +0000 (11:22 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agoAdding icon name "tab-close-other" to replace "tab-close" where the action is to...
James Richard Tyrer [Sun, 18 May 2008 15:31:24 +0000 (15:31 +0000)]
Adding icon name "tab-close-other" to replace "tab-close" where the action is to close other tabs.

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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Sat, 17 May 2008 12:42:34 +0000 (12:42 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agoUse a quint64 (always 64 bits) instead of a unsigned long int (32 bits
Ivo Anjo [Sat, 17 May 2008 11:35:36 +0000 (11:35 +0000)]
Use a quint64 (always 64 bits) instead of a unsigned long int (32 bits
on x86) for summing file sizes of multiple selected files.

BUG: 156911

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

17 years agoFixed following issue for the information sidebar:
Peter Penz [Wed, 14 May 2008 20:50:00 +0000 (20:50 +0000)]
Fixed following issue for the information sidebar:
- select n files
- hover one selected file (-> old selection preview gets grey, new preview gets started)
- go to the viewport before the preview has been finished

Result: new preview has been displayed, although the viewport has been entered
Wanted behavior: old selection preview should be shown

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

17 years agoOnly the infosidebar panel is interested in selections -> move it from the sidebar...
Peter Penz [Wed, 14 May 2008 15:15:31 +0000 (15:15 +0000)]
Only the infosidebar panel is interested in selections -> move it from the sidebar panel to the infosidebar panel.

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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Wed, 14 May 2008 00:45:41 +0000 (00:45 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Mon, 12 May 2008 14:40:15 +0000 (14:40 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agoIcon renaming (code changes):
Jakob Petsovits [Mon, 12 May 2008 09:06:13 +0000 (09:06 +0000)]
Icon renaming (code changes):
edit-create-symbolic-link -> edit-link

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

17 years agoA middle click on an item of the tree view panel should open the URL inside a new...
Peter Penz [Sun, 11 May 2008 21:51:04 +0000 (21:51 +0000)]
A middle click on an item of the tree view panel should open the URL inside a new tab.

TODO: cleanup some obsolete signals/structure inside SidebarPage and TreeviewSidebarPage.

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

17 years agoIf the middle mouse button is pressed above an item of the places panel, open the...
Peter Penz [Sun, 11 May 2008 20:14:50 +0000 (20:14 +0000)]
If the middle mouse button is pressed above an item of the places panel, open the URL inside a new tab.

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

17 years agoPer default QTreeView starts either a selection or a drag operation when dragging...
Peter Penz [Sun, 11 May 2008 19:34:34 +0000 (19:34 +0000)]
Per default QTreeView starts either a selection or a drag operation when dragging the expanding toggle button (tricky and hard to reproducible Qt-issue - see TODO comment in DolphinIconsView::mousePressEvent()). Turn off this behavior in Dolphin to stay predictable.

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

17 years agoUpdate the internal state only, if no expanding/collapsing area has been hit (otherwi...
Peter Penz [Sun, 11 May 2008 18:37:33 +0000 (18:37 +0000)]
Update the internal state only, if no expanding/collapsing area has been hit (otherwise QTreeView assumes a dragging operation is done).

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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Sun, 11 May 2008 11:52:04 +0000 (11:52 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agoDon't (mis)use MenuItem::Separator for the information bar, as Oxygen is able to...
Peter Penz [Sat, 10 May 2008 13:37:06 +0000 (13:37 +0000)]
Don't (mis)use MenuItem::Separator for the information bar, as Oxygen is able to style KSeperator quite some time already.

BUG: 161860

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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Fri, 9 May 2008 21:38:29 +0000 (21:38 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years ago* Prevent that the QTreeView::scrollTo() method adjusts the position of the horizonta...
Peter Penz [Thu, 8 May 2008 21:16:57 +0000 (21:16 +0000)]
* Prevent that the QTreeView::scrollTo() method adjusts the position of the horizontal scrollbar. This is done manually inside KTreeView if automatic scrolling is enabled.

* increased the delay until the auto scrolling starts from 50 to 300

CCMAIL: haraldhv@stud.ntnu.no

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

17 years agoclear the selection when loading the sub tree
Peter Penz [Thu, 8 May 2008 21:12:38 +0000 (21:12 +0000)]
clear the selection when loading the sub tree

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

17 years ago* If one item is selected and the item is (at least partly) visible, assure that...
Peter Penz [Thu, 8 May 2008 20:44:26 +0000 (20:44 +0000)]
* If one item is selected and the item is (at least partly) visible, assure that an automatic horizontal scrolling is done so that the item gets fully visible.

* Use QTimeLine instead of QTimer + value

CCMAIL: haraldhv@stud.ntnu.no

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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Thu, 8 May 2008 18:07:26 +0000 (18:07 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agodon't disable the scrollTo() functionality if a QAbstractItemView state is set (e...
Peter Penz [Wed, 7 May 2008 21:11:49 +0000 (21:11 +0000)]
don't disable the scrollTo() functionality if a QAbstractItemView state is set (e. g. DragSelectingState requires the scrollTo() functionality)

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

17 years agoUpdate selection toggle icon when the icon theme has been changed. Thanks to David...
Peter Penz [Wed, 7 May 2008 20:55:51 +0000 (20:55 +0000)]
Update selection toggle icon when the icon theme has been changed. Thanks to David Benjamin for the patch!

BUG: 161316

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

17 years agoFixed issue the the current view does not get the focus after opening Dolphin. Althou...
Peter Penz [Wed, 7 May 2008 20:50:27 +0000 (20:50 +0000)]
Fixed issue the the current view does not get the focus after opening Dolphin. Although this fixes #161590, further improvements have to be done to minimize the number of necessary tab presses...

BUG: 161590

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

17 years agoSVN_SILENT: updated comments
Peter Penz [Wed, 7 May 2008 20:10:16 +0000 (20:10 +0000)]
SVN_SILENT: updated comments

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

17 years agoallow Konqueror to open also files inside a new tab, not only directories
Peter Penz [Wed, 7 May 2008 20:02:37 +0000 (20:02 +0000)]
allow Konqueror to open also files inside a new tab, not only directories

CCMAIL: faure@kde.org

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

17 years agoSVN_SILENT: minor coding style fixes
Peter Penz [Wed, 7 May 2008 06:58:16 +0000 (06:58 +0000)]
SVN_SILENT: minor coding style fixes

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

17 years agoenable the scrollTo() functionality if it has been triggered by a key-press
Peter Penz [Wed, 7 May 2008 06:11:54 +0000 (06:11 +0000)]
enable the scrollTo() functionality if it has been triggered by a key-press

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

17 years agoSVN_SILENT made messages (.desktop file, second try)
Script Kiddy [Wed, 7 May 2008 04:35:50 +0000 (04:35 +0000)]
SVN_SILENT made messages (.desktop file, second try)

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

17 years agoFixed issue that the vertical scrollbar jumps back to the initial state during previe...
Peter Penz [Tue, 6 May 2008 22:25:15 +0000 (22:25 +0000)]
Fixed issue that the vertical scrollbar jumps back to the initial state during previews are loaded in the icons view.

BUG: 161086
BUG: 160513

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

17 years ago* prevent that cut icons are shift left in the icons view by using the correct size
Peter Penz [Tue, 6 May 2008 21:46:30 +0000 (21:46 +0000)]
* prevent that cut icons are shift left in the icons view by using the correct size
* apply cut item effect before generating previews

BUG: 161707

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

17 years agoprevent a possible crash if an item is deleted during previews are generated
Peter Penz [Tue, 6 May 2008 05:47:11 +0000 (05:47 +0000)]
prevent a possible crash if an item is deleted during previews are generated

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

17 years agoUse FindQImageBlitz.cmake instead of deprecated FindBlitz.cmake
David Faure [Mon, 5 May 2008 14:21:55 +0000 (14:21 +0000)]
Use FindQImageBlitz.cmake instead of deprecated FindBlitz.cmake

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

17 years agoRe-enable name filtering (e.g. /home/dfaure/*.txt) in konqueror
David Faure [Mon, 5 May 2008 00:42:33 +0000 (00:42 +0000)]
Re-enable name filtering (e.g. /home/dfaure/*.txt) in konqueror

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

17 years agoMove "Adjust view properties" to dolphinviewactionhandler so that it's available...
David Faure [Sun, 4 May 2008 21:16:30 +0000 (21:16 +0000)]
Move "Adjust view properties" to dolphinviewactionhandler so that it's available in dolphinpart (konqueror) too.
Bug reported by kde-bug-hunter "lemma".

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

17 years agoOoops, fix name of componentdata so that the dolphinpart GUI is found again.
David Faure [Sun, 4 May 2008 21:15:14 +0000 (21:15 +0000)]
Ooops, fix name of componentdata so that the dolphinpart GUI is found again.

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

17 years agoAssure that after "Split View" has been executed, that the second view gets the focus...
Peter Penz [Sun, 4 May 2008 18:40:06 +0000 (18:40 +0000)]
Assure that after "Split View" has been executed, that the second view gets the focus instead of the first view.

BUG: 161365

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

17 years agoFixed issue that sometimes the dragging from an inactive view to an active view does...
Peter Penz [Sun, 4 May 2008 18:24:28 +0000 (18:24 +0000)]
Fixed issue that sometimes the dragging from an inactive view to an active view does not work. Note that this is just a workaround, QAbstractItemView should take care about this itself. I tried to provide a Qt-only example for this, but it is more tricky than I thought: it seems some expensive operations are required, so that the position of the second mouse-move event is outside the item area... I'll retest this issue without workaround if Qt 4.4 final is out.

BUG: 154619

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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Sun, 4 May 2008 12:26:15 +0000 (12:26 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agoFix CPU 100% bug. This hack couldn't live much more. Peter, about the "we get to...
Rafael Fernández López [Fri, 2 May 2008 17:19:06 +0000 (17:19 +0000)]
Fix CPU 100% bug. This hack couldn't live much more. Peter, about the "we get to an unusabla tree view", I've worked on a patch for QTreeView. Let's see if TT like it :)

BUG: 160826

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

17 years agoKonqFileUndoManager moved to kdelibs, as KIO::FileUndoManager. Ported the code in...
David Faure [Wed, 30 Apr 2008 23:32:33 +0000 (23:32 +0000)]
KonqFileUndoManager moved to kdelibs, as KIO::FileUndoManager. Ported the code in libkonq+dolphin+konqueror.

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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Tue, 29 Apr 2008 05:57:03 +0000 (05:57 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agoDesaturate the preview when a new preview will be generated. This is useful when...
Peter Penz [Mon, 28 Apr 2008 21:26:52 +0000 (21:26 +0000)]
Desaturate the preview when a new preview will be generated. This is useful when previews are done for large images, so that an indication is given that the current preview gets replaced.

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

17 years agodon't allow to trash files which are inside trash:/ already
David Faure [Sun, 27 Apr 2008 22:35:49 +0000 (22:35 +0000)]
don't allow to trash files which are inside trash:/ already

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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Sat, 26 Apr 2008 20:50:45 +0000 (20:50 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agolink in XRender, if found.
Allen Winter [Sat, 26 Apr 2008 13:45:18 +0000 (13:45 +0000)]
link in XRender, if found.

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

17 years agoavoid unnecessary copies by using const & in foreach
Albert Astals Cid [Thu, 24 Apr 2008 20:41:04 +0000 (20:41 +0000)]
avoid unnecessary copies by using const & in foreach

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

17 years agoprovide middle-mouse-button support for Konqueror (= create new window or tab)
Peter Penz [Wed, 23 Apr 2008 20:57:58 +0000 (20:57 +0000)]
provide middle-mouse-button support for Konqueror (= create new window or tab)

CCMAIL: faure@kde.org

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

17 years agolet a double-click on the empty tab-area open a new tab (-> consistent with konsole...
Peter Penz [Wed, 23 Apr 2008 18:28:23 +0000 (18:28 +0000)]
let a double-click on the empty tab-area open a new tab (-> consistent with konsole behavior)

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

17 years agoProvide horizontal auto scrolling for the tree view (implemented by Harald Hvaal...
Peter Penz [Tue, 22 Apr 2008 05:45:16 +0000 (05:45 +0000)]
Provide horizontal auto scrolling for the tree view (implemented by Harald Hvaal). As soon as KTreeView is matured enough, it can be discussed whether it should be moved to kdelibs for KDE 4.2.

CCMAIL: haraldhv@stud.ntnu.no

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

17 years agoi18n fixes.
Chusslove Illich [Mon, 21 Apr 2008 17:41:57 +0000 (17:41 +0000)]
i18n fixes.

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

17 years agoset global program icon via KAboutData, not directly
Friedrich W. H. Kossebau [Sun, 20 Apr 2008 23:35:54 +0000 (23:35 +0000)]
set global program icon via KAboutData, not directly

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

17 years agoFix bug with the UndoUiInterface usage: if more than one mainwindow was used, the...
David Faure [Sun, 20 Apr 2008 22:07:44 +0000 (22:07 +0000)]
Fix bug with the UndoUiInterface usage: if more than one mainwindow was used, the statusbar of the wrong window could be used for displaying error messages from the undo manager.

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

17 years agoInitialize m_delegate field.
Robert Knight [Sat, 19 Apr 2008 12:48:52 +0000 (12:48 +0000)]
Initialize m_delegate field.

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

17 years agofixed some stupid bugs I did not see in the previous commit -> after 9 hours in the...
Peter Penz [Fri, 18 Apr 2008 20:31:31 +0000 (20:31 +0000)]
fixed some stupid bugs I did not see in the previous commit -> after 9 hours in the office and 3 hours Dolphin it seems I'm too tired :-(

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

17 years agoconsider the protocol and directory capabilities for file actions like Rename, Delete...
Peter Penz [Fri, 18 Apr 2008 20:21:21 +0000 (20:21 +0000)]
consider the protocol and directory capabilities for file actions like Rename, Delete and Move To Trash

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

17 years agoConsider the protocol and directory capabilities for file actions like Move To/Copy...
Peter Penz [Fri, 18 Apr 2008 19:43:16 +0000 (19:43 +0000)]
Consider the protocol and directory capabilities for file actions like Move To/Copy To (note that this is just an initial version; adjustments must also be done for the global actions like Delete, Rename etc.)

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

17 years agodon't use deprecated methods
Peter Penz [Fri, 18 Apr 2008 17:11:43 +0000 (17:11 +0000)]
don't use deprecated methods

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

17 years agoTemporary remove the fix from 798078, as it has a minor sideeffect. We'll try to...
Peter Penz [Fri, 18 Apr 2008 16:56:02 +0000 (16:56 +0000)]
Temporary remove the fix from 798078, as it has a minor sideeffect. We'll try to find a proper solution during the next days...

CCMAIL: sebastian@trueg.de

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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Fri, 18 Apr 2008 15:51:48 +0000 (15:51 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agoPorted dolphinpart to K_PLUGIN_FACTORY
David Faure [Thu, 17 Apr 2008 21:49:53 +0000 (21:49 +0000)]
Ported dolphinpart to K_PLUGIN_FACTORY
Ported konqueror's part loading to KPluginLoader. Factorized some code into a tryLoadingService.
If you miss some khtml actions, update kdelibs/kdecore/util.

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

17 years agoFallback to filename after all if no proper fileitem is available. Sorry, the code...
Sebastian Trueg [Thu, 17 Apr 2008 12:03:10 +0000 (12:03 +0000)]
Fallback to filename after all if no proper fileitem is available. Sorry, the code is a bit confusing

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

17 years agoUse the display text for the info sidebar title instead of the filename.
Sebastian Trueg [Thu, 17 Apr 2008 11:58:08 +0000 (11:58 +0000)]
Use the display text for the info sidebar title instead of the filename.

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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Wed, 16 Apr 2008 21:40:56 +0000 (21:40 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agofix possible crash when selecting "New Tab" from the tab context menu of an inactive tab
Peter Penz [Wed, 16 Apr 2008 21:27:39 +0000 (21:27 +0000)]
fix possible crash when selecting "New Tab" from the tab context menu of an inactive tab

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

17 years ago* clear the selection toggle when zooming in or out
Peter Penz [Wed, 16 Apr 2008 21:08:09 +0000 (21:08 +0000)]
* clear the selection toggle when zooming in or out
* clear the selection toggle when using the scroll wheel (this is only a temporary workaround until Qt-issue #200665 has been fixed)

BUG: 159737

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

17 years agoif the mouse is above an item and moved very fast outside the widget, no viewportEnte...
Peter Penz [Wed, 16 Apr 2008 20:26:21 +0000 (20:26 +0000)]
if the mouse is above an item and moved very fast outside the widget, no viewportEntered() signal might be emitted although the mouse has been moved above the viewport

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

17 years ago* provide context menu for tabs
Peter Penz [Wed, 16 Apr 2008 20:03:05 +0000 (20:03 +0000)]
* provide context menu for tabs
* assure that the tab name is set to "/" for the root URL instead of using an empty string

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