| Age | Commit message (Collapse) | Author |
|
svn path=/trunk/KDE/kdebase/apps/; revision=659519
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=659426
|
|
sense to adjust the URL automatically to the root URL of the column view
svn path=/trunk/KDE/kdebase/apps/; revision=654718
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=654010
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=654000
|
|
check the URL of the file item to find out whether the item is still part of the model. By this there is no need of keeping tracks for ongoing preview jobs.
svn path=/trunk/KDE/kdebase/apps/; revision=653989
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=653976
|
|
work anymore -> save the view properties immediately
svn path=/trunk/KDE/kdebase/apps/; revision=653958
|
|
directory after starting Dolphin
svn path=/trunk/KDE/kdebase/apps/; revision=653129
|
|
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
|
|
in kdelibs.
svn path=/trunk/KDE/kdebase/apps/; revision=649514
|
|
navigator. Yay!
svn path=/trunk/KDE/kdebase/apps/; revision=649452
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=649108
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=648929
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=648001
|
|
KDirLister::openUrl() twice for directories that have been loaded already)
svn path=/trunk/KDE/kdebase/apps/; revision=647979
|
|
KDirLister keep its old directories.
svn path=/trunk/KDE/kdebase/apps/; revision=647294
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=647276
|
|
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
|
|
dialog:
remove dependency on DolphinSettings::bookmarkManager().
svn path=/trunk/KDE/kdebase/apps/; revision=646880
|
|
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
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=644795
|
|
should be a better to apply a gray effect to cut items
svn path=/trunk/KDE/kdebase/apps/; revision=644763
|
|
contents position to 0/0 (step 2 will be committed after the BIC Monday...).
svn path=/trunk/KDE/kdebase/apps/; revision=644237
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=644061
|
|
the DolphinContextMenu (currently only used by the tree view).
svn path=/trunk/KDE/kdebase/apps/; revision=643572
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=642982
|
|
make it possible to have it also inside the treeview sidebar.
svn path=/trunk/KDE/kdebase/apps/; revision=642953
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=642235
|
|
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=642215
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=641866
|
|
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
|
|
- allow drag & drop inside the view
- prevent a dragging from a directory into itself
- use QModelIndex instead of the position
svn path=/trunk/KDE/kdebase/apps/; revision=641451
|
|
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
|
|
One part of the patch for the URL navigator has not been committed yet (see notes in URL navigator::setUrl() for details).
svn path=/trunk/KDE/kdebase/apps/; revision=641297
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=641276
|
|
that only the column KDirModel::Name can be selected and edited.
svn path=/trunk/KDE/kdebase/apps/; revision=640453
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=638732
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=638386
|
|
(KFileItemDelegate::AdditionalInformation) should be shown for the icons view.
svn path=/trunk/KDE/kdebase/apps/; revision=638135
|
|
although the model has changed (e. g. by changed the folder during a preview job is working) -> it's possible to get an invalid model index.
svn path=/trunk/KDE/kdebase/apps/; revision=638086
|