]> cloud.milkyroute.net Git - dolphin.git/log
dolphin.git
17 years agoAssure that when requesting the context menu for the column-view, that the correct...
Peter Penz [Wed, 18 Jun 2008 19:34:03 +0000 (19:34 +0000)]
Assure that when requesting the context menu for the column-view, that the correct items are used.

TODO for 4.2: get rid of those 'if (isColumnViewActive())' special cases and provide a generic model which also works with the way the column view is implemented

BUG: 164146

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

17 years agoCorrecting icon name from "view_icon" to "view-icon"
James Richard Tyrer [Tue, 17 Jun 2008 21:29:51 +0000 (21:29 +0000)]
Correcting icon name from "view_icon" to "view-icon"

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

17 years agoDetails view related fixes: all columns except the name column should act as viewport.
Peter Penz [Mon, 16 Jun 2008 21:56:20 +0000 (21:56 +0000)]
Details view related fixes: all columns except the name column should act as viewport.

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

17 years agoalso update the current index if a deselection is done
Peter Penz [Mon, 16 Jun 2008 21:19:34 +0000 (21:19 +0000)]
also update the current index if a deselection is done

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

17 years agoalso adjust the current index when selecting an item by the (+) selector
Peter Penz [Mon, 16 Jun 2008 20:02:06 +0000 (20:02 +0000)]
also adjust the current index when selecting an item by the (+) selector

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

17 years agouse a smaller margin for the meta information
Peter Penz [Mon, 16 Jun 2008 19:33:29 +0000 (19:33 +0000)]
use a smaller margin for the meta information

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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Sun, 15 Jun 2008 03:55:58 +0000 (03:55 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agoRuntime optimization for preview sorting: Use 2 different algorithms dependent on...
Peter Penz [Fri, 13 Jun 2008 21:22:13 +0000 (21:22 +0000)]
Runtime optimization for preview sorting: Use 2 different algorithms dependent on the relation between model-rows and preview items. One algorithm is faster when e. g. inserting 10 items into a directory of 2000 items, while the other algorithm is faster when initially loading the directory.

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

17 years agoFix the "No text" menu appearing in konqueror while browsing directories. Sorry for...
David Faure [Fri, 13 Jun 2008 10:58:26 +0000 (10:58 +0000)]
Fix the "No text" menu appearing in konqueror while browsing directories. Sorry for message freeze breakage.

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

17 years agoFinally fixed problem that "Apply to all folders" did not work as expected. TODO...
Peter Penz [Fri, 13 Jun 2008 06:10:53 +0000 (06:10 +0000)]
Finally fixed problem that "Apply to all folders" did not work as expected. TODO: the mirrored directory still should be cleaned up, but this has to be done without deleting the view properties fallback.

BUG: 163366

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

17 years agoFix the "Apply" - "OK" problem in the viewproperties dialog (patch done by Rafael...
Peter Penz [Fri, 13 Jun 2008 05:30:55 +0000 (05:30 +0000)]
Fix the "Apply" - "OK" problem in the viewproperties dialog (patch done by Rafael Fernández López). One related problem still has to be solved...

CCBUG: 163366

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

17 years agoSVN_SILENT: comment++
Peter Penz [Wed, 11 Jun 2008 18:52:57 +0000 (18:52 +0000)]
SVN_SILENT: comment++

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

17 years agoSimplify code:
Peter Penz [Wed, 11 Jun 2008 18:47:32 +0000 (18:47 +0000)]
Simplify code:
* Use KFileItems for all lists instead a mixture of KFileItemList and QList<KUrl>.
* Use a common helper method for generatePreviews() and resumePreviews() to order the visible items at the beginning of the list.

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

17 years agocancel previews if the URL has been changed
Peter Penz [Wed, 11 Jun 2008 17:51:32 +0000 (17:51 +0000)]
cancel previews if the URL has been changed

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

17 years agoImprove the performance of the code part which checks which items are visible. Althou...
Peter Penz [Wed, 11 Jun 2008 17:50:59 +0000 (17:50 +0000)]
Improve the performance of the code part which checks which items are visible. Although the code is less readable now, it requires only 0,5 seconds for 2500 items instead of 2 seconds.

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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Tue, 10 Jun 2008 20:52:13 +0000 (20:52 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agodon't forget to delete the MIME type resolver when the IconManager gets destructed
Peter Penz [Tue, 10 Jun 2008 18:45:00 +0000 (18:45 +0000)]
don't forget to delete the MIME type resolver when the IconManager gets destructed

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

17 years agoonly resolve the MIME-types asynchronously, if no preview is generated
Peter Penz [Tue, 10 Jun 2008 18:38:28 +0000 (18:38 +0000)]
only resolve the MIME-types asynchronously, if no preview is generated

CCMAIL: faure@kde.org
CCMAIL: ereslibre@kde.org

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

17 years agoremove KDE 3 relict (the preview action does not exist anymore since about more than...
Peter Penz [Tue, 10 Jun 2008 17:54:52 +0000 (17:54 +0000)]
remove KDE 3 relict (the preview action does not exist anymore since about more than 1 year)

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

17 years agoJust use KMimeType::extractKnownExtension() instead of the custom implementation...
Peter Penz [Tue, 10 Jun 2008 17:22:24 +0000 (17:22 +0000)]
Just use KMimeType::extractKnownExtension() instead of the custom implementation. Thanks to David Faure for the hint!

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

17 years agoMove code for disabling the paste action into DolphinView::pasteInfo() -> Dolphin...
Peter Penz [Tue, 10 Jun 2008 16:23:46 +0000 (16:23 +0000)]
Move code for disabling the paste action into DolphinView::pasteInfo() -> Dolphin KPart now also is aware about the disabled paste action.

@David: Konqueror hides the paste action in the context menu now, but still the action in the edit menu stays enabled

CCMAIL: faure@kde.org

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

17 years agoSVN_SILENT: documentation fixes
Peter Penz [Tue, 10 Jun 2008 16:07:09 +0000 (16:07 +0000)]
SVN_SILENT: documentation fixes

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

17 years agoArgh my last patch broke plugins. So revert 818988 and do it properly, for real this...
David Faure [Tue, 10 Jun 2008 09:15:19 +0000 (09:15 +0000)]
Argh my last patch broke plugins. So revert 818988 and do it properly, for real this time :)
KPluginFactory can take the catalog name as second argument, this is the best fix.
CCMAIL: Chusslove Illich <caslav.ilic@gmx.net>

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

17 years agoRevert 818910 and do it properly (patch by dfaure).
Chusslove Illich [Tue, 10 Jun 2008 09:07:59 +0000 (09:07 +0000)]
Revert 818910 and do it properly (patch by dfaure).

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

17 years agoAnother fix for redirections: "Create New" was missing from the konqpopupmenu when...
David Faure [Mon, 9 Jun 2008 11:59:15 +0000 (11:59 +0000)]
Another fix for redirections: "Create New" was missing from the konqpopupmenu when doing RMB on ftp://user@host, because after the redirection, part->url() was still the old url (so it didn't look like a popup opened for the current directory, in the konqpopupemenu code)

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

17 years agodisable the paste action if no writing is supported for the paste-destination
Peter Penz [Sun, 8 Jun 2008 15:20:19 +0000 (15:20 +0000)]
disable the paste action if no writing is supported for the paste-destination

BUG: 161639

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

17 years ago* use a default size where the height of the line editor is not too small
Peter Penz [Sun, 8 Jun 2008 13:10:14 +0000 (13:10 +0000)]
* use a default size where the height of the line editor is not too small
* remember the size set by the user

CCMAIL: trueg@kde.org

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

17 years agofixed issue that "Apply to all folders" in the view properties dialog might forget...
Peter Penz [Sun, 8 Jun 2008 12:43:10 +0000 (12:43 +0000)]
fixed issue that "Apply to all folders" in the view properties dialog might forget some settings when pressing first "Apply" and then "OK"

BUG: 163366

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

17 years agoSVN_SILENT: removed trailing spaces
Peter Penz [Sun, 8 Jun 2008 12:38:56 +0000 (12:38 +0000)]
SVN_SILENT: removed trailing spaces

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

17 years ago;--
Albert Astals Cid [Sun, 8 Jun 2008 11:29:38 +0000 (11:29 +0000)]
;--

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

17 years agofixed possible crash when showing tooltips and switching between views
Peter Penz [Sun, 8 Jun 2008 10:11:13 +0000 (10:11 +0000)]
fixed possible crash when showing tooltips and switching between views

BUG: 161201
CCMAIL: ubuntu@martin-graesslin.com

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

17 years agoadded missing virtuals
Peter Penz [Sun, 8 Jun 2008 09:55:06 +0000 (09:55 +0000)]
added missing virtuals

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

17 years agoSVN_SILENT: minor coding style fix
Peter Penz [Sun, 8 Jun 2008 09:27:29 +0000 (09:27 +0000)]
SVN_SILENT: minor coding style fix

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

17 years agofix memory leak
Peter Penz [Sun, 8 Jun 2008 09:26:18 +0000 (09:26 +0000)]
fix memory leak

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

17 years agoUpdate the keypress state before invoking QTreeView::keyPressEvent(), as this call...
Peter Penz [Sat, 7 Jun 2008 15:53:34 +0000 (15:53 +0000)]
Update the keypress state before invoking QTreeView::keyPressEvent(), as this call invokes QTreeView::currentChanged(), where the value is needed. This fix assures that the selection is changed when the current index is changed like in QListView.

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

17 years ago1) Make sure that size qprogressbar is really updated after each change
Jakub Stachowski [Sat, 7 Jun 2008 15:39:27 +0000 (15:39 +0000)]
1) Make sure that size qprogressbar is really updated after each change
2) Get rid of flicker when after changing partition new size is smaller
than used space on old one - in this case setMaximum calls reset()
3) User proper value for comparison when checking if progressbar should
be changed

BUG: 163343

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

17 years agoRequest item information when the current directory has been (re-) entered. This...
Peter Penz [Sat, 7 Jun 2008 12:32:03 +0000 (12:32 +0000)]
Request item information when the current directory has been (re-) entered. This e. g. occurs if a media has been unmounted and remounted again.

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

17 years agoFixed the following Information Panel issues:
Peter Penz [Sat, 7 Jun 2008 12:14:29 +0000 (12:14 +0000)]
Fixed the following Information Panel issues:
* Trash icon is not updated when trash has been emptied or got filled.
* When renaming an item the old name will be shown in the Information Panel.
* When unmounting media, still the mounted icon is shown.

BUG: 161385
BUG: 153514
BUG: 154747
CCBUG: 159366

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

17 years agoDo a delayed initialization of all widgets when showing the the Information Panel...
Peter Penz [Sat, 7 Jun 2008 11:00:42 +0000 (11:00 +0000)]
Do a delayed initialization of all widgets when showing the the Information Panel. This assures that no expensive initializations are done when the Information Panel is not shown at all.

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

17 years ago* use cmake macro to install preview icon
Urs Wolfer [Sat, 7 Jun 2008 10:56:14 +0000 (10:56 +0000)]
* use cmake macro to install preview icon
* install icons to global icon dir, otherwise it seems not to work when using dolpin part in konqueror

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

17 years agofix crash when e. g. right clicking on a file using SMB inside Konqueror
Peter Penz [Sat, 7 Jun 2008 09:49:24 +0000 (09:49 +0000)]
fix crash when e. g. right clicking on a file using SMB inside Konqueror

BUG: 163358

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

17 years agoWhen "move_to_trash" is disabled and "delete" is enabled (e.g. non-local files),
David Faure [Thu, 5 Jun 2008 22:25:07 +0000 (22:25 +0000)]
When "move_to_trash" is disabled and "delete" is enabled (e.g. non-local files),
enable a hidden action with Key_Del as shortcut, so that the user can press Del to delete the file.
BUG: 76016

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

17 years agoMove the "Create New" action (for the Edit menu, not for the context menu) to dolphin...
David Faure [Thu, 5 Jun 2008 19:19:14 +0000 (19:19 +0000)]
Move the "Create New" action (for the Edit menu, not for the context menu) to dolphinpart, so that
it doesn't appear while browsing the web [with a filemanagement profile initially]. The point is to
make the GUI sensible whatever initial profile was selected and hopefully get rid of konq-filemanagement.rc/konq-webbrowsing.rc.

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

17 years agoSVN_SILENT made messages (.desktop file, second try)
Script Kiddy [Thu, 5 Jun 2008 02:24:59 +0000 (02:24 +0000)]
SVN_SILENT made messages (.desktop file, second try)

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

17 years agoContinue cleaning up the menus of "konqueror as a webbrowser" : moved "Tools / Open...
David Faure [Wed, 4 Jun 2008 11:51:54 +0000 (11:51 +0000)]
Continue cleaning up the menus of "konqueror as a webbrowser" : moved "Tools / Open Terminal" action to DolphinPart.
Thanks to Kevin for reminding me of this one.

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

17 years agojump to the URL of the clipboard content if a middle click on an empty area inside...
Peter Penz [Tue, 3 Jun 2008 20:30:39 +0000 (20:30 +0000)]
jump to the URL of the clipboard content if a middle click on an empty area inside the view is done

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

17 years agoSVN_SILENT: removed obsolete (now: wrong) comment
Peter Penz [Tue, 3 Jun 2008 20:29:12 +0000 (20:29 +0000)]
SVN_SILENT: removed obsolete (now: wrong) comment

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

17 years agono need to request a thumbnail
Peter Penz [Tue, 3 Jun 2008 19:27:46 +0000 (19:27 +0000)]
no need to request a thumbnail

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

17 years agomove the create config-nepomuk.h higher so dolphinprivate sources can find it.
Allen Winter [Tue, 3 Jun 2008 14:44:10 +0000 (14:44 +0000)]
move the create config-nepomuk.h higher so dolphinprivate sources can find it.
add a macro_log_feature() message

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

17 years agoFixed Nepomuk dependancy checking
Sebastian Trueg [Tue, 3 Jun 2008 14:34:10 +0000 (14:34 +0000)]
Fixed Nepomuk dependancy checking

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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Tue, 3 Jun 2008 14:23:53 +0000 (14:23 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agoUse KonqMenuActions to add the "open with" actions to the popupmenu, to avoid this...
David Faure [Mon, 2 Jun 2008 16:36:29 +0000 (16:36 +0000)]
Use KonqMenuActions to add the "open with" actions to the popupmenu, to avoid this independent reimplementation,
which brought back bug 121728 ('&' in application name treated as accelerator)

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

17 years agoUse KonqFileItemCapabilities in KonqPopupMenuInformation instead of the too-basic...
David Faure [Mon, 2 Jun 2008 14:30:26 +0000 (14:30 +0000)]
Use KonqFileItemCapabilities in KonqPopupMenuInformation instead of the too-basic bool readOnly().
Ported KonqPopupMenu to KonqFileItemCapabilities.

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

17 years agoFix the edit-menu action disabling/enabling bug in dolphinpart finally! Also, move...
George Goldberg [Mon, 2 Jun 2008 10:07:13 +0000 (10:07 +0000)]
Fix the edit-menu action disabling/enabling bug in dolphinpart finally! Also, move FileItemCapabilities from dolphin to KonqFileItemCapabilities at dfaure's request (making it implicitly shared along the way).

BUGS:161594

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

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