Commit graph

16544 commits

Author SHA1 Message Date
Peter Penz f294bd3b74 Fix issue that tooltip-labels might get clipped (this regression has been introduced by revision 1158057)
CCBUG: 241608


svn path=/trunk/KDE/kdebase/apps/; revision=1180693
2010-09-28 15:58:14 +00:00
David Faure d6eb33bccf Port to KParts::TextExtension, so that this doesn't have to link both khtml and webkit anymore.
You need kdelibs trunk (>= last Friday).

svn path=/trunk/KDE/kdebase/apps/; revision=1180213
2010-09-27 11:49:14 +00:00
Andrius Štikonas dd1c57eeb5 i18n: Use plural suffixes in spinBoxes.
svn path=/trunk/KDE/kdebase/apps/; revision=1179904
2010-09-26 13:22:37 +00:00
Script Kiddy a5b632b893 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=1179826
2010-09-26 09:11:16 +00:00
Frank Reininghaus fb2a45cf78 Use KStringHandler::preProcessWrap() when calculating the width of a
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-25 22:01:05 +00:00
Script Kiddy 449a67233a SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=1179366
2010-09-25 08:36:32 +00:00
Burkhard Lück aee9c8a871 update bookmarks documentation
svn path=/trunk/KDE/kdebase/apps/; revision=1179004
2010-09-24 09:38:02 +00:00
Burkhard Lück 7daf92d4a3 adding doc about dolphin's git/svn plugins
svn path=/trunk/KDE/kdebase/apps/; revision=1178753
2010-09-23 20:31:35 +00:00
Peter Penz c37649d645 Fix icon-name for the filenamesearch protocol. This fixes the issue that an unknown-icon is shown when the search is done in a tab.
svn path=/trunk/KDE/kdebase/apps/; revision=1178364
2010-09-22 20:32:06 +00:00
Peter Penz 9b6e353dad If the context-menu is opened for a file shown as search result, offer the actions "Open Parent Folder in New Window" and "Open Parent Folder in New Tab"
svn path=/trunk/KDE/kdebase/apps/; revision=1178362
2010-09-22 20:24:49 +00:00
Peter Penz 308c517487 Unbelievable: I simply forgot to implement the Stop-action in Dolphin since KDE SC 4.0. Well better later than never: Done now :-)
BUG: 233836

svn path=/trunk/KDE/kdebase/apps/; revision=1178344
2010-09-22 19:39:46 +00:00
Peter Penz 8d49aba4d0 Add a small invisible margin to the selection toggle in case the item-height 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-22 19:12:09 +00:00
Peter Penz e86ced8d06 If 'remember view-properties' is selected, store the .directory files only 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-22 18:10:45 +00:00
Peter Penz 02f12c9ef3 Fix issue, that the details-view has no size and date column in the 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-22 17:28:26 +00:00
David Faure 4a5ed43b67 GUI: Provide an easier way to select the preferred web engine in Konqueror.
svn path=/trunk/KDE/kdebase/apps/; revision=1178254
2010-09-22 14:37:11 +00:00
Laurent Montel ac2789981a Use QLatin1String in setObjectName (added with a script)
svn path=/trunk/KDE/kdebase/apps/; revision=1178049
2010-09-22 07:35:22 +00:00
Peter Penz 083bb144d6 - Use less separators
- Move "Add to Places" action upwards


svn path=/trunk/KDE/kdebase/apps/; revision=1177960
2010-09-21 19:56:35 +00:00
Peter Penz 4ca8a6ec98 - DolphinViewContainer::url() returns an instance, not a reference
- GeneralSettings::homeUrl() returns a QString instance, not a KUrl reference

svn path=/trunk/KDE/kdebase/apps/; revision=1177958
2010-09-21 19:38:26 +00:00
Peter Penz 1cc3d66fd9 Update the title of the tab when closing the second view in the split-mode. Thanks to
Enrique Alonso for analysing the root-cause! 

CCMAIL: enrique_alonso@igluk.com

svn path=/trunk/KDE/kdebase/apps/; revision=1177952
2010-09-21 19:30:26 +00:00
Peter Penz 5b486c78eb SVN_SILENT: There is no plural for "information"
svn path=/trunk/KDE/kdebase/apps/; revision=1177951
2010-09-21 19:18:16 +00:00
Peter Penz 7c999b2f42 It was a bad idea to store the enabled additional-information as bit-values: 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-21 19:03:04 +00:00
Peter Penz f0f9821369 Use K_GLOBAL_STATIC for the previously committed workaround to bypass a X11-issue in combination with KModifierKeyInfo. Thanks to David Faure for the hint.
svn path=/trunk/KDE/kdebase/apps/; revision=1177902
2010-09-21 16:18:20 +00:00
Script Kiddy ff4d736673 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=1177799
2010-09-21 10:01:09 +00:00
Matthias Fuchs 09754bf7f3 Does not use bitwise operators on booleans. Thanks to dfaure for pointing it out.
svn path=/trunk/KDE/kdebase/apps/; revision=1177781
2010-09-21 09:31:04 +00:00
Matthias Fuchs 8bf5b889b2 Disables the rename button if no name or an identical name has been specified.
Checks for '#' in the case of renaming multiple files.

svn path=/trunk/KDE/kdebase/apps/; revision=1177675
2010-09-20 21:04:48 +00:00
Peter Penz 1d020358b8 Workaround for a X11-issue in combination with KModifierKeyInfo: When 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: markg85@gmail.com

svn path=/trunk/KDE/kdebase/apps/; revision=1177658
2010-09-20 19:52:40 +00:00
Aaron J. Seigo 7e127cfd9b check the item for validity just to be safe
svn path=/trunk/KDE/kdebase/apps/; revision=1177604
2010-09-20 18:45:45 +00:00
Aaron J. Seigo ecb5ef89ee ensure the file items returned are valid
BUG:251842

svn path=/trunk/KDE/kdebase/apps/; revision=1177602
2010-09-20 18:43:30 +00:00
Burkhard Lück 1560903bc4 change gui strings from ktts to Jovie
svn path=/trunk/KDE/kdebase/apps/; revision=1177051
2010-09-19 08:47:49 +00:00
Dawit Alemayehu 2dbed3380a Fixed general dialog layout
svn path=/trunk/KDE/kdebase/apps/; revision=1176940
2010-09-19 05:42:14 +00:00
Peter Penz 9ea9c0f73e Remove the fixed-size workaround, only one action is used now in this case
svn path=/trunk/KDE/kdebase/apps/; revision=1176537
2010-09-17 22:59:37 +00:00
Peter Penz a7ef29e076 - Fix issue, that the 'Move To Trash'-action or 'Delete'-action from the File menu get invisible
- Use KFileItemListProperties to check whether all selected URLs are local
- Coding style cleanups

CCMAIL: markg85@gmail.com

svn path=/trunk/KDE/kdebase/apps/; revision=1176534
2010-09-17 22:23:11 +00:00
Peter Penz e56d07147e There is no need to burden DolphinMainWindow with internals of the context-menu.
CCMAIL: markg85@gmail.com


svn path=/trunk/KDE/kdebase/apps/; revision=1176513
2010-09-17 21:16:56 +00:00
Mark Gaiser fe4989dd53 When you view the context menu of a file/folder and shift is pressed (and 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-17 19:47:01 +00:00
Burkhard Lück 88a8d8356c doc update
svn path=/trunk/KDE/kdebase/apps/; revision=1176458
2010-09-17 19:20:25 +00:00
Peter Penz 89c7af4228 Show location in window title for non-local URLs. Thanks to Mark Gaiser for 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-17 14:42:57 +00:00
Peter Penz ddd8cf8b24 KDirModel takes ownership of the directory lister, so don't delete the directory lister manually.
BUG: 196681

svn path=/trunk/KDE/kdebase/apps/; revision=1176325
2010-09-17 11:24:06 +00:00
Script Kiddy b0e9bf2256 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=1175951
2010-09-16 08:30:33 +00:00
Marco Martin 6539d709dc configChanged() support
since reloading is costly it checks if something is actually changed
before reloading

patch by Rohan Garg
CCMAIL:rohangarg@ubuntu.com
CCMAIL:fredrik@kde.org


svn path=/trunk/KDE/kdebase/apps/; revision=1175746
2010-09-15 19:16:44 +00:00
Script Kiddy c5fcd00018 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=1174377
2010-09-12 08:31:20 +00:00
Björn Ruberg 99f240ebe4 BUG: 167243
Made folderview use the new non-modal dialogs option of knewfilemenu. Folderview is no more blocking the whole plasma shell when creating files or directorys


svn path=/trunk/KDE/kdebase/apps/; revision=1173205
2010-09-08 23:04:09 +00:00
Luboš Luňák 0db6747fc6 avoid infinite loop when the service configured as the default
browser doesn't exist (bnc#623478)


svn path=/trunk/KDE/kdebase/apps/; revision=1172570
2010-09-07 14:33:41 +00:00
Luboš Luňák 2c824aa6dc revert r1172559, after a second thought - this can stop it from working
properly sometimes, and it's working around a broken setup in the first place


svn path=/trunk/KDE/kdebase/apps/; revision=1172568
2010-09-07 14:31:08 +00:00
Luboš Luňák 90575546fc 'warning: converting 'false' to pointer type for argument' and the argument
was useless anyway


svn path=/trunk/KDE/kdebase/apps/; revision=1172562
2010-09-07 14:21:08 +00:00
Luboš Luňák 26f3d070c2 avoid infinite loop with weird setup with other KDE version, just in case
svn path=/trunk/KDE/kdebase/apps/; revision=1172559
2010-09-07 14:15:53 +00:00
Script Kiddy 309f0bd367 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=1172371
2010-09-07 06:20:25 +00:00
Aaron J. Seigo b5a7d71e2d allow iconviews to be configured as to wether folder drill-down should be triggered by click or hover; this is use to allow the drill down to be started with a mouse click and then further drill down to be on hover only.
svn path=/trunk/KDE/kdebase/apps/; revision=1171792
2010-09-05 07:14:26 +00:00
Peter Penz 180a1fcfbb Further optimizations for calculating the width of columns
svn path=/trunk/KDE/kdebase/apps/; revision=1171607
2010-09-04 17:23:05 +00:00
Peter Penz f0933ffae2 The row-count cannot be 0 at this part of the code.
svn path=/trunk/KDE/kdebase/apps/; revision=1171602
2010-09-04 17:01:24 +00:00
Peter Penz 5d426cad40 Use the size-hint provided by the item-delegate to calculate the required width of the columns. This assures that columns like "Path" are not clipped.
svn path=/trunk/KDE/kdebase/apps/; revision=1171601
2010-09-04 16:59:47 +00:00