┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
AgeCommit message (Expand)Author
2009-02-20Remove preview icon, it isn't used, pollutes the hicolour namespaceJonathan Riddell
2009-02-15Added the Trash KCM to Dolphin, it's visible in the Settings Dialog, in the '...Shaun Reich
2009-01-27Initial import of Matthias's draft patch for adding video and audio previewin...Simon Paul St James
2009-01-19Use a custom SearchWidget instead directly using a KLineEdit. Currently the D...Peter Penz
2009-01-19added settings module 'General' that can be used by KonquerorPeter Penz
2009-01-19added settings module for 'Navigation', that can be used by KonquerorPeter Penz
2009-01-17Relayout of the settings dialog, so that all Dolphin KPart relevant settings ...Peter Penz
2009-01-14cleanup sort order, so that it is easier later to split the files into severa...Peter Penz
2009-01-14Cleanup panel related class names: The terms "sidebar"/"sidebarpage" are reli...Peter Penz
2009-01-14Group classes into folders, Dolphin is too big in the meantime for having a f...Peter Penz
2008-12-06Fixed serious usability issue: QAbstractItemView::setAutoScroll() is not usab...Peter Penz
2008-11-23win32 link++Christian Ehrlicher
2008-11-10Fix "two instances of the DragAndDropHelper" singleton: Vir found the reason,...David Faure
2008-10-26link with goldAndreas Hartmetz
2008-10-25use the DolphinDirLister instead of KDirListerPeter Penz
2008-10-24* Move code from DolphinDropController to DragAndDropHelper.Peter Penz
2008-10-22KBallonTipDelegate is not used at all in Dolphin.Peter Penz
2008-10-15Assure that the item delegate draws the hover effect and the selection for th...Peter Penz
2008-09-30make dolphin link correctly on mac osxMarijn Kruisselbrink
2008-09-28KFilePreviewGenerator has been moved to kdelibsPeter Penz
2008-09-21renamed IconManager to KFilePreviewGeneratorPeter Penz
2008-08-26Provide a common iconsize-widget for the settings dialog of the icons-, detai...Peter Penz
2008-08-18Very rough initial attempt at previews-in-tooltip for Konqueror and Dolphin. ...Simon Paul St James
2008-08-12Provide functionality for auto-expanding folders (the whole patch has been pr...Peter Penz
2008-08-05Make dolphin link to KIO (reduced library interface problem)Thiago Macieira
2008-06-26fix linkingDirk Mueller
2008-06-10Just use KMimeType::extractKnownExtension() instead of the custom implementat...Peter Penz
2008-06-10Argh my last patch broke plugins. So revert 818988 and do it properly, for re...David Faure
2008-06-10Revert 818910 and do it properly (patch by dfaure).Chusslove Illich
2008-06-03move the create config-nepomuk.h higher so dolphinprivate sources can find it.Allen Winter
2008-06-03Fixed Nepomuk dependancy checkingSebastian Trueg
2008-06-02Fix the edit-menu action disabling/enabling bug in dolphinpart finally! Also,...George Goldberg
2008-05-27Use INSTALL_TARGETS_DEFAULT_ARGSLaurent Montel
2008-05-05Use FindQImageBlitz.cmake instead of deprecated FindBlitz.cmakeDavid Faure
2008-05-04Move "Adjust view properties" to dolphinviewactionhandler so that it's availa...David Faure
2008-04-26link in XRender, if found.Allen Winter
2008-04-22Provide horizontal auto scrolling for the tree view (implemented by Harald Hv...Peter Penz
2008-04-18Consider the protocol and directory capabilities for file actions like Move T...Peter Penz
2008-04-11Commit patch from AlexLaurent Montel
2008-04-09Provide tooltips. Per default tooltips are turned off because the information...Peter Penz
2008-04-02added application icons Ralf Habacker
2008-03-25fix exports and use dolphinprivatelib in the partJarosław Staniek
2008-03-23provide a config module for the settings GUI of the Dolphin views, so that it...Peter Penz
2008-03-21This is the first step towards a better looking and more usable metadata GUI.Sebastian Trueg
2008-03-20QListView does not support having a margin for grids. Originally it has been ...Peter Penz
2008-03-16provide a cleaner layout for the information panel; there are still some open...Peter Penz
2008-03-10Don't try to show the terminal in dolphin when in WindowsJeff Mitchell
2008-02-18LIB_INSTALL_DIR -> INSTALL_TARGETS_DEFAULT_ARGSChristian Ehrlicher
2008-02-15Currently when the general font of KDE has been changed, the used fonts for t...Peter Penz
2008-02-11Forwardport 773570:David Faure