]> cloud.milkyroute.net Git - dolphin.git/log
dolphin.git
15 years ago- Integrate the patch from Matthias Fuchs from http://reviewboard.kde.org/r/5496...
Peter Penz [Tue, 5 Oct 2010 16:30:03 +0000 (16:30 +0000)]
- 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

15 years agoUse "Open Path" instead of "Open Parent Folder", as the headline in the search-result...
Peter Penz [Tue, 5 Oct 2010 14:40:42 +0000 (14:40 +0000)]
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

15 years agoMake executable the Type=Application .desktop files we install,
David Faure [Mon, 4 Oct 2010 22:55:09 +0000 (22:55 +0000)]
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

15 years agoFix issue that no content is shown in the Information Panel on startup
Peter Penz [Tue, 28 Sep 2010 17:51:20 +0000 (17:51 +0000)]
Fix issue that no content is shown in the Information Panel on startup

svn path=/trunk/KDE/kdebase/apps/; revision=1180723

15 years agoFix issue that tooltip-labels might get clipped (this regression has been introduced...
Peter Penz [Tue, 28 Sep 2010 15:58:14 +0000 (15:58 +0000)]
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

15 years agoUse KStringHandler::preProcessWrap() when calculating the width of a
Frank Reininghaus [Sat, 25 Sep 2010 22:01:05 +0000 (22:01 +0000)]
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

15 years agoFix icon-name for the filenamesearch protocol. This fixes the issue that an unknown...
Peter Penz [Wed, 22 Sep 2010 20:32:06 +0000 (20:32 +0000)]
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

15 years agoIf the context-menu is opened for a file shown as search result, offer the actions...
Peter Penz [Wed, 22 Sep 2010 20:24:49 +0000 (20:24 +0000)]
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

15 years agoUnbelievable: I simply forgot to implement the Stop-action in Dolphin since KDE SC...
Peter Penz [Wed, 22 Sep 2010 19:39:46 +0000 (19:39 +0000)]
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

15 years agoAdd a small invisible margin to the selection toggle in case the item-height is nearl...
Peter Penz [Wed, 22 Sep 2010 19:12:09 +0000 (19:12 +0000)]
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

15 years agoIf 'remember view-properties' is selected, store the .directory files only if the...
Peter Penz [Wed, 22 Sep 2010 18:10:45 +0000 (18:10 +0000)]
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

15 years agoFix issue, that the details-view has no size and date column in the following case:
Peter Penz [Wed, 22 Sep 2010 17:28:26 +0000 (17:28 +0000)]
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

15 years ago- Use less separators
Peter Penz [Tue, 21 Sep 2010 19:56:35 +0000 (19:56 +0000)]
- Use less separators
- Move "Add to Places" action upwards

svn path=/trunk/KDE/kdebase/apps/; revision=1177960

15 years ago- DolphinViewContainer::url() returns an instance, not a reference
Peter Penz [Tue, 21 Sep 2010 19:38:26 +0000 (19:38 +0000)]
- 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

15 years agoUpdate the title of the tab when closing the second view in the split-mode. Thanks to
Peter Penz [Tue, 21 Sep 2010 19:30:26 +0000 (19:30 +0000)]
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

15 years agoSVN_SILENT: There is no plural for "information"
Peter Penz [Tue, 21 Sep 2010 19:18:16 +0000 (19:18 +0000)]
SVN_SILENT: There is no plural for "information"

svn path=/trunk/KDE/kdebase/apps/; revision=1177951

15 years agoIt was a bad idea to store the enabled additional-information as bit-values: With...
Peter Penz [Tue, 21 Sep 2010 19:03:04 +0000 (19:03 +0000)]
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

15 years agoUse K_GLOBAL_STATIC for the previously committed workaround to bypass a X11-issue...
Peter Penz [Tue, 21 Sep 2010 16:18:20 +0000 (16:18 +0000)]
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

15 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Tue, 21 Sep 2010 10:01:09 +0000 (10:01 +0000)]
SVN_SILENT made messages (.desktop file)

svn path=/trunk/KDE/kdebase/apps/; revision=1177799

15 years agoDoes not use bitwise operators on booleans. Thanks to dfaure for pointing it out.
Matthias Fuchs [Tue, 21 Sep 2010 09:31:04 +0000 (09:31 +0000)]
Does not use bitwise operators on booleans. Thanks to dfaure for pointing it out.

svn path=/trunk/KDE/kdebase/apps/; revision=1177781

15 years agoDisables the rename button if no name or an identical name has been specified.
Matthias Fuchs [Mon, 20 Sep 2010 21:04:48 +0000 (21:04 +0000)]
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

15 years agoWorkaround for a X11-issue in combination with KModifierKeyInfo: When constructing...
Peter Penz [Mon, 20 Sep 2010 19:52:40 +0000 (19:52 +0000)]
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

15 years agoRemove the fixed-size workaround, only one action is used now in this case
Peter Penz [Fri, 17 Sep 2010 22:59:37 +0000 (22:59 +0000)]
Remove the fixed-size workaround, only one action is used now in this case

svn path=/trunk/KDE/kdebase/apps/; revision=1176537

15 years ago- Fix issue, that the 'Move To Trash'-action or 'Delete'-action from the File menu...
Peter Penz [Fri, 17 Sep 2010 22:23:11 +0000 (22:23 +0000)]
- 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

15 years agoThere is no need to burden DolphinMainWindow with internals of the context-menu.
Peter Penz [Fri, 17 Sep 2010 21:16:56 +0000 (21:16 +0000)]
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

15 years agoWhen you view the context menu of a file/folder and shift is pressed (and the delete...
Mark Gaiser [Fri, 17 Sep 2010 19:47:01 +0000 (19:47 +0000)]
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

15 years agoShow location in window title for non-local URLs. Thanks to Mark Gaiser for the patch...
Peter Penz [Fri, 17 Sep 2010 14:42:57 +0000 (14:42 +0000)]
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

15 years agoKDirModel takes ownership of the directory lister, so don't delete the directory...
Peter Penz [Fri, 17 Sep 2010 11:24:06 +0000 (11:24 +0000)]
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

15 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Thu, 16 Sep 2010 08:30:33 +0000 (08:30 +0000)]
SVN_SILENT made messages (.desktop file)

svn path=/trunk/KDE/kdebase/apps/; revision=1175951

15 years agoFurther optimizations for calculating the width of columns
Peter Penz [Sat, 4 Sep 2010 17:23:05 +0000 (17:23 +0000)]
Further optimizations for calculating the width of columns

svn path=/trunk/KDE/kdebase/apps/; revision=1171607

15 years agoThe row-count cannot be 0 at this part of the code.
Peter Penz [Sat, 4 Sep 2010 17:01:24 +0000 (17:01 +0000)]
The row-count cannot be 0 at this part of the code.

svn path=/trunk/KDE/kdebase/apps/; revision=1171602

15 years agoUse the size-hint provided by the item-delegate to calculate the required width of...
Peter Penz [Sat, 4 Sep 2010 16:59:47 +0000 (16:59 +0000)]
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

15 years agoNever ignore the view-properties if "Use common view properties for all folders"...
Peter Penz [Sat, 4 Sep 2010 15:31:01 +0000 (15:31 +0000)]
Never ignore the view-properties if "Use common view properties for all 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

15 years agoWhen searching for files, as default view the details view is used showing the path...
Peter Penz [Sat, 4 Sep 2010 15:14:53 +0000 (15:14 +0000)]
When searching for files, as default view the details view is used showing 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

15 years agoRemove custom handling of wheel-events for tabs, this is done now in KTabBar
Peter Penz [Sat, 4 Sep 2010 13:56:16 +0000 (13:56 +0000)]
Remove custom handling of wheel-events for tabs, this is done now in KTabBar

CCBUG: 248962

svn path=/trunk/KDE/kdebase/apps/; revision=1171577

15 years agoFix issue that an old preview might be shown in a tooltip. Cool bug-id btw ;-)
Peter Penz [Sat, 4 Sep 2010 13:21:05 +0000 (13:21 +0000)]
Fix issue that an old preview might be shown in a tooltip. Cool bug-id btw ;-)

CCBUG: 250000
FIXED-IN: 4.5.2

svn path=/trunk/KDE/kdebase/apps/; revision=1171569

15 years agoMove dolphin's statusbar message-label (the one with support for errors and a close...
David Faure [Mon, 30 Aug 2010 08:56:19 +0000 (08:56 +0000)]
Move dolphin's statusbar message-label (the one with support for errors and 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

15 years agoAvoid the unnecessary construction of a KIconEffect by using the one provided by...
Jonathan Michael Thomas [Sun, 29 Aug 2010 17:12:25 +0000 (17:12 +0000)]
Avoid the unnecessary construction of a KIconEffect by using the one provided by Dolphin's global KIconLoader

svn path=/trunk/KDE/kdebase/apps/; revision=1169558

15 years agoAvoid the unnecessary construction of a KIconEffect by using the one provided by...
Jonathan Michael Thomas [Sun, 29 Aug 2010 17:10:21 +0000 (17:10 +0000)]
Avoid the unnecessary construction of a KIconEffect by using the one provided by the global KIconLoader for dolphin

svn path=/trunk/KDE/kdebase/apps/; revision=1169554

15 years agoFix a linker error.
Christophe Giboudeaux [Fri, 27 Aug 2010 20:13:36 +0000 (20:13 +0000)]
Fix a linker error.

svn path=/trunk/KDE/kdebase/apps/; revision=1168904

15 years agoContext-menu cleanups:
Peter Penz [Fri, 27 Aug 2010 05:26:27 +0000 (05:26 +0000)]
Context-menu cleanups:
- KNewMenu has been deprecated by KNewFileMenu. Reflect this in the names of related Dolphin classes.
- Provide context-sensitive actions also when a context-menu is opened on the viewport

BUG: 191938
FIXED-IN: 4.6.0

svn path=/trunk/KDE/kdebase/apps/; revision=1168586

15 years agoremove unused includes (found when grepping for stuff)
David Faure [Tue, 24 Aug 2010 08:09:14 +0000 (08:09 +0000)]
remove unused includes (found when grepping for stuff)

svn path=/trunk/KDE/kdebase/apps/; revision=1167264

15 years agoSet the toggle invisible, if a mouse button has been pressed outside the toggle bound...
Peter Penz [Thu, 19 Aug 2010 17:30:36 +0000 (17:30 +0000)]
Set the toggle invisible, if a mouse button has been pressed outside the toggle boundaries. This e.g. assures, that the toggle gets invisible during dragging items.

BUG: 244304
FIXED-IN: 4.6.0

svn path=/trunk/KDE/kdebase/apps/; revision=1165577

15 years agoInitialize the zoom slider correctly on startup (regression introduced in 4.5.0)
Peter Penz [Thu, 19 Aug 2010 16:51:02 +0000 (16:51 +0000)]
Initialize the zoom slider correctly on startup (regression introduced in 4.5.0)

svn path=/trunk/KDE/kdebase/apps/; revision=1165572

15 years agoFix wrong behavior (or triggering of an assertion in the debug mode), if "Go Up"...
Peter Penz [Thu, 19 Aug 2010 15:55:02 +0000 (15:55 +0000)]
Fix wrong behavior (or triggering of an assertion in the debug mode), if "Go Up" is used in the column view.

CCBUG: 248405

svn path=/trunk/KDE/kdebase/apps/; revision=1165550

15 years agoFix crash in column view because of a dangling pointer to a selection model. Thanks...
Peter Penz [Thu, 19 Aug 2010 15:01:52 +0000 (15:01 +0000)]
Fix crash in column view because of a dangling pointer to a selection model. Thanks a lot to Frank Reininghaus for finding a way how to reproduce the issue and analyzing the root cause. Keeping the selection model as part of the DolphinView is not required anymore at all, as the restoring of selected items is done by m_selectedItems in the meantime.

CCBUG: 247618

svn path=/trunk/KDE/kdebase/apps/; revision=1165532

15 years agoRemove DISABLE_NEPOMUK_LEGACY, it is defined now in kdebase/apps/CMakeLists.txt
Peter Penz [Tue, 17 Aug 2010 21:21:34 +0000 (21:21 +0000)]
Remove DISABLE_NEPOMUK_LEGACY, it is defined now in kdebase/apps/CMakeLists.txt

svn path=/trunk/KDE/kdebase/apps/; revision=1164889

15 years agoHide the Phonon-widget per default, otherwise it will temporary be shown during the...
Peter Penz [Tue, 17 Aug 2010 20:38:12 +0000 (20:38 +0000)]
Hide the Phonon-widget per default, otherwise it will temporary be shown during the startup

svn path=/trunk/KDE/kdebase/apps/; revision=1164877

15 years agoFix triggering of an assertion, if a new tab is opened. Thanks to Frank Reininghaus...
Peter Penz [Tue, 17 Aug 2010 19:58:47 +0000 (19:58 +0000)]
Fix triggering of an assertion, if a new tab is opened. Thanks to Frank Reininghaus for the detailed analyses!

BUG: 246747
FIXED-IN: 4.6.0

svn path=/trunk/KDE/kdebase/apps/; revision=1164862

15 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Sun, 15 Aug 2010 07:18:41 +0000 (07:18 +0000)]
SVN_SILENT made messages (.desktop file)

svn path=/trunk/KDE/kdebase/apps/; revision=1163863

15 years agoUpdate version and e-mail address
Peter Penz [Fri, 13 Aug 2010 19:42:27 +0000 (19:42 +0000)]
Update version and e-mail address

svn path=/trunk/KDE/kdebase/apps/; revision=1163344

15 years agoUpdate to use the changed signature of the metaDataRequestFinished signal.
Peter Penz [Mon, 9 Aug 2010 14:09:46 +0000 (14:09 +0000)]
Update to use the changed signature of the metaDataRequestFinished signal.

svn path=/trunk/KDE/kdebase/apps/; revision=1161017

15 years agoFix spelling errors reported by crazy
Peter Penz [Sat, 7 Aug 2010 18:46:00 +0000 (18:46 +0000)]
Fix spelling errors reported by crazy

svn path=/trunk/KDE/kdebase/apps/; revision=1160316

15 years agokrazy fix: Use QString::clear() instead of assigning an empty string.
Peter Penz [Sat, 7 Aug 2010 18:26:22 +0000 (18:26 +0000)]
krazy fix: Use QString::clear() instead of assigning an empty string.

svn path=/trunk/KDE/kdebase/apps/; revision=1160315

15 years agokrazy fixes: use proper include guard
Peter Penz [Sat, 7 Aug 2010 18:24:12 +0000 (18:24 +0000)]
krazy fixes: use proper include guard

svn path=/trunk/KDE/kdebase/apps/; revision=1160313

15 years agokrazy fixes: let all .kcfg files be conform to KConfigXT schema
Peter Penz [Sat, 7 Aug 2010 18:19:31 +0000 (18:19 +0000)]
krazy fixes: let all .kcfg files be conform to KConfigXT schema

svn path=/trunk/KDE/kdebase/apps/; revision=1160311

15 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Tue, 3 Aug 2010 08:28:40 +0000 (08:28 +0000)]
SVN_SILENT made messages (.desktop file)

svn path=/trunk/KDE/kdebase/apps/; revision=1158610

15 years agoRemove the workaround to show the tooltip temporary on a hidden position, to have...
Peter Penz [Mon, 2 Aug 2010 06:39:36 +0000 (06:39 +0000)]
Remove the workaround to show the tooltip temporary on a hidden position, to have a valid layout. Based on Maciej Mrozowski's patch this is now done by postponing the showing of the tooltip until the meta-data and the preview has been received.

CCBUG: 245491

svn path=/trunk/KDE/kdebase/apps/; revision=1158057

15 years agoRe-revert hodge-podge commits by `markuss` with bogus or without commit messages.
Martin Tobias Holmedahl Sandsmark [Mon, 26 Jul 2010 16:42:15 +0000 (16:42 +0000)]
Re-revert hodge-podge commits by `markuss` with bogus or without commit messages.
(White space changes, breaking of copyright headers,
fudging of dates in copyright notices, re-assignments
of copyrights to fictitious entities, and more.)

Commits reverted:
markuss * r1154942 runtime/trunk/KDE/kdebase/runtime/kdesu/FAQ:
markuss * r1154943 workspace/trunk/KDE/kdebase/workspace/plasma/README:
markuss * r1154952 apps/trunk/KDE/kdebase/apps/dolphin/src/main.cpp:
markuss * r1154953 apps/trunk/KDE/kdebase/apps/kfind/main.cpp:
markuss * r1154955 apps/trunk/KDE/kdebase/apps/konsole/src/main.cpp:
markuss * r1154956 apps/trunk/KDE/kdebase/apps/kwrite/kwritemain.cpp:
markuss * r1154957 runtime/trunk/KDE/kdebase/runtime/kcmshell/main.cpp:
markuss * r1154958 runtime/trunk/KDE/kdebase/runtime/kde-menu/kde-menu.cpp:
markuss * r1154960 runtime/trunk/KDE/kdebase/runtime/kdesu/kdesu/kdesu.cpp:
markuss * r1154961 runtime/trunk/KDE/kdebase/runtime/kquitapp/kquitapp.cpp:
markuss * r1154962 workspace/trunk/KDE/kdebase/workspace/kinfocenter/main.cpp:
markuss * r1154963 workspace/trunk/KDE/kdebase/workspace/klipper/klipper.cpp:
markuss * r1154965 workspace/trunk/KDE/kdebase/workspace/powerdevil/ (3 files in 2 dirs):
markuss * r1154969 workspace/trunk/KDE/kdebase/workspace/systemsettings/app/main.cpp:

svn path=/trunk/KDE/kdebase/apps/; revision=1154990

15 years agoSlightly modified 'About' window to:
Markus Meik Slopianka [Mon, 26 Jul 2010 15:54:29 +0000 (15:54 +0000)]
Slightly modified 'About' window to:
a.) Carry the "Copyright" term (legally required)
b.) Use Unicode (© and en-dash)

To the module owner: Please consider bumping the copyright year to 2011 (SC 4.6 will be released then)

svn path=/trunk/KDE/kdebase/apps/; revision=1154952

15 years agoRevert r1154600: Modified (some) 'About' windows to carry legally enforceable Copyrig...
Alex Merry [Mon, 26 Jul 2010 13:07:14 +0000 (13:07 +0000)]
Revert r1154600: Modified (some) 'About' windows to carry legally enforceable Copyright messages. Also looks better than '(c)'. ;-)
Also fixed a few typos where I noticed them.

Please don't do huge sweeping changes of KAboutData things without talking to the authors first.  I'm sure they don't appreciate having their names removed from the about dialogs.

Note that
(a) the unicode copyright character is no more enforcible than (c)
(b) while "the KDE developers" is not a legal entity, neither is "Dolphin authors"
(c) it was decided a while back that we don't care about whether the copyrights in about dialogs are meaningful, since they can't hope to encompass everyone who holds copyrights on the application code or any of the libraries it is linked to; the copyright headers in the source files are the important ones.

I realise that I'm reverting more than necessary, but that's just a reason for breaking up commits :-)

CCMAIL: kamikazow@web.de
CCMAIL: kde-licensing@kde.org

svn path=/trunk/KDE/kdebase/apps/; revision=1154884

15 years agoModified (some) 'About' windows to carry legally enforceable Copyright messages....
Markus Meik Slopianka [Sun, 25 Jul 2010 23:54:59 +0000 (23:54 +0000)]
Modified (some) 'About' windows to carry legally enforceable Copyright messages. Also looks better than '(c)'. ;-)
Also fixed a few typos where I noticed them.

svn path=/trunk/KDE/kdebase/apps/; revision=1154600

15 years agoSourcecode hierarchy cleanup: Move class PixmapViewer from "src" to "src/panels/infor...
Peter Penz [Sat, 24 Jul 2010 22:23:16 +0000 (22:23 +0000)]
Sourcecode hierarchy cleanup: Move class PixmapViewer from "src" to "src/panels/information"

svn path=/trunk/KDE/kdebase/apps/; revision=1154154

15 years agoSourcecode hierarchy cleanup: Move folders "tooltips" and "versioncontrol" into ...
Peter Penz [Sat, 24 Jul 2010 22:17:01 +0000 (22:17 +0000)]
Sourcecode hierarchy cleanup: Move folders "tooltips" and "versioncontrol" into "views"

svn path=/trunk/KDE/kdebase/apps/; revision=1154151

15 years agoSourcecode hierarchy cleanup: Move further files from src to src/views
Peter Penz [Sat, 24 Jul 2010 22:08:30 +0000 (22:08 +0000)]
Sourcecode hierarchy cleanup: Move further files from src to src/views

svn path=/trunk/KDE/kdebase/apps/; revision=1154150

15 years agoSourcecode hierarchy cleanup: Create folder "views" and move view related sources...
Peter Penz [Sat, 24 Jul 2010 21:45:49 +0000 (21:45 +0000)]
Sourcecode hierarchy cleanup: Create folder "views" and move view related sources to it

svn path=/trunk/KDE/kdebase/apps/; revision=1154146

15 years agoSourcecode hierarchy cleanup: Move files from khns to settings/services (step 1/2)
Peter Penz [Sat, 24 Jul 2010 20:58:05 +0000 (20:58 +0000)]
Sourcecode hierarchy cleanup: Move files from khns to settings/services (step 1/2)

svn path=/trunk/KDE/kdebase/apps/; revision=1154135

15 years agoSourcecode hierarchy cleanup: Move kcm to settings/kcm
Peter Penz [Sat, 24 Jul 2010 20:49:56 +0000 (20:49 +0000)]
Sourcecode hierarchy cleanup: Move kcm to settings/kcm

svn path=/trunk/KDE/kdebase/apps/; revision=1154133

15 years agoSourcecode hierarchy cleanup: Use subfolders inside the "settings" folder
Peter Penz [Sat, 24 Jul 2010 20:39:19 +0000 (20:39 +0000)]
Sourcecode hierarchy cleanup: Use subfolders inside the "settings" folder

svn path=/trunk/KDE/kdebase/apps/; revision=1154129

15 years agoUnify the search interface for non-indexed and indexed folders
Peter Penz [Sat, 24 Jul 2010 16:37:07 +0000 (16:37 +0000)]
Unify the search interface for non-indexed and indexed folders

svn path=/trunk/KDE/kdebase/apps/; revision=1154073

15 years agoFix visual artefacts for tooltips, if compositing has been disabled. Thanks to Maciej...
Peter Penz [Fri, 23 Jul 2010 12:26:57 +0000 (12:26 +0000)]
Fix visual artefacts for tooltips, if compositing has been disabled. Thanks to Maciej Mrozowski for analyzing the root cause! Also a minor issue is fixed with the upper/left position: It may never overlap with the icon area.

BUG: 245491

svn path=/trunk/KDE/kdebase/apps/; revision=1153521

15 years agoDo not add custom query items to the query URL. Instead use the existing method to...
Sebastian Trueg [Thu, 22 Jul 2010 08:26:09 +0000 (08:26 +0000)]
Do not add custom query items to the query URL. Instead use the existing method to specify a custom title.

svn path=/trunk/KDE/kdebase/apps/; revision=1152960

15 years agoProperly KIO::stat instead of simply using the KFileItem constructor when
Sebastian Trueg [Thu, 22 Jul 2010 08:26:07 +0000 (08:26 +0000)]
Properly KIO::stat instead of simply using the KFileItem constructor when
showing metadata for the currently selected folder. This way we can even get rid of the
special handling of nepomuksearch:/ URLs since the KIO slave provides a nice name and
all you need to show to the user.
Even nicer: When clicking an entry in the metadata view the resulting query will be related
to the one clicked resource. This resource will then be represented by the query folder.
So all in all this patch makes Dolphin more generic while additionally activating a new feature.

svn path=/trunk/KDE/kdebase/apps/; revision=1152959

15 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Sun, 18 Jul 2010 06:34:35 +0000 (06:34 +0000)]
SVN_SILENT made messages (.desktop file)

svn path=/trunk/KDE/kdebase/apps/; revision=1151156

15 years agoForward port: Fix issue that dragging several directories shows a document as drag...
Peter Penz [Tue, 13 Jul 2010 17:06:11 +0000 (17:06 +0000)]
Forward port: Fix issue that dragging several directories shows a document as drag item. Instead try to show the icons of the dragged items.

CCBUG: 244305

svn path=/trunk/KDE/kdebase/apps/; revision=1149557

15 years agoDon't use KVBox and QVBoxLayout in parallel, just use QVBoxLayout instead.
Peter Penz [Mon, 12 Jul 2010 15:36:36 +0000 (15:36 +0000)]
Don't use KVBox and QVBoxLayout in parallel, just use QVBoxLayout instead.

svn path=/trunk/KDE/kdebase/apps/; revision=1149089

15 years agoBased on the recent size hint fixes in KFileMetaDataWidget, the handling of the toolt...
Peter Penz [Mon, 12 Jul 2010 14:42:48 +0000 (14:42 +0000)]
Based on the recent size hint fixes in KFileMetaDataWidget, the handling of the tooltip size can be simplified. This fixes a possible wrong initial size of the tooltip and a flickering because of a relayout.

svn path=/trunk/KDE/kdebase/apps/; revision=1149076

15 years agoFix forward declation
Laurent Montel [Sat, 10 Jul 2010 15:02:44 +0000 (15:02 +0000)]
Fix forward declation

svn path=/trunk/KDE/kdebase/apps/; revision=1148408

15 years agoFix another problem with the network:/ ioslave: don't keep the mimetype when clicking...
David Faure [Fri, 9 Jul 2010 13:15:02 +0000 (13:15 +0000)]
Fix another problem with the network:/ ioslave: don't keep the mimetype when clicking on an item with a target_url

svn path=/trunk/KDE/kdebase/apps/; revision=1147967

15 years agoForward port of SVN commit 1147596: Skip redirection URLs when going back or forward...
Peter Penz [Thu, 8 Jul 2010 19:46:56 +0000 (19:46 +0000)]
Forward port of SVN commit 1147596: Skip redirection URLs when going back or forward in history (otherwise going
back won't be possible for the user, as a redirection will occur again).

CCBUG: 212293

svn path=/trunk/KDE/kdebase/apps/; revision=1147597

15 years agoDo only search for files by default.
Sebastian Trueg [Wed, 7 Jul 2010 12:10:09 +0000 (12:10 +0000)]
Do only search for files by default.

svn path=/trunk/KDE/kdebase/apps/; revision=1147115

15 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Sun, 4 Jul 2010 06:52:37 +0000 (06:52 +0000)]
SVN_SILENT made messages (.desktop file)

svn path=/trunk/KDE/kdebase/apps/; revision=1145779

15 years ago* Unbreak last commit.
Christian Muehlhaeuser [Sat, 3 Jul 2010 03:38:58 +0000 (03:38 +0000)]
* Unbreak last commit.

svn path=/trunk/KDE/kdebase/apps/; revision=1145468

15 years ago* Ignore invalid redirection after renaming an expanded folder in detail view.
Christian Muehlhaeuser [Sat, 3 Jul 2010 02:37:52 +0000 (02:37 +0000)]
* Ignore invalid redirection after renaming an expanded folder in detail view.

svn path=/trunk/KDE/kdebase/apps/; revision=1145456

15 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Thu, 1 Jul 2010 06:52:15 +0000 (06:52 +0000)]
SVN_SILENT made messages (.desktop file)

svn path=/trunk/KDE/kdebase/apps/; revision=1144877

15 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Tue, 29 Jun 2010 10:26:31 +0000 (10:26 +0000)]
SVN_SILENT made messages (.desktop file)

svn path=/trunk/KDE/kdebase/apps/; revision=1144023

15 years agoSVN_SILENT: Use consistent member naming within Dolphin
Peter Penz [Sun, 27 Jun 2010 17:45:06 +0000 (17:45 +0000)]
SVN_SILENT: Use consistent member naming within Dolphin

svn path=/trunk/KDE/kdebase/apps/; revision=1143415

15 years agoi18n: fixed unused contexts.
Chusslove Illich [Sun, 27 Jun 2010 13:01:59 +0000 (13:01 +0000)]
i18n: fixed unused contexts.

svn path=/trunk/KDE/kdebase/apps/; revision=1143366

15 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Sun, 27 Jun 2010 06:38:43 +0000 (06:38 +0000)]
SVN_SILENT made messages (.desktop file)

svn path=/trunk/KDE/kdebase/apps/; revision=1143269

15 years agoUse the member variable
Christoph Feck [Sat, 26 Jun 2010 00:33:25 +0000 (00:33 +0000)]
Use the member variable

BUG: 241843

svn path=/trunk/KDE/kdebase/apps/; revision=1142897

15 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Wed, 23 Jun 2010 06:49:47 +0000 (06:49 +0000)]
SVN_SILENT made messages (.desktop file)

svn path=/trunk/KDE/kdebase/apps/; revision=1141645

15 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Mon, 21 Jun 2010 06:51:54 +0000 (06:51 +0000)]
SVN_SILENT made messages (.desktop file)

svn path=/trunk/KDE/kdebase/apps/; revision=1140600

15 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Fri, 18 Jun 2010 06:44:10 +0000 (06:44 +0000)]
SVN_SILENT made messages (.desktop file)

svn path=/trunk/KDE/kdebase/apps/; revision=1139384

15 years agoHide the information panel by default
Peter Penz [Wed, 16 Jun 2010 21:13:41 +0000 (21:13 +0000)]
Hide the information panel by default

svn path=/trunk/KDE/kdebase/apps/; revision=1138819

15 years agoFixed install/deinstall scripts
Jonathan Schmidt-Dominé [Sat, 12 Jun 2010 23:38:00 +0000 (23:38 +0000)]
Fixed install/deinstall scripts

svn path=/trunk/KDE/kdebase/apps/; revision=1137451

15 years agoSVN_SILENT: Remove unnecessary include
Peter Penz [Sat, 12 Jun 2010 13:38:50 +0000 (13:38 +0000)]
SVN_SILENT: Remove unnecessary include

svn path=/trunk/KDE/kdebase/apps/; revision=1137348

15 years agoFix issue, that changing the zoom level has not been applied to the columns of the...
Peter Penz [Sat, 12 Jun 2010 13:18:39 +0000 (13:18 +0000)]
Fix issue, that changing the zoom level has not been applied to the columns of the column view

svn path=/trunk/KDE/kdebase/apps/; revision=1137344

15 years agoDon't do a pre-process wrapping of the Information Panel headline, if it is a rich...
Peter Penz [Sat, 12 Jun 2010 13:05:13 +0000 (13:05 +0000)]
Don't do a pre-process wrapping of the Information Panel headline, if it is a rich text. This fixes the issue, that selecting multiple files leads to an output like "<html>9 items selected</html>".

svn path=/trunk/KDE/kdebase/apps/; revision=1137340

15 years agoFix issue, that the file size maximum for non-local previews is read wrong and applie...
Peter Penz [Sat, 12 Jun 2010 12:57:35 +0000 (12:57 +0000)]
Fix issue, that the file size maximum for non-local previews is read wrong and applied to the local size initially

svn path=/trunk/KDE/kdebase/apps/; revision=1137339

15 years agoIncrease version number to 1.5
Peter Penz [Sat, 12 Jun 2010 12:42:27 +0000 (12:42 +0000)]
Increase version number to 1.5

svn path=/trunk/KDE/kdebase/apps/; revision=1137336