┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.cpp
AgeCommit message (Collapse)Author
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
2007-06-07assure that the view actions are updated when the split view is activatedPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=672702
2007-06-07First big step to make it possible that the DolphinView can be embedded as ↵Peter Penz
KPart into Konqueror (discussed with David Faure). A lot of refactoring of the DolphinView has been done: - The DolphinView does not contain the URL navigator, the filterbar and the statusbar anymore. Those widgets have been moved to DolphinViewContainer. - The DolphinView does not contain any reference to the main window anymore. Currently there are some minor regressions (the statusbar shows less informations, renaming has been deactivated), but they will get fixed during the next days. Also still a lot of interface cleanups must be done, but let's just do it step by step... svn path=/trunk/KDE/kdebase/apps/; revision=672692
2007-06-03Don't use a toggle action for "Split/Join" if the text and icon is changed ↵Peter Penz
dynamically. svn path=/trunk/KDE/kdebase/apps/; revision=671043
2007-06-03David Vignoni recommended to exchange the icon for "Preview"... Fixed now :-)Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=671034
2007-06-03also toggle the text between "Split" and "Join" for the split actionPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=671018
2007-06-03update to David's suggestion for split view ↵Peter Penz
(http://davigno.oxygen-icons.org/?p=43) svn path=/trunk/KDE/kdebase/apps/; revision=671011
2007-06-03use "fileview-icon" instead of "view-icon" (thanks to David Vignoni for the ↵Peter Penz
update!) svn path=/trunk/KDE/kdebase/apps/; revision=671004
2007-05-28create modal dialogs on stack as David suggestedPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=668900
2007-05-26reanimate properties dialog (thanks to Laurent Montel for fixing it in the ↵Peter Penz
tree view!) svn path=/trunk/KDE/kdebase/apps/; revision=668453
2007-05-18EBN fixes + minor coding guideline fixes (thanks to Max Blazejak!).Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=666164
2007-05-17information sidebar fixes:Peter Penz
- provide meta information when hovering items - don't increase the sidebar width, if the item name is longer than the available width svn path=/trunk/KDE/kdebase/apps/; revision=665646
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-16Better choice of phrase: 'Categorized' -> 'Show in Groups'Robert Knight
svn path=/trunk/KDE/kdebase/apps/; revision=665189
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-07Compile.Luboš Luňák
svn path=/trunk/KDE/kdebase/libkonq/; revision=662159
2007-05-07don't use '/' as shortcut for filtering, this conflicts with the usage of ↵Peter Penz
the embedded terminal svn path=/trunk/KDE/kdebase/apps/; revision=661959
2007-05-06Initial step for showing the terminal embedded inside Dolphin instead of ↵Peter Penz
opening a separate window. This allows to synchronize the current directory of the terminal with the shown directory in Dolphin. svn path=/trunk/KDE/kdebase/apps/; revision=661890
2007-05-06coding style cleanup: fix wrong indenting of members in constructorPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=661819
2007-05-05revert last commit, it leads to the uncommon behavior that the last state ↵Peter Penz
of the settings dialog is remembered (grmpf - I should do more testing... ;-)) svn path=/trunk/KDE/kdebase/apps/; revision=661511
2007-05-05let the settings dialog be a singleton (thanks to Max Blazejak for the patch!)Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=661508