┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-04-10Allow to configure which preview plugins should be enabled. Per default ↵Peter Penz
previews for images and directories are enabled. svn path=/trunk/KDE/kdebase/apps/; revision=952049
2009-04-08SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=951138
2009-04-07We don't know the mimetype here, so better not set it at all, konq will ↵David Faure
determine it. Better than setting inode/directory for everything due to the wrong S_IFDIR. Fixes "foo is a file but a dir was expected" error when doing MMB on a file. svn path=/trunk/KDE/kdebase/apps/; revision=950518
2009-04-06Fixed regression introduced with KDE 4.2.0 that the column width setting was ↵Peter Penz
ignored. BUG: 188701 svn path=/trunk/KDE/kdebase/apps/; revision=949864
2009-04-03This patch allows the user to clear the search bar with an Escape keypress. ↵Sascha Peilicke
This should help with keyboard-only navigation. svn path=/trunk/KDE/kdebase/apps/; revision=948807
2009-04-03SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=948671
2009-04-01KonqFileItemCapabilities -> KFileItemListPropertiesDavid Faure
svn path=/trunk/KDE/kdebase/apps/; revision=948007
2009-03-30BUG: 187732Rahman Duran
Make Dolphin to remember selected files after view refresh. svn path=/trunk/KDE/kdebase/apps/; revision=946726
2009-03-30KFilePreviewGenerator::updatePreviews() is deprecated, use updateIcons() insteadPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=946717
2009-03-29BUG: 164489Rahman Duran
Make Dolphin benefit from new TerminalInterfaceV2 functions. svn path=/trunk/KDE/kdebase/apps/; revision=946382
2009-03-27A few changes...Shaun Reich
*The search bar displays "Search..." as that nice inactive-hinted text, this provides a clue as to what it is, aside from merely the small icon. Text disappears upon clicking *Also changed text on tooltip from "Search" to "Click to begin the search". *No need to specify layout direction as Left to Right, it is this way on construction. svn path=/trunk/KDE/kdebase/apps/; revision=945167
2009-03-26SVN_SILENT: coding style fix (use spaces, no tabs)Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=945041
2009-03-26disable rating, comments and tags if no meta data is availablePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=945040
2009-03-26Use KNewMenu::createDirectory() instead of KonqOperations::newDir() when F10 ↵Peter Penz
has been pressed, so that the directory gets automatically selected afterwards. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=945037
2009-03-26Fixed incorrect grouping of dates. Thanks to Jacopo De Simoi for the patch!Peter Penz
BUG: 187958 svn path=/trunk/KDE/kdebase/apps/; revision=945024
2009-03-26SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=944934
2009-03-26Forwardport of r944888Harald Hvaal
BUG: 187884 Do not start a new drag while one is currently underway. svn path=/trunk/KDE/kdebase/apps/; revision=944917
2009-03-25SVN_SILENT:Rahman Duran
Make dolphinremoteencoding included in dolphinprivate. svn path=/trunk/KDE/kdebase/apps/; revision=944693
2009-03-25BUG: 175658Rahman Duran
GUI: The remote encoding code adapted from Konqueror to Dolphin. Now user can change encoding for remote urls like ftp. Konqueror doesn't use KRemoteEncodingPlugin anymore. Instead, this feature is supplied to Konqueror via DolphinPart. svn path=/trunk/KDE/kdebase/apps/; revision=944659
2009-03-25Moving Remote encoding support to DolphinRahman Duran
svn path=/trunk/KDE/kdebase/apps/; revision=944653
2009-03-25Moving Remote encoding support to DolphinRahman Duran
svn path=/trunk/KDE/kdebase/apps/; revision=944652
2009-03-24SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=943873
2009-03-23Port away from now-deprecated KonqPopupMenuInformationDavid Faure
svn path=/trunk/KDE/kdebase/apps/; revision=943384
2009-03-21- Write the settings to the disk as soon as "Apply" or "OK" has been pressed ↵Peter Penz
inside a settings dialog. - Assure that the settings are saved in the DolphinPart destructor for settings that are changed outside the settings dialog (e. g. by using Ctrl + mouse wheel for adjusting the icon size). Thanks to Frank Reininghaus and David Faure for the analyses. CCBUG: 175085 svn path=/trunk/KDE/kdebase/apps/; revision=942194
2009-03-20SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=941843
2009-03-19Fixed issue that tabs are not remembered when restoring a session. Thanks a ↵Peter Penz
lot to Rahman Duran for the patch! BUG: 181227 CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=941226
2009-03-19win32 compile fixRalf Habacker
svn path=/trunk/KDE/kdebase/apps/; revision=941223
2009-03-19Made the accelerator for "Rename" also removed the setMarginHint() or ↵Shaun Reich
whatever, I'm quite certain this does absolutely nothing and is no longer needed, but please, correct me if I am wrong. svn path=/trunk/KDE/kdebase/apps/; revision=941186
2009-03-18Remove code that's no longer needed now that Qt supports ARGB windows.Fredrik Höglund
svn path=/trunk/KDE/kdebase/apps/; revision=941039
2009-03-18SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=940939
2009-03-17Assure that KNewMenu from DolphinPart attachs itself to the ↵Peter Penz
DolphinNewMenuObserver, so that newly created items get selected (DolphinNewMenu - which attachs itself automatically - cannot be used in DolphinPart). CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=940628
2009-03-17After creating an item with the "Create New..." menu, the new item should ↵Peter Penz
get selected and it must be assured that the item stays visible. Thanks a lot to Rahman Duran for the original patch and the good discussions :-) Open issues: - F10 shortcut does not work yet (interface extension might be done in KNewMenu) - Does not work in column view yet, but this is a colum view specific issue. CCMAIL: [email protected] CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=940624
2009-03-17SVN_SILENT: removed tab and don't add another exit point in a 3-liner methodPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=940621
2009-03-17SVN_SILENT: remove trailing spacesPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=940620
2009-03-17SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=940525
2009-03-17Fix infinite loop on startup due to r938051 (KToolTipManager ctor creating ↵David Faure
KTipLabel which calls KToolTipManager singleton which isn't set yet) svn path=/trunk/KDE/kdebase/apps/; revision=940428
2009-03-15a lot of more KUrl::path() -> KUrl::toLocalFile() changes (mostly after a ↵Christian Ehrlicher
check for KUrl::isLocalFile()) svn path=/trunk/KDE/kdebase/apps/; revision=939835
2009-03-15SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=939654
2009-03-15Added F8 as an alternate shortcut for "Show Hidden Files". Reasoning: Open ↵Shaun Reich
file and folder dialogs (do, except for the latter(but all will) use this shortcut). CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=939522
2009-03-14SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=939259
2009-03-13Added "document-properties" icon to "Properties", I added in another menu ↵Shaun Reich
also, for the same action, but this is a different menu, yet used in the same context. svn path=/trunk/KDE/kdebase/apps/; revision=938793
2009-03-12Ask for confirmation when closing a Dolphin window with more than one tab. ↵Frank Reininghaus
This can be disabled by checking the "Do not ask again" checkbox in the confirmation dialog or in Dolphin's settings dialog. FEATURE: 168417 svn path=/trunk/KDE/kdebase/apps/; revision=938767
2009-03-12SVN_SILENT: coding style fixPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=938679
2009-03-11Using the "document-properties" icon for the Properties entry of the RMB ↵Shaun Reich
context menu. This is used elsewhere already... svn path=/trunk/KDE/kdebase/apps/; revision=938482
2009-03-11No need to set the accelerator manually, it's done automatically anyways(or ↵Shaun Reich
it will be). svn path=/trunk/KDE/kdebase/apps/; revision=938478
2009-03-11This patch isn't needed anymore thanks to dfaure's up-coming patch to kmenu, ↵Shaun Reich
the accelerator manager will automatically handle KMenu's. svn path=/trunk/KDE/kdebase/apps/; revision=938471
2009-03-11Changed i++ to ++i. I accidentally did the first when I first made the ↵Shaun Reich
recently closed tabs feature (habitual). svn path=/trunk/KDE/kdebase/apps/; revision=938422
2009-03-11The last commit made the menu be on the heap, this switches it back to ↵Shaun Reich
stack... (I initially couldn't figure out how to do that (had to pass by reference)). svn path=/trunk/KDE/kdebase/apps/; revision=938420
2009-03-11Changed a tab's KMenu to have it's accelerators managed automatically.Shaun Reich
svn path=/trunk/KDE/kdebase/apps/; revision=938417
2009-03-11Revert my previous commit, dfaure is right, this should be done through ↵Shaun Reich
KAcceleratorManager::manage(). svn path=/trunk/KDE/kdebase/apps/; revision=938412