Commit graph

2205 commits

Author SHA1 Message Date
Frank Reininghaus b842968e4a Make Qt 4.5's new "move tab" feature work in Dolphin. Up to now, tabs could 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-15 21:50:50 +00:00
Peter Penz b6e31438cb Workaround: Phonon::BackendCapabilities::isMimeTypeAvailable(...) returns 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-15 20:10:03 +00:00
Peter Penz 0a133e9ef8 After restoring the current item when going back to a folder, the 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-15 18:40:08 +00:00
Peter Penz b2c1a2a03c Initialize the name-label widget with a maximum size. This is important, 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-15 18:01:37 +00:00
Peter Penz 19139afd77 remove the '!' prefix, which is used for a literal command
BUG: 189672

svn path=/trunk/KDE/kdebase/apps/; revision=954343
2009-04-15 17:14:30 +00:00
Peter Penz 897f481e96 - hide the video player in any case when the stop-button has been pressed
- provide a custom member for the audio media object

svn path=/trunk/KDE/kdebase/apps/; revision=952886
2009-04-12 19:17:56 +00:00
Peter Penz e9b697bdf6 The feature freeze is near: Add video support to the Information Panel. Phonon is quite cool BTW :-)
svn path=/trunk/KDE/kdebase/apps/; revision=952882
2009-04-12 19:00:59 +00:00
Peter Penz cc124237db Allow to enable/disable which information should be shown in the Information Panel.
BUG: 156205

svn path=/trunk/KDE/kdebase/apps/; revision=952833
2009-04-12 16:41:14 +00:00
Peter Penz f2e7c6d0d9 Assure that the extension is added correctly when renaming multiple files even if the extension uses capital letters (e. g. .JPG instead of .jpg).
svn path=/trunk/KDE/kdebase/apps/; revision=952804
2009-04-12 15:39:13 +00:00
Peter Penz 5bd452a69d Allow to configure which preview plugins should be enabled. Per default previews for images and directories are enabled.
svn path=/trunk/KDE/kdebase/apps/; revision=952049
2009-04-10 18:58:21 +00:00
Script Kiddy 6d26e2af51 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=951138
2009-04-08 15:00:04 +00:00
David Faure 9b80bddc7b We don't know the mimetype here, so better not set it at all, konq will 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-07 12:45:02 +00:00
Peter Penz 6358214ee7 Fixed regression introduced with KDE 4.2.0 that the column width setting was ignored.
BUG: 188701

svn path=/trunk/KDE/kdebase/apps/; revision=949864
2009-04-06 05:56:33 +00:00
Sascha Peilicke 319bab3dd3 This patch allows the user to clear the search bar with an Escape keypress. This should help with keyboard-only navigation.
svn path=/trunk/KDE/kdebase/apps/; revision=948807
2009-04-03 20:25:22 +00:00
Script Kiddy 4a6269304f SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=948671
2009-04-03 13:57:56 +00:00
David Faure 402a17bf1f KonqFileItemCapabilities -> KFileItemListProperties
svn path=/trunk/KDE/kdebase/apps/; revision=948007
2009-04-01 23:34:33 +00:00
Rahman Duran 91a6bbf95a BUG: 187732
Make Dolphin to remember selected files after view refresh.


svn path=/trunk/KDE/kdebase/apps/; revision=946726
2009-03-30 07:18:32 +00:00
Peter Penz 164706fdb4 KFilePreviewGenerator::updatePreviews() is deprecated, use updateIcons() instead
svn path=/trunk/KDE/kdebase/apps/; revision=946717
2009-03-30 06:55:31 +00:00
Rahman Duran 53a9373a38 BUG: 164489
Make Dolphin benefit from new TerminalInterfaceV2 functions.


svn path=/trunk/KDE/kdebase/apps/; revision=946382
2009-03-29 11:54:40 +00:00
Shaun Reich 87594350e8 A few changes...
*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-27 01:03:02 +00:00
Peter Penz 0bca984ad1 SVN_SILENT: coding style fix (use spaces, no tabs)
svn path=/trunk/KDE/kdebase/apps/; revision=945041
2009-03-26 18:58:53 +00:00
Peter Penz b2bda0d410 disable rating, comments and tags if no meta data is available
svn path=/trunk/KDE/kdebase/apps/; revision=945040
2009-03-26 18:53:00 +00:00
Peter Penz 66ef40ec88 Use KNewMenu::createDirectory() instead of KonqOperations::newDir() when F10 has been pressed, so that the directory gets automatically selected afterwards.
CCMAIL: rahman.duran@gmail.com

svn path=/trunk/KDE/kdebase/apps/; revision=945037
2009-03-26 18:44:36 +00:00
Peter Penz 18a81c6301 Fixed incorrect grouping of dates. Thanks to Jacopo De Simoi for the patch!
BUG: 187958

svn path=/trunk/KDE/kdebase/apps/; revision=945024
2009-03-26 18:05:41 +00:00
Script Kiddy b4da9212ae SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=944934
2009-03-26 14:43:45 +00:00
Harald Hvaal c47aac3361 Forwardport of r944888
BUG: 187884
Do not start a new drag while one is currently underway.


svn path=/trunk/KDE/kdebase/apps/; revision=944917
2009-03-26 13:44:52 +00:00
Rahman Duran 897b376df2 SVN_SILENT:
Make dolphinremoteencoding included in dolphinprivate.

svn path=/trunk/KDE/kdebase/apps/; revision=944693
2009-03-25 23:02:49 +00:00
Rahman Duran bd2f7179de BUG: 175658
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-25 22:00:50 +00:00
Rahman Duran 750bb9e12c Moving Remote encoding support to Dolphin
svn path=/trunk/KDE/kdebase/apps/; revision=944653
2009-03-25 21:41:35 +00:00
Rahman Duran eb194900e0 Moving Remote encoding support to Dolphin
svn path=/trunk/KDE/kdebase/apps/; revision=944652
2009-03-25 21:40:43 +00:00
Script Kiddy a9f0fd4876 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=943873
2009-03-24 15:44:46 +00:00
David Faure ba84cf3c69 Port away from now-deprecated KonqPopupMenuInformation
svn path=/trunk/KDE/kdebase/apps/; revision=943384
2009-03-23 19:10:13 +00:00
Peter Penz 18f99bf84e - Write the settings to the disk as soon as "Apply" or "OK" has been pressed 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-21 11:49:10 +00:00
Script Kiddy 75ff72c553 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=941843
2009-03-20 14:53:39 +00:00
Peter Penz abc9b18816 Fixed issue that tabs are not remembered when restoring a session. Thanks a lot to Rahman Duran for the patch!
BUG: 181227
CCMAIL: rahman.duran@gmail.com

svn path=/trunk/KDE/kdebase/apps/; revision=941226
2009-03-19 07:23:41 +00:00
Ralf Habacker 9a810d4df0 win32 compile fix
svn path=/trunk/KDE/kdebase/apps/; revision=941223
2009-03-19 07:19:10 +00:00
Shaun Reich d4f8439d91 Made the accelerator for "Rename" also removed the setMarginHint() or 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-19 01:43:35 +00:00
Fredrik Höglund 9228f81fdc Remove code that's no longer needed now that Qt supports ARGB windows.
svn path=/trunk/KDE/kdebase/apps/; revision=941039
2009-03-18 18:38:38 +00:00
Script Kiddy 6acbde01b7 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=940939
2009-03-18 14:28:37 +00:00
Peter Penz 396cb90a73 Assure that KNewMenu from DolphinPart attachs itself to the DolphinNewMenuObserver, so that newly created items get selected (DolphinNewMenu - which attachs itself automatically - cannot be used in DolphinPart).
CCMAIL: rahman.duran@gmail.com

svn path=/trunk/KDE/kdebase/apps/; revision=940628
2009-03-17 20:55:26 +00:00
Peter Penz b8c2f53777 After creating an item with the "Create New..." menu, the new item should 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: rahman.duran@gmail.com
CCMAIL: faure@kde.org

svn path=/trunk/KDE/kdebase/apps/; revision=940624
2009-03-17 20:47:03 +00:00
Peter Penz b7b31ce194 SVN_SILENT: removed tab and don't add another exit point in a 3-liner method
svn path=/trunk/KDE/kdebase/apps/; revision=940621
2009-03-17 20:41:27 +00:00
Peter Penz 644938fcde SVN_SILENT: remove trailing spaces
svn path=/trunk/KDE/kdebase/apps/; revision=940620
2009-03-17 20:34:32 +00:00
Script Kiddy d388c8d2fb SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=940525
2009-03-17 15:51:17 +00:00
David Faure 28f6a03682 Fix infinite loop on startup due to r938051 (KToolTipManager ctor creating KTipLabel which calls KToolTipManager singleton which isn't set yet)
svn path=/trunk/KDE/kdebase/apps/; revision=940428
2009-03-17 13:40:20 +00:00
Christian Ehrlicher af49caa18e a lot of more KUrl::path() -> KUrl::toLocalFile() changes (mostly after a check for KUrl::isLocalFile())
svn path=/trunk/KDE/kdebase/apps/; revision=939835
2009-03-15 20:20:33 +00:00
Script Kiddy 88a6794501 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=939654
2009-03-15 13:46:07 +00:00
Shaun Reich 9caa161efa Added F8 as an alternate shortcut for "Show Hidden Files". Reasoning: Open file and folder dialogs (do, except for the latter(but all will) use this shortcut).
CCMAIL: peter.penz@gmx.at

svn path=/trunk/KDE/kdebase/apps/; revision=939522
2009-03-15 04:01:49 +00:00
Script Kiddy efab8a6fce SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=939259
2009-03-14 14:36:38 +00:00
Shaun Reich 92534adf15 Added "document-properties" icon to "Properties", I added in another menu 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-13 01:07:51 +00:00