]>
cloud.milkyroute.net Git - dolphin.git/log
Script Kiddy [Wed, 24 Dec 2008 13:32:45 +0000 (13:32 +0000)]
SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=901125
David Faure [Wed, 24 Dec 2008 11:45:09 +0000 (11:45 +0000)]
Open the sidebar on applications:/, not on applications:, that URL makes no sense [and crashes kdirmodel...].
BUG: 178416
svn path=/trunk/KDE/kdebase/apps/; revision=901012
Peter Penz [Tue, 23 Dec 2008 10:54:56 +0000 (10:54 +0000)]
assure that the zoom slider tooltip is always updated when changing a value
svn path=/trunk/KDE/kdebase/apps/; revision=900577
Peter Penz [Mon, 22 Dec 2008 07:18:18 +0000 (07:18 +0000)]
revert SVN commit 899245: The patch does not work as expected.
CCMAIL: ereslibre@kde.org
CCBUG: 173027
svn path=/trunk/KDE/kdebase/apps/; revision=900071
Peter Penz [Mon, 22 Dec 2008 07:17:06 +0000 (07:17 +0000)]
minor coding style fixes:
* let the global variable 'others' be a static member 'm_others'
* constify
svn path=/trunk/KDE/kdebase/apps/; revision=900070
Peter Penz [Sun, 21 Dec 2008 15:14:03 +0000 (15:14 +0000)]
fixed ARK drop handling as suggested by Harald Hvaal
svn path=/trunk/KDE/kdebase/apps/; revision=899770
Script Kiddy [Sun, 21 Dec 2008 12:59:15 +0000 (12:59 +0000)]
SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=899710
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Rick Xing [Tue, 9 Dec 2008 06:59:31 +0000 (06:59 +0000)]
Just EBN fixes
svn path=/trunk/KDE/kdebase/apps/; revision=894687
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Christian Ehrlicher [Sun, 23 Nov 2008 17:36:48 +0000 (17:36 +0000)]
win32 link++
svn path=/trunk/KDE/kdebase/apps/; revision=888070
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
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
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
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
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
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
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
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
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
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
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
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
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
Peter Penz [Wed, 19 Nov 2008 18:08:01 +0000 (18:08 +0000)]
removed unnecessary line
svn path=/trunk/KDE/kdebase/apps/; revision=886627
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Jordi Polo [Wed, 12 Nov 2008 15:22:25 +0000 (15:22 +0000)]
typo
svn path=/trunk/KDE/kdebase/apps/; revision=883287
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
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
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