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.

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