Commit graph

16544 commits

Author SHA1 Message Date
Christoph Feck 40d8803f0e Remove unimplemented import action
r1112364 removed support for importing crashed sessions
BUG: 251625
CCMAIL: faure@kde.org

svn path=/trunk/KDE/kdebase/apps/; revision=1187358
2010-10-19 01:51:29 +00:00
Peter Penz ec185e80a4 Provide icon for LocallyModifiedUnstaged versions of a file
svn path=/trunk/KDE/kdebase/apps/; revision=1187170
2010-10-18 14:09:55 +00:00
Peter Penz 532ca6ca2d Add new version state 'LocallyModifiedUnstagedVersion'
svn path=/trunk/KDE/kdebase/apps/; revision=1187168
2010-10-18 14:03:16 +00:00
Script Kiddy ad11a42a81 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=1186710
2010-10-17 09:10:25 +00:00
David Faure 44e411a8a9 Forwardport 1186317: '~' also denotes the beginning of a local path, like '/', so don't prepend http://www. in the completion offers. BUG 90005.
svn path=/trunk/KDE/kdebase/apps/; revision=1186319
2010-10-15 20:04:29 +00:00
Peter Penz 74614874e3 SVN_SILENT: Add a note so that the methods will be made const-correct in a future version, where binary compatibility may get broken.
svn path=/trunk/KDE/kdebase/apps/; revision=1186210
2010-10-15 12:17:57 +00:00
Peter Penz c3bed58d37 It is a valid use-case that m_itemView is 0.
BUG: 254240

svn path=/trunk/KDE/kdebase/apps/; revision=1186206
2010-10-15 11:44:43 +00:00
David Faure 8fc576b80a Enable dropping of raw data, like one could do in KDE3. It's actually working fine with text data for instance,
only image data is still an issue due to bugs in Qt. This will be in KDE 4.6.
CCBUG: 159337

svn path=/trunk/KDE/kdebase/apps/; revision=1186021
2010-10-15 00:15:13 +00:00
Peter Penz b53f5b19ed The &-shortcut from another action is not set until the action has been shown at least once. To bypass this issue in the context-menu when pressing SHIFT, the text and &-shortcut is applied manually.
svn path=/trunk/KDE/kdebase/apps/; revision=1185522
2010-10-13 15:25:58 +00:00
Fredrik Höglund d9ee1462fc Fix the model being dynamically sorted when the view is set to unsorted.
Based on a patch by Jason Harvey <kdebgz.9.almoff@spamgourmet.com>.

BUG: 227157
FIXED-IN: 4.5.3

svn path=/trunk/KDE/kdebase/apps/; revision=1185295
2010-10-12 20:59:24 +00:00
Peter Penz 85e51d0987 Update the statusbar also during loading the items, not only after the loading has been completed. This fixes the issue that no current item-count is shown when doing a search.
svn path=/trunk/KDE/kdebase/apps/; revision=1184520
2010-10-10 17:11:55 +00:00
Andreas Hartmetz 5b920d0b80 compile in debug mode (asserts enabled)
svn path=/trunk/KDE/kdebase/apps/; revision=1184511
2010-10-10 16:13:25 +00:00
Peter Penz 4f1b5dbb14 Automatically start the searching if the user did not change the search-text for at least a second.
svn path=/trunk/KDE/kdebase/apps/; revision=1184510
2010-10-10 16:13:24 +00:00
Peter Penz f69a285fe6 SVN_SILENT: documentation fixes
svn path=/trunk/KDE/kdebase/apps/; revision=1184468
2010-10-10 12:05:11 +00:00
Peter Penz 7a071873bb Internal cleanup: Remove some public toggle-slots from DolphinView. Setters- and getters are already available for implementing a toggling.
svn path=/trunk/KDE/kdebase/apps/; revision=1184459
2010-10-10 11:28:18 +00:00
Peter Penz 11befe3a6b Internal cleanup: Remove public method selectedUrls() from DolphinView to keep the interface minimal (selectedItems() is already available)
svn path=/trunk/KDE/kdebase/apps/; revision=1184457
2010-10-10 11:11:45 +00:00
Peter Penz e7419dbae9 * Increase the column-width automatically in case where the name of the file does not fit into the available width
* When scrolling to the active column, do it with a small delay so that temporary activations of a column don't result in jittering

BUG: 214324
FIXED-IN: 4.6.0 

svn path=/trunk/KDE/kdebase/apps/; revision=1184290
2010-10-09 18:46:58 +00:00
Peter Penz 251916567b After disconnecting and reconnecting to the selectionChangedSignal() it must be checked, whether the selection got reset in the meantime.
svn path=/trunk/KDE/kdebase/apps/; revision=1184262
2010-10-09 16:32:02 +00:00
Peter Penz 649a8aef46 Move the "Add to Places" action upwards when used on the viewport to stay consistent when showing the context-menu above an item.
svn path=/trunk/KDE/kdebase/apps/; revision=1184250
2010-10-09 15:39:41 +00:00
Peter Penz 7575392ba0 Allow the user to resize the columns.
BUG: 190030
BUG: 196717
FIXED-IN: 4.6.0


svn path=/trunk/KDE/kdebase/apps/; revision=1184247
2010-10-09 15:22:49 +00:00
Peter Penz 0b8da15c85 Indicate the shown directory of a column by QStyle::PE_FrameFocusRect instead of using a custom code.
svn path=/trunk/KDE/kdebase/apps/; revision=1184180
2010-10-09 11:38:07 +00:00
Peter Penz ce900fbc3b Use DolphinTreeView as implementation for the columns instead of QListView. This assures a consistent hover- and selection-behavior with the icons-view and details-view.
BUG: 242357
BUG: 243779

svn path=/trunk/KDE/kdebase/apps/; revision=1184177
2010-10-09 11:29:45 +00:00
Peter Penz 6bccb9840a It is a valid usecase that the model can be 0 when destructing a view.
svn path=/trunk/KDE/kdebase/apps/; revision=1184156
2010-10-09 10:14:12 +00:00
Peter Penz 89136b8370 Move the generic hover- and selection-adjustments from DolphinsDetailsView into the new base class DolphinTreeView.
Background info: QTreeView does not respect the width of a cell for the hover-feedback and the selections. This has been adjusted in DolphinDetailsView already, but the required code for this is quite large. This made it tricky to maintain the really Dolphin-specific parts in DolphinDetailsView.

svn path=/trunk/KDE/kdebase/apps/; revision=1184152
2010-10-09 09:45:56 +00:00
Peter Penz 43700b1b24 Add the "Find" action per default to the toolbar.
svn path=/trunk/KDE/kdebase/apps/; revision=1183953
2010-10-08 20:43:56 +00:00
Peter Penz 5e1da20c9b Allow to use wildcards when searching filenames or simple text files with the filenamesearchprotocol.
svn path=/trunk/KDE/kdebase/apps/; revision=1183944
2010-10-08 20:07:13 +00:00
Peter Penz 52114c8ba2 - Don't show the name of the file in the "Path" column
- Also provide a path for non-local URLs

svn path=/trunk/KDE/kdebase/apps/; revision=1183939
2010-10-08 19:32:55 +00:00
Peter Penz 96e286b672 Move the changing of the cursor-shape from the extensions-factory and the selection-toggle to the selection-manager. Beside simplifying the code this also solves some corner-cases where the shape has not been restored correctly.
svn path=/trunk/KDE/kdebase/apps/; revision=1183934
2010-10-08 19:10:53 +00:00
Peter Penz f1460a9751 Fix issue in column-view, that the icon size has been increased when several columns are open and a switch to the icon-view is done.
svn path=/trunk/KDE/kdebase/apps/; revision=1183919
2010-10-08 17:27:10 +00:00
Peter Penz 1aeb1afb61 Use the actions "new_tab" and "new_window" for the viewport-contextmenu 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-07 18:25:47 +00:00
Peter Penz afa4b5ffe1 Reset the file-item when the viewport is entered and files are selected. Otherwise the information of the file-item will be shown instead of the selection.
svn path=/trunk/KDE/kdebase/apps/; revision=1183544
2010-10-07 18:13:55 +00:00
Peter Penz fa01f0cd58 Internal cleanups to assure that the asynchronous request for the folder-information works reliable when switching between directories.
svn path=/trunk/KDE/kdebase/apps/; revision=1183537
2010-10-07 18:00:58 +00:00
Peter Penz 4c9b05c5bc Internal cleanup for panels: Let the panel-implementations decide whether they accept an URL or not.
svn path=/trunk/KDE/kdebase/apps/; revision=1183480
2010-10-07 14:09:30 +00:00
Peter Penz f90d8d8e9d Ignore search-results in the treeview, as showing equal directory names without path makes no sense.
svn path=/trunk/KDE/kdebase/apps/; revision=1183472
2010-10-07 13:42:17 +00:00
Peter Penz b0f170e8f7 Hide the text of the go-back, go-forward and view-mode actions per default when the text is shown alongside icons.
svn path=/trunk/KDE/kdebase/apps/; revision=1183466
2010-10-07 13:33:01 +00:00
Burkhard Lück 8c201a98b6 man page udate and doc fix
svn path=/trunk/KDE/kdebase/apps/; revision=1183280
2010-10-06 19:58:32 +00:00
Peter Penz ca49f62b41 Implement the actions "Open in New Window" and "Open in New Tab" for the case if no item is selected.
svn path=/trunk/KDE/kdebase/apps/; revision=1183222
2010-10-06 15:04:37 +00:00
Peter Penz d50d483019 Restore the cursor if the URL has been changed. This assures that the pointing-hand cursor gets reset when changing the directory.
svn path=/trunk/KDE/kdebase/apps/; revision=1183219
2010-10-06 14:53:06 +00:00
Peter Penz 37bf9c7874 Apply the cursor asynchronously. This fixes the issue that a pointing-hand 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-06 14:42:48 +00:00
Peter Penz 1a76703e3b Use a pointing-hand cursor when hovering items as discussed on http://lists.kde.org/?l=kde-core-devel&m=126027946921686&w=1
svn path=/trunk/KDE/kdebase/apps/; revision=1183195
2010-10-06 13:58:47 +00:00
Script Kiddy f402a51485 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=1183095
2010-10-06 09:20:56 +00:00
Frank Reininghaus 6cee8e5adf Prevent that icons overlap in Details View when zooming.
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-05 17:56:07 +00:00
Peter Penz 78669f2a57 SVN_SILENT: Remove commented (and obsolete) code
svn path=/trunk/KDE/kdebase/apps/; revision=1182780
2010-10-05 16:44:38 +00:00
Peter Penz ccf0e70bfd Fix minor regression resulted by the previous commit: The m_newName-member 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 16:38:00 +00:00
Peter Penz 7311dbcfc0 - Integrate the patch from Matthias Fuchs from 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: mat69@gmx.net
BUG: 226761
FIXED-IN: 4.6.0

svn path=/trunk/KDE/kdebase/apps/; revision=1182776
2010-10-05 16:30:03 +00:00
Peter Penz ea8b669ce5 Use "Open Path" instead of "Open Parent Folder", as the headline in the search-result is "Path".
svn path=/trunk/KDE/kdebase/apps/; revision=1182754
2010-10-05 14:40:42 +00:00
David Faure 29e526053a Make executable the Type=Application .desktop files we install,
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-10-04 22:55:09 +00:00
David Faure 36cf2d5de0 Don't install the libkonquerorprivate.so symlink
svn path=/trunk/KDE/kdebase/apps/; revision=1182392
2010-10-04 12:07:24 +00:00
Script Kiddy a71593dffd SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=1182077
2010-10-03 10:03:57 +00:00
Peter Penz 948d90f4ad Fix issue that no content is shown in the Information Panel on startup
svn path=/trunk/KDE/kdebase/apps/; revision=1180723
2010-09-28 17:51:20 +00:00