Commit graph

1640 commits

Author SHA1 Message Date
Peter Penz c78477af3b Desaturate the preview when a new preview will be generated. This is useful when previews are done for large images, so that an indication is given that the current preview gets replaced.
svn path=/trunk/KDE/kdebase/apps/; revision=802233
2008-04-28 21:26:52 +00:00
David Faure 439fa3c474 don't allow to trash files which are inside trash:/ already
svn path=/trunk/KDE/kdebase/apps/; revision=801853
2008-04-27 22:35:49 +00:00
Script Kiddy 3467159a73 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=801563
2008-04-26 20:50:45 +00:00
Allen Winter 08fbcf8c30 link in XRender, if found.
svn path=/trunk/KDE/kdebase/apps/; revision=801388
2008-04-26 13:45:18 +00:00
Albert Astals Cid f32987d719 avoid unnecessary copies by using const & in foreach
svn path=/trunk/KDE/kdebase/apps/; revision=800783
2008-04-24 20:41:04 +00:00
Peter Penz 2a4f4c4b9c provide middle-mouse-button support for Konqueror (= create new window or tab)
CCMAIL: faure@kde.org

svn path=/trunk/KDE/kdebase/apps/; revision=800298
2008-04-23 20:57:58 +00:00
Peter Penz a593ad0b99 let a double-click on the empty tab-area open a new tab (-> consistent with konsole behavior)
svn path=/trunk/KDE/kdebase/apps/; revision=800241
2008-04-23 18:28:23 +00:00
Peter Penz 9e2b078d03 Provide horizontal auto scrolling for the tree view (implemented by Harald Hvaal). As soon as KTreeView is matured enough, it can be discussed whether it should be moved to kdelibs for KDE 4.2.
CCMAIL: haraldhv@stud.ntnu.no

svn path=/trunk/KDE/kdebase/apps/; revision=799723
2008-04-22 05:45:16 +00:00
Chusslove Illich ead963b8ce i18n fixes.
svn path=/trunk/KDE/kdebase/apps/; revision=799503
2008-04-21 17:41:57 +00:00
Friedrich W. H. Kossebau ab0c34359d set global program icon via KAboutData, not directly
svn path=/trunk/KDE/kdebase/apps/; revision=799282
2008-04-20 23:35:54 +00:00
David Faure d1aaeab617 Fix bug with the UndoUiInterface usage: if more than one mainwindow was used, the statusbar of the wrong window could be used for displaying error messages from the undo manager.
svn path=/trunk/KDE/kdebase/apps/; revision=799250
2008-04-20 22:07:44 +00:00
Robert Knight e8b4072c34 Initialize m_delegate field.
svn path=/trunk/KDE/kdebase/apps/; revision=798775
2008-04-19 12:48:52 +00:00
Peter Penz 4e58afa1fd fixed some stupid bugs I did not see in the previous commit -> after 9 hours in the office and 3 hours Dolphin it seems I'm too tired :-(
svn path=/trunk/KDE/kdebase/apps/; revision=798677
2008-04-18 20:31:31 +00:00
Peter Penz 6ba12bacc7 consider the protocol and directory capabilities for file actions like Rename, Delete and Move To Trash
svn path=/trunk/KDE/kdebase/apps/; revision=798674
2008-04-18 20:21:21 +00:00
Peter Penz 7d0080868b Consider the protocol and directory capabilities for file actions like Move To/Copy To (note that this is just an initial version; adjustments must also be done for the global actions like Delete, Rename etc.)
svn path=/trunk/KDE/kdebase/apps/; revision=798658
2008-04-18 19:43:16 +00:00
Peter Penz 01f53f01b4 don't use deprecated methods
svn path=/trunk/KDE/kdebase/apps/; revision=798611
2008-04-18 17:11:43 +00:00
Peter Penz 049f2d4556 Temporary remove the fix from 798078, as it has a minor sideeffect. We'll try to find a proper solution during the next days...
CCMAIL: sebastian@trueg.de

svn path=/trunk/KDE/kdebase/apps/; revision=798608
2008-04-18 16:56:02 +00:00
Script Kiddy b6ca206636 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=798572
2008-04-18 15:51:48 +00:00
David Faure fcafd387f7 Ported dolphinpart to K_PLUGIN_FACTORY
Ported konqueror's part loading to KPluginLoader. Factorized some code into a tryLoadingService.
If you miss some khtml actions, update kdelibs/kdecore/util.

svn path=/trunk/KDE/kdebase/apps/; revision=798291
2008-04-17 21:49:53 +00:00
Sebastian Trueg 16b9d9bc19 Fallback to filename after all if no proper fileitem is available. Sorry, the code is a bit confusing
svn path=/trunk/KDE/kdebase/apps/; revision=798078
2008-04-17 12:03:10 +00:00
Sebastian Trueg e90541c1af Use the display text for the info sidebar title instead of the filename.
svn path=/trunk/KDE/kdebase/apps/; revision=798076
2008-04-17 11:58:08 +00:00
Script Kiddy fae6d10e7e SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=797851
2008-04-16 21:40:56 +00:00
Peter Penz 50acc2d6ec fix possible crash when selecting "New Tab" from the tab context menu of an inactive tab
svn path=/trunk/KDE/kdebase/apps/; revision=797843
2008-04-16 21:27:39 +00:00
Peter Penz 3a27f30799 * clear the selection toggle when zooming in or out
* clear the selection toggle when using the scroll wheel (this is only a temporary workaround until Qt-issue #200665 has been fixed)

BUG: 159737

svn path=/trunk/KDE/kdebase/apps/; revision=797808
2008-04-16 21:08:09 +00:00
Peter Penz eb36093c2c if the mouse is above an item and moved very fast outside the widget, no viewportEntered() signal might be emitted although the mouse has been moved above the viewport
svn path=/trunk/KDE/kdebase/apps/; revision=797742
2008-04-16 20:26:21 +00:00
Peter Penz 12c1feb0c5 * provide context menu for tabs
* assure that the tab name is set to "/" for the root URL instead of using an empty string

svn path=/trunk/KDE/kdebase/apps/; revision=797725
2008-04-16 20:03:05 +00:00
Sebastian Trueg 8f582495f6 Use the targetUrl instead of the plain url for the metainfo display. This way stuff like the tags io slave work properly.
svn path=/trunk/KDE/kdebase/apps/; revision=797341
2008-04-15 14:55:42 +00:00
Script Kiddy ce25fd3f99 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=797202
2008-04-15 02:02:03 +00:00
Peter Penz 8cb8b51909 let Dolphin use the new tab-close-buttons
svn path=/trunk/KDE/kdebase/apps/; revision=797061
2008-04-14 20:19:17 +00:00
Robert Knight 46f6908b7e Do not take address of temporary variable.
svn path=/trunk/KDE/kdebase/apps/; revision=796853
2008-04-14 12:30:05 +00:00
Peter Penz ac9e01f789 implemented functionality for closing tabs
svn path=/trunk/KDE/kdebase/apps/; revision=796587
2008-04-13 20:20:30 +00:00
Peter Penz 9d394f7a4a prevent flickering when switching between tabs having a split view
svn path=/trunk/KDE/kdebase/apps/; revision=796566
2008-04-13 19:18:54 +00:00
Peter Penz 9d1a8d98dd fixes for tabs:
* remember active view when having a split view inside a tab
* prevent a possible recursion when returning into a tab having a split view

svn path=/trunk/KDE/kdebase/apps/; revision=796563
2008-04-13 19:12:52 +00:00
Albert Astals Cid f332f4cf9a typo-=2
svn path=/trunk/KDE/kdebase/apps/; revision=796395
2008-04-13 14:18:43 +00:00
Albert Astals Cid 85ac2b844e own header first
svn path=/trunk/KDE/kdebase/apps/; revision=796393
2008-04-13 14:18:31 +00:00
Script Kiddy d20b82536e SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=796259
2008-04-13 01:57:40 +00:00
Peter Penz 030a5d5433 when clicking with the middle mouse button on a directory, a new tab should be opened
svn path=/trunk/KDE/kdebase/apps/; revision=796116
2008-04-12 16:12:57 +00:00
Peter Penz 3b06c2120d "New Tab" menu + some related code ;-)
BUG: 143995

svn path=/trunk/KDE/kdebase/apps/; revision=796101
2008-04-12 15:09:46 +00:00
Laurent Montel 99686f7fe2 Commit patch from Alex
(He didn't have time to make it yesterday and will able to commit it next thursday)
This patch clean up some :
target_link_libraries(kfoo kdeinit_kfoo) which is already done in kde4_add_kdeinit_executable()
macro 	and use "INSTALL_TARGETS_DEFAULT_ARGS" in other place.
I tested all compile file, all works fine but if there is a pb send me a mail.

CCMAIL: neundorf@kde.org 

svn path=/trunk/KDE/kdebase/apps/; revision=795711
2008-04-11 06:52:03 +00:00
Script Kiddy 20a3032cff SVN_SILENT made messages (.desktop file, second try)
svn path=/trunk/KDE/kdebase/apps/; revision=795705
2008-04-11 06:35:44 +00:00
Konstantin Heil 80f345e165 * Using QPixmap instead of QBitmap for painting the text allows us to have anti aliased
fonts. 
* Adjusted sizeTip, so the text isn't scaled anymore and looks better now.

svn path=/trunk/KDE/kdebase/apps/; revision=795569
2008-04-10 20:10:18 +00:00
David Faure 71b626b358 Load plugins at the end of the ctor, so that everything is set up already. Will improve the Part API to make this easier.
svn path=/trunk/KDE/kdebase/apps/; revision=795466
2008-04-10 11:51:30 +00:00
Peter Penz 5e9de7232e fix drag & drop issue (multiple selected items have been deselected when starting to drag)
svn path=/trunk/KDE/kdebase/apps/; revision=795339
2008-04-09 20:48:32 +00:00
Peter Penz e847f4fec3 hide the tooltip when an item gets triggered or a context menu is opened
CCMAIL: konst.heil@stud.uni-heidelberg.de

svn path=/trunk/KDE/kdebase/apps/; revision=795330
2008-04-09 20:29:09 +00:00
Peter Penz 9d4250e10a Provide tooltips. Per default tooltips are turned off because the information sidebar is turned on already.
Thanks a lot to Konstantin Heil and Fredrik Höglund for the code :-)

CCMAIL: konst.heil@stud.uni-heidelberg.de
CCMAIL: fredrik@kde.org

svn path=/trunk/KDE/kdebase/apps/; revision=795324
2008-04-09 20:12:43 +00:00
Laurent Montel 60f40aaa4d Readd as in libkonq "part" this signal ""aboutToOpenURL""
used to signal to plugins kdirfilter that url changed

svn path=/trunk/KDE/kdebase/apps/; revision=795079
2008-04-09 07:02:55 +00:00
Script Kiddy cd789a54cc SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=795059
2008-04-09 03:58:49 +00:00
Peter Penz 6c3a2002b4 Bypassed a Qt-issue where enabling the menu-animation for QApplication emits a clicked() signal during the context menu is open. I got no bug-number from the Trolltech tasktracker yet, I'll update the number xxxxxx by the real number as soon as I received the bug-number.
BUG: 155574

svn path=/trunk/KDE/kdebase/apps/; revision=794872
2008-04-08 19:08:23 +00:00
Peter Penz 15ede69da8 don't apply a frame to image previews, if the preview is a very small image (e. g. an icon)
CCMAIL: aseigo@kde.org

svn path=/trunk/KDE/kdebase/apps/; revision=794783
2008-04-08 16:03:02 +00:00
Peter Penz 4b859a3621 Provide a setting to turn on/off tooltips. The tooltip implementation itself will be committed before the feature freeze (20th of April).
CCMAIL:  konst.heil@stud.uni-heidelberg.de

svn path=/trunk/KDE/kdebase/apps/; revision=794772
2008-04-08 15:42:12 +00:00