145 Commits

Author SHA1 Message Date
Larry Shaffer
a27aad04f6 Run Mac bundled app from build directory
- No longer a need for hard link
- Build directory app bundle, providers, Python plugins and unit tests functional
- Adjusted resources corrected on install
2012-10-29 03:05:10 -06:00
Werner Macho
b78456f70d added machine readable license 2012-10-24 12:28:20 +02:00
Larry Shaffer
e8edb950e4 Add CMake finds for QScintilla2 and Qsci module
- Needs testing on Windows platform
- Add QScintilla2 library version info to About dialog
- Add Mac bundling support for Qwt 6 framework and QScintilla2
- Fallback to sys or custom site-pkgs when looking for PyQt4 modules to Mac bundle
2012-10-22 20:45:14 -06:00
Pirmin Kalberer
b419adc514 Use ViewerWidget and Controls from OsgEarth instead of backports 2012-10-19 02:03:42 +02:00
Werner Macho
b3dcc3d7c4 another few licenses added 2012-10-11 17:15:32 +02:00
Juergen E. Fischer
e7f40bdea4 add more copyrights 2012-10-06 13:32:08 +02:00
Larry Shaffer
064c0c054b PyQScintilla api files setup for local compiling of pap file
- Update and concatenate sip-built api files into PyQGIS.api
- Move python/qgis/api to python/qsci_apis for future api selection and compiling module
- Add base version api files for python components
2012-10-04 15:06:25 -06:00
Juergen E. Fischer
74fd0e48ae more sip fixes:
- also move enum StyleEntity in QgsStyleV2
- fix some warnings
2012-09-24 18:43:20 +02:00
Juergen E. Fischer
9117bf1b10 fix warnings 2012-09-17 11:05:53 +02:00
Larry Shaffer
096badd94f Revert most Mac hacks for testing in favor of 4cfc365
- Cleanup of old .qml svg paths to matches other test data .qml
2012-08-26 17:27:18 -06:00
Tim Sutton
0d6858e30c Typo fix 2012-08-26 15:13:12 +02:00
Larry Shaffer
9e73629d92 Fix package data and svg paths for cmake and pyqgis tests on Mac 2012-08-24 22:03:46 -06:00
Juergen E. Fischer
96b2d51e97 fix tests on windows 2012-08-18 00:44:50 +02:00
Juergen E. Fischer
511e89ca36 - remove CMAKE_BUILD_TYPE from osgeo4w nightly configuration
- rename 'our' astyle to qgisstyle
2012-08-07 17:57:25 +02:00
Juergen E. Fischer
3b3f6748f1 remove CMAKE_BUILD_TYPE dependency on windows 2012-08-06 10:12:38 +02:00
Juergen E. Fischer
fdefb5bffb run python tests from build directory 2012-07-25 22:32:29 +02:00
Tim Sutton
55fc81d76a Merge branch 'master' of github.com:qgis/Quantum-GIS 2012-07-23 00:05:36 +02:00
Tim Sutton
b702d3ca9f Initial test framework for running python tests as part of the CTest suite. 2012-07-23 00:02:56 +02:00
Larry Shaffer
2599bf4683 Fix for Mac source builds.
Builds were not portable (i.e. Snow Leopard to Lion, dev Mac to client) because libs were still referencing dev Mac's libs and were not being updated on bundle frameworks.
2012-07-19 20:59:03 -06:00
Juergen E. Fischer
edaadddb2a fix cmake warning and report GDAL version 2012-05-13 00:24:26 +02:00
Juergen E. Fischer
44248cb050 fix GDAL version check 2012-05-11 12:29:32 +02:00
William Kyngesburye
517fd7e63b handle crssync in bundling stage 2012-04-21 12:23:38 -05:00
Juergen E. Fischer
59a08c4109 fix #5331 2012-04-07 19:25:32 +02:00
Juergen E. Fischer
9e57e20f61 move grassprovider to grass library (might fix #3999) 2012-04-02 22:23:28 +02:00
Marco Bernasocchi
6055c11fe4 android goodies (pull request #94):
[Marco Bernasocchi]
- adding needed files to support internal GPS via QtMobility, implementation of QgsQtLocationConnection is only a stub
- cleaning up methods names
- adding mobility to CMakeLists
- testing
- added hack to test parseData()
- adding more parsing stuff
- Adding debugging info and making connection fail if no QtSatellite datasource available
- Initial working GPS with coordinates bug (values shifted)
- Adding Initial GPS support to android using QtLocation
- Adding Ground speed and direction
- put ok button on top of widget to make it usable until scroll area is added (HACK to be Reverted later)
- added vertical and horizontal accurancy
- Removing test values qtlocationconnection
- refactor debug messages
- adding compass plugin
- trying NathanW suggestion
- adding new compass plugin
- Fixed satellitesUpdated signals
- removing setDataRate
- temporarely removed calibrationLevel display to be reverted when https://sourceforge.net/p/necessitas/tickets/153/ is fixed
- addin comment
- making QLineEdits readonly
- added calibration level support
[Jürgen E. Fischer]
- squashed, reindented and skipped some already addressed changes to qgisapp and vector layer provider
2012-02-08 22:26:35 +01:00
Juergen E. Fischer
2564e6a79a [API] add sip bindings for QgsCsException 2012-01-28 22:33:14 +01:00
William Kyngesburye
bdd33b3048 generalize helper apps bundling; more quoting 2011-12-26 12:21:34 -06:00
William Kyngesburye
5ed3977b18 more quoting in case there are empty variables, and tests for existence of files before executing commands 2011-12-26 10:11:36 -06:00
William Kyngesburye
34901f780d don't create framework folders if framework does not exist;
quote library names for IF test
2011-12-25 12:07:52 -06:00
Juergen E. Fischer
893f305c51 update for sip 4.13 2011-12-24 05:09:25 +01:00
Marco Bernasocchi
559af8a843 Merge branch 'master' of https://github.com/qgis/Quantum-GIS into android 2011-11-13 13:39:07 +01:00
Juergen E. Fischer
acb921b188 osgeo4w update: use external libspatialindex 2011-10-08 22:24:21 +02:00
Juergen E. Fischer
c02421a07b finish #4111:
- apply missing bits
- update internal spatialindex copy to 1.6.1
- update debian packaging to use external library
2011-10-08 11:46:11 +00:00
Martin Dobias
466d50d11e Raised minimal Bison version to 2.4 (for QgsExpression). Fixed bison version detection. 2011-08-30 20:41:04 +02:00
Juergen E. Fischer
7e6877010c depends on CMake >=2.6.2 and drop support for lenny (debian oldstable) 2011-08-29 11:41:39 +02:00
Marco Bernasocchi
76244bc59c If on android force POSTGRES_INCLUDE_DIR and POSTGRES_LIBRARY, needs to be bette but works 2011-08-26 18:46:39 +02:00
William Kyngesburye
939f65cc1c find qgis frameworks in /Library/Frameworks first 2011-08-15 20:45:59 -05:00
Juergen E. Fischer
f71ecb90bf add optional Qwt 6.0 support (including QwtPolar 1.0) 2011-08-12 20:51:11 +02:00
Juergen E. Fischer
8c9ed1880b fix another cmake <2.8 issue (followup to f3d5387edb309935c956acda6ae5e1f52523286c) 2011-08-09 13:51:25 +02:00
William Kyngesburye
05d2cd9612 forgot to detab files 2011-07-24 19:53:16 -05:00
William Kyngesburye
dbd9e22817 more mac bundling cleanup and streamlining 2011-07-24 18:58:22 -05:00
William Kyngesburye
932f511c03 simplify framework bundling, don't need to know fw version (always current) 2011-07-24 11:50:03 -05:00
Juergen E. Fischer
5a1f7683a8 globe plugin fixes:
- implement a compile check to tell apart OSGEARTH 2.0 from 3.0
- fix warnings
2011-07-13 21:41:10 +02:00
Juergen E. Fischer
8e3aca41ee add globe plugin to osgeo4w package 2011-07-10 13:47:44 +02:00
Pirmin Kalberer
114ff9fc4f CMake for globe 2011-07-06 00:24:34 +02:00
Juergen E. Fischer
6d90708e86 fix windows build 2011-07-05 18:54:50 +02:00
William Kyngesburye
1043c03083 simplify detection on OS X 2011-07-04 12:19:01 -05:00
William Kyngesburye
405226893f OS X frameworks for qgis libs;
dev frameworks install option;
cmake cleanup
2011-07-04 11:15:40 -05:00
William Kyngesburye
a917265c4e add missing version numbers to Mac framework detection 2011-05-28 21:49:38 -05:00
Juergen E. Fischer
32801ed25f make pdf generation for txt2tags doc optional 2011-05-27 22:56:42 +02:00