┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)Author
2016-03-19GIT_SILENT Upgrade KDE Applications version to 16.07.70.Albert Astals Cid
2016-03-16Merge branch 'Applications/15.12'Emmanuel Pescosta
2016-03-09GIT_SILENT Upgrade KDE Applications version to 15.12.3.Albert Astals Cid
2016-02-17Make KFileMetaData optional againFrank Reininghaus
In 15b20cd077c6743bb5ec947f5f3e014a4a32b110, I added KFileMetaData to the required build dependencies in order to make the version increase in 6c5930c229c8b96aae45e19ad4b7a1c57caa6ddc effective, and ensure that the build fails at the CMake stage if the KFileMetaData version is too old. However, I had missed that KFileMetaData was already an optional dependency. This commit makes it optional again and adjusts the required version. Thanks to Christoph Feck for notifying me about this issue and sorry for the stupid mistake. CCMAIL: [email protected]
2016-02-12GIT_SILENT Upgrade KDE Applications version to 15.12.2.Albert Astals Cid
2016-02-10Increase the required KF5 versionFrank Reininghaus
Dolphin needs version 5.19 of kfilemetadata since 2257b94e4fc425a62bcdc065791566a20c517052
2016-02-10Detect FileMetaData framework at CMake stage becasuse Dolphin needs itFrank Reininghaus
2016-01-19include KDEFrameworksCompilerSettings as suggested in the documentationAleix Pol
2016-01-07GIT_SILENT Upgrade KDE Applications version to 15.12.1.Albert Astals Cid
2015-12-08GIT_SILENT Upgrade KDE Applications version to 15.12.0.Albert Astals Cid
2015-12-02GIT_SILENT Upgrade KDE Applications version to 15.11.90.Albert Astals Cid
2015-11-18GIT_SILENT Upgrade KDE Applications version to 15.11.80.Albert Astals Cid
2015-11-14Enable KCrash crash handler.Andreas Cord-Landwehr
2015-11-09Merge branch 'Applications/15.08'Emmanuel Pescosta
2015-11-04GIT_SILENT Upgrade KDE Applications version to 15.08.3.Albert Astals Cid
2015-11-04Use the new KOverlayIconPlugin interface from KIO::WidgetsOlivier Goffart
REVIEW: 125675
2015-10-09GIT_SILENT Upgrade KDE Applications version to 15.08.2.Albert Astals Cid
2015-09-26Merge branch 'Applications/15.08'Michael Palimaka
2015-09-26Fix KF5Activities being optional.Michael Palimaka
If found via find_package(KF5 COMPONENTS Activities) instead, it will inherit REQUIRED from the previous call. REVIEW: 125360
2015-09-10GIT_SILENT Upgrade KDE Applications version to 15.08.1.Albert Astals Cid
2015-08-27Update dependencies.Michael Palimaka
It appears that KF5TextEditor was added for KTextEdit, but that is actually provided by KF5TextWidgets. It's then necessary to explicitly link to KF5Parts (it was previously brought in implicitly by KF5TextEditor). REVIEW: 124932
2015-08-23Fix build.Michael Palimaka
2015-08-21Merge branch 'Applications/15.08'Harald Sitter
Conflicts: CMakeLists.txt
2015-08-12Symlinking from .so.5 to .so.14.12.95 makes very little sense, name them 5.0.0David Faure
This can be changed to 5.1 or 6.0 on its own schedule (although libdolphinprivate is really private, no headers installed) CCMAIL: [email protected]
2015-08-12GIT_SILENT Upgrade KDE Applications version to 15.08.0.Albert Astals Cid
2015-08-05GIT_SILENT Upgrade KDE Applications version to 15.07.90.Albert Astals Cid
2015-07-29Enable automatic update of version numberRagnar Thomsen
Use CMake variables autoupdated by release script. Dolphin version is automatically updated to KDE Applications version.
2015-04-22Add dbus interface to dolphinAshish Bansal
Implemented org.freedesktop.FileManager1 dbus interface in dolphin http://www.freedesktop.org/wiki/Specifications/file-manager-interface/ REVIEW: 123313 BUG: 343016
2015-03-06Use the same doc folder name everyone else usesAlbert Astals Cid
2015-02-27Fix build in a kdelibs4-free enviromentHrvoje Senjan
If one had kdelibs includes in /usr, they would get magically picked up, so the build would succeed.
2015-02-27Fixed TODO Remove the if/endif lines if Dolphin is split.Emmanuel Pescosta
2015-02-26Port away from KDELibs4Support (we only use KDELibs4Support when baloo isn't ↵Emmanuel Pescosta
present, because KFileMetaDataWidget is in KDELibs4Support) Reviewed-By: Vishesh Handa
2015-02-25Bump the Qt version to 5.4 and the KF5 version to 5.7Emmanuel Pescosta
Added all required components Reviewed-By: David Edmundson
2015-02-25Fix DolphinVcs cmake to be findableDavid Edmundson
Reviewed-By: Emmanuel Pescosta
2015-02-25Move the KVersionControlPlugin2 interface from konqlib to Dolphin and remove ↵Emmanuel Pescosta
the deprecated KVersionControlPlugin interface from konqlib REVIEW: 122687
2015-02-04add debug message to check CI failureBhushan Shah
2015-02-04Add dolphin dbus serviceEmmanuel Pescosta
2015-02-04Port Dolphin away from KApplication, KCmdLineArgs and K4AboutDataMathieu Tarral
2014-10-19Increase versionMontel Laurent
2014-06-29Move docs.Christophe Giboudeaux
2014-06-29KF5ify Dolphin.Christophe Giboudeaux
2014-05-05Allow compiling Dolphin with KF5Alex Richardson
This does not work properly yet, there are probably quite a few bad signal/ slot connections due to KUrl -> QUrl. However dolphin starts without crashing. Accessibility is not ported since that changed quite a lot from Qt4 -> Qt5 and I have no idea how it is supposed to be used. This is the first commit for review 117395
2007-07-04remove redundant project declarationsDirk Mueller
svn path=/trunk/KDE/kdebase/apps/; revision=683437
2007-03-28As we require now qt4.3 this check is not necessaryLaurent Montel
svn path=/trunk/KDE/kdebase/apps/; revision=647420
2007-03-28dolphin is the first apps which requires Laurent Montel
qt4.3 but by default we don't requires it for the moment I will not increase check into kdelibs now but it will a good idea to increase it => for the moment disable dolphin if we don't have qt>=4.3 svn path=/trunk/KDE/kdebase/apps/; revision=647416
2007-02-15config.h just add package name/version etc.Laurent Montel
=> not necessary now that it's into kdebase Cleanup CMakeList svn path=/trunk/KDE/kdebase/apps/; revision=633749
2007-02-05Fix compilationDavid Faure
svn path=/trunk/playground/utils/dolphin/; revision=630669
2006-11-21commited initial version of DolphinPeter Penz
svn path=/trunk/playground/utils/dolphin/; revision=606622