| Age | Commit message (Collapse) | Author |
|
classes are now represented by DolphinColumnViewContainer and DolphinColumnView.
svn path=/trunk/KDE/kdebase/apps/; revision=1016780
|
|
Columview refactoring: Get rid of "isColumnView()" special cases in DolphinView and the interface code duplications due to delegating non-QAbstractItemView interfaces to the column view. This reduces the code size + complexity a lot and will make future maintainance of the columnview and DolphinView a lot easier.
Currently there are some regressions in the column view, but this will be fixed during the next 14 days.
svn path=/trunk/KDE/kdebase/apps/; revision=1016776
|
|
consistent with the naming in kdevplatform.
* Renamed VersionControlPlugin to KVersionControlPlugin so that the interface can be moved out of Dolphin.
svn path=/trunk/KDE/kdebase/apps/; revision=1011058
|
|
control systems like SVN, Git, CVS, ... The current code is an early draft and it is planned that all plugins (SVN, Git, CVS, ...) are maintained outside Dolphin. If the API is stable enough, a discussion will be done at [email protected] regarding the location of the plugins (the current implementation of SubversionPlugin is only temporary located in Dolphin for testing purposes).
RevisionControlObserver is implemented in a way that no recognizable slowdown is given for directories that are not under revision control.
CCBUG: 192158
svn path=/trunk/KDE/kdebase/apps/; revision=995351
|
|
settings specify double-click. Originally this was meant as a kind of feature (open files on double-click, but folders still on single-click), but it has been received as bug.
BUG: 198464
svn path=/trunk/KDE/kdebase/apps/; revision=995029
|
|
changes.
BUG: 197951
svn path=/trunk/KDE/kdebase/apps/; revision=989236
|
|
Dolphin and Konqueror (the default) or not. This setting can be
changed in the View menu: "View->Sort By->Folders First".
FEATURE: 62007
svn path=/trunk/KDE/kdebase/apps/; revision=956820
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=946717
|
|
Konqueror for KDE 3)
BUG: 185184
svn path=/trunk/KDE/kdebase/apps/; revision=929983
|
|
BUG: 184053
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=924889
|
|
with a middle-click on a folder). So it would actually open 2 or more tabs, but only in the Column View mode.
svn path=/trunk/KDE/kdebase/apps/; revision=923757
|
|
* open files/select files dependent from the global single click/double click setting
* open a new column when pressing the Key_Right
Thanks to Shaun Michael Reich for the original patches!
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=923423
|
|
setting was intentional, I originally wanted the double-click setting to apply only to files, and the single click apply to only folders :) .
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=922070
|
|
does now. The signals were only connected to the singleClick(), not the doubleClick() method. They are now also connected/disconnected according to the setting that is set globally.
svn path=/trunk/KDE/kdebase/apps/; revision=921975
|
|
consistent with the behavior like the Places Panel or Folders Panel.
svn path=/trunk/KDE/kdebase/apps/; revision=920753
|
|
initial patch)
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=913383
|
|
flat directory hierarchy. dolphin/src/CMakeLists.txt will be cleaned up later.
svn path=/trunk/KDE/kdebase/apps/; revision=911065
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=897744
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=896481
|
|
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
|
|
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=891865
|
|
click, even if double click has been activated.
BUG: 162986
svn path=/trunk/KDE/kdebase/apps/; revision=888007
|
|
a consistent behavior in comparison when working with split views.
svn path=/trunk/KDE/kdebase/apps/; revision=887919
|
|
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
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=875703
|
|
* 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
|
|
* hide a tooltip if a drag operation has been started
BUG: 173148
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=874641
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=868269
|
|
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
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=864303
|
|
KFileItemDelegate capability
svn path=/trunk/KDE/kdebase/apps/; revision=863740
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=863324
|
|
provided by Simon St James). The setting is currently not offered in the GUI, as some minor remaining issues must be fixed.
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=845975
|
|
allows to select/deselect files without CTRL key.
BUG: 165115
svn path=/trunk/KDE/kdebase/apps/; revision=825325
|
|
as active
svn path=/trunk/KDE/kdebase/apps/; revision=821938
|
|
correct items are used.
TODO for 4.2: get rid of those 'if (isColumnViewActive())' special cases and provide a generic model which also works with the way the column view is implemented
BUG: 164146
svn path=/trunk/KDE/kdebase/apps/; revision=821903
|
|
CCMAIL: [email protected]
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=819162
|
|
inside the view is done
svn path=/trunk/KDE/kdebase/apps/; revision=816421
|
|
view does not work. Note that this is just a workaround, QAbstractItemView should take care about this itself. I tried to provide a Qt-only example for this, but it is more tricky than I thought: it seems some expensive operations are required, so that the position of the second mouse-move event is outside the item area... I'll retest this issue without workaround if Qt 4.4 final is out.
BUG: 154619
svn path=/trunk/KDE/kdebase/apps/; revision=803980
|
|
* clear the selection toggle when using the scroll wheel (this is only a temporary workaround until Qt-issue #200665 has been fixed)
BUG: 159737
svn path=/trunk/KDE/kdebase/apps/; revision=797808
|
|
viewportEntered() signal might be emitted although the mouse has been moved above the viewport
svn path=/trunk/KDE/kdebase/apps/; revision=797742
|
|
information sidebar is turned on already.
Thanks a lot to Konstantin Heil and Fredrik Höglund for the code :-)
CCMAIL: [email protected]
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=795324
|
|
BUG: 159694
svn path=/trunk/KDE/kdebase/apps/; revision=792538
|
|
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=789208
|
|
don't get started twice in the column view anymore
BUG: 159551
svn path=/trunk/KDE/kdebase/apps/; revision=788133
|
|
* mouse tracking must stay enabled
svn path=/trunk/KDE/kdebase/apps/; revision=784871
|
|
KFileItemDelegate, it is not necessary anymore drawing a custom drag & drop indication.
svn path=/trunk/KDE/kdebase/apps/; revision=784851
|