forked from qgis/QGIS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- integrate PythonConsole help into main translation - allow referencing QGIS images in context help(viewer)
- Loading branch information
Showing
70 changed files
with
25,952 additions
and
12,855 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ ENDIF (APPLE) | |
|
||
# Note the version no is Mmmpp for Major/minor/patch, 0-padded, thus '10100' for 1.1.0 | ||
MATH(EXPR QGIS_VERSION_INT "${CPACK_PACKAGE_VERSION_MAJOR}*10000+${CPACK_PACKAGE_VERSION_MINOR}*100+${CPACK_PACKAGE_VERSION_PATCH}") | ||
MESSAGE(STATUS "Quantum GIS version: ${COMPLETE_VERSION} ${RELEASE_NAME} (${QGIS_VERSION_INT})") | ||
MESSAGE(STATUS "QGIS version: ${COMPLETE_VERSION} ${RELEASE_NAME} (${QGIS_VERSION_INT})") | ||
|
||
############################################################# | ||
# CMake settings | ||
|
@@ -700,25 +700,25 @@ ADD_CUSTOM_TARGET(uninstall | |
|
||
INCLUDE(InstallRequiredSystemLibraries) | ||
|
||
SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Quantum GIS") | ||
SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "QGIS") | ||
SET(CPACK_PACKAGE_VENDOR "Open Source Geospatial Foundation") | ||
SET(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/README") | ||
SET(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/COPYING") | ||
SET(CPACK_PACKAGE_INSTALL_DIRECTORY "Quantum GIS ${COMPLETE_VERSION}") | ||
SET(CPACK_PACKAGE_INSTALL_DIRECTORY "QGIS ${COMPLETE_VERSION}") | ||
IF(WIN32 AND NOT UNIX) | ||
# There is a bug in NSI that does not handle full unix paths properly. Make | ||
# sure there is at least one set of four (4) backslashes. | ||
SET(CPACK_PACKAGE_ICON "${CMAKE_SOURCE_DIR}/win_build\\\\sidebar.bmp") | ||
SET(CPACK_NSIS_INSTALLED_ICON_NAME "\\\\qgis.exe") | ||
SET(CPACK_NSIS_DISPLAY_NAME "${CPACK_PACKAGE_INSTALL_DIRECTORY} Quantum GIS") | ||
SET(CPACK_NSIS_DISPLAY_NAME "${CPACK_PACKAGE_INSTALL_DIRECTORY} QGIS") | ||
SET(CPACK_NSIS_HELP_LINK "http:\\\\\\\\qgis.org") | ||
SET(CPACK_NSIS_URL_INFO_ABOUT "http:\\\\\\\\qgis.org") | ||
SET(CPACK_NSIS_CONTACT "[email protected]") | ||
SET(CPACK_NSIS_MODIFY_PATH ON) | ||
|
||
# SET(CPACK_NSIS_EXTRA_INSTALL_COMMANDS " !include \\\"${CMAKE_SOURCE_DIR}\\\\win_build\\\\extra.nsh\\\"") | ||
ELSE(WIN32 AND NOT UNIX) | ||
#SET(CPACK_STRIP_FILES "Quantum GIS") | ||
#SET(CPACK_STRIP_FILES "QGIS") | ||
#SET(CPACK_SOURCE_STRIP_FILES "") | ||
ENDIF(WIN32 AND NOT UNIX) | ||
SET(CPACK_PACKAGE_EXECUTABLES "qgis" "QGIS") | ||
|
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ | |
""" | ||
__author__ = 'Larry Shaffer ([email protected])' | ||
__date__ = '22/10/2012' | ||
__copyright__ = 'Copyright 2012, The Quantum GIS Project' | ||
__copyright__ = 'Copyright 2012, The QGIS Project' | ||
|
||
|
||
try: | ||
|
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
Oops, something went wrong.