┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.cpp
AgeCommit message (Collapse)Author
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
2007-05-03let the information sidebar react on selection changesPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=660580
2007-05-02don't connect each sidebar page with all available signals per defaultPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=660258
2007-04-22reactivated info sidebar again and temporary removed the code which resets ↵Peter Penz
the URL after starting Dolphin svn path=/trunk/KDE/kdebase/apps/; revision=656979
2007-04-22allow sorting by typePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=656971
2007-04-16Merging branches/work/kmainwindow-decoupling-branch from Kevin and me whichSimon Hausmann
separates the xmlgui stuff from KMainWindow svn path=/trunk/KDE/kdebase/apps/; revision=654728
2007-04-16use new "column view" icon (thanks to David Vignoni)Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=654713
2007-04-14fixed shortcut for "Find"Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=653948
2007-04-14allow to turn on/off the places panel by the menuPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=653936
2007-04-13Those hacks are not needed anymore for autosaving.Kevin Ottens
svn path=/trunk/KDE/kdebase/apps/; revision=653522
2007-04-12minor coding style cleanupsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=653127
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-04i18n style guide fixesStephan Binner
svn path=/trunk/KDE/kdebase/apps/; revision=650575
2007-04-04Qt::Ascending -> Qt::AscendingOrderPino Toscano
Qt::Descending -> Qt::DescendingOrder svn path=/trunk/KDE/kdebase/apps/; revision=650398
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-02Introduce KFilePlacesView which is a list view adding the navigation Kevin Ottens
logic. Suitable to interface it in Dolphin or the KFileDialog. svn path=/trunk/KDE/kdebase/apps/; revision=649204
2007-04-02don't force a confirmation for deleting in Dolphin if the user has turned it ↵Peter Penz
off globally for KDE svn path=/trunk/KDE/kdebase/apps/; revision=649112
2007-04-01Add the KFilePlacesModel class. It allows to list user's "places" (a mix Kevin Ottens
of bookmarks and volume devices). Still incomplete, for now it simply list the places (drag and drop, and more interaction needs to be implemented). It's supposed to move into kdelibs/kio soon. svn path=/trunk/KDE/kdebase/apps/; revision=649038
2007-04-01use default 'do you really want to delete...' dialog from libkonqPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=648962
2007-04-01changed EOL from windows to unixPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=648942
2007-04-01reload view when the settings are appliedPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=648929
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-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-20Improved KMetaData integration. The Dolphin info sidebar now uses KMetaData ↵Sebastian Trueg
to allow file rating, commenting, and tagging. This commit is indended to show what can be done with KMetaData in an easy way. The GUI is not perfect yet. svn path=/trunk/KDE/kdebase/apps/; revision=644510
2007-03-15let the context menu be aware about the trashPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=642935
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-11replaced string "MIME Type" by "Type"Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=641540
2007-03-11disable the 'Additional information' menu for other views then the 'Icons View'Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=641532