Check-in Number:
|
2921 | |
Date: |
2002-Nov-28 18:04:18 (local)
2002-Nov-28 17:04:18 (UTC) |
User: | ms |
Branch: | |
Comment: |
Small corrections to toolbar and buildconf, and remember task aliases. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/as/as-gui/TODO 1.21 -> 1.22
--- TODO 2002/11/28 11:12:02 1.21
+++ TODO 2002/11/28 17:04:18 1.22
@@ -43,6 +43,7 @@
<aspect name wert> Sichtliche Functionalitaet
<session name wert> Automatisch gespeicherte
<rule name expr cond> Amount = Finish - Start (mussen alle da z.B.)
+<alias name wert> Nutzbar lange Taskzeilen zu abstrahieren
<macro name = 'Reuse'>
Selectiere aktuelle und 3 vorherige Reihen
Copy
|
|
ossp-pkg/as/as-gui/as_assist.cpp 1.35 -> 1.36
--- as_assist.cpp 2002/11/28 10:31:33 1.35
+++ as_assist.cpp 2002/11/28 17:04:18 1.36
@@ -347,7 +347,7 @@
if (m_pWhatstools == NULL) // Sanity check
throw Genexcept("Whats this tool bar creation failed.");
m_pWhatstools->setLabel(trUtf8("Whats this"));
- m_pWhatstools->setOpaqueMoving(true);
+ m_pWhatstools->setOpaqueMoving(false);
m_pWhatstools->setCloseMode(QDockWindow::Never);
QWhatsThis::whatsThisButton(m_pWhatstools); // Preconfigured whats this button
}
|
|
ossp-pkg/as/as-gui/devtool.conf 1.2 -> 1.3
--- devtool.conf 2002/11/18 16:01:44 1.2
+++ devtool.conf 2002/11/28 17:04:18 1.3
@@ -13,7 +13,6 @@
%configure
./configure \
--prefix=/tmp/titraq \
- --disable-shared \
"$@"
%version
|
|