┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2008-03-23provide an option to rename files inlinePeter Penz
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=789208
2008-03-23Show hovered items in the Information panel also when items are selected. If ↵Peter Penz
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-23allow to show hidden files in the Folders panel (treeview)Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=789206
2008-03-23Open Dolphin in the split-view when started with 2 URLs from the command ↵Peter Penz
line. Thanks to David Edmundson for the patch! CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=789204
2008-03-23minor code simplificationPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=789193
2008-03-23take care to restart the timer even when no previews are in the queue: as ↵Peter Penz
long as preview jobs are working, new previews will arrive svn path=/trunk/KDE/kdebase/apps/; revision=789066
2008-03-23Performance boost for previews that are already available in the cache: ↵Peter Penz
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-22A separator is required above the preview widget too for widgets with a lot ↵Peter Penz
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* changed "Click to add comment..." to simply "Add comment..." for ↵Peter Penz
consistency with the "Change tags..." link * do a centered alignment for "Change comment..." CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=788837
2008-03-22minor layout improvements for the Information Panel:Peter Penz
* use the KStyle for drawing separators * remove frame from general meta data box CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=788834
2008-03-21This is the first step towards a better looking and more usable metadata GUI.Sebastian Trueg
- 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-21removed unused includesSebastian Trueg
svn path=/trunk/KDE/kdebase/apps/; revision=788554
2008-03-21Append # to the object name (window role), KWin uses it for betterLuboš Luňák
window grouping. svn path=/trunk/KDE/kdebase/apps/; revision=788492
2008-03-20use QDir::rootPath() to make the folders panel functional on WindowsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=788155
2008-03-20assure that the maximum size of the item-delegate gets updated before ↵Peter Penz
showing the icons view svn path=/trunk/KDE/kdebase/apps/; revision=788152
2008-03-20show the Information Panel per default as discussed in core-develPeter Penz
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=788150
2008-03-20fixed regression because of disconnecting non-available slots - now files ↵Peter Penz
don't get started twice in the column view anymore BUG: 159551 svn path=/trunk/KDE/kdebase/apps/; revision=788133
2008-03-20fix iconUrs Wolfer
svn path=/trunk/KDE/kdebase/apps/; revision=788123
2008-03-20QListView does not support having a margin for grids. Originally it has been ↵Peter Penz
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: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=788095
2008-03-20SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=787952
2008-03-19SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=787655
2008-03-18Fix Krazy i18n issues.Chusslove Illich
svn path=/trunk/KDE/kdebase/apps/; revision=787308
2008-03-18Bump the priority of Dolphin an application for the inode/directory ↵Robert Knight
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-17because of the recent Information Panel fixes it is now possible again that ↵Peter Penz
previews are shown for the inactive views too svn path=/trunk/KDE/kdebase/apps/; revision=786729
2008-03-17fixed issue that the current selection was not reflected in the information ↵Peter Penz
panel CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=786724
2008-03-16fixed issue that no preview is generated if the user hovers the viewport ↵Peter Penz
within a small timeframe svn path=/trunk/KDE/kdebase/apps/; revision=786210
2008-03-16SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=786161
2008-03-16use different icon but with correct size for the information panel when ↵Peter Penz
selecting files svn path=/trunk/KDE/kdebase/apps/; revision=786081
2008-03-16provide a cleaner layout for the information panel; there are still some ↵Peter Penz
open issues, but it looks already less cluttered... svn path=/trunk/KDE/kdebase/apps/; revision=786080
2008-03-15When selecting 100 files in Dolphin and the Information Panel is shown, ↵Peter Penz
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: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=785958
2008-03-15dim image frame only by 12.5 % instead of 25 %Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=785957
2008-03-13show clear button in filterbar (if bugfixes would always be as straight ↵Peter Penz
forward as this one ;-)) BUG: 158852 svn path=/trunk/KDE/kdebase/apps/; revision=785414
2008-03-13differ between pasting one folder, pasting one file and pasting n itemsPeter Penz
BUG: 154926 svn path=/trunk/KDE/kdebase/apps/; revision=785409
2008-03-13Don't force that the preview size must be >= the icon size. This gets ↵Peter Penz
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-13Remove the semitransparent effect for hidden items in the IconManager, it ↵Peter Penz
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-12If a user pastes a directory into itself, ask him whether this intended and ↵Peter Penz
give him the chance to cancel the operation. BUG: 159207 svn path=/trunk/KDE/kdebase/apps/; revision=784965
2008-03-12SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=784907
2008-03-12respect the graphic effects level before doing a fade-in of the selection togglePeter Penz
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=784872
2008-03-12* the WA_Hover flag is set by KFileItemDelegate automatically nowPeter Penz
* mouse tracking must stay enabled svn path=/trunk/KDE/kdebase/apps/; revision=784871
2008-03-12remove unused signalPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=784855
2008-03-12menu actions have not been updated correctly when changing between the split ↵Peter Penz
views (regression from KDE 4.0.1 to KDE 4.0.2) BUG: 158317 svn path=/trunk/KDE/kdebase/apps/; revision=784853
2008-03-12As the Qt-issue 160611 is solved in Qt4.4 and Fredrik has improved ↵Peter Penz
KFileItemDelegate, it is not necessary anymore drawing a custom drag & drop indication. svn path=/trunk/KDE/kdebase/apps/; revision=784851
2008-03-10SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=784309
2008-03-10Don't try to show the terminal in dolphin when in WindowsJeff Mitchell
svn path=/trunk/KDE/kdebase/apps/; revision=784126
2008-03-10update the previews without relying on that KDirLister gets reloadedPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=783961
2008-03-09Assure that directories are always on top, independent from the sort order ↵Peter Penz
(-> equal to the behavior in KDE 3). BUG: 157341 svn path=/trunk/KDE/kdebase/apps/; revision=783853
2008-03-09SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=783770
2008-03-08Deprecation--Jeff Mitchell
svn path=/trunk/KDE/kdebase/apps/; revision=783626
2008-03-07fix documentation pathPino Toscano
svn path=/trunk/KDE/kdebase/apps/; revision=783361
2008-03-06update the previews of columns when the decoration size has been changedPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=782828