┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-08-03re-add assertions (have been accidentally removed by myself in the last commit)Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=841432
2008-08-03Prevent that Konqueror crashs if pressing F2 (= Rename) although no items ↵Peter Penz
are selected. TODO: disable the rename action (and other selection dependent actions) when no items are selected. BUG: 168183 svn path=/trunk/KDE/kdebase/apps/; revision=841418
2008-07-31We want to change the tab, not just the view.Alex Merry
Fixes the issue: open three tabs. Select the second one and close it. Now right tab is active, but content for left tab is shown. Will backport to 4.1. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=839877
2008-07-29SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=839172
2008-07-26forgot to remove unused variable in last commitPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=838119
2008-07-26use DBus interface instead of KRun::runCommand()Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=838112
2008-07-26Tooltips are shown on wrong position in combination with a dual screen ↵Peter Penz
setup. Thanks to Lucas Murray for the patch! BUG: 167205 svn path=/trunk/KDE/kdebase/apps/; revision=838041
2008-07-26it's http://dolphin.kde.org/ nowUrs Wolfer
svn path=/trunk/KDE/kdebase/apps/; revision=838040
2008-07-26Provide a "Quick View" in the Tools menu, which uses the Previewer plasmoid.Peter Penz
TODO 1: use the D-Bus interface directly instead of using KRun::runCommand() as workaround. TODO 2: a new icon would be necessary CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=838039
2008-07-26Provide a 'int selectedItemsCount() const' interface for performance ↵Peter Penz
reasons, so that code which just needs to know whether items have been selected does not need to invoke selectedItems().count(), which is quite expensive. svn path=/trunk/KDE/kdebase/apps/; revision=838037
2008-07-24fix crash when opening a lot of columns and going back very fast by clicking ↵Peter Penz
on each breadcrumb of the URL navigator BUG: 164304 svn path=/trunk/KDE/kdebase/apps/; revision=837486
2008-07-22fixed issue that the close-action for the split view has been applied to the ↵Peter Penz
inactive view instead of the active view BUG: 167209 svn path=/trunk/KDE/kdebase/apps/; revision=836643
2008-07-20SVN_SILENT: updatePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=835498
2008-07-20This time doing it the correct way: just stop the timers when the widget ↵Peter Penz
gets hidden BUG: 167044 svn path=/trunk/KDE/kdebase/apps/; revision=835185
2008-07-20SideBarTreeView is derived from KTreeViewPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=835181
2008-07-20revert fix for bug 167044 - although the crash is fixed the autoscroll does ↵Peter Penz
not work as expected anymore... CCBUG: 167044 svn path=/trunk/KDE/kdebase/apps/; revision=835179
2008-07-20fix crash in Folder Panel (= treeview) when Dolphin gets closed before the ↵Peter Penz
panel got polished BUG: 167044 svn path=/trunk/KDE/kdebase/apps/; revision=835169
2008-07-19fixed issue that Dolphin uses the wrong settings for the move-to-trash and ↵Peter Penz
delete-confirmation BUG: 166717 svn path=/trunk/KDE/kdebase/apps/; revision=834990
2008-07-19forwardport of rev. 834841:André Wöbbeking
compile with old XShape (taken from kwin/utils.h) BUG 166324 svn path=/trunk/KDE/kdebase/apps/; revision=834961
2008-07-19Disable the menu 'File' -> 'Create New...' if no writing is supported.Peter Penz
BUG: 166592 svn path=/trunk/KDE/kdebase/apps/; revision=834845
2008-07-19fix possible division by 0 crash (no backport to 4.1 needed, as there ↵Peter Penz
QProgressBar is used instead of KCapacityBar) svn path=/trunk/KDE/kdebase/apps/; revision=834788
2008-07-19remember the maximum size, so that an update is also done for the (rare) ↵Peter Penz
case when two partitions have a different size but an equal used size (no backport to KDE 4.1 necessary, as there QProgressBar is used instead of KCapacityBar) CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=834550
2008-07-18The space info widget now inherits KCapacityBar. Two things to check:Rafael Fernández López
- Align vertically the text correctly - Minimum width of the widget (not forcing it to 200) CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=834445
2008-07-15fix crashDirk Mueller
svn path=/trunk/KDE/kdebase/apps/; revision=832953
2008-07-11Code factorization: move "properties" action and slot to ↵David Faure
DolphinViewActionHandler. svn path=/trunk/KDE/kdebase/apps/; revision=831148
2008-07-11another i18n TODO done: better description of this special action, for ↵David Faure
"configure shortcuts" svn path=/trunk/KDE/kdebase/apps/; revision=831111
2008-07-10SVN_SILENT: increased version number for KDE 4.2Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=830463
2008-07-09prevent crash when "Use common view properties for all folders" is set ↵Peter Penz
(uninitialized member variable) BUG: 166102 svn path=/trunk/KDE/kdebase/apps/; revision=829777
2008-07-08SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=829587
2008-07-07updated to KDE 4 (the file was valid for Dolphin for KDE 3)Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=829020
2008-07-06SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=828584
2008-07-04Don't connect multiple times to the selectionChanged signal, otherwise the ↵David Faure
slot will be called as many times as we entered a directory... svn path=/trunk/KDE/kdebase/apps/; revision=828216
2008-07-04re-enable, fix came in quickly after allDavid Faure
svn path=/trunk/KDE/kdebase/apps/; revision=828101
2008-07-04Forgot to commit new methodSebastian Trueg
svn path=/trunk/KDE/kdebase/apps/; revision=828091
2008-07-04quick fix for compilationDavid Faure
svn path=/trunk/KDE/kdebase/apps/; revision=828090
2008-07-04Do not show an ugly confusing message to users but simple open the tagging ↵Sebastian Trueg
widget on mouse click svn path=/trunk/KDE/kdebase/apps/; revision=828078
2008-07-02SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=827249
2008-07-01fixed wrong logic for showing the space info: if the progress bar is shown, ↵Peter Penz
the space info may never be shown svn path=/trunk/KDE/kdebase/apps/; revision=826897
2008-07-01SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=826707
2008-06-30* use existing KFileItem also for the selection instead of creating a new ↵Peter Penz
KFileItem from the URL * don't invoke fileItem() if a multiple selection is provided svn path=/trunk/KDE/kdebase/apps/; revision=826393
2008-06-30Move the "Find File..." action from DolphinMainWindow to ↵Peter Penz
DolphinViewActionHandler, so that is used in DolphinPart and hence also in Konqueror. Thanks to Bram for the patch! CCMAIL: [email protected] CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=826383
2008-06-30dispatch the preview queue immediately before resuming the preview generationPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=826230
2008-06-29when moving the visible items to the front of the list, take care not to ↵Peter Penz
reverse the order svn path=/trunk/KDE/kdebase/apps/; revision=826161
2008-06-29Use fast image transformation like Gwenview. This increases the performance ↵Peter Penz
of applyImageFrame() by a factor of >2. Hmm, previews don't look so smooth as before, but even when having a 2 GHz CPU a bilinear scaling of 1000 previews just takes too much time. svn path=/trunk/KDE/kdebase/apps/; revision=826128
2008-06-29The check whether there is a cut-selection when receiving a preview consumes ↵Peter Penz
12 % (!) of the runtime in addToPreviewQueue(). The check is now done only once before starting the preview generation and when the clipboard data has been changed. svn path=/trunk/KDE/kdebase/apps/; revision=826126
2008-06-29Move the block for resizing the preview, applying an item effect + border to ↵Peter Penz
the slot where the preview has been received. This reduces the blocking of the GUI for the following usecase: - folder with 1000 items - ~30 items are visible Old approach: - Show the 30 items as soon as possible. - Receive preview and add it to the queue. This is done asynchronously 970 times (no UI blocking). - Iterate through 970 items, resize, apply item effect + border and apply the preview to the model (-> blocking of UI thread for more than 3 seconds). New approach: - Show the 30 items as soon as possible. - Receive preview, resize it, apply item effect + border and add it to the queue. This is done asynchronously 970 times (no UI blocking). - Iterate through 970 items and apply the preview to the model (-> UI thread is blocked only very short). svn path=/trunk/KDE/kdebase/apps/; revision=826109
2008-06-29SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=826056
2008-06-29Internal cleanup: Make it easier getting the correct file item that should ↵Peter Penz
be used for showing the meta information (it depends on the current selection and whether the file item is already available). CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=825996
2008-06-29Don't grey out an invalid preview immediately, but with a small timeout. ↵Peter Penz
This prevents a flickering if the new preview can be generated within a small timeframe. BUG: 165317 svn path=/trunk/KDE/kdebase/apps/; revision=825942
2008-06-29SVN_SILENT: Renamed m_timer to m_infoTimer and slotTimeout() to ↵Peter Penz
slotInfoTimeout(), as preperation for a new timer that prevents a flickering of outdated previews. svn path=/trunk/KDE/kdebase/apps/; revision=825916