Peter Penz
f57f351cce
integrate column view into settings
...
svn path=/trunk/KDE/kdebase/apps/; revision=648926
2007-04-01 17:57:53 +00:00
Peter Penz
271d620f3d
take care when reloading KDirLister if a column view is shown
...
svn path=/trunk/KDE/kdebase/apps/; revision=648001
2007-03-30 05:51:05 +00:00
Peter Penz
f8a61efc8d
don't connect to non-existent signal
...
svn path=/trunk/KDE/kdebase/apps/; revision=647991
2007-03-30 05:24:26 +00:00
Peter Penz
2bce082049
fixed "duplicate items issue" for the column view (don't invoke KDirLister::openUrl() twice for directories that have been loaded already)
...
svn path=/trunk/KDE/kdebase/apps/; revision=647979
2007-03-30 04:51:06 +00:00
Laurent Montel
8f20ab6a29
As we require now qt4.3 this check is not necessary
...
svn path=/trunk/KDE/kdebase/apps/; revision=647420
2007-03-28 08:19:43 +00:00
Laurent Montel
a424f8fe5c
dolphin is the first apps which requires
...
qt4.3 but by default we don't requires it for the moment
I will not increase check into kdelibs now but it will a good
idea to increase it
=> for the moment disable dolphin if we don't have qt>=4.3
svn path=/trunk/KDE/kdebase/apps/; revision=647416
2007-03-28 08:10:53 +00:00
Peter Penz
b67c098347
Minimize the duplicate items problem when using a proxy model and letting KDirLister keep its old directories.
...
svn path=/trunk/KDE/kdebase/apps/; revision=647294
2007-03-27 21:43:47 +00:00
David Faure
c5534a5f93
Hide the HistoryElem class from the public API of UrlNavigator
...
svn path=/trunk/KDE/kdebase/apps/; revision=647276
2007-03-27 20:41:57 +00:00
Peter Penz
c9eec20c3d
use sort proxy model
...
svn path=/trunk/KDE/kdebase/apps/; revision=647265
2007-03-27 20:19:19 +00:00
Peter Penz
9e810e1856
Fix issue that the sort proxy model does not work for QTreeView and QColumnView (duplicate entries occured). The fix is not perfect yet, but at least it allows to use the proxy model for the treeview sidebar and the column view.
...
svn path=/trunk/KDE/kdebase/apps/; revision=647264
2007-03-27 20:18:43 +00:00
David Faure
cae12eb221
More use of KIcon
...
svn path=/trunk/KDE/kdebase/apps/; revision=647247
2007-03-27 19:44:43 +00:00
David Faure
623c19e042
Added setters in urlnavigator to remove dependency on dolphinsettings.
...
Removed old unused kfileiconview.h header, fixed some unrelated missing includes due to that one being removed.
svn path=/trunk/KDE/kdebase/apps/; revision=647244
2007-03-27 19:38:32 +00:00
David Faure
6fecb341c2
quick ;)
...
svn path=/trunk/KDE/kdebase/apps/; revision=647239
2007-03-27 19:18:44 +00:00
Peter Penz
cc60dc2b45
use the Qt standard way to prevent a cloning of the object
...
svn path=/trunk/KDE/kdebase/apps/; revision=647238
2007-03-27 19:16:19 +00:00
Peter Penz
fd060ce7f6
Initial version for a column view support (thanks a lot to Benjamin Meyer for QColumnView in Qt4.3!). Currently there is a problem when using the DolphinSortFilterProxyModel: some items get duplicated, but I doubt it's an issue in QColumnView (the same issue occurs when using QTreeView) -> further investigations necessary...
...
svn path=/trunk/KDE/kdebase/apps/; revision=647234
2007-03-27 19:08:44 +00:00
David Faure
3546be2632
One more step towards kdelibs: d-pointer-ify, including moving all members, all private methods, and all private slots, to the private class.
...
svn path=/trunk/KDE/kdebase/apps/; revision=647233
2007-03-27 19:05:46 +00:00
David Faure
85bc196887
Ported to KBookmarkManager::closestBookmark - which even solves another TODO about code duplication.
...
Improved urlnavigator API to avoid exposing the full QList (api independent from implementation now).
svn path=/trunk/KDE/kdebase/apps/; revision=646954
2007-03-26 23:04:43 +00:00
David Faure
c6bc5511a8
cleanups
...
svn path=/trunk/KDE/kdebase/apps/; revision=646900
2007-03-26 21:01:35 +00:00
David Faure
581a2b1c64
A small step in trying to make urlnavigator useable in kdelibs for the file dialog:
...
remove dependency on DolphinSettings::bookmarkManager().
svn path=/trunk/KDE/kdebase/apps/; revision=646880
2007-03-26 20:32:50 +00:00
David Faure
ad6c01d200
Using a QLinkedList mostly for "accessing element at index i" is not the best solution performance-wise... use a QList instead.
...
svn path=/trunk/KDE/kdebase/apps/; revision=646813
2007-03-26 18:34:52 +00:00
David Faure
1a321e5fbc
there is only one lib, no need to have two macros
...
CCMAIL: Christian Ehrlicher <Ch.Ehrlicher@gmx.de>
svn path=/trunk/KDE/kdebase/apps/; revision=646692
2007-03-26 13:23:45 +00:00
Luca Gugelmann
86dba58643
Avoid to use QUrl::toString, as per Davids suggestion.
...
svn path=/trunk/KDE/kdebase/apps/; revision=646643
2007-03-26 11:39:52 +00:00
David Faure
2d9dfdf3b3
KDEDesktopMimeType -> KDesktopFileActions
...
svn path=/trunk/KDE/kdebase/libkonq/; revision=646598
2007-03-26 08:24:06 +00:00
Script Kiddy
15e9cbe3cf
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=646545
2007-03-26 04:37:37 +00:00
Christian Ehrlicher
14e3f13b1b
fix export
...
svn path=/trunk/KDE/kdebase/apps/; revision=646436
2007-03-25 18:29:14 +00:00
Luca Gugelmann
297e0582aa
* Fixed a bug that caused dolphin to crash when clicking on the "Root" button
...
in the url navigation bar.
* As a side effect this also prevents a small graphics glitch, where the path
labels in the navigation bar would shift a few pixels to the left when
clicked twice.
svn path=/trunk/KDE/kdebase/apps/; revision=646362
2007-03-25 13:49:38 +00:00
Peter Penz
b7bfa46353
fixed wrong state of the paste action
...
svn path=/trunk/KDE/kdebase/apps/; revision=646260
2007-03-25 06:57:41 +00:00
Peter Penz
8f9baef848
Patch by Luca Gugelmann: get rid of any mainwindow dependency from the sidebars.
...
svn path=/trunk/KDE/kdebase/apps/; revision=646256
2007-03-25 06:44:28 +00:00
Peter Penz
3b4d05893b
when renaming only one item, suggest the original item name instead of "New Name"
...
svn path=/trunk/KDE/kdebase/apps/; revision=646100
2007-03-24 15:16:15 +00:00
Peter Penz
0ac441acbe
improve error handling by queueing old messages
...
svn path=/trunk/KDE/kdebase/apps/; revision=646091
2007-03-24 15:00:38 +00:00
Script Kiddy
7c1f67d529
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/konqueror/; revision=645846
2007-03-23 18:33:20 +00:00
Laurent Montel
cc9dfdb739
Q3PopupMenu--
...
svn path=/trunk/KDE/kdebase/apps/; revision=645781
2007-03-23 16:00:31 +00:00
Laurent Montel
84ea1693da
Create shared lib as discussed with David and Peter
...
It will used to create kparts which will use theses class
svn path=/trunk/KDE/kdebase/apps/; revision=645768
2007-03-23 15:32:28 +00:00
Laurent Montel
343b54f8e4
Not necessary to create private class if we don't use it
...
svn path=/trunk/KDE/kdebase/apps/; revision=645737
2007-03-23 14:00:51 +00:00
Laurent Montel
2ce4adb0f2
Not necessary here
...
svn path=/trunk/KDE/kdebase/apps/; revision=645732
2007-03-23 13:52:09 +00:00
Laurent Montel
dd540e4ee3
This file is obsolete and not necessary here
...
svn path=/trunk/KDE/kdebase/apps/; revision=645727
2007-03-23 13:46:43 +00:00
Luca Gugelmann
7d2b29ab1d
Prevent dolphin from crashing when selecting several files and the
...
knep{daemon,coreservices} are not running.
svn path=/trunk/KDE/kdebase/apps/; revision=645589
2007-03-22 23:57:20 +00:00
Luca Gugelmann
4427e1c2a0
That's one parenthesis too much
...
svn path=/trunk/KDE/kdebase/apps/; revision=645552
2007-03-22 21:38:33 +00:00
Daniel Molkentin
74b2f2b8a9
less Qt 3 compant classes
...
svn path=/trunk/KDE/kdebase/apps/; revision=645548
2007-03-22 21:29:06 +00:00
Peter Penz
ae338af474
improve the handling when applying item effects to cut items
...
svn path=/trunk/KDE/kdebase/apps/; revision=645516
2007-03-22 19:25:44 +00:00
Peter Penz
e74cc60fef
KUniqueApplication::newInstance() already takes care about DBus (thanks to David for the hint).
...
svn path=/trunk/KDE/kdebase/apps/; revision=645447
2007-03-22 16:39:43 +00:00
Daniel Molkentin
75f4f45c98
less KDE 3 dependencies
...
svn path=/trunk/KDE/kdebase/apps/; revision=645388
2007-03-22 14:08:38 +00:00
Peter Penz
6ee9f08e8f
Use KUniqueApplication::newInstance() as David suggested some time ago. This simplifies the code and solves the issue that the window is not moved to the foreground when opening new main windows.
...
svn path=/trunk/KDE/kdebase/apps/; revision=645276
2007-03-22 07:19:07 +00:00
Peter Penz
bf1f504039
use correct icons
...
svn path=/trunk/KDE/kdebase/apps/; revision=645273
2007-03-22 06:18:20 +00:00
David Faure
ec9841397f
Converted to the standard mimetype names
...
svn path=/trunk/KDE/kdebase/apps/; revision=644795
2007-03-20 22:51:11 +00:00
Peter Penz
3c366173bd
Fixed crash on startup, when the treeview has been activated. Thanks to David Faure for the faster-than-light-adding of the helper method KDirModel::itemForUrl() and the good hints about the root of the issue!
...
svn path=/trunk/KDE/kdebase/apps/; revision=644775
2007-03-20 21:54:12 +00:00
Peter Penz
84d15b2274
after checking the kdirmodel implementation for setData() and data() this should be a better to apply a gray effect to cut items
...
svn path=/trunk/KDE/kdebase/apps/; revision=644763
2007-03-20 21:20:32 +00:00
Peter Penz
72d4a92e10
"fixed" crash when Nepomuk is not used (the crash occurs when going into a directory)
...
svn path=/trunk/KDE/kdebase/apps/; revision=644721
2007-03-20 19:34:39 +00:00
David Faure
5c6fd19e74
Mimetypes renamed to the xdg names using qt4/fix-mimetypes.pl
...
(note that not all of there renamings are necessary, technically, since a number
of those old names are defined as aliases to the new name;
but better use the canonical names where possible).
svn path=/trunk/KDE/kdebase/konqueror/; revision=644696
2007-03-20 18:35:03 +00:00
Sebastian Trueg
32870439e0
Left a stupid debugging line which caused a utf8 problem.
...
svn path=/trunk/KDE/kdebase/apps/; revision=644565
2007-03-20 12:23:11 +00:00