┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-07-20This time doing it the correct way: just stop the timers when the widget gets...Peter Penz
2008-07-20SideBarTreeView is derived from KTreeViewPeter Penz
2008-07-20revert fix for bug 167044 - although the crash is fixed the autoscroll does n...Peter Penz
2008-07-20fix crash in Folder Panel (= treeview) when Dolphin gets closed before the pa...Peter Penz
2008-07-19fixed issue that Dolphin uses the wrong settings for the move-to-trash and de...Peter Penz
2008-07-19forwardport of rev. 834841:André Wöbbeking
2008-07-19Disable the menu 'File' -> 'Create New...' if no writing is supported.Peter Penz
2008-07-19fix possible division by 0 crash (no backport to 4.1 needed, as there QProgre...Peter Penz
2008-07-19remember the maximum size, so that an update is also done for the (rare) case...Peter Penz
2008-07-18The space info widget now inherits KCapacityBar. Two things to check:Rafael Fernández López
2008-07-15fix crashDirk Mueller
2008-07-11Code factorization: move "properties" action and slot to DolphinViewActionHan...David Faure
2008-07-11another i18n TODO done: better description of this special action, for "confi...David Faure
2008-07-10SVN_SILENT: increased version number for KDE 4.2Peter Penz
2008-07-09prevent crash when "Use common view properties for all folders" is set (unini...Peter Penz
2008-07-08SVN_SILENT made messages (.desktop file)Script Kiddy
2008-07-06SVN_SILENT made messages (.desktop file)Script Kiddy
2008-07-04Don't connect multiple times to the selectionChanged signal, otherwise the sl...David Faure
2008-07-04re-enable, fix came in quickly after allDavid Faure
2008-07-04Forgot to commit new methodSebastian Trueg
2008-07-04quick fix for compilationDavid Faure
2008-07-04Do not show an ugly confusing message to users but simple open the tagging wi...Sebastian Trueg
2008-07-02SVN_SILENT made messages (.desktop file)Script Kiddy
2008-07-01fixed wrong logic for showing the space info: if the progress bar is shown, t...Peter Penz
2008-07-01SVN_SILENT made messages (.desktop file)Script Kiddy
2008-06-30* use existing KFileItem also for the selection instead of creating a new KFi...Peter Penz
2008-06-30Move the "Find File..." action from DolphinMainWindow to DolphinViewActionHan...Peter Penz
2008-06-30dispatch the preview queue immediately before resuming the preview generationPeter Penz
2008-06-29when moving the visible items to the front of the list, take care not to reve...Peter Penz
2008-06-29Use fast image transformation like Gwenview. This increases the performance o...Peter Penz
2008-06-29The check whether there is a cut-selection when receiving a preview consumes ...Peter Penz
2008-06-29Move the block for resizing the preview, applying an item effect + border to ...Peter Penz
2008-06-29SVN_SILENT made messages (.desktop file)Script Kiddy
2008-06-29Internal cleanup: Make it easier getting the correct file item that should be...Peter Penz
2008-06-29Don't grey out an invalid preview immediately, but with a small timeout. This...Peter Penz
2008-06-29SVN_SILENT: Renamed m_timer to m_infoTimer and slotTimeout() to slotInfoTimeo...Peter Penz
2008-06-29Don't disable the "Properties" action when no file is selected, just use the ...Peter Penz
2008-06-29provide Ctrl+T as alternative shortcut to Ctrl+Shift+N for "New Tab" like Kon...Peter Penz
2008-06-29Improve mouse middle click path paste behavior: first check selection clipboa...Urs Wolfer
2008-06-28Don't check for "kompare" each time 2 items are selected (thanks to Andreas S...Peter Penz
2008-06-27Also allow to use the selection toggle when double click is used. This allows...Peter Penz
2008-06-27SVN_SILENT: fix documentation typoPeter Penz
2008-06-27tried to simplify the logic to decide whether the information panel should sh...Peter Penz
2008-06-27Avoid blocking of the GUI when creating previews for invisible items. The blo...Peter Penz
2008-06-27It is hard to understand which is the actual selected item here: m_selection,...Sebastian Trueg
2008-06-26Assure that the file capabilities are respected when opening the context menu...Peter Penz
2008-06-26respect the inline-renaming setting also for the Folder Panel (= treeview)Peter Penz
2008-06-26assure that the tooltip never exceeds the desktop areaPeter Penz
2008-06-26Properly handle setting of an empty tag list.Sebastian Trueg
2008-06-26fix linkingDirk Mueller