[rkward-cvs] SF.net SVN: rkward:[2815] trunk/rkward
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Thu Apr 15 15:38:29 UTC 2010
Revision: 2815
http://rkward.svn.sourceforge.net/rkward/?rev=2815&view=rev
Author: tfry
Date: 2010-04-15 15:38:29 +0000 (Thu, 15 Apr 2010)
Log Message:
-----------
Some updates
Modified Paths:
--------------
trunk/rkward/TODO
trunk/rkward/windows_nsis/make_release.bat
Modified: trunk/rkward/TODO
===================================================================
--- trunk/rkward/TODO 2010-04-15 15:38:08 UTC (rev 2814)
+++ trunk/rkward/TODO 2010-04-15 15:38:29 UTC (rev 2815)
@@ -2,24 +2,19 @@
Also, plans change frequently. If something is listed for a specific release, that's no more than a rough plan.
All in all, this TODO list is mostly for internal purposes, and many parts may not necessarily be intellegible to anybody but the authors.
-Advertizing:
- - start being a bit bolder about RKWard (descriptions, startup notification, etc.)
-
Bugs outside RKWard:
- KDE 4
- - KPageDialog does not take all pages into acount when calculating minimum size
- - known workarounds:
- http://article.gmane.org/gmane.comp.kde.cvs/700027
- http://kdepim.sourcearchive.com/documentation/4.1.80/kleopatra_2conf_2configuredialog_8cpp-source.html
- why is the icon style only honored for mainToolBar (in KXMLGUIBuilder)? It looks like this is done on purpose, but why???
- http://lists.kde.org/?l=kde-core-devel&m=103307809508725&w=2
+ - Windows:
+ - KStandardDirs::findExe() does not find .bat or .com (prevents rkward icon from inclusion in KDE menu)
Bugs:
- XMLGUI:
- - In *some* versions of KDE, the edit menu is broken in the main window, but not detached windows (for script editor, console)
- - No idea, how to fix that
- - Apparently the cause of the difference (and the point where problems start) is when parts get switched.
- - DefineGroup's are simply forgot / ignored after that
+ - The edit menu is broken in the main window, but not detached windows (for script editor, console)
+ - Ok in KDE 4.3.4 / Linux
+ - Broken in KDE 4.4.1 / Windows
+ - Apparently it is the *switching* of parts that is the problem. For the very first part, the GUI is ok, after that all DefineGroups seem to be forgotten
- There is definitely a memory leak in handling output!
- Produce lots and lots of output -> watch mem usage grow
- Probably the RKConsole is to blame (run outside console -> no significant increase)
Modified: trunk/rkward/windows_nsis/make_release.bat
===================================================================
--- trunk/rkward/windows_nsis/make_release.bat 2010-04-15 15:38:08 UTC (rev 2814)
+++ trunk/rkward/windows_nsis/make_release.bat 2010-04-15 15:38:29 UTC (rev 2815)
@@ -1,7 +1,7 @@
SET KDEPREFIXDRIVE=c:
SET KDEPREFIX=KDE
-SET RHOMEDRIVE=c:
-SET RHOME=Programme/R/R-2.9.0
+SET RHOMEDRIVE=F:
+SET RHOME=KDE/lib/R
SET SH_PATH=C:\Rtools\bin
SET MAKENSIS=c:/programme/nsis/makensis.exe
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