┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.cpp
AgeCommit message (Collapse)Author
2007-11-30Hide the "Sort by Rating" and "Sort by Tags" menu entries for KDE 4.0, as ↵Peter Penz
currently the performance is too slow. Nepomuk will support caching in future versions, so hopefully we can provide those entries again in KDE 4.1. svn path=/trunk/KDE/kdebase/apps/; revision=743363
2007-11-30enable session managementPeter Penz
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=743357
2007-11-25there's no need having 2-liners inside their own method when this method is ↵Peter Penz
only invoked once... svn path=/trunk/KDE/kdebase/apps/; revision=741371
2007-11-18allow to show/hide the menubarPeter Penz
BUG: 152463 svn path=/trunk/KDE/kdebase/apps/; revision=738282
2007-11-18Check whether the shift key is pressed when the "Move to Trash" action is ↵Peter Penz
executed. If this is the case, perform the "Delete" action instead (-> works like in Konqi now, thanks to David for the hint) CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=738259
2007-11-17Fix "delete" and "move to trash" actions in dolphinpart; moved all logic for ↵David Faure
those out of konqueror. Inside dolphin, the usual: moving code to DolphinView. Pressing shift while clicking on "Move to Trash" in konq (dolphinpart) offers to delete, as in kde3 (this bit of logic might be good for dolphin itself too? see DolphinPart::slotTrashActivated) CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=737682
2007-11-15Implement cut/copy/paste in dolphinpart.David Faure
Had to move more code to DolphinView, to use it from the part. svn path=/trunk/KDE/kdebase/apps/; revision=737203
2007-11-15Implement renaming in dolphinpart.David Faure
No more rename action provided by konqueror, the part provides it now. Had to move a bit of code around in dolphin, as discussed with Peter. svn path=/trunk/KDE/kdebase/apps/; revision=737121
2007-11-15KonqUndoManager -> KonqFileUndoManager, to prepare for a KonqUndoManager in ↵David Faure
konqueror, Taking this opportunity for filename==classname and a .cpp extension, as well. svn path=/trunk/KDE/kdebase/apps/; revision=737032
2007-11-04Replace file-find icon by edit-findFathi Boudra
svn path=/trunk/KDE/kdebase/apps/; revision=732843
2007-11-04KrushDays-fix: fixed issue that F6 does not apply the focus to the URL ↵Peter Penz
navigator when the navigator is already in the editable mode svn path=/trunk/KDE/kdebase/apps/; revision=732773
2007-11-02Fix the conflict between cut and delete shortcutsAndreas Pakulat
BUG:151601 svn path=/trunk/KDE/kdebase/apps/; revision=732119
2007-10-29Results of setShortcut() auditing (QAction::setShortcut() gets called ↵Hamish Rodda
without this patch) svn path=/trunk/KDE/kdebase/apps/; revision=730698
2007-10-29Icon naming spec compliance (code changes):Jakob Petsovits
bookmark-folder -> folder-bookmarks goto-page -> go-jump www -> insert-link (doesn't yet exist in Oxygen) svn path=/trunk/KDE/kdebase/apps/; revision=730639
2007-10-26due to the recent tagging freeze this commit contains several fixes in one:Peter Penz
* the filterbar now also filters directories (works also in the column-view :-)) * The "Additional Information" menu entry now also works for showing/hiding the columns of the details view. This also implies that the columns for the details view can now be adjusted per directory -> we have now a consistent behavior between the icons view and details view. Still open: the view properties dialog must be fixed * Don't show a "Nepomuk not available" error message when starting Dolphin and Nepomuk is not available. * Fix issue that the information panel blocked the application because of parsing the full meta data of a huge file. svn path=/trunk/KDE/kdebase/apps/; revision=729704
2007-10-24* don't show a horizontal scrollbar in the places panelPeter Penz
* minor coding style update: replace 'listView' by 'placesView' svn path=/trunk/KDE/kdebase/apps/; revision=728988
2007-10-22icon renamings:Pino Toscano
- emptytrash -> trash-empty - edit-trash -> user-trash svn path=/trunk/KDE/kdebase/apps/; revision=728161
2007-10-20Reverts commit 726516. We have to report the URL changed to the outsideKevin Ottens
so that panels can react to the change correctly. svn path=/trunk/KDE/kdebase/apps/; revision=727475
2007-10-17This fixes the problem that when you click the first time on a place Rafael Fernández López
bookmarked it is not shown as selected, but if you click the second time it is. Now this is fixed. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=726516
2007-10-10DolphinPart: provide a way to switch between view modes in konqueror.David Faure
Factorized those actions between dolphinmainwindow and dolphinpart (see new methods in dolphinview), and simplified mainwindow code by using the signal from the action group and the QVariant data of the actions (standard Qt4 solution for a group of actions). svn path=/trunk/KDE/kdebase/apps/; revision=723871
2007-10-02Allow showing additional information like type, size and date in parallel ↵Peter Penz
for the icons view (thanks to Fredrik for the extension of KFileItemDelegate!). svn path=/trunk/KDE/kdebase/apps/; revision=720283
2007-10-02replace QList<KFileItem> by KFileItemList, as KFileItemList is not ↵Peter Penz
QList<KFileItem*> anymore since todays update of kfileitem.* in kdelibs svn path=/trunk/KDE/kdebase/apps/; revision=720234
2007-10-01Port dolphin to the KFileItemDelegate API changes.Fredrik Höglund
svn path=/trunk/KDE/kdebase/apps/; revision=719796
2007-10-01Making KFileItemList value based.Tobias Koenig
svn path=/trunk/KDE/kdebase/apps/; revision=719514
2007-09-17drag and drop fixes for the column view (implied a signal changed which ↵Peter Penz
affected other views too) svn path=/trunk/KDE/kdebase/apps/; revision=713430
2007-09-09provide backspace as alternative shortcut for "go back"Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=710364
2007-09-09change shortcut from the information sidebar to F11 for having a common ↵Peter Penz
setting like in the file dialog svn path=/trunk/KDE/kdebase/apps/; revision=710257
2007-08-30F9 opens the places panel (-> consistent with file-dialog), F7 the folders ↵Peter Penz
panel ("tree-view") svn path=/trunk/KDE/kdebase/apps/; revision=706369
2007-08-25use new icons for closing the inactive viewPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=704543
2007-08-16The inactive view gets closed, no joining is done -> fix textPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=700674
2007-08-13Use KFileItem by value rather than by pointerDavid Faure
- in KDirModel::itemForIndex, as noted there as a TODO - in dolphin, everywhere. svn path=/trunk/KDE/kdebase/apps/; revision=699691
2007-08-12* fixed issue that when having a split view, that both views get the same ↵Peter Penz
color after OK or Apply has been pressed inside the Dolphin settings dialog * prepare for toggling the view icon depending from the activation state svn path=/trunk/KDE/kdebase/apps/; revision=699311
2007-07-25Don't add the terminal to the right docking area, if it may only get aligned ↵Peter Penz
on the top and bottom. svn path=/trunk/KDE/kdebase/apps/; revision=692484
2007-07-13apply shortcuts for docksPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=687484
2007-07-13instead of "Sort" -> "By Name", "By Date", "By Size", ...Peter Penz
use "Sort By" -> "Name", Date", "Size", ... svn path=/trunk/KDE/kdebase/apps/; revision=687480
2007-07-08KUIT adaptionsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=685432
2007-07-02Change signature of requestItemInfo signal, to avoid fileitem -> url -> ↵David Faure
index -> fileitem roundtrip in dolphin, and to match the BrowserExtension mouseOverInfo() signal. Started to implement more of the part (e.g. spinning wheel in konq). svn path=/trunk/KDE/kdebase/apps/; revision=682440
2007-06-30KUIT adaptionsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=681920
2007-06-27Fix the following reproducible crash in a slightly different way (reported + ↵Peter Penz
initial fix done by Rafael): * Open Dolphin. Enable categorization. * Split the view. Disable categorization on the right one. * Join the views. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=680956
2007-06-26Fix crash. Steps to reproduce:Rafael Fernández López
* Open Dolphin. Enable categorization. * Split the view. Disable categorization on the right one. * Join the views. I am not sure if this is the best way to proceed for this small bug. Please Peter, take a look. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=680499
2007-06-23Fix compile problems on systems that don't want nepomuk. eeek !Rafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=679265
2007-06-22Allow to sort by rating, which can be quite useful in combination with the ↵Peter Penz
"Show in Groups" feature. Although still slow, it basically works. All the code is based on Rafael Fernández López patch available at http://media.ereslibre.es/2007/06/dolphin-21062007.diff. svn path=/trunk/KDE/kdebase/apps/; revision=678801
2007-06-20split view on startup if it is defined by the settingsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=678063
2007-06-19EBN fixesRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=677715
2007-06-19* fixed issue that some view properties like "show in groups" are ignored ↵Peter Penz
when a new DolphinViewContainer has been created (happens on startup or when a view is split) * get rid of redundant parameter in constructors of DolphinView and DolphinViewContainer svn path=/trunk/KDE/kdebase/apps/; revision=677654
2007-06-19* move the "[ ] Show in Groups" checkbox from "View->Sort By" directly to "View"Peter Penz
* same for the viewproperties dialog: don't hide "Show in Groups" under "Sorting" svn path=/trunk/KDE/kdebase/apps/; revision=677641
2007-06-15Make use of the error messages coming from the places model.Kevin Ottens
svn path=/trunk/KDE/kdebase/apps/; revision=675760
2007-06-13fixed some activation issues in combination with split viewsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=674980
2007-06-12* allow to toggle the content of split views by the context menuPeter Penz
* minor cleanups in DolphinMainWindow svn path=/trunk/KDE/kdebase/apps/; revision=674713
2007-06-11Adapt Dolphin Nepomuk support to namespace changes.Sebastian Trueg
svn path=/trunk/KDE/kdebase/apps/; revision=674158