┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2008-03-06prevent flickering when zooming in or zooming outPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=782795
2008-03-06fixed wrong ASSERT in column-view (the usecase is valid)Peter Penz
BUG: 158615 svn path=/trunk/KDE/kdebase/apps/; revision=782789
2008-03-06ignore the width when getting an icon for applying the "hidden files" ↵Peter Penz
effect, otherwise a wrong horizontal alignment is done svn path=/trunk/KDE/kdebase/apps/; revision=782786
2008-03-05provide an unintrusive frame for previews of imagesPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=782785
2008-03-05Fix a crash when right clicking on the viewport and no items selected.Rafael Fernández López
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=782768
2008-03-05SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=782608
2008-03-05Make Konqueror and Dolphin use the new KFileItem::targetUrl() method.Norbert Frese
svn path=/trunk/KDE/kdebase/apps/; revision=782396
2008-03-04Bugfix for konqueror for in dolphin: open in new tab/window opens one of the ↵Eduardo Robles Elvira
selected files (See email sent to kfm-devel for details) CCMAIL:[email protected] svn path=/trunk/KDE/kdebase/apps/; revision=782282
2008-03-02fixed problems with wrong space information (I'll backport the fix to 4.0.x ↵Peter Penz
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-01SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=781129
2008-02-29SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=780675
2008-02-26SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=779682
2008-02-26When a grouping per date is done, per default the granularity is one month. ↵Peter Penz
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
2008-02-25SVN_SILENT trivial code simplification. hope you don't mind peter.Stefan Monov
svn path=/trunk/KDE/kdebase/apps/; revision=779275
2008-02-23minor cleanup: no need to create a slot which just invokes another method, ↵Peter Penz
just use the other method as slot svn path=/trunk/KDE/kdebase/apps/; revision=778423
2008-02-23Much better with the last report details :)Rafael Fernández López
CCBUG: 158266 svn path=/trunk/KDE/kdebase/apps/; revision=778366
2008-02-23fixed issue that when renaming "Open office.org writer documentation.pdf" ↵Peter Penz
that only "Open office" is selected and ".org writer documentation" is handled as extension BUG: 158228 svn path=/trunk/KDE/kdebase/apps/; revision=778329
2008-02-22SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=778131
2008-02-22KDE 4.1 requires Qt4.4 -> remove the #ifdefs...Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=778095
2008-02-22SVN_SILENT: updated comment with the Qt-bugtracker IDPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=778039
2008-02-21Fixed wrong comments. Discussed with David Faure: installing an event filter ↵Peter Penz
works for the icons-view and details-view, but not for the column-view which uses QListView child widgets internally... We decided to leave it as it is. svn path=/trunk/KDE/kdebase/apps/; revision=777838
2008-02-21stay consistent with the QListView behavior: changed the current index also ↵Peter Penz
changes the selection svn path=/trunk/KDE/kdebase/apps/; revision=777817
2008-02-21* Install an event-filter for the view implementations. Whenever a view ↵Peter Penz
implementation gets the focus, it should request it's activation. * Let the metadata widget only get the focus by clicking. * Tried to install a similar filter for the wheel-event code duplication in the view-implementations, but the event filter is invoked _after_ the view implementation gets the wheel event... -> added a note the the 3 implementations as hint. svn path=/trunk/KDE/kdebase/apps/; revision=777757
2008-02-21don't let the selection toggle steal the keyboard focus of the viewPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=777738