| Age | Commit message (Collapse) | Author |
|
svn path=/trunk/KDE/kdebase/apps/; revision=921970
|
|
during runtime and assure that the behavior of the view is adjusted.
CCMAIL: [email protected]
BUG: 175635
BUG: 175280
svn path=/trunk/KDE/kdebase/apps/; revision=920754
|
|
by the context menu of the header.
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=919035
|
|
sufficient, condition) DolphinDetailsView::resizeColumns() is called with an empty model so that sizeHintForColumn(...) returns -1 and so the name column ultimately has width -1. Detect and prevent this.
svn path=/trunk/KDE/kdebase/apps/; revision=915781
|
|
flat directory hierarchy. dolphin/src/CMakeLists.txt will be cleaned up later.
svn path=/trunk/KDE/kdebase/apps/; revision=911065
|
|
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
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=905620
|
|
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
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=903414
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=896481
|
|
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
|
|
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
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=895978
|
|
pixels, the steps when using the scrollwheel must be adjusted dynamically
svn path=/trunk/KDE/kdebase/apps/; revision=895825
|
|
usable when trying to select items outside the visible view area (reported to Qt Software with bug ID #214542) -> implemented custom auto scrolling algorithm.
BUG: 165531
svn path=/trunk/KDE/kdebase/apps/; revision=893546
|
|
click, even if double click has been activated.
BUG: 162986
svn path=/trunk/KDE/kdebase/apps/; revision=888007
|
|
adding/removing columns
* assure that QTreeView::resizeEvent() is called before applying the autoresizing for having an updated state
BUG: 175603
svn path=/trunk/KDE/kdebase/apps/; revision=886690
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=883287
|
|
emitting of signals is possible
* show an information message in the statusbar, if items are dragged into the same directory
TODO: although the signal seems to get connected correctly, the slot DolphinMainWindow::showInformationMessage() is not invoked when the signal is emitted -> will debug this later, it is important that the new string is added before the message freeze
svn path=/trunk/KDE/kdebase/apps/; revision=881627
|
|
not the viewport), then startIndex will likely be invalid, resulting in broken selection behaviour. Prevent this.
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=880585
|
|
"automatically expand folders during drag operations" feature
svn path=/trunk/KDE/kdebase/apps/; revision=879152
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=878498
|
|
elastic band selection by storing the last selection elastic band in view (rather than viewport) coordinates.
svn path=/trunk/KDE/kdebase/apps/; revision=878316
|
|
to make things a bit more logical.
svn path=/trunk/KDE/kdebase/apps/; revision=877164
|
|
where it is no longer possible to use rubber band selection(!) occurs otherwise!
svn path=/trunk/KDE/kdebase/apps/; revision=877160
|
|
of the same name to prevent clashes!)
Use KFileItem::text() instead of KFileItem::name() there, too.
svn path=/trunk/KDE/kdebase/apps/; revision=877159
|
|
shouldn't - this is because lastIndex is always included in the toggle range, even if it needn't be toggled. Fixed now - hopefully, there are no more "elastic band selection" bugs, now :)
svn path=/trunk/KDE/kdebase/apps/; revision=876724
|
|
if CTRL is pressed when initiating elastic band, respect the item selection at that time while dragging the band.
CCMAIL : [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=876690
|
|
setSelectionRecursive was removed.
svn path=/trunk/KDE/kdebase/apps/; revision=876682
|
|
should immediately form a new range with the current index. This stops child items from sometime being missed by the band.
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=876240
|
|
BUG:165551
svn path=/trunk/KDE/kdebase/apps/; revision=876177
|
|
massive performance regression and also didn't really fix the issue. Use new way that fixes the issue in a less direct but more general way.
Also - ;-- :)
svn path=/trunk/KDE/kdebase/apps/; revision=876137
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=876110
|
|
with filenames that are wider than the name column.
svn path=/trunk/KDE/kdebase/apps/; revision=876107
|
|
provided by Simon St. James).
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=876099
|
|
* Move code which checks whether the dragging of a MIME type is supported to DragAndDropHelper. This allows adding an improved support for dropping compressed files from Ark to Dolphin later...
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=875611
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=875518
|
|
* hide a tooltip if a drag operation has been started
BUG: 173148
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=874641
|
|
it is not possible dragging an item from the inactive to the active view (only the rubberband gets active in this case)
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=871928
|
|
the details view only above the icon + name. Open issue: The performance when selecting files by the rubberband is too slow (will be fixed before KDE 4.2).
CCBUG: 165999
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=871874
|
|
selectable area (not the whole width of the name column - similar to KDE3). Thanks to Simon St. James for the original patch!
Currently it is very confusing that although only the icon + name is selectable, still the selection and hovering is drawn above the whole column width. This will be fixed before KDE 4.2.
CCBUG: 165999
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=871834
|
|
minor issues are open (Dolphin currently gets no feedback anymore when the operations have been finished), but they will be solved during the next week.
BUG: 168154
svn path=/trunk/KDE/kdebase/apps/; revision=865708
|
|
details- and column-view. The current version still requires some improvements (Labels on the left + right, preview, ...).
svn path=/trunk/KDE/kdebase/apps/; revision=852961
|
|
like in the icon view for consistency. The setting dialogs will be adjusted later.
svn path=/trunk/KDE/kdebase/apps/; revision=848955
|
|
(those are URLs, and are not affected by the direction of the desktop).
Force the filterbar of Dolphin to be LTR as well, as again it deals with files/directories which are english/latin letters most of the time.
svn path=/trunk/KDE/kdebase/apps/; revision=847671
|
|
solves the problem that when having a split view that too less contrast is given to be aware about the activation state.
BUG: 168270
svn path=/trunk/KDE/kdebase/apps/; revision=846021
|
|
* Let classes that use DolphinView know about the currently used zoom level.
* Provide more zoom levels for all views (the settings dialogs have not been adjusted yet).
* Fixed issue that when using the wheel that the enabled state of the zoom actions has not been updated.
svn path=/trunk/KDE/kdebase/apps/; revision=842715
|
|
allows to select/deselect files without CTRL key.
BUG: 165115
svn path=/trunk/KDE/kdebase/apps/; revision=825325
|
|
BUG: 164693
svn path=/trunk/KDE/kdebase/apps/; revision=824372
|
|
viewport.
svn path=/trunk/KDE/kdebase/apps/; revision=821229
|