OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

61 lines
2.2 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../qmatplot/gcc34.patch
  5. # Copyright (C) 2004 - 2006 The T2 SDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. --- ./src/ksmatrix.h.orig 2005-03-03 11:22:41.655965224 -0300
  17. +++ ./src/ksmatrix.h 2005-03-03 11:23:09.674705728 -0300
  18. @@ -332,8 +332,8 @@
  19. class KSMatrixFormula : public QSMatrix
  20. {
  21. Q_OBJECT
  22. - Q_PROPERTY( QString formula READ formula WRITE setFormula );
  23. - Q_PROPERTY( bool transposition READ transposition WRITE setTransposition );
  24. + Q_PROPERTY( QString formula READ formula WRITE setFormula )
  25. + Q_PROPERTY( bool transposition READ transposition WRITE setTransposition )
  26. public:
  27. /**
  28. --- ./src/qscobjects.h.orig 2005-03-03 12:05:35.000000000 -0300
  29. +++ ./src/qscobjects.h 2005-03-03 12:07:30.513196792 -0300
  30. @@ -246,7 +246,7 @@
  31. QSGArrow m_end2style;
  32. QSGPoint m_end1point;
  33. QSGPoint m_end2point;
  34. - QSGLine m_line;;
  35. + QSGLine m_line;
  36. };
  37. //-----------------------------------------------------------------------//
  38. --- ./src/kspanelmanager.cpp.orig 2005-03-03 13:00:05.446574016 -0300
  39. +++ ./src/kspanelmanager.cpp 2005-03-03 13:00:25.259561984 -0300
  40. @@ -47,7 +47,7 @@
  41. Qt::Orientation o;
  42. qmatplotShell *shell;
  43. - KSWorkbook *workbook;;
  44. + KSWorkbook *workbook;
  45. KSPanel *curr_panel;
  46. QSplitter *splitter;
  47. --- ./src/kswinworksheet.h.orig 2005-03-03 13:03:02.000000000 -0300
  48. +++ ./src/kswinworksheet.h 2005-03-03 13:03:28.000000000 -0300
  49. @@ -40,7 +40,7 @@
  50. public:
  51. KSWinWorksheet( KSWorkspace *workspace, bool worksheetMode );
  52. virtual ~KSWinWorksheet();
  53. - void KSWinWorksheet::setDataObject( QSData *data );
  54. + void setDataObject( QSData *data );
  55. KSChannelList *chanList() const;
  56. KSChannelListItem *selectedItem() const;
  57. KSMPanel *settingsPanel() const;