• R/O
  • SSH
  • HTTPS

vxv-tools: 提交


Commit MetaInfo

修订版48 (tree)
时间2010-02-06 21:52:55
作者satofumi

Log Message

Ubuntu 9.10 のフォントディレクトリを追加

更改概述

差异

--- monitor/cpp/sample/stop.cpp (revision 47)
+++ monitor/cpp/sample/stop.cpp (revision 48)
@@ -19,7 +19,7 @@
1919
2020 fprintf(stderr, "user command\n");
2121 run.stop();
22-
22+
2323 } catch (std::exception& e) {
2424 printf("exception: %s\n", e.what());
2525 }
--- monitor/cpp/vmonitor.h (revision 47)
+++ monitor/cpp/vmonitor.h (revision 48)
@@ -4,7 +4,7 @@
44 /*!
55 \file
66 \brief VXV モニタ
7-
7+
88 \author Satofumi KAMIMURA
99 $Id$
1010
--- runCtrl/cpp/sample/followLine.cpp (revision 47)
+++ runCtrl/cpp/sample/followLine.cpp (revision 48)
@@ -22,7 +22,7 @@
2222 exit(1);
2323 }
2424
25- run.setStraightRefVel(32);
25+ //run.setStraightRefVel(32);
2626 run.followLine(Position(1000, 0, deg(0)));
2727 //VXV::Delay(5000);
2828 for (int i = 0; i < 10; ++i) {
--- demos/ticksAdjust/dumpPlotData.cpp (revision 47)
+++ demos/ticksAdjust/dumpPlotData.cpp (revision 48)
@@ -5,6 +5,7 @@
55 */
66
77 #include "dumpPlotData.h"
8+#include <cstring>
89 #include <fstream>
910
1011 static int FilesIndex = 0;
--- guiCtrl/cpp/searchTTF.cpp (revision 47)
+++ guiCtrl/cpp/searchTTF.cpp (revision 48)
@@ -28,7 +28,8 @@
2828 "/usr/lib/python2.6/site-packages/reportlab/fonts", // Fedora 11
2929
3030 "/usr/share/fonts/vlgothic", // Ubuntu 9.04
31- "/usr/share/fonts/truetype/vlgothic/", // Fedora 11
31+ "/usr/share/fonts/truetype/vlgothic", // Ubuntu 9.10
32+ "/usr/share/fonts/truetype/vlgothic", // Fedora 11
3233
3334 NULL,
3435 };
Show on old repository browser