aboutsummaryrefslogtreecommitdiff
path: root/graphics/autoq3d/files
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2012-05-20 02:01:02 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2012-05-20 02:01:02 +0000
commit508fe238a7d5c9d755de627eec2c2f3880784622 (patch)
treee41633d4f3fb5639a3cbc104fc3458d337c69fd9 /graphics/autoq3d/files
parent3691e97c70f789313634b3d1231ea55aa2476403 (diff)
downloadports-508fe238a7d5c9d755de627eec2c2f3880784622.tar.gz
ports-508fe238a7d5c9d755de627eec2c2f3880784622.zip
Notes
Diffstat (limited to 'graphics/autoq3d/files')
-rw-r--r--graphics/autoq3d/files/patch-src__cmds__cmds.cpp24
-rw-r--r--graphics/autoq3d/files/patch-src__fgui__cadform.cpp40
2 files changed, 32 insertions, 32 deletions
diff --git a/graphics/autoq3d/files/patch-src__cmds__cmds.cpp b/graphics/autoq3d/files/patch-src__cmds__cmds.cpp
index 61759eb7f630..2d340876539b 100644
--- a/graphics/autoq3d/files/patch-src__cmds__cmds.cpp
+++ b/graphics/autoq3d/files/patch-src__cmds__cmds.cpp
@@ -1,15 +1,15 @@
--- src/cmds/cmds.cpp~ 2012-05-19 22:44:14.000000000 -0300
+++ src/cmds/cmds.cpp 2012-05-19 22:44:25.000000000 -0300
@@ -89,9 +89,9 @@
-
-
- QPalette newPalette = QPalette();
-- newPalette.setColor(QPalette::Background, QColor::QColor(170,170,255));
-- newPalette.setColor(QPalette::Foreground, QColor::QColor(0,0,0));
-- newPalette.setColor(QPalette::Base, QColor::QColor(170,170,255));
-+ newPalette.setColor(QPalette::Background, QColor(170,170,255));
-+ newPalette.setColor(QPalette::Foreground, QColor(0,0,0));
-+ newPalette.setColor(QPalette::Base, QColor(170,170,255));
-
- setPalette(newPalette);
-
+
+
+ QPalette newPalette = QPalette();
+- newPalette.setColor(QPalette::Background, QColor::QColor(170,170,255));
+- newPalette.setColor(QPalette::Foreground, QColor::QColor(0,0,0));
+- newPalette.setColor(QPalette::Base, QColor::QColor(170,170,255));
++ newPalette.setColor(QPalette::Background, QColor(170,170,255));
++ newPalette.setColor(QPalette::Foreground, QColor(0,0,0));
++ newPalette.setColor(QPalette::Base, QColor(170,170,255));
+
+ setPalette(newPalette);
+
diff --git a/graphics/autoq3d/files/patch-src__fgui__cadform.cpp b/graphics/autoq3d/files/patch-src__fgui__cadform.cpp
index 833f2f7db9bb..ce36a83c17d9 100644
--- a/graphics/autoq3d/files/patch-src__fgui__cadform.cpp
+++ b/graphics/autoq3d/files/patch-src__fgui__cadform.cpp
@@ -1,24 +1,24 @@
--- src/fgui/cadform.cpp~ 2012-05-19 22:45:11.000000000 -0300
+++ src/fgui/cadform.cpp 2012-05-19 22:46:08.000000000 -0300
@@ -475,9 +475,9 @@
-
-
- QPalette newPalette = palette();
-- newPalette.setColor(QPalette::Background, QColor::QColor(170,170,255));
-- newPalette.setColor(QPalette::Foreground, QColor::QColor(0,0,0));
-- newPalette.setColor(QPalette::Base, QColor::QColor(170,170,255));
-+ newPalette.setColor(QPalette::Background, QColor(170,170,255));
-+ newPalette.setColor(QPalette::Foreground, QColor(0,0,0));
-+ newPalette.setColor(QPalette::Base, QColor(170,170,255));
-
-
-
+
+
+ QPalette newPalette = palette();
+- newPalette.setColor(QPalette::Background, QColor::QColor(170,170,255));
+- newPalette.setColor(QPalette::Foreground, QColor::QColor(0,0,0));
+- newPalette.setColor(QPalette::Base, QColor::QColor(170,170,255));
++ newPalette.setColor(QPalette::Background, QColor(170,170,255));
++ newPalette.setColor(QPalette::Foreground, QColor(0,0,0));
++ newPalette.setColor(QPalette::Base, QColor(170,170,255));
+
+
+
@@ -800,7 +800,7 @@
- w->GLThisArea->cscalari=hcmd->cscalari;
- w->GLThisArea->View=View;
-
-- w->setWindowTitle(QString::QString(tr("ViewPort-%1")).arg(numDoc++));w->setWindowIcon( QPixmap(ProgramPath+"images/document.png") );
-+ w->setWindowTitle(QString(tr("ViewPort-%1")).arg(numDoc++));w->setWindowIcon( QPixmap(ProgramPath+"images/document.png") );
- w->show();
- QWidgetList windoL=ws->windowList(QWorkspace::CreationOrder);
- if ( windoL.count()==1){
+ w->GLThisArea->cscalari=hcmd->cscalari;
+ w->GLThisArea->View=View;
+
+- w->setWindowTitle(QString::QString(tr("ViewPort-%1")).arg(numDoc++));w->setWindowIcon( QPixmap(ProgramPath+"images/document.png") );
++ w->setWindowTitle(QString(tr("ViewPort-%1")).arg(numDoc++));w->setWindowIcon( QPixmap(ProgramPath+"images/document.png") );
+ w->show();
+ QWidgetList windoL=ws->windowList(QWorkspace::CreationOrder);
+ if ( windoL.count()==1){