| Age | Commit message (Collapse) | Author |
|
the URL after starting Dolphin
svn path=/trunk/KDE/kdebase/apps/; revision=656979
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=656971
|
|
separates the xmlgui stuff from KMainWindow
svn path=/trunk/KDE/kdebase/apps/; revision=654728
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=654713
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=653948
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=653936
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=653522
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=653127
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=652471
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=652200
|
|
(http://techbase.kde.org/Policies/Kdelibs_Coding_Style) by using:
astyle --indent=spaces=4 --brackets=linux \
--indent-labels --pad=oper --unpad=paren \
--one-line=keep-statements --convert-tabs \
--indent-preprocessor \
`find -type f -name '*.cpp'` `find -type f -name '*.h'`
svn path=/trunk/KDE/kdebase/apps/; revision=651981
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=651766
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=651675
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=650575
|
|
Qt::Descending -> Qt::DescendingOrder
svn path=/trunk/KDE/kdebase/apps/; revision=650398
|
|
in kdelibs.
svn path=/trunk/KDE/kdebase/apps/; revision=649514
|
|
logic. Suitable to interface it in Dolphin or the KFileDialog.
svn path=/trunk/KDE/kdebase/apps/; revision=649204
|
|
off globally for KDE
svn path=/trunk/KDE/kdebase/apps/; revision=649112
|
|
of bookmarks and volume devices). Still incomplete, for now it simply
list the places (drag and drop, and more interaction needs to be
implemented). It's supposed to move into kdelibs/kio soon.
svn path=/trunk/KDE/kdebase/apps/; revision=649038
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=648962
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=648942
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=648929
|
|
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
|
|
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
|
|
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
|
|
best solution performance-wise... use a QList instead.
svn path=/trunk/KDE/kdebase/apps/; revision=646813
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=646256
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=645516
|
|
to allow file rating, commenting, and tagging.
This commit is indended to show what can be done with KMetaData in an easy way. The GUI is not perfect yet.
svn path=/trunk/KDE/kdebase/apps/; revision=644510
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=642935
|
|
dialog is temporary used for this until KFileItemDelegate offers editing functionality).
svn path=/trunk/KDE/kdebase/apps/; revision=642219
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=641540
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=641532
|
|
each folder. Use case:
- Icons view for images: set 'Size' as additional property
- Icons view for media: show 'MIME type' as additional property
- Default Icons view: don't show any addtional property for a clean layout.
TODO: KFileItemDelagate::AdditionalInformation intersects with KDirModel::Columns when used in combination with the details view. Assure that the user does not get confronted with such implementation details in the user interface.
svn path=/trunk/KDE/kdebase/apps/; revision=641525
|
|
be done in the application itself and not inside KDirModel to be able to do some optimizations.
svn path=/trunk/KDE/kdebase/apps/; revision=641317
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=641301
|
|
all Dolphin config files to see the effect). Although Oxygen is not finished yet, it looks very beautiful already, kudos to the Oxygen team :-)
svn path=/trunk/KDE/kdebase/apps/; revision=641285
|
|
svn path=/trunk/KDE/kdebase/libkonq/; revision=640669
|
|
first start of Dolphin, only show the bookmarks panel.
svn path=/trunk/KDE/kdebase/apps/; revision=639007
|
|
provide a dock which contains the directory hierarchy, which will be synchronized with the active view. It does not clutter the UI (the dock can be turned off), but makes happy a lot of users -> kind of win-win-situation. This commit provides only a rough initial version, which shows the current URL as tree. I'll work on the interaction during the next week(s)...
svn path=/trunk/KDE/kdebase/apps/; revision=638628
|
|
starting Dolphin. The "first bookmark" is not automatically the home URL like in older Dolphin releases...
svn path=/trunk/KDE/kdebase/apps/; revision=638406
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=638386
|
|
hint how to do it (if I would have known that it is so easy, I'd have implemented it already some weeks ago...). It's very nice that the details view now also is able to show previews (Kudos to Interview & KDirModel).
svn path=/trunk/KDE/kdebase/apps/; revision=638081
|
|
the command 'Delete' is shown in the context menu to bypass the trash. Like in Konqueror the default setting is that the 'Delete' command is not shown. TODO: currently this is a custom setting of Dolphin. Konqueror uses the global settings from KDE for this -> should this be changed to use the global setting instead?
svn path=/trunk/KDE/kdebase/apps/; revision=637232
|
|
SVN_SILENT
svn path=/trunk/KDE/kdebase/apps/; revision=636328
|
|
supported)
* Little changes in InfoSidebarPage (no more multiple label for infos & Q3Layout>QLayout)
* Support infos for multiple files (only total size, what else ?)
svn path=/trunk/KDE/kdebase/apps/; revision=636272
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=635892
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=635655
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=635597
|
|
who submitted this patch.
svn path=/trunk/KDE/kdebase/apps/; revision=634862
|