Commit graph

2382 commits

Author SHA1 Message Date
Peter Penz 29699998ea Don't draw an alpha blended circle around the toggle selection. It looks less cluttered without it...
svn path=/trunk/KDE/kdebase/apps/; revision=964947
2009-05-07 17:41:43 +00:00
Peter Penz 6a0a4708c2 * Use the height of the icon as factor for the toggle size. This prevents that the size of the toggle changes within one view because of items having one or two text lines.
* Use a larger toggle size starting with 48x48-sized icons.

svn path=/trunk/KDE/kdebase/apps/; revision=964943
2009-05-07 17:30:25 +00:00
Peter Penz b8fa103e8a increase the size of the selection toggle corresponding to the item size
BUG: 191629

svn path=/trunk/KDE/kdebase/apps/; revision=964924
2009-05-07 16:54:08 +00:00
Peter Penz c4a72177e2 don't show the selection toggle during a rubberband selection
BUG: 181783

svn path=/trunk/KDE/kdebase/apps/; revision=964913
2009-05-07 16:28:34 +00:00
Peter Penz 1cbd4a24b0 initialize pointer correctly
svn path=/trunk/KDE/kdebase/apps/; revision=964505
2009-05-06 19:23:42 +00:00
Peter Penz c2e6c55c88 Don't crash if the the metadata widget is 0 (this can happen if Nepomuk has not been started).
svn path=/trunk/KDE/kdebase/apps/; revision=964469
2009-05-06 18:16:58 +00:00
Script Kiddy 13ebb2fa79 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=964417
2009-05-06 16:29:57 +00:00
Frank Reininghaus cc8a62ff16 Don't show an empty window caption when browsing "/", "trash:", etc.
BUG: 190783

svn path=/trunk/KDE/kdebase/apps/; revision=964061
2009-05-05 21:49:03 +00:00
Script Kiddy 0738c273ce SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=962137
2009-05-01 13:50:33 +00:00
Frank Reininghaus 8a68bc8e18 Do not emit DolphinView's urlChanged(const KUrl&) signal if the view
is activated, as discussed with Peter. This fixes a crash on a failed
assert if the DolphinView's and the KUrlNavigator's URLs are slightly
different (i.e., if a slash has been added to the navigator's URL by
KDirLister).

I could not find any regressions caused by this change so far, but
even if there are side effects, the upcoming beta and RC releases
should give enough user feedback and time to fix them.

BUG: 180494

svn path=/trunk/KDE/kdebase/apps/; revision=961519
2009-04-30 09:04:49 +00:00
Peter Penz 7431f4566c initialize m_canceled property in the constructor
svn path=/trunk/KDE/kdebase/apps/; revision=961194
2009-04-29 16:13:29 +00:00
Script Kiddy 2692f1f81f SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=961136
2009-04-29 14:49:56 +00:00
Sebastian Trueg ba93d931e8 properly initialize m_canceled.
svn path=/trunk/KDE/kdebase/apps/; revision=960323
2009-04-28 10:41:50 +00:00
Sebastian Trueg 3e6bcdde69 Gracefully end the metadata loading thread. This should fix
BUG: 190165

svn path=/trunk/KDE/kdebase/apps/; revision=960318
2009-04-28 10:10:20 +00:00
Sebastian Trueg f8e5a0064c Fixed context menu to delete tags.
BUG: 165188

svn path=/trunk/KDE/kdebase/apps/; revision=960282
2009-04-28 08:17:59 +00:00
Stephan Binner 74f07c7860 i18n style guide fixes: http://techbase.kde.org/Projects/Usability/HIG/Capitalization
svn path=/trunk/KDE/kdebase/apps/; revision=959655
2009-04-26 19:40:38 +00:00
Script Kiddy 5ceb680f7b SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=959529
2009-04-26 13:37:09 +00:00
Script Kiddy 7217b2916d SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=959206
2009-04-25 17:49:11 +00:00
Peter Penz ed0df8dc1f fixed issue that the video preview size was wrong during resizing the information panel
svn path=/trunk/KDE/kdebase/apps/; revision=958762
2009-04-24 15:34:42 +00:00
Script Kiddy 2359ea2bde SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=958687
2009-04-24 13:52:23 +00:00
Peter Penz 9854069549 - Postpone the video player initialization until the play button has been 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-23 19:46:08 +00:00
Chusslove Illich 2cbf849ba1 i18n fixes: disambiguation contexts.
svn path=/trunk/KDE/kdebase/apps/; revision=958321
2009-04-23 19:23:03 +00:00
Frank Reininghaus cadfb2a3c6 Make it impossible to hide one of the views in a split view setup
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-22 18:29:02 +00:00
Script Kiddy 9460609afa SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=957596
2009-04-22 15:11:45 +00:00
Frank Reininghaus 29c5ab3b74 Let the user choose if folders are always shown first in the views of
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-20 17:52:21 +00:00
Pino Toscano f6e3d85133 make it compile w/o nepomuk
svn path=/trunk/KDE/kdebase/apps/; revision=955566
2009-04-17 23:23:00 +00:00
Alessandro Diaferia f2d889b349 * share Context Menu page settings from dolphin with konqueror
* Make KonqPopupMenu aware of the CopyTo/MoveTo settings from konqueror and dolphin


svn path=/trunk/KDE/kdebase/apps/; revision=955015
2009-04-16 18:55:19 +00:00
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