┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-01-08same optimization as in 907877 but for the info sidebar's preview.David Faure
svn path=/trunk/KDE/kdebase/apps/; revision=907878
2009-01-08Small optimization found while having debug output in kfileitem: pass the ↵David Faure
KFileItem rather than the URL, so that previewjob doesn't have to determine the item's mimetype again. svn path=/trunk/KDE/kdebase/apps/; revision=907877
2009-01-08version updatePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=907874
2009-01-08don't complain aboutDavid Faure
KDirModel::indexForUrl: KUrl("") not found every time the selection changes svn path=/trunk/KDE/kdebase/apps/; revision=907756
2009-01-07Fix compile with enable finalLaurent Montel
svn path=/trunk/KDE/kdebase/apps/; revision=907022
2009-01-07Not necessaryLaurent Montel
svn path=/trunk/KDE/kdebase/apps/; revision=907018
2009-01-06SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=906580
2009-01-05fixed issue that the zoom slider tooltip showed the previous size when ↵Peter Penz
changing the slider with the mouse svn path=/trunk/KDE/kdebase/apps/; revision=906188
2009-01-05QAbstractItemView::scrollTo() may get called by QListView::keyPressEvent(), ↵Peter Penz
so m_enableScrollTo (which is checked in DolphinIconsView::scrollTo()) must be enabled before. This fixes the issue that the autoscrolling does not work if exactly one item is selected and an invisible item should get focused because of a key press. BUG: 179049 svn path=/trunk/KDE/kdebase/apps/; revision=906179
2009-01-04Only expand the tree view if it has an enabled 'itemsExpandable' property. ↵Peter Penz
If this is not the case, the folder will get opened like in the icon view by exchanging the whole content. CCBUG: 178630 svn path=/trunk/KDE/kdebase/apps/; revision=905632
2009-01-04SVN_SILENT: minor coding style cleanupsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=905631
2009-01-04Fixed issue that in combination with the "automatically open folders during ↵Peter Penz
drag operations" the details view is not drawn correctly in the following case: Drag an item in the icons view to a folder which uses the details view. Thanks to Simon St. James for the patch! CCBUG: 178630 svn path=/trunk/KDE/kdebase/apps/; revision=905627
2009-01-04Don't set the mouse button state to NoButton, this is invalid e. g. during a ↵Peter Penz
drag operation. The mouse button state will be updated anyhow on each item-click. This fixes the regression that the feature "automatically open folders during drag operations" did not work anymore after one level. Thanks to Simon St. James for the good analyzes! BUG: 178630 svn path=/trunk/KDE/kdebase/apps/; revision=905622
2009-01-04SVN_SILENT: minor coding style cleanupsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=905620
2009-01-04SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=905486
2009-01-03contentsPos turned out to be a little broken - it would always return (0,0), ↵Simon Paul St James
except in a very unusual set of circumstances where it returned ... "different" values, causing very odd behaviour with the elastic band :) Remove it. svn path=/trunk/KDE/kdebase/apps/; revision=904995
2009-01-02don't cache the preview of the information sidebar, as this restricts the ↵Peter Penz
maximum size to 256 x 256 pixels svn path=/trunk/KDE/kdebase/apps/; revision=904639
2009-01-02SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=904551
2009-01-02Instead of increasing the grid spacing, increase the item size, so that ↵Peter Penz
there is more space for the text. svn path=/trunk/KDE/kdebase/apps/; revision=904408
2009-01-02not necessaryLaurent Montel
svn path=/trunk/KDE/kdebase/apps/; revision=904391
2008-12-30fixed crash when enabling grouping by date and having dates likePeter Penz
30 December 2008 (is "Week 1" (of 2009 , but for 2008 too)) 28 December 2008 (is "Week 52" (of 2008) ) Thanks to Darío Andrés for the patch! BUG: 179019 svn path=/trunk/KDE/kdebase/apps/; revision=903432
2008-12-30optimize the grid size of the icons view to prevent having gaps on the right ↵Peter Penz
border (= row arrangement) or on the bottom border (= column arrangement) svn path=/trunk/KDE/kdebase/apps/; revision=903417
2008-12-30SVN_SILENT: minor coding style cleanupsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=903414
2008-12-28SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=902470
2008-12-27SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=902162
2008-12-27fix bug Bug 177446 icons now in OxygenNuno Fernades Pinheiro
svn path=/trunk/KDE/kdebase/apps/; revision=902064
2008-12-26SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=901727
2008-12-26Patch by Drew Fisher: enable keypad enter in dolphin.Leonardo Finetti
Tested by me and approved by Peter Penz. BUG: 178735 svn path=/trunk/KDE/kdebase/apps/; revision=901630
2008-12-24SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=901125
2008-12-24Open the sidebar on applications:/, not on applications:, that URL makes no ↵David Faure
sense [and crashes kdirmodel...]. BUG: 178416 svn path=/trunk/KDE/kdebase/apps/; revision=901012
2008-12-23assure that the zoom slider tooltip is always updated when changing a valuePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=900577
2008-12-22revert SVN commit 899245: The patch does not work as expected.Peter Penz
CCMAIL: [email protected] CCBUG: 173027 svn path=/trunk/KDE/kdebase/apps/; revision=900071
2008-12-22minor coding style fixes:Peter Penz
* let the global variable 'others' be a static member 'm_others' * constify svn path=/trunk/KDE/kdebase/apps/; revision=900070
2008-12-21fixed ARK drop handling as suggested by Harald HvaalPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=899770
2008-12-21SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=899710
2008-12-21When common view properties are used for all folders, the internal ↵Peter Penz
properties should not be changed during the lifetime of a DolphinView instance. This allows to e. g. split a view and work with different view modes on each view. BUG: 174102 svn path=/trunk/KDE/kdebase/apps/; revision=899571
2008-12-20SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=899357
2008-12-20Assure that the items within the "Others" group are sorted too, when sorting ↵Peter Penz
by name and using categorization. @Rafael: Could you please have a look whether this patch is OK? It fixes bug 173027 but it is unclear for me why the deleted lines had been added at all. Thanks :-) CCMAIL: [email protected] BUG: 173027 svn path=/trunk/KDE/kdebase/apps/; revision=899245
2008-12-19minor improvement to last commit: only request the focus if we have a ↵Peter Penz
listable protocol; otherwise leave the focus where it was (e. g. so that the user can enter another URL) svn path=/trunk/KDE/kdebase/apps/; revision=898822
2008-12-19Don't request the focus for the view because of a completed directory ↵Peter Penz
lister, instead directly request it when we know that the user has entered a new URL. This prevents that the focus gets stolen from the Terminal when somebody types "touch foo". BUG: 178070 svn path=/trunk/KDE/kdebase/apps/; revision=898819
2008-12-17turn off the filter when closing the filterbar by CTRL+IPeter Penz
BUG: 177948 svn path=/trunk/KDE/kdebase/apps/; revision=897988
2008-12-16assure that a column of the column view acts as focus proxy when being activePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=897744
2008-12-16Assure that the view gets focused when:Peter Penz
* Enter or Ctrl+Enter is pressed in the URL navigator * when the filter bar gets closed BUG: 158232 svn path=/trunk/KDE/kdebase/apps/; revision=897739
2008-12-15Ctrl+F when in trash:/ (or any other remote protocol) said "malformed url" ↵David Faure
because KRun tried to download to a temp file via kioexec. %u tells it not to do that. Alternatively we could look up kfind.desktop and use KRun::run(KService). svn path=/trunk/KDE/kdebase/apps/; revision=897114
2008-12-14* Don't ignore the maximum file size for previews in the information panel. ↵Peter Penz
Corresponding to bug 177740 creating a thumbnail for a 200 MB PNG consumes 700 MB temporary memory... * Remember the created thumbnail for later reuse. BUG: 177740 svn path=/trunk/KDE/kdebase/apps/; revision=896725
2008-12-13When dropping an Amarok file into Dolphin, mimeData->hasUrls() returns true ↵Peter Penz
although the number of URLs is 0. I'll have to do further investigations to fix this in a clean way, but in the meantime this patch prevents opening an error dialog box. CCBUG: 176580 svn path=/trunk/KDE/kdebase/apps/; revision=896517
2008-12-13only jump automatically to the current index, if the autoscrolling is not activePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=896481
2008-12-13provide separate scroll increments for the horizontal and vertical scrollingPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=896466
2008-12-13Especially when using the details view in combination with the split ↵Peter Penz
functionality, the size of the name column can get too small. Do an optimized resizing in this case (at least for up to 200 items, otherwise the performance penalty is too big). svn path=/trunk/KDE/kdebase/apps/; revision=896446
2008-12-13Handling the key events for autoscrolling in DolphinViewAutoscroller does ↵Peter Penz
not work good enough (e. g. when letters are pressed, the current index might change too). Revert to Frank Reininhaus' original patch to fix this issue :-) CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=896362