debian/0000755000000000000000000000000012146463271007174 5ustar debian/libqwt5-qt4.install0000644000000000000000000000002511616702020012643 0ustar usr/lib/lib*qt4.so.* debian/libqwt5-qt4-dev.install0000644000000000000000000000014311754504114013427 0ustar usr/include/qwt-qt4 usr/lib/libqwt-qt4.so usr/lib/*/qt4/plugins/designer/libqwt_designer_plugin.so debian/changelog0000644000000000000000000000723112146462635011054 0ustar qwt5 (5.2.3-1) unstable; urgency=low * New upstream release * Removed one missing warning from patch 02_add_missing_warnings.diff * Bump compat version to 9 * Bump standards version to 3.9.4 * Change debhelper dependency to version 9 * Add hardening includes to rules file * Add build dependency on dpkg-dev (>= 1.16.1~) -- Gudjon I. Gudjonsson Fri, 10 May 2013 17:13:36 +0200 qwt5 (5.2.2-3) unstable; urgency=low [ Scott Kitterman ] * Update for multi-arch Qt - Change install path for libqwt_designer_plugin.so in libqwt5-qt4-dev.install - Update build-depends version requirements for libqt4-dev and debhelper - Add misc:Pre-Depends for libqwt5-qt4 * Bump compat to 8 [ Gudjon I. Gudjonsson ] * New upload (Closes: #662512) -- Gudjon I. Gudjonsson Tue, 15 May 2012 19:03:58 +0200 qwt5 (5.2.2-2) unstable; urgency=low * Remove man page deprecated.3 (Closes: #648283) * Add watch file * Bump standards version to 3.9.3 -- Gudjon I. Gudjonsson Sun, 08 Apr 2012 12:44:10 +0200 qwt5 (5.2.2-1) unstable; urgency=low * New upstream release. * Change source name to qwt5 * Remove qt3 support * Bump standards version to 3.9.2 * Switch to dpkg-source 3.0 (quilt) format * Remove patch 03_qwt_branch_pull_r544.diff * Rewrite patches. Removing qt3 stuff but keeping -qt4 endings for backwards compatibility with Debian packages depending on qwt5 * Add patch 03_manpage_spelling to fix spelling errors in manpages * Add doc base file -- Gudjon I. Gudjonsson Tue, 16 Aug 2011 09:02:50 +0200 qwt (5.2.0-1) unstable; urgency=low * New upstream release. * Add branch pull patch from svn r544. * Bump Standards-Version to 3.8.2. No changes needed. * Update installed manpages. * Use qwt as base name for directory (drop version). * Add missing warnings patch. * Rewrite debian/rules: use dh. -- Fathi Boudra Wed, 01 Jul 2009 16:08:21 +0200 qwt (5.1.2-1) unstable; urgency=low * New upstream release. * Bump compat/debhelper to 7. * Bump Standards-Version to 3.8.1. No changes needed. * Invert Maintainers and Uploaders field. * Fix lintian warnings: - dh_clean _k deprecated. - missing dependency on libc. -- Fathi Boudra Sun, 12 Apr 2009 23:25:58 +0200 qwt (5.1.1-1) unstable; urgency=low * New upstream release. -- Fathi Boudra Mon, 26 May 2008 10:26:31 +0200 qwt (5.1.0-1) unstable; urgency=low * New upstream release. * Refresh makefiles patch. * Remove QwtPlotScaleItem patch. * Bump compat/debhelper to 6. -- Fathi Boudra Fri, 09 May 2008 09:56:52 +0200 qwt (5.0.2-2) unstable; urgency=low * Handle nostrip build option. (Closes: #437877) * Build libqwt5-doc package in binary-indep target. (Closes: #443110) -- Fathi Boudra Fri, 05 Oct 2007 15:20:41 +0200 qwt (5.0.2-1) unstable; urgency=low * New upstream release. * Refresh QwtPlotScaleItem from svn revision 66. * Switch to quilt patch system. -- Fathi Boudra Sun, 29 Jul 2007 11:15:38 +0200 qwt (5.0.1-2) unstable; urgency=low * Enable QwtSVGItem. * Add QwtPlotScaleItem from svn revision 65. -- Fathi Boudra Thu, 8 Mar 2007 15:34:42 +0100 qwt (5.0.1-1) unstable; urgency=low * New upstream release. [ Gudjon I. Gudjonsson ] * Add libqwt5-doc conflicts against libqwt-doc. (Closes: #412953) -- Fathi Boudra Thu, 8 Mar 2007 10:23:47 +0100 qwt (5.0.0-1) unstable; urgency=low * Initial release. -- Fathi Boudra Thu, 1 Feb 2007 11:57:31 +0100 debian/source/0000755000000000000000000000000011616702424010471 5ustar debian/source/format0000644000000000000000000000001411616702424011677 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000172312143216514010250 0ustar #!/usr/bin/make -f export DEB_BUILD_HARDENING=1 DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk QMAKE_AFTER = -after \ 'QMAKE_CXXFLAGS_RELEASE = $(CXXFLAGS)' \ 'QMAKE_POST_LINK ~= s/strip/:' %: dh $@ override_dh_auto_configure: qmake qwt.pro #override_dh_auto_build: # $(MAKE) override_dh_auto_clean: rm -f designer/plugins/designer/libqwt_designer_plugin.so [ ! -f Makefile ] || $(MAKE) distclean override_dh_auto_install: $(MAKE) INSTALL_ROOT=$(CURDIR)/debian/tmp install $(MAKE) INSTALL_ROOT=$(CURDIR)/debian/tmp install mkdir $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH) mv $(CURDIR)/debian/tmp/usr/lib/qt4 $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH) override_dh_installchangelogs: dh_installchangelogs CHANGES override_dh_installdocs: dh_installdocs README override_dh_install: dh_install --list-missing --exclude=qwtlicense.3 override_dh_compress: dh_compress --exclude=.cpp --exclude=.pri --exclude=.xpm debian/watch0000644000000000000000000000013511737774517010241 0ustar version=3 opts=filenamemangle=s/qwt5-/qwt-/ http://sf.net/qwt/qwt-(5)\.(.*)\.(.*)\.tar\.bz2 debian/copyright0000644000000000000000000000547511621127173011135 0ustar This package was debianized by Gudjon I. Gudjonsson on Mon, 18 Dec 2006 22:21:51 +0100. It was downloaded from http://qwt.sourceforge.net Upstream Authors: Uwe Rathmann Josef Wilgen Gerard Vermeulen Micha Bieber Roy Dennington Copyright: © 1997 Josef Wilgen © 2002 Uwe Rathmann License: Qwt License Version 1.0, January 1, 2003 The Qwt library and included programs are provided under the terms of the GNU LESSER GENERAL PUBLIC LICENSE (LGPL) with the following exceptions: 1. Widgets that are subclassed from Qwt widgets do not constitute a derivative work. 2. Static linking of applications and widgets to the Qwt library does not constitute a derivative work and does not require the author to provide source code for the application or widget, use the shared Qwt libraries, or link their applications or widgets against a user-supplied version of Qwt. If you link the application or widget to a modified version of Qwt, then the changes to Qwt must be provided under the terms of the LGPL in sections 1, 2, and 4. 3. You do not have to provide a copy of the Qwt license with programs that are linked to the Qwt library, nor do you have to identify the Qwt license in your program or documentation as required by section 6 of the LGPL. However, programs must still identify their use of Qwt. The following example statement can be included in user documentation to satisfy this requirement: [program/widget] is based in part on the work of the Qwt project (http://qwt.sf.net). ----------------------------------------------------------------------- This package is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA On Debian systems, the complete text of the GNU Lesser General Public License can be found in `/usr/share/common-licenses/LGPL'. The Debian packaging is © 2006, Gudjon I. Gudjonsson and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. debian/libqwt5-doc.manpages0000644000000000000000000000553011662136352013045 0ustar doc/man/man3/QwtAbstractScale.3 doc/man/man3/QwtAbstractScaleDraw.3 doc/man/man3/QwtAbstractSlider.3 doc/man/man3/QwtAlphaColorMap.3 doc/man/man3/QwtAnalogClock.3 doc/man/man3/QwtArrayData.3 doc/man/man3/QwtArrowButton.3 doc/man/man3/QwtCPointerData.3 doc/man/man3/QwtClipper.3 doc/man/man3/QwtColorMap.3 doc/man/man3/QwtCompass.3 doc/man/man3/QwtCompassMagnetNeedle.3 doc/man/man3/QwtCompassRose.3 doc/man/man3/QwtCompassWindArrow.3 doc/man/man3/QwtCounter.3 doc/man/man3/QwtCurveFitter.3 doc/man/man3/QwtData.3 doc/man/man3/QwtDial.3 doc/man/man3/QwtDialNeedle.3 doc/man/man3/QwtDialScaleDraw.3 doc/man/man3/QwtDialSimpleNeedle.3 doc/man/man3/QwtDoubleInterval.3 doc/man/man3/QwtDoubleRange.3 doc/man/man3/QwtDynGridLayout.3 doc/man/man3/QwtEventPattern.3 doc/man/man3/QwtEventPattern_KeyPattern.3 doc/man/man3/QwtEventPattern_MousePattern.3 doc/man/man3/QwtIntervalData.3 doc/man/man3/QwtKnob.3 doc/man/man3/QwtLegend.3 doc/man/man3/QwtLegendItem.3 doc/man/man3/QwtLegendItemManager.3 doc/man/man3/QwtLinearColorMap.3 doc/man/man3/QwtLinearScaleEngine.3 doc/man/man3/QwtLog10ScaleEngine.3 doc/man/man3/QwtMagnifier.3 doc/man/man3/QwtMathMLTextEngine.3 doc/man/man3/QwtMetricsMap.3 doc/man/man3/QwtPainter.3 doc/man/man3/QwtPanner.3 doc/man/man3/QwtPicker.3 doc/man/man3/QwtPickerClickPointMachine.3 doc/man/man3/QwtPickerClickRectMachine.3 doc/man/man3/QwtPickerDragPointMachine.3 doc/man/man3/QwtPickerDragRectMachine.3 doc/man/man3/QwtPickerMachine.3 doc/man/man3/QwtPickerPolygonMachine.3 doc/man/man3/QwtPlainTextEngine.3 doc/man/man3/QwtPlot.3 doc/man/man3/QwtPlotCanvas.3 doc/man/man3/QwtPlotCurve.3 doc/man/man3/QwtPlotDict.3 doc/man/man3/QwtPlotGrid.3 doc/man/man3/QwtPlotItem.3 doc/man/man3/QwtPlotLayout.3 doc/man/man3/QwtPlotMagnifier.3 doc/man/man3/QwtPlotMarker.3 doc/man/man3/QwtPlotPanner.3 doc/man/man3/QwtPlotPicker.3 doc/man/man3/QwtPlotPrintFilter.3 doc/man/man3/QwtPlotRasterItem.3 doc/man/man3/QwtPlotRescaler.3 doc/man/man3/QwtPlotScaleItem.3 doc/man/man3/QwtPlotSpectrogram.3 doc/man/man3/QwtPlotSvgItem.3 doc/man/man3/QwtPlotZoomer.3 doc/man/man3/QwtPolygonFData.3 doc/man/man3/QwtRasterData.3 doc/man/man3/QwtRichTextEngine.3 doc/man/man3/QwtRoundScaleDraw.3 doc/man/man3/QwtScaleArithmetic.3 doc/man/man3/QwtScaleDiv.3 doc/man/man3/QwtScaleDraw.3 doc/man/man3/QwtScaleEngine.3 doc/man/man3/QwtScaleMap.3 doc/man/man3/QwtScaleTransformation.3 doc/man/man3/QwtScaleWidget.3 doc/man/man3/QwtSimpleCompassRose.3 doc/man/man3/QwtSlider.3 doc/man/man3/QwtSpline.3 doc/man/man3/QwtSplineCurveFitter.3 doc/man/man3/QwtSymbol.3 doc/man/man3/QwtText.3 doc/man/man3/QwtTextEngine.3 doc/man/man3/QwtTextLabel.3 doc/man/man3/QwtThermo.3 doc/man/man3/QwtWheel.3 doc/man/man3/controlscreenshots.3 doc/man/man3/curvescreenshots.3 doc/man/man3/histogramscreenshots.3 doc/man/man3/qwtinstall.3 #doc/man/man3/qwtlicense.3 doc/man/man3/scatterscreenshots.3 doc/man/man3/spectrogramscreenshots.3 debian/libqwt5-doc.install0000644000000000000000000000017311616726746012731 0ustar doc/html usr/share/doc/libqwt5-doc/ examples usr/share/doc/libqwt5-doc/ qwtconfig.pri usr/share/doc/libqwt5-doc/examples/ debian/control0000644000000000000000000000350512146462623010602 0ustar Source: qwt5 Priority: optional Maintainer: Gudjon I. Gudjonsson Build-Depends: debhelper (>= 9), libqt4-dev (>= 4:4.8.0~), dpkg-dev (>= 1.16.1~) Standards-Version: 3.9.4 Section: libs Homepage: http://qwt.sourceforge.net Package: libqwt5-qt4-dev Section: libdevel Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libqwt5-qt4 (= ${binary:Version}), libqt4-dev Description: Qt4 widgets library for technical applications (development) The Qwt library contains Qt GUI Components and utility classes which are primarily useful for programs with a technical background. Most of these widgets are used to control or display values, arrays, or ranges of type double. . This package contains the Qwt development files for Qt4. Package: libqwt5-qt4 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Pre-Depends: ${misc:Pre-Depends} Description: Qt4 widgets library for technical applications (runtime) The Qwt library contains Qt GUI Components and utility classes which are primarily useful for programs with a technical background. Most of these widgets are used to control or display values, arrays, or ranges of type double. . This package contains the files necessary for running applications that use the Qwt library and Qt4. Package: libqwt5-doc Section: doc Architecture: all Conflicts: libqwt-doc Depends: ${misc:Depends} Recommends: w3m | www-browser Description: Qt widgets library for technical applications (documentation) The Qwt library contains Qt GUI Components and utility classes which are primarily useful for programs with a technical background. Most of these widgets are used to control or display values, arrays, or ranges of type double. . This package contains the Qwt library documentation and programming examples for developers. The documentation is generated for Qt4. debian/README.Debian0000644000000000000000000000203011616702020011215 0ustar qwt for Debian -------------- A postfix has been added to the library name according to the Qt version: * libqwt.so* is Qwt 4.x * libqwt-qt3.so* is Qwt 5.x compiled against Qt3 * libqwt-qt4.so* is Qwt 5.x compiled against Qt4 In that way, all qwt libraries can coexist but you can only have a single development package for each Qt version or in other words, you need to choose between libqwt-qt3-dev (Qwt5) and libqwt-dev (Qwt4). The include files are placed in the following directories: * /usr/include/qwt for Qwt 4.x * /usr/include/qwt-qt3 for Qwt 5.x (Qt3 version) * /usr/include/qwt-qt4 for Qwt 5.x (Qt4 version) If you have a precompiled binary file, linked against libqwt then you may need to add a symbolic link to the corresponding library. To compile the examples, you need to copy them to a local directory and do the following steps: $cp -r /usr/share/doc/libqwt-doc/examples . $cd examples $gunzip *gz */*gz $qmake-qt(3 or 4) examples.pro $make -- Gudjon I. Gudjonsson Mon, 18 Dec 2006 22:21:51 +0100 debian/libqwt5-doc.doc-base0000644000000000000000000000066511621027125012723 0ustar Document: libqwt5 Title: Qwt Reference Manual Author: Uwe Rathmann Abstract: The Qwt library contains Qt GUI Components and utility classes which are primarily useful for programs with a technical background. Most of these widgets are used to control or display values, arrays, or ranges of type double. Section: Programming/C++ Format: HTML Index: /usr/share/doc/libqwt5-doc/html/index.html Files: /usr/share/doc/libqwt5-doc/html/* debian/patches/0000755000000000000000000000000012143215770010617 5ustar debian/patches/series0000644000000000000000000000011011621034620012015 0ustar 01_makefiles.diff 02_add_missing_warnings.diff 03_manpage_spelling.diff debian/patches/01_makefiles.diff0000644000000000000000000000516611621020260013705 0ustar Change installation script according to Debian standards. The -qt4 ending was originally used to make qt3 and qt4 version coinstallable. --- a/designer/designer.pro +++ b/designer/designer.pro @@ -61,7 +61,7 @@ DEFINES += NO_QWT_WIDGETS } - unix:LIBS += -L$${QWT_ROOT}/lib -l$${LIBNAME} + unix:LIBS += -L$${QWT_ROOT}/lib -l$${LIBNAME}-qt4 win32-msvc:LIBS += $${QWT_ROOT}/lib/$${LIBNAME}.lib win32-msvc.net:LIBS += $${QWT_ROOT}/lib/$${LIBNAME}.lib win32-msvc2002:LIBS += $${QWT_ROOT}/lib/$${LIBNAME}.lib @@ -126,7 +126,7 @@ RESOURCES += \ qwt_designer_plugin.qrc - target.path = $$[QT_INSTALL_PLUGINS]/designer + target.path = /usr/lib/qt4/plugins/designer INSTALLS += target } } --- a/examples/examples.pri +++ b/examples/examples.pri @@ -35,8 +35,8 @@ TEMPLATE = app MOC_DIR = moc -INCLUDEPATH += $${QWT_ROOT}/src -DEPENDPATH += $${QWT_ROOT}/src +INCLUDEPATH += /usr/include/qwt-qt4 +DEPENDPATH += /usr/include/qwt-qt4 OBJECTS_DIR = obj$${SUFFIX_STR} DESTDIR = $${QWT_ROOT}/examples/bin$${SUFFIX_STR} @@ -57,5 +57,5 @@ win32-g++:LIBS += -L$${QWT_ROOT}/lib -l$${QWTLIB} } else { - LIBS += -L$${QWT_ROOT}/lib -l$${QWTLIB} + LIBS += -L$${QWT_ROOT}/lib -l$${QWTLIB}-qt4 } --- a/examples/examples.pro +++ b/examples/examples.pro @@ -7,7 +7,8 @@ # modify it under the terms of the Qwt License, Version 1.0 ################################################################### -include( ../qwtconfig.pri ) +include( examples.pri ) +include( qwtconfig.pri ) TEMPLATE = subdirs --- a/qwtconfig.pri +++ b/qwtconfig.pri @@ -8,7 +8,7 @@ VERSION = $${VER_MAJ}.$${VER_MIN}.$${VER_PAT} unix { - INSTALLBASE = /usr/local/qwt-$$VERSION + INSTALLBASE = /usr } win32 { @@ -16,8 +16,8 @@ } target.path = $$INSTALLBASE/lib -headers.path = $$INSTALLBASE/include -doc.path = $$INSTALLBASE/doc +headers.path = $$INSTALLBASE/include/qwt-qt4 +doc.path = $$INSTALLBASE/share/doc/libqwt5-doc ###################################################################### # qmake internal options @@ -98,7 +98,7 @@ # QwtSVGItem. ###################################################################### -#CONFIG += QwtSVGItem +CONFIG += QwtSVGItem ###################################################################### # You can use the MathML renderer of the Qt solutions package to --- a/src/src.pro +++ b/src/src.pro @@ -34,7 +34,7 @@ } } -TARGET = qwt$${SUFFIX_STR} +TARGET = qwt$${SUFFIX_STR}-qt4 TEMPLATE = lib MOC_DIR = moc debian/patches/02_add_missing_warnings.diff0000644000000000000000000000274112143210135016135 0ustar Makes compiler warnings during compilation time. --- a/examples/realtime_plot/incrementalplot.cpp +++ b/examples/realtime_plot/incrementalplot.cpp @@ -87,6 +87,9 @@ d_data->append(x, y, size); d_curve->setRawData(d_data->x(), d_data->y(), d_data->count()); +#ifdef __GNUC__ +#warning better use QwtData +#endif const bool cacheMode = canvas()->testPaintAttribute(QwtPlotCanvas::PaintCached); --- a/src/qwt_painter.cpp +++ b/src/qwt_painter.cpp @@ -492,6 +492,9 @@ QwtPolygon cpa = d_metricsMap.layoutToDevice(pa); if ( deviceClipping ) { +#ifdef __GNUC__ +#warning clipping ignores painter transformations +#endif cpa = QwtClipper::clipPolygon(clipRect, cpa); } --- a/src/qwt_plot_dict.cpp +++ b/src/qwt_plot_dict.cpp @@ -32,6 +32,7 @@ // is slow, but there shouldn't be many plot items. #ifdef __GNUC__ +#warning binary search missing #endif #if QT_VERSION < 0x040000 --- a/src/qwt_plot_spectrogram.cpp +++ b/src/qwt_plot_spectrogram.cpp @@ -502,6 +502,7 @@ if ( hInvert || vInvert ) { #ifdef __GNUC__ +#warning Better invert the for loops above #endif #if QT_VERSION < 0x040000 image = image.mirror(hInvert, vInvert); --- a/src/qwt_text.cpp +++ b/src/qwt_text.cpp @@ -546,6 +546,7 @@ if ( !map.isIdentity() ) { #ifdef __GNUC__ +#warning Too small text size, when printing in high resolution #endif /* When printing in high resolution, the tick labels debian/patches/03_manpage_spelling.diff0000644000000000000000000002525712143215770015273 0ustar Fix simple spelling errors --- a/doc/man/man3/QwtAbstractScaleDraw.3 +++ b/doc/man/man3/QwtAbstractScaleDraw.3 @@ -191,7 +191,7 @@ .br \fIvalue\fP Value of the tick .br -\fIlen\fP Lenght of the tick +\fIlen\fP Length of the tick .RE .PP \fBSee also:\fP --- a/doc/man/man3/QwtRoundScaleDraw.3 +++ b/doc/man/man3/QwtRoundScaleDraw.3 @@ -75,7 +75,7 @@ .SS "QwtRoundScaleDraw::QwtRoundScaleDraw ()" .PP -Constructor\&. The range of the scale is initialized to [0, 100], The center is set to (50, 50) with a radius of 50\&. The angle range is set to [-135, 135]\&. +Constructor\&. The range of the scale is initialized to [0, 100], The center is set to (50, 50) with a radius of 50\&. The angle range is set to [\-135, 135]\&. .SH "Member Function Documentation" .PP .SS "void QwtRoundScaleDraw::drawBackbone (QPainter *painter) const\fC [protected]\fP, \fC [virtual]\fP" @@ -121,7 +121,7 @@ .br \fIvalue\fP Value of the tick .br -\fIlen\fP Lenght of the tick +\fIlen\fP Length of the tick .RE .PP \fBSee also:\fP @@ -185,7 +185,7 @@ .SS "void QwtRoundScaleDraw::setAngleRange (doubleangle1, doubleangle2)" .PP -Adjust the baseline circle segment for round scales\&. The baseline will be drawn from min(angle1,angle2) to max(angle1, angle2)\&. The default setting is [ -135, 135 ]\&. An angle of 0 degrees corresponds to the 12 o'clock position, and positive angles count in a clockwise direction\&. +Adjust the baseline circle segment for round scales\&. The baseline will be drawn from min(angle1,angle2) to max(angle1, angle2)\&. The default setting is [ \-135, 135 ]\&. An angle of 0 degrees corresponds to the 12 o'clock position, and positive angles count in a clockwise direction\&. .PP \fBParameters:\fP .RS 4 @@ -198,7 +198,7 @@ .RS 4 .PD 0 .IP "\(bu" 2 -The angle range is limited to [-360, 360] degrees\&. Angles exceeding this range will be clipped\&. +The angle range is limited to [\-360, 360] degrees\&. Angles exceeding this range will be clipped\&. .IP "\(bu" 2 For angles more than 359 degrees above or below min(angle1, angle2), scale marks will not be drawn\&. .IP "\(bu" 2 --- a/doc/man/man3/QwtScaleArithmetic.3 +++ b/doc/man/man3/QwtScaleArithmetic.3 @@ -76,7 +76,7 @@ .PP \fBReturns:\fP .RS 4 -0: if equal, -1: if value2 > value1, 1: if value1 > value2 +0: if equal, \-1: if value2 > value1, 1: if value1 > value2 .RE .PP --- a/doc/man/man3/QwtScaleDraw.3 +++ b/doc/man/man3/QwtScaleDraw.3 @@ -209,7 +209,7 @@ .br \fIvalue\fP Value of the tick .br -\fIlen\fP Lenght of the tick +\fIlen\fP Length of the tick .RE .PP \fBSee also:\fP --- a/doc/man/man3/QwtSymbol.3 +++ b/doc/man/man3/QwtSymbol.3 @@ -190,7 +190,7 @@ .RS 4 \fIwidth\fP Width .br -\fIheight\fP Height (defaults to -1) +\fIheight\fP Height (defaults to \-1) .RE .PP --- a/doc/man/man3/QwtAbstractScale.3 +++ b/doc/man/man3/QwtAbstractScale.3 @@ -82,7 +82,7 @@ .PP An abstract base class for classes containing a scale\&. -\fBQwtAbstractScale\fP is used to provide classes with a \fBQwtScaleDraw\fP, and a \fBQwtScaleDiv\fP\&. The \fBQwtScaleDiv\fP might be set explicitely or calculated by a \fBQwtScaleEngine\fP\&. +\fBQwtAbstractScale\fP is used to provide classes with a \fBQwtScaleDraw\fP, and a \fBQwtScaleDiv\fP\&. The \fBQwtScaleDiv\fP might be set explicitly or calculated by a \fBQwtScaleEngine\fP\&. .SH "Constructor & Destructor Documentation" .PP .SS "QwtAbstractScale::QwtAbstractScale ()" --- a/doc/man/man3/QwtAbstractSlider.3 +++ b/doc/man/man3/QwtAbstractSlider.3 @@ -204,7 +204,7 @@ .RS 4 \fIscrollMode\fP The scrolling mode .br -\fIdirection\fP direction: 1, 0, or -1\&. +\fIdirection\fP direction: 1, 0, or \-1\&. .RE .PP --- a/doc/man/man3/QwtDial.3 +++ b/doc/man/man3/QwtDial.3 @@ -392,7 +392,7 @@ .RS 4 \fIscrollMode\fP The scrolling mode .br -\fIdirection\fP direction: 1, 0, or -1\&. +\fIdirection\fP direction: 1, 0, or \-1\&. .RE .PP \fBSee also:\fP --- a/doc/man/man3/QwtDoubleInterval.3 +++ b/doc/man/man3/QwtDoubleInterval.3 @@ -148,7 +148,7 @@ .SS "QwtDoubleInterval::QwtDoubleInterval ()\fC [inline]\fP" .PP -Default Constructor\&. Creates an invalid interval [0\&.0, -1\&.0] +Default Constructor\&. Creates an invalid interval [0\&.0, \-1\&.0] .PP \fBSee also:\fP .RS 4 @@ -222,7 +222,7 @@ .SS "void QwtDoubleInterval::invalidate ()\fC [inline]\fP" Invalidate the interval .PP -The limits are set to interval [0\&.0, -1\&.0] +The limits are set to interval [0\&.0, \-1\&.0] .PP \fBSee also:\fP .RS 4 --- a/doc/man/man3/QwtPlot.3 +++ b/doc/man/man3/QwtPlot.3 @@ -291,7 +291,7 @@ .PP A 2-D plotting widget\&. -\fBQwtPlot\fP is a widget for plotting two-dimensional graphs\&. An unlimited number of plot items can be displayed on its canvas\&. Plot items might be curves (\fBQwtPlotCurve\fP), markers (\fBQwtPlotMarker\fP), the grid (\fBQwtPlotGrid\fP), or anything else derived from \fBQwtPlotItem\fP\&. A plot can have up to four axes, with each plot item attached to an x- and a y axis\&. The scales at the axes can be explicitely set (\fBQwtScaleDiv\fP), or are calculated from the plot items, using algorithms (\fBQwtScaleEngine\fP) which can be configured separately for each axis\&. +\fBQwtPlot\fP is a widget for plotting two-dimensional graphs\&. An unlimited number of plot items can be displayed on its canvas\&. Plot items might be curves (\fBQwtPlotCurve\fP), markers (\fBQwtPlotMarker\fP), the grid (\fBQwtPlotGrid\fP), or anything else derived from \fBQwtPlotItem\fP\&. A plot can have up to four axes, with each plot item attached to an x- and a y axis\&. The scales at the axes can be explicitly set (\fBQwtScaleDiv\fP), or are calculated from the plot items, using algorithms (\fBQwtScaleEngine\fP) which can be configured separately for each axis\&. .PP .PP \fBExample\fP --- a/doc/man/man3/QwtPlotCurve.3 +++ b/doc/man/man3/QwtPlotCurve.3 @@ -394,7 +394,7 @@ .PP \fBReturns:\fP .RS 4 -Index of the closest curve point, or -1 if none can be found ( f\&.e when the curve has no points ) +Index of the closest curve point, or \-1 if none can be found ( f\&.e when the curve has no points ) .RE .PP \fBNote:\fP --- a/doc/man/man3/QwtPlotItem.3 +++ b/doc/man/man3/QwtPlotItem.3 @@ -236,7 +236,7 @@ .SS "QwtDoubleRect QwtPlotItem::boundingRect () const\fC [virtual]\fP" \fBReturns:\fP .RS 4 -An invalid bounding rect: QwtDoubleRect(1\&.0, 1\&.0, -2\&.0, -2\&.0) +An invalid bounding rect: QwtDoubleRect(1\&.0, 1\&.0, \-2\&.0, \-2\&.0) .RE .PP --- a/doc/man/man3/QwtPlotLayout.3 +++ b/doc/man/man3/QwtPlotLayout.3 @@ -386,13 +386,13 @@ .PP .SS "void QwtPlotLayout::setCanvasMargin (intmargin, intaxis = \fC-1\fP)" -Change a margin of the canvas\&. The margin is the space above/below the scale ticks\&. A negative margin will be set to -1, excluding the borders of the scales\&. +Change a margin of the canvas\&. The margin is the space above/below the scale ticks\&. A negative margin will be set to \-1, excluding the borders of the scales\&. .PP \fBParameters:\fP .RS 4 \fImargin\fP New margin .br -\fIaxis\fP One of \fBQwtPlot::Axis\fP\&. Specifies where the position of the margin\&. -1 means margin at all borders\&. +\fIaxis\fP One of \fBQwtPlot::Axis\fP\&. Specifies where the position of the margin\&. \-1 means margin at all borders\&. .RE .PP \fBSee also:\fP --- a/doc/man/man3/QwtPlotMarker.3 +++ b/doc/man/man3/QwtPlotMarker.3 @@ -131,7 +131,7 @@ .SS "QwtDoubleRect QwtPlotMarker::boundingRect () const\fC [virtual]\fP" \fBReturns:\fP .RS 4 -An invalid bounding rect: QwtDoubleRect(1\&.0, 1\&.0, -2\&.0, -2\&.0) +An invalid bounding rect: QwtDoubleRect(1\&.0, 1\&.0, \-2\&.0, \-2\&.0) .RE .PP --- a/doc/man/man3/QwtPlotRasterItem.3 +++ b/doc/man/man3/QwtPlotRasterItem.3 @@ -193,7 +193,7 @@ alpha < 0 The alpha values returned by \fBrenderImage()\fP are not changed\&. .PP .PP -The default alpha value is -1\&. +The default alpha value is \-1\&. .PP \fBSee also:\fP .RS 4 --- a/doc/man/man3/QwtPlotScaleItem.3 +++ b/doc/man/man3/QwtPlotScaleItem.3 @@ -290,7 +290,7 @@ .PP The position is interpreted as y value for horizontal axes and as x value for vertical axes\&. .PP -The border distance is set to -1\&. +The border distance is set to \-1\&. .PP \fBParameters:\fP .RS 4 --- a/doc/man/man3/QwtPlotZoomer.3 +++ b/doc/man/man3/QwtPlotZoomer.3 @@ -310,7 +310,7 @@ .SS "void QwtPlotZoomer::setMaxStackDepth (intdepth)" .PP -Limit the number of recursive zoom operations to depth\&. A value of -1 set the depth to unlimited, 0 disables zooming\&. If the current zoom rectangle is below depth, the plot is unzoomed\&. +Limit the number of recursive zoom operations to depth\&. A value of \-1 set the depth to unlimited, 0 disables zooming\&. If the current zoom rectangle is below depth, the plot is unzoomed\&. .PP \fBParameters:\fP .RS 4 @@ -388,7 +388,7 @@ .RS 4 \fIzoomStack\fP New zoom stack .br -\fIzoomRectIndex\fP Index of the current position of zoom stack\&. In case of -1 the current position is at the top of the stack\&. +\fIzoomRectIndex\fP Index of the current position of zoom stack\&. In case of \-1 the current position is at the top of the stack\&. .RE .PP \fBNote:\fP --- a/doc/man/man3/QwtScaleEngine.3 +++ b/doc/man/man3/QwtScaleEngine.3 @@ -146,7 +146,7 @@ .SS "\fBQwtDoubleInterval\fP QwtScaleEngine::buildInterval (doublev) const\fC [protected]\fP" .PP -Build an interval for a value\&. In case of v == 0\&.0 the interval is [-0\&.5, 0\&.5], otherwide it is [0\&.5 * v, 1\&.5 * v] +Build an interval for a value\&. In case of v == 0\&.0 the interval is [\-0\&.5, 0\&.5], otherwide it is [0\&.5 * v, 1\&.5 * v] .SS "bool QwtScaleEngine::contains (const \fBQwtDoubleInterval\fP &interval, doublevalue) const\fC [protected]\fP" Check if an interval 'contains' a value .PP --- a/doc/man/man3/qwtinstall.3 +++ b/doc/man/man3/qwtinstall.3 @@ -123,26 +123,26 @@ Support for the MSYS Shell has been improved in Qt 4\&.3\&.0\&. Now building Qwt from the MSYS Shell works exactly like in UNIX or in the Windows Shell - or at least it should: -because of a bug in Qt 4\&.3\&.0 you always have to do a 'qmake -r'\&. +because of a bug in Qt 4\&.3\&.0 you always have to do a 'qmake \-r'\&. C3) MSYS Shell Qt < 4\&.3\&.0 For Qt < 4\&.3\&.0 you have to set the MINGW_IN_SHELL variable\&. make will run into errors with the subdirs target, that can be -ignored (make -i)\&. +ignored (make \-i)\&. export MINGW_IN_SHELL=1; qmake -make -i -make -i install +make \-i +make \-i install If you didn't enable autobuilding of the examples in qwtconfig\&.pri you have to build the examples this way: cd examples qmake examples\&.pro -make -i +make \-i C1-C3) @@ -163,7 +163,7 @@ XCode project files instead of makefiles\&. So you might need to do the following: -qmake -spec macx-g++ qwt\&.pro +qmake \-spec macx-g++ qwt\&.pro \&.\&.\&. E) Qt Embedded debian/compat0000644000000000000000000000000212143216347010367 0ustar 9