┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-04-24fixed issue that the video preview size was wrong during resizing the ↵Peter Penz
information panel svn path=/trunk/KDE/kdebase/apps/; revision=958762
2009-04-24SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=958687
2009-04-23- Postpone the video player initialization until the play button has been ↵Peter Penz
pressed. - Assure that the video player has the same size as the preview widget. Convincing the embedded video player to dynamically resize during playing a video seems to be impossible - I need to check the Phonon::VideoPlayer source code to get the root cause for the currently strange behavior :-( svn path=/trunk/KDE/kdebase/apps/; revision=958332
2009-04-23i18n fixes: disambiguation contexts.Chusslove Illich
svn path=/trunk/KDE/kdebase/apps/; revision=958321
2009-04-22Make it impossible to hide one of the views in a split view setupFrank Reininghaus
completely by dragging the QSplitterHandle to the left or right. This fixes the problem that a hidden view disappears completely after closing the visible view. The root cause of this issue still seems to be unclear though. BUG: 190265 svn path=/trunk/KDE/kdebase/apps/; revision=957703
2009-04-22SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=957596
2009-04-20Let the user choose if folders are always shown first in the views ofFrank Reininghaus
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
2009-04-17make it compile w/o nepomukPino Toscano
svn path=/trunk/KDE/kdebase/apps/; revision=955566
2009-04-16* share Context Menu page settings from dolphin with konquerorAlessandro Diaferia
* Make KonqPopupMenu aware of the CopyTo/MoveTo settings from konqueror and dolphin svn path=/trunk/KDE/kdebase/apps/; revision=955015
2009-04-15Make Qt 4.5's new "move tab" feature work in Dolphin. Up to now, tabs could ↵Frank Reininghaus
be moved in the tab bar using drag&drop, but DolphinMainWindow didn't notice :-( Note that there's no need to call setActiveTab() because the active tab is the same before and after the move operation - only its index in the tab bar has changed. BUG: 189641 svn path=/trunk/KDE/kdebase/apps/; revision=954556
2009-04-15Workaround: Phonon::BackendCapabilities::isMimeTypeAvailable(...) returns ↵Peter Penz
true for PNG images, but it makes no sense showing a play/stop button in this case. svn path=/trunk/KDE/kdebase/apps/; revision=954485
2009-04-15After restoring the current item when going back to a folder, the ↵Peter Penz
current-item URL must be cleared to prevent moving the focus when the directory content will be changed later. BUG: 189522 svn path=/trunk/KDE/kdebase/apps/; revision=954402
2009-04-15Initialize the name-label widget with a maximum size. This is important, ↵Peter Penz
otherwise at least one resize event would be needed to apply a maximum width. This gets a problem if the dock is overlapped by another dock: No resize event is emitted and the preferred size increases in an unlimited way. Result: when hovering files with very long filenames, the overall dock width will increase in an unexpected way. BUG: 189596 svn path=/trunk/KDE/kdebase/apps/; revision=954371
2009-04-15remove the '!' prefix, which is used for a literal commandPeter Penz
BUG: 189672 svn path=/trunk/KDE/kdebase/apps/; revision=954343
2009-04-12- hide the video player in any case when the stop-button has been pressedPeter Penz
- provide a custom member for the audio media object svn path=/trunk/KDE/kdebase/apps/; revision=952886
2009-04-12The feature freeze is near: Add video support to the Information Panel. ↵Peter Penz
Phonon is quite cool BTW :-) svn path=/trunk/KDE/kdebase/apps/; revision=952882
2009-04-12Allow to enable/disable which information should be shown in the Information ↵Peter Penz
Panel. BUG: 156205 svn path=/trunk/KDE/kdebase/apps/; revision=952833
2009-04-12Assure that the extension is added correctly when renaming multiple files ↵Peter Penz
even if the extension uses capital letters (e. g. .JPG instead of .jpg). svn path=/trunk/KDE/kdebase/apps/; revision=952804
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