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

17 years agoRevert back to kibibytes for now
Jeff Mitchell [Fri, 28 Mar 2008 01:24:50 +0000 (01:24 +0000)]
Revert back to kibibytes for now

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

17 years agoThis value was still wrong, because I mixed up kibibytes and kilobytes. Assuming...
Jeff Mitchell [Fri, 28 Mar 2008 01:21:19 +0000 (01:21 +0000)]
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

17 years agoAck, forgot half the fix
Jeff Mitchell [Thu, 27 Mar 2008 22:53:14 +0000 (22:53 +0000)]
Ack, forgot half the fix

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

17 years agoThe size is passed in from KDiskFreeSpace as kilobytes, not kibibytes; use the approp...
Jeff Mitchell [Thu, 27 Mar 2008 22:52:21 +0000 (22:52 +0000)]
The size is passed in from KDiskFreeSpace as kilobytes, not kibibytes; use the appropriate conversion function

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

17 years agoIf KDiskFreeSpace doesn't work for some reason it never emits foundMountPoint, and...
Jeff Mitchell [Thu, 27 Mar 2008 20:36:05 +0000 (20:36 +0000)]
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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Thu, 27 Mar 2008 20:13:14 +0000 (20:13 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Wed, 26 Mar 2008 19:25:10 +0000 (19:25 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agoUse new key in .protocol files, archiveMimetype, to know which kioslave can handle...
David Faure [Tue, 25 Mar 2008 21:39:05 +0000 (21:39 +0000)]
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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Tue, 25 Mar 2008 18:47:35 +0000 (18:47 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agoFix typo
Thomas Reitelbach [Tue, 25 Mar 2008 18:40:01 +0000 (18:40 +0000)]
Fix typo

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

17 years agofix exports and use dolphinprivatelib in the part
Jarosław Staniek [Tue, 25 Mar 2008 12:06:18 +0000 (12:06 +0000)]
fix exports and use dolphinprivatelib in the part

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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Mon, 24 Mar 2008 18:42:13 +0000 (18:42 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agoThe background for the image previews is already filled, so there is no need adding...
Peter Penz [Sun, 23 Mar 2008 17:40:14 +0000 (17:40 +0000)]
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

17 years ago- Fix build for non-nepomuk users
Richard J. Moore [Sun, 23 Mar 2008 16:07:18 +0000 (16:07 +0000)]
- Fix build for non-nepomuk users

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

17 years agoprovide a config module for the settings GUI of the Dolphin views, so that it can...
Peter Penz [Sun, 23 Mar 2008 15:54:07 +0000 (15:54 +0000)]
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

17 years agoprovide an option to rename files inline
Peter Penz [Sun, 23 Mar 2008 15:53:12 +0000 (15:53 +0000)]
provide an option to rename files inline

CCMAIL: fredrik@kde.org

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

17 years agoShow hovered items in the Information panel also when items are selected. If the...
Peter Penz [Sun, 23 Mar 2008 15:52:31 +0000 (15:52 +0000)]
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

17 years agoallow to show hidden files in the Folders panel (treeview)
Peter Penz [Sun, 23 Mar 2008 15:51:30 +0000 (15:51 +0000)]
allow to show hidden files in the Folders panel (treeview)

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

17 years agoOpen Dolphin in the split-view when started with 2 URLs from the command line. Thanks...
Peter Penz [Sun, 23 Mar 2008 15:50:58 +0000 (15:50 +0000)]
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

17 years agominor code simplification
Peter Penz [Sun, 23 Mar 2008 14:55:16 +0000 (14:55 +0000)]
minor code simplification

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

17 years agotake care to restart the timer even when no previews are in the queue: as long as...
Peter Penz [Sun, 23 Mar 2008 02:46:52 +0000 (02:46 +0000)]
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

17 years agoPerformance boost for previews that are already available in the cache: apply the...
Peter Penz [Sun, 23 Mar 2008 01:56:18 +0000 (01:56 +0000)]
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

17 years agoA separator is required above the preview widget too for widgets with a lot of empty...
Peter Penz [Sat, 22 Mar 2008 17:21:44 +0000 (17:21 +0000)]
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

17 years ago* changed "Click to add comment..." to simply "Add comment..." for consistency with...
Peter Penz [Sat, 22 Mar 2008 16:52:46 +0000 (16:52 +0000)]
* 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

17 years agominor layout improvements for the Information Panel:
Peter Penz [Sat, 22 Mar 2008 16:23:54 +0000 (16:23 +0000)]
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

17 years agoThis is the first step towards a better looking and more usable metadata GUI.
Sebastian Trueg [Fri, 21 Mar 2008 21:05:05 +0000 (21:05 +0000)]
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

17 years agoremoved unused includes
Sebastian Trueg [Fri, 21 Mar 2008 20:57:34 +0000 (20:57 +0000)]
removed unused includes

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

17 years agoAppend # to the object name (window role), KWin uses it for better
Luboš Luňák [Fri, 21 Mar 2008 17:24:06 +0000 (17:24 +0000)]
Append # to the object name (window role), KWin uses it for better
window grouping.

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

17 years agouse QDir::rootPath() to make the folders panel functional on Windows
Peter Penz [Thu, 20 Mar 2008 21:37:15 +0000 (21:37 +0000)]
use QDir::rootPath() to make the folders panel functional on Windows

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

17 years agoassure that the maximum size of the item-delegate gets updated before showing the...
Peter Penz [Thu, 20 Mar 2008 21:23:06 +0000 (21:23 +0000)]
assure that the maximum size of the item-delegate gets updated before showing the icons view

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

17 years agoshow the Information Panel per default as discussed in core-devel
Peter Penz [Thu, 20 Mar 2008 21:10:27 +0000 (21:10 +0000)]
show the Information Panel per default as discussed in core-devel

CCMAIL: jriddell@ubuntu.com

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

17 years agofixed regression because of disconnecting non-available slots - now files don't get...
Peter Penz [Thu, 20 Mar 2008 20:15:18 +0000 (20:15 +0000)]
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

17 years agofix icon
Urs Wolfer [Thu, 20 Mar 2008 19:23:50 +0000 (19:23 +0000)]
fix icon

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

17 years agoQListView does not support having a margin for grids. Originally it has been tried...
Peter Penz [Thu, 20 Mar 2008 16:58:59 +0000 (16:58 +0000)]
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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Thu, 20 Mar 2008 10:35:18 +0000 (10:35 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Wed, 19 Mar 2008 15:28:15 +0000 (15:28 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agoFix Krazy i18n issues.
Chusslove Illich [Tue, 18 Mar 2008 22:38:52 +0000 (22:38 +0000)]
Fix Krazy i18n issues.

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

17 years agoBump the priority of Dolphin an application for the inode/directory mimetype. This...
Robert Knight [Tue, 18 Mar 2008 19:16:52 +0000 (19:16 +0000)]
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

17 years agobecause of the recent Information Panel fixes it is now possible again that previews...
Peter Penz [Mon, 17 Mar 2008 20:29:44 +0000 (20:29 +0000)]
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

17 years agofixed issue that the current selection was not reflected in the information panel
Peter Penz [Mon, 17 Mar 2008 20:19:17 +0000 (20:19 +0000)]
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

17 years agofixed issue that no preview is generated if the user hovers the viewport within a...
Peter Penz [Sun, 16 Mar 2008 11:40:22 +0000 (11:40 +0000)]
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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Sun, 16 Mar 2008 05:19:46 +0000 (05:19 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agouse different icon but with correct size for the information panel when selecting...
Peter Penz [Sun, 16 Mar 2008 02:40:01 +0000 (02:40 +0000)]
use different icon but with correct size for the information panel when selecting files

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

17 years agoprovide a cleaner layout for the information panel; there are still some open issues...
Peter Penz [Sun, 16 Mar 2008 02:17:16 +0000 (02:17 +0000)]
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

17 years agoWhen selecting 100 files in Dolphin and the Information Panel is shown, MetaDataWidge...
Peter Penz [Sat, 15 Mar 2008 17:17:30 +0000 (17:17 +0000)]
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

17 years agodim image frame only by 12.5 % instead of 25 %
Peter Penz [Sat, 15 Mar 2008 17:13:59 +0000 (17:13 +0000)]
dim image frame only by 12.5 % instead of 25 %

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

17 years agoshow clear button in filterbar (if bugfixes would always be as straight forward as...
Peter Penz [Thu, 13 Mar 2008 23:43:16 +0000 (23:43 +0000)]
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

17 years agodiffer between pasting one folder, pasting one file and pasting n items
Peter Penz [Thu, 13 Mar 2008 23:28:13 +0000 (23:28 +0000)]
differ between pasting one folder, pasting one file and pasting n items

BUG: 154926

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

17 years agoDon't force that the preview size must be >= the icon size. This gets confusing when...
Peter Penz [Thu, 13 Mar 2008 21:48:24 +0000 (21:48 +0000)]
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

17 years agoRemove the semitransparent effect for hidden items in the IconManager, it just takes...
Peter Penz [Thu, 13 Mar 2008 21:31:34 +0000 (21:31 +0000)]
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

17 years agoIf a user pastes a directory into itself, ask him whether this intended and give...
Peter Penz [Wed, 12 Mar 2008 22:03:16 +0000 (22:03 +0000)]
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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Wed, 12 Mar 2008 19:41:01 +0000 (19:41 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agorespect the graphic effects level before doing a fade-in of the selection toggle
Peter Penz [Wed, 12 Mar 2008 17:40:46 +0000 (17:40 +0000)]
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

17 years ago* the WA_Hover flag is set by KFileItemDelegate automatically now
Peter Penz [Wed, 12 Mar 2008 17:36:34 +0000 (17:36 +0000)]
* the WA_Hover flag is set by KFileItemDelegate automatically now
* mouse tracking must stay enabled

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

17 years agoremove unused signal
Peter Penz [Wed, 12 Mar 2008 17:07:42 +0000 (17:07 +0000)]
remove unused signal

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

17 years agomenu actions have not been updated correctly when changing between the split views...
Peter Penz [Wed, 12 Mar 2008 16:58:11 +0000 (16:58 +0000)]
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

17 years agoAs the Qt-issue 160611 is solved in Qt4.4 and Fredrik has improved KFileItemDelegate...
Peter Penz [Wed, 12 Mar 2008 16:49:55 +0000 (16:49 +0000)]
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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Mon, 10 Mar 2008 22:14:32 +0000 (22:14 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agoDon't try to show the terminal in dolphin when in Windows
Jeff Mitchell [Mon, 10 Mar 2008 17:33:30 +0000 (17:33 +0000)]
Don't try to show the terminal in dolphin when in Windows

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

17 years agoupdate the previews without relying on that KDirLister gets reloaded
Peter Penz [Mon, 10 Mar 2008 07:05:33 +0000 (07:05 +0000)]
update the previews without relying on that KDirLister gets reloaded

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

17 years agoAssure that directories are always on top, independent from the sort order (-> equal...
Peter Penz [Sun, 9 Mar 2008 19:53:21 +0000 (19:53 +0000)]
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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Sun, 9 Mar 2008 14:58:46 +0000 (14:58 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agoDeprecation--
Jeff Mitchell [Sat, 8 Mar 2008 23:17:22 +0000 (23:17 +0000)]
Deprecation--

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

17 years agofix documentation path
Pino Toscano [Fri, 7 Mar 2008 23:05:22 +0000 (23:05 +0000)]
fix documentation path

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

17 years agoupdate the previews of columns when the decoration size has been changed
Peter Penz [Thu, 6 Mar 2008 07:46:17 +0000 (07:46 +0000)]
update the previews of columns when the decoration size has been changed

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

17 years agoprevent flickering when zooming in or zooming out
Peter Penz [Thu, 6 Mar 2008 01:45:21 +0000 (01:45 +0000)]
prevent flickering when zooming in or zooming out

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

17 years agofixed wrong ASSERT in column-view (the usecase is valid)
Peter Penz [Thu, 6 Mar 2008 00:20:45 +0000 (00:20 +0000)]
fixed wrong ASSERT in column-view (the usecase is valid)

BUG: 158615

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

17 years agoignore the width when getting an icon for applying the "hidden files" effect, otherwi...
Peter Penz [Thu, 6 Mar 2008 00:02:39 +0000 (00:02 +0000)]
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

17 years agoprovide an unintrusive frame for previews of images
Peter Penz [Wed, 5 Mar 2008 23:50:22 +0000 (23:50 +0000)]
provide an unintrusive frame for previews of images

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

17 years agoFix a crash when right clicking on the viewport and no items selected.
Rafael Fernández López [Wed, 5 Mar 2008 22:25:01 +0000 (22:25 +0000)]
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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Wed, 5 Mar 2008 13:19:01 +0000 (13:19 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agoMake Konqueror and Dolphin use the new KFileItem::targetUrl() method.
Norbert Frese [Wed, 5 Mar 2008 00:17:53 +0000 (00:17 +0000)]
Make Konqueror and Dolphin use the new KFileItem::targetUrl() method.

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

17 years agoBugfix for konqueror for in dolphin: open in new tab/window opens one of the selected...
Eduardo Robles Elvira [Tue, 4 Mar 2008 19:14:15 +0000 (19:14 +0000)]
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

17 years agofixed problems with wrong space information (I'll backport the fix to 4.0.x on Tuesda...
Peter Penz [Sun, 2 Mar 2008 10:13:28 +0000 (10:13 +0000)]
fixed problems with wrong space information (I'll backport the fix to 4.0.x on Tuesday - I'm currently out of office and don't have access to my 4.0.x repository)

BUG: 153778
BUG: 156271
BUG: 155608

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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Sat, 1 Mar 2008 23:22:21 +0000 (23:22 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Fri, 29 Feb 2008 19:02:02 +0000 (19:02 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Tue, 26 Feb 2008 19:54:02 +0000 (19:54 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agoWhen a grouping per date is done, per default the granularity is one month. This...
Peter Penz [Tue, 26 Feb 2008 06:33:21 +0000 (06:33 +0000)]
When a grouping per date is done, per default the granularity is one month. This patch increases the granularity for the last month:
- "Weeks" are used for the last 4 weeks excluding the current week.
- "Days" are used for the current week.

Additionally some cleanups of the code has been done, as the method DolphinModel::data() was too long already.

No backport will be done as new strings are introduced. The patch has been reviewed by Rafael Fernández López.

BUG: 158267

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