Commit graph

16465 commits

Author SHA1 Message Date
Dawit Alemayehu 2dbed3380a Fixed general dialog layout
svn path=/trunk/KDE/kdebase/apps/; revision=1176940
2010-09-19 05:42:14 +00:00
Peter Penz 9ea9c0f73e Remove the fixed-size workaround, only one action is used now in this case
svn path=/trunk/KDE/kdebase/apps/; revision=1176537
2010-09-17 22:59:37 +00:00
Peter Penz a7ef29e076 - Fix issue, that the 'Move To Trash'-action or 'Delete'-action from the File menu get invisible
- Use KFileItemListProperties to check whether all selected URLs are local
- Coding style cleanups

CCMAIL: markg85@gmail.com

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


svn path=/trunk/KDE/kdebase/apps/; revision=1176513
2010-09-17 21:16:56 +00:00
Mark Gaiser fe4989dd53 When you view the context menu of a file/folder and shift is pressed (and the delete action line is not enabled in the settings) then the
"Move to trash (del)" action gets replaced by the "Delete (shift del)" action and replaced back to "Move to trash (del)" when you release 
shift.

BUG: 194275

svn path=/trunk/KDE/kdebase/apps/; revision=1176493
2010-09-17 19:47:01 +00:00
Burkhard Lück 88a8d8356c doc update
svn path=/trunk/KDE/kdebase/apps/; revision=1176458
2010-09-17 19:20:25 +00:00
Peter Penz 89c7af4228 Show location in window title for non-local URLs. Thanks to Mark Gaiser for the patch and David Faure for the review on http://reviewboard.kde.org/r/5178.
BUG: 244512
FIXED-IN: 4.6.0

svn path=/trunk/KDE/kdebase/apps/; revision=1176395
2010-09-17 14:42:57 +00:00
Peter Penz ddd8cf8b24 KDirModel takes ownership of the directory lister, so don't delete the directory lister manually.
BUG: 196681

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

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


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


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


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


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


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


svn path=/trunk/KDE/kdebase/apps/; revision=1171577
2010-09-04 13:56:16 +00:00
Peter Penz 9cb0dcbe1e 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
2010-09-04 13:21:05 +00:00
David Faure 7ee1ddaaf3 Only make room for the close button when it's actually shown.
This makes the statusbar grow when showing an error and shrink afterwards, but that's actually nice IMHO.

svn path=/trunk/KDE/kdebase/apps/; revision=1171419
2010-09-03 20:36:41 +00:00
Burkhard Lück 65ca002efa screenshot update
svn path=/trunk/KDE/kdebase/apps/; revision=1171003
2010-09-02 13:28:24 +00:00
Script Kiddy 077914fe96 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=1170945
2010-09-02 10:44:09 +00:00
David Faure 7a41b6cac8 Support richtext in the statusbar message label (fixes khtml showing "<qt>")
svn path=/trunk/KDE/kdebase/apps/; revision=1170423
2010-08-31 20:11:48 +00:00
David Faure 1be35db95c Fix error when reloading the initial about: page
svn path=/trunk/KDE/kdebase/apps/; revision=1170364
2010-08-31 17:44:34 +00:00
Christoph Feck bb936f36d5 Use better model resetting functions
Thanks to skelly for the valuable feedback

svn path=/trunk/KDE/kdebase/apps/; revision=1169905
2010-08-30 09:08:57 +00:00
David Faure 662298c166 Make use of "error:" urls as much as possible, to display errors inline in the page rather than popping up message boxes.
The message boxes were especially annoying on session restore, when a konq on another desktop can block the
konq on your current desktop, which drove my wife crazy. Don't want that.

svn path=/trunk/KDE/kdebase/apps/; revision=1169903
2010-08-30 08:58:41 +00:00
David Faure 8d7fc50afb 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
2010-08-30 08:56:19 +00:00
Script Kiddy b76ef3aba1 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=1169873
2010-08-30 07:37:07 +00:00
Jonathan Michael Thomas 46417d17c2 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
2010-08-29 17:12:25 +00:00
Jonathan Michael Thomas ee927e4f8d 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
2010-08-29 17:10:21 +00:00
André Wöbbeking 31685054c6 forwardport of rev. 1169059:
don't crash in save() after deleting domain policies

deletePressed(): keep the map in sync with the tree view

svn path=/trunk/KDE/kdebase/apps/; revision=1169060
2010-08-28 09:55:37 +00:00
Christophe Giboudeaux 4b0d201c0b Fix a linker error.
svn path=/trunk/KDE/kdebase/apps/; revision=1168904
2010-08-27 20:13:36 +00:00
Christoph Feck b283eafc0d Reset filter model after populating it
This fixes the empty adblock automatic list when using Skulpture
style. Bug reported on kde-look.org.

svn path=/trunk/KDE/kdebase/apps/; revision=1168897
2010-08-27 19:42:44 +00:00
Eike Hein 6022ddea07 Add the Web Shortcuts KCM to System Settings as the API is used
by quite a few apps by now - Konqueror, of course, but also
KRunner, Rekonq and Konversation. The category was suggested by
System Settings maintainer Ben Cooksley.

svn path=/trunk/KDE/kdebase/apps/; revision=1168744
2010-08-27 10:15:35 +00:00
Peter Penz e7b3bede35 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
2010-08-27 05:26:27 +00:00
Aaron J. Seigo 22c1f4b10b better fix for the "update the view on icon settings change" bug
CCBUG:245850

svn path=/trunk/KDE/kdebase/apps/; revision=1167465
2010-08-24 17:27:53 +00:00
Aurélien Gâteau 8f5d421b3d Make sure the throbber comes after any extension UI
svn path=/trunk/KDE/kdebase/apps/; revision=1167293
2010-08-24 09:00:44 +00:00
Aurélien Gâteau c706ff2609 Moved throbber to the toolbar
svn path=/trunk/KDE/kdebase/apps/; revision=1167292
2010-08-24 09:00:42 +00:00
David Faure 9a093155e1 remove unused includes (found when grepping for stuff)
svn path=/trunk/KDE/kdebase/apps/; revision=1167264
2010-08-24 08:09:14 +00:00
Aaron J. Seigo 6e6744c5f1 respond to icon changes
BUG:245850

svn path=/trunk/KDE/kdebase/apps/; revision=1167207
2010-08-24 01:17:56 +00:00
Albert Astals Cid dbbedf6210 do not rely on extract-messages.sh doing the work for us
svn path=/trunk/KDE/kdebase/apps/; revision=1166361
2010-08-21 16:32:56 +00:00
Script Kiddy 1c24205ea4 SVN_SILENT made messages (.desktop file, second try)
svn path=/trunk/KDE/kdebase/apps/; revision=1166277
2010-08-21 11:58:35 +00:00
Jonathan Riddell 28cffb1195 make string consistent with other uses
svn path=/trunk/KDE/kdebase/apps/; revision=1165906
2010-08-20 11:56:25 +00:00
David Faure b3951bdf8f a TODO for ~ 2015, inspired by http://forum.kde.org/viewtopic.php?f=64&t=89748
svn path=/trunk/KDE/kdebase/apps/; revision=1165631
2010-08-19 19:48:43 +00:00