| Age | Commit message (Collapse) | Author |
|
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
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1213663
|
|
cancelled. Beside leading to a crash for the unit tests this is semantically wrong.
svn path=/trunk/KDE/kdebase/apps/; revision=1213203
|
|
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
|
|
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
|
|
as member for the view-modes, as the URL is alredy known by the DolphinViewController.
svn path=/trunk/KDE/kdebase/apps/; revision=1213172
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1210699
|
|
CCBUG: 261147
FIXED-IN: 4.6.0
svn path=/trunk/KDE/kdebase/apps/; revision=1210659
|
|
correctly in the column-view.
BUG: 258534
FIXED-IN: 4.6.0
svn path=/trunk/KDE/kdebase/apps/; revision=1206749
|
|
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
|
|
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
|
|
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
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1204063
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1201667
|
|
- remove it
svn path=/trunk/KDE/kdebase/apps/; revision=1201101
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1201096
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1201095
|
|
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
|
|
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
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1199153
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1199149
|
|
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
|
|
indicates for the user that hovering other columns does not change the actions context.
svn path=/trunk/KDE/kdebase/apps/; revision=1199020
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1199017
|
|
- Assure that the original path is shown for the trash protocol within Dolphin
svn path=/trunk/KDE/kdebase/apps/; revision=1198481
|
|
works as expected.
svn path=/trunk/KDE/kdebase/apps/; revision=1198202
|
|
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
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1198064
|
|
when dragging items and "expandable folders" is disabled.
CCBUG: 237731
svn path=/trunk/KDE/kdebase/apps/; revision=1196240
|
|
written by Sebastian Dörner)
svn path=/trunk/KDE/kdebase/apps/; revision=1194724
|
|
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
|
|
restore a column-view correctly when going back in history.
svn path=/trunk/KDE/kdebase/apps/; revision=1194323
|
|
invisible column gets partly visible.
svn path=/trunk/KDE/kdebase/apps/; revision=1194305
|
|
column. This assures that a path is shown also for the nepomuksearch:/ protocol.
svn path=/trunk/KDE/kdebase/apps/; revision=1194303
|
|
resizing the window
svn path=/trunk/KDE/kdebase/apps/; revision=1193329
|
|
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
|
|
obtain such information
svn path=/trunk/KDE/kdebase/apps/; revision=1191993
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1191511
|
|
a common base class. I took that idea from Nepomuk's unit tests in
kdelibs.
svn path=/trunk/KDE/kdebase/apps/; revision=1191051
|
|
- Internal cleanups of DolphinContextMenu code
svn path=/trunk/KDE/kdebase/apps/; revision=1189651
|
|
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
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1187170
|
|
BUG: 254240
svn path=/trunk/KDE/kdebase/apps/; revision=1186206
|
|
working fine with text data for instance,
only image data is still an issue due to bugs in Qt. This will be in KDE 4.6.
CCBUG: 159337
svn path=/trunk/KDE/kdebase/apps/; revision=1186021
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1184468
|
|
and getters are already available for implementing a toggling.
svn path=/trunk/KDE/kdebase/apps/; revision=1184459
|
|
keep the interface minimal (selectedItems() is already available)
svn path=/trunk/KDE/kdebase/apps/; revision=1184457
|
|
does not fit into the available width
* When scrolling to the active column, do it with a small delay so that temporary activations of a column don't result in jittering
BUG: 214324
FIXED-IN: 4.6.0
svn path=/trunk/KDE/kdebase/apps/; revision=1184290
|
|
be checked, whether the selection got reset in the meantime.
svn path=/trunk/KDE/kdebase/apps/; revision=1184262
|
|
BUG: 190030
BUG: 196717
FIXED-IN: 4.6.0
svn path=/trunk/KDE/kdebase/apps/; revision=1184247
|