[rkward-cvs] SF.net SVN: rkward:[3934] branches/release_branch_0.5.7
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Wed Oct 12 10:19:04 UTC 2011
Revision: 3934
http://rkward.svn.sourceforge.net/rkward/?rev=3934&view=rev
Author: tfry
Date: 2011-10-12 10:19:03 +0000 (Wed, 12 Oct 2011)
Log Message:
-----------
Merge r3932, r3933 from trunk
Revision Links:
--------------
http://rkward.svn.sourceforge.net/rkward/?rev=3932&view=rev
http://rkward.svn.sourceforge.net/rkward/?rev=3933&view=rev
Modified Paths:
--------------
branches/release_branch_0.5.7/ChangeLog
branches/release_branch_0.5.7/rkward/windows/rkcommandeditorwindow.cpp
Property Changed:
----------------
branches/release_branch_0.5.7/
branches/release_branch_0.5.7/debian/
Property changes on: branches/release_branch_0.5.7
___________________________________________________________________
Modified: svn:mergeinfo
- /branches/2010_10_18_backend_restructuring_branch:3130-3196
/branches/release_branch_0.5.4:3098-3102,3127
/trunk/rkward:3894
+ /branches/2010_10_18_backend_restructuring_branch:3130-3196
/branches/release_branch_0.5.4:3098-3102,3127
/trunk/rkward:3894,3932-3933
Modified: branches/release_branch_0.5.7/ChangeLog
===================================================================
--- branches/release_branch_0.5.7/ChangeLog 2011-10-12 10:17:48 UTC (rev 3933)
+++ branches/release_branch_0.5.7/ChangeLog 2011-10-12 10:19:03 UTC (rev 3934)
@@ -1,7 +1,8 @@
--- Version 0.5.7 - Oct-23-2011
+- Fixed: Would not system-defined text color for argument hints
- Do not treat arrays (which are not a matrix) as hierarchical named objects in the object browser
- Do not analyse more than 100000 name child-objects per object (avoids hangs on such extreme data)
-- Fix problems with using mclapply() inside RKWard
+- Fixed: Problems with using mclapply() inside RKWard
- Offer to add a new library location, automatically, if location selected for installation is not writable
- Reworked package installation / update dialog
- Fixed: Integrated help browser would not update navigation history when following page internal links
Property changes on: branches/release_branch_0.5.7/debian
___________________________________________________________________
Modified: svn:mergeinfo
- /branches/2010_10_18_backend_restructuring_branch/debian:3130-3196
/branches/release_branch_0.5.4:3098-3102
/branches/release_branch_0.5.4/debian:3098-3102
/trunk/rkward/debian:3894
+ /branches/2010_10_18_backend_restructuring_branch/debian:3130-3196
/branches/release_branch_0.5.4:3098-3102
/branches/release_branch_0.5.4/debian:3098-3102
/trunk/rkward/debian:3894,3932-3933
Modified: branches/release_branch_0.5.7/rkward/windows/rkcommandeditorwindow.cpp
===================================================================
--- branches/release_branch_0.5.7/rkward/windows/rkcommandeditorwindow.cpp 2011-10-12 10:17:48 UTC (rev 3933)
+++ branches/release_branch_0.5.7/rkward/windows/rkcommandeditorwindow.cpp 2011-10-12 10:19:03 UTC (rev 3934)
@@ -809,7 +809,7 @@
arghints_popup->setMargin (2);
QPalette p = QToolTip::palette (); // HACK to trick the style into using the correct color
p.setColor (QPalette::Inactive, QPalette::Window, p.color (QPalette::Inactive, QPalette::ToolTipBase));
- p.setColor (QPalette::Inactive, QPalette::Text, p.color (QPalette::Inactive, QPalette::ToolTipText));
+ p.setColor (QPalette::Inactive, QPalette::WindowText, p.color (QPalette::Inactive, QPalette::ToolTipText));
arghints_popup->setPalette (p);
arghints_popup->setFrameStyle (QFrame::Box);
arghints_popup->setLineWidth (1);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the rkward-tracker
mailing list