[109206] users/mojca/notes

mojca at macports.org mojca at macports.org
Sat Aug 10 03:34:55 PDT 2013


Revision: 109206
          https://trac.macports.org/changeset/109206
Author:   mojca at macports.org
Date:     2013-08-10 03:34:55 -0700 (Sat, 10 Aug 2013)
Log Message:
-----------
mojca: updates about geant4 & gate

Modified Paths:
--------------
    users/mojca/notes/Gate.txt
    users/mojca/notes/Geant4.txt

Removed Paths:
-------------
    users/mojca/notes/patches-for-review/qt/geant4-qt-tabs.patch

Modified: users/mojca/notes/Gate.txt
===================================================================
--- users/mojca/notes/Gate.txt	2013-08-10 10:31:32 UTC (rev 109205)
+++ users/mojca/notes/Gate.txt	2013-08-10 10:34:55 UTC (rev 109206)
@@ -25,7 +25,6 @@
 - repository at GitHub
 - CMAKE variable to copy the examples automatically
 - try to prevent crashing by catching errors
-- geant: figure out how file/open & friends menu works (http://geant4.in2p3.fr/spip.php?article84&lang=en)
 - prepare a nice default startup gui
 - enable hardcoded GATEHOME
   in general/src/GateTools.cc there is
@@ -35,7 +34,6 @@
 
 Compile warnings:
 - a handful of unused variables
-- redefinition of endianess
 
 DONE:
 - copy license/LICENSE.txt -> OK

Modified: users/mojca/notes/Geant4.txt
===================================================================
--- users/mojca/notes/Geant4.txt	2013-08-10 10:31:32 UTC (rev 109205)
+++ users/mojca/notes/Geant4.txt	2013-08-10 10:34:55 UTC (rev 109206)
@@ -339,11 +339,14 @@
 - http://bugzilla-geant4.kek.jp/show_bug.cgi?id=1487 LC_NUMERIC confuses strtod when Qt is being used (patched in Portfile)
 - http://bugzilla-geant4.kek.jp/show_bug.cgi?id=1494 Antialiasing in Qt/OpenGL makes objects invisible
 - http://bugzilla-geant4.kek.jp/show_bug.cgi?id=1495 Issues and requests for Qt's "Save as ..."
-- http://bugzilla-geant4.kek.jp/show_bug.cgi?id=1497 Qt interface: allow pasting multiple lines
 - http://bugzilla-geant4.kek.jp/show_bug.cgi?id=1500 Graceful error handling in Qt interface
 - http://bugzilla-geant4.kek.jp/show_bug.cgi?id=1501 XrayFluoAnalysisManager: use of undeclared identifier 'MeV'; did you mean 'CLHEP::MeV' (problem only on 10.0 with +examples)
 - http://bugzilla-geant4.kek.jp/show_bug.cgi?id=1502 P01 compiled with CMake loading nonexistent libExP01ClassesDict.so
 
+Fixed:
+- http://bugzilla-geant4.kek.jp/show_bug.cgi?id=1497 Qt interface: allow pasting multiple lines       (patched in Portfile for 4.9.6, not officially released yet)
+
+
 Other feature requests:
 - ability to change program icon (question)
 - open/save files (question)

Deleted: users/mojca/notes/patches-for-review/qt/geant4-qt-tabs.patch
===================================================================
--- users/mojca/notes/patches-for-review/qt/geant4-qt-tabs.patch	2013-08-10 10:31:32 UTC (rev 109205)
+++ users/mojca/notes/patches-for-review/qt/geant4-qt-tabs.patch	2013-08-10 10:34:55 UTC (rev 109206)
@@ -1,36 +0,0 @@
---- source/interfaces/basic/src/G4UIQt.cc	2011-12-19 13:34:32.000000000 +0100
-+++ source/interfaces/basic/src/G4UIQt.cc	2011-12-19 15:36:00.000000000 +0100
-@@ -140,7 +140,7 @@
- 
-   QWidget *mainWidget = new QWidget(fMainWindow);
-   fMyVSplitter = new QSplitter(Qt::Horizontal,fMainWindow);
--  fToolBox = new QToolBox();
-+  fToolBox = new QTabWidget();
- 
-   // Set layouts
- 
-@@ -180,10 +180,9 @@
-   // the splitter 
-   //  fToolBox->addItem(fVisParametersTBWidget,"Vis parameters");
-   //  fToolBox->addItem(fViewComponentsTBWidget,"Viewer components");
--  fToolBox->addItem(fHelpTBWidget,"Help");
--  fToolBox->addItem(fCoutTBWidget,"Cout");
--  fToolBox->addItem(fHistoryTBWidget,"History");
--
-+  fToolBox->addTab(fCoutTBWidget,"Output");
-+  fToolBox->addTab(fHistoryTBWidget,"History");
-+  fToolBox->addTab(fHelpTBWidget,"Help");
- 
- 
-   fToolBox->setSizePolicy (QSizePolicy(QSizePolicy::Fixed,QSizePolicy::Fixed));
---- source/interfaces/basic/include/G4UIQt.hh	2011-12-19 13:34:22.000000000 +0100
-+++ source/interfaces/basic/include/G4UIQt.hh	2011-12-19 15:36:44.000000000 +0100
-@@ -158,7 +158,7 @@
-   QLineEdit * fCommandArea;
-   QTextEdit *fCoutTBTextArea;
-   QTextEdit *fHelpArea;
--  QToolBox* fToolBox;
-+  QTabWidget* fToolBox;
-   QStringList fG4cout;
-   QLineEdit * fCoutFilter;
- 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130810/606cc60e/attachment.html>


More information about the macports-changes mailing list