aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2015-07-20Only enable Bluetooth support if building against Qt5.4 or newerGravatar Dirk Hohndel
2015-07-18Remove now unneeded defineGravatar Anton Lundin
2015-07-17QML UI: Implement showing of the dive profile on QMLGravatar Grace Karanja
2015-07-16Fix libssh libssl linker order for AndroidGravatar Anton Lundin
2015-07-16Cmake: use correct variable to find make commandGravatar Dirk Hohndel
2015-07-14Cmake: don't hardcode the make commandGravatar Dirk Hohndel
2015-07-13Android build: statically link against libssl and libcryptoGravatar Dirk Hohndel
2015-07-10Cmake: use the mobile icon for Android apkGravatar Dirk Hohndel
2015-07-09Add different icon for mobile appGravatar Dirk Hohndel
2015-07-09Teach android build about subsurface-mobileGravatar Anton Lundin
2015-07-08Use qt-android-cmake to produce a android apkGravatar Anton Lundin
2015-07-08Make the libssh linking optionalGravatar Anton Lundin
2015-07-06Cmake: make Facebook support an actual optionGravatar Dirk Hohndel
2015-07-06Implement the custom Bluetooth serial communication and use itGravatar Claudiu Olteanu
2015-07-06Add a dialog for remote Bluetooth devices selectionGravatar Claudiu Olteanu
2015-07-05Cmake: only build print related files if NO_PRINTING isn't setGravatar Dirk Hohndel
2015-07-05Correctly include QtQuick when building for mobileGravatar Grace Karanja
2015-07-05Merge branch 'custom-print' of github.com:neolit123/subsurfaceGravatar Dirk Hohndel
2015-07-05Printing: add TemplateEdit form to source treeGravatar Gehad elrobey
2015-07-05Add simple test for the dive plannerGravatar Dirk Hohndel
2015-07-02Merge branch 'taxonomy'Gravatar Dirk Hohndel
2015-07-01Geo taxonomy: create some data structures and helper functionsGravatar Dirk Hohndel
2015-07-01Cmake support: remove a clearly broken lineGravatar Dirk Hohndel
2015-07-01Introduce CMake support for building for AndroidGravatar Anton Lundin
2015-07-01Fix NO_PRINTING when printing is disabled in QtGravatar Anton Lundin
2015-07-01Group QT-quick options into one blockGravatar Anton Lundin
2015-07-01Re-introduce NO_USERMANUAL for Android buildingGravatar Anton Lundin
2015-06-29Cmake: missing quotesGravatar Dirk Hohndel
2015-06-29Cmake: another attempt to make things work with libssh2Gravatar Dirk Hohndel
2015-06-29Fix build with libssh from gitGravatar Tomaz Canabrava
2015-06-27Make sure the output directory is created before we run asciidocGravatar Dirk Hohndel
2015-06-21Cmake support: the printer files are part of the UIGravatar Dirk Hohndel
2015-06-21CMake support: turn building for mobile into an optionGravatar Dirk Hohndel
2015-06-21Cmake support: fix typoGravatar Dirk Hohndel
2015-06-20Add DiveListModelGravatar Grace Karanja
2015-06-20Add QMLManager to the cmakeGravatar Grace Karanja
2015-06-20Add subsurface-mobile app to cmakeGravatar Grace Karanja
2015-06-20Cmake support: remove Documentation/images in build dirGravatar Dirk Hohndel
2015-06-20Cmake support: fix in tree buildsGravatar Dirk Hohndel
2015-06-19Windows installer: include grantlee plugins and printing templatesGravatar Dirk Hohndel
2015-06-19Allow printing and HTML export to work when running from build directoryGravatar Dirk Hohndel
2015-06-19Printing: fix "if" condition clause in cmake fileGravatar Gehad elrobey
2015-06-16Implement a standalone HTML exporterGravatar Dirk Hohndel
2015-06-16Separate initializing Qt from initializing the UIGravatar Dirk Hohndel
2015-06-16HTML export: separate UI and logic codeGravatar Dirk Hohndel
2015-06-16Move checking the cloud connection into its own filesGravatar Dirk Hohndel
2015-06-16Code cleanup: implement window title update via signalGravatar Dirk Hohndel
2015-06-13Simplify distance calculationsGravatar Anton Lundin
2015-06-12Cloud storage: Require libcurl in order to support http proxiesGravatar Dirk Hohndel
2015-06-10Add helper function to determine the distance between two pointsGravatar Dirk Hohndel