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
Script Kiddy
ec19eaa2c5
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=794314
2008-04-07 02:20:20 +00:00
Peter Penz
955cefdcf3
fix selection regression that has been introduced by synchronizing the current index with the selected index
...
BUG: 158649
svn path=/trunk/KDE/kdebase/apps/; revision=794189
2008-04-06 21:01:05 +00:00
Script Kiddy
21ab734b41
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=793709
2008-04-04 21:35:57 +00:00
Peter Penz
1d107ab206
Fixed issue that an old meta data is shown when one item is selected and another item has been hovered (related to #160305 , but further tests are required).
...
CCBUG: 160305
svn path=/trunk/KDE/kdebase/apps/; revision=793471
2008-04-04 06:03:27 +00:00
Script Kiddy
83bd299b31
SVN_SILENT made messages (.desktop file, second try)
...
svn path=/trunk/KDE/kdebase/apps/; revision=793165
2008-04-03 02:16:42 +00:00
Malcolm Hunter
2a742eff5c
Typo fixes
...
svn path=/trunk/KDE/kdebase/apps/; revision=793037
2008-04-02 21:33:03 +00:00
Ralf Habacker
91687fa984
added application icons
...
svn path=/trunk/KDE/kdebase/apps/; revision=793036
2008-04-02 21:32:47 +00:00
Peter Penz
570f026558
improve layout of the "General Settings" dialog
...
svn path=/trunk/KDE/kdebase/apps/; revision=792998
2008-04-02 19:55:51 +00:00
Peter Penz
3db73a2d15
Thanks to David Faure the 'Copy To' and 'Move To' menus in the context menu can also be used by Dolphin now :-) In opposite to Konqueror the sub menus are turned off per default.
...
Minor issue: the Dolphin context menu should take care about the protocol capabilities (copy, move, delete, ...) like in konq_popupmenu (I'll fix this before 4.1).
CCMAIL: faure@kde.org
BUG: 155969
svn path=/trunk/KDE/kdebase/apps/; revision=792995
2008-04-02 19:49:04 +00:00
Malcolm Hunter
762418b05a
Typo fixes
...
svn path=/trunk/KDE/kdebase/apps/; revision=792746
2008-04-01 23:32:40 +00:00
Peter Penz
afb9e2d132
let the selection toggle fade in faster (based on user feedback from http://ppenz.blogspot.com/2008/04/selecting-items.html )
...
svn path=/trunk/KDE/kdebase/apps/; revision=792581
2008-04-01 16:25:25 +00:00
Peter Penz
4c8ebcf654
don't start the editor for renaming the files when double clicking on items
...
BUG: 159694
svn path=/trunk/KDE/kdebase/apps/; revision=792538
2008-04-01 14:20:57 +00:00
Sebastian Trueg
bfb7d56d93
Do not show the 'No Tags' message and properly handle tags with spaces in their URI
...
svn path=/trunk/KDE/kdebase/apps/; revision=792521
2008-04-01 12:36:33 +00:00
Sebastian Trueg
bd64849b07
Implemented tagging of multiple files at the same time.
...
The result is always an intersection of the tags of all files.
Another possibility would be to only change the clicked tag. Feedback?
BUG: 160157
svn path=/trunk/KDE/kdebase/apps/; revision=792518
2008-04-01 12:27:06 +00:00
Peter Penz
18354deaae
provide a tooltip for the selection toggle
...
svn path=/trunk/KDE/kdebase/apps/; revision=792514
2008-04-01 12:05:12 +00:00
Peter Penz
03f4481bdf
assure that the Dolphin KPart inside Konqueror gets updated when the settings are changed
...
svn path=/trunk/KDE/kdebase/apps/; revision=792496
2008-04-01 11:00:27 +00:00
Sebastian Trueg
e8970ac771
Removed minimum size hint since we have zooming anyway.
...
One problem persists: the heightForWidth method does not take zooming
into account. Anyway, the tagcloud would probably benefit from being
implemented using QGraphicsView (any volounteers? ;)
BUG: 160159
svn path=/trunk/KDE/kdebase/apps/; revision=792475
2008-04-01 09:19:34 +00:00