┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-05-16SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=968808
2009-05-16Set the font to italic for symbolic links before calculating the sizeFrank Reininghaus
of the area which is made available to KFileItemDelegate::paint. Fixes the problem that Dolphin truncates the names of some symbolic links if the italic version of the font needs more space than the non-italic one. BUG: 183620 CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=968589
2009-05-14SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=967973
2009-05-13SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=967596
2009-05-12SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=967069
2009-05-11select items after they have been copied/moved by a drag & drop operationPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=966685
2009-05-11SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=966627
2009-05-11Only select the clipboard items after the user triggered "Paste". This fixes ↵Peter Penz
the issue that items got selected accidently when creating items with a similar name to previously pasted items. BTW the code is also simpler now than before... CCBUG: 191723 svn path=/trunk/KDE/kdebase/apps/; revision=966623
2009-05-10SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=966134
2009-05-08assure that clipboard items don't get selected when changing the URLPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=965354
2009-05-08If the item height is nearly equal to the toggle height, center the toggle ↵Peter Penz
vertically instead of aligning it on the top. This assures a better alignment especially for the details and column view when working with a height of ~20 pixels. svn path=/trunk/KDE/kdebase/apps/; revision=965352
2009-05-08Select copied/moved items automatically if no item is already selected. This ↵Peter Penz
gives the user an indication where his pasted items are located and allows invoking operations like "Rename" in an easy way. BUG: 191723 svn path=/trunk/KDE/kdebase/apps/; revision=965344
2009-05-08remove unused method (relict from times when KFilePreviewGenerator was not ↵Peter Penz
available) svn path=/trunk/KDE/kdebase/apps/; revision=965332
2009-05-08SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=965299
2009-05-07Don't draw an alpha blended circle around the toggle selection. It looks ↵Peter Penz
less cluttered without it... svn path=/trunk/KDE/kdebase/apps/; revision=964947
2009-05-07* Use the height of the icon as factor for the toggle size. This prevents ↵Peter Penz
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-07increase the size of the selection toggle corresponding to the item sizePeter Penz
BUG: 191629 svn path=/trunk/KDE/kdebase/apps/; revision=964924
2009-05-07don't show the selection toggle during a rubberband selectionPeter Penz
BUG: 181783 svn path=/trunk/KDE/kdebase/apps/; revision=964913
2009-05-06initialize pointer correctlyPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=964505
2009-05-06Don't crash if the the metadata widget is 0 (this can happen if Nepomuk has ↵Peter Penz
not been started). svn path=/trunk/KDE/kdebase/apps/; revision=964469
2009-05-06SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=964417
2009-05-05Don't show an empty window caption when browsing "/", "trash:", etc.Frank Reininghaus
BUG: 190783 svn path=/trunk/KDE/kdebase/apps/; revision=964061
2009-05-01SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=962137
2009-04-30Do not emit DolphinView's urlChanged(const KUrl&) signal if the viewFrank Reininghaus
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-29initialize m_canceled property in the constructorPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=961194
2009-04-29SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=961136
2009-04-28properly initialize m_canceled.Sebastian Trueg
svn path=/trunk/KDE/kdebase/apps/; revision=960323
2009-04-28Gracefully end the metadata loading thread. This should fixSebastian Trueg
BUG: 190165 svn path=/trunk/KDE/kdebase/apps/; revision=960318
2009-04-28Fixed context menu to delete tags.Sebastian Trueg
BUG: 165188 svn path=/trunk/KDE/kdebase/apps/; revision=960282
2009-04-26i18n style guide fixes: ↵Stephan Binner
http://techbase.kde.org/Projects/Usability/HIG/Capitalization svn path=/trunk/KDE/kdebase/apps/; revision=959655
2009-04-26SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=959529
2009-04-25SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=959206
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