┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
AgeCommit message (Expand)Author
2008-02-11Factorize all the view-related action handling to DolphinViewActionHandler, t...David Faure
2008-01-30allow dropping items above a place inside the Places panelPeter Penz
2008-01-26Blend in a toggle button when hovering items. This allows selecting items wit...Peter Penz
2008-01-21Split the "General Settings" into "Startup Settings" and "General Settings" f...Peter Penz
2008-01-13Move KCategorizedView to kdelibs. Use that one.Rafael Fernández López
2008-01-11Up to now DolphinView and ColumnWidget contained a lot of code duplication re...Peter Penz
2008-01-04dolphin can use soprano, but nowhere in apps we look for it; so search for So...Pino Toscano
2008-01-04ARGH!Jakob Petsovits
2008-01-02Icon theme minimality:Jakob Petsovits
2007-12-17Soprano is optional.Luboš Luňák
2007-12-14Use the same codebase for rating drawing as in KRatingWidget and playground/n...Sebastian Trueg
2007-12-14Moving code around in dolphin fixes DnD support in konqueror :)David Faure
2007-12-10Added Soprano include dirSebastian Trueg
2007-12-10Use Xesam ontology instead of NIE. Since Strigi uses Xesam and we have no map...Sebastian Trueg
2007-12-06use the ${GENERIC_LIB_VERSION} and ${GENERIC_SOLIB_VERSION} macros to help keepAllen Winter
2007-11-20Drag & drop fixes for all views: assure that a consistent pixmap for the drag...Peter Penz
2007-11-08Reverted changes made earlier today - and I added the workaround in the root ...Patrick Spendrin
2007-11-08changing install locations of dll's to binPatrick Spendrin
2007-10-30allow to configure the additional information of the view inside the viewprop...Peter Penz
2007-10-09remove Dolphin specific service menus, Konqueror and Dolphin use now the same...Peter Penz
2007-10-05Refactored DolphinColumnWidget so that it does not need a hierarchical KDirLi...Peter Penz
2007-10-04${CMAKE_SOURCE_DIR}/libkonq doesn't exist nowLaurent Montel
2007-09-27use blitz instead of deprecated kdefx, remove kdefx headers where unusedMatthew Woehlke
2007-09-19Dolphin is now QT3_SUPPORT freeUrs Wolfer
2007-09-17Create the new architecture for KCategorizedView. Now DolphinModel is created...Rafael Fernández López
2007-08-25use system-file-manager icon instead of custom Dolphin iconPeter Penz
2007-07-25ok, second try: make use of KDirSortFilterProxyModel. 'Show in Groups' still ...Nick Shaforostoff
2007-07-23change XDG_APPS_DIR -> XDG_APPS_INSTALL_DIR, XDG_DIRECTORY_DIR->XDG_DIRECTORY...Laurent Montel
2007-07-21ok, reverting as requested by Peter Penz.Nick Shaforostoff
2007-07-20Make use of the newly added KDirSortFilterProxyModel class -- that is, essent...Nick Shaforostoff
2007-07-10remove kde4_automoc()Allen Winter
2007-07-09Rename KListView to KCategorizedView as decidedRafael Fernández López
2007-07-06Make KListView capable of drawing categories on our own way. This make things...Rafael Fernández López
2007-07-05Remove not necessary cmake variable Laurent Montel
2007-07-02Remove not necessary variable alreadyLaurent Montel
2007-07-02not necessary to duplicate itLaurent Montel
2007-07-01Here comes dolphinpart, to use dolphin as the file management view in konqueror.David Faure
2007-06-22Allow to sort by rating, which can be quite useful in combination with the "S...Peter Penz
2007-06-17New and powerful KListView. Still pending class renaming. There are two Rafael Fernández López
2007-06-11Adapt Dolphin Nepomuk support to namespace changes.Sebastian Trueg
2007-06-07First big step to make it possible that the DolphinView can be embedded as KP...Peter Penz
2007-05-19Make the test link (moving renamedialog to libdolphinprivate since we'll need...David Faure
2007-05-18David Faure wrote:Peter Penz
2007-05-07Don't rely on konsole sources.David Faure
2007-05-07Adapt to new konsole apiLaurent Montel
2007-05-06Initial step for showing the terminal embedded inside Dolphin instead of open...Peter Penz
2007-05-02If it's not always compiled, then we need to check it before we add it to the...David Faure
2007-05-02Oh. It's in kdelibs, but it's not always compiled. Revert.David Faure
2007-05-02kmetadata is in kdelibs nowDavid Faure
2007-05-01* Added KMetaData cmake checkSebastian Trueg