┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2010-10-07Use the actions "new_tab" and "new_window" for the viewport-contextmenu ↵Peter Penz
instead of "open_in_new_tab" and "open_in_new_window", as the current selection should get ignored. svn path=/trunk/KDE/kdebase/apps/; revision=1183548
2010-10-07Reset the file-item when the viewport is entered and files are selected. ↵Peter Penz
Otherwise the information of the file-item will be shown instead of the selection. svn path=/trunk/KDE/kdebase/apps/; revision=1183544
2010-10-07Internal cleanups to assure that the asynchronous request for the ↵Peter Penz
folder-information works reliable when switching between directories. svn path=/trunk/KDE/kdebase/apps/; revision=1183537
2010-10-07Internal cleanup for panels: Let the panel-implementations decide whether ↵Peter Penz
they accept an URL or not. svn path=/trunk/KDE/kdebase/apps/; revision=1183480
2010-10-07Ignore search-results in the treeview, as showing equal directory names ↵Peter Penz
without path makes no sense. svn path=/trunk/KDE/kdebase/apps/; revision=1183472
2010-10-07Hide the text of the go-back, go-forward and view-mode actions per default ↵Peter Penz
when the text is shown alongside icons. svn path=/trunk/KDE/kdebase/apps/; revision=1183466
2010-10-06Implement the actions "Open in New Window" and "Open in New Tab" for the ↵Peter Penz
case if no item is selected. svn path=/trunk/KDE/kdebase/apps/; revision=1183222
2010-10-06Restore the cursor if the URL has been changed. This assures that the ↵Peter Penz
pointing-hand cursor gets reset when changing the directory. svn path=/trunk/KDE/kdebase/apps/; revision=1183219
2010-10-06Apply the cursor asynchronously. This fixes the issue that a pointing-hand ↵Peter Penz
cursor is shown if the selection-toggle and the item are hovered at the same time. svn path=/trunk/KDE/kdebase/apps/; revision=1183214
2010-10-06Use a pointing-hand cursor when hovering items as discussed on ↵Peter Penz
http://lists.kde.org/?l=kde-core-devel&m=126027946921686&w=1 svn path=/trunk/KDE/kdebase/apps/; revision=1183195
2010-10-05Prevent that icons overlap in Details View when zooming.Frank Reininghaus
The problem was that a maximum size was assigned to KFileItemDelegate for displaying items without considering that icon zooming may change the item height. CCBUG: 234600 svn path=/trunk/KDE/kdebase/apps/; revision=1182797
2010-10-05SVN_SILENT: Remove commented (and obsolete) codePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1182780
2010-10-05Fix minor regression resulted by the previous commit: The m_newName-member ↵Peter Penz
may only get updated after the OK-button has been pressed, otherwise renaming a single file fails. svn path=/trunk/KDE/kdebase/apps/; revision=1182779
2010-10-05- Integrate the patch from Matthias Fuchs from ↵Peter Penz
http://reviewboard.kde.org/r/5496 to allow having leading zeros when renaming files: E.g. Using the name "A ###.jpg" results in the filenames "A 001.jpg", "A 002.jpg"... The patch could be simplified a little bit by guaranting only one connective sequence of #'s. - Move the renaming code into the RenameDialog CCMAIL: [email protected] BUG: 226761 FIXED-IN: 4.6.0 svn path=/trunk/KDE/kdebase/apps/; revision=1182776
2010-10-05Use "Open Path" instead of "Open Parent Folder", as the headline in the ↵Peter Penz
search-result is "Path". svn path=/trunk/KDE/kdebase/apps/; revision=1182754
2010-10-04Make executable the Type=Application .desktop files we install,David Faure
so that they can be used even from a KDE running in another prefix (http://markmail.org/message/4p3krovtnzwx35zd) svn path=/trunk/KDE/kdebase/apps/; revision=1182558
2010-09-28Fix issue that no content is shown in the Information Panel on startupPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1180723
2010-09-28Fix issue that tooltip-labels might get clipped (this regression has been ↵Peter Penz
introduced by revision 1158057) CCBUG: 241608 svn path=/trunk/KDE/kdebase/apps/; revision=1180693
2010-09-25Use KStringHandler::preProcessWrap() when calculating the width of aFrank Reininghaus
file name in DolphinFileItemDelegate. This makes sure that zero width spaces (which prevent kerning) are added at the same places where KFileItemDelegate adds them when actually rendering the name. Fixes the problem that file names are elided and partly replaced by "..." even though there is enough space for the full name. CCBUG: 251121 svn path=/trunk/KDE/kdebase/apps/; revision=1179568
2010-09-22Fix icon-name for the filenamesearch protocol. This fixes the issue that an ↵Peter Penz
unknown-icon is shown when the search is done in a tab. svn path=/trunk/KDE/kdebase/apps/; revision=1178364
2010-09-22If the context-menu is opened for a file shown as search result, offer the ↵Peter Penz
actions "Open Parent Folder in New Window" and "Open Parent Folder in New Tab" svn path=/trunk/KDE/kdebase/apps/; revision=1178362
2010-09-22Unbelievable: I simply forgot to implement the Stop-action in Dolphin since ↵Peter Penz
KDE SC 4.0. Well better later than never: Done now :-) BUG: 233836 svn path=/trunk/KDE/kdebase/apps/; revision=1178344
2010-09-22Add a small invisible margin to the selection toggle in case the item-height ↵Peter Penz
is nearly equal to the toggle-height. This prevents an accidental execution of application in the details-view with the default icon-size. BUG: 169494 FIXED-IN: 4.6.0 svn path=/trunk/KDE/kdebase/apps/; revision=1178332
2010-09-22If 'remember view-properties' is selected, store the .directory files only ↵Peter Penz
if the directory is part of the home-path. Otherwise use the mirror in ~/.kde/share/apps/dolphin/view_properties to store the .directory file. This prevents conflicting view-properties if several users have write-access to a common directory. BUG: 63347 FIXED-IN: 4.6.0 svn path=/trunk/KDE/kdebase/apps/; revision=1178321
2010-09-22Fix issue, that the details-view has no size and date column in the ↵Peter Penz
following case: - Use icons-view as default view - Create a new directory - Change view-properties of directory to show e.g. the owner - Switch to the details-view svn path=/trunk/KDE/kdebase/apps/; revision=1178311
2010-09-21- Use less separatorsPeter Penz
- Move "Add to Places" action upwards svn path=/trunk/KDE/kdebase/apps/; revision=1177960
2010-09-21- DolphinViewContainer::url() returns an instance, not a referencePeter Penz
- GeneralSettings::homeUrl() returns a QString instance, not a KUrl reference svn path=/trunk/KDE/kdebase/apps/; revision=1177958
2010-09-21Update the title of the tab when closing the second view in the split-mode. ↵Peter Penz
Thanks to Enrique Alonso for analysing the root-cause! CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=1177952
2010-09-21SVN_SILENT: There is no plural for "information"Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1177951
2010-09-21It was a bad idea to store the enabled additional-information as bit-values: ↵Peter Penz
With the current setup only up to 8 additional informations are possible. This restriction is bypassed now: - Backward compatibility for old .directorry files is provided - A version-information has been added for possible future changes - As "side-effect" it also allows to have a details-view with only one column (#238140) BUG: 238140 FIXED-IN: 4.6.0 svn path=/trunk/KDE/kdebase/apps/; revision=1177944
2010-09-21Use K_GLOBAL_STATIC for the previously committed workaround to bypass a ↵Peter Penz
X11-issue in combination with KModifierKeyInfo. Thanks to David Faure for the hint. svn path=/trunk/KDE/kdebase/apps/; revision=1177902
2010-09-21SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1177799
2010-09-21Does not use bitwise operators on booleans. Thanks to dfaure for pointing it ↵Matthias Fuchs
out. svn path=/trunk/KDE/kdebase/apps/; revision=1177781
2010-09-20Disables the rename button if no name or an identical name has been specified.Matthias Fuchs
Checks for '#' in the case of renaming multiple files. svn path=/trunk/KDE/kdebase/apps/; revision=1177675
2010-09-20Workaround for a X11-issue in combination with KModifierKeyInfo: When ↵Peter Penz
constructing KModifierKeyInfo in the constructor of the context menu, the user interface might freeze. Thanks to Mark Gaiser for clarifying this with the KModifierKeyInfo maintainer and testing the workaround! CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=1177658
2010-09-17Remove the fixed-size workaround, only one action is used now in this casePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1176537
2010-09-17- Fix issue, that the 'Move To Trash'-action or 'Delete'-action from the ↵Peter Penz
File menu get invisible - Use KFileItemListProperties to check whether all selected URLs are local - Coding style cleanups CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=1176534
2010-09-17There is no need to burden DolphinMainWindow with internals of the context-menu.Peter Penz
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=1176513
2010-09-17When you view the context menu of a file/folder and shift is pressed (and ↵Mark Gaiser
the delete action line is not enabled in the settings) then the "Move to trash (del)" action gets replaced by the "Delete (shift del)" action and replaced back to "Move to trash (del)" when you release shift. BUG: 194275 svn path=/trunk/KDE/kdebase/apps/; revision=1176493
2010-09-17Show location in window title for non-local URLs. Thanks to Mark Gaiser for ↵Peter Penz
the patch and David Faure for the review on http://reviewboard.kde.org/r/5178. BUG: 244512 FIXED-IN: 4.6.0 svn path=/trunk/KDE/kdebase/apps/; revision=1176395
2010-09-17KDirModel takes ownership of the directory lister, so don't delete the ↵Peter Penz
directory lister manually. BUG: 196681 svn path=/trunk/KDE/kdebase/apps/; revision=1176325
2010-09-16SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1175951
2010-09-04Further optimizations for calculating the width of columnsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1171607
2010-09-04The row-count cannot be 0 at this part of the code.Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1171602
2010-09-04Use the size-hint provided by the item-delegate to calculate the required ↵Peter Penz
width of the columns. This assures that columns like "Path" are not clipped. svn path=/trunk/KDE/kdebase/apps/; revision=1171601
2010-09-04Never ignore the view-properties if "Use common view properties for all ↵Peter Penz
folders" has been set, otherwise the view-properties switch when searching files won't work. Originally this flag has been introduced when working with a split view, however I consider the behavior to always respect the view-properties when changing a folder more consistent anyway. svn path=/trunk/KDE/kdebase/apps/; revision=1171589
2010-09-04When searching for files, as default view the details view is used showing ↵Peter Penz
the path of the search result. The view still can be adjusted by the user of course. svn path=/trunk/KDE/kdebase/apps/; revision=1171585
2010-09-04Remove custom handling of wheel-events for tabs, this is done now in KTabBarPeter Penz
CCBUG: 248962 svn path=/trunk/KDE/kdebase/apps/; revision=1171577
2010-09-04Fix issue that an old preview might be shown in a tooltip. Cool bug-id btw ;-)Peter Penz
CCBUG: 250000 FIXED-IN: 4.5.2 svn path=/trunk/KDE/kdebase/apps/; revision=1171569
2010-08-30Move dolphin's statusbar message-label (the one with support for errors and ↵David Faure
a close button) to libkonq so that it can be used in konqueror as well. Fix its sizeHint. Reviewed by Peter Penz. svn path=/trunk/KDE/kdebase/apps/; revision=1169901