diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:50:19 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:50:19 -0600 |
commit | c954cd41d38d75615d182ca8649fb4320148bdb3 (patch) | |
tree | 125eb6216c2d08800783cf36d87013b4df8d8b3e /kturtle/TODO | |
parent | 3fe5b9df0c463a3e9508242ab01f4c0242cf988b (diff) | |
download | tdeedu-c954cd41d38d75615d182ca8649fb4320148bdb3.tar.gz tdeedu-c954cd41d38d75615d182ca8649fb4320148bdb3.zip |
Additional renaming of kde to tde
Diffstat (limited to 'kturtle/TODO')
-rw-r--r-- | kturtle/TODO | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/kturtle/TODO b/kturtle/TODO index efe2701a..ed20a391 100644 --- a/kturtle/TODO +++ b/kturtle/TODO @@ -65,7 +65,7 @@ WISHes My [cies] TODO list (in this order!): -- the connection with the manual should be fixed (might need a change in kdelibs) FIXED tnx Waldo! +- the connection with the manual should be fixed (might need a change in tdelibs) FIXED tnx Waldo! - bug, wishes, errmsgs-fixes concering the interpreter HAS TO RESULT IN HUGE REFACTORING - spice up the errormessage window with my great ideas ON HOLD @@ -269,7 +269,7 @@ print command is buggy, examples: FIXED! RESEARCH ON THE HELP PROBLEM -then the help-kioslave is kdelibs/kdoctools +then the help-kioslave is tdelibs/kdoctools little help needed: when i use konq to go "help:/kate?anchor=kate-part-selection-persistent" (which is the proper way to go @@ -292,7 +292,7 @@ dcop khelpcenter KHelpCenterIface openUrl "help:/kate/index.html#kate-part-selec Im tryered of this... I can fix it; too much for me. Sorry -in kdelibs/tdecore/kapp... : +in tdelibs/tdecore/kapp... : url = QString("help:/%1?anchor=%2").tqarg(appname).tqarg(anchor); and DCOPRef( "khelpcenter", "KHelpCenterIface" ).send( "openUrl", url, startup_id ); @@ -325,21 +325,21 @@ cvs login mkdir kdecvs cd kdecvs/ -cvs co -l kdeedu -cvs co kdeedu/kturtle -cvs co -l kde-i18n -cvs co -l kde-i18n/nl -cvs co -l kde-i18n/nl/data -cvs co -l kde-i18n/nl/data/kdeedu -cvs co kde-i18n/nl/data/kdeedu/kturtle -cvs co -l kdeedu/doc -cvs co kdeedu/doc/kturtle - -cd kdeedu/ +cvs co -l tdeedu +cvs co tdeedu/kturtle +cvs co -l tde-i18n +cvs co -l tde-i18n/nl +cvs co -l tde-i18n/nl/data +cvs co -l tde-i18n/nl/data/tdeedu +cvs co tde-i18n/nl/data/tdeedu/kturtle +cvs co -l tdeedu/doc +cvs co tdeedu/doc/kturtle + +cd tdeedu/ cvs co admin make -f Makefile.cvs && ./configure -cd ../kde-i18n +cd ../tde-i18n cvs co admin make -f Makefile.cvs && ./configure |