┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinview.cpp
AgeCommit message (Collapse)Author
2007-05-18- assure that when hovering the viewport that an empty request for item ↵Peter Penz
information is send - remove unused method svn path=/trunk/KDE/kdebase/apps/; revision=665973
2007-05-18- allow to configure that the filter bar should be shown after starting ↵Peter Penz
Dolphin (is off per default) - some minor naming cleanups BUG: 145168 svn path=/trunk/KDE/kdebase/apps/; revision=665964
2007-05-17when the column view is used, then 'Split view' should take the root URL of ↵Peter Penz
the column view as new base for the secondary view svn path=/trunk/KDE/kdebase/apps/; revision=665630
2007-05-17when having split views: darken the background color of the inactive viewPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=665612
2007-05-17reload items when the view is refreshed by changing the global settingsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=665571
2007-05-12provide a hover information in the statusbar if the mouse cursor enters an itemPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=663779
2007-05-10layout improvements in the icons view:Peter Penz
* do a text wrapping if the number of lines is > 1 (TODO: bugfix of KFileItemDelegate necessary, currently the text might overlap with the icon) * increase the height for the text area if an additional information like type, date, ... is shown svn path=/trunk/KDE/kdebase/apps/; revision=663320
2007-05-10don't lose the history of the URL navigator if the settings of the Icons ↵Peter Penz
View, Details View or Columns View have been changed svn path=/trunk/KDE/kdebase/apps/; revision=663282
2007-05-09include cleanupDirk Mueller
svn path=/trunk/KDE/kdebase/apps/; revision=663054
2007-05-08fix issue in column view that the wrong root directory is taken because of ↵Peter Penz
keeping old directories in KDirLister svn path=/trunk/KDE/kdebase/apps/; revision=662658
2007-04-30a bit ugly, but the migration to QList<KFileItem> has to be incremental...David Faure
svn path=/trunk/KDE/kdebase/apps/; revision=659519
2007-04-30PreviewJob API change (KFileItems by value)David Faure
svn path=/trunk/KDE/kdebase/apps/; revision=659426
2007-04-16when switching from the column view to the details- or icons-view it makes ↵Peter Penz
sense to adjust the URL automatically to the root URL of the column view svn path=/trunk/KDE/kdebase/apps/; revision=654718
2007-04-14optimization: don't reload the view if not absolutely necessaryPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=654010
2007-04-14optimization: no reloading necessary if preview has been turned on/offPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=654000
2007-04-14Revert last commit and exchange it by a more straight forward solution: just ↵Peter Penz
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
2007-04-14assure that the preview job gets killed when the directory has been changedPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=653976
2007-04-14fixed regression resulted by "reload" patch: toggling the preview did not ↵Peter Penz
work anymore -> save the view properties immediately svn path=/trunk/KDE/kdebase/apps/; revision=653958
2007-04-12fix issue that the view properties are not read out correctly for first ↵Peter Penz
directory after starting Dolphin svn path=/trunk/KDE/kdebase/apps/; revision=653129
2007-04-11use "folder" instead of "directory" for all visible stringsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=652471
2007-04-10allow to enable the categorization feature for sortingPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=652200
2007-04-09adapt Dolphin to kdelibs coding style ↵Peter Penz
(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
2007-04-09Dolphin is now KBookmark* free.Kevin Ottens
svn path=/trunk/KDE/kdebase/apps/; revision=651766
2007-04-08adaptions to the cleaned up interface of KUrlNavigatorPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=651675
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