]> cloud.milkyroute.net Git - dolphin.git/log
dolphin.git
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

17 years agoUse the targetUrl instead of the plain url for the metainfo display. This way stuff...
Sebastian Trueg [Tue, 15 Apr 2008 14:55:42 +0000 (14:55 +0000)]
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

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

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

17 years agolet Dolphin use the new tab-close-buttons
Peter Penz [Mon, 14 Apr 2008 20:19:17 +0000 (20:19 +0000)]
let Dolphin use the new tab-close-buttons

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

17 years agoDo not take address of temporary variable.
Robert Knight [Mon, 14 Apr 2008 12:30:05 +0000 (12:30 +0000)]
Do not take address of temporary variable.

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

17 years agoimplemented functionality for closing tabs
Peter Penz [Sun, 13 Apr 2008 20:20:30 +0000 (20:20 +0000)]
implemented functionality for closing tabs

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

17 years agoprevent flickering when switching between tabs having a split view
Peter Penz [Sun, 13 Apr 2008 19:18:54 +0000 (19:18 +0000)]
prevent flickering when switching between tabs having a split view

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

17 years agofixes for tabs:
Peter Penz [Sun, 13 Apr 2008 19:12:52 +0000 (19:12 +0000)]
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

17 years agotypo-=2
Albert Astals Cid [Sun, 13 Apr 2008 14:18:43 +0000 (14:18 +0000)]
typo-=2

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

17 years agoown header first
Albert Astals Cid [Sun, 13 Apr 2008 14:18:31 +0000 (14:18 +0000)]
own header first

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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Sun, 13 Apr 2008 01:57:40 +0000 (01:57 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agowhen clicking with the middle mouse button on a directory, a new tab should be opened
Peter Penz [Sat, 12 Apr 2008 16:12:57 +0000 (16:12 +0000)]
when clicking with the middle mouse button on a directory, a new tab should be opened

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

17 years ago"New Tab" menu + some related code ;-)
Peter Penz [Sat, 12 Apr 2008 15:09:46 +0000 (15:09 +0000)]
"New Tab" menu + some related code ;-)

BUG: 143995

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

17 years agoCommit patch from Alex
Laurent Montel [Fri, 11 Apr 2008 06:52:03 +0000 (06:52 +0000)]
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

17 years agoSVN_SILENT made messages (.desktop file, second try)
Script Kiddy [Fri, 11 Apr 2008 06:35:44 +0000 (06:35 +0000)]
SVN_SILENT made messages (.desktop file, second try)

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

17 years ago* Using QPixmap instead of QBitmap for painting the text allows us to have anti aliased
Konstantin Heil [Thu, 10 Apr 2008 20:10:18 +0000 (20:10 +0000)]
* 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

17 years agoLoad plugins at the end of the ctor, so that everything is set up already. Will impro...
David Faure [Thu, 10 Apr 2008 11:51:30 +0000 (11:51 +0000)]
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

17 years agofix drag & drop issue (multiple selected items have been deselected when starting...
Peter Penz [Wed, 9 Apr 2008 20:48:32 +0000 (20:48 +0000)]
fix drag & drop issue (multiple selected items have been deselected when starting to drag)

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

17 years agohide the tooltip when an item gets triggered or a context menu is opened
Peter Penz [Wed, 9 Apr 2008 20:29:09 +0000 (20:29 +0000)]
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

17 years agoProvide tooltips. Per default tooltips are turned off because the information sidebar...
Peter Penz [Wed, 9 Apr 2008 20:12:43 +0000 (20:12 +0000)]
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

17 years agoReadd as in libkonq "part" this signal ""aboutToOpenURL""
Laurent Montel [Wed, 9 Apr 2008 07:02:55 +0000 (07:02 +0000)]
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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Wed, 9 Apr 2008 03:58:49 +0000 (03:58 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agoBypassed a Qt-issue where enabling the menu-animation for QApplication emits a clicke...
Peter Penz [Tue, 8 Apr 2008 19:08:23 +0000 (19:08 +0000)]
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

17 years agodon't apply a frame to image previews, if the preview is a very small image (e. g...
Peter Penz [Tue, 8 Apr 2008 16:03:02 +0000 (16:03 +0000)]
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

17 years agoProvide a setting to turn on/off tooltips. The tooltip implementation itself will...
Peter Penz [Tue, 8 Apr 2008 15:42:12 +0000 (15:42 +0000)]
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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Mon, 7 Apr 2008 02:20:20 +0000 (02:20 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agofix selection regression that has been introduced by synchronizing the current index...
Peter Penz [Sun, 6 Apr 2008 21:01:05 +0000 (21:01 +0000)]
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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Fri, 4 Apr 2008 21:35:57 +0000 (21:35 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agoFixed issue that an old meta data is shown when one item is selected and another...
Peter Penz [Fri, 4 Apr 2008 06:03:27 +0000 (06:03 +0000)]
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

17 years agoSVN_SILENT made messages (.desktop file, second try)
Script Kiddy [Thu, 3 Apr 2008 02:16:42 +0000 (02:16 +0000)]
SVN_SILENT made messages (.desktop file, second try)

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

17 years agoTypo fixes
Malcolm Hunter [Wed, 2 Apr 2008 21:33:03 +0000 (21:33 +0000)]
Typo fixes

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

17 years agoadded application icons
Ralf Habacker [Wed, 2 Apr 2008 21:32:47 +0000 (21:32 +0000)]
added application icons

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

17 years agoimprove layout of the "General Settings" dialog
Peter Penz [Wed, 2 Apr 2008 19:55:51 +0000 (19:55 +0000)]
improve layout of the "General Settings" dialog

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

17 years agoThanks to David Faure the 'Copy To' and 'Move To' menus in the context menu can also...
Peter Penz [Wed, 2 Apr 2008 19:49:04 +0000 (19:49 +0000)]
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

17 years agoTypo fixes
Malcolm Hunter [Tue, 1 Apr 2008 23:32:40 +0000 (23:32 +0000)]
Typo fixes

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

17 years agolet the selection toggle fade in faster (based on user feedback from http://ppenz...
Peter Penz [Tue, 1 Apr 2008 16:25:25 +0000 (16:25 +0000)]
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

17 years agodon't start the editor for renaming the files when double clicking on items
Peter Penz [Tue, 1 Apr 2008 14:20:57 +0000 (14:20 +0000)]
don't start the editor for renaming the files when double clicking on items

BUG: 159694

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

17 years agoDo not show the 'No Tags' message and properly handle tags with spaces in their URI
Sebastian Trueg [Tue, 1 Apr 2008 12:36:33 +0000 (12:36 +0000)]
Do not show the 'No Tags' message and properly handle tags with spaces in their URI

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

17 years agoImplemented tagging of multiple files at the same time.
Sebastian Trueg [Tue, 1 Apr 2008 12:27:06 +0000 (12:27 +0000)]
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

17 years agoprovide a tooltip for the selection toggle
Peter Penz [Tue, 1 Apr 2008 12:05:12 +0000 (12:05 +0000)]
provide a tooltip for the selection toggle

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

17 years agoassure that the Dolphin KPart inside Konqueror gets updated when the settings are...
Peter Penz [Tue, 1 Apr 2008 11:00:27 +0000 (11:00 +0000)]
assure that the Dolphin KPart inside Konqueror gets updated when the settings are changed

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

17 years agoRemoved minimum size hint since we have zooming anyway.
Sebastian Trueg [Tue, 1 Apr 2008 09:19:34 +0000 (09:19 +0000)]
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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Tue, 1 Apr 2008 02:04:26 +0000 (02:04 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agoLoad existing comments as plain text to allow editing of html comments.
Sebastian Trueg [Mon, 31 Mar 2008 19:37:55 +0000 (19:37 +0000)]
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

17 years agoThird attempt for fixing the layout issue, this time without side effects and only...
Peter Penz [Sun, 30 Mar 2008 13:19:01 +0000 (13:19 +0000)]
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

17 years agoRevert last commit; the issue seems to be reproducible only in combination with ...
Peter Penz [Sun, 30 Mar 2008 08:44:52 +0000 (08:44 +0000)]
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

17 years agoQListView might return a wrong x-position if the decoration size decreases. I tempora...
Peter Penz [Sat, 29 Mar 2008 19:40:26 +0000 (19:40 +0000)]
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

17 years agoUse PE_PanelItemViewItem for consistency
Rafael Fernández López [Sat, 29 Mar 2008 16:01:06 +0000 (16:01 +0000)]
Use PE_PanelItemViewItem for consistency

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

17 years agoshow modified time for folders inside the Information Panel
Peter Penz [Sat, 29 Mar 2008 14:58:18 +0000 (14:58 +0000)]
show modified time for folders inside the Information Panel

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

17 years agoMove the pasteIntoFolder() method from the contextmenu into DolphinView. This allows...
Peter Penz [Sat, 29 Mar 2008 14:54:56 +0000 (14:54 +0000)]
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

17 years agoSVN_SILENT: assure that the position of the methods in the cpp file matchs with the...
Peter Penz [Sat, 29 Mar 2008 14:17:52 +0000 (14:17 +0000)]
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

17 years agoSVN_SILENT: assure that the position of the methods in the cpp file matchs with the...
Peter Penz [Sat, 29 Mar 2008 14:04:30 +0000 (14:04 +0000)]
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

17 years agoThe paste operation should ignore the current selection to behave similar as Konquero...
Peter Penz [Sat, 29 Mar 2008 07:44:03 +0000 (07:44 +0000)]
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

17 years agowarnings-- / fix for fileSize > 2GB
Christian Ehrlicher [Fri, 28 Mar 2008 15:52:41 +0000 (15:52 +0000)]
warnings-- / fix for fileSize > 2GB

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

17 years ago* minor coding style fixes
Peter Penz [Fri, 28 Mar 2008 06:32:41 +0000 (06:32 +0000)]
* 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