┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
AgeCommit message (Expand)Author
2010-11-20changed: QImageBlitz is no longer used, so do not require and link to it (use...Friedrich W. H. Kossebau
2010-11-04Use the ontologies compiled into libnepomukTobias Koenig
2010-10-27- Automatically show the filter-panel when a searching is donePeter Penz
2010-10-27Rename FacetPanel to FilterPanel so that the name reflects the headline.Peter Penz
2010-10-26Fix build issues if Nepomuk is not availablePeter Penz
2010-10-26Apply the facets-patch written by Sebastian Trüg, which allows to filter sea...Peter Penz
2010-10-21Add a first unit test for Dolphin, which verifies that the fix for oneFrank Reininghaus
2010-10-19actually install the .desktop files as executablesOswald Buddenhagen
2010-10-09Move the generic hover- and selection-adjustments from DolphinsDetailsView in...Peter Penz
2010-08-30Move dolphin's statusbar message-label (the one with support for errors and a...David Faure
2010-08-27Fix a linker error.Christophe Giboudeaux
2010-08-27Context-menu cleanups:Peter Penz
2010-07-24Sourcecode hierarchy cleanup: Move class PixmapViewer from "src" to "src/pane...Peter Penz
2010-07-24Sourcecode hierarchy cleanup: Move folders "tooltips" and "versioncontrol" in...Peter Penz
2010-07-24Sourcecode hierarchy cleanup: Move further files from src to src/viewsPeter Penz
2010-07-24Sourcecode hierarchy cleanup: Create folder "views" and move view related sou...Peter Penz
2010-07-24Sourcecode hierarchy cleanup: Move files from khns to settings/services (step...Peter Penz
2010-07-24Sourcecode hierarchy cleanup: Move kcm to settings/kcmPeter Penz
2010-07-24Sourcecode hierarchy cleanup: Use subfolders inside the "settings" folderPeter Penz
2010-07-24Unify the search interface for non-indexed and indexed foldersPeter Penz
2010-05-14Rename AdditionalInfoManager to AdditionalInfoAccessorPeter Penz
2010-05-13If an information entry will be added to KFileItemDelegate (like done recentl...Peter Penz
2010-05-12Depend directly on kcmutils.Kevin Ottens
2010-04-04Invert default behavior regarding loading of version control plugins: Only lo...Peter Penz
2010-04-02Remove the SVN plugin from the Dolphin sources. The plugin will get part of k...Peter Penz
2010-03-30Split the class DolphinController into the two classes DolphinViewController ...Peter Penz
2010-03-27Don't recreate and destroy the tooltip widget on each show/hide operation, ju...Peter Penz
2010-03-25Enable the meta data configuration dialog again after the KFileMetaDataWidget...Peter Penz
2010-03-24Version control: Move the maintainance of pending threads into a custom class...Peter Penz
2010-03-22Use KFileMetaDataWidget from kdelibs. Still open: Provide dialog which wraps ...Peter Penz
2010-03-16welcome to the world of kdeinit applicationsLuboš Luňák
2010-03-13Provide a KMetaDataModel for KMetaDataWidget.Peter Penz
2010-03-05fix link issue if Nepomuk is not installedPeter Penz
2010-03-04Rename NfoTranslator to KNfoTranslator, so that KMetaDataWidget can be moved ...Peter Penz
2010-02-26Show meta information also for files, which are not indexed (or in the case i...Peter Penz
2010-02-20replace X11-specific code with genericLuboš Luňák
2010-01-25Implement todo (create a dialog box when ok is enable/disable when text is em...Laurent Montel
2010-01-05- search by modification date of the file, not when the file has been tagged ...Peter Penz
2009-12-20Better fix for compilation without Nepomuk - like Sebastian noted SDO is bein...Maciej Mrozowski
2009-12-20[kdebase/apps/dolphin/CMakeLists.txt] Fixed compilation without NepomukMaciej Mrozowski
2009-12-19+include(SopranoAddOntology)Luboš Luňák
2009-12-12Allow to disable version control plugins. It's too late already for providing...Peter Penz
2009-12-12* allow to filter the search result by images or text-documentsPeter Penz
2009-12-07use KNewStuff3 instead of the deprecated KNewStuff2Peter Penz
2009-11-26use cmake macroLaurent Montel
2009-11-25fixed linkingSebastian Trueg
2009-11-24Fix trunk compilation using proper soprano Vocabulary, since moved from nie.h...Helio Castro
2009-11-24Prepare the search criterion selector to use the new Nepomuk::Query::Term ins...Peter Penz
2009-11-21* show only a minimized set of search options per defaultPeter Penz
2009-11-14When navigating back/forward in the DolphinPart inside Konqueror, rememberFrank Reininghaus