┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.cpp
AgeCommit message (Collapse)Author
2007-04-02Rename all the URL navigator related classes to prepare their migration Kevin Ottens
in kdelibs. svn path=/trunk/KDE/kdebase/apps/; revision=649514
2007-04-02Make use of KFilePlaces instead of the bookmark system in the URL Kevin Ottens
navigator. Yay! svn path=/trunk/KDE/kdebase/apps/; revision=649452
2007-04-02don't use KUrl::upUrl() (thanks to David for the hint!)Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=649108
2007-04-01reload view when the settings are appliedPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=648929
2007-03-30take care when reloading KDirLister if a column view is shownPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=648001
2007-03-30fixed "duplicate items issue" for the column view (don't invoke ↵Peter Penz
KDirLister::openUrl() twice for directories that have been loaded already) svn path=/trunk/KDE/kdebase/apps/; revision=647979
2007-03-27Minimize the duplicate items problem when using a proxy model and letting ↵Peter Penz
KDirLister keep its old directories. svn path=/trunk/KDE/kdebase/apps/; revision=647294
2007-03-27Hide the HistoryElem class from the public API of UrlNavigatorDavid Faure
svn path=/trunk/KDE/kdebase/apps/; revision=647276
2007-03-27Added setters in urlnavigator to remove dependency on dolphinsettings.David Faure
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-27Initial version for a column view support (thanks a lot to Benjamin Meyer ↵Peter Penz
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-26Ported to KBookmarkManager::closestBookmark - which even solves another TODO ↵David Faure
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-26A small step in trying to make urlnavigator useable in kdelibs for the file ↵David Faure
dialog: remove dependency on DolphinSettings::bookmarkManager(). svn path=/trunk/KDE/kdebase/apps/; revision=646880
2007-03-26Using a QLinkedList mostly for "accessing element at index i" is not the ↵David Faure
best solution performance-wise... use a QList instead. svn path=/trunk/KDE/kdebase/apps/; revision=646813
2007-03-25Patch by Luca Gugelmann: get rid of any mainwindow dependency from the sidebars.Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=646256
2007-03-22improve the handling when applying item effects to cut itemsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=645516
2007-03-20Converted to the standard mimetype namesDavid Faure
svn path=/trunk/KDE/kdebase/apps/; revision=644795
2007-03-20after checking the kdirmodel implementation for setData() and data() this ↵Peter Penz
should be a better to apply a gray effect to cut items svn path=/trunk/KDE/kdebase/apps/; revision=644763
2007-03-19Step 1 of 2 to fix the issue that reloading of a directory resets the ↵Peter Penz
contents position to 0/0 (step 2 will be committed after the BIC Monday...). svn path=/trunk/KDE/kdebase/apps/; revision=644237
2007-03-19don't invoke a non existent slotPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=644061
2007-03-17Allow to cut, copy, paste, ... the currently selected item from a sidebar by ↵Peter Penz
the DolphinContextMenu (currently only used by the tree view). svn path=/trunk/KDE/kdebase/apps/; revision=643572
2007-03-16Let's keep it simple: only offer a basic context menu for the treeview sidebar.Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=642982
2007-03-15Don't force the context menu to be valid only for DolphinView instances, ↵Peter Penz
make it possible to have it also inside the treeview sidebar. svn path=/trunk/KDE/kdebase/apps/; revision=642953
2007-03-13improve renaming for n selected items/1 selected itemPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=642235
2007-03-13Allow renaming of items (note that currently the "rename multiple files" ↵Peter Penz
dialog is temporary used for this until KFileItemDelegate offers editing functionality). svn path=/trunk/KDE/kdebase/apps/; revision=642219
2007-03-13just assert we're not hiting new modes (CID 3211)Stephan Kulow
svn path=/trunk/KDE/kdebase/apps/; revision=642215
2007-03-12fix the accidentally testvalue of 1000 ms to 0 ms as originally intended... Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=641866
2007-03-11Allow to set the 'AdditionalInformation' property from KFileItemDelegate for ↵Peter Penz
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
2007-03-11Fixed some drag & drop issues:Peter Penz
- 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
2007-03-10Apply an item effect to all cut items. As discussed with Fredrik this should ↵Peter Penz
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
2007-03-10Update of the patch from Filip Brcic for browsing through ZIP and TAR files. ↵Peter Penz
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
2007-03-10allow to browse through ZIP files (thanks to Filip Brcic for the patch!)Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=641276
2007-03-08Use hover effect from KFileItemDelegate also for the details view and assure ↵Peter Penz
that only the column KDirModel::Name can be selected and edited. svn path=/trunk/KDE/kdebase/apps/; revision=640453
2007-03-03respect the show hidden files settingin the url nav barAaron J. Seigo
svn path=/trunk/KDE/kdebase/apps/; revision=638732
2007-03-01Allow zooming in and zooming out in the icons view.Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=638386
2007-02-28Allow to configure which additional information ↵Peter Penz
(KFileItemDelegate::AdditionalInformation) should be shown for the icons view. svn path=/trunk/KDE/kdebase/apps/; revision=638135
2007-02-28Don't use assertions here. The result of the preview might have been done ↵Peter Penz
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
2007-02-28Jippie: file previews are generated again! Thanks to Fredrik for giving me a ↵Peter Penz
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
2007-02-22Add libkmetadata detection and minor fixesOscar Blumberg
SVN_SILENT svn path=/trunk/KDE/kdebase/apps/; revision=636328
2007-02-17Cleanup of the URL navigator, so that the DolphinMainWindow and the ↵Peter Penz
DolphinView are not used anymore. This will make it easier for us later on when moving the URL navigator outside Dolphin to make it accessable for other parts. Currently the bookmarks are still accessed by DolphinSettings, but this will be cleaned up later... svn path=/trunk/KDE/kdebase/apps/; revision=634432
2007-02-17Assure that the horizontal and vertical slider position don't reset if an ↵Peter Penz
item is deleted or added. svn path=/trunk/KDE/kdebase/apps/; revision=634399
2007-02-17Removed method 'int columnIndex(Sorting sorting) const'. The mapping is done ↵Peter Penz
outside the class DolphinView already. svn path=/trunk/KDE/kdebase/apps/; revision=634392
2007-02-16Reanimated drag & drop support again after introducing the ↵Peter Penz
DolphinController. It is now also possible to move the items inside an icon view like discussed on kde-devel/kde-usability. svn path=/trunk/KDE/kdebase/apps/; revision=634228
2007-02-14Step one for having DolphinParts for the icons and details view, which can ↵Peter Penz
be used by Konqueror. TODO: currently dropping of items is deactivated, as I want to wait for Davids feedback whether the direction is ok. svn path=/trunk/KDE/kdebase/apps/; revision=633703
2007-02-13update to i18n change: no more %n in plural callsPeter Penz
svn path=/trunk/playground/utils/dolphin/; revision=633273
2007-02-12use KIO::itemsSummaryString() instead of reinventing the wheelPeter Penz
svn path=/trunk/playground/utils/dolphin/; revision=632870
2007-02-11fixed internationalization issue for languages with more complex plural ↵Peter Penz
forms (thanks to David for the hint) svn path=/trunk/playground/utils/dolphin/; revision=632674
2007-02-11fixed i18n issue when showing how many files are selectedPeter Penz
svn path=/trunk/playground/utils/dolphin/; revision=632641
2007-02-11don't trigger an item if the user does a selection by using the control- or ↵Peter Penz
shift-modifier svn path=/trunk/playground/utils/dolphin/; revision=632633
2007-02-10restore the x- and y-position of the view if the current view is part of the ↵Peter Penz
history svn path=/trunk/playground/utils/dolphin/; revision=632370
2007-02-08Fixed issue that the filterbar and the menu state have not been synchronized ↵Peter Penz
(a not existing signal name has been used) svn path=/trunk/playground/utils/dolphin/; revision=631709