┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views
AgeCommit message (Collapse)Author
2011-02-03SVN_SILENT made messages (.desktop file)Script Kiddy
2011-02-02SVN_SILENT made messages (.desktop file)Script Kiddy
2011-01-31Show the pointing-hand cursor also when the selection-toggle is disabledPeter Penz
CCBUG: 264791
2011-01-31Don't show the pointing-hand cursor when double-click is enabledPeter Penz
CCBUG: 264796
2011-01-18Assure that a sorting by the Dolphin specific columns "Path" and "Link ↵Peter Penz
Destination" works correctly. svn path=/trunk/KDE/kdebase/apps/; revision=1215483
2011-01-18Assure that the enabled plugins for previews are set for the Information ↵Peter Penz
Panel and the tooltips. This fixes the issue that a disabled thumbnail-plugin might be chosen. For 4.7 it should be considered to move this code into KIO::filePreview() as default already (will provide a patch on the reviewboard). svn path=/trunk/KDE/kdebase/apps/; revision=1215459
2011-01-16DolphinTreeView contains some code to update the selection after aFrank Reininghaus
keyboard search because QTreeView (unlike the other item views) does not handle this internally. This commit simplifies that code by performing the selection update in the method keyboardSearch(). That way, we can get rid of the member m_updateCurrentIndex and of 3 member functions. The unit tests still pass, so I'm quite confident that this does not break anything. svn path=/trunk/KDE/kdebase/apps/; revision=1214865
2011-01-15Move the call "setUniformRowHeights(true)" from DolphinDetailsView'sFrank Reininghaus
constructor to the one of its base class DolphinTreeView. The reason is that DolphinTreeView::updateElasticBandSelection() contains "Q_ASSERT(uniformRowHeights())", so it makes sense to ensure that every DolphinTreeView has uniform row heights. This might be important for unit tests which use DolphinTreeView directly. svn path=/trunk/KDE/kdebase/apps/; revision=1214695
2011-01-11SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1213663
2011-01-09Don't trigger a slotDirListerCompleted() when the directory lister has been ↵Peter Penz
cancelled. Beside leading to a crash for the unit tests this is semantically wrong. svn path=/trunk/KDE/kdebase/apps/; revision=1213203
2011-01-09Fix implementation of DolphinView::invertSelection() which assures that ↵Peter Penz
DolphinView::hasSelection() provides a valid return-value. This looks like an issue in Qt, but I did not have the time yet to provide a Qt-only example for a bug-report :-( svn path=/trunk/KDE/kdebase/apps/; revision=1213199
2011-01-09Encapsulate the creation and handling of the directory lister, the model and ↵Peter Penz
proxy model to DolphinView. By this it will be easier later to replace the traditional QAbstractItemViews by any kind of other implementation (e.g. based on QGraphicsView/QML). svn path=/trunk/KDE/kdebase/apps/; revision=1213189
2011-01-09Internal simplification: It is not necessary to keep the ViewModeController ↵Peter Penz
as member for the view-modes, as the URL is alredy known by the DolphinViewController. svn path=/trunk/KDE/kdebase/apps/; revision=1213172
2011-01-01Forward-port: Restore keyboard-focus when changing the view-modePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1210699
2011-01-01Forward port: Don't grab the focus if the view did not have the focus already.Peter Penz
CCBUG: 261147 FIXED-IN: 4.6.0 svn path=/trunk/KDE/kdebase/apps/; revision=1210659
2010-12-15Fix issue that the enabled state of the "Create New..." menu is not updated ↵Peter Penz
correctly in the column-view. BUG: 258534 FIXED-IN: 4.6.0 svn path=/trunk/KDE/kdebase/apps/; revision=1206749
2010-12-15Fix issue that 2 files get deleted in the details-view instead of 1 when ↵Peter Penz
Shift+DEL is pressed for a longer time (and the confirmation dialog has been turned off). BUG: 259656 FIXED-IN: 4.6.0 svn path=/trunk/KDE/kdebase/apps/; revision=1206734
2010-12-15If "Use common view properties for all folders" is checked, the optimized ↵Peter Penz
view-modes for trash and searching should be replaced by the common view properties too. BUG: 259894 FIXED-IN: 4.6.0 svn path=/trunk/KDE/kdebase/apps/; revision=1206728
2010-12-10Show an undetermined progress indication within one second after changing an ↵Peter Penz
URL. Update to SVN commit 1205329: - Fix issue that an undetermined progress is shown when switching between columns of the column-view. - Fix issue that no undetermined progress is shown when editing the URL directly in the URL navigator BUG: 234894 BUG: 163004 FIXED-IN: 4.6.0 svn path=/trunk/KDE/kdebase/apps/; revision=1205345
2010-12-06SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1204063
2010-11-28SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1201667
2010-11-26DragAndDropHelper::isMimeTypeSupported() returns always true in the meantime ↵Peter Penz
- remove it svn path=/trunk/KDE/kdebase/apps/; revision=1201101
2010-11-26Assure that the directory lister gets updated when changing the URLPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1201096
2010-11-26SVN_SILENT: Don't inline the setter/gettersPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1201095
2010-11-26Also reconnect signals for the directory lister when changing the view or ↵Peter Penz
the URL, as the directory lister might change in the case of the column view (based on a patch from Frank Reininghaus) svn path=/trunk/KDE/kdebase/apps/; revision=1201082
2010-11-21In the item view constructors, call setFocus() only afterFrank Reininghaus
m_extensionsFactory is initialised. This fixes a possible crash in Konqueror when changing the settings or manipulating tabs. CCBUG: 240374 svn path=/trunk/KDE/kdebase/apps/; revision=1199276
2010-11-20removed: include of unused headerFriedrich W. H. Kossebau
svn path=/trunk/KDE/kdebase/apps/; revision=1199153
2010-11-20removed: include of unused (and deprecated) headerFriedrich W. H. Kossebau
svn path=/trunk/KDE/kdebase/apps/; revision=1199149
2010-11-20Make sure that an item's visualRect in the Details View is not widerFrank Reininghaus
than the "Name" column. Fixes keyboard navigation problems if files with very wide names are present in the current folder. Unit test included. CCBUG: 257401 svn path=/trunk/KDE/kdebase/apps/; revision=1199123
2010-11-20Use the inactive text color for all columns except the name column. This ↵Peter Penz
indicates for the user that hovering other columns does not change the actions context. svn path=/trunk/KDE/kdebase/apps/; revision=1199020
2010-11-20SVN_SILENT: documentation fixPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1199017
2010-11-18- When showing the trash content, use the details view with path as default viewPeter Penz
- Assure that the original path is shown for the trash protocol within Dolphin svn path=/trunk/KDE/kdebase/apps/; revision=1198481
2010-11-17Add unit test which checks that DolphinDetailsView::expandedUrls()Frank Reininghaus
works as expected. svn path=/trunk/KDE/kdebase/apps/; revision=1198202
2010-11-17Verify that the pointer m_extensionsFactory is not 0 beforeFrank Reininghaus
dereferencing it. Fixes a possible crash when initialising the Details View in Konqueror, caused by an indirect resizing the of columns before the DolphinDetailsView constructor is finished. CCBUG: 257035 svn path=/trunk/KDE/kdebase/apps/; revision=1198138
2010-11-17SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1198064
2010-11-12Fix issue that the folders in the details-view are not automatically opened ↵Peter Penz
when dragging items and "expandable folders" is disabled. CCBUG: 237731 svn path=/trunk/KDE/kdebase/apps/; revision=1196240
2010-11-09Adjust the color when using the LocallyModifiedUnstagedVersion (patch ↵Peter Penz
written by Sebastian Dörner) svn path=/trunk/KDE/kdebase/apps/; revision=1194724
2010-11-09Add unit test for bug 217447.Frank Reininghaus
To make it work, I had to make DolphinTreeView::indexAt public, but this method is public in the base class anyway. svn path=/trunk/KDE/kdebase/apps/; revision=1194511
2010-11-08Remember the root-URL when saving the state of a view. This allows to ↵Peter Penz
restore a column-view correctly when going back in history. svn path=/trunk/KDE/kdebase/apps/; revision=1194323
2010-11-08Also assure that when scrolling right that the currently completely ↵Peter Penz
invisible column gets partly visible. svn path=/trunk/KDE/kdebase/apps/; revision=1194305
2010-11-08Use KFileItem::mostLocalUrl() instead of KFileItem::url() for the "Path" ↵Peter Penz
column. This assures that a path is shown also for the nepomuksearch:/ protocol. svn path=/trunk/KDE/kdebase/apps/; revision=1194303
2010-11-05Fix issue that the horizontal scrollbar is not updated correctly when ↵Peter Penz
resizing the window svn path=/trunk/KDE/kdebase/apps/; revision=1193329
2010-11-04Interface cleanup: The DolphinView should not expose ↵Peter Penz
QAbstractItemView-specific things like QItemSelectionModel. Just providing interfaces for KFileItem and KUrl will make it easier in future to change the view-implementations internally to QML-specific itemviews or whatever. svn path=/trunk/KDE/kdebase/apps/; revision=1193113
2010-11-01Added implementation of the FileInfoExtension to allow KPart plugins to ↵Dawit Alemayehu
obtain such information svn path=/trunk/KDE/kdebase/apps/; revision=1191993
2010-10-31SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1191511
2010-10-29It's easier to put functionality that is used by many unit tests intoFrank Reininghaus
a common base class. I took that idea from Nepomuk's unit tests in kdelibs. svn path=/trunk/KDE/kdebase/apps/; revision=1191051
2010-10-25- Add support for file item actions (see http://reviewboard.kde.org/r/5659/)Peter Penz
- Internal cleanups of DolphinContextMenu code svn path=/trunk/KDE/kdebase/apps/; revision=1189651
2010-10-22Add a second Dolphin unit test (for a regression in DolphinDetailsViewFrank Reininghaus
which has been fixed recently). This commit also adds a new class TestHelper which provides some funtionality that most Dolphin unit tests will need. I hope that this makes implementing additional tests as easy as possible :-) svn path=/trunk/KDE/kdebase/apps/; revision=1188536
2010-10-18Provide icon for LocallyModifiedUnstaged versions of a filePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1187170
2010-10-15It is a valid use-case that m_itemView is 0.Peter Penz
BUG: 254240 svn path=/trunk/KDE/kdebase/apps/; revision=1186206