[QGIS Commit] r9878 - in branches/Version-1_0: debian
src/app/composer src/plugins/gps_importer
svn_qgis at osgeo.org
svn_qgis at osgeo.org
Sat Dec 20 14:33:41 EST 2008
Author: jef
Date: 2008-12-20 14:33:41 -0500 (Sat, 20 Dec 2008)
New Revision: 9878
Modified:
branches/Version-1_0/debian/changelog
branches/Version-1_0/debian/control
branches/Version-1_0/debian/rules
branches/Version-1_0/src/app/composer/qgscomposer.cpp
branches/Version-1_0/src/plugins/gps_importer/qgsgpsplugingui.cpp
Log:
apply r9875 to r9877 from trunk
Modified: branches/Version-1_0/debian/changelog
===================================================================
--- branches/Version-1_0/debian/changelog 2008-12-20 18:21:41 UTC (rev 9877)
+++ branches/Version-1_0/debian/changelog 2008-12-20 19:33:41 UTC (rev 9878)
@@ -1,3 +1,9 @@
+qgis (1.0preview18) experimental; urgency=low
+
+ * add suggestion for gpsbabel
+
+ -- JÃŒrgen E. Fischer <jef at norbit.de> Sat, 20 Dec 2008 19:08:34 +0100
+
qgis (1.0preview17) experimental; urgency=low
* include quickprint and coordinate capture plugin
Modified: branches/Version-1_0/debian/control
===================================================================
--- branches/Version-1_0/debian/control 2008-12-20 18:21:41 UTC (rev 9877)
+++ branches/Version-1_0/debian/control 2008-12-20 19:33:41 UTC (rev 9878)
@@ -18,6 +18,7 @@
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: qgis-plugin-grass, python-qgis
+Suggests: gpsbabel
Conflicts: uim-qt3
Description: Geographic Information System (GIS)
A Geographic Information System (GIS) manages, analyzes, and displays
Modified: branches/Version-1_0/debian/rules
===================================================================
--- branches/Version-1_0/debian/rules 2008-12-20 18:21:41 UTC (rev 9877)
+++ branches/Version-1_0/debian/rules 2008-12-20 19:33:41 UTC (rev 9878)
@@ -18,7 +18,7 @@
-D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_SKIP_RPATH=TRUE \
-D BINDINGS_GLOBAL_INSTALL=TRUE \
- -D PEDANTIC=TRUE \
+ -D PEDANTIC=TRUE
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
CFLAGS += -O0
Modified: branches/Version-1_0/src/app/composer/qgscomposer.cpp
===================================================================
--- branches/Version-1_0/src/app/composer/qgscomposer.cpp 2008-12-20 18:21:41 UTC (rev 9877)
+++ branches/Version-1_0/src/app/composer/qgscomposer.cpp 2008-12-20 19:33:41 UTC (rev 9878)
@@ -600,18 +600,18 @@
m->setCheckBoxVisible( true );
m->setCheckBoxQSettingsLabel( myQSettingsLabel );
m->setMessageAsHtml( tr( "<p>The SVG export function in Qgis has several "
- "problems due to bugs and deficiencies in the "
+ "problems due to bugs and deficiencies in the " )
#if QT_VERSION < 0x040300
- "Qt4 svg code. Of note, text does not "
+ + tr( "Qt4 svg code. Of note, text does not "
"appear in the SVG file and there are problems "
"with the map bounding box clipping other items "
- "such as the legend or scale bar.</p>"
+ "such as the legend or scale bar.</p>" )
#else
- "Qt4 svg code. In particular, there are problems "
+ + tr( "Qt4 svg code. In particular, there are problems "
"with layers not being clipped to the map "
- "bounding box.</p>"
+ "bounding box.</p>" )
#endif
- "If you require a vector-based output file from "
+ + tr( "If you require a vector-based output file from "
"Qgis it is suggested that you try printing "
"to PostScript if the SVG output is not "
"satisfactory."
Modified: branches/Version-1_0/src/plugins/gps_importer/qgsgpsplugingui.cpp
===================================================================
--- branches/Version-1_0/src/plugins/gps_importer/qgsgpsplugingui.cpp 2008-12-20 18:21:41 UTC (rev 9877)
+++ branches/Version-1_0/src/plugins/gps_importer/qgsgpsplugingui.cpp 2008-12-20 19:33:41 UTC (rev 9878)
@@ -335,6 +335,8 @@
break;
}
+ cmbDLPort->addItem( "usb:" );
+ cmbULPort->addItem( "usb:" );
#endif
#ifdef __FreeBSD__ // freebsd
More information about the QGIS-commit
mailing list