Commit graph

1670 commits

Author SHA1 Message Date
Peter Penz ed5b2e5473 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
2008-05-20 21:21:48 +00:00
Peter Penz 0ce69374d9 remove (another) unused method
svn path=/trunk/KDE/kdebase/apps/; revision=810459
2008-05-20 19:46:24 +00:00
Peter Penz 2041dcd123 remove unused method
svn path=/trunk/KDE/kdebase/apps/; revision=810455
2008-05-20 19:40:07 +00:00
Peter Penz 6ff3344adc 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
2008-05-20 18:17:20 +00:00
David Faure 05062b6346 Argh, I knew I forgot to commit this dir. Sorry about that.
svn path=/trunk/KDE/kdebase/apps/; revision=809960
2008-05-19 19:44:42 +00:00
Andreas Hartmetz 88d5b7b93d 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
2008-05-19 18:35:31 +00:00
Script Kiddy 1c6cf8ac38 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=809748
2008-05-19 11:22:53 +00:00
James Richard Tyrer 8a891082f4 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
2008-05-18 15:31:24 +00:00
Script Kiddy 4c92ea56a4 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=808727
2008-05-17 12:42:34 +00:00
Ivo Anjo 643550b9d7 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
2008-05-17 11:35:36 +00:00
Peter Penz 5ab90e19e7 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
2008-05-14 20:50:00 +00:00
Peter Penz df55b9d89f 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
2008-05-14 15:15:31 +00:00
Script Kiddy 620230729e SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=807573
2008-05-14 00:45:41 +00:00
Script Kiddy 789b49ff7b SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=806903
2008-05-12 14:40:15 +00:00
Jakob Petsovits 24889b5b4a Icon renaming (code changes):
edit-create-symbolic-link -> edit-link

svn path=/trunk/KDE/kdebase/apps/; revision=806725
2008-05-12 09:06:13 +00:00
Peter Penz 95ac842f29 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
2008-05-11 21:51:04 +00:00
Peter Penz 57e3503e2f 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
2008-05-11 20:14:50 +00:00
Peter Penz 2ad91b4534 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
2008-05-11 19:34:34 +00:00
Peter Penz 75c91317fe 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
2008-05-11 18:37:33 +00:00
Script Kiddy 52489c2dbc SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=806426
2008-05-11 11:52:04 +00:00
Peter Penz c67417aa62 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
2008-05-10 13:37:06 +00:00
Script Kiddy fe1c747e4f SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=806050
2008-05-09 21:38:29 +00:00
Peter Penz 32f446e6de * 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
2008-05-08 21:16:57 +00:00
Peter Penz 9d596ce883 clear the selection when loading the sub tree
svn path=/trunk/KDE/kdebase/apps/; revision=805603
2008-05-08 21:12:38 +00:00
Peter Penz fc97fa250d * 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
2008-05-08 20:44:26 +00:00
Script Kiddy a9b2910125 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=805551
2008-05-08 18:07:26 +00:00
Peter Penz edabe0a7c8 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
2008-05-07 21:11:49 +00:00
Peter Penz 197abb4be8 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
2008-05-07 20:55:51 +00:00
Peter Penz 63be8bc9a1 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
2008-05-07 20:50:27 +00:00
Peter Penz 75f55c070f SVN_SILENT: updated comments
svn path=/trunk/KDE/kdebase/apps/; revision=805188
2008-05-07 20:10:16 +00:00
Peter Penz d4287eb8e3 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
2008-05-07 20:02:37 +00:00
Peter Penz 9f60cbdb63 SVN_SILENT: minor coding style fixes
svn path=/trunk/KDE/kdebase/apps/; revision=804938
2008-05-07 06:58:16 +00:00
Peter Penz f2873a9738 enable the scrollTo() functionality if it has been triggered by a key-press
svn path=/trunk/KDE/kdebase/apps/; revision=804928
2008-05-07 06:11:54 +00:00
Script Kiddy aa8948e491 SVN_SILENT made messages (.desktop file, second try)
svn path=/trunk/KDE/kdebase/apps/; revision=804910
2008-05-07 04:35:50 +00:00
Peter Penz 90e8b435e7 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
2008-05-06 22:25:15 +00:00
Peter Penz c5727efd24 * 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
2008-05-06 21:46:30 +00:00
Peter Penz 0de9ce9985 prevent a possible crash if an item is deleted during previews are generated
svn path=/trunk/KDE/kdebase/apps/; revision=804457
2008-05-06 05:47:11 +00:00
David Faure 7059f31bc8 Use FindQImageBlitz.cmake instead of deprecated FindBlitz.cmake
svn path=/trunk/KDE/kdebase/apps/; revision=804272
2008-05-05 14:21:55 +00:00
David Faure ba509a3be3 Re-enable name filtering (e.g. /home/dfaure/*.txt) in konqueror
svn path=/trunk/KDE/kdebase/apps/; revision=804094
2008-05-05 00:42:33 +00:00
David Faure fd98230020 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
2008-05-04 21:16:30 +00:00
David Faure 5ad129ac78 Ooops, fix name of componentdata so that the dolphinpart GUI is found again.
svn path=/trunk/KDE/kdebase/apps/; revision=804036
2008-05-04 21:15:14 +00:00
Peter Penz 5e36288789 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
2008-05-04 18:40:06 +00:00
Peter Penz 03aa2029d7 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
2008-05-04 18:24:28 +00:00
Script Kiddy a2683d9874 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=803885
2008-05-04 12:26:15 +00:00
Rafael Fernández López f2ddae8666 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
2008-05-02 17:19:06 +00:00
David Faure 06e9ece821 KonqFileUndoManager moved to kdelibs, as KIO::FileUndoManager. Ported the code in libkonq+dolphin+konqueror.
svn path=/trunk/KDE/kdebase/apps/; revision=802881
2008-04-30 23:32:33 +00:00
Script Kiddy fd46bdb301 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=802307
2008-04-29 05:57:03 +00:00
Peter Penz c78477af3b 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
2008-04-28 21:26:52 +00:00
David Faure 439fa3c474 don't allow to trash files which are inside trash:/ already
svn path=/trunk/KDE/kdebase/apps/; revision=801853
2008-04-27 22:35:49 +00:00
Script Kiddy 3467159a73 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=801563
2008-04-26 20:50:45 +00:00
Allen Winter 08fbcf8c30 link in XRender, if found.
svn path=/trunk/KDE/kdebase/apps/; revision=801388
2008-04-26 13:45:18 +00:00
Albert Astals Cid f32987d719 avoid unnecessary copies by using const & in foreach
svn path=/trunk/KDE/kdebase/apps/; revision=800783
2008-04-24 20:41:04 +00:00
Peter Penz 2a4f4c4b9c provide middle-mouse-button support for Konqueror (= create new window or tab)
CCMAIL: faure@kde.org

svn path=/trunk/KDE/kdebase/apps/; revision=800298
2008-04-23 20:57:58 +00:00
Peter Penz a593ad0b99 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
2008-04-23 18:28:23 +00:00
Peter Penz 9e2b078d03 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
2008-04-22 05:45:16 +00:00
Chusslove Illich ead963b8ce i18n fixes.
svn path=/trunk/KDE/kdebase/apps/; revision=799503
2008-04-21 17:41:57 +00:00
Friedrich W. H. Kossebau ab0c34359d set global program icon via KAboutData, not directly
svn path=/trunk/KDE/kdebase/apps/; revision=799282
2008-04-20 23:35:54 +00:00
David Faure d1aaeab617 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
2008-04-20 22:07:44 +00:00
Robert Knight e8b4072c34 Initialize m_delegate field.
svn path=/trunk/KDE/kdebase/apps/; revision=798775
2008-04-19 12:48:52 +00:00
Peter Penz 4e58afa1fd 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
2008-04-18 20:31:31 +00:00
Peter Penz 6ba12bacc7 consider the protocol and directory capabilities for file actions like Rename, Delete and Move To Trash
svn path=/trunk/KDE/kdebase/apps/; revision=798674
2008-04-18 20:21:21 +00:00
Peter Penz 7d0080868b 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
2008-04-18 19:43:16 +00:00
Peter Penz 01f53f01b4 don't use deprecated methods
svn path=/trunk/KDE/kdebase/apps/; revision=798611
2008-04-18 17:11:43 +00:00
Peter Penz 049f2d4556 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
2008-04-18 16:56:02 +00:00
Script Kiddy b6ca206636 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=798572
2008-04-18 15:51:48 +00:00
David Faure fcafd387f7 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
2008-04-17 21:49:53 +00:00
Sebastian Trueg 16b9d9bc19 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
2008-04-17 12:03:10 +00:00
Sebastian Trueg e90541c1af Use the display text for the info sidebar title instead of the filename.
svn path=/trunk/KDE/kdebase/apps/; revision=798076
2008-04-17 11:58:08 +00:00
Script Kiddy fae6d10e7e SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=797851
2008-04-16 21:40:56 +00:00
Peter Penz 50acc2d6ec fix possible crash when selecting "New Tab" from the tab context menu of an inactive tab
svn path=/trunk/KDE/kdebase/apps/; revision=797843
2008-04-16 21:27:39 +00:00
Peter Penz 3a27f30799 * 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
2008-04-16 21:08:09 +00:00
Peter Penz eb36093c2c 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
2008-04-16 20:26:21 +00:00
Peter Penz 12c1feb0c5 * 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
2008-04-16 20:03:05 +00:00
Sebastian Trueg 8f582495f6 Use the targetUrl instead of the plain url for the metainfo display. This way stuff like the tags io slave work properly.
svn path=/trunk/KDE/kdebase/apps/; revision=797341
2008-04-15 14:55:42 +00:00
Script Kiddy ce25fd3f99 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=797202
2008-04-15 02:02:03 +00:00
Peter Penz 8cb8b51909 let Dolphin use the new tab-close-buttons
svn path=/trunk/KDE/kdebase/apps/; revision=797061
2008-04-14 20:19:17 +00:00
Robert Knight 46f6908b7e Do not take address of temporary variable.
svn path=/trunk/KDE/kdebase/apps/; revision=796853
2008-04-14 12:30:05 +00:00
Peter Penz ac9e01f789 implemented functionality for closing tabs
svn path=/trunk/KDE/kdebase/apps/; revision=796587
2008-04-13 20:20:30 +00:00
Peter Penz 9d394f7a4a prevent flickering when switching between tabs having a split view
svn path=/trunk/KDE/kdebase/apps/; revision=796566
2008-04-13 19:18:54 +00:00
Peter Penz 9d1a8d98dd fixes for tabs:
* remember active view when having a split view inside a tab
* prevent a possible recursion when returning into a tab having a split view

svn path=/trunk/KDE/kdebase/apps/; revision=796563
2008-04-13 19:12:52 +00:00
Albert Astals Cid f332f4cf9a typo-=2
svn path=/trunk/KDE/kdebase/apps/; revision=796395
2008-04-13 14:18:43 +00:00
Albert Astals Cid 85ac2b844e own header first
svn path=/trunk/KDE/kdebase/apps/; revision=796393
2008-04-13 14:18:31 +00:00
Script Kiddy d20b82536e SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=796259
2008-04-13 01:57:40 +00:00
Peter Penz 030a5d5433 when clicking with the middle mouse button on a directory, a new tab should be opened
svn path=/trunk/KDE/kdebase/apps/; revision=796116
2008-04-12 16:12:57 +00:00
Peter Penz 3b06c2120d "New Tab" menu + some related code ;-)
BUG: 143995

svn path=/trunk/KDE/kdebase/apps/; revision=796101
2008-04-12 15:09:46 +00:00
Laurent Montel 99686f7fe2 Commit patch from Alex
(He didn't have time to make it yesterday and will able to commit it next thursday)
This patch clean up some :
target_link_libraries(kfoo kdeinit_kfoo) which is already done in kde4_add_kdeinit_executable()
macro 	and use "INSTALL_TARGETS_DEFAULT_ARGS" in other place.
I tested all compile file, all works fine but if there is a pb send me a mail.

CCMAIL: neundorf@kde.org 

svn path=/trunk/KDE/kdebase/apps/; revision=795711
2008-04-11 06:52:03 +00:00
Script Kiddy 20a3032cff SVN_SILENT made messages (.desktop file, second try)
svn path=/trunk/KDE/kdebase/apps/; revision=795705
2008-04-11 06:35:44 +00:00
Konstantin Heil 80f345e165 * Using QPixmap instead of QBitmap for painting the text allows us to have anti aliased
fonts. 
* Adjusted sizeTip, so the text isn't scaled anymore and looks better now.

svn path=/trunk/KDE/kdebase/apps/; revision=795569
2008-04-10 20:10:18 +00:00
David Faure 71b626b358 Load plugins at the end of the ctor, so that everything is set up already. Will improve the Part API to make this easier.
svn path=/trunk/KDE/kdebase/apps/; revision=795466
2008-04-10 11:51:30 +00:00
Peter Penz 5e9de7232e fix drag & drop issue (multiple selected items have been deselected when starting to drag)
svn path=/trunk/KDE/kdebase/apps/; revision=795339
2008-04-09 20:48:32 +00:00
Peter Penz e847f4fec3 hide the tooltip when an item gets triggered or a context menu is opened
CCMAIL: konst.heil@stud.uni-heidelberg.de

svn path=/trunk/KDE/kdebase/apps/; revision=795330
2008-04-09 20:29:09 +00:00
Peter Penz 9d4250e10a Provide tooltips. Per default tooltips are turned off because the information sidebar is turned on already.
Thanks a lot to Konstantin Heil and Fredrik Höglund for the code :-)

CCMAIL: konst.heil@stud.uni-heidelberg.de
CCMAIL: fredrik@kde.org

svn path=/trunk/KDE/kdebase/apps/; revision=795324
2008-04-09 20:12:43 +00:00
Laurent Montel 60f40aaa4d Readd as in libkonq "part" this signal ""aboutToOpenURL""
used to signal to plugins kdirfilter that url changed

svn path=/trunk/KDE/kdebase/apps/; revision=795079
2008-04-09 07:02:55 +00:00
Script Kiddy cd789a54cc SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=795059
2008-04-09 03:58:49 +00:00
Peter Penz 6c3a2002b4 Bypassed a Qt-issue where enabling the menu-animation for QApplication emits a clicked() signal during the context menu is open. I got no bug-number from the Trolltech tasktracker yet, I'll update the number xxxxxx by the real number as soon as I received the bug-number.
BUG: 155574

svn path=/trunk/KDE/kdebase/apps/; revision=794872
2008-04-08 19:08:23 +00:00
Peter Penz 15ede69da8 don't apply a frame to image previews, if the preview is a very small image (e. g. an icon)
CCMAIL: aseigo@kde.org

svn path=/trunk/KDE/kdebase/apps/; revision=794783
2008-04-08 16:03:02 +00:00
Peter Penz 4b859a3621 Provide a setting to turn on/off tooltips. The tooltip implementation itself will be committed before the feature freeze (20th of April).
CCMAIL:  konst.heil@stud.uni-heidelberg.de

svn path=/trunk/KDE/kdebase/apps/; revision=794772
2008-04-08 15:42:12 +00:00
Script Kiddy ec19eaa2c5 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=794314
2008-04-07 02:20:20 +00:00
Peter Penz 955cefdcf3 fix selection regression that has been introduced by synchronizing the current index with the selected index
BUG: 158649

svn path=/trunk/KDE/kdebase/apps/; revision=794189
2008-04-06 21:01:05 +00:00
Script Kiddy 21ab734b41 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=793709
2008-04-04 21:35:57 +00:00
Peter Penz 1d107ab206 Fixed issue that an old meta data is shown when one item is selected and another item has been hovered (related to #160305, but further tests are required).
CCBUG: 160305

svn path=/trunk/KDE/kdebase/apps/; revision=793471
2008-04-04 06:03:27 +00:00
Script Kiddy 83bd299b31 SVN_SILENT made messages (.desktop file, second try)
svn path=/trunk/KDE/kdebase/apps/; revision=793165
2008-04-03 02:16:42 +00:00
Malcolm Hunter 2a742eff5c Typo fixes
svn path=/trunk/KDE/kdebase/apps/; revision=793037
2008-04-02 21:33:03 +00:00
Ralf Habacker 91687fa984 added application icons
svn path=/trunk/KDE/kdebase/apps/; revision=793036
2008-04-02 21:32:47 +00:00
Peter Penz 570f026558 improve layout of the "General Settings" dialog
svn path=/trunk/KDE/kdebase/apps/; revision=792998
2008-04-02 19:55:51 +00:00
Peter Penz 3db73a2d15 Thanks to David Faure the 'Copy To' and 'Move To' menus in the context menu can also be used by Dolphin now :-) In opposite to Konqueror the sub menus are turned off per default.
Minor issue: the Dolphin context menu should take care about the protocol capabilities (copy, move, delete, ...) like in konq_popupmenu (I'll fix this before 4.1).

CCMAIL: faure@kde.org
BUG: 155969

svn path=/trunk/KDE/kdebase/apps/; revision=792995
2008-04-02 19:49:04 +00:00
Malcolm Hunter 762418b05a Typo fixes
svn path=/trunk/KDE/kdebase/apps/; revision=792746
2008-04-01 23:32:40 +00:00
Peter Penz afb9e2d132 let the selection toggle fade in faster (based on user feedback from http://ppenz.blogspot.com/2008/04/selecting-items.html)
svn path=/trunk/KDE/kdebase/apps/; revision=792581
2008-04-01 16:25:25 +00:00
Peter Penz 4c8ebcf654 don't start the editor for renaming the files when double clicking on items
BUG: 159694

svn path=/trunk/KDE/kdebase/apps/; revision=792538
2008-04-01 14:20:57 +00:00
Sebastian Trueg bfb7d56d93 Do not show the 'No Tags' message and properly handle tags with spaces in their URI
svn path=/trunk/KDE/kdebase/apps/; revision=792521
2008-04-01 12:36:33 +00:00
Sebastian Trueg bd64849b07 Implemented tagging of multiple files at the same time.
The result is always an intersection of the tags of all files.
Another possibility would be to only change the clicked tag. Feedback?

BUG: 160157

svn path=/trunk/KDE/kdebase/apps/; revision=792518
2008-04-01 12:27:06 +00:00
Peter Penz 18354deaae provide a tooltip for the selection toggle
svn path=/trunk/KDE/kdebase/apps/; revision=792514
2008-04-01 12:05:12 +00:00
Peter Penz 03f4481bdf assure that the Dolphin KPart inside Konqueror gets updated when the settings are changed
svn path=/trunk/KDE/kdebase/apps/; revision=792496
2008-04-01 11:00:27 +00:00
Sebastian Trueg e8970ac771 Removed minimum size hint since we have zooming anyway.
One problem persists: the heightForWidth method does not take zooming
into account. Anyway, the tagcloud would probably benefit from being 
implemented using QGraphicsView (any volounteers? ;)

BUG: 160159

svn path=/trunk/KDE/kdebase/apps/; revision=792475
2008-04-01 09:19:34 +00:00
Script Kiddy 6b87f451e5 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=792414
2008-04-01 02:04:26 +00:00
Sebastian Trueg 2120512d4c Load existing comments as plain text to allow editing of html comments.
Maybe in the future it would be nice to have a rich text editor here which
also handles semantic stuff like automatic annotations.

BUG: 160160

svn path=/trunk/KDE/kdebase/apps/; revision=792294
2008-03-31 19:37:55 +00:00
Peter Penz e8cb5a292d Third attempt for fixing the layout issue, this time without side effects and only with very minor performance overhead...
svn path=/trunk/KDE/kdebase/apps/; revision=791824
2008-03-30 13:19:01 +00:00
Peter Penz b6f970d355 Revert last commit; the issue seems to be reproducible only in combination with 'Sort by Type' and we have to find the real root cause instead of bypassing a wrong layout.
CCMAIL: fredrik@kde.org

svn path=/trunk/KDE/kdebase/apps/; revision=791752
2008-03-30 08:44:52 +00:00
Peter Penz ae7d038d33 QListView might return a wrong x-position if the decoration size decreases. I temporary bypassed this in Dolphin, as I'm not 100 % sure whether it is really a QListView issue or related to KFileItemDelegate. To reproduce this issue with Qt-only quite a lot effort is needed -> I'll wait until Qt4.4 final is released...
CCMAIL: fredrik@kde.org

svn path=/trunk/KDE/kdebase/apps/; revision=791535
2008-03-29 19:40:26 +00:00
Rafael Fernández López 7ee8ead014 Use PE_PanelItemViewItem for consistency
svn path=/trunk/KDE/kdebase/apps/; revision=791451
2008-03-29 16:01:06 +00:00
Peter Penz ae392783a1 show modified time for folders inside the Information Panel
svn path=/trunk/KDE/kdebase/apps/; revision=791437
2008-03-29 14:58:18 +00:00
Peter Penz c33b01efb2 Move the pasteIntoFolder() method from the contextmenu into DolphinView. This allows to show the information inside the statusbar, that the paste operation has been completed (also some code duplication can be prevented by the way).
svn path=/trunk/KDE/kdebase/apps/; revision=791436
2008-03-29 14:54:56 +00:00
Peter Penz 6816615900 SVN_SILENT: assure that the position of the methods in the cpp file matchs with the position of the methods in the header file (part 2)
svn path=/trunk/KDE/kdebase/apps/; revision=791420
2008-03-29 14:17:52 +00:00
Peter Penz 44d938cf4b SVN_SILENT: assure that the position of the methods in the cpp file matchs with the position of the methods in the header file
svn path=/trunk/KDE/kdebase/apps/; revision=791416
2008-03-29 14:04:30 +00:00
Peter Penz fc15039860 The paste operation should ignore the current selection to behave similar as Konqueror and other file managers. Only if a context menu for a folder is opened, a pasting should be done into this folder.
Some internal cleanups are still required (see TODO comments), so that after finishing the operation an indication can be given to the user in the statusbar (must go for breakfast now, otherwise I'll eat my keyboard...).

BUG: 159862

svn path=/trunk/KDE/kdebase/apps/; revision=791354
2008-03-29 07:44:03 +00:00
Christian Ehrlicher 2fdeb4f5bb warnings-- / fix for fileSize > 2GB
svn path=/trunk/KDE/kdebase/apps/; revision=791169
2008-03-28 15:52:41 +00:00
Peter Penz f40e6db807 * minor coding style fixes
* replaced "Free disk space could not be determined" by "Unknown size", as the string would be too long fitting into the space information widget

svn path=/trunk/KDE/kdebase/apps/; revision=791051
2008-03-28 06:32:41 +00:00
Jeff Mitchell 1fed8b968c Revert back to kibibytes for now
svn path=/trunk/KDE/kdebase/apps/; revision=791031
2008-03-28 01:24:50 +00:00
Jeff Mitchell 994e0570ee This value was still wrong, because I mixed up kibibytes and kilobytes. Assuming KDiskFreeSpace is really returning kB = 1000 bytes instead of kiB as according to Si rules,
this value should now be correct (as opposed to the original code which assumed it was actually returning kibibytes, or my incorrect fix which multiplied the kibibyte value by 
a kilobyte factor to pass into convertSize. 

svn path=/trunk/KDE/kdebase/apps/; revision=791030
2008-03-28 01:21:19 +00:00
Jeff Mitchell daf788e858 Ack, forgot half the fix
svn path=/trunk/KDE/kdebase/apps/; revision=790987
2008-03-27 22:53:14 +00:00
Jeff Mitchell fba908b88c The size is passed in from KDiskFreeSpace as kilobytes, not kibibytes; use the appropriate conversion function
svn path=/trunk/KDE/kdebase/apps/; revision=790986
2008-03-27 22:52:21 +00:00
Jeff Mitchell 674fe81e0a If KDiskFreeSpace doesn't work for some reason it never emits foundMountPoint, and since Dolphin never checked for done(), it'd sit there waiting on the job.
svn path=/trunk/KDE/kdebase/apps/; revision=790923
2008-03-27 20:36:05 +00:00
Script Kiddy e08b8edc22 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=790904
2008-03-27 20:13:14 +00:00
Script Kiddy b6ef95e5a1 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=790479
2008-03-26 19:25:10 +00:00
David Faure 6d425dcc66 Use new key in .protocol files, archiveMimetype, to know which kioslave can handle which type of archive in a generic way.
Used that in dolphin and in konqueror (and in the filetypes config module, to show the right default value for those mimetypes).
This way Urs can extend this mechanism with the p7zip kioslave in the future.
CCMAIL: uwolfer@kde.org, peter.penz@gmx.at

svn path=/trunk/KDE/kdebase/apps/; revision=790102
2008-03-25 21:39:05 +00:00
Script Kiddy b7049db594 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=790020
2008-03-25 18:47:35 +00:00
Thomas Reitelbach c81438bea1 Fix typo
svn path=/trunk/KDE/kdebase/apps/; revision=790017
2008-03-25 18:40:01 +00:00
Jarosław Staniek 48f122fa6c fix exports and use dolphinprivatelib in the part
svn path=/trunk/KDE/kdebase/apps/; revision=789835
2008-03-25 12:06:18 +00:00
Script Kiddy eb0974229f SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=789620
2008-03-24 18:42:13 +00:00
Peter Penz 4b51a27aaa The background for the image previews is already filled, so there is no need adding a border with the background color again (this also fixes a one-pixel-issue that shaded the right/bottom border in a wrong way).
svn path=/trunk/KDE/kdebase/apps/; revision=789234
2008-03-23 17:40:14 +00:00
Richard J. Moore 1249738421 - Fix build for non-nepomuk users
svn path=/trunk/KDE/kdebase/apps/; revision=789215
2008-03-23 16:07:18 +00:00
Peter Penz 6420d5f973 provide a config module for the settings GUI of the Dolphin views, so that it can be embedded into Konqueror
CCMAIL: faure@kde.org

svn path=/trunk/KDE/kdebase/apps/; revision=789209
2008-03-23 15:54:07 +00:00
Peter Penz cfb135f24e provide an option to rename files inline
CCMAIL: fredrik@kde.org

svn path=/trunk/KDE/kdebase/apps/; revision=789208
2008-03-23 15:53:12 +00:00
Peter Penz 71afbc513b Show hovered items in the Information panel also when items are selected. If the cursor is above the viewport in this case, show the selection information again.
BUG: 154618

svn path=/trunk/KDE/kdebase/apps/; revision=789207
2008-03-23 15:52:31 +00:00
Peter Penz 99419d3d74 allow to show hidden files in the Folders panel (treeview)
svn path=/trunk/KDE/kdebase/apps/; revision=789206
2008-03-23 15:51:30 +00:00
Peter Penz acb61c69a6 Open Dolphin in the split-view when started with 2 URLs from the command line. Thanks to David Edmundson for the patch!
CCMAIL: david@davidedmundson.co.uk

svn path=/trunk/KDE/kdebase/apps/; revision=789204
2008-03-23 15:50:58 +00:00
Peter Penz ca1c230831 minor code simplification
svn path=/trunk/KDE/kdebase/apps/; revision=789193
2008-03-23 14:55:16 +00:00
Peter Penz 4d80f9924a take care to restart the timer even when no previews are in the queue: as long as preview jobs are working, new previews will arrive
svn path=/trunk/KDE/kdebase/apps/; revision=789066
2008-03-23 02:46:52 +00:00
Peter Penz 8c6e717ead Performance boost for previews that are already available in the cache: apply the previews in larger blocks instead of applying them immediately after getting the signal 'gotPreview' from the PreviewJob. Now the previews in Konqueror and Dolphin are as fast as in the good old KDE 3 days :-)
svn path=/trunk/KDE/kdebase/apps/; revision=789009
2008-03-23 01:56:18 +00:00
Peter Penz 4d1a74b745 A separator is required above the preview widget too for widgets with a lot of empty space. I played around with QFrame too, but this looks to busy...
svn path=/trunk/KDE/kdebase/apps/; revision=788845
2008-03-22 17:21:44 +00:00
Peter Penz fbe257768c * changed "Click to add comment..." to simply "Add comment..." for consistency with the "Change tags..." link
* do a centered alignment for "Change comment..."

CCMAIL: sebastian@trueg.de

svn path=/trunk/KDE/kdebase/apps/; revision=788837
2008-03-22 16:52:46 +00:00
Peter Penz 4eaa9ddcb1 minor layout improvements for the Information Panel:
* use the KStyle for drawing separators
* remove frame from general meta data box

CCMAIL: sebastian@trueg.de

svn path=/trunk/KDE/kdebase/apps/; revision=788834
2008-03-22 16:23:54 +00:00
Sebastian Trueg d3a0432188 This is the first step towards a better looking and more usable metadata GUI.
- A nicer comment widget shows a popup to edit the comment.
- A tag cloud replaces the ugly tagwidget from libnepomuk.
The plan is to use Dolphin as a testbed to optimize the look and then 
move at least the tagcloud to libnepomuk to make it available for all apps
since this is a common feature.

So please test it and provide feedback. The layout is still cluttered. So we
also need feedback on that. And of course on the usability.

Apart from the GUI Dolphin now uses the mass metadata update job to perform
metadata updates on many files in an async KJob without blocking the GUI.
This is another candidate for public API at some point.

svn path=/trunk/KDE/kdebase/apps/; revision=788565
2008-03-21 21:05:05 +00:00
Sebastian Trueg 9ceab694e2 removed unused includes
svn path=/trunk/KDE/kdebase/apps/; revision=788554
2008-03-21 20:57:34 +00:00
Luboš Luňák 2328577ac6 Append # to the object name (window role), KWin uses it for better
window grouping.


svn path=/trunk/KDE/kdebase/apps/; revision=788492
2008-03-21 17:24:06 +00:00
Peter Penz 0d9e87975e use QDir::rootPath() to make the folders panel functional on Windows
svn path=/trunk/KDE/kdebase/apps/; revision=788155
2008-03-20 21:37:15 +00:00
Peter Penz c50a1e000f assure that the maximum size of the item-delegate gets updated before showing the icons view
svn path=/trunk/KDE/kdebase/apps/; revision=788152
2008-03-20 21:23:06 +00:00
Peter Penz a47758bae5 show the Information Panel per default as discussed in core-devel
CCMAIL: jriddell@ubuntu.com

svn path=/trunk/KDE/kdebase/apps/; revision=788150
2008-03-20 21:10:27 +00:00
Peter Penz 6c05a2bb29 fixed regression because of disconnecting non-available slots - now files don't get started twice in the column view anymore
BUG: 159551

svn path=/trunk/KDE/kdebase/apps/; revision=788133
2008-03-20 20:15:18 +00:00
Urs Wolfer 8246f56923 fix icon
svn path=/trunk/KDE/kdebase/apps/; revision=788123
2008-03-20 19:23:50 +00:00
Peter Penz a8ada5e685 QListView does not support having a margin for grids. Originally it has been tried to bypass this by overwriting QListView::visualRect(), but this has some side effects (see #155378 and #155575). The clean approach is to return a proper size hint in the file item delegate.
Currently a custom item delegate has been made for Dolphin, but we'll discuss whether it makes sense providing this feature already in KFileItemDelegate...

BUG: 155378
BUG: 155575
CCMAIL: fredrik@kde.org

svn path=/trunk/KDE/kdebase/apps/; revision=788095
2008-03-20 16:58:59 +00:00
Script Kiddy f738a9ff2b SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=787952
2008-03-20 10:35:18 +00:00
Script Kiddy e5161b14a6 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=787655
2008-03-19 15:28:15 +00:00
Chusslove Illich 428a5cacce Fix Krazy i18n issues.
svn path=/trunk/KDE/kdebase/apps/; revision=787308
2008-03-18 22:38:52 +00:00
Robert Knight 7bce1c996b Bump the priority of Dolphin an application for the inode/directory mimetype. This fixes a problem where Konqueror would be preferred over Dolphin if KDE 3 and KDE 4 were both installed because the kfmclient_dir.desktop file from KDE 3 had a higher priority than Dolphin.
BUG: 159112


svn path=/trunk/KDE/kdebase/apps/; revision=787199
2008-03-18 19:16:52 +00:00
Peter Penz 15ebb03713 because of the recent Information Panel fixes it is now possible again that previews are shown for the inactive views too
svn path=/trunk/KDE/kdebase/apps/; revision=786729
2008-03-17 20:29:44 +00:00
Peter Penz 8d0fda61c8 fixed issue that the current selection was not reflected in the information panel
CCMAIL: strueg@mandriva.com

svn path=/trunk/KDE/kdebase/apps/; revision=786724
2008-03-17 20:19:17 +00:00
Peter Penz 43333dc703 fixed issue that no preview is generated if the user hovers the viewport within a small timeframe
svn path=/trunk/KDE/kdebase/apps/; revision=786210
2008-03-16 11:40:22 +00:00
Script Kiddy 6a629406a0 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=786161
2008-03-16 05:19:46 +00:00
Peter Penz 0d3e896d3a use different icon but with correct size for the information panel when selecting files
svn path=/trunk/KDE/kdebase/apps/; revision=786081
2008-03-16 02:40:01 +00:00
Peter Penz 2b8772807f provide a cleaner layout for the information panel; there are still some open issues, but it looks already less cluttered...
svn path=/trunk/KDE/kdebase/apps/; revision=786080
2008-03-16 02:17:16 +00:00
Peter Penz ef07279ab7 When selecting 100 files in Dolphin and the Information Panel is shown, MetaDataWidget::setFiles() blocks Dolphin for around 15 seconds. Maybe we should delegate this to a KJob... In the meantime we temporary just reset the widgets (hoping that "meantime" means < KDE 4.1 ;-)).
CCMAIL: trueg@k3b.org

svn path=/trunk/KDE/kdebase/apps/; revision=785958
2008-03-15 17:17:30 +00:00
Peter Penz ec9b516e3a dim image frame only by 12.5 % instead of 25 %
svn path=/trunk/KDE/kdebase/apps/; revision=785957
2008-03-15 17:13:59 +00:00
Peter Penz 4b48006164 show clear button in filterbar (if bugfixes would always be as straight forward as this one ;-))
BUG: 158852

svn path=/trunk/KDE/kdebase/apps/; revision=785414
2008-03-13 23:43:16 +00:00
Peter Penz bd925ea49a differ between pasting one folder, pasting one file and pasting n items
BUG: 154926

svn path=/trunk/KDE/kdebase/apps/; revision=785409
2008-03-13 23:28:13 +00:00
Peter Penz 6f1c9ca1b9 Don't force that the preview size must be >= the icon size. This gets confusing when the user uses the Zoom In/Zoom Out feature inside a view a lot (e. g. by Ctrl + scroll wheel). This is because decreasing the preview size would also decrease the icon size, but when increasing the preview size again the icon size remains... I even got confused myself by this "feature" although I knew the reason for it ;-)
svn path=/trunk/KDE/kdebase/apps/; revision=785373
2008-03-13 21:48:24 +00:00
Peter Penz 3d75a64e6e Remove the semitransparent effect for hidden items in the IconManager, it just takes too much time at this part of the code. David Faure suggested some alternative ideas, I hope I can try them before KDE 4.1. Currently it is more important to keep the performance high.
BUG: 158807

svn path=/trunk/KDE/kdebase/apps/; revision=785369
2008-03-13 21:31:34 +00:00
Peter Penz c2e537a8b1 If a user pastes a directory into itself, ask him whether this intended and give him the chance to cancel the operation.
BUG: 159207

svn path=/trunk/KDE/kdebase/apps/; revision=784965
2008-03-12 22:03:16 +00:00
Script Kiddy a9ff230a66 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=784907
2008-03-12 19:41:01 +00:00
Peter Penz bcb9028a5f respect the graphic effects level before doing a fade-in of the selection toggle
CCMAIL: ereslibre@kde.org

svn path=/trunk/KDE/kdebase/apps/; revision=784872
2008-03-12 17:40:46 +00:00
Peter Penz a16a52401b * the WA_Hover flag is set by KFileItemDelegate automatically now
* mouse tracking must stay enabled

svn path=/trunk/KDE/kdebase/apps/; revision=784871
2008-03-12 17:36:34 +00:00
Peter Penz e83c309781 remove unused signal
svn path=/trunk/KDE/kdebase/apps/; revision=784855
2008-03-12 17:07:42 +00:00
Peter Penz 74541a5d48 menu actions have not been updated correctly when changing between the split views (regression from KDE 4.0.1 to KDE 4.0.2)
BUG: 158317

svn path=/trunk/KDE/kdebase/apps/; revision=784853
2008-03-12 16:58:11 +00:00
Peter Penz 38fa728aa6 As the Qt-issue 160611 is solved in Qt4.4 and Fredrik has improved KFileItemDelegate, it is not necessary anymore drawing a custom drag & drop indication.
svn path=/trunk/KDE/kdebase/apps/; revision=784851
2008-03-12 16:49:55 +00:00
Script Kiddy 9cd5e1f965 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=784309
2008-03-10 22:14:32 +00:00
Jeff Mitchell e8f247159e Don't try to show the terminal in dolphin when in Windows
svn path=/trunk/KDE/kdebase/apps/; revision=784126
2008-03-10 17:33:30 +00:00
Peter Penz acb27185b7 update the previews without relying on that KDirLister gets reloaded
svn path=/trunk/KDE/kdebase/apps/; revision=783961
2008-03-10 07:05:33 +00:00
Peter Penz 1b45574325 Assure that directories are always on top, independent from the sort order (-> equal to the behavior in KDE 3).
BUG: 157341

svn path=/trunk/KDE/kdebase/apps/; revision=783853
2008-03-09 19:53:21 +00:00
Script Kiddy ae6ffcac0d SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=783770
2008-03-09 14:58:46 +00:00
Jeff Mitchell 38e15cda0e Deprecation--
svn path=/trunk/KDE/kdebase/apps/; revision=783626
2008-03-08 23:17:22 +00:00
Pino Toscano 28b1be4435 fix documentation path
svn path=/trunk/KDE/kdebase/apps/; revision=783361
2008-03-07 23:05:22 +00:00
Peter Penz 9243f573d4 update the previews of columns when the decoration size has been changed
svn path=/trunk/KDE/kdebase/apps/; revision=782828
2008-03-06 07:46:17 +00:00
Peter Penz f4e6647cdc prevent flickering when zooming in or zooming out
svn path=/trunk/KDE/kdebase/apps/; revision=782795
2008-03-06 01:45:21 +00:00
Peter Penz 80ad31f00a fixed wrong ASSERT in column-view (the usecase is valid)
BUG: 158615

svn path=/trunk/KDE/kdebase/apps/; revision=782789
2008-03-06 00:20:45 +00:00
Peter Penz 865a33c5db ignore the width when getting an icon for applying the "hidden files" effect, otherwise a wrong horizontal alignment is done
svn path=/trunk/KDE/kdebase/apps/; revision=782786
2008-03-06 00:02:39 +00:00
Peter Penz 32564f92be provide an unintrusive frame for previews of images
svn path=/trunk/KDE/kdebase/apps/; revision=782785
2008-03-05 23:50:22 +00:00
Rafael Fernández López 7244399154 Fix a crash when right clicking on the viewport and no items selected.
CCMAIL: edulix@gmail.com

svn path=/trunk/KDE/kdebase/apps/; revision=782768
2008-03-05 22:25:01 +00:00
Script Kiddy f34101267c SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=782608
2008-03-05 13:19:01 +00:00
Norbert Frese 7a1992e86b Make Konqueror and Dolphin use the new KFileItem::targetUrl() method.
svn path=/trunk/KDE/kdebase/apps/; revision=782396
2008-03-05 00:17:53 +00:00
Eduardo Robles Elvira 488ab56d0a Bugfix for konqueror for in dolphin: open in new tab/window opens one of the selected files
(See email sent to kfm-devel for details)
CCMAIL:kfm-devel@kde.org


svn path=/trunk/KDE/kdebase/apps/; revision=782282
2008-03-04 19:14:15 +00:00