]> cloud.milkyroute.net Git - dolphin.git/log
dolphin.git
16 years agoLet the user choose if folders are always shown first in the views of
Frank Reininghaus [Mon, 20 Apr 2009 17:52:21 +0000 (17:52 +0000)]
Let the user choose if folders are always shown first in the views of
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

16 years agomake it compile w/o nepomuk
Pino Toscano [Fri, 17 Apr 2009 23:23:00 +0000 (23:23 +0000)]
make it compile w/o nepomuk

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

16 years ago* share Context Menu page settings from dolphin with konqueror
Alessandro Diaferia [Thu, 16 Apr 2009 18:55:19 +0000 (18:55 +0000)]
* share Context Menu page settings from dolphin with konqueror
* Make KonqPopupMenu aware of the CopyTo/MoveTo settings from konqueror and dolphin

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

16 years agoMake Qt 4.5's new "move tab" feature work in Dolphin. Up to now, tabs could be moved...
Frank Reininghaus [Wed, 15 Apr 2009 21:50:50 +0000 (21:50 +0000)]
Make Qt 4.5's new "move tab" feature work in Dolphin. Up to now, tabs could 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

16 years agoWorkaround: Phonon::BackendCapabilities::isMimeTypeAvailable(...) returns true for...
Peter Penz [Wed, 15 Apr 2009 20:10:03 +0000 (20:10 +0000)]
Workaround: Phonon::BackendCapabilities::isMimeTypeAvailable(...) returns 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

16 years agoAfter restoring the current item when going back to a folder, the current-item URL...
Peter Penz [Wed, 15 Apr 2009 18:40:08 +0000 (18:40 +0000)]
After restoring the current item when going back to a folder, the 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

16 years agoInitialize the name-label widget with a maximum size. This is important, otherwise...
Peter Penz [Wed, 15 Apr 2009 18:01:37 +0000 (18:01 +0000)]
Initialize the name-label widget with a maximum size. This is important, 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

16 years agoremove the '!' prefix, which is used for a literal command
Peter Penz [Wed, 15 Apr 2009 17:14:30 +0000 (17:14 +0000)]
remove the '!' prefix, which is used for a literal command

BUG: 189672

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

16 years ago- hide the video player in any case when the stop-button has been pressed
Peter Penz [Sun, 12 Apr 2009 19:17:56 +0000 (19:17 +0000)]
- hide the video player in any case when the stop-button has been pressed
- provide a custom member for the audio media object

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

16 years agoThe feature freeze is near: Add video support to the Information Panel. Phonon is...
Peter Penz [Sun, 12 Apr 2009 19:00:59 +0000 (19:00 +0000)]
The feature freeze is near: Add video support to the Information Panel. Phonon is quite cool BTW :-)

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

16 years agoAllow to enable/disable which information should be shown in the Information Panel.
Peter Penz [Sun, 12 Apr 2009 16:41:14 +0000 (16:41 +0000)]
Allow to enable/disable which information should be shown in the Information Panel.

BUG: 156205

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

16 years agoAssure that the extension is added correctly when renaming multiple files even if...
Peter Penz [Sun, 12 Apr 2009 15:39:13 +0000 (15:39 +0000)]
Assure that the extension is added correctly when renaming multiple files even if the extension uses capital letters (e. g. .JPG instead of .jpg).

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

16 years agoAllow to configure which preview plugins should be enabled. Per default previews...
Peter Penz [Fri, 10 Apr 2009 18:58:21 +0000 (18:58 +0000)]
Allow to configure which preview plugins should be enabled. Per default previews for images and directories are enabled.

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Wed, 8 Apr 2009 15:00:04 +0000 (15:00 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoWe don't know the mimetype here, so better not set it at all, konq will determine it.
David Faure [Tue, 7 Apr 2009 12:45:02 +0000 (12:45 +0000)]
We don't know the mimetype here, so better not set it at all, konq will determine it.
Better than setting inode/directory for everything due to the wrong S_IFDIR.
Fixes "foo is a file but a dir was expected" error when doing MMB on a file.

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

16 years agoFixed regression introduced with KDE 4.2.0 that the column width setting was ignored.
Peter Penz [Mon, 6 Apr 2009 05:56:33 +0000 (05:56 +0000)]
Fixed regression introduced with KDE 4.2.0 that the column width setting was ignored.

BUG: 188701

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

16 years agoThis patch allows the user to clear the search bar with an Escape keypress. This...
Sascha Peilicke [Fri, 3 Apr 2009 20:25:22 +0000 (20:25 +0000)]
This patch allows the user to clear the search bar with an Escape keypress. This should help with keyboard-only navigation.

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Fri, 3 Apr 2009 13:57:56 +0000 (13:57 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoKonqFileItemCapabilities -> KFileItemListProperties
David Faure [Wed, 1 Apr 2009 23:34:33 +0000 (23:34 +0000)]
KonqFileItemCapabilities -> KFileItemListProperties

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

16 years agoBUG: 187732
Rahman Duran [Mon, 30 Mar 2009 07:18:32 +0000 (07:18 +0000)]
BUG: 187732
Make Dolphin to remember selected files after view refresh.

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

16 years agoKFilePreviewGenerator::updatePreviews() is deprecated, use updateIcons() instead
Peter Penz [Mon, 30 Mar 2009 06:55:31 +0000 (06:55 +0000)]
KFilePreviewGenerator::updatePreviews() is deprecated, use updateIcons() instead

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

16 years agoBUG: 164489
Rahman Duran [Sun, 29 Mar 2009 11:54:40 +0000 (11:54 +0000)]
BUG: 164489

Make Dolphin benefit from new TerminalInterfaceV2 functions.

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

16 years agoA few changes...
Shaun Reich [Fri, 27 Mar 2009 01:03:02 +0000 (01:03 +0000)]
A few changes...

*The search bar displays "Search..." as that nice inactive-hinted text, this provides a clue as to what it is, aside from merely the small icon. Text disappears upon clicking

*Also changed text on tooltip from "Search" to "Click to begin the search".

*No need to specify layout direction as Left to Right, it is this way on construction.

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

16 years agoSVN_SILENT: coding style fix (use spaces, no tabs)
Peter Penz [Thu, 26 Mar 2009 18:58:53 +0000 (18:58 +0000)]
SVN_SILENT: coding style fix (use spaces, no tabs)

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

16 years agodisable rating, comments and tags if no meta data is available
Peter Penz [Thu, 26 Mar 2009 18:53:00 +0000 (18:53 +0000)]
disable rating, comments and tags if no meta data is available

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

16 years agoUse KNewMenu::createDirectory() instead of KonqOperations::newDir() when F10 has...
Peter Penz [Thu, 26 Mar 2009 18:44:36 +0000 (18:44 +0000)]
Use KNewMenu::createDirectory() instead of KonqOperations::newDir() when F10 has been pressed, so that the directory gets automatically selected afterwards.

CCMAIL: rahman.duran@gmail.com

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

16 years agoFixed incorrect grouping of dates. Thanks to Jacopo De Simoi for the patch!
Peter Penz [Thu, 26 Mar 2009 18:05:41 +0000 (18:05 +0000)]
Fixed incorrect grouping of dates. Thanks to Jacopo De Simoi for the patch!

BUG: 187958

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Thu, 26 Mar 2009 14:43:45 +0000 (14:43 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoForwardport of r944888
Harald Hvaal [Thu, 26 Mar 2009 13:44:52 +0000 (13:44 +0000)]
Forwardport of r944888
BUG: 187884
Do not start a new drag while one is currently underway.

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

16 years agoSVN_SILENT:
Rahman Duran [Wed, 25 Mar 2009 23:02:49 +0000 (23:02 +0000)]
SVN_SILENT:

Make dolphinremoteencoding included in dolphinprivate.

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

16 years agoBUG: 175658
Rahman Duran [Wed, 25 Mar 2009 22:00:50 +0000 (22:00 +0000)]
BUG: 175658
GUI:

The remote encoding code adapted from Konqueror to Dolphin. Now user can change
encoding for remote urls like ftp. Konqueror doesn't use
KRemoteEncodingPlugin anymore. Instead, this feature is supplied to
Konqueror via DolphinPart.

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

16 years agoMoving Remote encoding support to Dolphin
Rahman Duran [Wed, 25 Mar 2009 21:41:35 +0000 (21:41 +0000)]
Moving Remote encoding support to Dolphin

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

16 years agoMoving Remote encoding support to Dolphin
Rahman Duran [Wed, 25 Mar 2009 21:40:43 +0000 (21:40 +0000)]
Moving Remote encoding support to Dolphin

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Tue, 24 Mar 2009 15:44:46 +0000 (15:44 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoPort away from now-deprecated KonqPopupMenuInformation
David Faure [Mon, 23 Mar 2009 19:10:13 +0000 (19:10 +0000)]
Port away from now-deprecated KonqPopupMenuInformation

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

16 years ago- Write the settings to the disk as soon as "Apply" or "OK" has been pressed inside...
Peter Penz [Sat, 21 Mar 2009 11:49:10 +0000 (11:49 +0000)]
- Write the settings to the disk as soon as "Apply" or "OK" has been pressed inside a settings dialog.
- Assure that the settings are saved in the DolphinPart destructor for settings that are changed outside the settings dialog (e. g. by using Ctrl + mouse wheel for adjusting the icon size).

Thanks to Frank Reininghaus and David Faure for the analyses.

CCBUG: 175085

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Fri, 20 Mar 2009 14:53:39 +0000 (14:53 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoFixed issue that tabs are not remembered when restoring a session. Thanks a lot to...
Peter Penz [Thu, 19 Mar 2009 07:23:41 +0000 (07:23 +0000)]
Fixed issue that tabs are not remembered when restoring a session. Thanks a lot to  Rahman Duran for the patch!

BUG: 181227
CCMAIL: rahman.duran@gmail.com

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

16 years agowin32 compile fix
Ralf Habacker [Thu, 19 Mar 2009 07:19:10 +0000 (07:19 +0000)]
win32 compile fix

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

16 years agoMade the accelerator for "Rename" also removed the setMarginHint() or whatever, I...
Shaun Reich [Thu, 19 Mar 2009 01:43:35 +0000 (01:43 +0000)]
Made the accelerator for "Rename" also removed the setMarginHint() or whatever, I'm quite certain this does absolutely nothing and is no longer needed, but please, correct me if I am wrong.

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

16 years agoRemove code that's no longer needed now that Qt supports ARGB windows.
Fredrik Höglund [Wed, 18 Mar 2009 18:38:38 +0000 (18:38 +0000)]
Remove code that's no longer needed now that Qt supports ARGB windows.

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Wed, 18 Mar 2009 14:28:37 +0000 (14:28 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoAssure that KNewMenu from DolphinPart attachs itself to the DolphinNewMenuObserver...
Peter Penz [Tue, 17 Mar 2009 20:55:26 +0000 (20:55 +0000)]
Assure that KNewMenu from DolphinPart attachs itself to the DolphinNewMenuObserver, so that newly created items get selected (DolphinNewMenu - which attachs itself automatically - cannot be used in DolphinPart).

CCMAIL: rahman.duran@gmail.com

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

16 years agoAfter creating an item with the "Create New..." menu, the new item should get selecte...
Peter Penz [Tue, 17 Mar 2009 20:47:03 +0000 (20:47 +0000)]
After creating an item with the "Create New..." menu, the new item should get selected and it must be assured that the item stays visible. Thanks a lot to Rahman Duran for the original patch and the good discussions :-)

Open issues:
- F10 shortcut does not work yet (interface extension might be done in KNewMenu)
- Does not work in column view yet, but this is a colum view specific issue.

CCMAIL: rahman.duran@gmail.com
CCMAIL: faure@kde.org

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

16 years agoSVN_SILENT: removed tab and don't add another exit point in a 3-liner method
Peter Penz [Tue, 17 Mar 2009 20:41:27 +0000 (20:41 +0000)]
SVN_SILENT: removed tab and don't add another exit point in a 3-liner method

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

16 years agoSVN_SILENT: remove trailing spaces
Peter Penz [Tue, 17 Mar 2009 20:34:32 +0000 (20:34 +0000)]
SVN_SILENT: remove trailing spaces

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Tue, 17 Mar 2009 15:51:17 +0000 (15:51 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoFix infinite loop on startup due to r938051 (KToolTipManager ctor creating KTipLabel...
David Faure [Tue, 17 Mar 2009 13:40:20 +0000 (13:40 +0000)]
Fix infinite loop on startup due to r938051 (KToolTipManager ctor creating KTipLabel which calls KToolTipManager singleton which isn't set yet)

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

16 years agoa lot of more KUrl::path() -> KUrl::toLocalFile() changes (mostly after a check for...
Christian Ehrlicher [Sun, 15 Mar 2009 20:20:33 +0000 (20:20 +0000)]
a lot of more KUrl::path() -> KUrl::toLocalFile() changes (mostly after a check for KUrl::isLocalFile())

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Sun, 15 Mar 2009 13:46:07 +0000 (13:46 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoAdded F8 as an alternate shortcut for "Show Hidden Files". Reasoning: Open file and...
Shaun Reich [Sun, 15 Mar 2009 04:01:49 +0000 (04:01 +0000)]
Added F8 as an alternate shortcut for "Show Hidden Files". Reasoning: Open file and folder dialogs (do, except for the latter(but all will) use this shortcut).

CCMAIL: peter.penz@gmx.at

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Sat, 14 Mar 2009 14:36:38 +0000 (14:36 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoAdded "document-properties" icon to "Properties", I added in another menu also, for...
Shaun Reich [Fri, 13 Mar 2009 01:07:51 +0000 (01:07 +0000)]
Added "document-properties" icon to "Properties", I added in another menu also, for the same action, but this is a different menu, yet used in the same context.

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

16 years agoAsk for confirmation when closing a Dolphin window with more than one tab. This can...
Frank Reininghaus [Thu, 12 Mar 2009 22:40:32 +0000 (22:40 +0000)]
Ask for confirmation when closing a Dolphin window with more than one tab. This can be disabled by checking the "Do not ask again" checkbox in the confirmation dialog or in Dolphin's settings dialog.

FEATURE: 168417

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

16 years agoSVN_SILENT: coding style fix
Peter Penz [Thu, 12 Mar 2009 16:56:13 +0000 (16:56 +0000)]
SVN_SILENT: coding style fix

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

16 years agoUsing the "document-properties" icon for the Properties entry of the RMB context...
Shaun Reich [Wed, 11 Mar 2009 22:46:34 +0000 (22:46 +0000)]
Using the "document-properties" icon for the Properties entry of the RMB context menu. This is used elsewhere already...

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

16 years agoNo need to set the accelerator manually, it's done automatically anyways(or it will...
Shaun Reich [Wed, 11 Mar 2009 22:41:57 +0000 (22:41 +0000)]
No need to set the accelerator manually, it's done automatically anyways(or it will be).

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

16 years agoThis patch isn't needed anymore thanks to dfaure's up-coming patch to kmenu, the...
Shaun Reich [Wed, 11 Mar 2009 22:25:39 +0000 (22:25 +0000)]
This patch isn't needed anymore thanks to dfaure's up-coming patch to kmenu, the accelerator manager will automatically handle KMenu's.

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

16 years agoChanged i++ to ++i. I accidentally did the first when I first made the recently close...
Shaun Reich [Wed, 11 Mar 2009 20:48:37 +0000 (20:48 +0000)]
Changed i++ to ++i. I accidentally did the first when I first made the recently closed tabs feature (habitual).

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

16 years agoThe last commit made the menu be on the heap, this switches it back to stack... ...
Shaun Reich [Wed, 11 Mar 2009 20:47:46 +0000 (20:47 +0000)]
The last commit made the menu be on the heap, this switches it back to stack... (I initially couldn't figure out how to do that (had to pass by reference)).

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

16 years agoChanged a tab's KMenu to have it's accelerators managed automatically.
Shaun Reich [Wed, 11 Mar 2009 20:31:09 +0000 (20:31 +0000)]
Changed a tab's KMenu to have it's accelerators managed automatically.

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

16 years agoRevert my previous commit, dfaure is right, this should be done through KAcceleratorM...
Shaun Reich [Wed, 11 Mar 2009 20:08:35 +0000 (20:08 +0000)]
Revert my previous commit, dfaure is right, this should be done through KAcceleratorManager::manage().

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

16 years agoadded subtle transparency for tooltips
Peter Penz [Wed, 11 Mar 2009 07:34:17 +0000 (07:34 +0000)]
added subtle transparency for tooltips

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

16 years agoAdded keyboard accelerators to various actions that were missing them...
Shaun Reich [Wed, 11 Mar 2009 02:35:24 +0000 (02:35 +0000)]
Added keyboard accelerators to various actions that were missing them...

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

16 years agoallow to disable the preview of the Information Panel
Peter Penz [Tue, 10 Mar 2009 19:59:22 +0000 (19:59 +0000)]
allow to disable the preview of the Information Panel

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

16 years agoinsert the meta text information alphabetically sorted
Peter Penz [Tue, 10 Mar 2009 19:36:55 +0000 (19:36 +0000)]
insert the meta text information alphabetically sorted

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

16 years agoallow to hide the rating, comments and tags of the Information Panel
Peter Penz [Tue, 10 Mar 2009 19:21:21 +0000 (19:21 +0000)]
allow to hide the rating, comments and tags of the Information Panel

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

16 years agoprovide a context menu for the Information Panel, which allows to show/hide meta...
Peter Penz [Tue, 10 Mar 2009 19:04:45 +0000 (19:04 +0000)]
provide a context menu for the Information Panel, which allows to show/hide meta information

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

16 years agoFixed issue that when renaming an item that still the old item name will be shown...
Peter Penz [Tue, 10 Mar 2009 07:44:56 +0000 (07:44 +0000)]
Fixed issue that when renaming an item that still the old item name will be shown in the Information Panel.

CCBUG: 181534
CCBUG: 186071

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

16 years agoProvide an "Open Terminal" entry for the Tools menu (thanks to Rahman Duran for the...
Peter Penz [Tue, 10 Mar 2009 06:59:27 +0000 (06:59 +0000)]
Provide an "Open Terminal" entry for the Tools menu (thanks to Rahman Duran for the patch!)

BUG: 164746

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

16 years agoSVN_SILENT: comment update
Peter Penz [Tue, 10 Mar 2009 06:36:34 +0000 (06:36 +0000)]
SVN_SILENT: comment update

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

16 years agoCall updatePasteAction() in DolphinPart::openUrl(). Fixes the problem that the paste...
Frank Reininghaus [Tue, 10 Mar 2009 00:56:38 +0000 (00:56 +0000)]
Call updatePasteAction() in DolphinPart::openUrl(). Fixes the problem that the paste action is disabled in Konqueror on startup.

BUG: 186482

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

16 years agoA change in focus between the split view, would not update the icon on the tab that...
Shaun Reich [Tue, 10 Mar 2009 00:40:37 +0000 (00:40 +0000)]
A change in focus between the split view, would not update the icon on the tab that it was in-now does.

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

16 years agoThe tab icon now obeys the icon of the folder that it is currently browsing. Before...
Shaun Reich [Tue, 10 Mar 2009 00:35:59 +0000 (00:35 +0000)]
The tab icon now obeys the icon of the folder that it is currently browsing. Before it would just use the "folder" icon, but it now finds the icon of that folder, and uses it.

BUG: 182702

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

16 years agoAdded a few things to the "Recently Closed Tabs" menu:
Shaun Reich [Mon, 9 Mar 2009 19:50:32 +0000 (19:50 +0000)]
Added a few things to the "Recently Closed Tabs" menu:

* Paths now ellide when they get too big. That is, according to the font size, not character length.

* Added automatic mnemomics (or however you spell that crazy word) to the menu's items.

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

16 years agoThe "Recently Closed Tabs" action menu now has a limit of 10, before it could just...
Shaun Reich [Mon, 9 Mar 2009 18:10:35 +0000 (18:10 +0000)]
The "Recently Closed Tabs" action menu now has a limit of 10, before it could just go on for practically ever, which would yield an annoyingly huge list of closed tabs.

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

16 years agoThere is no point in setting the text of a tab, each time a tab is selected, the...
Shaun Reich [Mon, 9 Mar 2009 02:31:41 +0000 (02:31 +0000)]
There is no point in setting the text of a tab, each time a tab is selected, the only time we should have to do that is when we are using a split view.

This also kind of hides the Qt 4.5 tab bug (a very ugly one) from "regular" users (who don't use the split view).

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Sun, 8 Mar 2009 14:36:22 +0000 (14:36 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Thu, 5 Mar 2009 14:06:47 +0000 (14:06 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Wed, 4 Mar 2009 15:51:12 +0000 (15:51 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoadded dialog to configure which meta data should be shown in the Information Panel
Peter Penz [Tue, 3 Mar 2009 21:17:35 +0000 (21:17 +0000)]
added dialog to configure which meta data should be shown in the Information Panel

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

16 years ago§$%$ revert last commit, this does not compile (sorry!)
Peter Penz [Tue, 3 Mar 2009 21:01:41 +0000 (21:01 +0000)]
§$%$ revert last commit, this does not compile (sorry!)

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

16 years agoSVN_SILENT: coding style fix
Peter Penz [Tue, 3 Mar 2009 20:59:11 +0000 (20:59 +0000)]
SVN_SILENT: coding style fix

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

16 years agodon't show the phonon widget, if more than one file is selected
Peter Penz [Tue, 3 Mar 2009 20:38:07 +0000 (20:38 +0000)]
don't show the phonon widget, if more than one file is selected

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

16 years agoreset the information panel if an item is shown that got deleted
Peter Penz [Tue, 3 Mar 2009 20:20:44 +0000 (20:20 +0000)]
reset the information panel if an item is shown that got deleted

BUG: 186071

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

16 years agoonly add the service to the list, if there is no other service using the same name
Peter Penz [Tue, 3 Mar 2009 19:39:36 +0000 (19:39 +0000)]
only add the service to the list, if there is no other service using the same name

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Tue, 3 Mar 2009 14:52:10 +0000 (14:52 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoChanged activated() signal usages... to currentIndexChanged();
Shaun Reich [Tue, 3 Mar 2009 01:07:55 +0000 (01:07 +0000)]
Changed activated() signal usages... to currentIndexChanged();

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

16 years agoFixed a security bug in dolphin when handling malformed http urls.
Jose Carlos Norte [Mon, 2 Mar 2009 00:03:21 +0000 (00:03 +0000)]
Fixed a security bug in dolphin when handling malformed http urls.

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

16 years agoUse currentIndexChanged() signal instead of activated(), the latter does not always...
Shaun Reich [Sun, 1 Mar 2009 21:11:12 +0000 (21:11 +0000)]
Use currentIndexChanged() signal instead of activated(), the latter does not always do what you would think.

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

16 years agoChanged deprecated use of signal closeRequested(int) to tabCloseRequested(int)
Shaun Reich [Sun, 1 Mar 2009 18:19:38 +0000 (18:19 +0000)]
Changed deprecated use of signal closeRequested(int) to tabCloseRequested(int)

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

16 years agoSVN_SILENT made messages (.desktop file, second try)
Script Kiddy [Sun, 1 Mar 2009 14:50:50 +0000 (14:50 +0000)]
SVN_SILENT made messages (.desktop file, second try)

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

16 years agoSVN_SILENT: minor coding style cleanups
Peter Penz [Sun, 1 Mar 2009 12:42:51 +0000 (12:42 +0000)]
SVN_SILENT: minor coding style cleanups

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

16 years agoremoved Quick-View code (it has already been disabled before)
Peter Penz [Sun, 1 Mar 2009 12:23:05 +0000 (12:23 +0000)]
removed Quick-View code (it has already been disabled before)

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

16 years agodon't make the struct ClosedTab accessible for other classes
Peter Penz [Sun, 1 Mar 2009 12:20:23 +0000 (12:20 +0000)]
don't make the struct ClosedTab accessible for other classes

CCMAIL: predator106@gmail.com

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

16 years agoFixed a bug in the "Recently Closed Tabs" menu that would cause it to show more recen...
Shaun Reich [Sun, 1 Mar 2009 02:27:35 +0000 (02:27 +0000)]
Fixed a bug in the "Recently Closed Tabs" menu that would cause it to show more recent tabs at the bottom.

The most recent tab will now always be shown right below the separator, which is right below the "Clear Recently Closed Tabs" action.

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

16 years agoClosed tabs are now remembered within Dolphin, so if you accidentally close them...
Shaun Reich [Sun, 1 Mar 2009 01:38:20 +0000 (01:38 +0000)]
Closed tabs are now remembered within Dolphin, so if you accidentally close them, or need to reopen a previous one-go crazy.

Closed tabs now become stored in the "Go"->"Recently Closed Tabs" menu.

To clear this list, there is an action within that menu.

Clicking on a remembered tab's action, will remove that entry, restore that tab, and focus it.

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Sat, 28 Feb 2009 13:35:50 +0000 (13:35 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoFix warning about shortcut
Laurent Montel [Sat, 28 Feb 2009 12:50:34 +0000 (12:50 +0000)]
Fix warning about shortcut

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Fri, 27 Feb 2009 15:36:31 +0000 (15:36 +0000)]
SVN_SILENT made messages (.desktop file)

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