]> cloud.milkyroute.net Git - dolphin.git/log
dolphin.git
17 years agoWhen common view properties are used for all folders, the internal properties should...
Peter Penz [Sun, 21 Dec 2008 10:15:19 +0000 (10:15 +0000)]
When common view properties are used for all folders, the internal properties should not be changed during the lifetime of a DolphinView instance. This allows to e. g. split a view and work with different view modes on each view.

BUG: 174102

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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Sat, 20 Dec 2008 14:39:35 +0000 (14:39 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agoAssure that the items within the "Others" group are sorted too, when sorting by name...
Peter Penz [Sat, 20 Dec 2008 12:54:46 +0000 (12:54 +0000)]
Assure that the items within the "Others" group are sorted too, when sorting by name and using categorization.

@Rafael: Could you please have a look whether this patch is OK? It fixes bug 173027 but it is unclear for me why the deleted lines had been added at all. Thanks :-)

CCMAIL: ereslibre@kde.org
BUG: 173027

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

17 years agominor improvement to last commit: only request the focus if we have a listable protoc...
Peter Penz [Fri, 19 Dec 2008 06:48:57 +0000 (06:48 +0000)]
minor improvement to last commit: only request the focus if we have a listable protocol; otherwise leave the focus where it was (e. g. so that the user can enter another URL)

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

17 years agoDon't request the focus for the view because of a completed directory lister, instead...
Peter Penz [Fri, 19 Dec 2008 06:41:26 +0000 (06:41 +0000)]
Don't request the focus for the view because of a completed directory lister, instead directly request it when we know that the user has entered a new URL. This prevents that the focus gets stolen from the Terminal when somebody types "touch foo".

BUG: 178070

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

17 years agoturn off the filter when closing the filterbar by CTRL+I
Peter Penz [Wed, 17 Dec 2008 10:35:02 +0000 (10:35 +0000)]
turn off the filter when closing the filterbar by CTRL+I

BUG: 177948

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

17 years agoassure that a column of the column view acts as focus proxy when being active
Peter Penz [Tue, 16 Dec 2008 18:52:26 +0000 (18:52 +0000)]
assure that a column of the column view acts as focus proxy when being active

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

17 years agoAssure that the view gets focused when:
Peter Penz [Tue, 16 Dec 2008 18:37:02 +0000 (18:37 +0000)]
Assure that the view gets focused when:
* Enter or Ctrl+Enter is pressed in the URL navigator
* when the filter bar gets closed

BUG: 158232

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

17 years agoCtrl+F when in trash:/ (or any other remote protocol) said "malformed url" because...
David Faure [Mon, 15 Dec 2008 11:53:29 +0000 (11:53 +0000)]
Ctrl+F when in trash:/ (or any other remote protocol) said "malformed url" because KRun tried to download to a temp file via kioexec. %u tells it not to do that.
Alternatively we could look up kfind.desktop and use KRun::run(KService).

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

17 years ago* Don't ignore the maximum file size for previews in the information panel. Correspon...
Peter Penz [Sun, 14 Dec 2008 11:25:44 +0000 (11:25 +0000)]
* Don't ignore the maximum file size for previews in the information panel. Corresponding to bug 177740 creating a thumbnail for a 200 MB PNG consumes 700 MB temporary memory...

* Remember the created thumbnail for later reuse.

BUG: 177740

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

17 years agoWhen dropping an Amarok file into Dolphin, mimeData->hasUrls() returns true although...
Peter Penz [Sat, 13 Dec 2008 17:32:12 +0000 (17:32 +0000)]
When dropping an Amarok file into Dolphin, mimeData->hasUrls() returns true although the number of URLs is 0. I'll have to do further investigations to fix this in a clean way, but in the meantime this patch prevents opening an error dialog box.

CCBUG: 176580

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

17 years agoonly jump automatically to the current index, if the autoscrolling is not active
Peter Penz [Sat, 13 Dec 2008 15:39:09 +0000 (15:39 +0000)]
only jump automatically to the current index, if the autoscrolling is not active

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

17 years agoprovide separate scroll increments for the horizontal and vertical scrolling
Peter Penz [Sat, 13 Dec 2008 15:29:42 +0000 (15:29 +0000)]
provide separate scroll increments for the horizontal and vertical scrolling

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

17 years agoEspecially when using the details view in combination with the split functionality...
Peter Penz [Sat, 13 Dec 2008 15:15:04 +0000 (15:15 +0000)]
Especially when using the details view in combination with the split functionality, the size of the name column can get too small. Do an optimized resizing in this case (at least for up to 200 items, otherwise the performance penalty is too big).

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

17 years agoHandling the key events for autoscrolling in DolphinViewAutoscroller does not work...
Peter Penz [Sat, 13 Dec 2008 14:08:07 +0000 (14:08 +0000)]
Handling the key events for autoscrolling in DolphinViewAutoscroller does not work good enough (e. g. when letters are pressed, the current index might change too). Revert to Frank Reininhaus' original patch to fix this issue :-)

CCMAIL: frank78ac@googlemail.com

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

17 years agoThe nasty "100 ms" delay is not necessary anymore, doing a queued call works perfectl...
Peter Penz [Fri, 12 Dec 2008 22:33:14 +0000 (22:33 +0000)]
The nasty "100 ms" delay is not necessary anymore, doing a queued call works perfectly to restore the contents position of a view.

CCMAIL: kdedevel@etotheipiplusone.com

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

17 years agoif "split view" is used as startup setting, also open new tabs in the split view...
Peter Penz [Fri, 12 Dec 2008 20:30:23 +0000 (20:30 +0000)]
if "split view" is used as startup setting, also open new tabs in the split view mode

BUG: 176980

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

17 years agoIf the users enters an URL that represents a file, open the file by the corresponding...
Peter Penz [Fri, 12 Dec 2008 19:44:28 +0000 (19:44 +0000)]
If the users enters an URL that represents a file, open the file by the corresponding application instead of showing an error message.

BUG: 165877

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

17 years agodon't disable the "Create New" menu entry, when switching between columns of the...
Peter Penz [Fri, 12 Dec 2008 18:20:01 +0000 (18:20 +0000)]
don't disable the "Create New" menu entry, when switching between columns of the column view

BUG: 173153

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

17 years agoSVN_SILENT: removed trailing spaces
Peter Penz [Fri, 12 Dec 2008 06:55:26 +0000 (06:55 +0000)]
SVN_SILENT: removed trailing spaces

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

17 years agoExchange the order of the zoom slider and the capacity bar. Thanks to Frederik Schwar...
Peter Penz [Fri, 12 Dec 2008 06:39:23 +0000 (06:39 +0000)]
Exchange the order of the zoom slider and the capacity bar. Thanks to Frederik Schwarzer for the patch!

BUG: 177563

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

17 years agoas the detailsview and columnview can also have icon sizes up to 256 x 256 pixels...
Peter Penz [Thu, 11 Dec 2008 20:27:05 +0000 (20:27 +0000)]
as the detailsview and columnview can also have icon sizes up to 256 x 256 pixels, the steps when using the scrollwheel must be adjusted dynamically

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

17 years agoInclude page-up, page-down, home + end as keys that need autoscrolling. Thanks to...
Peter Penz [Thu, 11 Dec 2008 19:24:49 +0000 (19:24 +0000)]
Include page-up, page-down, home + end as keys that need autoscrolling. Thanks to Frank Reininghaus for the patch!

CCBUG: 165531

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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Thu, 11 Dec 2008 13:05:27 +0000 (13:05 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agoassure that the current index stays visible, when the user explicitly changed it...
Peter Penz [Thu, 11 Dec 2008 07:15:59 +0000 (07:15 +0000)]
assure that the current index stays visible, when the user explicitly changed it by using the arrow keys

BUG: 165531

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

17 years agouse a smaller step size when using the scroll wheel
Peter Penz [Tue, 9 Dec 2008 18:44:42 +0000 (18:44 +0000)]
use a smaller step size when using the scroll wheel

BUG: 177238

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

17 years agoa rubberband selection is only possible when using the left mouse button
Peter Penz [Tue, 9 Dec 2008 17:49:09 +0000 (17:49 +0000)]
a rubberband selection is only possible when using the left mouse button

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

17 years agoJust EBN fixes
Rick Xing [Tue, 9 Dec 2008 06:59:31 +0000 (06:59 +0000)]
Just EBN fixes

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

17 years agoPort to KDirModel::simplifiedUrlList
David Faure [Mon, 8 Dec 2008 11:20:08 +0000 (11:20 +0000)]
Port to KDirModel::simplifiedUrlList

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

17 years agostop the autoscrolling when receiving a drop event
Peter Penz [Sun, 7 Dec 2008 14:11:48 +0000 (14:11 +0000)]
stop the autoscrolling when receiving a drop event

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

17 years agoalso implement autoscrolling for horizontally aligned views (e. g. icons view in...
Peter Penz [Sun, 7 Dec 2008 14:08:34 +0000 (14:08 +0000)]
also implement autoscrolling for horizontally aligned views (e. g. icons view in the column mode)

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

17 years agoSVN_SILENT: remove unnecessary include
Peter Penz [Sun, 7 Dec 2008 13:40:13 +0000 (13:40 +0000)]
SVN_SILENT: remove unnecessary include

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

17 years agoduring drag operations no rubberband selection can be active
Peter Penz [Sun, 7 Dec 2008 12:53:36 +0000 (12:53 +0000)]
during drag operations no rubberband selection can be active

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

17 years agoFixed serious usability issue: QAbstractItemView::setAutoScroll() is not usable when...
Peter Penz [Sat, 6 Dec 2008 20:06:04 +0000 (20:06 +0000)]
Fixed serious usability issue: QAbstractItemView::setAutoScroll() is not usable when trying to select items outside the visible view area (reported to Qt Software with bug ID #214542) -> implemented custom auto scrolling algorithm.

BUG: 165531

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

17 years agoSVN_SILENT: removed debugging output
Peter Penz [Sat, 6 Dec 2008 20:01:58 +0000 (20:01 +0000)]
SVN_SILENT: removed debugging output

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

17 years agoshow a "Copy Here" and "Link Here" action, when a file is dragged within the same...
Peter Penz [Sat, 6 Dec 2008 17:47:35 +0000 (17:47 +0000)]
show a "Copy Here" and "Link Here" action, when a file is dragged within the same folder

BUG: 164314

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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Sat, 6 Dec 2008 15:26:49 +0000 (15:26 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agoadding toolbar icon for Create Folder
James Richard Tyrer [Fri, 5 Dec 2008 17:15:31 +0000 (17:15 +0000)]
adding toolbar icon for Create Folder

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

17 years agoassure that the column gets resized when expanding directories
Peter Penz [Thu, 4 Dec 2008 09:49:59 +0000 (09:49 +0000)]
assure that the column gets resized when expanding directories

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

17 years agohide tooltips when the mousewheel is used
Peter Penz [Thu, 4 Dec 2008 06:42:41 +0000 (06:42 +0000)]
hide tooltips when the mousewheel is used

BUG: 176817

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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Wed, 3 Dec 2008 14:37:06 +0000 (14:37 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agoAdd addIsCutSelection, and port as much code as possible to KDirModel::mimeData.
David Faure [Wed, 3 Dec 2008 09:19:16 +0000 (09:19 +0000)]
Add addIsCutSelection, and port as much code as possible to KDirModel::mimeData.

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

17 years agoSVN_SILENT: assure that the order of the methods match in the h + cpp file
Peter Penz [Wed, 3 Dec 2008 07:21:58 +0000 (07:21 +0000)]
SVN_SILENT: assure that the order of the methods match in the h + cpp file

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

17 years agouse KDirModel::mimeData() for cut/copy operations as suggested by David Faure
Peter Penz [Wed, 3 Dec 2008 07:14:37 +0000 (07:14 +0000)]
use KDirModel::mimeData() for cut/copy operations as suggested by David Faure

CCMAIL: faure@kde.org

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

17 years agoopen the tab in the background when "Open in new tab" is selected with the context...
Peter Penz [Tue, 2 Dec 2008 18:36:42 +0000 (18:36 +0000)]
open the tab in the background when "Open in new tab" is selected with the context menu (-> consistent behavior with middle click)

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

17 years agointerop fix: don't give an empty mostLocalUrls list
David Faure [Tue, 2 Dec 2008 13:31:55 +0000 (13:31 +0000)]
interop fix: don't give an empty mostLocalUrls list

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

17 years ago* assure that the keyboard focus is in the view when switching between tabs
Peter Penz [Mon, 1 Dec 2008 20:56:00 +0000 (20:56 +0000)]
* assure that the keyboard focus is in the view when switching between tabs
* assure that the URL navigator gets the focus when it is editable and a new tab is opened by File -> New Tab

BUG: 174594

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

17 years agoFixed regression that triggering of items with the keyboard did not work anymore...
Peter Penz [Mon, 1 Dec 2008 19:42:51 +0000 (19:42 +0000)]
Fixed regression that triggering of items with the keyboard did not work anymore. This regression has been introduced because of checking the mouse buttons in DolphinController::triggerItem()...

CCBUG: 176621

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

17 years agorevert last patch: KFileItem::getTooltipText() has been patched to provide already...
Peter Penz [Sun, 30 Nov 2008 18:47:51 +0000 (18:47 +0000)]
revert last patch: KFileItem::getTooltipText() has been patched to provide already a correct font color

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

17 years agouse the defined tooltip text color
Peter Penz [Sun, 30 Nov 2008 18:23:05 +0000 (18:23 +0000)]
use the defined tooltip text color

BUG: 170753

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

17 years agofixed issue that the text width gets very small when turning on previews in the colum...
Peter Penz [Sun, 30 Nov 2008 17:13:16 +0000 (17:13 +0000)]
fixed issue that the text width gets very small when turning on previews in the columns arrangement

BUG: 174801

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

17 years agokrazy fixes:
Urs Wolfer [Sun, 30 Nov 2008 12:42:17 +0000 (12:42 +0000)]
krazy fixes:
* use Q_OBJECT macro
* fix includes
* use explicit constructor

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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Mon, 24 Nov 2008 12:48:17 +0000 (12:48 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agowin32 link++
Christian Ehrlicher [Sun, 23 Nov 2008 17:36:48 +0000 (17:36 +0000)]
win32 link++

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

17 years agoSVN_SILENT: doku fix
Peter Penz [Sun, 23 Nov 2008 12:31:29 +0000 (12:31 +0000)]
SVN_SILENT: doku fix

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

17 years agoOpening a tab with the middle mouse button should always be done with one click,...
Peter Penz [Sun, 23 Nov 2008 12:28:10 +0000 (12:28 +0000)]
Opening a tab with the middle mouse button should always be done with one click, even if double click has been activated.

BUG: 162986

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

17 years agoFixes MS Windows related issue that when opening a context menu above an item, that...
Peter Penz [Sun, 23 Nov 2008 11:54:24 +0000 (11:54 +0000)]
Fixes MS Windows related issue that when opening a context menu above an item, that the item itself gets triggered too when the single click is used.

BUG: 168940

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

17 years agoActivate the column when a drag enter event has been received. This assures a consist...
Peter Penz [Sun, 23 Nov 2008 11:32:25 +0000 (11:32 +0000)]
Activate the column when a drag enter event has been received. This assures a consistent behavior in comparison when working with split views.

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

17 years agoThe opening/closing animation of subtrees flickers in combination with the sidebar...
Peter Penz [Sat, 22 Nov 2008 21:07:20 +0000 (21:07 +0000)]
The opening/closing animation of subtrees flickers in combination with the sidebar when using the Oxygen style. As workaround the animation is turned off.

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

17 years agoWe require Qt 4.4.0
André Wöbbeking [Sat, 22 Nov 2008 15:21:15 +0000 (15:21 +0000)]
We require Qt 4.4.0

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

17 years agoassure that the meta information labels get not clipped vertically when using larger...
Peter Penz [Thu, 20 Nov 2008 21:50:17 +0000 (21:50 +0000)]
assure that the meta information labels get not clipped vertically when using larger fonts

BUG: 168505

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

17 years agofixed wrapping of the name label (QLabel only supports wrapping on words)
Peter Penz [Thu, 20 Nov 2008 19:57:56 +0000 (19:57 +0000)]
fixed wrapping of the name label (QLabel only supports wrapping on words)

CCBUG: 168505

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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Thu, 20 Nov 2008 13:51:52 +0000 (13:51 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years ago* fixed issue that the autoresizing of columns is applied when adding/removing columns
Peter Penz [Wed, 19 Nov 2008 20:52:30 +0000 (20:52 +0000)]
* fixed issue that the autoresizing of columns is applied when adding/removing columns
* assure that QTreeView::resizeEvent() is called before applying the autoresizing for having an updated state

BUG: 175603

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

17 years agoDisable the "quick view" feature: I like the Previewer plasmoid, but I think after...
Peter Penz [Wed, 19 Nov 2008 20:09:51 +0000 (20:09 +0000)]
Disable the "quick view" feature: I like the Previewer plasmoid, but I think after a few months of trying to use it there is no need for having a separate menu entry (shortcut: CTRL+Return) in Dolphin: Doing a drag & drop operation to the previewer plasmoid is faster than selecting a file and pressing CTRL+Return (or selecting the menu entry). Using "Space" as shortcut conflicts with the Terminal and is still slower than simply just opening the file...

The i18n() string is still part of the code, so that it could be reactivated during the 4.2 cycle.

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

17 years agoassure that no expensive operations are done when the Information Panel has been...
Peter Penz [Wed, 19 Nov 2008 19:02:04 +0000 (19:02 +0000)]
assure that no expensive operations are done when the Information Panel has been opened at least once and closed again

CCBUG: 151496

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

17 years agodon't request a tooltip during a selection
Peter Penz [Wed, 19 Nov 2008 18:43:57 +0000 (18:43 +0000)]
don't request a tooltip during a selection

CCBUG: 151496

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

17 years agoremoved unnecessary line
Peter Penz [Wed, 19 Nov 2008 18:08:01 +0000 (18:08 +0000)]
removed unnecessary line

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

17 years agofixed issue that the zoom slider might not have enough vertical space when having...
Peter Penz [Wed, 19 Nov 2008 18:03:15 +0000 (18:03 +0000)]
fixed issue that the zoom slider might not have enough vertical space when having small fonts

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

17 years agomakeItCompile, sorry and thanks to Tm_T
Albert Astals Cid [Tue, 18 Nov 2008 22:38:07 +0000 (22:38 +0000)]
makeItCompile, sorry and thanks to Tm_T

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

17 years agomore correct english
Albert Astals Cid [Tue, 18 Nov 2008 22:29:17 +0000 (22:29 +0000)]
more correct english

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

17 years agoUse i18ncp for proper plural handling
Albert Astals Cid [Tue, 18 Nov 2008 22:23:28 +0000 (22:23 +0000)]
Use i18ncp for proper plural handling

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

17 years agoi18n style guide fixes
Stephan Binner [Mon, 17 Nov 2008 21:03:31 +0000 (21:03 +0000)]
i18n style guide fixes

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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Mon, 17 Nov 2008 13:18:40 +0000 (13:18 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years agoreplace "Show selection toggle" by "Show selection marker"
Peter Penz [Mon, 17 Nov 2008 06:58:09 +0000 (06:58 +0000)]
replace "Show selection toggle" by "Show selection marker"

BUG: 175341

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

17 years agoadded metainfo-support for album, artist, genre, width, height, lines, title, type...
Peter Penz [Sat, 15 Nov 2008 19:57:29 +0000 (19:57 +0000)]
added metainfo-support for album, artist, genre, width, height, lines, title, type and tracknumber

BUG: 163066
BUG: 164695

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

17 years agodisable the 'Create New' entry in the context menu, if the directory does not support...
Peter Penz [Fri, 14 Nov 2008 20:49:58 +0000 (20:49 +0000)]
disable the 'Create New' entry in the context menu, if the directory does not support writing

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

17 years agoprovide a 'Create New' entry for a context menu above a directory
Peter Penz [Fri, 14 Nov 2008 19:51:13 +0000 (19:51 +0000)]
provide a 'Create New' entry for a context menu above a directory

BUG: 169880

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

17 years agowhen renaming a variable number of items, it is important that the selection order...
Peter Penz [Fri, 14 Nov 2008 17:49:30 +0000 (17:49 +0000)]
when renaming a variable number of items, it is important that the selection order does not define the new sort order -> the sort order with the renamed files should stay similar with the old sort order

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

17 years agoused 18ncp() in a wrong manner: for a single selection a different number of paramete...
Peter Penz [Thu, 13 Nov 2008 23:05:43 +0000 (23:05 +0000)]
used 18ncp() in a wrong manner: for a single selection a different number of parameters should be shown

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

17 years agowe can rely on having Qt 4.4 with KDE 4.2
Peter Penz [Thu, 13 Nov 2008 22:45:09 +0000 (22:45 +0000)]
we can rely on having Qt 4.4 with KDE 4.2

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

17 years ago* get rid of magic values like QSize(20 + 5, 5)
Peter Penz [Thu, 13 Nov 2008 22:37:02 +0000 (22:37 +0000)]
* get rid of magic values like QSize(20 + 5, 5)
* coding style cleanups

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

17 years agominor fix when no desktop effects are enabled
Peter Penz [Thu, 13 Nov 2008 21:48:32 +0000 (21:48 +0000)]
minor fix when no desktop effects are enabled

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

17 years agoimproved look of tooltips
Peter Penz [Thu, 13 Nov 2008 21:31:03 +0000 (21:31 +0000)]
improved look of tooltips

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

17 years agoWhen only one item is selected, show the item name in the statusbar instead of "1...
Peter Penz [Thu, 13 Nov 2008 21:01:24 +0000 (21:01 +0000)]
When only one item is selected, show the item name in the statusbar instead of "1 Folder selected" or "1 File selected". This is useful in combination with the keyboard navigation.

BUG: 172564

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

17 years agowhen changing the view mode if the preview is turned on, the directory must get reloa...
Peter Penz [Thu, 13 Nov 2008 20:39:53 +0000 (20:39 +0000)]
when changing the view mode if the preview is turned on, the directory must get reloaded so that the KFilePreviewGenerator can update the previews

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

17 years agofixed issue that the preview size might get applied to the previous view when switchi...
Peter Penz [Thu, 13 Nov 2008 20:23:45 +0000 (20:23 +0000)]
fixed issue that the preview size might get applied to the previous view when switching to a new view

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

17 years ago* don't launch Konqueror when the protocol is invalid
Peter Penz [Thu, 13 Nov 2008 18:15:12 +0000 (18:15 +0000)]
* don't launch Konqueror when the protocol is invalid
* launch default browser when the protocol is http

CCMAIL: faure@kde.org

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

17 years ago* show an error message instead of an information message when an invalid dragging...
Peter Penz [Thu, 13 Nov 2008 17:22:35 +0000 (17:22 +0000)]
* show an error message instead of an information message when an invalid dragging is done
* show an error message if a folder is dropped on to itself

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

17 years agotypo
Jordi Polo [Wed, 12 Nov 2008 15:22:25 +0000 (15:22 +0000)]
typo

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

17 years agoChanged a bunch of QCombobox to KCombobox and other similar classes as
Jordi Polo [Wed, 12 Nov 2008 15:15:14 +0000 (15:15 +0000)]
Changed a bunch of QCombobox to KCombobox and other similar classes as
suggested by Krazy.
But I didn't see any improvement in the style or funcionality...

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

17 years agoLaunch Konqueror if the user enters an unsupported protocol
Jordi Polo [Wed, 12 Nov 2008 14:48:55 +0000 (14:48 +0000)]
Launch Konqueror if the user enters an unsupported protocol
BUG:171626

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

17 years agoFix "two instances of the DragAndDropHelper" singleton: Vir found the reason, dragand...
David Faure [Mon, 10 Nov 2008 13:48:43 +0000 (13:48 +0000)]
Fix "two instances of the DragAndDropHelper" singleton: Vir found the reason, draganddrophelper.cpp was compiled
both into libdolphinprivate and into dolphin.
Also fix missing newline in copyright header.

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

17 years ago* implement the DragAndDropHelper as singleton derived from QObject, so that emitting...
Peter Penz [Sat, 8 Nov 2008 16:22:30 +0000 (16:22 +0000)]
* implement the DragAndDropHelper as singleton derived from QObject, so that emitting of signals is possible
* show an information message in the statusbar, if items are dragged into the same directory

TODO: although the signal seems to get connected correctly, the slot DolphinMainWindow::showInformationMessage() is not invoked when the signal is emitted -> will debug this later, it is important that the new string is added before the message freeze

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

17 years agoIf the elastic band ventures beyond the logical top-left of the view (NOTE: not the...
Simon Paul St James [Wed, 5 Nov 2008 21:54:05 +0000 (21:54 +0000)]
If the elastic band ventures beyond the logical top-left of the view (NOTE: not the viewport), then startIndex will likely be invalid, resulting in broken selection behaviour.  Prevent this.

CCMAIL: peter.penz@gmx.at

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

17 years agoAllow to configure no grid spacing. This is useful if the icons view is used in the...
Peter Penz [Wed, 5 Nov 2008 19:58:37 +0000 (19:58 +0000)]
Allow to configure no grid spacing. This is useful if the icons view is used in the "column mode" with very small icons.

BUG: 151164

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

17 years agoAllow having a smaller text width for the icons view (Text size: "Small"), so that...
Peter Penz [Wed, 5 Nov 2008 19:37:51 +0000 (19:37 +0000)]
Allow having a smaller text width for the icons view (Text size: "Small"), so that the same grid size can be achieved like in Konqueror for KDE 3. The default size for Dolphin will stay on "Medium".

CCBUG: 174342

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

17 years ago* use KIO::itemsSummaryString() again
Peter Penz [Wed, 5 Nov 2008 19:15:31 +0000 (19:15 +0000)]
* use KIO::itemsSummaryString() again
* assure that the strings for selections can be translated in a correct manner

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

17 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Tue, 4 Nov 2008 12:35:00 +0000 (12:35 +0000)]
SVN_SILENT made messages (.desktop file)

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

17 years ago* Show the total size of files in the statusbar (thanks to Bram Schoenmakers for...
Peter Penz [Mon, 3 Nov 2008 08:20:41 +0000 (08:20 +0000)]
* Show the total size of files in the statusbar (thanks to Bram Schoenmakers for the patch).

* Changed the format of the string to be consistent with the format used when doing a selection. Maybe it would be useful adjusting KIO::itemsSummaryString() instead using a custom output format. Currently KIO::itemsSummaryString() shows "20 Items (5 Files, 15 Folders) - (200 KiB Total)", which is quite confusing IMO, as the total size is only counted for the files. Dolphin currently shows: "15 Folders, 5 Files (200 KiB)"

BUG: 161462

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