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
Peter Penz
820c4ae062
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
2008-03-02 10:13:28 +00:00
Script Kiddy
aa62472fc8
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=781129
2008-03-01 23:22:21 +00:00
Script Kiddy
06d4ce2fff
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=780675
2008-02-29 19:02:02 +00:00