This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "qgsexpression.h" | |
QHash<QString, QgsExpression::Help> QgsExpression::gFunctionHelpTexts; | |
void QgsExpression::initFunctionHelp() | |
{ | |
if( !gFunctionHelpTexts.isEmpty() ) | |
return; | |
gFunctionHelpTexts.insert( "$area", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Marker - Sep 10, 2015, 11:41:05 AM | |
2015-09-10 11:41:20,046 INFO [geoserver.wcs] - | |
Request: getServiceInfo | |
2015-09-10 11:41:20,046 INFO [geoserver.ows] - acceptVersions: 1.1.0,1.0.0 | |
2015-09-10 11:41:20,047 WARN [geoserver.wcs2_0] - GetCapa2.0 Dispatching to 1.1 | |
2015-09-10 11:41:20,047 INFO [geoserver.wcs] - | |
Request: getCapabilities | |
acceptVersions: | |
version[0] = 1.1.0version[0] = 1.0.0 | |
baseUrl = http://localhost:8080/geoserver/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/numpy/distutils/command/build_ext.py b/numpy/distutils/command/build_ext.py | |
index b48e422..4311758 100644 | |
--- a/numpy/distutils/command/build_ext.py | |
+++ b/numpy/distutils/command/build_ext.py | |
@@ -46,10 +46,14 @@ class build_ext (old_build_ext): | |
self.fcompiler = None | |
def finalize_options(self): | |
- incl_dirs = self.include_dirs | |
+ if isinstance(self.include_dirs, str): |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- a/jetty.xml.orig 2015-03-01 15:24:37.000000000 -0700 | |
+++ b/jetty.xml 2015-03-01 15:23:18.000000000 -0700 | |
@@ -32,7 +32,7 @@ | |
<Set name="port"><SystemProperty name="jetty.port" default="8088"/></Set> | |
<Set name="maxIdleTime">30000</Set> | |
<Set name="Acceptors">2</Set> | |
- <Set name="confidentialPort">8443</Set> | |
+ <Set name="confidentialPort">8483</Set> | |
</New> | |
</Arg> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/cmake/MacBundleMacros.cmake b/cmake/MacBundleMacros.cmake | |
index e9bfd7b..c2c2e20 100644 | |
--- a/cmake/MacBundleMacros.cmake | |
+++ b/cmake/MacBundleMacros.cmake | |
@@ -133,11 +133,12 @@ FUNCTION (UPDATEQGISPATHS LIBFROM LIBTO) | |
FOREACH (QL ${QGFWLIST}) | |
INSTALLNAMETOOL_CHANGE ("${LIBFROM}" "${LIB_CHG_TO}" "${QFWDIR}/${QL}.framework/${QL}") | |
ENDFOREACH (QL) | |
- # libqgispython is not a framework | |
+ # libqgispython and libqgis_server are not frameworks |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DEBUG - GeoGig gateway not started. Will try to start it | |
DEBUG - Trying to start gateway at /Users/larrys/.qgis2/python/plugins/versio/bin/geogig/bin | |
DEBUG - Gateway correctly started | |
DEBUG - Executed show-ref --color never in 0.002928 millisecs | |
DEBUG - Executed ls-tree HEAD -v --color never in 0.000175 millisecs | |
DEBUG - Executed remote list -v --color never in 0.000177 millisecs | |
DEBUG - Executed rev-parse master --color never in 0.000159 millisecs | |
DEBUG - Executed rev-parse refs/remotes/origin/master --color never in 0.000163 millisecs | |
DEBUG - Executed rev-list bdf766c49b49d14e8fbac9e8d224bbf08fa296d7..master --color never in 0.000194 millisecs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 4e78b8b5e5d88243f97939d060aa96224a8ba174 Mon Sep 17 00:00:00 2001 | |
From: Werner Macho <[email protected]> | |
Date: Fri, 28 Nov 2014 15:20:55 +0100 | |
Subject: [PATCH] latvian update | |
Signed-off-by: Werner Macho <[email protected]> | |
--- | |
doc/TRANSLATORS | 2 +- | |
i18n/qgis_lv.ts | 2036 ++++++++++++++++++++++++++++++------------------------- | |
2 files changed, 1124 insertions(+), 914 deletions(-) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0 0x584f361 | |
1 QCA::BigInteger::BigInteger qca 0x3082fcd | |
2 QCA::BigInteger::BigInteger qca 0x308367e | |
3 QCA::BigInteger::BigInteger qca 0x30848bd | |
4 QCA::BigInteger::BigInteger qca 0x3084df6 | |
5 QCA::Algorithm::takeContext qca 0x304db99 | |
6 QCA::deinit qca 0x304f577 | |
7 QgsAuthManager::~QgsAuthManager qgsauthenticationmanager.cpp 893 0x296e3cc | |
8 QgsAuthManager::`vector deleting destructor' qgis_core 0x296ec2d | |
9 QgsApplication::exitQgis qgsapplication.cpp 659 0x29592b1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rem build master version | |
rem git clone git://anongit.kde.org/qca.git | |
rem build/install qca lib against OSGeo4W, and only build the OpenSSL plugin (qca-ossl) | |
set QCACLONE=X:\QCA | |
set CMAKE_BIN=X:\Tools\CMake\bin | |
set QTCREATOR_BIN=C:\Qt\qtcreator-3.3.0\bin | |
set OSGEO4W_ROOT=X:\OSGeo4W | |
set INCLUDE=%INCLUDE%;"%PROGRAMFILES%\Microsoft SDKs\Windows\v7.0\Include" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
00000343 30.04520416 [4160] ..\..\..\src\core\qgsauthenticationmanager.cpp(739) : (QgsAuthManager::loadAuthenticationConfig) Load full config SUCCESS for authid: 8ea1hz7 | |
00000344 35.14398193 [4160] ..\..\..\src\core\qgsmessagelog.cpp(45) : (QgsMessageLog::logMessage) 2014-12-05T09:32:38 Python warning[1] warning:C:\PROGRA~1\BOUNDL~1\QGIS\qgis\apps\qgis\python\plugins\opengeo\ext-libs\gsconfig-0.6.9-py2.7.egg\geoserver\layer.py:98: DeprecationWarning: This method will be removed in future versions. Use 'list(elem)' or iteration over elem instead. | |
00000345 35.14398193 [4160] atom_link = [ n for n in element.getchildren() if 'href' in n.attrib ] | |
00000346 35.14398193 [4160] | |
00000347 35.14398193 [4160] traceback: File "C:/PROGRA~1/BOUNDL~1/QGIS/qgis/apps/qgis/./python/plugins\opengeo\gui\gsexploreritems.py", line 516, in run | |
00000348 35.14398193 [4160] self.func() | |
00000349 35.14398193 [4160] File "C:/PROGRA~1/BOUNDL~1/QGIS/qgis/apps/qgis/./python/plugins\opengeo\gui\gsexploreritems.py", line 581, |