| Age | Commit message (Collapse) | Author |
|
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
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=821583
|
|
viewport.
svn path=/trunk/KDE/kdebase/apps/; revision=821229
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=821216
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=821197
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=821189
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=820661
|
|
dependent on the relation between model-rows and preview items. One algorithm is faster when e. g. inserting 10 items into a directory of 2000 items, while the other algorithm is faster when initially loading the directory.
svn path=/trunk/KDE/kdebase/apps/; revision=820321
|
|
Sorry for message freeze breakage.
svn path=/trunk/KDE/kdebase/apps/; revision=820149
|
|
TODO: the mirrored directory still should be cleaned up, but this has to be done without deleting the view properties fallback.
BUG: 163366
svn path=/trunk/KDE/kdebase/apps/; revision=820068
|
|
Rafael Fernández López). One related problem still has to be solved...
CCBUG: 163366
svn path=/trunk/KDE/kdebase/apps/; revision=820062
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=819683
|
|
* Use KFileItems for all lists instead a mixture of KFileItemList and QList<KUrl>.
* Use a common helper method for generatePreviews() and resumePreviews() to order the visible items at the beginning of the list.
svn path=/trunk/KDE/kdebase/apps/; revision=819681
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=819665
|
|
visible. Although the code is less readable now, it requires only 0,5 seconds for 2500 items instead of 2 seconds.
svn path=/trunk/KDE/kdebase/apps/; revision=819663
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=819272
|
|
destructed
svn path=/trunk/KDE/kdebase/apps/; revision=819163
|
|
CCMAIL: [email protected]
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=819162
|
|
more than 1 year)
svn path=/trunk/KDE/kdebase/apps/; revision=819151
|
|
implementation. Thanks to David Faure for the hint!
svn path=/trunk/KDE/kdebase/apps/; revision=819137
|
|
Dolphin KPart now also is aware about the disabled paste action.
@David: Konqueror hides the paste action in the context menu now, but still the action in the edit menu stays enabled
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=819116
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=819108
|
|
real this time :)
KPluginFactory can take the catalog name as second argument, this is the best fix.
CCMAIL: Chusslove Illich <[email protected]>
svn path=/trunk/KDE/kdebase/apps/; revision=818989
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=818988
|
|
konqpopupmenu when doing RMB on ftp://user@host, because after the redirection, part->url() was still the old url (so it didn't look like a popup opened for the current directory, in the konqpopupemenu code)
svn path=/trunk/KDE/kdebase/apps/; revision=818721
|
|
BUG: 161639
svn path=/trunk/KDE/kdebase/apps/; revision=818445
|
|
* remember the size set by the user
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=818381
|
|
forget some settings when pressing first "Apply" and then "OK"
BUG: 163366
svn path=/trunk/KDE/kdebase/apps/; revision=818368
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=818367
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=818343
|
|
BUG: 161201
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=818325
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=818316
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=818305
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=818303
|
|
this call invokes QTreeView::currentChanged(), where the value is needed. This fix assures that the selection is changed when the current index is changed like in QListView.
svn path=/trunk/KDE/kdebase/apps/; revision=818070
|
|
2) Get rid of flicker when after changing partition new size is smaller
than used space on old one - in this case setMaximum calls reset()
3) User proper value for comparison when checking if progressbar should
be changed
BUG: 163343
svn path=/trunk/KDE/kdebase/apps/; revision=818066
|
|
This e. g. occurs if a media has been unmounted and remounted again.
svn path=/trunk/KDE/kdebase/apps/; revision=818013
|
|
* Trash icon is not updated when trash has been emptied or got filled.
* When renaming an item the old name will be shown in the Information Panel.
* When unmounting media, still the mounted icon is shown.
BUG: 161385
BUG: 153514
BUG: 154747
CCBUG: 159366
svn path=/trunk/KDE/kdebase/apps/; revision=818005
|
|
Panel. This assures that no expensive initializations are done when the Information Panel is not shown at all.
svn path=/trunk/KDE/kdebase/apps/; revision=817992
|
|
* install icons to global icon dir, otherwise it seems not to work when using dolpin part in konqueror
svn path=/trunk/KDE/kdebase/apps/; revision=817991
|
|
BUG: 163358
svn path=/trunk/KDE/kdebase/apps/; revision=817974
|
|
enable a hidden action with Key_Del as shortcut, so that the user can press Del to delete the file.
BUG: 76016
svn path=/trunk/KDE/kdebase/apps/; revision=817389
|
|
to dolphinpart, so that
it doesn't appear while browsing the web [with a filemanagement profile initially]. The point is to
make the GUI sensible whatever initial profile was selected and hopefully get rid of konq-filemanagement.rc/konq-webbrowsing.rc.
svn path=/trunk/KDE/kdebase/apps/; revision=817326
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=817018
|
|
/ Open Terminal" action to DolphinPart.
Thanks to Kevin for reminding me of this one.
svn path=/trunk/KDE/kdebase/apps/; revision=816632
|
|
inside the view is done
svn path=/trunk/KDE/kdebase/apps/; revision=816421
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=816420
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=816400
|
|
add a macro_log_feature() message
svn path=/trunk/KDE/kdebase/apps/; revision=816293
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=816282
|