File tree Expand file tree Collapse file tree 5 files changed +16
-7
lines changed Expand file tree Collapse file tree 5 files changed +16
-7
lines changed Original file line number Diff line number Diff line change
1
+ qgis (1.0preview18) experimental; urgency=low
2
+
3
+ * add suggestion for gpsbabel
4
+
5
+ -- JÃŒrgen E. Fischer <jef@norbit.de> Sat, 20 Dec 2008 19:08:34 +0100
6
+
1
7
qgis (1.0preview17) experimental; urgency=low
2
8
3
9
* include quickprint and coordinate capture plugin
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ Package: qgis
18
18
Architecture: any
19
19
Depends: ${shlibs:Depends}, ${misc:Depends}
20
20
Recommends: qgis-plugin-grass, python-qgis
21
+ Suggests: gpsbabel
21
22
Conflicts: uim-qt3
22
23
Description: Geographic Information System (GIS)
23
24
A Geographic Information System (GIS) manages, analyzes, and displays
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ CMAKE_OPTS = \
18
18
-D CMAKE_INSTALL_PREFIX=/usr \
19
19
-D CMAKE_SKIP_RPATH=TRUE \
20
20
-D BINDINGS_GLOBAL_INSTALL=TRUE \
21
- -D PEDANTIC=TRUE \
21
+ -D PEDANTIC=TRUE
22
22
23
23
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS ) ) )
24
24
CFLAGS += -O0
Original file line number Diff line number Diff line change @@ -600,18 +600,18 @@ void QgsComposer::on_mActionExportAsSVG_activated( void )
600
600
m->setCheckBoxVisible ( true );
601
601
m->setCheckBoxQSettingsLabel ( myQSettingsLabel );
602
602
m->setMessageAsHtml ( tr ( " <p>The SVG export function in Qgis has several "
603
- " problems due to bugs and deficiencies in the "
603
+ " problems due to bugs and deficiencies in the " )
604
604
#if QT_VERSION < 0x040300
605
- " Qt4 svg code. Of note, text does not "
605
+ + tr ( " Qt4 svg code. Of note, text does not "
606
606
" appear in the SVG file and there are problems "
607
607
" with the map bounding box clipping other items "
608
- " such as the legend or scale bar.</p>"
608
+ " such as the legend or scale bar.</p>" )
609
609
#else
610
- " Qt4 svg code. In particular, there are problems "
610
+ + tr ( " Qt4 svg code. In particular, there are problems "
611
611
" with layers not being clipped to the map "
612
- " bounding box.</p>"
612
+ " bounding box.</p>" )
613
613
#endif
614
- " If you require a vector-based output file from "
614
+ + tr ( " If you require a vector-based output file from "
615
615
" Qgis it is suggested that you try printing "
616
616
" to PostScript if the SVG output is not "
617
617
" satisfactory."
Original file line number Diff line number Diff line change @@ -335,6 +335,8 @@ void QgsGPSPluginGui::populatePortComboBoxes()
335
335
break ;
336
336
}
337
337
338
+ cmbDLPort->addItem ( " usb:" );
339
+ cmbULPort->addItem ( " usb:" );
338
340
#endif
339
341
340
342
#ifdef __FreeBSD__ // freebsd
You can’t perform that action at this time.
0 commit comments