┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)Author
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